lazarus/doceditor/frmtable.lfm
paul 8cd529b88e lazde: patch by Alexey Lagunov:
- convert resources to $R
  - start localization
  - fix layout and other cosmetic changes

git-svn-id: trunk@23737 -
2010-02-19 02:59:18 +00:00

94 lines
2.1 KiB
Plaintext

object TableForm: TTableForm
Left = 339
Height = 139
Top = 162
Width = 451
HorzScrollBar.Page = 281
VertScrollBar.Page = 96
BorderStyle = bsDialog
Caption = 'Insert new table'
ClientHeight = 139
ClientWidth = 451
Position = poScreenCenter
LCLVersion = '0.9.29'
object LSERows: TLabel
AnchorSideLeft.Control = CBUseHeaderRow
AnchorSideBottom.Control = SEColumns
AnchorSideBottom.Side = asrBottom
Left = 12
Height = 18
Top = 40
Width = 50
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = '&Rows'
FocusControl = SERows
Layout = tlCenter
ParentColor = False
end
object LSEColumns: TLabel
AnchorSideLeft.Control = SERows
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = SEColumns
AnchorSideBottom.Side = asrBottom
Left = 186
Height = 18
Top = 40
Width = 74
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 24
BorderSpacing.Right = 6
Caption = 'Co&lumns'
FocusControl = SEColumns
Layout = tlCenter
ParentColor = False
end
object CBUseHeaderRow: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 19
Top = 6
Width = 129
AllowGrayed = True
BorderSpacing.Around = 6
Caption = 'Use &header row'
TabOrder = 0
end
object SERows: TSpinEdit
AnchorSideLeft.Control = LSERows
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CBUseHeaderRow
AnchorSideTop.Side = asrBottom
Left = 68
Height = 27
Top = 31
Width = 94
BorderSpacing.Around = 6
TabOrder = 1
end
object SEColumns: TSpinEdit
AnchorSideLeft.Control = LSEColumns
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CBUseHeaderRow
AnchorSideTop.Side = asrBottom
Left = 266
Height = 27
Top = 31
Width = 102
BorderSpacing.Around = 6
TabOrder = 2
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 40
Top = 93
Width = 439
TabOrder = 3
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end