home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
IMAGEWN.DFM
/
IMAGEWN.txt
Wrap
Text File
|
1997-02-14
|
4KB
|
200 lines
object ImageForm: TImageForm
Left = 192
Top = 115
AutoScroll = False
Caption = 'Image Viewer'
ClientHeight = 310
ClientWidth = 498
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 316
Top = 5
Width = 171
Height = 121
end
object Bevel2: TBevel
Left = 317
Top = 132
Width = 170
Height = 177
end
object Label2: TLabel
Left = 324
Top = 290
Width = 113
Height = 13
Caption = '&Number of Glyphs - '
Enabled = False
FocusControl = UpDown1
end
object DirectoryListBox1: TDirectoryListBox
Left = 6
Top = 10
Width = 148
Height = 260
FileList = FileListBox1
IntegralHeight = True
ItemHeight = 16
TabOrder = 0
end
object DriveComboBox1: TDriveComboBox
Left = 9
Top = 277
Width = 148
Height = 19
DirList = DirectoryListBox1
TabOrder = 1
end
object FileEdit: TEdit
Left = 166
Top = 12
Width = 137
Height = 21
TabOrder = 2
Text = '*.bmp;*.ico;*.wmf;*.emf'
OnKeyPress = FileEditKeyPress
end
object UpDownGroup: TGroupBox
Left = 323
Top = 158
Width = 154
Height = 60
Caption = 'Up / Down'
TabOrder = 4
object SpeedButton1: TSpeedButton
Left = 116
Top = 26
Width = 25
Height = 25
AllowAllUp = True
GroupIndex = 1
end
object BitBtn1: TBitBtn
Left = 12
Top = 18
Width = 92
Height = 33
Caption = 'BitBtn1'
TabOrder = 0
end
end
object DisabledGrp: TGroupBox
Left = 323
Top = 220
Width = 154
Height = 60
Caption = 'Disabled'
TabOrder = 5
object SpeedButton2: TSpeedButton
Left = 116
Top = 25
Width = 25
Height = 25
Enabled = False
end
object BitBtn2: TBitBtn
Left = 11
Top = 18
Width = 92
Height = 33
Caption = 'BitBtn2'
Enabled = False
TabOrder = 0
end
end
object Panel1: TPanel
Left = 324
Top = 12
Width = 153
Height = 80
BevelInner = bvLowered
TabOrder = 6
object Image1: TImage
Left = 2
Top = 2
Width = 149
Height = 76
Align = alClient
end
end
object ViewBtn: TBitBtn
Left = 325
Top = 98
Width = 63
Height = 24
Caption = '&Full View'
TabOrder = 7
OnClick = ViewBtnClick
end
object FilterComboBox1: TFilterComboBox
Left = 166
Top = 275
Width = 140
Height = 21
FileList = FileListBox1
Filter =
'Image Files (*.bmp, *.ico, *.wmf, *.emf)|*.bmp;*.ico;*.wmf;*.emf' +
'|Bitmap Files (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Metafiles (*.wmf' +
', *.emf)|*.wmf;*.emf|All files (*.*)|*.*'
TabOrder = 3
end
object GlyphCheck: TCheckBox
Left = 327
Top = 137
Width = 104
Height = 17
Caption = '&View as Glyph'
TabOrder = 8
OnClick = GlyphCheckClick
end
object StretchCheck: TCheckBox
Left = 405
Top = 104
Width = 64
Height = 17
Caption = '&Stretch'
TabOrder = 9
OnClick = StretchCheckClick
end
object UpDownEdit: TEdit
Left = 439
Top = 286
Width = 24
Height = 21
Enabled = False
TabOrder = 10
Text = '1'
OnChange = UpDownEditChange
end
object UpDown1: TUpDown
Left = 463
Top = 286
Width = 12
Height = 21
Associate = UpDownEdit
Enabled = False
Min = 0
Position = 1
TabOrder = 11
Wrap = False
end
object FileListBox1: TFileListBox
Left = 164
Top = 36
Width = 139
Height = 231
FileEdit = FileEdit
ItemHeight = 13
Mask = '*.bmp;*.ico;*.wmf;*.emf'
TabOrder = 12
OnClick = FileListBox1Click
end
end