| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252 |
- object frmSesProperty: TfrmSesProperty
- Left = 392
- Height = 421
- Top = 324
- 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 = TabEditSett
- Align = alClient
- ShowTabs = False
- TabIndex = 9
- TabOrder = 0
- object TabGenConnec: TTabSheet
- Caption = 'General'
- ClientHeight = 350
- ClientWidth = 403
- 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 TabGenPrmtDet: TTabSheet
- Caption = 'Prompt det.'
- ClientHeight = 350
- ClientWidth = 403
- 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 TabGenSyntax: TTabSheet
- Caption = 'TabGenSyntax'
- 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 = 403
- 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
- object TabEditSett: TTabSheet
- Caption = 'Editor Tool'
- ClientHeight = 350
- ClientWidth = 403
- object Label7: TLabel
- Left = 16
- Height = 20
- Top = 32
- Width = 181
- Caption = 'Command to launch Editor:'
- ParentColor = False
- end
- object txtComLaunEdit: TEdit
- Left = 272
- Height = 28
- Top = 24
- Width = 100
- Enabled = False
- TabOrder = 0
- Text = 'txtComLaunEdit'
- end
- object txtExternEdit: TEdit
- Left = 16
- Height = 28
- Top = 232
- Width = 368
- TabOrder = 1
- Text = 'txtExternEdit'
- end
- object Label8: TLabel
- Left = 16
- Height = 20
- Top = 208
- Width = 151
- Caption = 'Path to external editor:'
- ParentColor = False
- end
- object radGroupEdtType: TRadioGroup
- Left = 16
- Height = 120
- Top = 64
- Width = 328
- AutoFill = True
- Caption = 'Edition mode:'
- ChildSizing.LeftRightSpacing = 6
- ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
- ChildSizing.EnlargeVertical = crsHomogenousChildResize
- ChildSizing.ShrinkHorizontal = crsScaleChilds
- ChildSizing.ShrinkVertical = crsScaleChilds
- ChildSizing.Layout = cclLeftToRightThenTopToBottom
- ChildSizing.ControlsPerLine = 1
- ClientHeight = 95
- ClientWidth = 324
- Items.Strings = (
- 'Local File Edition'
- 'Remote using SFTP'
- 'Remote using Bash Commands'
- )
- OnClick = radGroupEdtTypeClick
- TabOrder = 2
- end
- object Label11: TLabel
- Left = 16
- Height = 20
- Top = 276
- Width = 32
- Caption = 'User:'
- ParentColor = False
- end
- object Label12: TLabel
- Left = 200
- Height = 20
- Top = 276
- Width = 65
- Caption = 'Password:'
- ParentColor = False
- end
- object txtEdiUser: TEdit
- Left = 72
- Height = 28
- Top = 272
- Width = 100
- TabOrder = 3
- Text = 'txtEdiUser'
- end
- object txtEdiPass: TEdit
- Left = 284
- Height = 28
- Top = 272
- Width = 100
- EchoMode = emPassword
- PasswordChar = '*'
- TabOrder = 4
- Text = 'txtEdiPass'
- end
- end
- object TabExplor: TTabSheet
- Caption = 'TabExplor'
- ClientHeight = 350
- ClientWidth = 403
- object Label9: TLabel
- Left = 16
- Height = 20
- Top = 32
- Width = 181
- Caption = 'Command to launch Editor:'
- ParentColor = False
- end
- object txtComLaunExpl: TEdit
- Left = 272
- Height = 28
- Top = 24
- Width = 100
- Enabled = False
- TabOrder = 0
- Text = 'txtComLaunExpl'
- end
- object Label10: TLabel
- Left = 16
- Height = 20
- Top = 192
- Width = 166
- Caption = 'Path to external explorer:'
- ParentColor = False
- end
- object txtExternExplor: TEdit
- Left = 16
- Height = 28
- Top = 216
- Width = 356
- TabOrder = 1
- Text = 'txtExternExplor'
- end
- object radGroupExpType: TRadioGroup
- Left = 16
- Height = 104
- Top = 72
- Width = 231
- AutoFill = True
- Caption = 'Explorer type:'
- ChildSizing.LeftRightSpacing = 6
- ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
- ChildSizing.EnlargeVertical = crsHomogenousChildResize
- ChildSizing.ShrinkHorizontal = crsScaleChilds
- ChildSizing.ShrinkVertical = crsScaleChilds
- ChildSizing.Layout = cclLeftToRightThenTopToBottom
- ChildSizing.ControlsPerLine = 1
- ClientHeight = 79
- ClientWidth = 227
- Items.Strings = (
- 'Bash Command Explorer'
- 'External Explorer'
- )
- OnClick = radGroupExpTypeClick
- TabOrder = 2
- 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 = {
- F9FFFFFF020005000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF040000000000
- 0000010700000047656E6572616CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
- 000000000000000A000000436F6E6E656374696F6EFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFF0000000000000000001000000050726F6D70742064657465637469
- 6F6EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000A00000041
- 7070656172616E6365FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000
- 00000600000053796E746178FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02000000
- 00000000010D000000436F6D6D616E642050616E656CFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFF00000000000000000006000000456469746F72FFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFF000000000000000000050000004F74686572FFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFF030000000000000001080000005465726D696E616C
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000006000000536372
- 65656EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000006000000
- 456469746F72FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000011
- 000000526563757272696E6720436F6D6D616E64FFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFF0000000000000000000B000000456469746F7220746F6F6CFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000D0000004578706C6F7265
- 7220546F6F6C
- }
- end
- end
|