home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / megapanl.exe / 32BIT.ZIP / MEGAPROP.DFM / MEGAPROP.txt
Encoding:
Text File  |  1996-05-05  |  9.6 KB  |  347 lines

  1. object MegaPropForm: TMegaPropForm
  2.   Left = 315
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'MegaPropForm'
  7.   ClientHeight = 232
  8.   ClientWidth = 285
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Pages: TNotebook
  17.     Left = 0
  18.     Top = 0
  19.     Width = 285
  20.     Height = 232
  21.     Align = alClient
  22.     PageIndex = 1
  23.     TabOrder = 0
  24.     object TPage
  25.       Left = 0
  26.       Top = 0
  27.       Caption = 'Hint Editor'
  28.       object Panel3: TPanel
  29.         Left = 0
  30.         Top = 0
  31.         Width = 285
  32.         Height = 166
  33.         Align = alClient
  34.         BevelOuter = bvNone
  35.         BorderWidth = 2
  36.         TabOrder = 0
  37.         object Label1: TLabel
  38.           Left = 2
  39.           Top = 2
  40.           Width = 281
  41.           Height = 15
  42.           Align = alTop
  43.           Caption = 'Tool Tip / Flyover Hint / MegaPanel Caption'
  44.           Font.Color = clBlack
  45.           Font.Height = -11
  46.           Font.Name = 'MS Sans Serif'
  47.           Font.Style = []
  48.           ParentFont = False
  49.         end
  50.         object Label2: TLabel
  51.           Left = 2
  52.           Top = 89
  53.           Width = 281
  54.           Height = 15
  55.           Align = alBottom
  56.           Caption = 'Status Hint / MegaPanel Label'
  57.           Font.Color = clBlack
  58.           Font.Height = -11
  59.           Font.Name = 'MS Sans Serif'
  60.           Font.Style = []
  61.           ParentFont = False
  62.         end
  63.         object FlyoverHint: TMemo
  64.           Left = 2
  65.           Top = 17
  66.           Width = 281
  67.           Height = 60
  68.           Align = alTop
  69.           Color = clWhite
  70.           Font.Color = clBlack
  71.           Font.Height = -11
  72.           Font.Name = 'MS Sans Serif'
  73.           Font.Style = []
  74.           MaxLength = 255
  75.           ParentFont = False
  76.           ParentShowHint = False
  77.           ShowHint = True
  78.           TabOrder = 0
  79.           WordWrap = False
  80.           OnChange = FlyoverHintChange
  81.         end
  82.         object StatusHint: TMemo
  83.           Left = 2
  84.           Top = 104
  85.           Width = 281
  86.           Height = 60
  87.           Align = alBottom
  88.           Color = clWhite
  89.           Font.Color = clBlack
  90.           Font.Height = -11
  91.           Font.Name = 'MS Sans Serif'
  92.           Font.Style = []
  93.           MaxLength = 255
  94.           ParentFont = False
  95.           ParentShowHint = False
  96.           ShowHint = False
  97.           TabOrder = 1
  98.           WordWrap = False
  99.           OnChange = StatusHintChange
  100.         end
  101.       end
  102.       object StatusPanel: TPanel
  103.         Left = 0
  104.         Top = 207
  105.         Width = 285
  106.         Height = 25
  107.         Align = alBottom
  108.         BevelInner = bvLowered
  109.         BevelOuter = bvNone
  110.         BorderWidth = 2
  111.         Font.Color = clBlack
  112.         Font.Height = -11
  113.         Font.Name = 'MS Sans Serif'
  114.         Font.Style = []
  115.         ParentFont = False
  116.         TabOrder = 1
  117.       end
  118.       object Panel4: TPanel
  119.         Left = 0
  120.         Top = 166
  121.         Width = 285
  122.         Height = 41
  123.         Align = alBottom
  124.         BevelOuter = bvNone
  125.         BorderWidth = 2
  126.         TabOrder = 2
  127.         object Copy0: TBitBtn
  128.           Left = 18
  129.           Top = 8
  130.           Width = 73
  131.           Height = 25
  132.           Caption = 'Copy'
  133.           Font.Color = clBlack
  134.           Font.Height = -11
  135.           Font.Name = 'MS Sans Serif'
  136.           Font.Style = []
  137.           ParentFont = False
  138.           TabOrder = 0
  139.           OnClick = Copy0Click
  140.           Glyph.Data = {
  141.             76010000424D7601000000000000760000002800000020000000100000000100
  142.             04000000000000010000130B0000130B00000000000000000000000000000000
  143.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  144.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  145.             FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  146.             FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  147.             007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  148.             7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  149.             99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  150.             99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  151.             99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  152.             93337FFFF7737777733300000033333333337777773333333333}
  153.           NumGlyphs = 2
  154.         end
  155.         object OK0: TBitBtn
  156.           Left = 106
  157.           Top = 8
  158.           Width = 73
  159.           Height = 25
  160.           Font.Color = clBlack
  161.           Font.Height = -11
  162.           Font.Name = 'MS Sans Serif'
  163.           Font.Style = []
  164.           ParentFont = False
  165.           TabOrder = 1
  166.           Kind = bkOK
  167.           Spacing = 2
  168.         end
  169.         object Cancel0: TBitBtn
  170.           Left = 194
  171.           Top = 8
  172.           Width = 73
  173.           Height = 25
  174.           Font.Color = clBlack
  175.           Font.Height = -11
  176.           Font.Name = 'MS Sans Serif'
  177.           Font.Style = []
  178.           ParentFont = False
  179.           TabOrder = 2
  180.           Kind = bkCancel
  181.           Spacing = 0
  182.         end
  183.       end
  184.     end
  185.     object TPage
  186.       Left = 0
  187.       Top = 0
  188.       Caption = 'Class Fixup Editor'
  189.       object Panel1: TPanel
  190.         Left = 0
  191.         Top = 0
  192.         Width = 285
  193.         Height = 191
  194.         Align = alClient
  195.         BevelInner = bvLowered
  196.         BevelOuter = bvNone
  197.         BorderWidth = 2
  198.         TabOrder = 0
  199.         object Header: THeader
  200.           Left = 3
  201.           Top = 3
  202.           Width = 279
  203.           Height = 19
  204.           Align = alTop
  205.           AllowResize = False
  206.           BorderStyle = bsNone
  207.           Font.Color = clBlack
  208.           Font.Height = -11
  209.           Font.Name = 'MS Sans Serif'
  210.           Font.Style = [fsBold]
  211.           ParentFont = False
  212.           Sections.Sections = (
  213.             #0'110'#0'Class Name'
  214.             #0'50'#0'Enter'
  215.             #0'50'#0'Arrow'
  216.             #0'50'#0'Shadow'
  217.             #0'13'#0' ')
  218.           TabOrder = 0
  219.         end
  220.         object Grid: TStringGrid
  221.           Left = 3
  222.           Top = 22
  223.           Width = 279
  224.           Height = 166
  225.           Align = alClient
  226.           BorderStyle = bsNone
  227.           ColCount = 4
  228.           DefaultRowHeight = 19
  229.           FixedCols = 0
  230.           FixedRows = 0
  231.           Font.Color = clBlack
  232.           Font.Height = -11
  233.           Font.Name = 'MS Sans Serif'
  234.           Font.Style = []
  235.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goTabs, goThumbTracking]
  236.           ParentFont = False
  237.           RowCount = 1
  238.           TabOrder = 1
  239.           OnDrawCell = GridDrawCell
  240.           OnKeyDown = GridKeyUpDown
  241.           OnKeyPress = GridKeyPress
  242.           OnKeyUp = GridKeyUpDown
  243.           OnMouseDown = GridMouseDown
  244.         end
  245.       end
  246.       object Panel2: TPanel
  247.         Left = 0
  248.         Top = 191
  249.         Width = 285
  250.         Height = 41
  251.         Align = alBottom
  252.         BevelOuter = bvNone
  253.         BorderWidth = 2
  254.         TabOrder = 1
  255.         object OK1: TBitBtn
  256.           Left = 143
  257.           Top = 8
  258.           Width = 64
  259.           Height = 25
  260.           Font.Color = clBlack
  261.           Font.Height = -11
  262.           Font.Name = 'MS Sans Serif'
  263.           Font.Style = []
  264.           ParentFont = False
  265.           TabOrder = 3
  266.           Kind = bkOK
  267.           Spacing = 2
  268.         end
  269.         object Cancel1: TBitBtn
  270.           Left = 215
  271.           Top = 8
  272.           Width = 64
  273.           Height = 25
  274.           Font.Color = clBlack
  275.           Font.Height = -11
  276.           Font.Name = 'MS Sans Serif'
  277.           Font.Style = []
  278.           ParentFont = False
  279.           TabOrder = 4
  280.           Kind = bkCancel
  281.           Margin = 2
  282.           Spacing = 0
  283.         end
  284.         object Get1: TBitBtn
  285.           Left = 71
  286.           Top = 8
  287.           Width = 64
  288.           Height = 25
  289.           Caption = 'Get'
  290.           Font.Color = clBlack
  291.           Font.Height = -11
  292.           Font.Name = 'MS Sans Serif'
  293.           Font.Style = []
  294.           ParentFont = False
  295.           TabOrder = 2
  296.           OnClick = GatherClick
  297.           Glyph.Data = {
  298.             76010000424D7601000000000000760000002800000020000000100000000100
  299.             04000000000000010000130B0000130B00000000000000000000000000000000
  300.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  301.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  302.             333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  303.             0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  304.             07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  305.             07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  306.             0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  307.             33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  308.             B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  309.             3BB33773333773333773B333333B3333333B7333333733333337}
  310.           NumGlyphs = 2
  311.         end
  312.         object Add1: TBitBtn
  313.           Left = 7
  314.           Top = 8
  315.           Width = 24
  316.           Height = 25
  317.           Caption = '+'
  318.           Font.Color = clBlack
  319.           Font.Height = -19
  320.           Font.Name = 'MS Sans Serif'
  321.           Font.Style = []
  322.           ParentFont = False
  323.           TabOrder = 0
  324.           OnClick = Add1Click
  325.           NumGlyphs = 2
  326.           Spacing = 2
  327.         end
  328.         object Remove1: TBitBtn
  329.           Left = 39
  330.           Top = 8
  331.           Width = 24
  332.           Height = 25
  333.           Caption = '--'
  334.           Font.Color = clBlack
  335.           Font.Height = -19
  336.           Font.Name = 'MS Sans Serif'
  337.           Font.Style = []
  338.           ParentFont = False
  339.           TabOrder = 1
  340.           OnClick = Remove1Click
  341.           NumGlyphs = 2
  342.         end
  343.       end
  344.     end
  345.   end
  346. end
  347.