smartCARD/SerieCfg.dfm
2021-09-12 20:55:27 +02:00

200 lines
3.3 KiB
Plaintext

object SerieConf: TSerieConf
Left = 308
Top = 598
AutoScroll = False
BorderIcons = [biSystemMenu]
Caption = 'Configuración del Puerto serie'
ClientHeight = 172
ClientWidth = 285
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 16
Width = 34
Height = 13
Caption = 'Puerto:'
end
object Label11: TLabel
Left = 192
Top = 16
Width = 16
Height = 13
Caption = 'bits'
end
object Label4: TLabel
Left = 136
Top = 16
Width = 37
Height = 13
Caption = 'baudios'
end
object Label12: TLabel
Left = 224
Top = 16
Width = 20
Height = 13
Caption = 'pari.'
end
object Label13: TLabel
Left = 256
Top = 16
Width = 20
Height = 13
Caption = 'stop'
end
object Label7: TLabel
Left = 40
Top = 40
Width = 70
Height = 13
Caption = 'Antes del reset'
end
object Label8: TLabel
Left = 40
Top = 64
Width = 85
Height = 13
Caption = 'Después del reset'
end
object Label2: TLabel
Left = 40
Top = 88
Width = 30
Height = 13
Caption = 'Delay:'
end
object aceptar: TBitBtn
Left = 208
Top = 112
Width = 75
Height = 25
Caption = '&Aceptar'
TabOrder = 0
OnClick = aceptarClick
end
object cancelar: TBitBtn
Left = 208
Top = 144
Width = 75
Height = 25
Caption = '&Cancelar'
TabOrder = 1
OnClick = cancelarClick
end
object comPort: TComboBox
Left = 40
Top = 8
Width = 89
Height = 21
ItemHeight = 13
TabOrder = 2
Text = 'COM1'
Items.Strings = (
'COM1'
'COM2'
'COM3'
'COM4')
end
object stopA: TEdit
Left = 256
Top = 32
Width = 25
Height = 21
TabOrder = 3
Text = '2'
end
object pariA: TEdit
Left = 224
Top = 32
Width = 25
Height = 21
TabOrder = 4
Text = 'O'
end
object bitsA: TEdit
Left = 192
Top = 32
Width = 25
Height = 21
TabOrder = 5
Text = '8'
end
object baudiosA: TEdit
Left = 128
Top = 32
Width = 57
Height = 21
TabOrder = 6
Text = '4800'
end
object baudiosD: TEdit
Left = 128
Top = 56
Width = 57
Height = 21
TabOrder = 7
Text = '57600'
end
object bitsD: TEdit
Left = 192
Top = 56
Width = 25
Height = 21
TabOrder = 8
Text = '8'
end
object pariD: TEdit
Left = 224
Top = 56
Width = 25
Height = 21
TabOrder = 9
Text = 'O'
end
object stopD: TEdit
Left = 256
Top = 56
Width = 25
Height = 21
TabOrder = 10
Text = '2'
end
object delayTime: TEdit
Left = 128
Top = 80
Width = 153
Height = 21
TabOrder = 11
Text = '5000'
end
object ConvenioInverso: TCheckBox
Left = 40
Top = 112
Width = 161
Height = 17
Caption = 'Convenio Inverso'
Checked = True
State = cbChecked
TabOrder = 12
end
object ATR: TCheckBox
Left = 40
Top = 128
Width = 161
Height = 17
Caption = 'ATR despues de conectar'
Checked = True
State = cbChecked
TabOrder = 13
end
end