1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- object SheetSelectForm: TSheetSelectForm
- Left = 704
- Top = 404
- Width = 361
- Height = 345
- Caption = #36873#25321#24037#20316#34920
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object btnOK: TButton
- Left = 198
- Top = 283
- Width = 70
- Height = 23
- Caption = #30830#23450
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 276
- Top = 283
- Width = 70
- Height = 23
- Cancel = True
- Caption = #21462#28040
- ModalResult = 2
- TabOrder = 1
- end
- object zgExcelSheets: TZJGrid
- Left = 5
- Top = 6
- Width = 342
- Height = 273
- OptionsEx = []
- ColCount = 3
- RowCount = 1
- ShowGridLine = False
- DefaultColWidth = 35
- DefaultFixedColWidth = 25
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- OnCellCanEdit = zgExcelSheetsCellCanEdit
- end
- end
|