mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 17:34:55 +02:00
164 lines
3.6 KiB
Plaintext
164 lines
3.6 KiB
Plaintext
object StringGridEditorDlg: TStringGridEditorDlg
|
|
ActiveControl = StringGrid
|
|
Caption = 'StringGridEditorDlg'
|
|
ClientHeight = 296
|
|
ClientWidth = 394
|
|
Constraints.MinHeight = 250
|
|
Constraints.MinWidth = 340
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 393
|
|
VertScrollBar.Page = 295
|
|
Left = 340
|
|
Height = 296
|
|
Top = 251
|
|
Width = 394
|
|
object GroupBox: TGroupBox
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 6
|
|
Caption = 'String Grid'
|
|
ClientHeight = 235
|
|
ClientWidth = 378
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 253
|
|
Top = 6
|
|
Width = 382
|
|
object StringGrid: TStringGrid
|
|
Align = alLeft
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ColCount = 5
|
|
FixedColor = clBtnFace
|
|
FixedCols = 0
|
|
FixedRows = 0
|
|
GridLineWidth = 0
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowMoving, goColMoving, goEditing, goSmoothScroll]
|
|
RowCount = 5
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
TabStop = True
|
|
VisibleColCount = 5
|
|
VisibleRowCount = 5
|
|
OnPrepareCanvas = StringGridPrepareCanvas
|
|
Left = 6
|
|
Height = 223
|
|
Top = 6
|
|
Width = 286
|
|
end
|
|
object BtnLoad: TButton
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = 'Load...'
|
|
OnClick = BtnLoadClick
|
|
TabOrder = 1
|
|
Left = 298
|
|
Height = 25
|
|
Top = 6
|
|
Width = 75
|
|
end
|
|
object BtnSave: TButton
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = 'Save...'
|
|
OnClick = BtnSaveClick
|
|
TabOrder = 2
|
|
Left = 298
|
|
Height = 25
|
|
Top = 37
|
|
Width = 75
|
|
end
|
|
object BtnClean: TButton
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = 'Clean'
|
|
OnClick = BtnCleanClick
|
|
TabOrder = 3
|
|
Left = 298
|
|
Height = 25
|
|
Top = 68
|
|
Width = 75
|
|
end
|
|
end
|
|
object BtnHelp: TBitBtn
|
|
Align = alRight
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&Help'
|
|
Kind = bkHelp
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
Left = 313
|
|
Height = 25
|
|
Top = 265
|
|
Width = 75
|
|
end
|
|
object BtnApply: TBitBtn
|
|
Align = alRight
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&Apply'
|
|
NumGlyphs = 0
|
|
OnClick = BtnApplyClick
|
|
TabOrder = 2
|
|
Left = 232
|
|
Height = 25
|
|
Top = 265
|
|
Width = 75
|
|
end
|
|
object BtnCancel: TBitBtn
|
|
Align = alRight
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 3
|
|
Left = 151
|
|
Height = 25
|
|
Top = 265
|
|
Width = 75
|
|
end
|
|
object BtnOK: TBitBtn
|
|
Align = alRight
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 2
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
TabOrder = 4
|
|
Left = 70
|
|
Height = 25
|
|
Top = 265
|
|
Width = 75
|
|
end
|
|
object OpenDialog: TOpenDialog
|
|
Title = 'Open'
|
|
FilterIndex = 0
|
|
Title = 'Open'
|
|
left = 132
|
|
top = 312
|
|
end
|
|
object SaveDialog: TSaveDialog
|
|
Title = 'Save'
|
|
FilterIndex = 0
|
|
Title = 'Save'
|
|
left = 132
|
|
top = 348
|
|
end
|
|
end
|