mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:12:34 +02:00
67 lines
1.8 KiB
Plaintext
67 lines
1.8 KiB
Plaintext
object frGroupEditorForm: TfrGroupEditorForm
|
|
Left = 152
|
|
Height = 118
|
|
Top = 199
|
|
Width = 493
|
|
HorzScrollBar.Page = 492
|
|
VertScrollBar.Page = 117
|
|
BorderIcons = [biSystemMenu, biHelp]
|
|
Caption = 'Group'
|
|
ClientHeight = 118
|
|
ClientWidth = 493
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
ShowHint = True
|
|
LCLVersion = '0.9.25'
|
|
object GB1: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonPanel1
|
|
Left = 6
|
|
Height = 64
|
|
Top = 6
|
|
Width = 481
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Condition'
|
|
ClientHeight = 47
|
|
ClientWidth = 477
|
|
TabOrder = 0
|
|
object Edit1: TEditButton
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 6
|
|
Width = 435
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ButtonWidth = 23
|
|
Glyph.Data = {
|
|
96000000424D960000000000000076000000280000000A000000040000000100
|
|
04000000000020000000CE0E0000C40E00001000000000000000000000000000
|
|
80000080000000808000800000008000800080800000C0C0C000808080000000
|
|
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
|
|
0000700700700700000070070070070000007777777777000000
|
|
}
|
|
OnButtonClick = frSpeedButton1Click
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 42
|
|
Top = 76
|
|
Width = 481
|
|
Align = alBottom
|
|
AutoSize = True
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
|
|
end
|
|
end
|