home *** CD-ROM | disk | FTP | other *** search
- object SetFirstOrderNumberForm: TSetFirstOrderNumberForm
- Left = 299
- Top = 133
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Set First Order Number'
- ClientHeight = 185
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 427
- Height = 121
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 332
- Height = 20
- Caption = 'There are no Order Numbers in the Database'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 181
- Height = 20
- Caption = 'Enter an Order Number :'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 216
- Top = 56
- Width = 193
- Height = 28
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 121
- Width = 427
- Height = 64
- Align = alClient
- TabOrder = 1
- object cmdClose: TBitBtn
- Left = 328
- Top = 24
- Width = 75
- Height = 25
- TabOrder = 0
- OnClick = cmdCloseClick
- Kind = bkClose
- end
- object cmdOK: TBitBtn
- Left = 32
- Top = 24
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = cmdOKClick
- Kind = bkOK
- end
- end
- end
-