home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / pagectrl.pak / PAGEFORM.DFM / PAGEFORM.txt
Encoding:
Text File  |  1995-08-24  |  4.4 KB  |  217 lines

  1. object Form1: TForm1
  2.   Left = 231
  3.   Top = 101
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form1'
  7.   ClientHeight = 228
  8.   ClientWidth = 378
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   PopupMenu = PopupMenu1
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 265
  21.     Height = 172
  22.   end
  23.   object Button1: TButton
  24.     Left = 288
  25.     Top = 40
  26.     Width = 66
  27.     Height = 30
  28.     Caption = 'OK'
  29.     DragCursor = crDefault
  30.     TabOrder = 0
  31.     OnClick = ButtonClick
  32.   end
  33.   object Button2: TButton
  34.     Left = 288
  35.     Top = 80
  36.     Width = 66
  37.     Height = 30
  38.     Caption = 'Cancel'
  39.     DragCursor = crDefault
  40.     TabOrder = 1
  41.     OnClick = ButtonClick
  42.   end
  43.   object TabControl1: TTabSet
  44.     Left = 0
  45.     Top = 184
  46.     Width = 361
  47.     Height = 33
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     TabHeight = 0
  53.     OnClick = TabControl1Click
  54.   end
  55.   object PageControl1: TNotebook
  56.     Left = 16
  57.     Top = 16
  58.     Width = 249
  59.     Height = 161
  60.     TabOrder = 3
  61.     object TPage
  62.       Left = 0
  63.       Top = 0
  64.       Caption = 'One'
  65.       object Label1: TLabel
  66.         Left = 15
  67.         Top = 7
  68.         Width = 218
  69.         Height = 20
  70.         Alignment = taCenter
  71.         AutoSize = False
  72.         Caption = 'This is page One'
  73.         DragCursor = crDefault
  74.         WordWrap = True
  75.       end
  76.       object RadioButton1: TRadioButton
  77.         Left = 15
  78.         Top = 31
  79.         Width = 120
  80.         Height = 20
  81.         Caption = 'RadioButton1'
  82.         Checked = True
  83.         DragCursor = crDefault
  84.         TabOrder = 0
  85.         TabStop = True
  86.       end
  87.       object RadioButton2: TRadioButton
  88.         Left = 15
  89.         Top = 55
  90.         Width = 120
  91.         Height = 20
  92.         Caption = 'RadioButton2'
  93.         DragCursor = crDefault
  94.         TabOrder = 1
  95.       end
  96.       object RadioButton3: TRadioButton
  97.         Left = 15
  98.         Top = 79
  99.         Width = 120
  100.         Height = 20
  101.         Caption = 'RadioButton3'
  102.         DragCursor = crDefault
  103.         TabOrder = 2
  104.       end
  105.     end
  106.     object TPage
  107.       Left = 0
  108.       Top = 0
  109.       Caption = 'Two'
  110.       object Label2: TLabel
  111.         Left = 15
  112.         Top = 7
  113.         Width = 202
  114.         Height = 20
  115.         Alignment = taCenter
  116.         AutoSize = False
  117.         Caption = 'This is a page Two'
  118.         DragCursor = crDefault
  119.         WordWrap = True
  120.       end
  121.       object CheckBox1: TCheckBox
  122.         Left = 15
  123.         Top = 31
  124.         Width = 90
  125.         Height = 20
  126.         Caption = 'CheckBox1'
  127.         DragCursor = crDefault
  128.         TabOrder = 0
  129.       end
  130.       object CheckBox2: TCheckBox
  131.         Left = 15
  132.         Top = 55
  133.         Width = 90
  134.         Height = 20
  135.         Caption = 'CheckBox2'
  136.         DragCursor = crDefault
  137.         TabOrder = 1
  138.       end
  139.       object CheckBox3: TCheckBox
  140.         Left = 15
  141.         Top = 79
  142.         Width = 90
  143.         Height = 20
  144.         Caption = 'CheckBox3'
  145.         DragCursor = crDefault
  146.         TabOrder = 2
  147.       end
  148.     end
  149.     object TPage
  150.       Left = 0
  151.       Top = 0
  152.       Caption = 'Three'
  153.       object Label3: TLabel
  154.         Left = 7
  155.         Top = 7
  156.         Width = 226
  157.         Height = 20
  158.         Alignment = taCenter
  159.         AutoSize = False
  160.         Caption = 'This is page Three'
  161.         DragCursor = crDefault
  162.         WordWrap = True
  163.       end
  164.       object ListBox1: TListBox
  165.         Left = 7
  166.         Top = 31
  167.         Width = 145
  168.         Height = 121
  169.         DragCursor = crDefault
  170.         ItemHeight = 13
  171.         Items.Strings = (
  172.           'This'
  173.           'is'
  174.           'a'
  175.           'listbox'
  176.           'control')
  177.         TabOrder = 0
  178.       end
  179.       object Button3: TButton
  180.         Left = 167
  181.         Top = 87
  182.         Width = 58
  183.         Height = 30
  184.         Caption = '&Clear'
  185.         DragCursor = crDefault
  186.         TabOrder = 1
  187.         OnClick = Button3Click
  188.       end
  189.       object Button4: TButton
  190.         Left = 167
  191.         Top = 39
  192.         Width = 58
  193.         Height = 30
  194.         Caption = '&Sort'
  195.         DragCursor = crDefault
  196.         TabOrder = 2
  197.         OnClick = Button4Click
  198.       end
  199.     end
  200.   end
  201.   object PopupMenu1: TPopupMenu
  202.     AutoPopup = False
  203.     Left = 307
  204.     Top = 126
  205.     object Next: TMenuItem
  206.       Caption = 'Next'
  207.       OnClick = NextClick
  208.       ShortCutText = 'Ctrl+Tab'
  209.     end
  210.     object Previous: TMenuItem
  211.       Caption = 'Previous'
  212.       OnClick = PreviousClick
  213.       ShortCutText = 'Shift+Ctrl+Tab'
  214.     end
  215.   end
  216. end
  217.