home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / rolo2095.zip / Order95.dll / RCDATA / TBTNBOTTOMDLG / TBTNBOTTOMDLG.txt
Text File  |  1996-06-01  |  4KB  |  203 lines

  1. object BtnBottomDlg: TBtnBottomDlg
  2.   Left = 263
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customer Information'
  7.   ClientHeight = 373
  8.   ClientWidth = 451
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 349
  21.     Height = 361
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 28
  27.     Top = 20
  28.     Width = 198
  29.     Height = 13
  30.     Caption = 'Name, address and phone number.'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 28
  34.     Top = 140
  35.     Width = 181
  36.     Height = 13
  37.     Caption = 'E-mail Address (include domain)'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 152
  41.     Top = 232
  42.     Width = 44
  43.     Height = 13
  44.     Caption = 'Number'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 152
  48.     Top = 272
  49.     Width = 57
  50.     Height = 13
  51.     Caption = 'Exp. Date'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 24
  55.     Top = 312
  56.     Width = 200
  57.     Height = 13
  58.     Caption = 'I got the unregistered version from:'
  59.   end
  60.   object Edit1: TEdit
  61.     Left = 28
  62.     Top = 40
  63.     Width = 257
  64.     Height = 21
  65.     MaxLength = 35
  66.     TabOrder = 0
  67.   end
  68.   object Edit2: TEdit
  69.     Left = 28
  70.     Top = 64
  71.     Width = 257
  72.     Height = 21
  73.     MaxLength = 35
  74.     TabOrder = 1
  75.   end
  76.   object Edit3: TEdit
  77.     Left = 28
  78.     Top = 88
  79.     Width = 257
  80.     Height = 21
  81.     MaxLength = 35
  82.     TabOrder = 2
  83.   end
  84.   object Edit4: TEdit
  85.     Left = 28
  86.     Top = 112
  87.     Width = 257
  88.     Height = 21
  89.     MaxLength = 35
  90.     TabOrder = 3
  91.   end
  92.   object Edit5: TEdit
  93.     Left = 28
  94.     Top = 160
  95.     Width = 257
  96.     Height = 21
  97.     MaxLength = 35
  98.     TabOrder = 4
  99.   end
  100.   object GroupBox1: TGroupBox
  101.     Left = 20
  102.     Top = 192
  103.     Width = 109
  104.     Height = 77
  105.     Caption = 'Disk Size'
  106.     TabOrder = 5
  107.     object RadioButton1: TRadioButton
  108.       Left = 12
  109.       Top = 20
  110.       Width = 77
  111.       Height = 17
  112.       Caption = '3.5" disk'
  113.       TabOrder = 0
  114.       TabStop = True
  115.     end
  116.     object RadioButton2: TRadioButton
  117.       Left = 12
  118.       Top = 44
  119.       Width = 77
  120.       Height = 17
  121.       Caption = '5.25" disk'
  122.       TabOrder = 1
  123.     end
  124.   end
  125.   object GroupBox2: TGroupBox
  126.     Left = 148
  127.     Top = 192
  128.     Width = 121
  129.     Height = 37
  130.     Caption = 'Credit Card'
  131.     TabOrder = 6
  132.     TabStop = True
  133.     object RadioButton3: TRadioButton
  134.       Left = 4
  135.       Top = 16
  136.       Width = 53
  137.       Height = 17
  138.       Caption = 'MC'
  139.       TabOrder = 0
  140.       TabStop = True
  141.     end
  142.     object RadioButton4: TRadioButton
  143.       Left = 60
  144.       Top = 16
  145.       Width = 57
  146.       Height = 17
  147.       Caption = 'VISA'
  148.       TabOrder = 1
  149.     end
  150.   end
  151.   object Edit6: TEdit
  152.     Left = 152
  153.     Top = 248
  154.     Width = 197
  155.     Height = 21
  156.     MaxLength = 20
  157.     TabOrder = 7
  158.   end
  159.   object Edit7: TEdit
  160.     Left = 152
  161.     Top = 288
  162.     Width = 69
  163.     Height = 21
  164.     MaxLength = 8
  165.     TabOrder = 8
  166.   end
  167.   object Edit8: TEdit
  168.     Left = 24
  169.     Top = 332
  170.     Width = 325
  171.     Height = 21
  172.     MaxLength = 50
  173.     TabOrder = 9
  174.   end
  175.   object Button1: TButton
  176.     Left = 364
  177.     Top = 16
  178.     Width = 81
  179.     Height = 33
  180.     Caption = '&Print'
  181.     TabOrder = 10
  182.     OnClick = Button1Click
  183.   end
  184.   object Button2: TButton
  185.     Left = 364
  186.     Top = 56
  187.     Width = 81
  188.     Height = 33
  189.     Caption = '&File'
  190.     TabOrder = 11
  191.     OnClick = Button2Click
  192.   end
  193.   object Button4: TButton
  194.     Left = 364
  195.     Top = 96
  196.     Width = 81
  197.     Height = 33
  198.     Caption = '&Done'
  199.     TabOrder = 12
  200.     OnClick = Button4Click
  201.   end
  202. end
  203.