home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / EDPARTS.DFM / EDPARTS.txt
Text File  |  1997-01-16  |  5KB  |  252 lines

  1. object EdPartsForm: TEdPartsForm
  2.   Left = 682
  3.   Top = 125
  4.   HelpContext = 6
  5.   ActiveControl = DBEdit2
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Edit Parts'
  9.   ClientHeight = 264
  10.   ClientWidth = 313
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TLabel
  20.     Left = 8
  21.     Top = 11
  22.     Width = 33
  23.     Height = 13
  24.     Caption = 'PartNo'
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 313
  30.     Height = 36
  31.     Align = alTop
  32.     BevelOuter = bvNone
  33.     TabOrder = 0
  34.     object Bevel1: TBevel
  35.       Left = 0
  36.       Top = 34
  37.       Width = 313
  38.       Height = 2
  39.       Align = alBottom
  40.       Shape = bsTopLine
  41.     end
  42.     object PrintBtn: TSpeedButton
  43.       Left = 270
  44.       Top = 5
  45.       Width = 25
  46.       Height = 25
  47.       Hint = 'Print form image'
  48.       Glyph.Data = {
  49.         2A010000424D2A010000000000007600000028000000130000000F0000000100
  50.         0400000000000000000000000000000000000000000000000000000000000000
  51.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  52.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  53.         3333333F0EFF3300000000000003333F00FF37877777777777703330000030F8
  54.         8888888888870333003330F9988888888887703F11EE37FFFFFFFFFFFFF77039
  55.         0910330888888888888F703865F03330870000000078F03765F03333000FFFFF
  56.         F000033865F03333330F44448033333765F033333330FFFFFF03333865F03333
  57.         3330F4444803333765F0333333330FFFFFF0333865F033333333000000003336
  58.         66C0333333333333333333300000}
  59.       OnClick = PrintBtnClick
  60.     end
  61.     object Navigator: TDBNavigator
  62.       Left = 16
  63.       Top = 5
  64.       Width = 240
  65.       Height = 25
  66.       HelpContext = 6
  67.       DataSource = PartsSource1
  68.       ParentShowHint = False
  69.       ShowHint = True
  70.       TabOrder = 0
  71.     end
  72.   end
  73.   object Panel2: TPanel
  74.     Left = 0
  75.     Top = 36
  76.     Width = 313
  77.     Height = 193
  78.     Align = alTop
  79.     BevelOuter = bvNone
  80.     TabOrder = 1
  81.     object Label1: TLabel
  82.       Left = 8
  83.       Top = 11
  84.       Width = 33
  85.       Height = 13
  86.       Caption = 'PartNo'
  87.     end
  88.     object Label2: TLabel
  89.       Left = 8
  90.       Top = 33
  91.       Width = 53
  92.       Height = 13
  93.       Caption = 'Description'
  94.     end
  95.     object Label3: TLabel
  96.       Left = 8
  97.       Top = 55
  98.       Width = 34
  99.       Height = 13
  100.       Caption = 'Vendor'
  101.     end
  102.     object Label4: TLabel
  103.       Left = 8
  104.       Top = 77
  105.       Width = 43
  106.       Height = 13
  107.       Caption = 'On Hand'
  108.     end
  109.     object Label5: TLabel
  110.       Left = 8
  111.       Top = 100
  112.       Width = 43
  113.       Height = 13
  114.       Caption = 'On Order'
  115.     end
  116.     object Label6: TLabel
  117.       Left = 8
  118.       Top = 122
  119.       Width = 61
  120.       Height = 13
  121.       Caption = 'Backordered'
  122.     end
  123.     object Label7: TLabel
  124.       Left = 8
  125.       Top = 144
  126.       Width = 21
  127.       Height = 13
  128.       Caption = 'Cost'
  129.     end
  130.     object Label8: TLabel
  131.       Left = 8
  132.       Top = 166
  133.       Width = 43
  134.       Height = 13
  135.       Caption = 'List Price'
  136.     end
  137.     object DBEdPartNo: TDBEdit
  138.       Left = 80
  139.       Top = 6
  140.       Width = 102
  141.       Height = 21
  142.       HelpContext = 6
  143.       DataField = 'PartNo'
  144.       DataSource = PartsSource1
  145.       MaxLength = 0
  146.       TabOrder = 0
  147.     end
  148.     object DBEdit2: TDBEdit
  149.       Left = 80
  150.       Top = 29
  151.       Width = 225
  152.       Height = 21
  153.       HelpContext = 6
  154.       DataField = 'Description'
  155.       DataSource = PartsSource1
  156.       MaxLength = 30
  157.       TabOrder = 1
  158.     end
  159.     object DBEdit3: TDBEdit
  160.       Left = 80
  161.       Top = 119
  162.       Width = 45
  163.       Height = 21
  164.       HelpContext = 6
  165.       DataField = 'BackOrd'
  166.       DataSource = PartsSource1
  167.       MaxLength = 0
  168.       TabOrder = 5
  169.     end
  170.     object DBEdit4: TDBEdit
  171.       Left = 80
  172.       Top = 74
  173.       Width = 82
  174.       Height = 21
  175.       HelpContext = 6
  176.       DataField = 'OnHand'
  177.       DataSource = PartsSource1
  178.       MaxLength = 0
  179.       TabOrder = 4
  180.     end
  181.     object DBEdit5: TDBEdit
  182.       Left = 80
  183.       Top = 97
  184.       Width = 82
  185.       Height = 21
  186.       HelpContext = 6
  187.       DataField = 'OnOrder'
  188.       DataSource = PartsSource1
  189.       MaxLength = 0
  190.       TabOrder = 3
  191.     end
  192.     object DataComboBox1: TDBLookupComboBox
  193.       Left = 80
  194.       Top = 51
  195.       Width = 225
  196.       Height = 21
  197.       DataField = 'VendorNo'
  198.       DataSource = PartsSource1
  199.       KeyField = 'VendorNo'
  200.       ListField = 'VendorName'
  201.       ListSource = MastData.VendorSource
  202.       TabOrder = 2
  203.     end
  204.     object DBEdit8: TDBEdit
  205.       Left = 80
  206.       Top = 163
  207.       Width = 102
  208.       Height = 21
  209.       DataField = 'ListPrice'
  210.       DataSource = PartsSource1
  211.       MaxLength = 0
  212.       TabOrder = 7
  213.     end
  214.     object DBEdit7: TDBEdit
  215.       Left = 80
  216.       Top = 141
  217.       Width = 102
  218.       Height = 21
  219.       HelpContext = 6
  220.       DataField = 'Cost'
  221.       DataSource = PartsSource1
  222.       MaxLength = 0
  223.       TabOrder = 6
  224.     end
  225.   end
  226.   object OKButton: TButton
  227.     Left = 147
  228.     Top = 235
  229.     Width = 75
  230.     Height = 25
  231.     Caption = 'OK'
  232.     Default = True
  233.     ModalResult = 1
  234.     TabOrder = 2
  235.   end
  236.   object CancelButton: TButton
  237.     Left = 232
  238.     Top = 235
  239.     Width = 75
  240.     Height = 25
  241.     Cancel = True
  242.     Caption = 'Cancel'
  243.     ModalResult = 2
  244.     TabOrder = 3
  245.   end
  246.   object PartsSource1: TDataSource
  247.     DataSet = MastData.Parts
  248.     Left = 32
  249.     Top = 232
  250.   end
  251. end
  252.