lazarus/doceditor/frmtable.lfm
2005-03-24 10:36:58 +00:00

89 lines
1.6 KiB
Plaintext

object TableForm: TTableForm
BorderStyle = bsDialog
Caption = 'Insert new table'
ClientHeight = 97
ClientWidth = 282
PixelsPerInch = 90
Position = poScreenCenter
HorzScrollBar.Page = 283
VertScrollBar.Page = 98
Left = 333
Height = 97
Top = 149
Width = 282
object BOK: TButton
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
Left = 200
Height = 25
Top = 8
Width = 75
end
object BCancel: TButton
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
Left = 200
Height = 25
Top = 40
Width = 75
end
object CBUseHeaderRow: TCheckBox
AllowGrayed = True
AutoSize = True
Caption = 'Use &header row'
TabOrder = 2
Left = 72
Height = 23
Top = 8
Width = 120
end
object SERows: TSpinEdit
Decimal_Places = 0
MaxValue = 100
TabStop = True
TabOrder = 3
Decimal_Places = 0
MaxValue = 100
Left = 72
Height = 20
Top = 32
Width = 65
end
object LSERows: TLabel
Alignment = taRightJustify
Caption = '&Rows'
FocusControl = SERows
Layout = tlCenter
Left = 3
Height = 17
Top = 32
Width = 61
end
object LSEColumns: TLabel
Alignment = taRightJustify
Caption = 'Co&lumns'
FocusControl = SEColumns
Layout = tlCenter
Left = 3
Height = 17
Top = 56
Width = 61
end
object SEColumns: TSpinEdit
Decimal_Places = 0
MaxValue = 100
TabStop = True
TabOrder = 6
Decimal_Places = 0
MaxValue = 100
Left = 72
Height = 20
Top = 56
Width = 65
end
end