ImportExcelHintFrm.dfm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. object ImportExcelHintForm: TImportExcelHintForm
  2. Left = 455
  3. Top = 378
  4. Width = 393
  5. Height = 123
  6. Caption = #23548#20837'Excel'
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 12
  16. object lblHint: TLabel
  17. Left = 16
  18. Top = 12
  19. Width = 330
  20. Height = 12
  21. Caption = #23548#20837'0'#21495#21488#36134'Excel'#23558#35206#30422#24403#21069'0'#21495#21488#36134#30340#25152#26377#25968#25454#65292#26159#21542#32487#32493#65311
  22. Font.Charset = ANSI_CHARSET
  23. Font.Color = clBlack
  24. Font.Height = -12
  25. Font.Name = #23435#20307
  26. Font.Style = []
  27. ParentFont = False
  28. end
  29. object cbWithoutGclBills: TCheckBox
  30. Left = 121
  31. Top = 35
  32. Width = 97
  33. Height = 17
  34. Caption = #21482#23548#39033#30446#33410
  35. Enabled = False
  36. TabOrder = 0
  37. end
  38. object btnOk: TButton
  39. Left = 206
  40. Top = 61
  41. Width = 75
  42. Height = 21
  43. Caption = #30830' '#35748
  44. ModalResult = 1
  45. TabOrder = 1
  46. end
  47. object btnCancel: TButton
  48. Left = 302
  49. Top = 60
  50. Width = 75
  51. Height = 21
  52. Caption = #21462' '#28040
  53. ModalResult = 2
  54. TabOrder = 2
  55. end
  56. object cbWithoutLevelCode: TCheckBox
  57. Left = 17
  58. Top = 35
  59. Width = 97
  60. Height = 17
  61. Caption = #20998#39033#28165#21333#26684#24335
  62. TabOrder = 3
  63. OnClick = cbWithoutLevelCodeClick
  64. end
  65. end