object BtnBottomDlg: TBtnBottomDlg Left = 263 Top = 115 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Customer Information' ClientHeight = 373 ClientWidth = 451 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 349 Height = 361 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 28 Top = 20 Width = 198 Height = 13 Caption = 'Name, address and phone number.' end object Label2: TLabel Left = 28 Top = 140 Width = 181 Height = 13 Caption = 'E-mail Address (include domain)' end object Label3: TLabel Left = 152 Top = 232 Width = 44 Height = 13 Caption = 'Number' end object Label4: TLabel Left = 152 Top = 272 Width = 57 Height = 13 Caption = 'Exp. Date' end object Label5: TLabel Left = 24 Top = 312 Width = 200 Height = 13 Caption = 'I got the unregistered version from:' end object Edit1: TEdit Left = 28 Top = 40 Width = 257 Height = 21 MaxLength = 35 TabOrder = 0 end object Edit2: TEdit Left = 28 Top = 64 Width = 257 Height = 21 MaxLength = 35 TabOrder = 1 end object Edit3: TEdit Left = 28 Top = 88 Width = 257 Height = 21 MaxLength = 35 TabOrder = 2 end object Edit4: TEdit Left = 28 Top = 112 Width = 257 Height = 21 MaxLength = 35 TabOrder = 3 end object Edit5: TEdit Left = 28 Top = 160 Width = 257 Height = 21 MaxLength = 35 TabOrder = 4 end object GroupBox1: TGroupBox Left = 20 Top = 192 Width = 109 Height = 77 Caption = 'Disk Size' TabOrder = 5 object RadioButton1: TRadioButton Left = 12 Top = 20 Width = 77 Height = 17 Caption = '3.5" disk' TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 12 Top = 44 Width = 77 Height = 17 Caption = '5.25" disk' TabOrder = 1 end end object GroupBox2: TGroupBox Left = 148 Top = 192 Width = 121 Height = 37 Caption = 'Credit Card' TabOrder = 6 TabStop = True object RadioButton3: TRadioButton Left = 4 Top = 16 Width = 53 Height = 17 Caption = 'MC' TabOrder = 0 TabStop = True end object RadioButton4: TRadioButton Left = 60 Top = 16 Width = 57 Height = 17 Caption = 'VISA' TabOrder = 1 end end object Edit6: TEdit Left = 152 Top = 248 Width = 197 Height = 21 MaxLength = 20 TabOrder = 7 end object Edit7: TEdit Left = 152 Top = 288 Width = 69 Height = 21 MaxLength = 8 TabOrder = 8 end object Edit8: TEdit Left = 24 Top = 332 Width = 325 Height = 21 MaxLength = 50 TabOrder = 9 end object Button1: TButton Left = 364 Top = 16 Width = 81 Height = 33 Caption = '&Print' TabOrder = 10 OnClick = Button1Click end object Button2: TButton Left = 364 Top = 56 Width = 81 Height = 33 Caption = '&File' TabOrder = 11 OnClick = Button2Click end object Button4: TButton Left = 364 Top = 96 Width = 81 Height = 33 Caption = '&Done' TabOrder = 12 OnClick = Button4Click end end