Tecsitel_FactuGES2/Source/Modulos/Contactos/Views/uEditorDireccion.dfm
david 40a67a5c80 Presupuestos de cliente:
- Informe de presupuesto (sin terminar).
 - Editor con RichEditor para portada y memoria del presupuesto.
 - Procedimientos almacenados en BD que organizan el presupuesto en capítulos y conceptos de capítulos.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@159 0c75b7a4-871f-7646-8a2f-f78d34cc349f
2007-12-11 16:24:53 +00:00

307 lines
7.3 KiB
Plaintext

object fEditorDireccion: TfEditorDireccion
Left = 227
Top = 108
ActiveControl = eNombre
BorderStyle = bsDialog
Caption = 'Cambiar datos de la direcci'#243'n'
ClientHeight = 499
ClientWidth = 426
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poOwnerFormCenter
DesignSize = (
426
499)
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 329
Height = 457
Anchors = [akLeft, akTop, akRight]
Shape = bsFrame
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 = 131
Width = 110
Height = 13
AutoSize = False
Caption = 'Poblaci'#243'n:'
end
object Label3: TLabel
Left = 20
Top = 159
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 = 20
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 de contacto:'
end
object Label7: TLabel
Left = 21
Top = 251
Width = 109
Height = 13
AutoSize = False
Caption = 'Tel'#233'fono:'
end
object PngSpeedButton3: TPngSpeedButton
Left = 304
Top = 320
Width = 23
Height = 22
OnClick = PngSpeedButton3Click
PngImage.Data = {
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
610000000970485973000017120000171201679FD252000001964944415478DA
63FCFFFF3F03232323033A58BCE9F87F647EAC9F258622B05E6C068034873B8A
80D92019C62F8F194C1356339CDF399D91A0014B361FFB1FE6208AA299E1F323
306D52F90CC5100C03566E3DFC3FD04E02A2F9F727064690462066006A66FC02
64FFFAC8603451096E088A01CB361FFDFF8F819981183077D11A86FDAB7B18E1
062CDD7CE27F14573FC3B2EF450CD13E86181ABE7DFFCDF0F5DB6F866FDFFE30
1CB97897218AB38FC1B85B98E1DC8E698C600396000D8861696058FAB7116CC0
94C5FBB0DAEC6CAECF70EED6238668E67AB057500CF8F0E10383A0A0208A0B90
6D06B1BF01D9379E3C67387AFE09C389A37BD15CE06B01B47907434EAC13C3EF
3F7F19662E3F8862BB898606C3EFDFFF1896EF3DCFA0A5C0CD306FE9265403FC
9D20362F5CB71F4CE7C47AA01890D5BC164C7716F980D56018606BAC0656B079
EF2986F82047AC6150DEB785A13CD911AC06C300234D05867DC72F30B8D818E1
8DC2494B0E63F702281075D455884A07576EDEC134404A5480E1DAED07441900
021806F44D5D44B46618801B400900007F4518F05E90AAF20000000049454E44
AE426082}
PngOptions = [pngBlendOnDisabled, pngGrayscaleOnDisabled]
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 Label10: TLabel
Left = 20
Top = 471
Width = 156
Height = 13
AutoSize = False
Caption = 'Coste del env'#237'o a esta direcci'#243'n:'
Visible = False
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 OKBtn: TButton
Left = 343
Top = 7
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Aceptar'
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 343
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 = 191
Height = 57
AutoSelect = False
AutoSize = False
DataField = 'CALLE'
DataSource = dsDireccion
TabOrder = 3
end
object ePoblacion: TDBEdit
Left = 135
Top = 128
Width = 191
Height = 21
DataField = 'POBLACION'
DataSource = dsDireccion
TabOrder = 4
end
object eProvincia: TDBEdit
Left = 135
Top = 156
Width = 191
Height = 21
DataField = 'PROVINCIA'
DataSource = dsDireccion
TabOrder = 5
end
object eCodigoPostal: TDBEdit
Left = 135
Top = 182
Width = 191
Height = 21
DataField = 'CODIGO_POSTAL'
DataSource = dsDireccion
TabOrder = 6
end
object eNombre: TDBEdit
Left = 135
Top = 24
Width = 191
Height = 21
DataField = 'NOMBRE'
DataSource = dsDireccion
TabOrder = 2
end
object ePersonaContacto: TDBEdit
Left = 135
Top = 224
Width = 191
Height = 21
DataField = 'PERSONA_CONTACTO'
DataSource = dsDireccion
TabOrder = 7
end
object eTelefono: TDBEdit
Left = 136
Top = 248
Width = 191
Height = 21
DataField = 'TELEFONO'
DataSource = dsDireccion
TabOrder = 8
end
object eMail: TcxDBHyperLinkEdit
Left = 136
Top = 320
DataBinding.DataField = 'EMAIL'
DataBinding.DataSource = dsDireccion
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 = 162
end
object eNotas: TDBMemo
Left = 136
Top = 360
Width = 190
Height = 94
DataField = 'NOTAS'
DataSource = dsDireccion
ScrollBars = ssVertical
TabOrder = 10
end
object ePortes: TcxDBCurrencyEdit
Left = 194
Top = 471
DataBinding.DataField = 'PORTE'
DataBinding.DataSource = dsDireccion
Properties.UseThousandSeparator = True
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 = 11
Visible = False
Width = 143
end
object eMovil: TDBEdit
Left = 136
Top = 272
Width = 191
Height = 21
DataField = 'MOVIL'
DataSource = dsDireccion
TabOrder = 12
end
object eFax: TDBEdit
Left = 136
Top = 296
Width = 191
Height = 21
DataField = 'FAX'
DataSource = dsDireccion
TabOrder = 13
end
object dsDireccion: TDADataSource
Left = 352
Top = 72
end
end