home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9901CJ.ZIP / EDITDEMU.DFM / EDITDEMU.txt
Text File  |  1998-10-23  |  6KB  |  256 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Navigation and Edit Demonstration'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DBNavigator1: TDBNavigator
  17.     Left = 0
  18.     Top = 0
  19.     Width = 536
  20.     Height = 25
  21.     DataSource = DataSource1
  22.     Align = alTop
  23.     TabOrder = 0
  24.   end
  25.   object DBGrid1: TDBGrid
  26.     Left = 0
  27.     Top = 25
  28.     Width = 536
  29.     Height = 232
  30.     Align = alClient
  31.     DataSource = DataSource1
  32.     TabOrder = 1
  33.     TitleFont.Charset = DEFAULT_CHARSET
  34.     TitleFont.Color = clWindowText
  35.     TitleFont.Height = -11
  36.     TitleFont.Name = 'MS Sans Serif'
  37.     TitleFont.Style = []
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 257
  42.     Width = 536
  43.     Height = 91
  44.     Align = alBottom
  45.     TabOrder = 2
  46.     object LabelStart1: TLabel
  47.       Left = 11
  48.       Top = 5
  49.       Width = 3
  50.       Height = 13
  51.     end
  52.     object LabelEnd1: TLabel
  53.       Left = 11
  54.       Top = 22
  55.       Width = 3
  56.       Height = 13
  57.     end
  58.     object LabelStart2: TLabel
  59.       Left = 145
  60.       Top = 5
  61.       Width = 3
  62.       Height = 13
  63.     end
  64.     object LabelEnd2: TLabel
  65.       Left = 145
  66.       Top = 20
  67.       Width = 3
  68.       Height = 13
  69.     end
  70.     object LabelTotal1: TLabel
  71.       Left = 11
  72.       Top = 37
  73.       Width = 3
  74.       Height = 13
  75.     end
  76.     object LabelTotal2: TLabel
  77.       Left = 145
  78.       Top = 36
  79.       Width = 3
  80.       Height = 13
  81.     end
  82.     object LabelStart3: TLabel
  83.       Left = 279
  84.       Top = 4
  85.       Width = 3
  86.       Height = 13
  87.     end
  88.     object LabelEnd3: TLabel
  89.       Left = 279
  90.       Top = 19
  91.       Width = 3
  92.       Height = 13
  93.     end
  94.     object LabelTotal3: TLabel
  95.       Left = 279
  96.       Top = 34
  97.       Width = 3
  98.       Height = 13
  99.     end
  100.     object LabelStart4: TLabel
  101.       Left = 413
  102.       Top = 6
  103.       Width = 3
  104.       Height = 13
  105.     end
  106.     object LabelEnd4: TLabel
  107.       Left = 413
  108.       Top = 21
  109.       Width = 3
  110.       Height = 13
  111.     end
  112.     object LabelTotal4: TLabel
  113.       Left = 413
  114.       Top = 37
  115.       Width = 3
  116.       Height = 13
  117.     end
  118.     object Button1: TButton
  119.       Left = 11
  120.       Top = 57
  121.       Width = 112
  122.       Height = 25
  123.       Caption = 'Scan'
  124.       TabOrder = 0
  125.       OnClick = Button1Click
  126.     end
  127.     object Button2: TButton
  128.       Left = 145
  129.       Top = 57
  130.       Width = 112
  131.       Height = 25
  132.       Caption = 'Scan - No UI Update'
  133.       TabOrder = 1
  134.       OnClick = Button2Click
  135.     end
  136.     object Button3: TButton
  137.       Left = 278
  138.       Top = 57
  139.       Width = 112
  140.       Height = 25
  141.       Caption = 'Sum Sales'
  142.       TabOrder = 2
  143.       OnClick = Button3Click
  144.     end
  145.     object Button4: TButton
  146.       Left = 413
  147.       Top = 57
  148.       Width = 112
  149.       Height = 25
  150.       Caption = 'Edit ShipToState'
  151.       TabOrder = 3
  152.       OnClick = Button4Click
  153.     end
  154.   end
  155.   object Table1: TTable
  156.     Active = True
  157.     DatabaseName = 'DBDEMOS'
  158.     TableName = 'ORDERS.DB'
  159.     Left = 104
  160.     Top = 57
  161.     object Table1OrderNo: TFloatField
  162.       FieldName = 'OrderNo'
  163.       DisplayFormat = #39'#'#39'0000'
  164.     end
  165.     object Table1CustNo: TFloatField
  166.       Alignment = taLeftJustify
  167.       CustomConstraint = 'CustNo IS NOT NULL'
  168.       ConstraintErrorMessage = 'CustNo cannot be blank'
  169.       FieldName = 'CustNo'
  170.       Required = True
  171.       DisplayFormat = 'CN 0000'
  172.       MaxValue = 9999.000000000000000000
  173.       MinValue = 1000.000000000000000000
  174.     end
  175.     object Table1SaleDate: TDateTimeField
  176.       FieldName = 'SaleDate'
  177.     end
  178.     object Table1ShipDate: TDateTimeField
  179.       FieldName = 'ShipDate'
  180.     end
  181.     object Table1EmpNo: TIntegerField
  182.       CustomConstraint = 'Value > 0'
  183.       ConstraintErrorMessage = 'EmpNo cannot be 0 or negative'
  184.       FieldName = 'EmpNo'
  185.       Required = True
  186.       DisplayFormat = 'Emp'#39'#'#39' 0000'
  187.       MaxValue = 9999
  188.       MinValue = 1
  189.     end
  190.     object Table1ShipToContact: TStringField
  191.       FieldName = 'ShipToContact'
  192.     end
  193.     object Table1ShipToAddr1: TStringField
  194.       FieldName = 'ShipToAddr1'
  195.       Size = 30
  196.     end
  197.     object Table1ShipToAddr2: TStringField
  198.       FieldName = 'ShipToAddr2'
  199.       Size = 30
  200.     end
  201.     object Table1ShipToCity: TStringField
  202.       FieldName = 'ShipToCity'
  203.       Size = 15
  204.     end
  205.     object Table1ShipToState: TStringField
  206.       FieldName = 'ShipToState'
  207.     end
  208.     object Table1ShipToZip: TStringField
  209.       FieldName = 'ShipToZip'
  210.       Size = 10
  211.     end
  212.     object Table1ShipToCountry: TStringField
  213.       FieldName = 'ShipToCountry'
  214.     end
  215.     object Table1ShipToPhone: TStringField
  216.       FieldName = 'ShipToPhone'
  217.       Size = 15
  218.     end
  219.     object Table1ShipVIA: TStringField
  220.       FieldName = 'ShipVIA'
  221.       Size = 7
  222.     end
  223.     object Table1PO: TStringField
  224.       FieldName = 'PO'
  225.       Size = 15
  226.     end
  227.     object Table1Terms: TStringField
  228.       FieldName = 'Terms'
  229.       Size = 6
  230.     end
  231.     object Table1PaymentMethod: TStringField
  232.       FieldName = 'PaymentMethod'
  233.       Size = 7
  234.     end
  235.     object Table1ItemsTotal: TCurrencyField
  236.       FieldName = 'ItemsTotal'
  237.     end
  238.     object Table1TaxRate: TFloatField
  239.       FieldName = 'TaxRate'
  240.       DisplayFormat = '0.00%'
  241.       MaxValue = 100.000000000000000000
  242.     end
  243.     object Table1Freight: TCurrencyField
  244.       FieldName = 'Freight'
  245.     end
  246.     object Table1AmountPaid: TCurrencyField
  247.       FieldName = 'AmountPaid'
  248.     end
  249.   end
  250.   object DataSource1: TDataSource
  251.     DataSet = Table1
  252.     Left = 46
  253.     Top = 66
  254.   end
  255. end
  256.