home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 February
/
PCWorld_2003-02_cd.bin
/
Software
/
Topware
/
devpascal
/
devpas.exe
/
0
/
RCDATA
/
TMENUFORM
/
TMENUFORM.txt
Wrap
Text File
|
2002-07-15
|
5KB
|
185 lines
object MenuForm: TMenuForm
Left = 114
Top = 68
Width = 587
Height = 493
BorderIcons = [biSystemMenu]
Caption = 'Windows menu editor'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object GroupBox1: TGroupBox
Left = 10
Top = 128
Width = 444
Height = 306
Caption = 'Menu creation:'
TabOrder = 0
object Label1: TLabel
Left = 246
Top = 79
Width = 75
Height = 16
Caption = 'Item caption:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 246
Top = 130
Width = 159
Height = 16
Caption = 'Item ID (for sub-items only):'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 20
Top = 30
Width = 331
Height = 16
Caption = 'ID of the menu (ID can be any number not already used):'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object ItemCaption: TEdit
Left = 246
Top = 98
Width = 179
Height = 24
TabOrder = 0
end
object ItemID: TEdit
Left = 246
Top = 148
Width = 179
Height = 24
TabOrder = 1
end
object IDMenu: TEdit
Left = 20
Top = 49
Width = 90
Height = 24
TabOrder = 2
end
object Button1: TButton
Left = 246
Top = 187
Width = 179
Height = 31
Caption = '&Add item'
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 246
Top = 226
Width = 179
Height = 31
Caption = 'Add &sub-item'
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 246
Top = 266
Width = 179
Height = 31
Caption = '&Remove selected item'
TabOrder = 5
OnClick = Button3Click
end
object Menu: TTreeView
Left = 20
Top = 89
Width = 208
Height = 208
Indent = 19
TabOrder = 6
end
end
object GroupBox2: TGroupBox
Left = 10
Top = 0
Width = 444
Height = 119
Caption = 'Description:'
TabOrder = 1
object Label5: TLabel
Left = 20
Top = 30
Width = 411
Height = 80
Caption =
'To create a new menu, first fill the ID of your menu. To add a m' +
'enu item, type its caption (example: &&File) and a new item ID (' +
'example: 200), then click on "Add item" (click on "Add sub-item"' +
' to create a new item under the selected one). Type - in Item ca' +
'ption to make a line break in the menu.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
WordWrap = True
end
end
object BitBtn1: TBitBtn
Left = 473
Top = 10
Width = 92
Height = 31
Caption = '&OK'
ModalResult = 1
TabOrder = 2
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333330000333333333333333333333333F33333333333
00003333344333333333333333388F3333333333000033334224333333333333
338338F3333333330000333422224333333333333833338F3333333300003342
222224333333333383333338F3333333000034222A22224333333338F338F333
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
0000333333333A222433333333333338F338F33300003333333333A222433333
333333338F338F33000033333333333A222433333333333338F338F300003333
33333333A222433333333333338F338F00003333333333333A22433333333333
3338F38F000033333333333333A223333333333333338F830000333333333333
333A333333333333333338330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 473
Top = 49
Width = 92
Height = 31
Caption = '&Cancel'
TabOrder = 3
Kind = bkCancel
end
end