home *** CD-ROM | disk | FTP | other *** search
- object BuyDlg: TBuyDlg
- Left = 358
- Top = 200
- BorderStyle = bsDialog
- Caption = 'Buy Drugs'
- ClientHeight = 100
- ClientWidth = 379
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 4
- Top = 4
- Width = 281
- Height = 89
- Shape = bsFrame
- end
- object Info: TLabel
- Left = 16
- Top = 16
- Width = 257
- Height = 33
- AutoSize = False
- Caption = 'Info'
- WordWrap = True
- end
- object BuySellMsg: TLabel
- Left = 16
- Top = 64
- Width = 150
- Height = 13
- Caption = 'How many do you wish to buy ?'
- end
- object Image1: TImage
- Left = 324
- Top = 64
- Width = 34
- Height = 33
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object OKBtn: TButton
- Left = 300
- Top = 4
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 300
- Top = 34
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Quantity: TSpinEdit
- Left = 184
- Top = 60
- Width = 97
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 2
- Value = 0
- OnChange = QuantityChange
- OnExit = QuantityExit
- OnKeyPress = QuantityKeyPress
- end
- end
-