home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Finance / Book / TRS / _setup.1 / TotalRetailSystem.exe / 0 / RCDATA / TFORMCLIENTS / TFORMCLIENTS.txt
Encoding:
Text File  |  1997-06-09  |  13.6 KB  |  590 lines

  1. object FormClients: TFormClients
  2.   Left = 54
  3.   Top = 5
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Client Database Manager'
  7.   ClientHeight = 566
  8.   ClientWidth = 717
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel2: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 717
  20.     Height = 329
  21.     Align = alTop
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object DBtextCusNum: TDBText
  25.       Left = 200
  26.       Top = 8
  27.       Width = 45
  28.       Height = 20
  29.       Alignment = taCenter
  30.       AutoSize = True
  31.       DataField = 'CustNum'
  32.       DataSource = ClientDataModule.ClientsDataSource
  33.       Font.Color = clBlack
  34.       Font.Height = -17
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object lblCustNum: TLabel
  40.       Left = 8
  41.       Top = 8
  42.       Width = 141
  43.       Height = 20
  44.       Alignment = taCenter
  45.       AutoSize = False
  46.       Caption = 'Customer Number:'
  47.       Font.Color = clBlack
  48.       Font.Height = -17
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.     end
  53.     object lblLastName: TLabel
  54.       Left = 8
  55.       Top = 40
  56.       Width = 81
  57.       Height = 20
  58.       Caption = 'Last Name'
  59.       Font.Color = clBlack
  60.       Font.Height = -17
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object lblFirstName: TLabel
  66.       Left = 360
  67.       Top = 40
  68.       Width = 86
  69.       Height = 20
  70.       Caption = 'First  Name'
  71.       Font.Color = clBlack
  72.       Font.Height = -17
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.     end
  77.     object lblAreaCode: TLabel
  78.       Left = 8
  79.       Top = 304
  80.       Width = 78
  81.       Height = 20
  82.       Caption = 'Area Code'
  83.       Font.Color = clBlack
  84.       Font.Height = -17
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.     end
  89.     object lblTelephoneNum: TLabel
  90.       Left = 176
  91.       Top = 304
  92.       Width = 106
  93.       Height = 20
  94.       Caption = 'Telephone No.'
  95.       Font.Color = clBlack
  96.       Font.Height = -17
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.     end
  101.     object DBEdit1: TDBEdit
  102.       Left = 96
  103.       Top = 32
  104.       Width = 257
  105.       Height = 24
  106.       AutoSize = False
  107.       DataField = 'LastName'
  108.       DataSource = ClientDataModule.ClientsDataSource
  109.       Font.Color = clBlack
  110.       Font.Height = -17
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       MaxLength = 30
  114.       ParentFont = False
  115.       TabOrder = 0
  116.     end
  117.     object DBEdit2: TDBEdit
  118.       Left = 456
  119.       Top = 40
  120.       Width = 249
  121.       Height = 24
  122.       AutoSize = False
  123.       DataField = 'FirstName'
  124.       DataSource = ClientDataModule.ClientsDataSource
  125.       Font.Color = clBlack
  126.       Font.Height = -17
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = []
  129.       MaxLength = 30
  130.       ParentFont = False
  131.       TabOrder = 1
  132.     end
  133.     object DBEdit3: TDBEdit
  134.       Left = 96
  135.       Top = 296
  136.       Width = 65
  137.       Height = 28
  138.       DataField = 'Area Code'
  139.       DataSource = ClientDataModule.ClientsDataSource
  140.       Font.Color = clBlack
  141.       Font.Height = -17
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       MaxLength = 3
  145.       ParentFont = False
  146.       TabOrder = 4
  147.     end
  148.     object DBEdit4: TDBEdit
  149.       Left = 288
  150.       Top = 296
  151.       Width = 401
  152.       Height = 28
  153.       DataField = 'Phone'
  154.       DataSource = ClientDataModule.ClientsDataSource
  155.       Font.Color = clBlack
  156.       Font.Height = -17
  157.       Font.Name = 'MS Sans Serif'
  158.       Font.Style = []
  159.       MaxLength = 8
  160.       ParentFont = False
  161.       TabOrder = 5
  162.     end
  163.     object BillingAddressGroupBox: TGroupBox
  164.       Left = 8
  165.       Top = 184
  166.       Width = 697
  167.       Height = 105
  168.       Caption = 'Billing Address'
  169.       Font.Color = clBlack
  170.       Font.Height = -17
  171.       Font.Name = 'MS Sans Serif'
  172.       Font.Style = []
  173.       ParentFont = False
  174.       TabOrder = 3
  175.       object StreetBillingLabel: TLabel
  176.         Left = 24
  177.         Top = 32
  178.         Width = 45
  179.         Height = 20
  180.         Caption = 'Street'
  181.       end
  182.       object CityBillingLabel: TLabel
  183.         Left = 24
  184.         Top = 72
  185.         Width = 29
  186.         Height = 20
  187.         Caption = 'City'
  188.       end
  189.       object StateBillingLabel: TLabel
  190.         Left = 296
  191.         Top = 72
  192.         Width = 39
  193.         Height = 20
  194.         Caption = 'State'
  195.       end
  196.       object ZipBillingLabel: TLabel
  197.         Left = 440
  198.         Top = 72
  199.         Width = 22
  200.         Height = 20
  201.         Caption = 'Zip'
  202.       end
  203.       object Street2DBEdit: TDBEdit
  204.         Left = 80
  205.         Top = 24
  206.         Width = 601
  207.         Height = 28
  208.         DataField = 'Street/2'
  209.         DataSource = ClientDataModule.ClientsDataSource
  210.         MaxLength = 40
  211.         TabOrder = 0
  212.       end
  213.       object City2DBEdit: TDBEdit
  214.         Left = 64
  215.         Top = 64
  216.         Width = 225
  217.         Height = 28
  218.         DataField = 'City/2'
  219.         DataSource = ClientDataModule.ClientsDataSource
  220.         MaxLength = 30
  221.         TabOrder = 1
  222.       end
  223.       object State2DBEdit: TDBEdit
  224.         Left = 344
  225.         Top = 64
  226.         Width = 81
  227.         Height = 28
  228.         DataField = 'State/2'
  229.         DataSource = ClientDataModule.ClientsDataSource
  230.         MaxLength = 10
  231.         TabOrder = 2
  232.       end
  233.       object Zip2DBEdit: TDBEdit
  234.         Left = 472
  235.         Top = 64
  236.         Width = 209
  237.         Height = 28
  238.         DataField = 'Zip/2'
  239.         DataSource = ClientDataModule.ClientsDataSource
  240.         MaxLength = 10
  241.         TabOrder = 3
  242.       end
  243.     end
  244.     object ShippingAddressGroupBox: TGroupBox
  245.       Left = 8
  246.       Top = 72
  247.       Width = 697
  248.       Height = 105
  249.       Caption = 'Shipping Address'
  250.       Font.Color = clBlack
  251.       Font.Height = -17
  252.       Font.Name = 'MS Sans Serif'
  253.       Font.Style = []
  254.       ParentFont = False
  255.       TabOrder = 2
  256.       object lblStreet: TLabel
  257.         Left = 8
  258.         Top = 32
  259.         Width = 45
  260.         Height = 20
  261.         Caption = 'Street'
  262.         Font.Color = clBlack
  263.         Font.Height = -17
  264.         Font.Name = 'MS Sans Serif'
  265.         Font.Style = []
  266.         ParentFont = False
  267.       end
  268.       object LblCity: TLabel
  269.         Left = 8
  270.         Top = 64
  271.         Width = 29
  272.         Height = 20
  273.         Caption = 'City'
  274.         Font.Color = clBlack
  275.         Font.Height = -17
  276.         Font.Name = 'MS Sans Serif'
  277.         Font.Style = []
  278.         ParentFont = False
  279.       end
  280.       object lblState: TLabel
  281.         Left = 280
  282.         Top = 72
  283.         Width = 39
  284.         Height = 20
  285.         Caption = 'State'
  286.         Font.Color = clBlack
  287.         Font.Height = -17
  288.         Font.Name = 'MS Sans Serif'
  289.         Font.Style = []
  290.         ParentFont = False
  291.       end
  292.       object lblZip: TLabel
  293.         Left = 424
  294.         Top = 72
  295.         Width = 22
  296.         Height = 20
  297.         Caption = 'Zip'
  298.         Font.Color = clBlack
  299.         Font.Height = -17
  300.         Font.Name = 'MS Sans Serif'
  301.         Font.Style = []
  302.         ParentFont = False
  303.       end
  304.       object DBEditStreet: TDBEdit
  305.         Left = 56
  306.         Top = 24
  307.         Width = 617
  308.         Height = 28
  309.         DataField = 'Street'
  310.         DataSource = ClientDataModule.ClientsDataSource
  311.         Font.Color = clBlack
  312.         Font.Height = -17
  313.         Font.Name = 'MS Sans Serif'
  314.         Font.Style = []
  315.         MaxLength = 40
  316.         ParentFont = False
  317.         TabOrder = 0
  318.       end
  319.       object DBEditCity: TDBEdit
  320.         Left = 40
  321.         Top = 64
  322.         Width = 233
  323.         Height = 28
  324.         DataField = 'City'
  325.         DataSource = ClientDataModule.ClientsDataSource
  326.         Font.Color = clBlack
  327.         Font.Height = -17
  328.         Font.Name = 'MS Sans Serif'
  329.         Font.Style = []
  330.         MaxLength = 30
  331.         ParentFont = False
  332.         TabOrder = 1
  333.       end
  334.       object DBEditState: TDBEdit
  335.         Left = 328
  336.         Top = 64
  337.         Width = 81
  338.         Height = 28
  339.         DataField = 'State'
  340.         DataSource = ClientDataModule.ClientsDataSource
  341.         Font.Color = clBlack
  342.         Font.Height = -17
  343.         Font.Name = 'MS Sans Serif'
  344.         Font.Style = []
  345.         MaxLength = 10
  346.         ParentFont = False
  347.         TabOrder = 2
  348.       end
  349.       object DBEditZip: TDBEdit
  350.         Left = 456
  351.         Top = 64
  352.         Width = 217
  353.         Height = 28
  354.         DataField = 'Zip'
  355.         DataSource = ClientDataModule.ClientsDataSource
  356.         Font.Color = clBlack
  357.         Font.Height = -17
  358.         Font.Name = 'MS Sans Serif'
  359.         Font.Style = []
  360.         MaxLength = 10
  361.         ParentFont = False
  362.         TabOrder = 3
  363.       end
  364.     end
  365.   end
  366.   object PanelBottom: TPanel
  367.     Left = 0
  368.     Top = 329
  369.     Width = 717
  370.     Height = 237
  371.     Align = alClient
  372.     BevelOuter = bvLowered
  373.     TabOrder = 1
  374.     object raOrderBy: TGroupBox
  375.       Left = 0
  376.       Top = 104
  377.       Width = 177
  378.       Height = 81
  379.       Caption = 'Order By'
  380.       Font.Color = clBlack
  381.       Font.Height = -17
  382.       Font.Name = 'MS Sans Serif'
  383.       Font.Style = []
  384.       ParentFont = False
  385.       TabOrder = 0
  386.       object optLastName: TRadioButton
  387.         Left = 8
  388.         Top = 24
  389.         Width = 105
  390.         Height = 17
  391.         Caption = '&Last Name'
  392.         TabOrder = 0
  393.         OnClick = optLastNameClick
  394.       end
  395.       object optCustNum: TRadioButton
  396.         Left = 8
  397.         Top = 56
  398.         Width = 161
  399.         Height = 17
  400.         Caption = '&Customer Number'
  401.         Checked = True
  402.         TabOrder = 1
  403.         TabStop = True
  404.         OnClick = optCustNumClick
  405.       end
  406.     end
  407.     object cmdExit: TButton
  408.       Left = 8
  409.       Top = 199
  410.       Width = 129
  411.       Height = 34
  412.       Caption = 'Cl&ose'
  413.       Font.Color = clBlack
  414.       Font.Height = -17
  415.       Font.Name = 'MS Sans Serif'
  416.       Font.Style = []
  417.       ParentFont = False
  418.       TabOrder = 8
  419.       OnClick = cmdExitClick
  420.     end
  421.     object cmdNewCustomer: TButton
  422.       Left = 184
  423.       Top = 112
  424.       Width = 153
  425.       Height = 34
  426.       Caption = '&Add New Customer'
  427.       Font.Color = clBlack
  428.       Font.Height = -17
  429.       Font.Name = 'MS Sans Serif'
  430.       Font.Style = []
  431.       ParentFont = False
  432.       TabOrder = 1
  433.       OnClick = cmdNewCustomerClick
  434.     end
  435.     object cmdDeleteCustomer: TButton
  436.       Left = 339
  437.       Top = 112
  438.       Width = 142
  439.       Height = 34
  440.       Caption = '&Delete Customer'
  441.       Font.Color = clBlack
  442.       Font.Height = -17
  443.       Font.Name = 'MS Sans Serif'
  444.       Font.Style = []
  445.       ParentFont = False
  446.       TabOrder = 2
  447.       OnClick = cmdDeleteCustomerClick
  448.     end
  449.     object cmdSearch: TButton
  450.       Left = 480
  451.       Top = 152
  452.       Width = 110
  453.       Height = 34
  454.       Caption = '&Search'
  455.       Font.Color = clBlack
  456.       Font.Height = -17
  457.       Font.Name = 'MS Sans Serif'
  458.       Font.Style = []
  459.       ParentFont = False
  460.       TabOrder = 7
  461.       OnClick = cmdSearchClick
  462.     end
  463.     object cmdPrintReport: TButton
  464.       Left = 224
  465.       Top = 152
  466.       Width = 129
  467.       Height = 34
  468.       Caption = '&Print Report'
  469.       Font.Color = clBlack
  470.       Font.Height = -17
  471.       Font.Name = 'MS Sans Serif'
  472.       Font.Style = []
  473.       ParentFont = False
  474.       TabOrder = 5
  475.       OnClick = cmdPrintReportClick
  476.     end
  477.     object DBGrid1: TDBGrid
  478.       Left = 1
  479.       Top = 1
  480.       Width = 715
  481.       Height = 96
  482.       Align = alTop
  483.       DataSource = ClientDataModule.ClientsDataSource
  484.       Font.Color = clBlack
  485.       Font.Height = -17
  486.       Font.Name = 'MS Sans Serif'
  487.       Font.Style = []
  488.       ParentFont = False
  489.       TabOrder = 10
  490.       TitleFont.Color = clWindowText
  491.       TitleFont.Height = -13
  492.       TitleFont.Name = 'MS Sans Serif'
  493.       TitleFont.Style = []
  494.     end
  495.     object cmdPrintLabels: TButton
  496.       Left = 355
  497.       Top = 152
  498.       Width = 129
  499.       Height = 34
  500.       Caption = 'Print La&bels'
  501.       Font.Color = clBlack
  502.       Font.Height = -17
  503.       Font.Name = 'MS Sans Serif'
  504.       Font.Style = []
  505.       ParentFont = False
  506.       TabOrder = 6
  507.       OnClick = cmdPrintLabelsClick
  508.     end
  509.     object cmdEditEntry: TButton
  510.       Left = 480
  511.       Top = 112
  512.       Width = 110
  513.       Height = 34
  514.       Caption = '&Edit Entry'
  515.       Font.Color = clBlack
  516.       Font.Height = -17
  517.       Font.Name = 'MS Sans Serif'
  518.       Font.Style = []
  519.       ParentFont = False
  520.       TabOrder = 3
  521.       OnClick = cmdEditEntryClick
  522.     end
  523.     object cmdSaveRecord: TButton
  524.       Left = 592
  525.       Top = 112
  526.       Width = 121
  527.       Height = 34
  528.       Caption = 'Save &Record'
  529.       Font.Color = clBlack
  530.       Font.Height = -17
  531.       Font.Name = 'MS Sans Serif'
  532.       Font.Style = []
  533.       ParentFont = False
  534.       TabOrder = 4
  535.       OnClick = cmdSaveRecordClick
  536.     end
  537.     object cmdHelp: TButton
  538.       Left = 144
  539.       Top = 199
  540.       Width = 129
  541.       Height = 34
  542.       Caption = '&Help'
  543.       Font.Color = clBlack
  544.       Font.Height = -17
  545.       Font.Name = 'MS Sans Serif'
  546.       Font.Style = []
  547.       ParentFont = False
  548.       TabOrder = 9
  549.       OnClick = cmdHelpClick
  550.     end
  551.     object DBNavigator1: TDBNavigator
  552.       Left = 432
  553.       Top = 200
  554.       Width = 276
  555.       Height = 33
  556.       DataSource = ClientDataModule.ClientsDataSource
  557.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbCancel, nbRefresh]
  558.       ParentShowHint = False
  559.       ShowHint = True
  560.       TabOrder = 11
  561.     end
  562.   end
  563.   object ClientReport1: TReport
  564.     AutoUnload = True
  565.     Left = 520
  566.     Top = 8
  567.   end
  568.   object ClientReportLbs5160: TReport
  569.     AutoUnload = True
  570.     Left = 552
  571.     Top = 8
  572.   end
  573.   object OpenDialogReport: TOpenDialog
  574.     FileEditStyle = fsEdit
  575.     FileName = 'client'
  576.     InitialDir = 'c:\Program Files\Albert Rugel\Database Files'
  577.     Title = 'Print Report (Use File '#39'Client'#39' )'
  578.     Left = 584
  579.     Top = 9
  580.   end
  581.   object OpenDialogReportlbs5160: TOpenDialog
  582.     FileEditStyle = fsEdit
  583.     FileName = 'clientlbs5160'
  584.     InitialDir = 'c:\Program Files\Albert Rugel\Database Files'
  585.     Title = 'Print on Avery 5160 Labels ( File '#39'Reportlbs5160'#39' )'
  586.     Left = 624
  587.     Top = 9
  588.   end
  589. end
  590.