git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@6 40301925-124e-1c4e-b97d-170ad7a8785b
273 lines
5.8 KiB
Plaintext
273 lines
5.8 KiB
Plaintext
object fEditorBalance: TfEditorBalance
|
|
Left = 453
|
|
Top = 234
|
|
ActiveControl = eReferencia
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Balance'
|
|
ClientHeight = 352
|
|
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
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 17
|
|
Width = 104
|
|
Height = 13
|
|
Caption = 'Datos del balance'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Bevel1: TBevel
|
|
Left = 173
|
|
Top = 17
|
|
Width = 212
|
|
Height = 10
|
|
Shape = bsBottomLine
|
|
end
|
|
object Label2: TLabel
|
|
Left = 62
|
|
Top = 43
|
|
Width = 55
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Referencia:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 63
|
|
Top = 71
|
|
Width = 54
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Naturaleza:'
|
|
end
|
|
object Bevel4: TBevel
|
|
Left = 8
|
|
Top = 290
|
|
Width = 388
|
|
Height = 10
|
|
Shape = bsBottomLine
|
|
end
|
|
object JvEnterAsTab1: TJvEnterAsTab
|
|
Left = 137
|
|
Top = 306
|
|
Width = 28
|
|
Height = 28
|
|
end
|
|
object Label4: TLabel
|
|
Left = 58
|
|
Top = 98
|
|
Width = 59
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Ref. Nivel 1:'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 49
|
|
Top = 125
|
|
Width = 68
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Descripci'#243'n 1:'
|
|
end
|
|
object Label6: TLabel
|
|
Left = 58
|
|
Top = 152
|
|
Width = 59
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Ref. Nivel 2:'
|
|
end
|
|
object Label7: TLabel
|
|
Left = 49
|
|
Top = 179
|
|
Width = 68
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Descripci'#243'n 2:'
|
|
end
|
|
object Label8: TLabel
|
|
Left = 58
|
|
Top = 206
|
|
Width = 59
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Ref. Nivel 3:'
|
|
end
|
|
object Label9: TLabel
|
|
Left = 49
|
|
Top = 233
|
|
Width = 68
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Descripci'#243'n 3:'
|
|
end
|
|
object bAceptar: TButton
|
|
Left = 234
|
|
Top = 314
|
|
Width = 75
|
|
Height = 23
|
|
Action = actAceptar
|
|
TabOrder = 1
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 319
|
|
Top = 314
|
|
Width = 75
|
|
Height = 23
|
|
Action = actCancelar
|
|
Cancel = True
|
|
TabOrder = 2
|
|
end
|
|
object eReferencia: TDBEdit
|
|
Left = 123
|
|
Top = 40
|
|
Width = 118
|
|
Height = 21
|
|
Color = clInfoBk
|
|
DataField = 'REF_BALANCE'
|
|
DataSource = dsBalances
|
|
TabOrder = 0
|
|
end
|
|
object eNivel1: TDBEdit
|
|
Left = 123
|
|
Top = 95
|
|
Width = 262
|
|
Height = 21
|
|
Color = clInfoBk
|
|
DataField = 'NIVEL1'
|
|
DataSource = dsBalances
|
|
TabOrder = 3
|
|
end
|
|
object eDescripcion1: TDBEdit
|
|
Left = 123
|
|
Top = 122
|
|
Width = 262
|
|
Height = 21
|
|
Color = clInfoBk
|
|
DataField = 'DESCRIPCION1'
|
|
DataSource = dsBalances
|
|
TabOrder = 4
|
|
end
|
|
object eNivel2: TDBEdit
|
|
Left = 123
|
|
Top = 149
|
|
Width = 262
|
|
Height = 21
|
|
Color = clInfoBk
|
|
DataField = 'NIVEL2'
|
|
DataSource = dsBalances
|
|
TabOrder = 5
|
|
end
|
|
object eDescripcion2: TDBEdit
|
|
Left = 123
|
|
Top = 176
|
|
Width = 262
|
|
Height = 21
|
|
Color = clInfoBk
|
|
DataField = 'DESCRIPCION2'
|
|
DataSource = dsBalances
|
|
TabOrder = 6
|
|
end
|
|
object eNivel3: TDBEdit
|
|
Left = 123
|
|
Top = 203
|
|
Width = 262
|
|
Height = 21
|
|
Color = clInfoBk
|
|
DataField = 'NIVEL3'
|
|
DataSource = dsBalances
|
|
TabOrder = 7
|
|
end
|
|
object eDescripcion3: TDBEdit
|
|
Left = 123
|
|
Top = 230
|
|
Width = 262
|
|
Height = 21
|
|
Color = clInfoBk
|
|
DataField = 'DESCRIPCION3'
|
|
DataSource = dsBalances
|
|
TabOrder = 8
|
|
end
|
|
object cbNaturaleza: TcxDBImageComboBox
|
|
Left = 123
|
|
Top = 68
|
|
DataBinding.DataField = 'NATURALEZA'
|
|
DataBinding.DataSource = dsBalances
|
|
Properties.Items = <
|
|
item
|
|
Description = 'DEBE'
|
|
ImageIndex = 0
|
|
Value = 'DEBE'
|
|
end
|
|
item
|
|
Description = 'HABER'
|
|
Value = 'HABER'
|
|
end
|
|
item
|
|
Description = 'ACTIVO'
|
|
Value = 'ACTIVO'
|
|
end
|
|
item
|
|
Description = 'PASIVO'
|
|
Value = 'PASIVO'
|
|
end>
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 9
|
|
Width = 121
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 88
|
|
Top = 300
|
|
object actAnadir: TAction
|
|
Caption = '&A'#241'adir'
|
|
OnExecute = actAnadirExecute
|
|
OnUpdate = actAnadirUpdate
|
|
end
|
|
object actEliminar: TAction
|
|
Caption = '&Eliminar'
|
|
OnExecute = actEliminarExecute
|
|
OnUpdate = actEliminarUpdate
|
|
end
|
|
object actAceptar: TAction
|
|
Caption = '&Guardar'
|
|
OnExecute = actAceptarExecute
|
|
end
|
|
object actCancelar: TAction
|
|
Caption = '&Cancelar'
|
|
OnExecute = actCancelarExecute
|
|
end
|
|
object actCerrar: TAction
|
|
Caption = 'actCerrar'
|
|
OnExecute = actCerrarExecute
|
|
end
|
|
object actModificar: TAction
|
|
Caption = '&Modificar'
|
|
end
|
|
end
|
|
object dsBalances: TDADataSource
|
|
Left = 48
|
|
Top = 300
|
|
end
|
|
end
|