home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / FANCY / MAIN.dfm / MAIN.txt
Text File  |  1998-05-14  |  3KB  |  152 lines

  1. object MainForm: TMainForm
  2.   Left = 136
  3.   Top = 153
  4.   AutoScroll = False
  5.   Caption = 'Fancy RadioButton Groups'
  6.   ClientHeight = 290
  7.   ClientWidth = 550
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -16
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 120
  16.   TextHeight = 18
  17.   object Panel1: TPanel
  18.     Left = 9
  19.     Top = 9
  20.     Width = 226
  21.     Height = 136
  22.     BevelInner = bvLowered
  23.     BevelWidth = 4
  24.     BorderStyle = bsSingle
  25.     TabOrder = 0
  26.     object RadioButton1: TRadioButton
  27.       Left = 54
  28.       Top = 18
  29.       Width = 127
  30.       Height = 19
  31.       Caption = 'RadioButton1'
  32.       Checked = True
  33.       TabOrder = 0
  34.       TabStop = True
  35.     end
  36.     object RadioButton2: TRadioButton
  37.       Left = 54
  38.       Top = 45
  39.       Width = 127
  40.       Height = 19
  41.       Caption = 'RadioButton2'
  42.       TabOrder = 1
  43.     end
  44.     object RadioButton3: TRadioButton
  45.       Left = 54
  46.       Top = 72
  47.       Width = 127
  48.       Height = 19
  49.       Caption = 'RadioButton3'
  50.       TabOrder = 2
  51.     end
  52.     object RadioButton4: TRadioButton
  53.       Left = 54
  54.       Top = 99
  55.       Width = 127
  56.       Height = 19
  57.       Caption = 'RadioButton4'
  58.       TabOrder = 3
  59.     end
  60.   end
  61.   object Panel2: TPanel
  62.     Left = 252
  63.     Top = 9
  64.     Width = 226
  65.     Height = 136
  66.     BevelInner = bvRaised
  67.     BevelWidth = 3
  68.     BorderWidth = 2
  69.     BorderStyle = bsSingle
  70.     TabOrder = 1
  71.     object RadioButton5: TRadioButton
  72.       Left = 54
  73.       Top = 27
  74.       Width = 127
  75.       Height = 19
  76.       Caption = 'RadioButton5'
  77.       Checked = True
  78.       TabOrder = 0
  79.       TabStop = True
  80.     end
  81.     object RadioButton6: TRadioButton
  82.       Left = 54
  83.       Top = 54
  84.       Width = 127
  85.       Height = 19
  86.       Caption = 'RadioButton6'
  87.       TabOrder = 1
  88.     end
  89.     object RadioButton7: TRadioButton
  90.       Left = 54
  91.       Top = 81
  92.       Width = 127
  93.       Height = 19
  94.       Caption = 'RadioButton7'
  95.       TabOrder = 2
  96.     end
  97.   end
  98.   object Memo1: TMemo
  99.     Left = 9
  100.     Top = 153
  101.     Width = 226
  102.     Height = 100
  103.     TabStop = False
  104.     Enabled = False
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clBlack
  107.     Font.Height = -15
  108.     Font.Name = 'Courier New'
  109.     Font.Style = []
  110.     Lines.Strings = (
  111.       'BevelInner  = bvLowered'
  112.       'BevelOuter  = bvRaised'
  113.       'BevelWidth  = 4'
  114.       'BorderStyle = bsSingle'
  115.       'BorderWidth = 0')
  116.     ParentFont = False
  117.     ReadOnly = True
  118.     TabOrder = 2
  119.   end
  120.   object Memo2: TMemo
  121.     Left = 252
  122.     Top = 153
  123.     Width = 226
  124.     Height = 100
  125.     TabStop = False
  126.     Enabled = False
  127.     Font.Charset = DEFAULT_CHARSET
  128.     Font.Color = clBlack
  129.     Font.Height = -15
  130.     Font.Name = 'Courier New'
  131.     Font.Style = []
  132.     Lines.Strings = (
  133.       'BevelInner  = bvRaised'
  134.       'BevelOuter  = bvRaised'
  135.       'BevelWidth  = 3'
  136.       'BorderStyle = bsSingle'
  137.       'BorderWidth = 2')
  138.     ParentFont = False
  139.     ReadOnly = True
  140.     TabOrder = 3
  141.   end
  142.   object BitBtn1: TBitBtn
  143.     Left = 486
  144.     Top = 72
  145.     Width = 55
  146.     Height = 109
  147.     TabOrder = 4
  148.     Kind = bkClose
  149.     Layout = blGlyphBottom
  150.   end
  151. end
  152.