home *** CD-ROM | disk | FTP | other *** search
- object SalesEntryForm: TSalesEntryForm
- Left = 17
- Top = 30
- Width = 791
- Height = 584
- Caption = 'Sales Entry Form'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 783
- Height = 553
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 0
- object DateLabel: TLabel
- Left = 8
- Top = 16
- Width = 36
- Height = 20
- Caption = 'Date'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object CustomerNumberLabel: TLabel
- Left = 472
- Top = 72
- Width = 136
- Height = 20
- Caption = 'Customer Number'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OrderNumberLabel: TLabel
- Left = 480
- Top = 16
- Width = 106
- Height = 20
- Caption = 'Order Number'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object PickupShipLabel: TLabel
- Left = 8
- Top = 64
- Width = 88
- Height = 20
- Caption = 'Pickup/Ship'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object TypeofSaleLabel: TLabel
- Left = 8
- Top = 104
- Width = 95
- Height = 20
- Caption = 'Type of Sale '
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object CreditCardNumberLabel: TLabel
- Left = 8
- Top = 176
- Width = 148
- Height = 20
- Caption = 'Credit Card Number'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object CreditCardTypeLabel: TLabel
- Left = 8
- Top = 224
- Width = 125
- Height = 20
- Caption = 'Credit Card Type'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ProductLabel: TLabel
- Left = 8
- Top = 264
- Width = 58
- Height = 20
- Caption = 'Product'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object QuantityLabel: TLabel
- Left = 608
- Top = 328
- Width = 127
- Height = 20
- Caption = 'Quantity to Order'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object PriceLabel: TLabel
- Left = 176
- Top = 264
- Width = 39
- Height = 20
- Caption = 'Price'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DiscountPrice1Label: TLabel
- Left = 296
- Top = 264
- Width = 76
- Height = 20
- Caption = 'Discount1'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DiscountPrice2Label: TLabel
- Left = 416
- Top = 264
- Width = 76
- Height = 20
- Caption = 'Discount2'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DiscountPrice3Label: TLabel
- Left = 544
- Top = 264
- Width = 76
- Height = 20
- Caption = 'Discount3'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object QuantityInStockLabel: TLabel
- Left = 256
- Top = 336
- Width = 125
- Height = 20
- Caption = 'Quantity In Stock'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ProductDescriptionLabel: TLabel
- Left = 8
- Top = 336
- Width = 148
- Height = 20
- Caption = 'Product Description'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 8
- Top = 128
- Width = 212
- Height = 20
- Caption = '( Cash, Credit Card, Invoice)'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DateDBEdit: TDBEdit
- Left = 56
- Top = 8
- Width = 121
- Height = 28
- DataField = 'Date'
- DataSource = SalesDataModule.SalesDataSource
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 10
- ParentFont = False
- TabOrder = 0
- end
- object CustomerNumberDBEdit: TDBEdit
- Left = 624
- Top = 60
- Width = 145
- Height = 28
- DataField = 'CustNum'
- DataSource = ClientDataModule.ClientsDataSource
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 0
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- end
- object CreditCardNumberDBEdit: TDBEdit
- Left = 168
- Top = 168
- Width = 217
- Height = 28
- DataField = 'CreditCardNumber'
- DataSource = SalesDataModule.SalesDataSource
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 20
- ParentFont = False
- TabOrder = 3
- end
- object TypeofSaleDBEdit: TDBEdit
- Left = 104
- Top = 96
- Width = 217
- Height = 28
- DataField = 'TypeOfSale'
- DataSource = SalesDataModule.SalesDataSource
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 11
- ParentFont = False
- TabOrder = 2
- end
- object CreditCardTypeDBEdit: TDBEdit
- Left = 144
- Top = 216
- Width = 217
- Height = 28
- DataField = 'CreditCardType'
- DataSource = SalesDataModule.SalesDataSource
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 25
- ParentFont = False
- TabOrder = 4
- end
- object PickUpShipDBEdit: TDBEdit
- Left = 104
- Top = 56
- Width = 145
- Height = 28
- DataField = 'PickUpShip'
- DataSource = SalesDataModule.SalesDataSource
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 8
- ParentFont = False
- TabOrder = 5
- end
- object InventoryPriceDBEdit: TDBEdit
- Left = 168
- Top = 288
- Width = 113
- Height = 28
- DataField = 'Price'
- DataSource = DataModule2.DataSource1
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 0
- ParentFont = False
- ReadOnly = True
- TabOrder = 6
- end
- object QuantityToOrderEdit: TEdit
- Left = 608
- Top = 368
- Width = 129
- Height = 28
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- end
- object InventoryDiscountPrice1DBEdit: TDBEdit
- Left = 296
- Top = 288
- Width = 113
- Height = 28
- DataField = 'DiscountPrice1'
- DataSource = DataModule2.DataSource1
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 0
- ParentFont = False
- ReadOnly = True
- TabOrder = 8
- end
- object InventoryDiscountPrice2DBEdit: TDBEdit
- Left = 416
- Top = 288
- Width = 113
- Height = 28
- DataField = 'DiscountPrice2'
- DataSource = DataModule2.DataSource1
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 0
- ParentFont = False
- ReadOnly = True
- TabOrder = 9
- end
- object InventoryDiscountPrice3DBEdit: TDBEdit
- Left = 544
- Top = 288
- Width = 113
- Height = 28
- DataField = 'DiscountPrice3'
- DataSource = DataModule2.DataSource1
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 0
- ParentFont = False
- ReadOnly = True
- TabOrder = 10
- end
- object PartNumberDBEdit: TDBEdit
- Left = 8
- Top = 288
- Width = 145
- Height = 28
- DataField = 'PartNumber'
- DataSource = DataModule2.DataSource1
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 50
- ParentFont = False
- ReadOnly = True
- TabOrder = 11
- end
- object ProductDescriptionDBEdit: TDBEdit
- Left = 8
- Top = 368
- Width = 241
- Height = 28
- DataField = 'Description'
- DataSource = DataModule2.DataSource1
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 50
- ParentFont = False
- ReadOnly = True
- TabOrder = 12
- end
- object ProductQuantityInStockDBEdit: TDBEdit
- Left = 256
- Top = 368
- Width = 121
- Height = 28
- DataField = 'Quantity'
- DataSource = DataModule2.DataSource1
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 0
- ParentFont = False
- ReadOnly = True
- TabOrder = 13
- end
- object cmdAddtoOrder: TButton
- Left = 8
- Top = 496
- Width = 129
- Height = 49
- Caption = 'Add to Order'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 14
- OnClick = cmdAddtoOrderClick
- end
- object cmdFindProduct: TButton
- Left = 8
- Top = 448
- Width = 129
- Height = 49
- Caption = 'Find Product'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 15
- OnClick = cmdFindProductClick
- end
- object cmdEndofOrder: TButton
- Left = 400
- Top = 448
- Width = 121
- Height = 49
- Caption = 'Print Reciept'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 16
- OnClick = cmdEndofOrderClick
- end
- object DBNavigator1: TDBNavigator
- Left = 8
- Top = 408
- Width = 222
- Height = 33
- DataSource = DataModule2.DataSource1
- VisibleButtons = [nbPrior, nbNext]
- TabOrder = 17
- end
- object OrderNumberDBEdit: TDBEdit
- Left = 624
- Top = 16
- Width = 145
- Height = 28
- DataField = 'OrderNumber'
- DataSource = SalesDataModule.SalesDataSource
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxLength = 0
- ParentFont = False
- TabOrder = 18
- end
- object cmdEndofOrder2: TButton
- Left = 272
- Top = 448
- Width = 129
- Height = 49
- Caption = 'Print Invoice'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 19
- OnClick = cmdEndofOrder2Click
- end
- object cmdHelp: TButton
- Left = 136
- Top = 496
- Width = 129
- Height = 49
- Caption = 'Help'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 20
- OnClick = cmdHelpClick
- end
- object cmdEndofOrderWOPrint: TButton
- Left = 272
- Top = 496
- Width = 345
- Height = 49
- Caption = 'End of Order w/o Printing Invoice/Reciept'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 21
- OnClick = cmdEndofOrderWOPrintClick
- end
- object Button1: TButton
- Left = 520
- Top = 448
- Width = 233
- Height = 49
- Caption = 'Exit w/o Entering an Order'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 22
- OnClick = Button1Click
- end
- end
- object RecieptReport1: TReport
- ReportName = 'Reciept.rpt'
- ReportDir = 'C:\Program Files\ALBERT RUGEL\DataBase Files\'
- AutoUnload = True
- Left = 504
- Top = 128
- end
- object InvoiceReport: TReport
- ReportName = 'invoice.rpt'
- ReportDir = 'C:\Program Files\ALBERT RUGEL\DataBase Files\'
- AutoUnload = True
- Left = 544
- Top = 128
- end
- end
-