1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354
|
object EditIDEMsgHelpDialog: TEditIDEMsgHelpDialog
Left = 330
Height = 522
Top = 280
Width = 649
Caption = 'EditIDEMsgHelpDialog'
ClientHeight = 522
ClientWidth = 649
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '1.3'
object CurMsgGroupBox: TGroupBox
Left = 6
Height = 105
Top = 87
Width = 637
Align = alTop
BorderSpacing.Around = 6
Caption = 'CurMsgGroupBox'
ClientHeight = 88
ClientWidth = 633
TabOrder = 0
object CurMsgMemo: TMemo
Left = 0
Height = 88
Top = 0
Width = 633
Align = alClient
Lines.Strings = (
'CurMsgMemo'
)
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 36
Top = 480
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 = 276
Top = 198
Width = 277
Align = alLeft
BorderSpacing.Around = 6
Caption = 'AllGroupBox'
ClientHeight = 259
ClientWidth = 273
TabOrder = 2
object AllListBox: TListBox
Left = 0
Height = 232
Top = 0
Width = 273
Align = alClient
ItemHeight = 0
OnSelectionChange = AllListBoxSelectionChange
ScrollWidth = 271
TabOrder = 0
TopIndex = -1
end
object AddButton: TButton
Left = 0
Height = 27
Top = 232
Width = 273
Align = alBottom
AutoSize = True
Caption = 'AddButton'
OnClick = AddButtonClick
TabOrder = 1
end
end
object CurGroupBox: TGroupBox
Left = 300
Height = 276
Top = 198
Width = 343
Align = alClient
BorderSpacing.Around = 6
Caption = 'CurGroupBox'
ClientHeight = 259
ClientWidth = 339
TabOrder = 3
object DeleteButton: TButton
AnchorSideLeft.Control = TestURLButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = URLEdit
AnchorSideTop.Side = asrBottom
Left = 108
Height = 27
Top = 196
Width = 89
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 = 61
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 = 73
Height = 25
Top = 6
Width = 260
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 = 150
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 = 25
Top = 165
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 = 37
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 = 25
Top = 52
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 = 83
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 = 25
Top = 98
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 = 129
Width = 117
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 = 27
Top = 196
Width = 96
AutoSize = True
BorderSpacing.Around = 6
Caption = 'TestURLButton'
OnClick = TestURLButtonClick
TabOrder = 5
end
end
object Splitter1: TSplitter
Left = 289
Height = 276
Top = 198
Width = 5
end
object GlobalOptionsGroupBox: TGroupBox
Left = 6
Height = 75
Top = 6
Width = 637
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'GlobalOptionsGroupBox'
ClientHeight = 58
ClientWidth = 633
TabOrder = 5
object FPCMsgFileLabel: TLabel
AnchorSideLeft.Control = GlobalOptionsGroupBox
AnchorSideTop.Control = FPCMsgFileValueLabel
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 6
Width = 90
BorderSpacing.Left = 6
Caption = 'FPCMsgFileLabel'
ParentColor = False
end
object AdditionsFileLabel: TLabel
AnchorSideLeft.Control = GlobalOptionsGroupBox
AnchorSideTop.Control = AdditionsFileEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 32
Width = 100
BorderSpacing.Around = 6
Caption = 'AdditionsFileLabel'
ParentColor = False
end
object AdditionsFileEdit: TEdit
AnchorSideLeft.Control = AdditionsFileLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FPCMsgFileValueLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GlobalOptionsGroupBox
AnchorSideRight.Side = asrBottom
Left = 112
Height = 25
Top = 27
Width = 515
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
Text = 'AdditionsFileEdit'
end
object FPCMsgFileValueLabel: TLabel
AnchorSideLeft.Control = FPCMsgFileLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GlobalOptionsGroupBox
AnchorSideRight.Control = GlobalOptionsGroupBox
AnchorSideRight.Side = asrBottom
Left = 102
Height = 15
Top = 6
Width = 525
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
Caption = 'FPCMsgFileValueLabel'
ParentColor = False
end
end
end
|