home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / imagview.pak / IMAGEWIN.DFM / IMAGEWIN.txt
Encoding:
Text File  |  1995-08-24  |  3.8 KB  |  203 lines

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