SheetSelectFrm.dfm 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. object SheetSelectForm: TSheetSelectForm
  2. Left = 704
  3. Top = 404
  4. Width = 361
  5. Height = 345
  6. Caption = #36873#25321#24037#20316#34920
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object btnOK: TButton
  17. Left = 198
  18. Top = 283
  19. Width = 70
  20. Height = 23
  21. Caption = #30830#23450
  22. ModalResult = 1
  23. TabOrder = 0
  24. end
  25. object btnCancel: TButton
  26. Left = 276
  27. Top = 283
  28. Width = 70
  29. Height = 23
  30. Cancel = True
  31. Caption = #21462#28040
  32. ModalResult = 2
  33. TabOrder = 1
  34. end
  35. object zgExcelSheets: TZJGrid
  36. Left = 5
  37. Top = 6
  38. Width = 342
  39. Height = 273
  40. OptionsEx = []
  41. ColCount = 3
  42. RowCount = 1
  43. ShowGridLine = False
  44. DefaultColWidth = 35
  45. DefaultFixedColWidth = 25
  46. Selection.AlphaBlend = False
  47. Selection.TransparentColor = False
  48. OnCellCanEdit = zgExcelSheetsCellCanEdit
  49. end
  50. end