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
|
object InitDebuggerFrame: TInitDebuggerFrame
Left = 0
Height = 329
Top = 0
Width = 429
VertScrollBar.Increment = 1
VertScrollBar.Page = 1
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
AutoSize = True
ClientHeight = 329
ClientWidth = 429
OnResize = FrameResize
TabOrder = 0
DesignLeft = 357
DesignTop = 72
object lbAboutDebugger: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = SpeedButton1
Left = 6
Height = 15
Top = 2
Width = 388
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 3
Caption = 'lbAboutDebugger'
WordWrap = True
end
object rbKeep: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lbAboutDebugger
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 20
Width = 417
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'rbKeep'
OnChange = rbKeepChange
TabOrder = 1
end
object rbChangePath: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rbKeep
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 39
Width = 417
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'rbChangePath'
OnChange = rbKeepChange
TabOrder = 5
end
object rbChange: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rbChangePath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 58
Width = 417
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'rbChange'
OnChange = rbKeepChange
TabOrder = 3
end
object rbCreateNew: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rbChange
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 77
Width = 417
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'rbCreateNew'
OnChange = rbKeepChange
TabOrder = 2
end
object rbIgnore: TRadioButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rbCreateNew
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 19
Top = 96
Width = 417
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'rbIgnore'
OnChange = rbKeepChange
TabOrder = 4
end
object edDebuggerNotes: TMemo
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 90
Top = 284
Width = 417
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 1
BorderSpacing.Right = 6
BorderSpacing.Bottom = 2
Constraints.MinHeight = 90
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 0
end
object GroupBox1: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rbIgnore
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 166
Top = 117
Width = 417
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 2
BorderSpacing.Right = 6
Caption = '-'
ClientHeight = 146
ClientWidth = 413
TabOrder = 6
object cmbDebuggerName: TComboBox
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = GroupBox1
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 0
Width = 401
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 2
ItemHeight = 15
OnChange = rbKeepChange
Style = csDropDownList
TabOrder = 0
end
object edDebuggerName: TEdit
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = cmbDebuggerName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 25
Width = 401
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 2
Color = clForm
ParentFont = False
ReadOnly = True
TabOrder = 1
Text = 'edDebuggerName'
end
object pnlDbgPath: TPanel
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = edDebuggerName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 93
Top = 51
Width = 401
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 3
BorderSpacing.Right = 6
BorderSpacing.Bottom = 2
BevelOuter = bvNone
ClientHeight = 93
ClientWidth = 401
TabOrder = 2
object lbDebuggerPath: TLabel
AnchorSideLeft.Control = pnlDbgPath
AnchorSideTop.Control = pnlDbgPath
AnchorSideRight.Control = pnlDbgPath
AnchorSideRight.Side = asrBottom
Left = 0
Height = 15
Top = 0
Width = 401
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 4
Caption = 'lbDebuggerPath'
WordWrap = True
end
object PnlSelectDbgPath: TPanel
AnchorSideLeft.Control = pnlDbgPath
AnchorSideTop.Control = lbDebuggerPath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnlDbgPath
AnchorSideRight.Side = asrBottom
Left = 0
Height = 25
Top = 19
Width = 401
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 401
TabOrder = 0
object cmbDebuggerPath: TComboBox
AnchorSideLeft.Control = PnlSelectDbgPath
AnchorSideTop.Control = PnlSelectDbgPath
AnchorSideRight.Control = btnBrowse
Left = 0
Height = 23
Top = 0
Width = 320
Anchors = [akTop, akLeft, akRight]
ItemHeight = 15
OnChange = rbKeepChange
ParentFont = False
TabOrder = 0
end
object btnBrowse: TButton
AnchorSideTop.Control = PnlSelectDbgPath
AnchorSideRight.Control = PnlSelectDbgPath
AnchorSideRight.Side = asrBottom
Left = 326
Height = 25
Top = 0
Width = 75
Anchors = [akTop, akRight]
BorderSpacing.Left = 6
Caption = 'btnBrowse'
Constraints.MaxHeight = 25
OnClick = btnBrowseClick
TabOrder = 1
end
end
object edDebuggerPath: TEdit
AnchorSideLeft.Control = pnlDbgPath
AnchorSideTop.Control = PnlSelectDbgPath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnlDbgPath
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 44
Width = 401
Anchors = [akTop, akLeft, akRight]
Color = clForm
ParentFont = False
ReadOnly = True
TabOrder = 1
Text = 'edDebuggerPath'
end
object edDebuggerPathResolved: TEdit
AnchorSideLeft.Control = pnlDbgPath
AnchorSideTop.Control = edDebuggerPath
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnlDbgPath
AnchorSideRight.Side = asrBottom
Left = 0
Height = 23
Top = 70
Width = 401
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 3
Color = clForm
Font.Color = clHighlight
Font.Style = [fsItalic]
ParentFont = False
ReadOnly = True
TabOrder = 2
Text = 'edDebuggerPathResolved'
end
end
end
object SpeedButton1: TSpeedButton
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 400
Height = 22
Top = 1
Width = 23
Anchors = [akTop, akRight]
BorderSpacing.Top = 1
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Flat = True
OnClick = SpeedButton1Click
end
end
|