| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088 |
- object frmSesProperty: TfrmSesProperty
- Left = 380
- Height = 421
- Top = 349
- Width = 581
- BorderStyle = bsDialog
- Caption = 'Session Properties'
- ClientHeight = 421
- ClientWidth = 581
- DesignTimePPI = 120
- OnCreate = FormCreate
- LCLVersion = '2.0.10.0'
- object PageControl1: TPageControl
- Left = 170
- Height = 358
- Top = 0
- Width = 411
- ActivePage = TabPComSet
- Align = alClient
- ShowTabs = False
- TabIndex = 5
- TabOrder = 0
- object TabGeneral: TTabSheet
- Caption = 'General'
- ClientHeight = 350
- ClientWidth = 397
- object lblIP: TLabel
- Left = 104
- Height = 20
- Top = 18
- Width = 15
- Caption = 'IP:'
- ParentColor = False
- end
- object lblPort: TLabel
- Left = 104
- Height = 20
- Top = 54
- Width = 46
- Caption = 'Puerto:'
- ParentColor = False
- end
- object txtPort: TEdit
- Left = 160
- Height = 28
- Top = 48
- Width = 40
- TabOrder = 0
- Text = '23'
- end
- object cmbIP: TComboBox
- Left = 160
- Height = 28
- Top = 16
- Width = 139
- ItemHeight = 20
- TabOrder = 1
- end
- object optTelnet: TRadioButton
- Left = 19
- Height = 24
- Top = 10
- Width = 65
- Caption = '&Telnet'
- OnChange = optTelnetChange
- TabOrder = 2
- end
- object optSSH: TRadioButton
- Left = 19
- Height = 24
- Top = 40
- Width = 51
- Caption = '&SSH'
- OnChange = optSSHChange
- TabOrder = 3
- end
- object optOtro: TRadioButton
- Left = 19
- Height = 24
- Top = 104
- Width = 54
- Caption = '&Otro'
- OnChange = optOtroChange
- TabOrder = 4
- end
- object txtOtro: TEdit
- Left = 104
- Height = 28
- Top = 100
- Width = 195
- TabOrder = 5
- end
- object lblOtro: TLabel
- Left = 104
- Height = 20
- Top = 80
- Width = 70
- Caption = 'Aplicativo:'
- ParentColor = False
- end
- object optSerial: TRadioButton
- Left = 19
- Height = 24
- Top = 72
- Width = 61
- Caption = 'S&erial'
- OnChange = optSerialChange
- TabOrder = 6
- end
- object txtSerCfg: TEdit
- Left = 120
- Height = 28
- Top = 95
- Width = 112
- TabOrder = 7
- Text = '9600,8,n,1,n'
- end
- object lblSerCfg: TLabel
- Left = 120
- Height = 20
- Top = 74
- Width = 96
- Caption = 'Configuración:'
- ParentColor = False
- end
- object lblSerPort: TLabel
- Left = 120
- Height = 20
- Top = 21
- Width = 87
- Caption = 'Puerto Serial:'
- ParentColor = False
- end
- object cmbSerPort: TComboBox
- Left = 120
- Height = 28
- Top = 42
- Width = 69
- ItemHeight = 20
- ItemIndex = 0
- Items.Strings = (
- 'COM1'
- 'COM2'
- 'COM3'
- 'COM4'
- 'COM5'
- 'COM6'
- 'COM7'
- 'COM8'
- 'COM9'
- 'COM10'
- 'COM11'
- 'COM12'
- 'COM13'
- 'COM14'
- )
- TabOrder = 8
- Text = 'COM1'
- end
- object RadioGroup1: TRadioGroup
- Left = 19
- Height = 48
- Top = 144
- Width = 213
- AutoFill = True
- Caption = 'Line delimiter (To send)'
- ChildSizing.LeftRightSpacing = 6
- ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
- ChildSizing.EnlargeVertical = crsHomogenousChildResize
- ChildSizing.ShrinkHorizontal = crsScaleChilds
- ChildSizing.ShrinkVertical = crsScaleChilds
- ChildSizing.Layout = cclLeftToRightThenTopToBottom
- ChildSizing.ControlsPerLine = 3
- ClientHeight = 23
- ClientWidth = 209
- Columns = 3
- Items.Strings = (
- 'CRLF'
- 'CR'
- 'LF'
- )
- TabOrder = 9
- end
- object RadioGroup2: TRadioGroup
- Left = 19
- Height = 48
- Top = 208
- Width = 309
- AutoFill = True
- Caption = 'Line delimiter (To receive)'
- ChildSizing.LeftRightSpacing = 6
- ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
- ChildSizing.EnlargeVertical = crsHomogenousChildResize
- ChildSizing.ShrinkHorizontal = crsScaleChilds
- ChildSizing.ShrinkVertical = crsScaleChilds
- ChildSizing.Layout = cclLeftToRightThenTopToBottom
- ChildSizing.ControlsPerLine = 4
- ClientHeight = 23
- ClientWidth = 305
- Columns = 4
- Items.Strings = (
- 'CRLF'
- 'CR'
- 'LF'
- 'CR or LF'
- )
- TabOrder = 10
- end
- end
- object TabPromptDet: TTabSheet
- Caption = 'Prompt det.'
- ClientHeight = 350
- ClientWidth = 397
- object GroupBox1: TGroupBox
- Left = 8
- Height = 224
- Top = 24
- Width = 360
- Caption = ' '
- ClientHeight = 199
- ClientWidth = 356
- TabOrder = 0
- object Label1: TLabel
- Left = 14
- Height = 20
- Top = 24
- Width = 85
- Caption = 'Prompt start:'
- ParentColor = False
- end
- object txtCadIni: TEdit
- Left = 112
- Height = 28
- Top = 16
- Width = 48
- TabOrder = 0
- end
- object Label2: TLabel
- Left = 208
- Height = 20
- Top = 24
- Width = 81
- Caption = 'Prompt end:'
- ParentColor = False
- end
- object txtCadFin: TEdit
- Left = 296
- Height = 28
- Top = 16
- Width = 48
- TabOrder = 1
- end
- object RadioButton1: TRadioButton
- Left = 8
- Height = 24
- Top = 64
- Width = 115
- Caption = 'Match exactly'
- TabOrder = 2
- end
- object RadioButton2: TRadioButton
- Left = 8
- Height = 24
- Top = 128
- Width = 191
- Caption = 'Match at the Start of Line'
- TabOrder = 3
- end
- object RadioButton3: TRadioButton
- Left = 8
- Height = 24
- Top = 96
- Width = 185
- Caption = 'Match at the End of Line'
- TabOrder = 4
- end
- object RadioButton4: TRadioButton
- Left = 8
- Height = 24
- Top = 160
- Width = 167
- Caption = 'Match at any position'
- TabOrder = 5
- end
- end
- object chkDetecPrompt: TCheckBox
- Left = 17
- Height = 24
- Top = 21
- Width = 140
- Caption = 'Prompt detection'
- OnChange = chkDetecPromptChange
- TabOrder = 1
- end
- end
- object TabGenAppear: TTabSheet
- Caption = 'Appearance'
- ClientHeight = 350
- ClientWidth = 397
- object chkShowTerm: TCheckBox
- Left = 24
- Height = 24
- Top = 88
- Width = 122
- Caption = 'Show &Terminal'
- TabOrder = 0
- end
- object chkShowPCom: TCheckBox
- Left = 24
- Height = 24
- Top = 48
- Width = 173
- Caption = 'Show &Command Panel'
- TabOrder = 1
- end
- end
- object TabPComEdit: TTabSheet
- Caption = 'TabPComEdit'
- ClientHeight = 350
- ClientWidth = 397
- object chkMarLinAct1: TCheckBox
- Left = 16
- Height = 24
- Top = 184
- Width = 150
- Caption = 'Marcar línea actual'
- OnChange = chkMarLinActChange
- TabOrder = 0
- end
- object cbutLinAct1: TColorButton
- Left = 312
- Height = 25
- Top = 179
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object lblCLinAct1: TLabel
- Left = 256
- Height = 20
- Top = 184
- Width = 39
- Caption = 'Color:'
- ParentColor = False
- end
- object lblFontName1: TLabel
- Left = 16
- Height = 20
- Top = 23
- Width = 36
- Caption = 'Letra:'
- ParentColor = False
- end
- object cmbTipoLetra1: TComboBox
- Left = 88
- Height = 28
- Top = 16
- Width = 100
- ItemHeight = 20
- TabOrder = 1
- Text = 'cmbTipoLetra1'
- end
- object lblFontSize1: TLabel
- Left = 221
- Height = 20
- Top = 22
- Width = 57
- Caption = 'Tamaño:'
- ParentColor = False
- end
- object spFontSize1: TSpinEdit
- Left = 315
- Height = 28
- Top = 16
- Width = 61
- Alignment = taRightJustify
- MaxValue = 20
- MinValue = 5
- TabOrder = 2
- Value = 5
- end
- object lblBackCol1: TLabel
- Left = 16
- Height = 20
- Top = 54
- Width = 104
- Caption = 'Color de fondo:'
- ParentColor = False
- end
- object cbutBackCol1: TColorButton
- Left = 136
- Height = 25
- Top = 48
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object lblTextCol1: TLabel
- Left = 221
- Height = 20
- Top = 53
- Width = 77
- Caption = 'Color texto:'
- ParentColor = False
- end
- object cbutTexto1: TColorButton
- Left = 312
- Height = 25
- Top = 48
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object chkVerBarDesV1: TCheckBox
- Left = 16
- Height = 24
- Top = 88
- Width = 169
- Caption = 'Barra de desplaz &Vert.'
- TabOrder = 3
- end
- object grpVertPan1: TGroupBox
- Left = 8
- Height = 112
- Top = 216
- Width = 384
- Caption = ' '
- ClientHeight = 87
- ClientWidth = 380
- TabOrder = 4
- object chkVerPanVer1: TCheckBox
- Left = 6
- Height = 24
- Top = -24
- Width = 114
- Caption = 'Panel Vertical'
- OnChange = chkVerPanVerChange
- TabOrder = 0
- end
- object cbutFonPan1: TColorButton
- Left = 302
- Height = 25
- Top = 24
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object lblVPbckCol1: TLabel
- Left = 192
- Height = 20
- Top = 29
- Width = 85
- Caption = 'Color Fondo:'
- ParentColor = False
- end
- object lblVPtxtCol1: TLabel
- Left = 192
- Height = 20
- Top = 61
- Width = 98
- Caption = 'Color de texto:'
- ParentColor = False
- end
- object cbutTxtPan1: TColorButton
- Left = 302
- Height = 25
- Top = 56
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object chkVerNumLin1: TCheckBox
- Left = 6
- Height = 24
- Top = 29
- Width = 138
- Caption = 'Ver Núm.de línea'
- TabOrder = 1
- end
- object chkVerMarPle1: TCheckBox
- Left = 6
- Height = 24
- Top = 57
- Width = 163
- Caption = 'Ver Marc.de plegado'
- TabOrder = 2
- end
- end
- object chkHLCurWord1: TCheckBox
- Left = 16
- Height = 24
- Top = 152
- Width = 210
- Caption = 'Resaltar palabra bajo cursor'
- OnChange = chkHLCurWordChange
- TabOrder = 5
- end
- object chkVerBarDesH1: TCheckBox
- Left = 16
- Height = 24
- Top = 120
- Width = 178
- Caption = 'Barra de desplaz &Horiz.'
- TabOrder = 6
- end
- object lblCurWordCol1: TLabel
- Left = 256
- Height = 20
- Top = 152
- Width = 39
- Caption = 'Color:'
- ParentColor = False
- end
- object cbutResPal1: TColorButton
- Left = 312
- Height = 25
- Top = 147
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- end
- object TabPComSet: TTabSheet
- Caption = 'Comm.Panel'
- ClientHeight = 350
- ClientWidth = 403
- object chkCompletCode: TCheckBox
- Left = 16
- Height = 24
- Top = 16
- Width = 214
- Caption = 'Automatic Code Completion'
- TabOrder = 0
- end
- object chkCodFolding: TCheckBox
- Left = 16
- Height = 24
- Top = 48
- Width = 113
- Caption = 'Code &Folding'
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 1
- end
- object chkUsarPrep: TCheckBox
- Left = 16
- Height = 24
- Top = 200
- Width = 188
- Caption = 'Use PreSQL Preprocessor'
- TabOrder = 2
- end
- object chkSendLnEnter: TCheckBox
- Left = 16
- Height = 24
- Top = 112
- Width = 316
- Caption = 'Send current line (or selection) with <Enter>'
- TabOrder = 3
- end
- object chkSendLnCtrEnter: TCheckBox
- Left = 16
- Height = 24
- Top = 144
- Width = 369
- Caption = 'Send current line (or selection) with <Ctrl>+<Enter>'
- TabOrder = 4
- end
- end
- object TabTermPant: TTabSheet
- Caption = 'Term.Screen'
- ClientHeight = 350
- ClientWidth = 397
- object txtMaxLinT: TEdit
- Left = 224
- Height = 28
- Top = 110
- Width = 72
- TabOrder = 0
- end
- object Label3: TLabel
- Left = 16
- Height = 20
- Top = 112
- Width = 75
- Caption = 'Max Lines ::'
- ParentColor = False
- end
- object ComboBox1: TComboBox
- Left = 224
- Height = 28
- Top = 16
- Width = 72
- Enabled = False
- ItemHeight = 20
- ItemIndex = 0
- Items.Strings = (
- 'VT100'
- )
- TabOrder = 1
- Text = 'VT100'
- end
- object ComboBox2: TComboBox
- Left = 224
- Height = 28
- Top = 48
- Width = 73
- Enabled = False
- ItemHeight = 20
- ItemIndex = 0
- Items.Strings = (
- '80*25'
- )
- TabOrder = 2
- Text = '80*25'
- end
- object Label4: TLabel
- Left = 16
- Height = 20
- Top = 16
- Width = 97
- Caption = 'Terminal &Type:'
- Enabled = False
- ParentColor = False
- end
- object Label5: TLabel
- Left = 16
- Height = 20
- Top = 48
- Width = 92
- Caption = 'Terminal &Size:'
- Enabled = False
- ParentColor = False
- end
- object Label6: TLabel
- Left = 16
- Height = 20
- Top = 80
- Width = 95
- Caption = 'Max. Columns:'
- ParentColor = False
- end
- object txtMaxColT: TEdit
- Left = 224
- Height = 28
- Top = 80
- Width = 72
- TabOrder = 3
- end
- object chkInterDirec: TCheckBox
- Left = 16
- Height = 24
- Top = 168
- Width = 202
- Caption = '&Intercepts directionals keys'
- TabOrder = 4
- end
- object chkCurSigPrmpt: TCheckBox
- Left = 16
- Height = 24
- Top = 200
- Width = 233
- Caption = 'Terminal Cursor &follows Prompt'
- TabOrder = 5
- end
- end
- object TabTermEdit: TTabSheet
- Caption = 'Term.Edit'
- ClientHeight = 350
- ClientWidth = 397
- OnContextPopup = TabTermEditContextPopup
- object chkMarLinAct: TCheckBox
- Left = 16
- Height = 24
- Top = 184
- Width = 150
- Caption = 'Marcar línea actual'
- OnChange = chkMarLinActChange
- TabOrder = 0
- end
- object cbutLinAct: TColorButton
- Left = 312
- Height = 25
- Top = 179
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object lblCLinAct: TLabel
- Left = 256
- Height = 20
- Top = 184
- Width = 39
- Caption = 'Color:'
- ParentColor = False
- end
- object lblFontName: TLabel
- Left = 16
- Height = 20
- Top = 23
- Width = 36
- Caption = 'Letra:'
- ParentColor = False
- end
- object cmbTipoLetra: TComboBox
- Left = 88
- Height = 28
- Top = 16
- Width = 100
- ItemHeight = 20
- TabOrder = 1
- Text = 'cmbTipoLetra'
- end
- object lblFontSize: TLabel
- Left = 221
- Height = 20
- Top = 22
- Width = 57
- Caption = 'Tamaño:'
- ParentColor = False
- end
- object spFontSize: TSpinEdit
- Left = 315
- Height = 28
- Top = 16
- Width = 61
- Alignment = taRightJustify
- MaxValue = 20
- MinValue = 5
- TabOrder = 2
- Value = 5
- end
- object lblBackCol: TLabel
- Left = 16
- Height = 20
- Top = 54
- Width = 104
- Caption = 'Color de fondo:'
- ParentColor = False
- end
- object cbutBackCol: TColorButton
- Left = 136
- Height = 25
- Top = 48
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object lblTextCol: TLabel
- Left = 221
- Height = 20
- Top = 53
- Width = 77
- Caption = 'Color texto:'
- ParentColor = False
- end
- object cbutTexto: TColorButton
- Left = 312
- Height = 25
- Top = 48
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object chkVerBarDesV: TCheckBox
- Left = 16
- Height = 24
- Top = 88
- Width = 169
- Caption = 'Barra de desplaz &Vert.'
- TabOrder = 3
- end
- object grpVertPan: TGroupBox
- Left = 8
- Height = 128
- Top = 216
- Width = 384
- Caption = ' '
- ClientHeight = 103
- ClientWidth = 380
- TabOrder = 4
- object chkVerPanVer: TCheckBox
- Left = 6
- Height = 24
- Top = -24
- Width = 114
- Caption = 'Panel Vertical'
- OnChange = chkVerPanVerChange
- TabOrder = 0
- end
- object cbutFonPan: TColorButton
- Left = 302
- Height = 25
- Top = 32
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object lblVPbckCol: TLabel
- Left = 192
- Height = 20
- Top = 37
- Width = 85
- Caption = 'Color Fondo:'
- ParentColor = False
- end
- object lblVPtxtCol: TLabel
- Left = 192
- Height = 20
- Top = 69
- Width = 98
- Caption = 'Color de texto:'
- ParentColor = False
- end
- object cbutTxtPan: TColorButton
- Left = 302
- Height = 25
- Top = 64
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- object chkVerNumLin: TCheckBox
- Left = 6
- Height = 24
- Top = 37
- Width = 138
- Caption = 'Ver Núm.de línea'
- TabOrder = 1
- end
- object chkVerMarPle: TCheckBox
- Left = 6
- Height = 24
- Top = 65
- Width = 163
- Caption = 'Ver Marc.de plegado'
- TabOrder = 2
- end
- end
- object chkHLCurWord: TCheckBox
- Left = 16
- Height = 24
- Top = 152
- Width = 210
- Caption = 'Resaltar palabra bajo cursor'
- OnChange = chkHLCurWordChange
- TabOrder = 5
- end
- object chkVerBarDesH: TCheckBox
- Left = 16
- Height = 24
- Top = 120
- Width = 178
- Caption = 'Barra de desplaz &Horiz.'
- TabOrder = 6
- end
- object lblCurWordCol: TLabel
- Left = 256
- Height = 20
- Top = 152
- Width = 39
- Caption = 'Color:'
- ParentColor = False
- end
- object cbutResPal: TColorButton
- Left = 312
- Height = 25
- Top = 147
- Width = 64
- BorderWidth = 2
- ButtonColorSize = 16
- ButtonColor = clBlack
- end
- end
- object TabTermCRec: TTabSheet
- Caption = 'Recurring Command'
- ClientHeight = 350
- ClientWidth = 397
- object chkSendRecCom: TCheckBox
- Left = 24
- Height = 24
- Top = 16
- Width = 197
- Caption = 'Send Recurring Command'
- OnChange = chkSendRecComChange
- TabOrder = 0
- end
- object speTempo: TSpinEdit
- Left = 288
- Height = 28
- Top = 55
- Width = 56
- Alignment = taRightJustify
- MaxValue = 120
- MinValue = 1
- TabOrder = 1
- Value = 1
- end
- object Label15: TLabel
- Left = 24
- Height = 20
- Top = 60
- Width = 198
- Caption = 'Time between sendings (min):'
- ParentColor = False
- end
- object GroupBox3: TGroupBox
- Left = 16
- Height = 144
- Top = 104
- Width = 328
- Caption = 'Send'
- ClientHeight = 119
- ClientWidth = 324
- TabOrder = 2
- object txtComando: TEdit
- Left = 120
- Height = 28
- Top = 8
- Width = 184
- TabOrder = 0
- Text = 'txtComando'
- end
- object optComando: TRadioButton
- Left = 6
- Height = 24
- Top = 8
- Width = 96
- Caption = '&Command:'
- TabOrder = 1
- end
- object optScript: TRadioButton
- Left = 6
- Height = 24
- Top = 48
- Width = 121
- Caption = '&Commnad file:'
- TabOrder = 2
- end
- object txtArchivo: TEdit
- Left = 32
- Height = 28
- Top = 80
- Width = 272
- TabOrder = 3
- Text = 'txtArchivo'
- end
- end
- object cmdTestComm: TButton
- Left = 264
- Height = 31
- Top = 16
- Width = 80
- Caption = '&Test'
- OnClick = cmdTestCommClick
- TabOrder = 3
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Height = 63
- Top = 358
- Width = 581
- Align = alBottom
- ClientHeight = 63
- ClientWidth = 581
- TabOrder = 1
- object bitOK: TBitBtn
- Left = 312
- Height = 38
- Top = 12
- Width = 94
- Caption = '&OK'
- Kind = bkOK
- ModalResult = 1
- OnClick = bitOKClick
- ParentFont = False
- TabOrder = 0
- end
- object bitCancel: TBitBtn
- Left = 432
- Height = 38
- Top = 12
- Width = 94
- Cancel = True
- Caption = 'Cancel'
- Kind = bkCancel
- ModalResult = 2
- OnClick = bitCancelClick
- ParentFont = False
- TabOrder = 1
- end
- object bitOK_conn: TBitBtn
- Left = 112
- Height = 38
- Top = 12
- Width = 168
- Caption = 'OK and Connect'
- Default = True
- Glyph.Data = {
- 36040000424D3604000000000000360000002800000010000000100000000100
- 2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
- FF00000000000000003300000030000000000000000000000000000000000000
- 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000000009CF8FF0099F5F10000002D0000000000000000000000000000
- 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000197F1C4009AF8FF0096F1E90000003300000006000000000000
- 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000000019CF95A0098F8FF3BC5FFFF049DF8FF003D624A000000050000
- 000000000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000000000000000097F5FF5ED8FFFF62E6FFFF0299F5FF01385B490000
- 001200000000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000000000000000193F2BA28BDFDFF89F8FFFF50E0FFFF0599F6FF0370
- B47B00000011000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000033000000330061A06B11A7F9FFA5F7FFFF56EAFFFF4ADDFFFF0697
- F5FF056DB1790000001A0000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF000797F5FF19AAFBFF16A7FAFF0EA2F9FFA7F5FFFF54E7FFFF4EE6FFFF42DB
- FFFF13A2F8FF067ECD990000002200000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF000795F5FF7BF3FFFF55E8FFFF44E2FFFF40E1FFFF3DDEFFFF3EDFFFFF42E3
- FFFF41E2FFFF10A4F8FF0A8AE0B900000023FFFFFF00FFFFFF00FFFFFF00FFFF
- FF000990EFD25FDDFFFF62E7FFFF37DCFFFF37DCFFFFA1F1FFFFA0F4FFFF9BF5
- FFFF8BF3FFFF8EF3FFFF14A7F9FF0D8DE3BFFFFFFF00FFFFFF00FFFFFF00FFFF
- FF000D8FEB8545C5FDFF7CEAFFFF2CD8FFFF2ED9FFFF14B3FCFF018CF3FF0691
- F5FF0793F4FF0C96F6FF1098F5FF129AF5FFFFFFFF00FFFFFF00FFFFFF00FFFF
- FF001198F6321FADFBFF96F0FFFF35DAFFFF21D5FFFF91EFFFFF3CB2F9FF0873
- BF8900000001000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000C96F3FF90F0FFFF5BDFFFFF14D0FFFF5AE1FFFF92E7FFFF0B92
- F3FF03111C2D000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000001090EED268DBFFFF91EBFFFF02CDFFFF0BD0FFFFA4F1FFFF49B8
- FAFF108FE8D90000000E0000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000001490EA8743C4FBFFC9FBFFFFBCF7FFFFAFF4FFFFC3FAFFFFB3F1
- FFFF1497F4FF1165A26D0000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000001D98F53A1896F2FF1493F3FF1191F2FF1191F2FF1293F3FF1495
- F3FF1B99F4FF1E9BF5FF0000000000000000FFFFFF00FFFFFF00
- }
- ModalResult = 6
- OnClick = bitOKClick
- ParentFont = False
- TabOrder = 2
- end
- end
- object TreeView1: TTreeView
- Left = 0
- Height = 358
- Top = 0
- Width = 170
- Align = alLeft
- Font.CharSet = ANSI_CHARSET
- Font.Height = -15
- Font.Name = 'Calibri'
- Font.Pitch = fpVariable
- Font.Quality = fqDraft
- ParentFont = False
- ReadOnly = True
- TabOrder = 2
- OnClick = TreeView1Click
- Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
- Items.Data = {
- F9FFFFFF020003000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF030000000000
- 0000010700000047656E6572616CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
- 000000000000000A000000436F6E6E656374696F6EFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFF0000000000000000001000000050726F6D70742064657465637469
- 6F6EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000A00000041
- 7070656172616E6365FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02000000000000
- 00010D000000436F6D6D616E642050616E656CFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFF00000000000000000006000000456469746F72FFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFF000000000000000000050000004F74686572FFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFF030000000000000001080000005465726D696E616CFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000600000053637265656E
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000006000000456469
- 746F72FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000011000000
- 526563757272696E6720436F6D6D616E64
- }
- end
- end
|