home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / PageTabOD / Main.dfm / Main.txt
Text File  |  1998-03-09  |  9KB  |  284 lines

  1. object MainForm: TMainForm
  2.   Left = 218
  3.   Top = 180
  4.   Width = 406
  5.   Height = 246
  6.   Caption = 'Owner Draw PageControl demonstration'
  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 TLabel
  15.     Left = 120
  16.     Top = 48
  17.     Width = 164
  18.     Height = 37
  19.     Caption = 'TabSheet1'
  20.     Font.Charset = DEFAULT_CHARSET
  21.     Font.Color = clTeal
  22.     Font.Height = -32
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object PageControl1: TPageControl
  28.     Left = 0
  29.     Top = 0
  30.     Width = 398
  31.     Height = 219
  32.     ActivePage = TabSheet10
  33.     Align = alClient
  34.     MultiLine = True
  35.     OwnerDraw = True
  36.     ScrollOpposite = True
  37.     TabOrder = 0
  38.     OnDrawTab = PageControl1DrawTab
  39.     object TabSheet1: TTabSheet
  40.       Caption = 'TabSheet1'
  41.       object Label1: TLabel
  42.         Left = 120
  43.         Top = 48
  44.         Width = 164
  45.         Height = 37
  46.         Caption = 'TabSheet1'
  47.         Font.Charset = DEFAULT_CHARSET
  48.         Font.Color = clTeal
  49.         Font.Height = -32
  50.         Font.Name = 'MS Sans Serif'
  51.         Font.Style = [fsBold]
  52.         ParentFont = False
  53.       end
  54.     end
  55.     object TabSheet2: TTabSheet
  56.       Caption = 'TabSheet2'
  57.       object Label2: TLabel
  58.         Left = 120
  59.         Top = 48
  60.         Width = 166
  61.         Height = 37
  62.         Caption = 'TabSheet2'
  63.         Font.Charset = DEFAULT_CHARSET
  64.         Font.Color = clTeal
  65.         Font.Height = -32
  66.         Font.Name = 'MS Sans Serif'
  67.         Font.Style = [fsBold]
  68.         ParentFont = False
  69.       end
  70.     end
  71.     object TabSheet3: TTabSheet
  72.       Caption = 'TabSheet3'
  73.       object Label3: TLabel
  74.         Left = 120
  75.         Top = 48
  76.         Width = 166
  77.         Height = 37
  78.         Caption = 'TabSheet3'
  79.         Font.Charset = DEFAULT_CHARSET
  80.         Font.Color = clTeal
  81.         Font.Height = -32
  82.         Font.Name = 'MS Sans Serif'
  83.         Font.Style = [fsBold]
  84.         ParentFont = False
  85.       end
  86.     end
  87.     object TabSheet4: TTabSheet
  88.       Caption = 'TabSheet4'
  89.       object Label4: TLabel
  90.         Left = 120
  91.         Top = 48
  92.         Width = 166
  93.         Height = 37
  94.         Caption = 'TabSheet4'
  95.         Font.Charset = DEFAULT_CHARSET
  96.         Font.Color = clTeal
  97.         Font.Height = -32
  98.         Font.Name = 'MS Sans Serif'
  99.         Font.Style = [fsBold]
  100.         ParentFont = False
  101.       end
  102.     end
  103.     object TabSheet5: TTabSheet
  104.       Caption = 'TabSheet5'
  105.       object Label5: TLabel
  106.         Left = 120
  107.         Top = 48
  108.         Width = 166
  109.         Height = 37
  110.         Caption = 'TabSheet5'
  111.         Font.Charset = DEFAULT_CHARSET
  112.         Font.Color = clTeal
  113.         Font.Height = -32
  114.         Font.Name = 'MS Sans Serif'
  115.         Font.Style = [fsBold]
  116.         ParentFont = False
  117.       end
  118.     end
  119.     object TabSheet6: TTabSheet
  120.       Caption = 'TabSheet6'
  121.       object Label6: TLabel
  122.         Left = 120
  123.         Top = 48
  124.         Width = 166
  125.         Height = 37
  126.         Caption = 'TabSheet6'
  127.         Font.Charset = DEFAULT_CHARSET
  128.         Font.Color = clTeal
  129.         Font.Height = -32
  130.         Font.Name = 'MS Sans Serif'
  131.         Font.Style = [fsBold]
  132.         ParentFont = False
  133.       end
  134.     end
  135.     object TabSheet7: TTabSheet
  136.       Caption = 'TabSheet7'
  137.       object Label7: TLabel
  138.         Left = 120
  139.         Top = 48
  140.         Width = 166
  141.         Height = 37
  142.         Caption = 'TabSheet7'
  143.         Font.Charset = DEFAULT_CHARSET
  144.         Font.Color = clTeal
  145.         Font.Height = -32
  146.         Font.Name = 'MS Sans Serif'
  147.         Font.Style = [fsBold]
  148.         ParentFont = False
  149.       end
  150.     end
  151.     object TabSheet8: TTabSheet
  152.       Caption = 'TabSheet8'
  153.       object Label8: TLabel
  154.         Left = 120
  155.         Top = 48
  156.         Width = 166
  157.         Height = 37
  158.         Caption = 'TabSheet8'
  159.         Font.Charset = DEFAULT_CHARSET
  160.         Font.Color = clTeal
  161.         Font.Height = -32
  162.         Font.Name = 'MS Sans Serif'
  163.         Font.Style = [fsBold]
  164.         ParentFont = False
  165.       end
  166.     end
  167.     object TabSheet9: TTabSheet
  168.       Caption = 'TabSheet9'
  169.       object Label9: TLabel
  170.         Left = 120
  171.         Top = 48
  172.         Width = 166
  173.         Height = 37
  174.         Caption = 'TabSheet9'
  175.         Font.Charset = DEFAULT_CHARSET
  176.         Font.Color = clTeal
  177.         Font.Height = -32
  178.         Font.Name = 'MS Sans Serif'
  179.         Font.Style = [fsBold]
  180.         ParentFont = False
  181.       end
  182.     end
  183.     object TabSheet10: TTabSheet
  184.       Caption = 'TabSheet10'
  185.       object Label10: TLabel
  186.         Left = 120
  187.         Top = 48
  188.         Width = 183
  189.         Height = 37
  190.         Caption = 'TabSheet10'
  191.         Font.Charset = DEFAULT_CHARSET
  192.         Font.Color = clTeal
  193.         Font.Height = -32
  194.         Font.Name = 'MS Sans Serif'
  195.         Font.Style = [fsBold]
  196.         ParentFont = False
  197.       end
  198.     end
  199.     object TabSheet11: TTabSheet
  200.       Caption = 'TabSheet11'
  201.       object Label11: TLabel
  202.         Left = 120
  203.         Top = 48
  204.         Width = 181
  205.         Height = 37
  206.         Caption = 'TabSheet11'
  207.         Font.Charset = DEFAULT_CHARSET
  208.         Font.Color = clTeal
  209.         Font.Height = -32
  210.         Font.Name = 'MS Sans Serif'
  211.         Font.Style = [fsBold]
  212.         ParentFont = False
  213.       end
  214.     end
  215.     object TabSheet12: TTabSheet
  216.       Caption = 'TabSheet12'
  217.       object Label12: TLabel
  218.         Left = 120
  219.         Top = 48
  220.         Width = 183
  221.         Height = 37
  222.         Caption = 'TabSheet12'
  223.         Font.Charset = DEFAULT_CHARSET
  224.         Font.Color = clTeal
  225.         Font.Height = -32
  226.         Font.Name = 'MS Sans Serif'
  227.         Font.Style = [fsBold]
  228.         ParentFont = False
  229.       end
  230.     end
  231.   end
  232.   object ImageList1: TImageList
  233.     Left = 16
  234.     Top = 168
  235.     Bitmap = {
  236.       3605000001000000424D36050000000000003604000028000000100000001000
  237.       0000010008000000000000010000000000000000000000010000000000000000
  238.       0000000080000080000000808000800000008000800080800000C0C0C0006189
  239.       8D00A5BFC2000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       00000000000000000000000000000000000000000000D2E0E100A4A0A0008080
  269.       80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
  270.       00000000000000000000000000000000000000000000000000000000000000FF
  271.