home *** CD-ROM | disk | FTP | other *** search
- object fSSDoc: TfSSDoc
- Left = 191
- Top = 121
- Width = 588
- Height = 403
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Style sheets in document'
- Color = clBtnFace
- Constraints.MinHeight = 240
- Constraints.MinWidth = 320
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 580
- Height = 5
- Align = alTop
- Shape = bsTopLine
- end
- object Splitter1: TSplitter
- Left = 0
- Top = 242
- Width = 580
- Height = 2
- Cursor = crVSplit
- Align = alBottom
- end
- object lvSS: TListView
- Left = 0
- Top = 5
- Width = 580
- Height = 237
- HelpContext = 4780
- Align = alClient
- Columns = <
- item
- Caption = 'Style sheet selectors'
- Width = 132
- end
- item
- Caption = 'Style sheet properties'
- Width = 300
- end
- item
- Caption = 'Comment'
- Width = 140
- end>
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- PopupMenu = pmSS
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lvSSChange
- OnDblClick = lvSSDblClick
- end
- object lvRules: TListView
- Left = 0
- Top = 244
- Width = 580
- Height = 72
- HelpContext = 4790
- Align = alBottom
- Columns = <
- item
- Caption = 'At-rule Keywords'
- Width = 200
- end
- item
- Caption = 'At-rule Statements'
- Width = 370
- end>
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- PopupMenu = pmURLs
- TabOrder = 1
- ViewStyle = vsReport
- OnChange = lvRulesChange
- OnDblClick = lvRulesDblClick
- end
- object pnlBottom: TPanel
- Left = 0
- Top = 316
- Width = 580
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- OnResize = pnlBottomResize
- object BtOk: TButton
- Left = 174
- Top = 13
- Width = 72
- Height = 22
- HelpContext = 49
- Caption = 'Ok'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 0
- OnClick = btOkClick
- end
- object btCancel: TButton
- Left = 262
- Top = 13
- Width = 72
- Height = 22
- HelpContext = 44
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = btCancelClick
- end
- object btHelp: TButton
- Left = 350
- Top = 13
- Width = 72
- Height = 22
- HelpContext = 7
- Caption = 'Help'
- TabOrder = 2
- OnClick = btHelpClick
- end
- end
- object MainMenu: TMainMenu
- Images = frmTop.ilmenu
- Left = 504
- Top = 32
- object miFile: TMenuItem
- Caption = 'File'
- object miFileNew: TMenuItem
- Caption = 'New CSS'
- ImageIndex = 93
- ShortCut = 16462
- OnClick = miFileNewClick
- end
- object miFileOpen: TMenuItem
- Caption = 'Open CSS'
- ImageIndex = 1
- ShortCut = 16463
- OnClick = miFileOpenClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object miFileSave: TMenuItem
- Caption = 'Save CSS'
- Enabled = False
- ImageIndex = 3
- ShortCut = 16467
- OnClick = miFileSaveClick
- end
- object miFileSaveAs: TMenuItem
- Caption = 'Save CSS As'
- Enabled = False
- OnClick = miFileSaveAsClick
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object miFileExit: TMenuItem
- Caption = 'Exit'
- ShortCut = 32883
- OnClick = miFileExitClick
- end
- end
- object miStyle: TMenuItem
- Caption = 'Style'
- object miStyleNew: TMenuItem
- Caption = 'New'
- ShortCut = 45
- OnClick = miStyleNewClick
- end
- object miStyleEdit: TMenuItem
- Caption = 'Edit'
- OnClick = miStyleEditClick
- end
- object miStyleDelete: TMenuItem
- Caption = 'Delete'
- ShortCut = 46
- OnClick = miStyleDeleteClick
- end
- end
- object miURL: TMenuItem
- Caption = 'URL'
- object miURLNew: TMenuItem
- Caption = 'New'
- ShortCut = 8237
- OnClick = miURLNewClick
- end
- object miURLEdit: TMenuItem
- Caption = 'Edit'
- OnClick = miURLEditClick
- end
- object miURLDelete: TMenuItem
- Caption = 'Delete'
- ShortCut = 8238
- OnClick = miURLDeleteClick
- end
- end
- object miSamples: TMenuItem
- Caption = 'Samples'
- object miAddToSamples: TMenuItem
- Caption = 'Add to Samples'
- OnClick = miAddToSamplesClick
- end
- object miOrganizeSamples: TMenuItem
- Caption = 'Organize Samples'
- OnClick = miOrganizeSamplesClick
- end
- object Predefinedstylesheet31: TMenuItem
- Caption = '-'
- end
- object miNoSample: TMenuItem
- Caption = '(No Sample)'
- Enabled = False
- end
- end
- end
- object pmSS: TPopupMenu
- Left = 504
- Top = 64
- object pmiNewSS: TMenuItem
- Caption = 'New SS'
- ShortCut = 45
- OnClick = miStyleNewClick
- end
- object pmiEditSS: TMenuItem
- Caption = 'Edit SS'
- Enabled = False
- OnClick = miStyleEditClick
- end
- object pmiDeleteSS: TMenuItem
- Caption = 'Delete SS'
- Enabled = False
- ShortCut = 46
- OnClick = miStyleDeleteClick
- end
- end
- object pmURLs: TPopupMenu
- Left = 504
- Top = 96
- object pmiNewURL: TMenuItem
- Caption = 'New URL'
- ShortCut = 8237
- OnClick = miURLNewClick
- end
- object pmiEditURL: TMenuItem
- Caption = 'Edit URL'
- Enabled = False
- OnClick = miURLEditClick
- end
- object pmiDeleteURL: TMenuItem
- Caption = 'Delete URL'
- Enabled = False
- ShortCut = 8238
- OnClick = miURLDeleteClick
- end
- end
- end
-