home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / FRMEXESP.DFM / FRMEXESP.txt
Encoding:
Text File  |  1996-06-11  |  6.6 KB  |  288 lines

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