Download this file
178 lines (177 with data), 4.5 kB
object FrmEditTrace: TFrmEditTrace
Left = 755
Height = 478
Top = 205
Width = 407
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Trace configuration'
ClientHeight = 478
ClientWidth = 407
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '1.4.2.0'
object EdtHost: TLabeledEdit
Left = 8
Height = 27
Top = 77
Width = 296
EditLabel.AnchorSideLeft.Control = EdtHost
EditLabel.AnchorSideRight.Control = EdtHost
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = EdtHost
EditLabel.Left = 8
EditLabel.Height = 17
EditLabel.Top = 57
EditLabel.Width = 296
EditLabel.Caption = 'Host'
EditLabel.ParentColor = False
TabOrder = 1
end
object EdtUser: TLabeledEdit
Left = 8
Height = 27
Top = 133
Width = 168
EditLabel.AnchorSideLeft.Control = EdtUser
EditLabel.AnchorSideRight.Control = EdtUser
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = EdtUser
EditLabel.Left = 8
EditLabel.Height = 17
EditLabel.Top = 113
EditLabel.Width = 168
EditLabel.Caption = 'User name'
EditLabel.ParentColor = False
TabOrder = 3
end
object EdtPassword: TLabeledEdit
Left = 232
Height = 27
Top = 133
Width = 168
EchoMode = emPassword
EditLabel.AnchorSideLeft.Control = EdtPassword
EditLabel.AnchorSideRight.Control = EdtPassword
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = EdtPassword
EditLabel.Left = 232
EditLabel.Height = 17
EditLabel.Top = 113
EditLabel.Width = 168
EditLabel.Caption = 'Password'
EditLabel.ParentColor = False
PasswordChar = '*'
TabOrder = 4
end
object BtnCancel: TBitBtn
Left = 325
Height = 25
Top = 441
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 7
end
object BtnOK: TBitBtn
Left = 240
Height = 25
Top = 441
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
OnClick = BtnOKClick
TabOrder = 8
end
object EdtConfValues: TValueListEditor
Left = 8
Height = 185
Top = 240
Width = 392
FixedCols = 0
RowCount = 2
TabOrder = 6
KeyOptions = [keyUnique]
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goThumbTracking]
Strings.Strings = (
''
)
TitleCaptions.Strings = (
'Option'
'Value'
)
ColWidths = (
194
196
)
end
object EdtPort: TSpinEdit
Left = 316
Height = 27
Top = 77
Width = 84
MaxValue = 100000
MinValue = 1
TabOrder = 2
Value = 1
end
object Label1: TLabel
Left = 316
Height = 17
Top = 56
Width = 30
Caption = 'Port'
ParentColor = False
end
object EdtDatabaseFilter: TLabeledEdit
Left = 8
Height = 27
Top = 200
Width = 392
EditLabel.AnchorSideLeft.Control = EdtDatabaseFilter
EditLabel.AnchorSideRight.Control = EdtDatabaseFilter
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = EdtDatabaseFilter
EditLabel.Left = 8
EditLabel.Height = 34
EditLabel.Top = 163
EditLabel.Width = 392
EditLabel.Caption = 'Database filter (you should provide full path to database or leave it empty to watch all databases)'
EditLabel.ParentColor = False
EditLabel.WordWrap = True
TabOrder = 5
end
object EdtTraceName: TLabeledEdit
Left = 8
Height = 27
Top = 24
Width = 392
EditLabel.AnchorSideLeft.Control = EdtTraceName
EditLabel.AnchorSideRight.Control = EdtTraceName
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = EdtTraceName
EditLabel.Left = 8
EditLabel.Height = 17
EditLabel.Top = 4
EditLabel.Width = 392
EditLabel.Caption = 'Trace name'
EditLabel.ParentColor = False
TabOrder = 0
end
object BtnSaveConf: TBitBtn
Left = 10
Height = 25
Top = 440
Width = 75
Caption = 'Save...'
OnClick = BtnSaveConfClick
TabOrder = 9
end
object DlgSaveConf: TSaveDialog
Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
left = 120
top = 432
end
end
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.