home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TQTEMPLATESEDITOR
/
TQTEMPLATESEDITOR.txt
Wrap
Text File
|
2001-09-09
|
2KB
|
135 lines
object QTemplatesEditor: TQTemplatesEditor
Left = 365
Top = 174
HelpContext = 14029
ActiveControl = lItems
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Quick Templates'
ClientHeight = 301
ClientWidth = 447
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 48
Width = 57
Height = 17
Caption = '&Templates:'
end
object Label2: TLabel
Left = 8
Top = 20
Width = 43
Height = 13
Caption = '&Account:'
end
object bClose: TButton
Left = 352
Top = 268
Width = 89
Height = 25
Cancel = True
Caption = '&Close'
ModalResult = 1
TabOrder = 3
OnClick = bCloseClick
end
object bAdd: TButton
Left = 352
Top = 68
Width = 89
Height = 25
Caption = '&Add'
TabOrder = 0
OnClick = bAddClick
end
object bDel: TButton
Left = 352
Top = 108
Width = 89
Height = 25
Caption = '&Delete'
TabOrder = 1
OnClick = bDelClick
end
object bEdit: TButton
Left = 352
Top = 148
Width = 89
Height = 25
Caption = '&Edit'
Default = True
TabOrder = 2
OnClick = bEditClick
end
object cbUser: TComboBox
Left = 128
Top = 16
Width = 209
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
OnChange = cbUserChange
end
object bHelp: TButton
Left = 352
Top = 204
Width = 89
Height = 25
Caption = '&Help'
TabOrder = 5
OnClick = bHelpClick
end
object pList: TPanel
Left = 7
Top = 65
Width = 338
Height = 228
BevelOuter = bvNone
TabOrder = 6
object lItems: TListView
Left = 0
Top = 0
Width = 338
Height = 228
Align = alClient
ColumnClick = False
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>
ReadOnly = True
HideSelection = False
TabOrder = 0
ViewStyle = vsReport
end
end
end