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
Text File  |  1997-02-14  |  4KB  |  200 lines

  1. object ImageForm: TImageForm
  2.   Left = 192
  3.   Top = 115
  4.   AutoScroll = False
  5.   Caption = 'Image Viewer'
  6.   ClientHeight = 310
  7.   ClientWidth = 498
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 316
  18.     Top = 5
  19.     Width = 171
  20.     Height = 121
  21.   end
  22.   object Bevel2: TBevel
  23.     Left = 317
  24.     Top = 132
  25.     Width = 170
  26.     Height = 177
  27.   end
  28.   object Label2: TLabel
  29.     Left = 324
  30.     Top = 290
  31.     Width = 113
  32.     Height = 13
  33.     Caption = '&Number of Glyphs - '
  34.     Enabled = False
  35.     FocusControl = UpDown1
  36.   end
  37.   object DirectoryListBox1: TDirectoryListBox
  38.     Left = 6
  39.     Top = 10
  40.     Width = 148
  41.     Height = 260
  42.     FileList = FileListBox1
  43.     IntegralHeight = True
  44.     ItemHeight = 16
  45.     TabOrder = 0
  46.   end
  47.   object DriveComboBox1: TDriveComboBox
  48.     Left = 9
  49.     Top = 277
  50.     Width = 148
  51.     Height = 19
  52.     DirList = DirectoryListBox1
  53.     TabOrder = 1
  54.   end
  55.   object FileEdit: TEdit
  56.     Left = 166
  57.     Top = 12
  58.     Width = 137
  59.     Height = 21
  60.     TabOrder = 2
  61.     Text = '*.bmp;*.ico;*.wmf;*.emf'
  62.     OnKeyPress = FileEditKeyPress
  63.   end
  64.   object UpDownGroup: TGroupBox
  65.     Left = 323
  66.     Top = 158
  67.     Width = 154
  68.     Height = 60
  69.     Caption = 'Up / Down'
  70.     TabOrder = 4
  71.     object SpeedButton1: TSpeedButton
  72.       Left = 116
  73.       Top = 26
  74.       Width = 25
  75.       Height = 25
  76.       AllowAllUp = True
  77.       GroupIndex = 1
  78.     end
  79.     object BitBtn1: TBitBtn
  80.       Left = 12
  81.       Top = 18
  82.       Width = 92
  83.       Height = 33
  84.       Caption = 'BitBtn1'
  85.       TabOrder = 0
  86.     end
  87.   end
  88.   object DisabledGrp: TGroupBox
  89.     Left = 323
  90.     Top = 220
  91.     Width = 154
  92.     Height = 60
  93.     Caption = 'Disabled'
  94.     TabOrder = 5
  95.     object SpeedButton2: TSpeedButton
  96.       Left = 116
  97.       Top = 25
  98.       Width = 25
  99.       Height = 25
  100.       Enabled = False
  101.     end
  102.     object BitBtn2: TBitBtn
  103.       Left = 11
  104.       Top = 18
  105.       Width = 92
  106.       Height = 33
  107.       Caption = 'BitBtn2'
  108.       Enabled = False
  109.       TabOrder = 0
  110.     end
  111.   end
  112.   object Panel1: TPanel
  113.     Left = 324
  114.     Top = 12
  115.     Width = 153
  116.     Height = 80
  117.     BevelInner = bvLowered
  118.     TabOrder = 6
  119.     object Image1: TImage
  120.       Left = 2
  121.       Top = 2
  122.       Width = 149
  123.       Height = 76
  124.       Align = alClient
  125.     end
  126.   end
  127.   object ViewBtn: TBitBtn
  128.     Left = 325
  129.     Top = 98
  130.     Width = 63
  131.     Height = 24
  132.     Caption = '&Full View'
  133.     TabOrder = 7
  134.     OnClick = ViewBtnClick
  135.   end
  136.   object FilterComboBox1: TFilterComboBox
  137.     Left = 166
  138.     Top = 275
  139.     Width = 140
  140.     Height = 21
  141.     FileList = FileListBox1
  142.     Filter = 
  143.       'Image Files (*.bmp, *.ico, *.wmf, *.emf)|*.bmp;*.ico;*.wmf;*.emf' +
  144.       '|Bitmap Files (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Metafiles (*.wmf' +
  145.       ', *.emf)|*.wmf;*.emf|All files (*.*)|*.*'
  146.     TabOrder = 3
  147.   end
  148.   object GlyphCheck: TCheckBox
  149.     Left = 327
  150.     Top = 137
  151.     Width = 104
  152.     Height = 17
  153.     Caption = '&View as Glyph'
  154.     TabOrder = 8
  155.     OnClick = GlyphCheckClick
  156.   end
  157.   object StretchCheck: TCheckBox
  158.     Left = 405
  159.     Top = 104
  160.     Width = 64
  161.     Height = 17
  162.     Caption = '&Stretch'
  163.     TabOrder = 9
  164.     OnClick = StretchCheckClick
  165.   end
  166.   object UpDownEdit: TEdit
  167.     Left = 439
  168.     Top = 286
  169.     Width = 24
  170.     Height = 21
  171.     Enabled = False
  172.     TabOrder = 10
  173.     Text = '1'
  174.     OnChange = UpDownEditChange
  175.   end
  176.   object UpDown1: TUpDown
  177.     Left = 463
  178.     Top = 286
  179.     Width = 12
  180.     Height = 21
  181.     Associate = UpDownEdit
  182.     Enabled = False
  183.     Min = 0
  184.     Position = 1
  185.     TabOrder = 11
  186.     Wrap = False
  187.   end
  188.   object FileListBox1: TFileListBox
  189.     Left = 164
  190.     Top = 36
  191.     Width = 139
  192.     Height = 231
  193.     FileEdit = FileEdit
  194.     ItemHeight = 13
  195.     Mask = '*.bmp;*.ico;*.wmf;*.emf'
  196.     TabOrder = 12
  197.     OnClick = FileListBox1Click
  198.   end
  199. end
  200.