mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-23 07:23:22 +02:00
356 lines
9.1 KiB
Plaintext
356 lines
9.1 KiB
Plaintext
object EditIDEMsgHelpDialog: TEditIDEMsgHelpDialog
|
|
Left = 330
|
|
Height = 522
|
|
Top = 280
|
|
Width = 649
|
|
Caption = 'EditIDEMsgHelpDialog'
|
|
ClientHeight = 522
|
|
ClientWidth = 649
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object CurMsgGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 105
|
|
Top = 94
|
|
Width = 637
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CurMsgGroupBox'
|
|
ClientHeight = 89
|
|
ClientWidth = 633
|
|
TabOrder = 0
|
|
object CurMsgMemo: TMemo
|
|
Left = 0
|
|
Height = 89
|
|
Top = 0
|
|
Width = 633
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'CurMsgMemo'
|
|
)
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 42
|
|
Top = 474
|
|
Width = 637
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 1
|
|
OnClick = ButtonPanel1Click
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
object AllGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 263
|
|
Top = 205
|
|
Width = 277
|
|
Align = alLeft
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AllGroupBox'
|
|
ClientHeight = 247
|
|
ClientWidth = 273
|
|
TabOrder = 2
|
|
object AllListBox: TListBox
|
|
Left = 0
|
|
Height = 221
|
|
Top = 0
|
|
Width = 273
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
OnSelectionChange = AllListBoxSelectionChange
|
|
ScrollWidth = 271
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
object AddButton: TButton
|
|
Left = 0
|
|
Height = 26
|
|
Top = 221
|
|
Width = 273
|
|
Align = alBottom
|
|
AutoSize = True
|
|
Caption = 'AddButton'
|
|
OnClick = AddButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object CurGroupBox: TGroupBox
|
|
Left = 300
|
|
Height = 263
|
|
Top = 205
|
|
Width = 343
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CurGroupBox'
|
|
ClientHeight = 247
|
|
ClientWidth = 339
|
|
TabOrder = 3
|
|
object DeleteButton: TButton
|
|
AnchorSideLeft.Control = TestURLButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = URLEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 104
|
|
Height = 26
|
|
Top = 192
|
|
Width = 84
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'DeleteButton'
|
|
OnClick = DeleteButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object NameLabel: TLabel
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = NameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 11
|
|
Width = 64
|
|
BorderSpacing.Around = 6
|
|
Caption = 'NameLabel'
|
|
ParentColor = False
|
|
end
|
|
object NameEdit: TEdit
|
|
AnchorSideLeft.Control = NameLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = CurGroupBox
|
|
AnchorSideRight.Control = CurGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 76
|
|
Height = 24
|
|
Top = 6
|
|
Width = 257
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
OnChange = NameEditChange
|
|
TabOrder = 1
|
|
Text = 'NameEdit'
|
|
end
|
|
object URLLabel: TLabel
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = AdditionFitsMsgLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CurGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 147
|
|
Width = 327
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'URLLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object URLEdit: TEdit
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = URLLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CurGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 162
|
|
Width = 327
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
OnChange = URLEditChange
|
|
TabOrder = 2
|
|
Text = 'URLEdit'
|
|
end
|
|
object OnlyFPCMsgIDsLabel: TLabel
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = NameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CurGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 36
|
|
Width = 327
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'OnlyFPCMsgIDsLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object OnlyFPCMsgIDsEdit: TEdit
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = OnlyFPCMsgIDsLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CurGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 51
|
|
Width = 327
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
OnChange = OnlyFPCMsgIDsEditChange
|
|
TabOrder = 3
|
|
Text = 'OnlyFPCMsgIDsEdit'
|
|
end
|
|
object OnlyRegExLabel: TLabel
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = OnlyFPCMsgIDsEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CurGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 81
|
|
Width = 327
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'OnlyRegExLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object OnlyRegExEdit: TEdit
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = OnlyRegExLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CurGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 96
|
|
Width = 327
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
OnChange = OnlyRegExEditChange
|
|
TabOrder = 4
|
|
Text = 'OnlyRegExEdit'
|
|
end
|
|
object AdditionFitsMsgLabel: TLabel
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = OnlyRegExEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 15
|
|
Top = 126
|
|
Width = 116
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AdditionFitsMsgLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object TestURLButton: TButton
|
|
AnchorSideLeft.Control = CurGroupBox
|
|
AnchorSideTop.Control = URLEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 26
|
|
Top = 192
|
|
Width = 92
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'TestURLButton'
|
|
OnClick = TestURLButtonClick
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 289
|
|
Height = 263
|
|
Top = 205
|
|
Width = 5
|
|
end
|
|
object GlobalOptionsGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 82
|
|
Top = 6
|
|
Width = 637
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'GlobalOptionsGroupBox'
|
|
ClientHeight = 66
|
|
ClientWidth = 633
|
|
TabOrder = 5
|
|
object FPCMsgFileLabel: TLabel
|
|
AnchorSideLeft.Control = GlobalOptionsGroupBox
|
|
AnchorSideTop.Control = FPCMsgFileEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 11
|
|
Width = 92
|
|
BorderSpacing.Left = 6
|
|
Caption = 'FPCMsgFileLabel'
|
|
ParentColor = False
|
|
end
|
|
object FPCMsgFileEdit: TEdit
|
|
AnchorSideLeft.Control = FPCMsgFileLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = GlobalOptionsGroupBox
|
|
AnchorSideRight.Control = GlobalOptionsGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 104
|
|
Height = 24
|
|
Top = 6
|
|
Width = 523
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
OnEditingDone = FPCMsgFileEditEditingDone
|
|
TabOrder = 0
|
|
Text = 'FPCMsgFileEdit'
|
|
end
|
|
object AdditionsFileLabel: TLabel
|
|
AnchorSideLeft.Control = GlobalOptionsGroupBox
|
|
AnchorSideTop.Control = AdditionsFileEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 41
|
|
Width = 100
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AdditionsFileLabel'
|
|
ParentColor = False
|
|
end
|
|
object AdditionsFileEdit: TEdit
|
|
AnchorSideLeft.Control = AdditionsFileLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FPCMsgFileEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = GlobalOptionsGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 112
|
|
Height = 24
|
|
Top = 36
|
|
Width = 515
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 1
|
|
Text = 'AdditionsFileEdit'
|
|
end
|
|
end
|
|
end
|