lazarus/doceditor/frmtable.lfm
tombo 5bcdc4373e LCL: - derived T(Float)SpinEdit from TCustomEdit to remove redundant code
- removed obsolete TSpinEdit.ClimbRate

git-svn-id: trunk@11205 -
2007-05-26 09:57:11 +00:00

91 lines
1.7 KiB
Plaintext

object TableForm: TTableForm
BorderStyle = bsDialog
Caption = 'Insert new table'
ClientHeight = 97
ClientWidth = 282
PixelsPerInch = 112
Position = poScreenCenter
HorzScrollBar.Page = 281
VertScrollBar.Page = 96
Left = 339
Height = 97
Top = 162
Width = 282
object LSERows: TLabel
Alignment = taRightJustify
BorderSpacing.OnChange = nil
Caption = '&Rows'
Color = clNone
FocusControl = SERows
Layout = tlCenter
Left = 3
Height = 12
Top = 32
Width = 39
end
object LSEColumns: TLabel
Alignment = taRightJustify
BorderSpacing.OnChange = nil
Caption = 'Co&lumns'
Color = clNone
FocusControl = SEColumns
Layout = tlCenter
Left = 3
Height = 12
Top = 56
Width = 57
end
object BOK: TButton
BorderSpacing.OnChange = nil
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
Left = 200
Height = 25
Top = 8
Width = 75
end
object BCancel: TButton
BorderSpacing.OnChange = nil
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
Left = 200
Height = 25
Top = 40
Width = 75
end
object CBUseHeaderRow: TCheckBox
AllowGrayed = True
BorderSpacing.OnChange = nil
Caption = 'Use &header row'
TabOrder = 2
Left = 72
Height = 26
Top = 8
Width = 115
end
object SERows: TSpinEdit
BorderSpacing.OnChange = nil
Increment = 1
MaxValue = 100
TabOrder = 3
Left = 72
Height = 20
Top = 32
Width = 65
end
object SEColumns: TSpinEdit
BorderSpacing.OnChange = nil
Increment = 1
MaxValue = 100
TabOrder = 4
Left = 72
Height = 20
Top = 56
Width = 65
end
end