| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- object stgGclImportHintForm: TstgGclImportHintForm
- Left = 514
- Top = 180
- Width = 719
- Height = 511
- Caption = 's'#26410#23548#20837#28165#21333#39033
- 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 zgFails: TZJGrid
- Left = 0
- Top = 0
- Width = 711
- Height = 439
- OptionsEx = []
- ShowGridLine = False
- DefaultColWidth = 73
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- Align = alClient
- end
- object pnlButton: TPanel
- Left = 0
- Top = 439
- Width = 711
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 711
- 41)
- object btnSave: TButton
- Left = 539
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = #20445' '#23384
- TabOrder = 0
- OnClick = btnSaveClick
- end
- object btnCance: TButton
- Left = 627
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = #21462' '#28040
- ModalResult = 2
- TabOrder = 1
- end
- end
- end
|