home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 249
- Top = 95
- AutoScroll = False
- Width = 358
- Height = 300
- ActiveControl = DBGrid1
- Caption = 'Data-Aware Controls'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object DBGrid1: TDBGrid
- Left = 0
- Top = 169
- Width = 350
- Height = 104
- Align = alClient
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clBlack
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 350
- Height = 169
- Align = alTop
- TabOrder = 1
- object Label1: TLabel
- Left = 16
- Top = 12
- Width = 77
- Height = 13
- Caption = 'PaymentMethod'
- end
- object Label2: TLabel
- Left = 264
- Top = 12
- Width = 40
- Height = 13
- Caption = 'TDBEdit'
- end
- object Label3: TLabel
- Left = 264
- Top = 44
- Width = 73
- Height = 13
- Caption = 'TDBComboBox'
- end
- object Label4: TLabel
- Left = 264
- Top = 74
- Width = 56
- Height = 13
- Caption = 'TDBListBox'
- end
- object DBEdit1: TDBEdit
- Left = 104
- Top = 8
- Width = 145
- Height = 20
- DataField = 'PaymentMethod'
- DataSource = DataSource1
- MaxLength = 7
- TabOrder = 0
- end
- object DBComboBox1: TDBComboBox
- Left = 104
- Top = 40
- Width = 145
- Height = 20
- DataField = 'PaymentMethod'
- DataSource = DataSource1
- ItemHeight = 13
- Items.Strings = (
- 'Cash'
- 'COD'
- 'Credit'
- 'VISA'
- 'MC'
- 'AmEx'
- 'Check')
- TabOrder = 1
- end
- object DBListBox1: TDBListBox
- Left = 104
- Top = 72
- Width = 145
- Height = 81
- DataField = 'PaymentMethod'
- DataSource = DataSource1
- ItemHeight = 13
- Items.Strings = (
- 'Cash'
- 'COD'
- 'Credit'
- 'VISA'
- 'MC'
- 'AmEx'
- 'Check')
- TabOrder = 2
- end
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'ORDERS.DB'
- Left = 16
- Top = 88
- object Table1OrderNo: TFloatField
- FieldName = 'OrderNo'
- end
- object Table1CustNo: TFloatField
- FieldName = 'CustNo'
- end
- object Table1PaymentMethod: TStringField
- FieldName = 'PaymentMethod'
- Size = 7
- end
- object Table1ItemsTotal: TCurrencyField
- FieldName = 'ItemsTotal'
- Currency = True
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 48
- Top = 88
- end
- end
-