home *** CD-ROM | disk | FTP | other *** search
- object QTemplatesEditor: TQTemplatesEditor
- Left = 204
- Top = 173
- HelpContext = 14029
- ActiveControl = lItems
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Quick Templates'
- ClientHeight = 301
- ClientWidth = 487
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 48
- Width = 52
- Height = 13
- Caption = '&Templates:'
- end
- object lAccount: TLabel
- Left = 8
- Top = 20
- Width = 43
- Height = 13
- Caption = 'Accoun&t:'
- end
- object bClose: TButton
- Left = 392
- Top = 268
- Width = 89
- Height = 25
- Cancel = True
- Caption = '&Close'
- ModalResult = 1
- TabOrder = 5
- OnClick = bCloseClick
- end
- object bAdd: TButton
- Left = 392
- Top = 68
- Width = 89
- Height = 25
- Caption = '&Add'
- TabOrder = 1
- OnClick = bAddClick
- end
- object bDel: TButton
- Left = 392
- Top = 108
- Width = 89
- Height = 25
- Caption = '&Delete'
- TabOrder = 2
- OnClick = bDelClick
- end
- object bEdit: TButton
- Left = 392
- Top = 148
- Width = 89
- Height = 25
- Caption = '&Edit'
- Default = True
- TabOrder = 3
- OnClick = bEditClick
- end
- object cbUser: TComboBox
- Left = 128
- Top = 16
- Width = 257
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 6
- OnChange = cbUserChange
- end
- object bHelp: TButton
- Left = 392
- Top = 204
- Width = 89
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = bHelpClick
- end
- object pList: TPanel
- Left = 7
- Top = 65
- Width = 378
- Height = 228
- BevelOuter = bvNone
- TabOrder = 0
- object lItems: TListView
- Left = 0
- Top = 0
- Width = 378
- Height = 228
- Align = alClient
- Columns = <
- item
- Caption = 'Handle'
- Width = 120
- end
- item
- Caption = 'Share'
- end
- item
- Caption = 'Description'
- Width = 100
- end
- item
- Caption = 'New'
- end
- item
- Caption = 'Reply'
- end
- item
- Caption = 'Forward'
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- PopupMenu = pMenu
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = bEditClick
- end
- end
- object pMenu: TPopupMenu
- Left = 408
- Top = 32
- object mEdit: TMenuItem
- Caption = '&Edit'
- Default = True
- ShortCut = 13
- OnClick = bEditClick
- end
- object mAdd: TMenuItem
- Caption = '&Add'
- ShortCut = 45
- OnClick = bAddClick
- end
- object mDelete: TMenuItem
- Caption = '&Delete'
- ShortCut = 46
- OnClick = bDelClick
- end
- end
- end
-