git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
33 lines
811 B
Plaintext
33 lines
811 B
Plaintext
object JvgMultipleResourceEdit: TJvgMultipleResourceEdit
|
|
Left = 198
|
|
Top = 109
|
|
ClientWidth = 557
|
|
ClientHeight = 414
|
|
Caption = 'glMresEdit'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object sg: TStringGrid
|
|
Left = 0
|
|
Top = 0
|
|
Width = 557
|
|
Height = 389
|
|
Align = alTop
|
|
DefaultColWidth = 100
|
|
DefaultRowHeight = 16
|
|
FixedCols = 3
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor]
|
|
TabOrder = 0
|
|
OnSetEditText = sgSetEditText
|
|
end
|
|
end
|