git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1061 0c75b7a4-871f-7646-8a2f-f78d34cc349f
120 lines
2.6 KiB
Plaintext
120 lines
2.6 KiB
Plaintext
object fEditorConexiones: TfEditorConexiones
|
|
Left = 453
|
|
Top = 234
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Lista de conexiones'
|
|
ClientHeight = 406
|
|
ClientWidth = 404
|
|
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 bAceptar: TButton
|
|
Left = 236
|
|
Top = 373
|
|
Width = 75
|
|
Height = 23
|
|
Action = actAceptar
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 321
|
|
Top = 373
|
|
Width = 75
|
|
Height = 23
|
|
Action = actCancelar
|
|
Cancel = True
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
object PageControl1: TPageControl
|
|
Left = 6
|
|
Top = 8
|
|
Width = 390
|
|
Height = 356
|
|
ActivePage = TabSheet1
|
|
TabOrder = 0
|
|
object TabSheet1: TTabSheet
|
|
Caption = 'Lista de conexiones'
|
|
object Label1: TLabel
|
|
Left = 6
|
|
Top = 12
|
|
Width = 149
|
|
Height = 13
|
|
Caption = 'Lista de conexiones disponibles'
|
|
end
|
|
object bEliminar: TButton
|
|
Left = 284
|
|
Top = 90
|
|
Width = 95
|
|
Height = 23
|
|
Action = actEliminar
|
|
TabOrder = 0
|
|
end
|
|
object bAnadir: TButton
|
|
Left = 284
|
|
Top = 31
|
|
Width = 95
|
|
Height = 23
|
|
Action = actAnadir
|
|
TabOrder = 1
|
|
end
|
|
object Button1: TButton
|
|
Left = 284
|
|
Top = 61
|
|
Width = 95
|
|
Height = 23
|
|
Action = actModificar
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|
|
object ListBox1: TListBox
|
|
Left = 16
|
|
Top = 63
|
|
Width = 272
|
|
Height = 290
|
|
ItemHeight = 13
|
|
TabOrder = 3
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 144
|
|
Top = 16
|
|
object actAnadir: TAction
|
|
Caption = '&A'#241'adir...'
|
|
OnExecute = actAnadirExecute
|
|
end
|
|
object actEliminar: TAction
|
|
Caption = '&Eliminar'
|
|
OnExecute = actEliminarExecute
|
|
OnUpdate = actEliminarUpdate
|
|
end
|
|
object actAceptar: TAction
|
|
Caption = 'A&ceptar'
|
|
OnExecute = actAceptarExecute
|
|
end
|
|
object actCancelar: TAction
|
|
Caption = '&Cancelar'
|
|
OnExecute = actCancelarExecute
|
|
end
|
|
object actModificar: TAction
|
|
Caption = '&Modificar...'
|
|
OnExecute = actModificarExecute
|
|
OnUpdate = actModificarUpdate
|
|
end
|
|
end
|
|
object dsFormasPago: TDADataSource
|
|
Left = 168
|
|
Top = 16
|
|
end
|
|
end
|