home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / IMAGPRVW.dfm / IMAGPRVW.txt < prev   
Encoding:
Text File  |  1999-10-12  |  4.7 KB  |  212 lines

  1. object ImageForm: TImageForm
  2.   Left = 201
  3.   Top = 98
  4.   ActiveControl = FileEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select Image'
  8.   ClientHeight = 262
  9.   ClientWidth = 485
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PathLabel: TLabel
  24.     Left = 158
  25.     Top = 27
  26.     Width = 146
  27.     Height = 15
  28.     AutoSize = False
  29.     Caption = 'D:\Input\DLLDistributions'
  30.   end
  31.   object ImageName: TLabel
  32.     Left = 319
  33.     Top = 13
  34.     Width = 57
  35.     Height = 13
  36.     Caption = 'ImageName'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 4
  40.     Top = 216
  41.     Width = 81
  42.     Height = 13
  43.     Caption = 'List files of &type:  '
  44.     FocusControl = FilterCombo
  45.   end
  46.   object Label3: TLabel
  47.     Left = 158
  48.     Top = 216
  49.     Width = 36
  50.     Height = 13
  51.     Caption = 'Dri&ves: '
  52.     FocusControl = DriveCombo
  53.   end
  54.   object Label4: TLabel
  55.     Left = 4
  56.     Top = 8
  57.     Width = 54
  58.     Height = 13
  59.     Caption = 'File &name:  '
  60.     FocusControl = FileEdit
  61.   end
  62.   object Label5: TLabel
  63.     Left = 158
  64.     Top = 8
  65.     Width = 43
  66.     Height = 13
  67.     Caption = '&Folders:  '
  68.     FocusControl = DirectoryList
  69.   end
  70.   object PreviewBtn: TRxSpeedButton
  71.     Left = 455
  72.     Top = 4
  73.     Width = 24
  74.     Height = 23
  75.     Hint = 'Preview|'
  76.     Enabled = False
  77.     Flat = True
  78.     Glyph.Data = {
  79.       66010000424D6601000000000000760000002800000014000000140000000100
  80.       040000000000F000000000000000000000001000000000000000000000000000
  81.       80000080000000808000800000008000800080800000C0C0C000808080000000
  82.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  83.       DDDDDDDD0000DD00DDDDDDDDDDDDDDDD0000D0000DDDDDDDDDDDDDDD0000D0F0
  84.       00DDDDDDDDDDDDDD0000DD0F000DDDDDDDDDDDDD0000DDD0F000DDDDDDDDDDDD
  85.       0000DDDD0F00000008DDDDDD0000DDDDD0F008000800000D0000DDDDDD0080FF
  86.       FE80FE0D0000DDDDDD08D0EF0FE88F0D0000DDDDDD08D0F000FE0E0D0000DDDD
  87.       DD08D880E00F0F0D0000DDDDDD08DFFEFE000E0D0000DDDDDD888FFFEFE88F0D
  88.       0000DDDDDDD08DFEFE80FE0D0000DDDDDDDD0D6D6D00000D0000DDDDDDDDD800
  89.       08F0E0DD0000DDDDDDDDD0EFEFE00DDD0000DDDDDDDDD0000000DDDD0000DDDD
  90.       DDDDDDDDDDDDDDDD0000}
  91.     Layout = blGlyphLeft
  92.     OnClick = PreviewBtnClick
  93.   end
  94.   object DirectoryList: TDirectoryListBox
  95.     Left = 158
  96.     Top = 51
  97.     Width = 148
  98.     Height = 162
  99.     DirLabel = PathLabel
  100.     FileList = FileListBox
  101.     ItemHeight = 16
  102.     TabOrder = 2
  103.     OnChange = FileListBoxClick
  104.   end
  105.   object DriveCombo: TDriveComboBox
  106.     Left = 158
  107.     Top = 233
  108.     Width = 148
  109.     Height = 19
  110.     DirList = DirectoryList
  111.     TabOrder = 4
  112.   end
  113.   object FileEdit: TEdit
  114.     Left = 4
  115.     Top = 24
  116.     Width = 146
  117.     Height = 21
  118.     TabOrder = 0
  119.     Text = '*.bmp;*.ico;*.wmf'
  120.   end
  121.   object ImagePanel: TPanel
  122.     Left = 315
  123.     Top = 32
  124.     Width = 164
  125.     Height = 160
  126.     BevelInner = bvLowered
  127.     BevelOuter = bvNone
  128.     TabOrder = 5
  129.     object Image: TImage
  130.       Left = 1
  131.       Top = 1
  132.       Width = 162
  133.       Height = 158
  134.       Align = alClient
  135.       Center = True
  136.     end
  137.   end
  138.   object FileListBox: TFileListBox
  139.     Left = 4
  140.     Top = 51
  141.     Width = 146
  142.     Height = 148
  143.     FileEdit = FileEdit
  144.     FileType = [ftReadOnly, ftHidden, ftNormal]
  145.     IntegralHeight = True
  146.     ItemHeight = 16
  147.     Mask = '*.bmp;*.ico;*.wmf'
  148.     ShowGlyphs = True
  149.     TabOrder = 1
  150.     OnChange = FileListBoxChange
  151.     OnClick = FileListBoxClick
  152.     OnDblClick = FileListBoxDblClick
  153.   end
  154.   object FilterCombo: TFilterComboBox
  155.     Left = 4
  156.     Top = 233
  157.     Width = 146
  158.     Height = 21
  159.     FileList = FileListBox
  160.     Filter = 
  161.       'Image Files (*.bmp, *.ico, *.wmf)|*.bmp;*.ico;*.wmf|Bitmap Files' +
  162.       ' (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Metafiles (*.wmf)|*.wmf|All f' +
  163.       'iles (*.*)|*.*'
  164.     TabOrder = 3
  165.     OnChange = FileListBoxClick
  166.   end
  167.   object StretchCheck: TCheckBox
  168.     Left = 321
  169.     Top = 198
  170.     Width = 116
  171.     Height = 15
  172.     Caption = ' &Stretch '
  173.     TabOrder = 6
  174.     OnClick = StretchCheckClick
  175.   end
  176.   object OkBtn: TButton
  177.     Left = 318
  178.     Top = 228
  179.     Width = 77
  180.     Height = 25
  181.     Caption = 'OK'
  182.     Default = True
  183.     TabOrder = 7
  184.     OnClick = OkBtnClick
  185.   end
  186.   object CancelBtn: TButton
  187.     Left = 401
  188.     Top = 228
  189.     Width = 77
  190.     Height = 25
  191.     Cancel = True
  192.     Caption = 'Cancel'
  193.     ModalResult = 2
  194.     TabOrder = 8
  195.   end
  196.   object FilePics: TPicClip
  197.     Cols = 11
  198.     Picture.Data = {<image001.bmp>}
  199.     Left = 244
  200.     Top = 6
  201.   end
  202.   object FormStorage: TFormStorage
  203.     IniFileName = 'DELPHI.INI'
  204.     IniSection = 'RX.ImagePreview'
  205.     StoredProps.Strings = (
  206.       'StretchCheck.Checked')
  207.     StoredValues = <>
  208.     Left = 272
  209.     Top = 6
  210.   end
  211. end
  212.