AbetoDesign_FactuGES2/Source/ApplicationBase/Empresas/Views/uEditorTiendaEmpresa.dfm
2022-05-18 13:31:12 +00:00

344 lines
8.6 KiB
Plaintext

object fEditorTiendaEmpresa: TfEditorTiendaEmpresa
Left = 227
Top = 108
ActiveControl = eNombre
BorderStyle = bsDialog
Caption = 'Cambiar datos de la tienda'
ClientHeight = 551
ClientWidth = 468
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poOwnerFormCenter
DesignSize = (
468
551)
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 364
Height = 465
Anchors = [akLeft, akTop, akRight]
Shape = bsFrame
ExplicitWidth = 322
end
object Label1: TLabel
Left = 20
Top = 67
Width = 110
Height = 13
AutoSize = False
Caption = 'Direcci'#243'n:'
end
object Label2: TLabel
Left = 20
Top = 158
Width = 110
Height = 13
AutoSize = False
Caption = 'Poblaci'#243'n:'
end
object Label3: TLabel
Left = 19
Top = 133
Width = 110
Height = 13
AutoSize = False
Caption = 'Provincia:'
end
object Label4: TLabel
Left = 20
Top = 185
Width = 110
Height = 13
AutoSize = False
Caption = 'C'#243'digo postal:'
end
object Label5: TLabel
Left = 19
Top = 27
Width = 110
Height = 13
AutoSize = False
Caption = 'Nombre descriptivo:'
end
object Label6: TLabel
Left = 20
Top = 227
Width = 109
Height = 13
AutoSize = False
Caption = 'Persona encargada:'
end
object Label7: TLabel
Left = 21
Top = 251
Width = 109
Height = 13
AutoSize = False
Caption = 'Tel'#233'fono:'
end
object PngSpeedButton3: TPngSpeedButton
Left = 333
Top = 320
Width = 23
Height = 22
Anchors = [akTop, akRight]
OnClick = PngSpeedButton3Click
PngImage.Data = {
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
610000000970485973000017120000171201679FD252000001964944415478DA
63FCFFFF3F03232323033A58BCE9F87F647EAC9F258622B05E6C068034873B8A
80D92019C62F8F194C1356339CDF399D91A0014B361FFB1FE6208AA299E1F323
306D52F90CC5100C03566E3DFC3FD04E02A2F9F727064690462066006A66FC02
64FFFAC8603451096E088A01CB361FFDFF8F819981183077D11A86FDAB7B18E1
062CDD7CE27F14573FC3B2EF450CD13E86181ABE7DFFCDF0F5DB6F866FDFFE30
1CB97897218AB38FC1B85B98E1DC8E698C600396000D8861696058FAB7116CC0
94C5FBB0DAEC6CAECF70EED6238668E67AB057500CF8F0E10383A0A0208A0B90
6D06B1BF01D9379E3C67387AFE09C389A37BD15CE06B01B47907434EAC13C3EF
3F7F19662E3F8862BB898606C3EFDFFF1896EF3DCFA0A5C0CD306FE9265403FC
9D20362F5CB71F4CE7C47AA01890D5BC164C7716F980D56018606BAC0656B079
EF2986F82047AC6150DEB785A13CD911AC06C300234D05867DC72F30B8D818E1
8DC2494B0E63F702281075D455884A07576EDEC134404A5480E1DAED07441900
021806F44D5D44B46618801B400900007F4518F05E90AAF20000000049454E44
AE426082}
PngOptions = [pngBlendOnDisabled, pngGrayscaleOnDisabled]
ExplicitLeft = 304
end
object Label8: TLabel
Left = 21
Top = 323
Width = 109
Height = 13
AutoSize = False
Caption = 'Correo electr'#243'nico:'
end
object Label9: TLabel
Left = 21
Top = 363
Width = 109
Height = 13
AutoSize = False
Caption = 'Notas:'
end
object Label11: TLabel
Left = 21
Top = 275
Width = 109
Height = 13
AutoSize = False
Caption = 'Movil:'
end
object Label12: TLabel
Left = 21
Top = 299
Width = 109
Height = 13
AutoSize = False
Caption = 'Fax:'
end
object Bevel2: TBevel
Left = 8
Top = 479
Width = 364
Height = 58
Anchors = [akLeft, akTop, akRight]
Shape = bsFrame
Visible = False
ExplicitWidth = 328
end
object Label10: TLabel
Left = 19
Top = 499
Width = 110
Height = 13
AutoSize = False
Caption = 'C'#243'digo contable:'
end
object OKBtn: TButton
Left = 385
Top = 7
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Aceptar'
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 385
Top = 38
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = '&Cancelar'
ModalResult = 2
TabOrder = 1
end
object eDireccion: TDBEdit
Left = 135
Top = 65
Width = 220
Height = 57
Anchors = [akLeft, akTop, akRight]
AutoSelect = False
AutoSize = False
DataField = 'CALLE'
DataSource = dsTienda
TabOrder = 3
end
object cbPoblacion: TcxDBComboBox
Left = 135
Top = 155
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'POBLACION'
DataBinding.DataSource = dsTienda
Properties.OnInitPopup = cbPoblacionPropertiesInitPopup
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.HotTrack = False
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 = 4
Width = 220
end
object cbProvincia: TcxDBComboBox
Left = 135
Top = 128
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'PROVINCIA'
DataBinding.DataSource = dsTienda
Properties.OnInitPopup = cbProvinciaPropertiesInitPopup
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.HotTrack = False
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 = 5
Width = 220
end
object eCodigoPostal: TDBEdit
Left = 135
Top = 182
Width = 220
Height = 21
Anchors = [akLeft, akTop, akRight]
DataField = 'CODIGO_POSTAL'
DataSource = dsTienda
TabOrder = 6
end
object eNombre: TDBEdit
Left = 135
Top = 24
Width = 220
Height = 21
Anchors = [akLeft, akTop, akRight]
DataField = 'NOMBRE'
DataSource = dsTienda
TabOrder = 2
end
object ePersonaContacto: TDBEdit
Left = 135
Top = 224
Width = 220
Height = 21
Anchors = [akLeft, akTop, akRight]
DataField = 'PERSONA_CONTACTO'
DataSource = dsTienda
TabOrder = 7
end
object eTelefono: TDBEdit
Left = 136
Top = 248
Width = 220
Height = 21
Anchors = [akLeft, akTop, akRight]
DataField = 'TELEFONO'
DataSource = dsTienda
TabOrder = 8
end
object eMail: TcxDBHyperLinkEdit
Left = 136
Top = 320
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'EMAIL'
DataBinding.DataSource = dsTienda
Properties.OnEditValueChanged = eMailPropertiesEditValueChanged
Properties.OnValidate = eMailPropertiesValidate
Properties.Prefix = 'mailto:'
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.HotTrack = False
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 = 191
end
object eNotas: TDBMemo
Left = 136
Top = 360
Width = 219
Height = 94
Anchors = [akLeft, akTop, akRight]
DataField = 'NOTAS'
DataSource = dsTienda
ScrollBars = ssVertical
TabOrder = 10
end
object eMovil: TDBEdit
Left = 136
Top = 272
Width = 220
Height = 21
Anchors = [akLeft, akTop, akRight]
DataField = 'MOVIL'
DataSource = dsTienda
TabOrder = 11
end
object eFax: TDBEdit
Left = 136
Top = 296
Width = 220
Height = 21
Anchors = [akLeft, akTop, akRight]
DataField = 'FAX'
DataSource = dsTienda
TabOrder = 12
end
object eCodigoContable: TDBEdit
Left = 135
Top = 496
Width = 220
Height = 21
Anchors = [akLeft, akTop, akRight]
DataField = 'CODIGO_CONTABLE'
DataSource = dsTienda
TabOrder = 13
end
object dsTienda: TDADataSource
Left = 352
Top = 72
end
end