home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / utils / watznew / setup.exe / 0 / RCDATA / TCHANNELAPPEARANCEWINDOW / TCHANNELAPPEARANCEWINDOW.txt < prev   
Encoding:
Text File  |  2002-05-01  |  14.7 KB  |  613 lines

  1. object ChannelAppearanceWindow: TChannelAppearanceWindow
  2.   Left = 400
  3.   Top = 256
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WatzNew Scheme Editor'
  7.   ClientHeight = 433
  8.   ClientWidth = 418
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object MainTabControl: TXPTabControl
  25.     Left = 8
  26.     Top = 8
  27.     Width = 401
  28.     Height = 385
  29.     TabOrder = 4
  30.     Tabs.Strings = (
  31.       'General Properties'
  32.       'Folder Properties'
  33.       'Channel Properties')
  34.     TabIndex = 0
  35.     OnChange = MainTabControlChange
  36.     OnChanging = MainTabControlChanging
  37.     object GeneralPropertiesPanel: TXPFlatPanel
  38.       Left = 8
  39.       Top = 32
  40.       Width = 385
  41.       Height = 345
  42.       Color = 14472141
  43.       TabOrder = 3
  44.       object Label2: TLabel
  45.         Left = 8
  46.         Top = 8
  47.         Width = 109
  48.         Height = 13
  49.         Caption = 'Friendly Scheme &Name'
  50.         FocusControl = SchemeNameField
  51.         Transparent = True
  52.       end
  53.       object Label3: TLabel
  54.         Left = 8
  55.         Top = 128
  56.         Width = 47
  57.         Height = 13
  58.         Caption = 'File Name'
  59.         Transparent = True
  60.       end
  61.       object SchemeNameField: TEdit
  62.         Left = 8
  63.         Top = 24
  64.         Width = 369
  65.         Height = 21
  66.         TabOrder = 0
  67.         OnChange = SetSchemeChanged
  68.       end
  69.       object SaveAsButton: TButton
  70.         Left = 280
  71.         Top = 184
  72.         Width = 97
  73.         Height = 25
  74.         Caption = '&Save As...'
  75.         TabOrder = 1
  76.         OnClick = SaveAsButtonClick
  77.       end
  78.       object RevertToSavedButton: TButton
  79.         Left = 8
  80.         Top = 184
  81.         Width = 249
  82.         Height = 25
  83.         Caption = '&Revert To Last Saved'
  84.         TabOrder = 2
  85.         OnClick = RevertToSavedButtonClick
  86.       end
  87.       object FileNameField: TGrEdit
  88.         Left = 8
  89.         Top = 144
  90.         Width = 369
  91.         Height = 21
  92.         Color = clBtnFace
  93.         Enabled = False
  94.         TabOrder = 3
  95.       end
  96.       object ResetToDefaultsButton: TButton
  97.         Left = 8
  98.         Top = 64
  99.         Width = 249
  100.         Height = 25
  101.         Caption = 'Set &Default Scheme'
  102.         TabOrder = 4
  103.         OnClick = ResetToDefaultsButtonClick
  104.       end
  105.     end
  106.     object SubTabControl: TXPTabControl
  107.       Left = 8
  108.       Top = 32
  109.       Width = 385
  110.       Height = 345
  111.       BiDiMode = bdLeftToRight
  112.       MultiLine = True
  113.       ParentBiDiMode = False
  114.       TabOrder = 2
  115.       Tabs.Strings = (
  116.         'General'
  117.         'Icon'
  118.         'Title'
  119.         'Message'
  120.         'Date / Time')
  121.       TabIndex = 0
  122.       OnChange = MainTabControlChange
  123.       OnChanging = MainTabControlChanging
  124.     end
  125.     object ChannelPropertiesPanel: TXPFlatPanel
  126.       Left = 16
  127.       Top = 88
  128.       Width = 369
  129.       Height = 281
  130.       Color = 12175554
  131.       TabOrder = 0
  132.       object ColorsGroupBox: TXPGroupBox
  133.         Left = 0
  134.         Top = 96
  135.         Width = 369
  136.         Height = 105
  137.         Caption = 'Colors'
  138.         TabOrder = 1
  139.         object ColorsCommonInfoLabel: TLabel
  140.           Left = 16
  141.           Top = 18
  142.           Width = 337
  143.           Height = 25
  144.           AutoSize = False
  145.           Caption = 
  146.             'Colors are presented in pairs (text + link colors). These colors' +
  147.             ' are common for all channel types.'
  148.           Transparent = True
  149.           WordWrap = True
  150.         end
  151.       end
  152.       object PositionGroupBox: TXPGroupBox
  153.         Left = 0
  154.         Top = 8
  155.         Width = 369
  156.         Height = 73
  157.         Caption = 'Position'
  158.         TabOrder = 0
  159.         object Label20: TLabel
  160.           Left = 16
  161.           Top = 20
  162.           Width = 19
  163.           Height = 13
  164.           Caption = '&Top'
  165.           FocusControl = YField
  166.           Transparent = True
  167.         end
  168.         object Label21: TLabel
  169.           Left = 96
  170.           Top = 20
  171.           Width = 18
  172.           Height = 13
  173.           Caption = '&Left'
  174.           FocusControl = XField
  175.           Transparent = True
  176.         end
  177.         object YField: TFnpNumericEdit
  178.           Left = 16
  179.           Top = 36
  180.           Width = 57
  181.           Height = 21
  182.           MaxLength = 3
  183.           TabOrder = 0
  184.           OnChange = SetSchemeChanged
  185.           Decimals = 0
  186.           MaxValue = 999
  187.           MinValue = -999
  188.           AllowOutOfBounds = False
  189.         end
  190.         object XField: TFnpNumericEdit
  191.           Left = 96
  192.           Top = 36
  193.           Width = 57
  194.           Height = 21
  195.           MaxLength = 3
  196.           TabOrder = 1
  197.           OnChange = SetSchemeChanged
  198.           Decimals = 0
  199.           MaxValue = 999
  200.           MinValue = -999
  201.           AllowOutOfBounds = False
  202.         end
  203.       end
  204.       object FontGroupBox: TXPGroupBox
  205.         Left = 0
  206.         Top = 216
  207.         Width = 369
  208.         Height = 57
  209.         Caption = 'Font'
  210.         TabOrder = 2
  211.         object FontButton: TXPSpeedButton
  212.           Left = 329
  213.           Top = 19
  214.           Width = 25
  215.           Height = 25
  216.           Flat = True
  217.           Glyph.Data = {
  218.             42010000424D4201000000000000760000002800000011000000110000000100
  219.             040000000000CC00000000000000000000001000000000000000000000000000
  220.             80000080000000808000800000008000800080800000C0C0C000808080000000
  221.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  222.             777770000000777777777777777770000000770000000000000770000000770F
  223.             FFFFFFFFFF0770000000770FFFF0FFFFFF0770000000770FFFFF0FFFFF077000
  224.             0000770FFFFF0FFFFF0770000000770FFFFF0FFFFF0770000000770FFFF000FF
  225.             FF0770000000770FFFFF0FFFFF0770000000770FFFFF0FFFFF0770000000770F
  226.             FFFFF0FFFF0770000000770FFFFFFFFFFF077000000077000000000000077000
  227.             0000770000000000000770000000777777777777777770000000777777777777
  228.             777770000000}
  229.           Spacing = -1
  230.           OnClick = FontButtonClick
  231.         end
  232.         object FontSampleLabel: TEllipsLabel
  233.           Left = 16
  234.           Top = 16
  235.           Width = 297
  236.           Height = 33
  237.           AutoSize = False
  238.           Caption = 'The quick brown fox jumps over the lazy dog.'
  239.           Transparent = True
  240.           Layout = tlCenter
  241.           EllipsType = etEndEllips
  242.         end
  243.       end
  244.     end
  245.     object ColorsTabControl: TXPTabControl
  246.       Left = 24
  247.       Top = 204
  248.       Width = 353
  249.       Height = 77
  250.       TabOrder = 5
  251.       Tabs.Strings = (
  252.         'WN Channel'
  253.         'HTTP Channel'
  254.         'Perl Channel'
  255.         'Mailbox')
  256.       TabIndex = 0
  257.       OnChange = MainTabControlChange
  258.       OnChanging = MainTabControlChanging
  259.     end
  260.     object VisibleCheckBox: TXPCheckBox
  261.       Left = 16
  262.       Top = 69
  263.       Width = 369
  264.       Height = 13
  265.       Caption = 'Visible'
  266.       TabOrder = 1
  267.       OnClick = VisibleCheckBoxClick
  268.     end
  269.     object ColorsPanel: TXPFlatPanel
  270.       Left = 32
  271.       Top = 232
  272.       Width = 337
  273.       Height = 41
  274.       Color = 14150655
  275.       TabOrder = 6
  276.       object Label24: TLabel
  277.         Left = 0
  278.         Top = 4
  279.         Width = 33
  280.         Height = 13
  281.         Caption = 'Normal'
  282.         Constraints.MaxWidth = 73
  283.         Transparent = True
  284.       end
  285.       object NCButton: TCDPSpeedButton
  286.         Left = 0
  287.         Top = 20
  288.         Width = 49
  289.         Height = 21
  290.         Hint = 'Normal text color'
  291.         Flat = True
  292.         Margin = 2
  293.         ParentShowHint = False
  294.         ShowHint = True
  295.         Color = clSilver
  296.         OnChange = SetSchemeChanged
  297.       end
  298.       object NLCButton: TCDPSpeedButton
  299.         Left = 49
  300.         Top = 20
  301.         Width = 24
  302.         Height = 21
  303.         Hint = 'Normal link color'
  304.         Flat = True
  305.         Margin = 2
  306.         ParentShowHint = False
  307.         ShowHint = True
  308.         Color = clSilver
  309.         OnChange = SetSchemeChanged
  310.       end
  311.       object Label25: TLabel
  312.         Left = 88
  313.         Top = 4
  314.         Width = 41
  315.         Height = 13
  316.         Caption = 'Updated'
  317.         Constraints.MaxWidth = 73
  318.         Transparent = True
  319.       end
  320.       object UCButton: TCDPSpeedButton
  321.         Left = 88
  322.         Top = 20
  323.         Width = 49
  324.         Height = 21
  325.         Hint = 'Updated text color'
  326.         Flat = True
  327.         Margin = 2
  328.         ParentShowHint = False
  329.         ShowHint = True
  330.         Color = clSilver
  331.         OnChange = SetSchemeChanged
  332.       end
  333.       object ULCButton: TCDPSpeedButton
  334.         Left = 137
  335.         Top = 20
  336.         Width = 24
  337.         Height = 21
  338.         Hint = 'Updated link color'
  339.         Flat = True
  340.         Margin = 2
  341.         ParentShowHint = False
  342.         ShowHint = True
  343.         Color = clSilver
  344.         OnChange = SetSchemeChanged
  345.       end
  346.       object Label26: TLabel
  347.         Left = 176
  348.         Top = 4
  349.         Width = 41
  350.         Height = 13
  351.         Caption = 'Disabled'
  352.         Constraints.MaxWidth = 73
  353.         Transparent = True
  354.       end
  355.       object DCButton: TCDPSpeedButton
  356.         Left = 176
  357.         Top = 20
  358.         Width = 49
  359.         Height = 21
  360.         Hint = 'Disabled text color'
  361.         Flat = True
  362.         Margin = 2
  363.         ParentShowHint = False
  364.         ShowHint = True
  365.         Color = clSilver
  366.         OnChange = SetSchemeChanged
  367.       end
  368.       object DLCButton: TCDPSpeedButton
  369.         Left = 225
  370.         Top = 20
  371.         Width = 24
  372.         Height = 21
  373.         Hint = 'Disabled link color'
  374.         Flat = True
  375.         Margin = 2
  376.         ParentShowHint = False
  377.         ShowHint = True
  378.         Color = clSilver
  379.         OnChange = SetSchemeChanged
  380.       end
  381.       object Label27: TLabel
  382.         Left = 264
  383.         Top = 4
  384.         Width = 22
  385.         Height = 13
  386.         Caption = 'Error'
  387.         Constraints.MaxWidth = 73
  388.         Transparent = True
  389.       end
  390.       object ECButton: TCDPSpeedButton
  391.         Left = 264
  392.         Top = 20
  393.         Width = 49
  394.         Height = 21
  395.         Hint = 'Error text color'
  396.         Flat = True
  397.         Margin = 2
  398.         ParentShowHint = False
  399.         ShowHint = True
  400.         Color = clSilver
  401.         OnChange = SetSchemeChanged
  402.       end
  403.       object ELCButton: TCDPSpeedButton
  404.         Left = 313
  405.         Top = 20
  406.         Width = 24
  407.         Height = 21
  408.         Hint = 'Error link color'
  409.         Flat = True
  410.         Margin = 2
  411.         ParentShowHint = False
  412.         ShowHint = True
  413.         Color = clSilver
  414.         OnChange = SetSchemeChanged
  415.       end
  416.     end
  417.     object ChannelGeneralPropertiesPanel: TXPFlatPanel
  418.       Left = 16
  419.       Top = 64
  420.       Width = 369
  421.       Height = 297
  422.       Color = 12499145
  423.       TabOrder = 4
  424.       object GroupBox1: TXPGroupBox
  425.         Left = 0
  426.         Top = 8
  427.         Width = 369
  428.         Height = 73
  429.         Caption = 'Size'
  430.         TabOrder = 2
  431.         object Label1: TLabel
  432.           Left = 16
  433.           Top = 20
  434.           Width = 69
  435.           Height = 13
  436.           Caption = 'Minimal &Height'
  437.           FocusControl = MinHeightField
  438.           Transparent = True
  439.         end
  440.         object MinHeightField: TFnpNumericEdit
  441.           Left = 16
  442.           Top = 36
  443.           Width = 57
  444.           Height = 21
  445.           MaxLength = 3
  446.           TabOrder = 0
  447.           OnChange = SetSchemeChanged
  448.           Decimals = 0
  449.           MaxValue = 100
  450.           AllowOutOfBounds = False
  451.           Value = 10
  452.         end
  453.       end
  454.       object GroupBox2: TXPGroupBox
  455.         Left = 0
  456.         Top = 96
  457.         Width = 369
  458.         Height = 81
  459.         Caption = 'Background Colors'
  460.         TabOrder = 0
  461.         object NBgColorButton: TCDPSpeedButton
  462.           Left = 16
  463.           Top = 44
  464.           Width = 153
  465.           Height = 21
  466.           Flat = True
  467.           Margin = 2
  468.           Color = clSilver
  469.           OnChange = SetSchemeChanged
  470.         end
  471.         object SBgColorButton: TCDPSpeedButton
  472.           Left = 200
  473.           Top = 44
  474.           Width = 153
  475.           Height = 21
  476.           Flat = True
  477.           Margin = 2
  478.           Color = clSilver
  479.           OnChange = SetSchemeChanged
  480.         end
  481.         object Label5: TLabel
  482.           Left = 16
  483.           Top = 28
  484.           Width = 55
  485.           Height = 13
  486.           Caption = 'Normal item'
  487.           Transparent = True
  488.         end
  489.         object Label7: TLabel
  490.           Left = 200
  491.           Top = 28
  492.           Width = 64
  493.           Height = 13
  494.           Caption = 'Selected item'
  495.           Transparent = True
  496.         end
  497.       end
  498.       object GroupBox3: TXPGroupBox
  499.         Left = 0
  500.         Top = 192
  501.         Width = 369
  502.         Height = 105
  503.         Caption = 'Options'
  504.         TabOrder = 1
  505.         object Raised3DBorderCheckBox: TXPCheckBox
  506.           Left = 16
  507.           Top = 24
  508.           Width = 161
  509.           Height = 17
  510.           Caption = 'Raised &3D border'
  511.           TabOrder = 0
  512.           OnClick = SetSchemeChanged
  513.         end
  514.         object MultilineMessagesCheckBox: TXPCheckBox
  515.           Left = 192
  516.           Top = 24
  517.           Width = 161
  518.           Height = 17
  519.           Caption = '&Multiline messages'
  520.           TabOrder = 1
  521.           OnClick = SetSchemeChanged
  522.         end
  523.         object Lowered3DBorderCheckBox: TXPCheckBox
  524.           Left = 16
  525.           Top = 48
  526.           Width = 337
  527.           Height = 17
  528.           Caption = 'Lowered &3D border when folder is open'
  529.           TabOrder = 2
  530.           OnClick = SetSchemeChanged
  531.         end
  532.         object UnderlineLinksCheckBox: TXPCheckBox
  533.           Left = 192
  534.           Top = 48
  535.           Width = 161
  536.           Height = 17
  537.           Caption = 'Underline Links'
  538.           TabOrder = 3
  539.           OnClick = SetSchemeChanged
  540.         end
  541.         object HotTrackCheckBox: TXPCheckBox
  542.           Left = 16
  543.           Top = 72
  544.           Width = 161
  545.           Height = 17
  546.           Caption = 'Border hot track &effect'
  547.           TabOrder = 4
  548.           OnClick = SetSchemeChanged
  549.         end
  550.       end
  551.     end
  552.   end
  553.   object OkButton: TButton
  554.     Left = 256
  555.     Top = 400
  556.     Width = 73
  557.     Height = 25
  558.     Caption = '&OK'
  559.     Default = True
  560.     TabOrder = 1
  561.     OnClick = OkButtonClick
  562.   end
  563.   object CancelButton: TButton
  564.     Left = 336
  565.     Top = 400
  566.     Width = 73
  567.     Height = 25
  568.     Cancel = True
  569.     Caption = '&Cancel'
  570.     ModalResult = 2
  571.     TabOrder = 2
  572.     OnClick = CancelButtonClick
  573.   end
  574.   object ApplyButton: TButton
  575.     Left = 176
  576.     Top = 400
  577.     Width = 73
  578.     Height = 25
  579.     Caption = '&Apply'
  580.     TabOrder = 0
  581.     OnClick = ApplyButtonClick
  582.   end
  583.   object HelpButton: TButton
  584.     Left = 8
  585.     Top = 400
  586.     Width = 73
  587.     Height = 25
  588.     Caption = '&Help'
  589.     TabOrder = 3
  590.     Visible = False
  591.   end
  592.   object FontDialog: TFontDialog
  593.     Font.Charset = ANSI_CHARSET
  594.     Font.Color = clWindowText
  595.     Font.Height = -11
  596.     Font.Name = 'MS Sans Serif'
  597.     Font.Style = []
  598.     MinFontSize = 0
  599.     MaxFontSize = 0
  600.     Options = [fdAnsiOnly, fdForceFontExist, fdNoOEMFonts, fdNoVectorFonts]
  601.     Left = 304
  602.     Top = 360
  603.   end
  604.   object SaveDialog: TSaveDialog
  605.     DefaultExt = 'ws'
  606.     Filter = 'WatzNew Scheme File (*.ws)|*.ws'
  607.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  608.     Title = 'Save Scheme to File'
  609.     Left = 336
  610.     Top = 360
  611.   end
  612. end
  613.