home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / PERSYST1.EXE / 0 / RCDATA / TCOMPANYVEHICLE / TCOMPANYVEHICLE.txt
Text File  |  1998-04-21  |  5KB  |  209 lines

  1. object Companyvehicle: TCompanyvehicle
  2.   Left = 178
  3.   Top = 174
  4.   Width = 418
  5.   Height = 300
  6.   Caption = 'Company Vehicles'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 410
  19.     Height = 49
  20.     Align = alTop
  21.     TabOrder = 0
  22.     object DBNavigator2: TDBNavigator
  23.       Left = 32
  24.       Top = 8
  25.       Width = 224
  26.       Height = 25
  27.       DataSource = CompanyCarallocation.CompanyCarset
  28.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost]
  29.       ParentShowHint = False
  30.       ShowHint = True
  31.       TabOrder = 0
  32.       OnClick = DBNavigator2Click
  33.     end
  34.     object BitBtn1: TBitBtn
  35.       Left = 304
  36.       Top = 8
  37.       Width = 75
  38.       Height = 25
  39.       TabOrder = 1
  40.       OnClick = BitBtn1Click
  41.       Kind = bkClose
  42.     end
  43.   end
  44.   object DBGridclick1: TDBGridclick
  45.     Left = 0
  46.     Top = 49
  47.     Width = 410
  48.     Height = 224
  49.     Align = alClient
  50.     Columns = <
  51.       item
  52.         FieldName = 'Type'
  53.       end
  54.       item
  55.         FieldName = 'Model'
  56.       end
  57.       item
  58.         FieldName = 'Registration'
  59.       end>
  60.     DataSource = CompanyCarallocation.CompanyCarset
  61.     TabOrder = 1
  62.     TitleFont.Color = clWindowText
  63.     TitleFont.Height = -11
  64.     TitleFont.Name = 'MS Sans Serif'
  65.     TitleFont.Style = []
  66.     OnMouseUp = DBGridclick1MouseUp
  67.   end
  68.   object Panel2: TPanel
  69.     Left = 0
  70.     Top = 49
  71.     Width = 410
  72.     Height = 224
  73.     Align = alClient
  74.     TabOrder = 2
  75.     Visible = False
  76.     object Label1: TLabel
  77.       Left = 16
  78.       Top = 8
  79.       Width = 24
  80.       Height = 13
  81.       Caption = 'Type'
  82.     end
  83.     object Label2: TLabel
  84.       Left = 16
  85.       Top = 56
  86.       Width = 29
  87.       Height = 13
  88.       Caption = 'Model'
  89.     end
  90.     object Label3: TLabel
  91.       Left = 16
  92.       Top = 116
  93.       Width = 50
  94.       Height = 13
  95.       Caption = 'Ownership'
  96.     end
  97.     object Label4: TLabel
  98.       Left = 120
  99.       Top = 116
  100.       Width = 204
  101.       Height = 13
  102.       Caption = '(P for Purchased; H for Hired; L for Leased)'
  103.     end
  104.     object Label5: TLabel
  105.       Left = 16
  106.       Top = 156
  107.       Width = 43
  108.       Height = 13
  109.       Caption = 'List Price'
  110.     end
  111.     object Label6: TLabel
  112.       Left = 16
  113.       Top = 188
  114.       Width = 94
  115.       Height = 13
  116.       Caption = 'Vehicle Registration'
  117.     end
  118.     object Label7: TLabel
  119.       Left = 248
  120.       Top = 156
  121.       Width = 30
  122.       Height = 13
  123.       Caption = 'P11 D'
  124.     end
  125.     object BitBtn2: TBitBtn
  126.       Left = 280
  127.       Top = 8
  128.       Width = 97
  129.       Height = 25
  130.       Caption = 'Return to Grid'
  131.       TabOrder = 0
  132.       OnClick = BitBtn2Click
  133.       Glyph.Data = {
  134.         F6000000424DF600000000000000760000002800000010000000100000000100
  135.         0400000000008000000000000000000000000000000000000000000000000000
  136.         80000080000000808000800000008000800080800000C0C0C000808080000000
  137.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
  138.         0000FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0000000000000
  139.         0000FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0000000000000
  140.         0000FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0000000000000
  141.         0000FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0FFF0}
  142.     end
  143.     object DBEdit1: TDBEdit
  144.       Left = 16
  145.       Top = 24
  146.       Width = 201
  147.       Height = 21
  148.       DataField = 'Type'
  149.       DataSource = CompanyCarallocation.CompanyCarset
  150.       MaxLength = 0
  151.       TabOrder = 1
  152.     end
  153.     object DBEdit2: TDBEdit
  154.       Left = 16
  155.       Top = 72
  156.       Width = 201
  157.       Height = 21
  158.       DataField = 'Model'
  159.       DataSource = CompanyCarallocation.CompanyCarset
  160.       MaxLength = 0
  161.       TabOrder = 2
  162.     end
  163.     object DBEdit4: TDBEdit
  164.       Left = 68
  165.       Top = 152
  166.       Width = 121
  167.       Height = 21
  168.       DataField = 'Price'
  169.       DataSource = CompanyCarallocation.CompanyCarset
  170.       MaxLength = 0
  171.       TabOrder = 3
  172.     end
  173.     object DBEdit5: TDBEdit
  174.       Left = 120
  175.       Top = 184
  176.       Width = 89
  177.       Height = 21
  178.       DataField = 'Registration'
  179.       DataSource = CompanyCarallocation.CompanyCarset
  180.       MaxLength = 0
  181.       TabOrder = 4
  182.     end
  183.     object DBEdit6: TDBEdit
  184.       Left = 288
  185.       Top = 152
  186.       Width = 113
  187.       Height = 21
  188.       DataField = 'P11 D'
  189.       DataSource = CompanyCarallocation.CompanyCarset
  190.       MaxLength = 0
  191.       TabOrder = 5
  192.     end
  193.     object DBComboBox1: TDBComboBox
  194.       Left = 72
  195.       Top = 112
  196.       Width = 41
  197.       Height = 21
  198.       DataField = 'Ownership'
  199.       DataSource = CompanyCarallocation.CompanyCarset
  200.       ItemHeight = 13
  201.       Items.Strings = (
  202.         'P'
  203.         'H'
  204.         'L')
  205.       TabOrder = 6
  206.     end
  207.   end
  208. end
  209.