git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@68 b6239004-a887-0f4b-9937-50029ccdca16
120 lines
2.3 KiB
Plaintext
120 lines
2.3 KiB
Plaintext
object fmEditClient: TfmEditClient
|
|
Left = 221
|
|
Top = 227
|
|
BorderStyle = bsDialog
|
|
Caption = 'fmEditClient'
|
|
ClientHeight = 131
|
|
ClientWidth = 459
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poOwnerFormCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 459
|
|
Height = 90
|
|
Align = alClient
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 61
|
|
Height = 13
|
|
Caption = 'Client Name:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 335
|
|
Top = 8
|
|
Width = 45
|
|
Height = 13
|
|
Caption = 'Discount:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 35
|
|
Width = 43
|
|
Height = 13
|
|
Caption = 'Address:'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Top = 62
|
|
Width = 34
|
|
Height = 13
|
|
Caption = 'Phone:'
|
|
end
|
|
object dbeClientName: TDBEdit
|
|
Left = 75
|
|
Top = 5
|
|
Width = 238
|
|
Height = 21
|
|
DataField = 'ClientName'
|
|
TabOrder = 0
|
|
end
|
|
object dbeDiscount: TDBEdit
|
|
Left = 386
|
|
Top = 5
|
|
Width = 65
|
|
Height = 21
|
|
DataField = 'ClientDiscount'
|
|
TabOrder = 1
|
|
end
|
|
object dbeAddress: TDBEdit
|
|
Left = 75
|
|
Top = 32
|
|
Width = 375
|
|
Height = 21
|
|
DataField = 'ContactAddress'
|
|
TabOrder = 2
|
|
end
|
|
object dbePhone: TDBEdit
|
|
Left = 75
|
|
Top = 59
|
|
Width = 375
|
|
Height = 21
|
|
DataField = 'ContactPhone'
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Top = 90
|
|
Width = 459
|
|
Height = 41
|
|
Align = alBottom
|
|
TabOrder = 1
|
|
DesignSize = (
|
|
459
|
|
41)
|
|
object btOK: TButton
|
|
Left = 294
|
|
Top = 6
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object btCancel: TButton
|
|
Left = 375
|
|
Top = 6
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|