Files
lazarus-ccr/applications/lazedit/newtableform.lfm
2013-02-06 19:23:42 +00:00

118 lines
1.9 KiB
Plaintext

object NewTableForm: TNewTableForm
Left = 656
Height = 266
Top = 123
Width = 251
Caption = 'Insert table'
ClientHeight = 266
ClientWidth = 251
OnShow = FormShow
LCLVersion = '1.1'
object SummaryEdit: TEdit
Left = 16
Height = 23
Top = 32
Width = 216
TabOrder = 0
Text = 'SummaryEdit'
end
object Label1: TLabel
Left = 16
Height = 15
Top = 16
Width = 82
Caption = 'Table summary'
ParentColor = False
end
object RowEdit: TSpinEdit
Left = 16
Height = 23
Top = 88
Width = 88
MaxValue = 10000
MinValue = 1
TabOrder = 1
Value = 2
end
object ColEdit: TSpinEdit
Left = 144
Height = 23
Top = 88
Width = 88
MaxValue = 10000
MinValue = 1
TabOrder = 2
Value = 2
end
object Label2: TLabel
Left = 16
Height = 15
Top = 68
Width = 28
Caption = 'Rows'
ParentColor = False
end
object Label3: TLabel
Left = 146
Height = 15
Top = 68
Width = 48
Caption = 'Columns'
ParentColor = False
end
object Label4: TLabel
Left = 16
Height = 15
Top = 120
Width = 11
Caption = 'ID'
ParentColor = False
end
object IdEdit: TEdit
Left = 16
Height = 23
Top = 136
Width = 216
TabOrder = 3
Text = 'IdEdit'
end
object Label5: TLabel
Left = 16
Height = 15
Top = 168
Width = 27
Caption = 'Class'
ParentColor = False
end
object ClassEdit: TEdit
Left = 16
Height = 23
Top = 184
Width = 216
TabOrder = 4
Text = 'ClassEdit'
end
object OkBtn: TBitBtn
Left = 157
Height = 30
Top = 224
Width = 75
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
TabOrder = 5
end
object CancelBtn: TBitBtn
Left = 72
Height = 30
Top = 224
Width = 75
Cancel = True
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
TabOrder = 6
end
end