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

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 120
  4.   Width = 435
  5.   Height = 300
  6.   ActiveControl = Button1
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Order Form'
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Image1: TImage
  18.     Left = 108
  19.     Top = 208
  20.     Width = 77
  21.     Height = 53
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object Image2: TImage
  25.     Left = 20
  26.     Top = 208
  27.     Width = 77
  28.     Height = 53
  29.     Picture.Data = {<image001.bmp>}
  30.   end
  31.   object Label2: TLabel
  32.     Left = 12
  33.     Top = 8
  34.     Width = 44
  35.     Height = 16
  36.     Caption = 'Label2'
  37.     Font.Color = clBlue
  38.     Font.Height = -13
  39.     Font.Name = 'System'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 12
  45.     Top = 24
  46.     Width = 44
  47.     Height = 16
  48.     Caption = 'Label3'
  49.     Font.Color = clBlue
  50.     Font.Height = -13
  51.     Font.Name = 'System'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Label4: TLabel
  56.     Left = 12
  57.     Top = 40
  58.     Width = 44
  59.     Height = 16
  60.     Caption = 'Label4'
  61.     Font.Color = clBlue
  62.     Font.Height = -13
  63.     Font.Name = 'System'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object Label5: TLabel
  68.     Left = 12
  69.     Top = 56
  70.     Width = 44
  71.     Height = 16
  72.     Caption = 'Label5'
  73.     Font.Color = clBlue
  74.     Font.Height = -13
  75.     Font.Name = 'System'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object Label6: TLabel
  80.     Left = 80
  81.     Top = 72
  82.     Width = 51
  83.     Height = 19
  84.     Alignment = taCenter
  85.     Caption = 'Label6'
  86.     Font.Color = clWindowText
  87.     Font.Height = -16
  88.     Font.Name = 'Arial'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.   end
  92.   object Panel1: TPanel
  93.     Left = 220
  94.     Top = 140
  95.     Width = 185
  96.     Height = 129
  97.     Caption = 'Panel1'
  98.     TabOrder = 0
  99.     object Label1: TLabel
  100.       Left = 8
  101.       Top = 8
  102.       Width = 4
  103.       Height = 16
  104.     end
  105.     object Memo1: TMemo
  106.       Left = 4
  107.       Top = 4
  108.       Width = 177
  109.       Height = 121
  110.       TabStop = False
  111.       Color = clBtnFace
  112.       Font.Color = clNavy
  113.       Font.Height = -11
  114.       Font.Name = 'Arial'
  115.       Font.Style = []
  116.       HideSelection = False
  117.       Lines.Strings = (
  118.         'Registration Services by:'
  119.         '   Henning Associates'
  120.         '   1710 Allied St. #36'
  121.         '   Charlottesville, VA  22903'
  122.         'voice/fax: '
  123.         #9'804-295-0554 '
  124.         #9'800-823-6896')
  125.       ParentFont = False
  126.       TabOrder = 0
  127.     end
  128.   end
  129.   object Button1: TButton
  130.     Left = 304
  131.     Top = 16
  132.     Width = 89
  133.     Height = 33
  134.     Caption = '&Order'
  135.     Default = True
  136.     TabOrder = 1
  137.     OnClick = Button1Click
  138.   end
  139.   object Button2: TButton
  140.     Left = 304
  141.     Top = 54
  142.     Width = 89
  143.     Height = 33
  144.     Caption = '&Done'
  145.     TabOrder = 2
  146.     OnClick = Button2Click
  147.     OnExit = Button2Exit
  148.   end
  149.   object Button3: TButton
  150.     Left = 304
  151.     Top = 92
  152.     Width = 89
  153.     Height = 33
  154.     Caption = '&Help'
  155.     TabOrder = 3
  156.     OnClick = Button3Click
  157.   end
  158.   object Memo2: TMemo
  159.     Left = 8
  160.     Top = 100
  161.     Width = 201
  162.     Height = 85
  163.     Color = clBtnFace
  164.     Lines.Strings = (
  165.       'Memo2')
  166.     TabOrder = 4
  167.   end
  168. end
  169.