home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / PALETTE / MAIN.dfm / MAIN.txt
Text File  |  1998-02-16  |  8KB  |  385 lines

  1. object MainForm: TMainForm
  2.   Left = 270
  3.   Top = 192
  4.   Width = 368
  5.   Height = 148
  6.   Caption = 'Paged Palette Demonstration'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Bevel1: TBevel
  15.     Left = 40
  16.     Top = 56
  17.     Width = 50
  18.     Height = 50
  19.   end
  20.   object Label1: TLabel
  21.     Left = 48
  22.     Top = 64
  23.     Width = 33
  24.     Height = 37
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'a'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -32
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object TabSet1: TTabSet
  36.     Left = 0
  37.     Top = 25
  38.     Width = 360
  39.     Height = 21
  40.     Align = alTop
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     Tabs.Strings = (
  47.       'First'
  48.       'Second'
  49.       'Third'
  50.       'Fourth'
  51.       'Fifth')
  52.     TabIndex = 0
  53.     OnClick = TabSet1Click
  54.   end
  55.   object Notebook1: TNotebook
  56.     Left = 0
  57.     Top = 0
  58.     Width = 360
  59.     Height = 25
  60.     Align = alTop
  61.     TabOrder = 1
  62.     object TPage
  63.       Left = 0
  64.       Top = 0
  65.       Caption = 'First'
  66.       object SpeedButton1: TSpeedButton
  67.         Left = 0
  68.         Top = 0
  69.         Width = 25
  70.         Height = 25
  71.         Caption = 'a'
  72.         OnClick = SpeedButton1Click
  73.       end
  74.       object SpeedButton2: TSpeedButton
  75.         Left = 24
  76.         Top = 0
  77.         Width = 25
  78.         Height = 25
  79.         Caption = 'b'
  80.         OnClick = SpeedButton1Click
  81.       end
  82.       object SpeedButton3: TSpeedButton
  83.         Left = 48
  84.         Top = 0
  85.         Width = 25
  86.         Height = 25
  87.         Caption = 'c'
  88.         OnClick = SpeedButton1Click
  89.       end
  90.       object SpeedButton4: TSpeedButton
  91.         Left = 72
  92.         Top = 0
  93.         Width = 25
  94.         Height = 25
  95.         Caption = 'd'
  96.         OnClick = SpeedButton1Click
  97.       end
  98.       object SpeedButton5: TSpeedButton
  99.         Left = 96
  100.         Top = 0
  101.         Width = 25
  102.         Height = 25
  103.         Caption = 'e'
  104.         OnClick = SpeedButton1Click
  105.       end
  106.       object SpeedButton6: TSpeedButton
  107.         Left = 120
  108.         Top = 0
  109.         Width = 25
  110.         Height = 25
  111.         Caption = 'f'
  112.         OnClick = SpeedButton1Click
  113.       end
  114.       object SpeedButton7: TSpeedButton
  115.         Left = 144
  116.         Top = 0
  117.         Width = 25
  118.         Height = 25
  119.         Caption = 'g'
  120.         OnClick = SpeedButton1Click
  121.       end
  122.     end
  123.     object TPage
  124.       Left = 0
  125.       Top = 0
  126.       Caption = 'Second'
  127.       object SpeedButton8: TSpeedButton
  128.         Left = 0
  129.         Top = 0
  130.         Width = 25
  131.         Height = 25
  132.         Caption = 'h'
  133.         OnClick = SpeedButton1Click
  134.       end
  135.       object SpeedButton9: TSpeedButton
  136.         Left = 24
  137.         Top = 0
  138.         Width = 25
  139.         Height = 25
  140.         Caption = 'i'
  141.         OnClick = SpeedButton1Click
  142.       end
  143.       object SpeedButton10: TSpeedButton
  144.         Left = 48
  145.         Top = 0
  146.         Width = 25
  147.         Height = 25
  148.         Caption = 'j'
  149.         OnClick = SpeedButton1Click
  150.       end
  151.       object SpeedButton11: TSpeedButton
  152.         Left = 72
  153.         Top = 0
  154.         Width = 25
  155.         Height = 25
  156.         Caption = 'k'
  157.         OnClick = SpeedButton1Click
  158.       end
  159.       object SpeedButton12: TSpeedButton
  160.         Left = 96
  161.         Top = 0
  162.         Width = 25
  163.         Height = 25
  164.         Caption = 'l'
  165.         OnClick = SpeedButton1Click
  166.       end
  167.       object SpeedButton13: TSpeedButton
  168.         Left = 120
  169.         Top = 0
  170.         Width = 25
  171.         Height = 25
  172.         Caption = 'm'
  173.         OnClick = SpeedButton1Click
  174.       end
  175.       object SpeedButton14: TSpeedButton
  176.         Left = 144
  177.         Top = 0
  178.         Width = 25
  179.         Height = 25
  180.         Caption = 'n'
  181.         OnClick = SpeedButton1Click
  182.       end
  183.       object SpeedButton15: TSpeedButton
  184.         Left = 168
  185.         Top = 0
  186.         Width = 25
  187.         Height = 25
  188.         Caption = 'o'
  189.         OnClick = SpeedButton1Click
  190.       end
  191.       object SpeedButton16: TSpeedButton
  192.         Left = 192
  193.         Top = 0
  194.         Width = 25
  195.         Height = 25
  196.         Caption = 'p'
  197.         OnClick = SpeedButton1Click
  198.       end
  199.     end
  200.     object TPage
  201.       Left = 0
  202.       Top = 0
  203.       Caption = 'Third'
  204.       object SpeedButton17: TSpeedButton
  205.         Left = 0
  206.         Top = 0
  207.         Width = 25
  208.         Height = 25
  209.         Caption = 'q'
  210.         OnClick = SpeedButton1Click
  211.       end
  212.       object SpeedButton18: TSpeedButton
  213.         Left = 24
  214.         Top = 0
  215.         Width = 25
  216.         Height = 25
  217.         Caption = 'r'
  218.         OnClick = SpeedButton1Click
  219.       end
  220.       object SpeedButton19: TSpeedButton
  221.         Left = 48
  222.         Top = 0
  223.         Width = 25
  224.         Height = 25
  225.         Caption = 's'
  226.         OnClick = SpeedButton1Click
  227.       end
  228.       object SpeedButton20: TSpeedButton
  229.         Left = 72
  230.         Top = 0
  231.         Width = 25
  232.         Height = 25
  233.         Caption = 't'
  234.         OnClick = SpeedButton1Click
  235.       end
  236.       object SpeedButton21: TSpeedButton
  237.         Left = 96
  238.         Top = 0
  239.         Width = 25
  240.         Height = 25
  241.         Caption = 'u'
  242.         OnClick = SpeedButton1Click
  243.       end
  244.       object SpeedButton22: TSpeedButton
  245.         Left = 120
  246.         Top = 0
  247.         Width = 25
  248.         Height = 25
  249.         Caption = 'v'
  250.         OnClick = SpeedButton1Click
  251.       end
  252.     end
  253.     object TPage
  254.       Left = 0
  255.       Top = 0
  256.       Caption = 'Fourth'
  257.       object SpeedButton23: TSpeedButton
  258.         Left = 0
  259.         Top = 0
  260.         Width = 25
  261.         Height = 25
  262.         Caption = 'w'
  263.         OnClick = SpeedButton1Click
  264.       end
  265.       object SpeedButton24: TSpeedButton
  266.         Left = 24
  267.         Top = 0
  268.         Width = 25
  269.         Height = 25
  270.         Caption = 'x'
  271.         OnClick = SpeedButton1Click
  272.       end
  273.       object SpeedButton25: TSpeedButton
  274.         Left = 48
  275.         Top = 0
  276.         Width = 25
  277.         Height = 25
  278.         Caption = 'y'
  279.         OnClick = SpeedButton1Click
  280.       end
  281.       object SpeedButton26: TSpeedButton
  282.         Left = 72
  283.         Top = 0
  284.         Width = 25
  285.         Height = 25
  286.         Caption = 'z'
  287.         OnClick = SpeedButton1Click
  288.       end
  289.     end
  290.     object TPage
  291.       Left = 0
  292.       Top = 0
  293.       Caption = 'Fifth'
  294.       object SpeedButton27: TSpeedButton
  295.         Left = 0
  296.         Top = 0
  297.         Width = 25
  298.         Height = 25
  299.         Caption = '1'
  300.         OnClick = SpeedButton1Click
  301.       end
  302.       object SpeedButton28: TSpeedButton
  303.         Left = 24
  304.         Top = 0
  305.         Width = 25
  306.         Height = 25
  307.         Caption = '2'
  308.         OnClick = SpeedButton1Click
  309.       end
  310.       object SpeedButton29: TSpeedButton
  311.         Left = 48
  312.         Top = 0
  313.         Width = 25
  314.         Height = 25
  315.         Caption = '3'
  316.         OnClick = SpeedButton1Click
  317.       end
  318.       object SpeedButton30: TSpeedButton
  319.         Left = 72
  320.         Top = 0
  321.         Width = 25
  322.         Height = 25
  323.         Caption = '4'
  324.         OnClick = SpeedButton1Click
  325.       end
  326.       object SpeedButton31: TSpeedButton
  327.         Left = 96
  328.         Top = 0
  329.         Width = 25
  330.         Height = 25
  331.         Caption = '5'
  332.         OnClick = SpeedButton1Click
  333.       end
  334.       object SpeedButton32: TSpeedButton
  335.         Left = 120
  336.         Top = 0
  337.         Width = 25
  338.         Height = 25
  339.         Caption = '6'
  340.         OnClick = SpeedButton1Click
  341.       end
  342.       object SpeedButton33: TSpeedButton
  343.         Left = 144
  344.         Top = 0
  345.         Width = 25
  346.         Height = 25
  347.         Caption = '7'
  348.         OnClick = SpeedButton1Click
  349.       end
  350.       object SpeedButton34: TSpeedButton
  351.         Left = 168
  352.         Top = 0
  353.         Width = 25
  354.         Height = 25
  355.         Caption = '8'
  356.         OnClick = SpeedButton1Click
  357.       end
  358.       object SpeedButton35: TSpeedButton
  359.         Left = 192
  360.         Top = 0
  361.         Width = 25
  362.         Height = 25
  363.         Caption = '9'
  364.         OnClick = SpeedButton1Click
  365.       end
  366.       object SpeedButton36: TSpeedButton
  367.         Left = 216
  368.         Top = 0
  369.         Width = 25
  370.         Height = 25
  371.         Caption = '0'
  372.         OnClick = SpeedButton1Click
  373.       end
  374.     end
  375.   end
  376.   object BitBtn1: TBitBtn
  377.     Left = 248
  378.     Top = 72
  379.