home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
030A
/
PWRDREAM.ZIP
/
PwrDREAM.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
< prev
Wrap
Text File
|
1996-12-22
|
6KB
|
275 lines
object Form1: TForm1
Left = 232
Top = 104
Width = 578
Height = 353
Caption = 'PowerDREAM Setup'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Menu = MainMenu1
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 96
Top = 424
Width = 137
Height = 21
TabOrder = 0
Text = 'Edit1'
Visible = False
OnKeyDown = Edit1KeyDown
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 570
Height = 289
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object MenuTree: TTreeView
Left = 0
Top = 0
Width = 193
Height = 258
ShowRoot = False
DragMode = dmAutomatic
HideSelection = False
Indent = 16
OnEditing = MenuTreeEditing
OnChange = MenuTreeChange
OnDeletion = MenuTreeDeletion
OnGetImageIndex = MenuTreeGetImageIndex
Align = alLeft
ParentColor = False
TabOrder = 0
OnDragDrop = MenuTreeDragDrop
OnDragOver = MenuTreeDragOver
OnStartDrag = MenuTreeStartDrag
OnMouseUp = MenuTreeMouseUp
OnDblClick = MenuTreeDblClick
OnKeyDown = MenuTreeKeyDown
end
object TreeSource: TListView
Left = 195
Top = 0
Width = 375
Height = 258
Hint =
'Here you'#39'll find all available operation that can be displayed i' +
'n the menu.'
Align = alClient
Columns = <
item
Caption = 'Operation'
Width = 58
WidthType = (
-2)
end
item
Caption = 'Description'
Width = 12
WidthType = (
-1)
end>
DragMode = dmAutomatic
ReadOnly = False
HideSelection = False
MultiSelect = True
OnColumnClick = TreeSourceColumnClick
OnEditing = TreeSourceEditing
OnDragDrop = MenuTreeDragDrop
OnDragOver = TreeSourceDragOver
OnStartDrag = MenuTreeStartDrag
ParentShowHint = False
ShowHint = False
TabOrder = 1
ViewStyle = vsReport
OnKeyDown = TreeSourceKeyDown
SmallImages = IconList
end
object Panel2: TPanel
Left = 0
Top = 258
Width = 570
Height = 31
Align = alBottom
BevelOuter = bvLowered
TabOrder = 2
object Button5: TButton
Left = 376
Top = 4
Width = 75
Height = 23
Caption = 'Exit'
TabOrder = 0
OnClick = Button5Click
end
object Button4: TButton
Left = 456
Top = 4
Width = 75
Height = 23
Caption = 'Apply'
TabOrder = 1
OnClick = Button4Click
end
object Help: TButton
Left = 296
Top = 4
Width = 75
Height = 23
Caption = 'Help'
TabOrder = 2
OnClick = HelpClick
end
object RegButton: TButton
Left = 88
Top = 4
Width = 75
Height = 23
Caption = 'Registration'
Font.Color = clMaroon
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = RegButtonClick
end
object Properties: TButton
Left = 8
Top = 4
Width = 75
Height = 23
Caption = 'Properties'
TabOrder = 4
OnClick = PropertiesClick
end
end
object Panel3: TPanel
Left = 193
Top = 0
Width = 2
Height = 258
Cursor = crSizeWE
Align = alLeft
BevelOuter = bvNone
TabOrder = 3
OnMouseDown = Panel3MouseDown
OnMouseMove = Panel3MouseMove
OnMouseUp = Panel3MouseUp
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 289
Width = 570
Height = 19
Panels = <>
ParentShowHint = False
ShowHint = False
SimplePanel = True
end
object IconList: TImageList
Left = 264
Top = 256
end
object MainMenu1: TMainMenu
Left = 232
Top = 252
object File1: TMenuItem
Caption = 'File'
ShortCut = 0
object Openmenu1: TMenuItem
Caption = 'Load menu...'
ShortCut = 0
OnClick = Openmenu1Click
end
object Savemenuas1: TMenuItem
Caption = 'Save menu as...'
ShortCut = 0
OnClick = Savemenuas1Click
end
object N2: TMenuItem
Caption = '-'
ShortCut = 0
end
object Exit1: TMenuItem
Caption = 'Exit'
ShortCut = 0
OnClick = Exit1Click
end
end
object Menu1: TMenuItem
Caption = 'Preset Menus'
ShortCut = 0
object Current1: TMenuItem
Caption = 'Current'
ShortCut = 0
OnClick = Current1Click
end
object Default1: TMenuItem
Caption = 'Default'
ShortCut = 0
OnClick = Default1Click
end
object Compact1: TMenuItem
Caption = 'Compact'
ShortCut = 0
OnClick = Compact1Click
end
object All1: TMenuItem
Caption = 'All'
ShortCut = 0
OnClick = All1Click
end
end
object Help1: TMenuItem
Caption = 'Help'
ShortCut = 0
object Help2: TMenuItem
Caption = 'Help'
ShortCut = 0
OnClick = HelpClick
end
object Registration1: TMenuItem
Caption = 'Registration'
ShortCut = 0
OnClick = RegButtonClick
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object AboutPowerDREAM1: TMenuItem
Caption = 'About PowerDREAM'
ShortCut = 0
OnClick = AboutPowerDREAM1Click
end
end
end
object FileDlg: TOpenDialog
FileEditStyle = fsEdit
Filter = 'Runable files|*.exe;*.bat;*.com|All files|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofShareAware, ofNoDereferenceLinks]
Title = 'File to associate with item'
Left = 168
Top = 255
end
object SaveDlg: TSaveDialog
DefaultExt = 'drm'
FileEditStyle = fsEdit
Options = [ofExtensionDifferent]
Left = 200
Top = 258
end
end