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

  1. object FrmExecProc: TFrmExecProc
  2.   Left = 205
  3.   Top = 124
  4.   Width = 435
  5.   Height = 315
  6.   Hint = 
  7.     'Explore the ShipOrderProc in the DmEmployee data module to see w' +
  8.     'hat shipping an order proc does'
  9.   Caption = 'Sales Review'
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 427
  24.     Height = 41
  25.     Align = alTop
  26.     TabOrder = 0
  27.     object BtnShipOrder: TSpeedButton
  28.       Left = 258
  29.       Top = 8
  30.       Width = 64
  31.       Height = 25
  32.       Hint = 'Mark current order as shipped'
  33.       Caption = '&Ship Order'
  34.       Enabled = False
  35.       OnClick = BtnShipOrderClick
  36.     end
  37.     object DBNavigator: TDBNavigator
  38.       Left = 8
  39.       Top = 8
  40.       Width = 240
  41.       Height = 25
  42.       DataSource = DmEmployee.SalesSource
  43.       Ctl3D = False
  44.       ParentCtl3D = False
  45.       TabOrder = 0
  46.     end
  47.     object BitBtn1: TBitBtn
  48.       Left = 359
  49.       Top = 8
  50.       Width = 60
  51.       Height = 25
  52.       Hint = 'Exit and close this form'
  53.       Caption = 'E&xit'
  54.       TabOrder = 1
  55.       Kind = bkClose
  56.       Style = bsNew
  57.     end
  58.   end
  59.   object Panel3: TPanel
  60.     Left = 0
  61.     Top = 178
  62.     Width = 427
  63.     Height = 110
  64.     Hint = 'Customers are linked to sales in the data model'
  65.     Align = alBottom
  66.     BevelInner = bvLowered
  67.     BorderWidth = 4
  68.     Caption = 'Panel3'
  69.     TabOrder = 1
  70.     object ScrollBox: TScrollBox
  71.       Left = 6
  72.       Top = 6
  73.       Width = 415
  74.       Height = 98
  75.       HorzScrollBar.Margin = 6
  76.       VertScrollBar.Margin = 6
  77.       Align = alClient
  78.       BorderStyle = bsNone
  79.       ParentShowHint = False
  80.       ShowHint = True
  81.       TabOrder = 0
  82.       object Label1: TLabel
  83.         Left = 209
  84.         Top = 6
  85.         Width = 64
  86.         Height = 13
  87.         Alignment = taRightJustify
  88.         Caption = 'Customer No:'
  89.         FocusControl = EditCUST_NO
  90.       end
  91.       object Label2: TLabel
  92.         Left = 1
  93.         Top = 7
  94.         Width = 47
  95.         Height = 13
  96.         Alignment = taRightJustify
  97.         Caption = 'Company:'
  98.         FocusControl = EditCUSTOMER
  99.       end
  100.       object Label3: TLabel
  101.         Left = 8
  102.         Top = 29
  103.         Width = 40
  104.         Height = 13
  105.         Alignment = taRightJustify
  106.         Caption = 'Contact:'
  107.         FocusControl = EditCONTACT_FIRST
  108.       end
  109.       object Label6: TLabel
  110.         Left = 7
  111.         Top = 50
  112.         Width = 41
  113.         Height = 13
  114.         Alignment = taRightJustify
  115.         Caption = 'Address:'
  116.         FocusControl = EditADDRESS_LINE
  117.       end
  118.       object Label4: TLabel
  119.         Left = 239
  120.         Top = 29
  121.         Width = 34
  122.         Height = 13
  123.         Alignment = taRightJustify
  124.         Caption = 'Phone:'
  125.       end
  126.       object EditCUST_NO: TDBEdit
  127.         Left = 276
  128.         Top = 3
  129.         Width = 49
  130.         Height = 21
  131.         DataField = 'CUST_NO'
  132.         DataSource = DmEmployee.CustomerSource
  133.         MaxLength = 0
  134.         TabOrder = 0
  135.       end
  136.       object EditCUSTOMER: TDBEdit
  137.         Left = 51
  138.         Top = 4
  139.         Width = 125
  140.         Height = 21
  141.         DataField = 'CUSTOMER'
  142.         DataSource = DmEmployee.CustomerSource
  143.         MaxLength = 0
  144.         TabOrder = 1
  145.       end
  146.       object EditCONTACT_FIRST: TDBEdit
  147.         Left = 51
  148.         Top = 26
  149.         Width = 75
  150.         Height = 21
  151.         DataField = 'CONTACT_FIRST'
  152.         DataSource = DmEmployee.CustomerSource
  153.         MaxLength = 0
  154.         TabOrder = 2
  155.       end
  156.       object EditCONTACT_LAST: TDBEdit
  157.         Left = 129
  158.         Top = 26
  159.         Width = 100
  160.         Height = 21
  161.         DataField = 'CONTACT_LAST'
  162.         DataSource = DmEmployee.CustomerSource
  163.         MaxLength = 0
  164.         TabOrder = 3
  165.       end
  166.       object EditPHONE_NO: TDBEdit
  167.         Left = 276
  168.         Top = 26
  169.         Width = 120
  170.         Height = 21
  171.         DataField = 'PHONE_NO'
  172.         DataSource = DmEmployee.CustomerSource
  173.         MaxLength = 0
  174.         TabOrder = 4
  175.       end
  176.       object EditADDRESS_LINE: TDBEdit
  177.         Left = 51
  178.         Top = 48
  179.         Width = 171
  180.         Height = 21
  181.         DataField = 'ADDRESS_LINE1'
  182.         DataSource = DmEmployee.CustomerSource
  183.         MaxLength = 0
  184.         TabOrder = 5
  185.       end
  186.       object EditADDRESS_LINE2: TDBEdit
  187.         Left = 226
  188.         Top = 48
  189.         Width = 170
  190.         Height = 21
  191.         DataField = 'ADDRESS_LINE2'
  192.         DataSource = DmEmployee.CustomerSource
  193.         MaxLength = 0
  194.         TabOrder = 6
  195.       end
  196.       object EditCITY: TDBEdit
  197.         Left = 51
  198.         Top = 70
  199.         Width = 125
  200.         Height = 21
  201.         DataField = 'CITY'
  202.         DataSource = DmEmployee.CustomerSource
  203.         MaxLength = 0
  204.         TabOrder = 7
  205.       end
  206.       object EditSTATE_PROVINCE: TDBEdit
  207.         Left = 180
  208.         Top = 70
  209.         Width = 75
  210.         Height = 21
  211.         DataField = 'STATE_PROVINCE'
  212.         DataSource = DmEmployee.CustomerSource
  213.         MaxLength = 0
  214.         TabOrder = 8
  215.       end
  216.       object EditCOUNTRY: TDBEdit
  217.         Left = 258
  218.         Top = 70
  219.         Width = 75
  220.         Height = 21
  221.         DataField = 'COUNTRY'
  222.         DataSource = DmEmployee.CustomerSource
  223.         MaxLength = 0
  224.         TabOrder = 9
  225.       end
  226.       object EditPOSTAL_CODE: TDBEdit
  227.         Left = 336
  228.         Top = 70
  229.         Width = 60
  230.         Height = 21
  231.         DataField = 'POSTAL_CODE'
  232.         DataSource = DmEmployee.CustomerSource
  233.         MaxLength = 0
  234.         TabOrder = 10
  235.       end
  236.       object DBCheckBox1: TDBCheckBox
  237.         Left = 333
  238.         Top = 3
  239.         Width = 67
  240.         Height = 17
  241.         Caption = 'On Hold'
  242.         DataField = 'ON_HOLD'
  243.         DataSource = DmEmployee.CustomerSource
  244.         Font.Color = clBlack
  245.         Font.Height = -11
  246.         Font.Name = 'MS Sans Serif'
  247.         Font.Style = [fsBold]
  248.         ParentFont = False
  249.         TabOrder = 11
  250.         ValueChecked = 'True;*;Yes'
  251.         ValueUnchecked = 'False; ;;NIL;No'
  252.       end
  253.     end
  254.   end
  255.   object Panel2: TPanel
  256.     Left = 0
  257.     Top = 41
  258.     Width = 427
  259.     Height = 137
  260.     Align = alClient
  261.     BevelInner = bvLowered
  262.     BorderWidth = 4
  263.     Caption = 'Panel2'
  264.     ParentShowHint = False
  265.     ShowHint = True
  266.     TabOrder = 2
  267.     object DBGrid1: TDBGrid
  268.       Left = 6
  269.       Top = 6
  270.       Width = 415
  271.       Height = 125
  272.       Hint = 'Select an open order to ship the order'
  273.       Align = alClient
  274.       BorderStyle = bsNone
  275.       DataSource = DmEmployee.SalesSource
  276.       TabOrder = 0
  277.       TitleFont.Color = clWindowText
  278.       TitleFont.Height = -11
  279.       TitleFont.Name = 'MS Sans Serif'
  280.       TitleFont.Style = []
  281.     end
  282.   end
  283.   object SalesSource: TDataSource
  284.     DataSet = DmEmployee.SalesTable
  285.     Enabled = False
  286.     OnDataChange = SalesSourceDataChange
  287.     Left = 200
  288.     Top = 80
  289.   end
  290. end
  291.