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

  1. object SetFirstOrderNumberForm: TSetFirstOrderNumberForm
  2.   Left = 299
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set First Order Number'
  7.   ClientHeight = 185
  8.   ClientWidth = 427
  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 Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 427
  20.     Height = 121
  21.     Align = alTop
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 16
  26.       Top = 16
  27.       Width = 332
  28.       Height = 20
  29.       Caption = 'There are no Order Numbers in the Database'
  30.       Font.Color = clBlack
  31.       Font.Height = -17
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = []
  34.       ParentFont = False
  35.     end
  36.     object Label2: TLabel
  37.       Left = 16
  38.       Top = 64
  39.       Width = 181
  40.       Height = 20
  41.       Caption = 'Enter an Order Number :'
  42.       Font.Color = clBlack
  43.       Font.Height = -17
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = []
  46.       ParentFont = False
  47.     end
  48.     object Edit1: TEdit
  49.       Left = 216
  50.       Top = 56
  51.       Width = 193
  52.       Height = 28
  53.       Font.Color = clBlack
  54.       Font.Height = -17
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       TabOrder = 0
  59.     end
  60.   end
  61.   object Panel2: TPanel
  62.     Left = 0
  63.     Top = 121
  64.     Width = 427
  65.     Height = 64
  66.     Align = alClient
  67.     TabOrder = 1
  68.     object cmdClose: TBitBtn
  69.       Left = 328
  70.       Top = 24
  71.       Width = 75
  72.       Height = 25
  73.       TabOrder = 0
  74.       OnClick = cmdCloseClick
  75.       Kind = bkClose
  76.     end
  77.     object cmdOK: TBitBtn
  78.       Left = 32
  79.       Top = 24
  80.       Width = 75
  81.       Height = 25
  82.       TabOrder = 1
  83.       OnClick = cmdOKClick
  84.       Kind = bkOK
  85.     end
  86.   end
  87. end
  88.