home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / PageTab / Main.dfm / Main.txt
Text File  |  1998-03-06  |  3KB  |  162 lines

  1. object MainForm: TMainForm
  2.   Left = 192
  3.   Top = 132
  4.   Width = 573
  5.   Height = 281
  6.   Caption = 'Page and Tab Controls'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object PageControl1: TPageControl
  15.     Left = 40
  16.     Top = 32
  17.     Width = 217
  18.     Height = 145
  19.     ActivePage = TabSheet1
  20.     HotTrack = True
  21.     TabOrder = 0
  22.     object TabSheet1: TTabSheet
  23.       Caption = 'TabSheet1'
  24.       object CheckBox1: TCheckBox
  25.         Left = 32
  26.         Top = 24
  27.         Width = 97
  28.         Height = 17
  29.         Caption = 'CheckBox1'
  30.         TabOrder = 0
  31.       end
  32.       object CheckBox2: TCheckBox
  33.         Left = 32
  34.         Top = 48
  35.         Width = 97
  36.         Height = 17
  37.         Caption = 'CheckBox2'
  38.         TabOrder = 1
  39.       end
  40.       object CheckBox3: TCheckBox
  41.         Left = 32
  42.         Top = 72
  43.         Width = 97
  44.         Height = 17
  45.         Caption = 'CheckBox3'
  46.         TabOrder = 2
  47.       end
  48.     end
  49.     object TabSheet2: TTabSheet
  50.       Caption = 'TabSheet2'
  51.       object RadioButton1: TRadioButton
  52.         Left = 16
  53.         Top = 24
  54.         Width = 113
  55.         Height = 17
  56.         Caption = 'RadioButton1'
  57.         Checked = True
  58.         TabOrder = 0
  59.         TabStop = True
  60.       end
  61.       object RadioButton2: TRadioButton
  62.         Left = 16
  63.         Top = 48
  64.         Width = 113
  65.         Height = 17
  66.         Caption = 'RadioButton2'
  67.         TabOrder = 1
  68.       end
  69.       object RadioButton3: TRadioButton
  70.         Left = 16
  71.         Top = 72
  72.         Width = 113
  73.         Height = 17
  74.         Caption = 'RadioButton3'
  75.         TabOrder = 2
  76.       end
  77.       object Button1: TButton
  78.         Left = 120
  79.         Top = 40
  80.         Width = 75
  81.         Height = 25
  82.         Caption = 'Next...'
  83.         TabOrder = 3
  84.         OnClick = Button1Click
  85.       end
  86.     end
  87.     object TabSheet3: TTabSheet
  88.       Caption = 'TabSheet3'
  89.       object DateTimePicker1: TDateTimePicker
  90.         Left = 8
  91.         Top = 16
  92.         Width = 186
  93.         Height = 21
  94.         CalAlignment = dtaLeft
  95.         Date = 35860.484889699070000000
  96.         Time = 35860.484889699070000000
  97.         DateFormat = dfShort
  98.         DateMode = dmComboBox
  99.         Kind = dtkDate
  100.         ParseInput = False
  101.         TabOrder = 0
  102.       end
  103.       object Button2: TButton
  104.         Left = 48
  105.         Top = 64
  106.         Width = 105
  107.         Height = 33
  108.         Caption = 'Go to first page'
  109.         TabOrder = 1
  110.         OnClick = Button2Click
  111.       end
  112.     end
  113.   end
  114.   object TabControl1: TTabControl
  115.     Left = 272
  116.     Top = 32
  117.     Width = 241
  118.     Height = 145
  119.     HotTrack = True
  120.     TabIndex = 0
  121.     TabOrder = 1
  122.     Tabs.Strings = (
  123.       'Tab 1'
  124.       'Tab 2'
  125.       'Tab 3'
  126.       'Tab 4')
  127.     OnChange = TabControl1Change
  128.     object Edit1: TEdit
  129.       Left = 16
  130.       Top = 40
  131.       Width = 209
  132.       Height = 21
  133.       TabOrder = 0
  134.       Text = 'Edit1 Tab 1'
  135.     end
  136.     object Edit2: TEdit
  137.       Left = 16
  138.       Top = 72
  139.       Width = 209
  140.       Height = 21
  141.       TabOrder = 1
  142.       Text = 'Edit2 Tab 1'
  143.     end
  144.     object Edit3: TEdit
  145.       Left = 16
  146.       Top = 104
  147.       Width = 209
  148.       Height = 21
  149.       TabOrder = 2
  150.       Text = 'Edit3 Tab 1'
  151.     end
  152.   end
  153.   object BitBtn1: TBitBtn
  154.     Left = 464
  155.     Top = 200
  156.     Width = 75
  157.     Height = 25
  158.     TabOrder = 2
  159.     Kind = bkClose
  160.   end
  161. end
  162.