mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 10:32:48 +02:00
65 lines
1.5 KiB
Plaintext
65 lines
1.5 KiB
Plaintext
object AddWithBlockDialog: TAddWithBlockDialog
|
|
Left = 275
|
|
Height = 251
|
|
Top = 250
|
|
Width = 362
|
|
Caption = 'AddWithBlockDialog'
|
|
ClientHeight = 251
|
|
ClientWidth = 362
|
|
OnCreate = FormCreate
|
|
LCLVersion = '0.9.31'
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 211
|
|
Width = 350
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.OnClick = ButtonPanel1OKButtonClick
|
|
HelpButton.Name = 'HelpButton'
|
|
CloseButton.Name = 'CloseButton'
|
|
CancelButton.Name = 'CancelButton'
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
object WithExprGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 199
|
|
Top = 6
|
|
Width = 350
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'WithExprGroupBox'
|
|
ClientHeight = 181
|
|
ClientWidth = 346
|
|
TabOrder = 1
|
|
object WithExprStringGrid: TStringGrid
|
|
Left = 0
|
|
Height = 181
|
|
Top = 0
|
|
Width = 346
|
|
Align = alClient
|
|
AutoFillColumns = True
|
|
ColCount = 2
|
|
Columns = <
|
|
item
|
|
SizePriority = 2
|
|
Title.Caption = 'Expression'
|
|
Title.PrefixOption = poNone
|
|
Width = 171
|
|
end
|
|
item
|
|
Title.Caption = 'Count'
|
|
Title.PrefixOption = poNone
|
|
Width = 171
|
|
end>
|
|
FixedCols = 0
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowSelect, goColSpanning, goSmoothScroll]
|
|
TabOrder = 0
|
|
ColWidths = (
|
|
171
|
|
171
|
|
)
|
|
end
|
|
end
|
|
end
|