36 строки
653 B
Plaintext
36 строки
653 B
Plaintext
object frmMain: TfrmMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'frmMain'
|
|
ClientHeight = 144
|
|
ClientWidth = 645
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object typeSelect: TComboBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 145
|
|
Height = 21
|
|
TabOrder = 0
|
|
Text = 'typeSelect'
|
|
OnChange = typeSelectChange
|
|
end
|
|
object grid: TStringGrid
|
|
Left = 8
|
|
Top = 40
|
|
Width = 629
|
|
Height = 97
|
|
ColCount = 11
|
|
RowCount = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|