home *** CD-ROM | disk | FTP | other *** search
- object ChannelAppearanceWindow: TChannelAppearanceWindow
- Left = 400
- Top = 256
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'WatzNew Scheme Editor'
- ClientHeight = 433
- ClientWidth = 418
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object MainTabControl: TXPTabControl
- Left = 8
- Top = 8
- Width = 401
- Height = 385
- TabOrder = 4
- Tabs.Strings = (
- 'General Properties'
- 'Folder Properties'
- 'Channel Properties')
- TabIndex = 0
- OnChange = MainTabControlChange
- OnChanging = MainTabControlChanging
- object GeneralPropertiesPanel: TXPFlatPanel
- Left = 8
- Top = 32
- Width = 385
- Height = 345
- Color = 14472141
- TabOrder = 3
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 109
- Height = 13
- Caption = 'Friendly Scheme &Name'
- FocusControl = SchemeNameField
- Transparent = True
- end
- object Label3: TLabel
- Left = 8
- Top = 128
- Width = 47
- Height = 13
- Caption = 'File Name'
- Transparent = True
- end
- object SchemeNameField: TEdit
- Left = 8
- Top = 24
- Width = 369
- Height = 21
- TabOrder = 0
- OnChange = SetSchemeChanged
- end
- object SaveAsButton: TButton
- Left = 280
- Top = 184
- Width = 97
- Height = 25
- Caption = '&Save As...'
- TabOrder = 1
- OnClick = SaveAsButtonClick
- end
- object RevertToSavedButton: TButton
- Left = 8
- Top = 184
- Width = 249
- Height = 25
- Caption = '&Revert To Last Saved'
- TabOrder = 2
- OnClick = RevertToSavedButtonClick
- end
- object FileNameField: TGrEdit
- Left = 8
- Top = 144
- Width = 369
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 3
- end
- object ResetToDefaultsButton: TButton
- Left = 8
- Top = 64
- Width = 249
- Height = 25
- Caption = 'Set &Default Scheme'
- TabOrder = 4
- OnClick = ResetToDefaultsButtonClick
- end
- end
- object SubTabControl: TXPTabControl
- Left = 8
- Top = 32
- Width = 385
- Height = 345
- BiDiMode = bdLeftToRight
- MultiLine = True
- ParentBiDiMode = False
- TabOrder = 2
- Tabs.Strings = (
- 'General'
- 'Icon'
- 'Title'
- 'Message'
- 'Date / Time')
- TabIndex = 0
- OnChange = MainTabControlChange
- OnChanging = MainTabControlChanging
- end
- object ChannelPropertiesPanel: TXPFlatPanel
- Left = 16
- Top = 88
- Width = 369
- Height = 281
- Color = 12175554
- TabOrder = 0
- object ColorsGroupBox: TXPGroupBox
- Left = 0
- Top = 96
- Width = 369
- Height = 105
- Caption = 'Colors'
- TabOrder = 1
- object ColorsCommonInfoLabel: TLabel
- Left = 16
- Top = 18
- Width = 337
- Height = 25
- AutoSize = False
- Caption =
- 'Colors are presented in pairs (text + link colors). These colors' +
- ' are common for all channel types.'
- Transparent = True
- WordWrap = True
- end
- end
- object PositionGroupBox: TXPGroupBox
- Left = 0
- Top = 8
- Width = 369
- Height = 73
- Caption = 'Position'
- TabOrder = 0
- object Label20: TLabel
- Left = 16
- Top = 20
- Width = 19
- Height = 13
- Caption = '&Top'
- FocusControl = YField
- Transparent = True
- end
- object Label21: TLabel
- Left = 96
- Top = 20
- Width = 18
- Height = 13
- Caption = '&Left'
- FocusControl = XField
- Transparent = True
- end
- object YField: TFnpNumericEdit
- Left = 16
- Top = 36
- Width = 57
- Height = 21
- MaxLength = 3
- TabOrder = 0
- OnChange = SetSchemeChanged
- Decimals = 0
- MaxValue = 999
- MinValue = -999
- AllowOutOfBounds = False
- end
- object XField: TFnpNumericEdit
- Left = 96
- Top = 36
- Width = 57
- Height = 21
- MaxLength = 3
- TabOrder = 1
- OnChange = SetSchemeChanged
- Decimals = 0
- MaxValue = 999
- MinValue = -999
- AllowOutOfBounds = False
- end
- end
- object FontGroupBox: TXPGroupBox
- Left = 0
- Top = 216
- Width = 369
- Height = 57
- Caption = 'Font'
- TabOrder = 2
- object FontButton: TXPSpeedButton
- Left = 329
- Top = 19
- Width = 25
- Height = 25
- Flat = True
- Glyph.Data = {
- 42010000424D4201000000000000760000002800000011000000110000000100
- 040000000000CC00000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 777770000000777777777777777770000000770000000000000770000000770F
- FFFFFFFFFF0770000000770FFFF0FFFFFF0770000000770FFFFF0FFFFF077000
- 0000770FFFFF0FFFFF0770000000770FFFFF0FFFFF0770000000770FFFF000FF
- FF0770000000770FFFFF0FFFFF0770000000770FFFFF0FFFFF0770000000770F
- FFFFF0FFFF0770000000770FFFFFFFFFFF077000000077000000000000077000
- 0000770000000000000770000000777777777777777770000000777777777777
- 777770000000}
- Spacing = -1
- OnClick = FontButtonClick
- end
- object FontSampleLabel: TEllipsLabel
- Left = 16
- Top = 16
- Width = 297
- Height = 33
- AutoSize = False
- Caption = 'The quick brown fox jumps over the lazy dog.'
- Transparent = True
- Layout = tlCenter
- EllipsType = etEndEllips
- end
- end
- end
- object ColorsTabControl: TXPTabControl
- Left = 24
- Top = 204
- Width = 353
- Height = 77
- TabOrder = 5
- Tabs.Strings = (
- 'WN Channel'
- 'HTTP Channel'
- 'Perl Channel'
- 'Mailbox')
- TabIndex = 0
- OnChange = MainTabControlChange
- OnChanging = MainTabControlChanging
- end
- object VisibleCheckBox: TXPCheckBox
- Left = 16
- Top = 69
- Width = 369
- Height = 13
- Caption = 'Visible'
- TabOrder = 1
- OnClick = VisibleCheckBoxClick
- end
- object ColorsPanel: TXPFlatPanel
- Left = 32
- Top = 232
- Width = 337
- Height = 41
- Color = 14150655
- TabOrder = 6
- object Label24: TLabel
- Left = 0
- Top = 4
- Width = 33
- Height = 13
- Caption = 'Normal'
- Constraints.MaxWidth = 73
- Transparent = True
- end
- object NCButton: TCDPSpeedButton
- Left = 0
- Top = 20
- Width = 49
- Height = 21
- Hint = 'Normal text color'
- Flat = True
- Margin = 2
- ParentShowHint = False
- ShowHint = True
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object NLCButton: TCDPSpeedButton
- Left = 49
- Top = 20
- Width = 24
- Height = 21
- Hint = 'Normal link color'
- Flat = True
- Margin = 2
- ParentShowHint = False
- ShowHint = True
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object Label25: TLabel
- Left = 88
- Top = 4
- Width = 41
- Height = 13
- Caption = 'Updated'
- Constraints.MaxWidth = 73
- Transparent = True
- end
- object UCButton: TCDPSpeedButton
- Left = 88
- Top = 20
- Width = 49
- Height = 21
- Hint = 'Updated text color'
- Flat = True
- Margin = 2
- ParentShowHint = False
- ShowHint = True
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object ULCButton: TCDPSpeedButton
- Left = 137
- Top = 20
- Width = 24
- Height = 21
- Hint = 'Updated link color'
- Flat = True
- Margin = 2
- ParentShowHint = False
- ShowHint = True
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object Label26: TLabel
- Left = 176
- Top = 4
- Width = 41
- Height = 13
- Caption = 'Disabled'
- Constraints.MaxWidth = 73
- Transparent = True
- end
- object DCButton: TCDPSpeedButton
- Left = 176
- Top = 20
- Width = 49
- Height = 21
- Hint = 'Disabled text color'
- Flat = True
- Margin = 2
- ParentShowHint = False
- ShowHint = True
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object DLCButton: TCDPSpeedButton
- Left = 225
- Top = 20
- Width = 24
- Height = 21
- Hint = 'Disabled link color'
- Flat = True
- Margin = 2
- ParentShowHint = False
- ShowHint = True
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object Label27: TLabel
- Left = 264
- Top = 4
- Width = 22
- Height = 13
- Caption = 'Error'
- Constraints.MaxWidth = 73
- Transparent = True
- end
- object ECButton: TCDPSpeedButton
- Left = 264
- Top = 20
- Width = 49
- Height = 21
- Hint = 'Error text color'
- Flat = True
- Margin = 2
- ParentShowHint = False
- ShowHint = True
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object ELCButton: TCDPSpeedButton
- Left = 313
- Top = 20
- Width = 24
- Height = 21
- Hint = 'Error link color'
- Flat = True
- Margin = 2
- ParentShowHint = False
- ShowHint = True
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- end
- object ChannelGeneralPropertiesPanel: TXPFlatPanel
- Left = 16
- Top = 64
- Width = 369
- Height = 297
- Color = 12499145
- TabOrder = 4
- object GroupBox1: TXPGroupBox
- Left = 0
- Top = 8
- Width = 369
- Height = 73
- Caption = 'Size'
- TabOrder = 2
- object Label1: TLabel
- Left = 16
- Top = 20
- Width = 69
- Height = 13
- Caption = 'Minimal &Height'
- FocusControl = MinHeightField
- Transparent = True
- end
- object MinHeightField: TFnpNumericEdit
- Left = 16
- Top = 36
- Width = 57
- Height = 21
- MaxLength = 3
- TabOrder = 0
- OnChange = SetSchemeChanged
- Decimals = 0
- MaxValue = 100
- AllowOutOfBounds = False
- Value = 10
- end
- end
- object GroupBox2: TXPGroupBox
- Left = 0
- Top = 96
- Width = 369
- Height = 81
- Caption = 'Background Colors'
- TabOrder = 0
- object NBgColorButton: TCDPSpeedButton
- Left = 16
- Top = 44
- Width = 153
- Height = 21
- Flat = True
- Margin = 2
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object SBgColorButton: TCDPSpeedButton
- Left = 200
- Top = 44
- Width = 153
- Height = 21
- Flat = True
- Margin = 2
- Color = clSilver
- OnChange = SetSchemeChanged
- end
- object Label5: TLabel
- Left = 16
- Top = 28
- Width = 55
- Height = 13
- Caption = 'Normal item'
- Transparent = True
- end
- object Label7: TLabel
- Left = 200
- Top = 28
- Width = 64
- Height = 13
- Caption = 'Selected item'
- Transparent = True
- end
- end
- object GroupBox3: TXPGroupBox
- Left = 0
- Top = 192
- Width = 369
- Height = 105
- Caption = 'Options'
- TabOrder = 1
- object Raised3DBorderCheckBox: TXPCheckBox
- Left = 16
- Top = 24
- Width = 161
- Height = 17
- Caption = 'Raised &3D border'
- TabOrder = 0
- OnClick = SetSchemeChanged
- end
- object MultilineMessagesCheckBox: TXPCheckBox
- Left = 192
- Top = 24
- Width = 161
- Height = 17
- Caption = '&Multiline messages'
- TabOrder = 1
- OnClick = SetSchemeChanged
- end
- object Lowered3DBorderCheckBox: TXPCheckBox
- Left = 16
- Top = 48
- Width = 337
- Height = 17
- Caption = 'Lowered &3D border when folder is open'
- TabOrder = 2
- OnClick = SetSchemeChanged
- end
- object UnderlineLinksCheckBox: TXPCheckBox
- Left = 192
- Top = 48
- Width = 161
- Height = 17
- Caption = 'Underline Links'
- TabOrder = 3
- OnClick = SetSchemeChanged
- end
- object HotTrackCheckBox: TXPCheckBox
- Left = 16
- Top = 72
- Width = 161
- Height = 17
- Caption = 'Border hot track &effect'
- TabOrder = 4
- OnClick = SetSchemeChanged
- end
- end
- end
- end
- object OkButton: TButton
- Left = 256
- Top = 400
- Width = 73
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = OkButtonClick
- end
- object CancelButton: TButton
- Left = 336
- Top = 400
- Width = 73
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = CancelButtonClick
- end
- object ApplyButton: TButton
- Left = 176
- Top = 400
- Width = 73
- Height = 25
- Caption = '&Apply'
- TabOrder = 0
- OnClick = ApplyButtonClick
- end
- object HelpButton: TButton
- Left = 8
- Top = 400
- Width = 73
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- Visible = False
- end
- object FontDialog: TFontDialog
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Options = [fdAnsiOnly, fdForceFontExist, fdNoOEMFonts, fdNoVectorFonts]
- Left = 304
- Top = 360
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'ws'
- Filter = 'WatzNew Scheme File (*.ws)|*.ws'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Title = 'Save Scheme to File'
- Left = 336
- Top = 360
- end
- end
-