home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 December / PCShareware-12-97.iso.bin / inet / huey / _setup.1 / Huey.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  1997-10-06  |  11KB  |  500 lines

  1. object frmMain: TfrmMain
  2.   Left = 593
  3.   Top = 416
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Huey v.1.2'
  7.   ClientHeight = 357
  8.   ClientWidth = 487
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Menu = MainMenu1
  17.   PopupMenu = PopupMenu1
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GroupBox2: TGroupBox
  23.     Left = 10
  24.     Top = 265
  25.     Width = 470
  26.     Height = 63
  27.     Caption = 'Colour Schemes'
  28.     TabOrder = 1
  29.     object ComboBox1: TComboBox
  30.       Left = 20
  31.       Top = 26
  32.       Width = 240
  33.       Height = 21
  34.       Style = csDropDownList
  35.       ItemHeight = 13
  36.       Sorted = True
  37.       TabOrder = 0
  38.       OnChange = ComboBox1Change
  39.     end
  40.     object btnSaveAs: TButton
  41.       Left = 270
  42.       Top = 22
  43.       Width = 85
  44.       Height = 25
  45.       Caption = 'Sa&ve As...'
  46.       TabOrder = 1
  47.       OnClick = btnSaveAsClick
  48.       OnMouseMove = btnSaveAsMouseMove
  49.     end
  50.     object btnDelete: TButton
  51.       Left = 365
  52.       Top = 22
  53.       Width = 85
  54.       Height = 25
  55.       Caption = '&Delete'
  56.       TabOrder = 2
  57.       OnClick = btnDeleteClick
  58.       OnMouseMove = btnDeleteMouseMove
  59.     end
  60.   end
  61.   object StatusBar1: TStatusBar
  62.     Left = 0
  63.     Top = 338
  64.     Width = 487
  65.     Height = 19
  66.     Panels = <
  67.       item
  68.         Width = 363
  69.       end
  70.       item
  71.         Width = 50
  72.       end>
  73.     SimplePanel = False
  74.     SizeGrip = False
  75.   end
  76.   object TabControl1: TTabControl
  77.     Left = 10
  78.     Top = 5
  79.     Width = 470
  80.     Height = 251
  81.     TabIndex = 0
  82.     TabOrder = 0
  83.     Tabs.Strings = (
  84.       'Background'
  85.       'Foreground'
  86.       'Hyperlink'
  87.       'Visited Link'
  88.       'Active Link')
  89.     OnChange = TabControl1Change
  90.     object Label3: TLabel
  91.       Left = 59
  92.       Top = 110
  93.       Width = 7
  94.       Height = 13
  95.       Caption = '&B'
  96.     end
  97.     object Label2: TLabel
  98.       Left = 59
  99.       Top = 80
  100.       Width = 8
  101.       Height = 13
  102.       Caption = '&G'
  103.     end
  104.     object Label1: TLabel
  105.       Left = 59
  106.       Top = 50
  107.       Width = 8
  108.       Height = 13
  109.       Caption = '&R'
  110.     end
  111.     object EditR: TEdit
  112.       Left = 20
  113.       Top = 45
  114.       Width = 30
  115.       Height = 21
  116.       MaxLength = 3
  117.       ParentShowHint = False
  118.       ShowHint = False
  119.       TabOrder = 0
  120.       Text = '192'
  121.       OnChange = EditRChange
  122.       OnExit = EditRExit
  123.       OnKeyDown = EditRKeyDown
  124.       OnKeyPress = EditRKeyPress
  125.     end
  126.     object EditG: TEdit
  127.       Left = 20
  128.       Top = 75
  129.       Width = 30
  130.       Height = 21
  131.       MaxLength = 3
  132.       ParentShowHint = False
  133.       ShowHint = False
  134.       TabOrder = 1
  135.       Text = '192'
  136.       OnChange = EditGChange
  137.       OnExit = EditGExit
  138.       OnKeyDown = EditGKeyDown
  139.       OnKeyPress = EditGKeyPress
  140.     end
  141.     object EditB: TEdit
  142.       Left = 20
  143.       Top = 105
  144.       Width = 30
  145.       Height = 21
  146.       MaxLength = 3
  147.       ParentShowHint = False
  148.       ShowHint = False
  149.       TabOrder = 2
  150.       Text = '192'
  151.       OnChange = EditBChange
  152.       OnExit = EditBExit
  153.       OnKeyDown = EditBKeyDown
  154.       OnKeyPress = EditBKeyPress
  155.     end
  156.     object Panel1: TPanel
  157.       Left = 20
  158.       Top = 145
  159.       Width = 325
  160.       Height = 85
  161.       BevelOuter = bvLowered
  162.       PopupMenu = PopupMenu1
  163.       TabOrder = 11
  164.       OnClick = Panel1Click
  165.       OnDblClick = Panel1DblClick
  166.       object LabelForeground: TLabel
  167.         Left = 70
  168.         Top = 20
  169.         Width = 128
  170.         Height = 19
  171.         Caption = 'Foreground Text'
  172.         Font.Charset = DEFAULT_CHARSET
  173.         Font.Color = clWindowText
  174.         Font.Height = -16
  175.         Font.Name = 'Arial'
  176.         Font.Style = [fsBold]
  177.         ParentFont = False
  178.         PopupMenu = PopupMenu1
  179.         Transparent = True
  180.         OnClick = LabelForegroundClick
  181.         OnDblClick = LabelForegroundDblClick
  182.       end
  183.       object LabelHyperlink: TLabel
  184.         Left = 70
  185.         Top = 45
  186.         Width = 59
  187.         Height = 17
  188.         Caption = 'Hyperlink'
  189.         Font.Charset = ANSI_CHARSET
  190.         Font.Color = clWindowText
  191.         Font.Height = -15
  192.         Font.Name = 'Arial'
  193.         Font.Style = [fsUnderline]
  194.         ParentFont = False
  195.         PopupMenu = PopupMenu1
  196.         Transparent = True
  197.         OnClick = LabelHyperlinkClick
  198.         OnDblClick = LabelHyperlinkDblClick
  199.       end
  200.       object LabelActive: TLabel
  201.         Left = 232
  202.         Top = 45
  203.         Width = 69
  204.         Height = 17
  205.         Caption = 'Active Link'
  206.         Font.Charset = ANSI_CHARSET
  207.         Font.Color = clWindowText
  208.         Font.Height = -15
  209.         Font.Name = 'Arial'
  210.         Font.Style = [fsUnderline]
  211.         ParentFont = False
  212.         PopupMenu = PopupMenu1
  213.         Transparent = True
  214.         OnClick = LabelActiveClick
  215.         OnDblClick = LabelActiveDblClick
  216.       end
  217.       object LabelVisited: TLabel
  218.         Left = 144
  219.         Top = 45
  220.         Width = 73
  221.         Height = 17
  222.         Caption = 'Visited Link'
  223.         Font.Charset = ANSI_CHARSET
  224.         Font.Color = clWindowText
  225.         Font.Height = -15
  226.         Font.Name = 'Arial'
  227.         Font.Style = [fsUnderline]
  228.         ParentFont = False
  229.         PopupMenu = PopupMenu1
  230.         Transparent = True
  231.         OnClick = LabelVisitedClick
  232.         OnDblClick = LabelVisitedDblClick
  233.       end
  234.     end
  235.     object ScrollBarB: TScrollBar
  236.       Left = 76
  237.       Top = 105
  238.       Width = 269
  239.       Height = 20
  240.       LargeChange = 10
  241.       Max = 255
  242.       Position = 192
  243.       TabOrder = 8
  244.       TabStop = False
  245.       OnChange = ScrollBarBChange
  246.       OnScroll = ScrollBarBScroll
  247.     end
  248.     object ScrollBarG: TScrollBar
  249.       Left = 76
  250.       Top = 75
  251.       Width = 269
  252.       Height = 20
  253.       LargeChange = 10
  254.       Max = 255
  255.       Position = 192
  256.       TabOrder = 9
  257.       TabStop = False
  258.       OnChange = ScrollBarGChange
  259.       OnScroll = ScrollBarGScroll
  260.     end
  261.     object ScrollBarR: TScrollBar
  262.       Left = 76
  263.       Top = 45
  264.       Width = 269
  265.       Height = 20
  266.       LargeChange = 10
  267.       Max = 255
  268.       Position = 192
  269.       TabOrder = 10
  270.       TabStop = False
  271.       OnChange = ScrollBarRChange
  272.       OnScroll = ScrollBarRScroll
  273.     end
  274.     object btnPicker: TButton
  275.       Left = 365
  276.       Top = 45
  277.       Width = 85
  278.       Height = 25
  279.       Caption = '&Picker...'
  280.       TabOrder = 4
  281.       OnClick = btnPickerClick
  282.       OnMouseMove = btnPickerMouseMove
  283.     end
  284.     object btnSafe: TButton
  285.       Left = 365
  286.       Top = 80
  287.       Width = 85
  288.       Height = 25
  289.       Caption = '&Safe Palette'
  290.       TabOrder = 5
  291.       OnClick = btnSafeClick
  292.       OnMouseMove = btnSafeMouseMove
  293.     end
  294.     object CheckSnap: TCheckBox
  295.       Left = 365
  296.       Top = 145
  297.       Width = 67
  298.       Height = 17
  299.       Caption = '&Autosafe'
  300.       TabOrder = 6
  301.       OnClick = CheckSnapClick
  302.       OnMouseMove = CheckSnapMouseMove
  303.     end
  304.     object EditT: TEdit
  305.       Left = 20
  306.       Top = 145
  307.       Width = 51
  308.       Height = 21
  309.       CharCase = ecUpperCase
  310.       MaxLength = 6
  311.       ParentShowHint = False
  312.       ShowHint = False
  313.       TabOrder = 3
  314.       Text = 'C0C0C0'
  315.       OnChange = EditTChange
  316.       OnExit = EditTExit
  317.       OnKeyDown = EditTKeyDown
  318.       OnKeyPress = EditTKeyPress
  319.     end
  320.     object btnExit: TButton
  321.       Left = 365
  322.       Top = 205
  323.       Width = 85
  324.       Height = 25
  325.       Caption = 'E&xit'
  326.       TabOrder = 7
  327.       OnClick = btnExitClick
  328.       OnMouseMove = btnExitMouseMove
  329.     end
  330.   end
  331.   object ColorDialog1: TColorDialog
  332.     Ctl3D = True
  333.     Options = [cdFullOpen]
  334.     Left = 535
  335.     Top = 49
  336.   end
  337.   object MainMenu1: TMainMenu
  338.     Left = 536
  339.     Top = 105
  340.     object File1: TMenuItem
  341.       Caption = '&File'
  342.       object SaveColourAs1: TMenuItem
  343.         Caption = 'Sa&ve Scheme As...'
  344.         ShortCut = 16467
  345.         OnClick = SaveColourAs1Click
  346.       end
  347.       object N1: TMenuItem
  348.         Caption = '-'
  349.       end
  350.       object Exit1: TMenuItem
  351.         Caption = 'E&xit'
  352.         OnClick = Exit1Click
  353.       end
  354.     end
  355.     object Edit1: TMenuItem
  356.       Caption = '&Edit'
  357.       object Background1: TMenuItem
  358.         Caption = '&Background'
  359.         RadioItem = True
  360.         ShortCut = 112
  361.         OnClick = Background1Click
  362.       end
  363.       object Foreground1: TMenuItem
  364.         Caption = '&Foreground'
  365.         RadioItem = True
  366.         ShortCut = 113
  367.         OnClick = Foreground1Click
  368.       end
  369.       object Hyperlink1: TMenuItem
  370.         Caption = '&Hyperlink'
  371.         RadioItem = True
  372.         ShortCut = 114
  373.         OnClick = Hyperlink1Click
  374.       end
  375.       object VisitedLink1: TMenuItem
  376.         Caption = 'Visited Link'
  377.         RadioItem = True
  378.         ShortCut = 115
  379.         OnClick = VisitedLink1Click
  380.       end
  381.       object ActiveLink1: TMenuItem
  382.         Caption = '&Active Link'
  383.         RadioItem = True
  384.         ShortCut = 116
  385.         OnClick = ActiveLink1Click
  386.       end
  387.       object N2: TMenuItem
  388.         Caption = '-'
  389.       end
  390.       object SafePalette1: TMenuItem
  391.         Caption = '&Safe Palette'
  392.         OnClick = SafePalette1Click
  393.       end
  394.       object Autosafe1: TMenuItem
  395.         Caption = '&Autosafe'
  396.         OnClick = Autosafe1Click
  397.       end
  398.     end
  399.     object View1: TMenuItem
  400.       Caption = '&View'
  401.       object WindowsColorPicker1: TMenuItem
  402.         Caption = 'Color &Picker...'
  403.         OnClick = WindowsColorPicker1Click
  404.       end
  405.     end
  406.     object Help1: TMenuItem
  407.       Caption = '&Help'
  408.       object AboutHuey1: TMenuItem
  409.         Caption = '&About Huey'
  410.         OnClick = AboutHuey1Click
  411.       end
  412.     end
  413.   end
  414.   object Timer1: TTimer
  415.     Enabled = False
  416.     Interval = 2000
  417.     OnTimer = Timer1Timer
  418.     Left = 535
  419.     Top = 167
  420.   end
  421.   object PopupMenu1: TPopupMenu
  422.     Left = 534
  423.     Top = 229
  424.     object Black1: TMenuItem
  425.       Caption = 'Black'
  426.       OnClick = Black1Click
  427.     end
  428.     object White1: TMenuItem
  429.       Caption = 'White'
  430.       OnClick = White1Click
  431.     end
  432.     object N3: TMenuItem
  433.       Caption = '-'
  434.     end
  435.     object Green1: TMenuItem
  436.       Caption = 'Green'
  437.       OnClick = Green1Click
  438.     end
  439.     object Maroon1: TMenuItem
  440.       Caption = 'Maroon'
  441.       OnClick = Maroon1Click
  442.     end
  443.     object Olive1: TMenuItem
  444.       Caption = 'Olive'
  445.       OnClick = Olive1Click
  446.     end
  447.     object Navy1: TMenuItem
  448.       Caption = 'Navy'
  449.       OnClick = Navy1Click
  450.     end
  451.     object Purple1: TMenuItem
  452.       Caption = 'Purple'
  453.       OnClick = Purple1Click
  454.     end
  455.     object Gray1: TMenuItem
  456.       Caption = 'Gray'
  457.       OnClick = Gray1Click
  458.     end
  459.     object Yellow1: TMenuItem
  460.       Caption = 'Yellow'
  461.       OnClick = Yellow1Click
  462.     end
  463.     object Lime1: TMenuItem
  464.       Caption = 'Lime'
  465.       OnClick = Lime1Click
  466.     end
  467.     object Aqua1: TMenuItem
  468.       Caption = 'Aqua'
  469.       OnClick = Aqua1Click
  470.     end
  471.     object Fuchsia1: TMenuItem
  472.       Caption = 'Fuchsia'
  473.       OnClick = Fuchsia1Click
  474.     end
  475.     object Silver1: TMenuItem
  476.       Caption = 'Silver'
  477.       OnClick = Silver1Click
  478.     end
  479.     object Red1: TMenuItem
  480.       Caption = 'Red'
  481.       OnClick = Red1Click
  482.     end
  483.     object Blue1: TMenuItem
  484.       Caption = 'Blue'
  485.       OnClick = Blue1Click
  486.     end
  487.     object Teal1: TMenuItem
  488.       Caption = 'Teal'
  489.       OnClick = Teal1Click
  490.     end
  491.     object N4: TMenuItem
  492.       Caption = '-'
  493.     end
  494.     object Custom1: TMenuItem
  495.       Caption = 'Custom...'
  496.       OnClick = Custom1Click
  497.     end
  498.   end
  499. end
  500.