home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / olympus / ik32_15t / delphi2.shr / UPBDISK.DFM / UPBDISK.txt < prev   
Encoding:
Text File  |  1996-08-01  |  7.0 KB  |  310 lines

  1. object PB_DiskControl32V1: TPB_DiskControl32V1
  2.   Left = 451
  3.   Top = 366
  4.   BorderStyle = bsDialog
  5.   Caption = 'Disk Control'
  6.   ClientHeight = 365
  7.   ClientWidth = 493
  8.   Color = clSilver
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object PB_Directory_Label: TLabel
  20.     Left = 174
  21.     Top = 30
  22.     Width = 147
  23.     Height = 14
  24.     Hint = 'Selected Path'
  25.     Caption = 'E:\...\IK\SAMPLES\OCX\Delphi2'
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.   end
  29.   object PB_Filename_Label: TLabel
  30.     Left = 16
  31.     Top = 6
  32.     Width = 52
  33.     Height = 14
  34.     Caption = 'File &Name :'
  35.   end
  36.   object PB_Dir_Label: TLabel
  37.     Left = 174
  38.     Top = 6
  39.     Width = 55
  40.     Height = 14
  41.     Caption = '&Directories '
  42.   end
  43.   object PB_Bevel_Frame: TBevel
  44.     Left = 349
  45.     Top = 10
  46.     Width = 128
  47.     Height = 246
  48.     Shape = bsFrame
  49.   end
  50.   object PB_File_List: TFileListBox
  51.     Left = 16
  52.     Top = 56
  53.     Width = 145
  54.     Height = 170
  55.     Hint = 'File List - Click File to Preview or Select File'
  56.     Color = clAqua
  57.     FileEdit = PB_File_Name
  58.     ItemHeight = 16
  59.     ParentShowHint = False
  60.     ShowGlyphs = True
  61.     ShowHint = True
  62.     TabOrder = 0
  63.     OnClick = PB_File_ListClick
  64.   end
  65.   object PB_Selected_Extension: TFilterComboBox
  66.     Left = 16
  67.     Top = 235
  68.     Width = 145
  69.     Height = 22
  70.     Hint = 'Select Filter'
  71.     Color = clAqua
  72.     FileList = PB_File_List
  73.     Filter = 
  74.       'All files (*.*)|*.*|Tif (*.TIF - No LZW)|*.tif|Targa (*.TGA)|*.t' +
  75.       'ga|Bitmaps (*.BMP)|*.bmp|DIBS (*.DIB)|*.dib|PCX (*.PCX)|*.pcx|JP' +
  76.       'EG (*.JPG)|*.jpg|MS Paint (*.MSP)|*.msp|Fractel (*.FIF)|*.fif|PN' +
  77.       'G (*.PNG)|*.png'
  78.     ParentShowHint = False
  79.     ShowHint = True
  80.     TabOrder = 1
  81.   end
  82.   object PB_Selected_Drive: TDriveComboBox
  83.     Left = 174
  84.     Top = 235
  85.     Width = 169
  86.     Height = 20
  87.     Hint = 'Select Drive'
  88.     Color = clAqua
  89.     DirList = PB_Directory_list
  90.     ParentShowHint = False
  91.     ShowHint = True
  92.     TabOrder = 2
  93.   end
  94.   object PB_File_Name: TEdit
  95.     Left = 16
  96.     Top = 26
  97.     Width = 145
  98.     Height = 22
  99.     Hint = 'Selected File Name'
  100.     Color = clAqua
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.     TabOrder = 3
  104.     Text = '*.*'
  105.   end
  106.   object PB_Directory_list: TDirectoryListBox
  107.     Left = 174
  108.     Top = 56
  109.     Width = 169
  110.     Height = 170
  111.     Hint = 'Directory of Active Drive'
  112.     Color = clAqua
  113.     DirLabel = PB_Directory_Label
  114.     FileList = PB_File_List
  115.     ItemHeight = 16
  116.     ParentShowHint = False
  117.     ShowHint = True
  118.     TabOrder = 4
  119.   end
  120.   object PB_Disk_OK_Icon: TBitBtn
  121.     Left = 387
  122.     Top = 20
  123.     Width = 83
  124.     Height = 29
  125.     TabOrder = 5
  126.     OnClick = PB_Disk_OK_IconClick
  127.     Kind = bkOK
  128.   end
  129.   object PB_Disk_Cancel_Icon: TBitBtn
  130.     Left = 387
  131.     Top = 54
  132.     Width = 83
  133.     Height = 29
  134.     TabOrder = 6
  135.     OnClick = PB_Disk_Cancel_IconClick
  136.     Kind = bkCancel
  137.   end
  138.   object PB_Preview_Panel: TPanel
  139.     Left = 356
  140.     Top = 90
  141.     Width = 114
  142.     Height = 116
  143.     BevelOuter = bvLowered
  144.     Color = clSilver
  145.     TabOrder = 7
  146.     object PB_Preview_Image: TPicbuf
  147.       Left = 2
  148.       Top = 2
  149.       Width = 109
  150.       Height = 111
  151.       Hint = 'Image Preview - Click on File List to Preview'
  152.       ParentColor = False
  153.       ParentFont = False
  154.       ParentShowHint = False
  155.       ShowHint = True
  156.       TabOrder = 0
  157.       OnChange = PB_Preview_ImageChange
  158.       ControlData = {
  159.         00000100A0220000B4150000FD00000000080000800F000080000352E30B918F
  160.         CE119DE300AA004BB851010000009001444201000D4D532053616E7320536572
  161.         6966000001000000000000000000000000000001000000000000010000000000
  162.         00000000000000000000000000FF000000000000000000000000010001000000
  163.         0001000A0000000000000000000000000000000000000000}
  164.     end
  165.   end
  166.   object PB_Preview: TCheckBox
  167.     Left = 356
  168.     Top = 212
  169.     Width = 89
  170.     Height = 17
  171.     Hint = 'Enable / Disable Preview Image'
  172.     Caption = 'Preview'
  173.     ParentShowHint = False
  174.     ShowHint = True
  175.     State = cbChecked
  176.     TabOrder = 8
  177.     OnClick = PB_PreviewClick
  178.   end
  179.   object PB_JPG_Options: TGroupBox
  180.     Left = 16
  181.     Top = 266
  182.     Width = 187
  183.     Height = 83
  184.     Caption = ' Jpg / Png Options [ Save Only ] '
  185.     TabOrder = 9
  186.     object PB_JPG_VALUE: TSpinEdit
  187.       Left = 10
  188.       Top = 20
  189.       Width = 70
  190.       Height = 23
  191.       Hint = 'JPG Compression Level [5 to 100]'
  192.       Color = clAqua
  193.       Enabled = False
  194.       MaxValue = 100
  195.       MinValue = 5
  196.       ParentShowHint = False
  197.       ShowHint = True
  198.       TabOrder = 0
  199.       Value = 100
  200.     end
  201.     object PB_Write_Options: TComboBox
  202.       Left = 10
  203.       Top = 50
  204.       Width = 168
  205.       Height = 22
  206.       Hint = 'JPG and PNG Write Options - Sub Format'
  207.       Style = csDropDownList
  208.       Color = clAqua
  209.       Enabled = False
  210.       ItemHeight = 14
  211.       Items.Strings = (
  212.         'None [Default]'
  213.         'Progressive Display File [PRG]'
  214.         '8 Bit GreyScale JPG'
  215.         '8 Bit GreyScale JPG [PRG]')
  216.       ParentShowHint = False
  217.       ShowHint = True
  218.       TabOrder = 1
  219.     end
  220.   end
  221.   object PB_Fractel_Options: TGroupBox
  222.     Left = 210
  223.     Top = 266
  224.     Width = 267
  225.     Height = 83
  226.     Caption = ' Fractel Decompression  [ Load Only ] '
  227.     TabOrder = 10
  228.     object PB_FIF_Height: TSpinEdit
  229.       Left = 186
  230.       Top = 18
  231.       Width = 70
  232.       Height = 23
  233.       Hint = 'FIF Height - User Set'
  234.       Color = clAqua
  235.       Enabled = False
  236.       MaxValue = 3000
  237.       MinValue = 10
  238.       ParentShowHint = False
  239.       ShowHint = True
  240.       TabOrder = 0
  241.       Value = 100
  242.     end
  243.     object PB_FIF_Width: TSpinEdit
  244.       Left = 186
  245.       Top = 50
  246.       Width = 70
  247.       Height = 23
  248.       Hint = 'FIF Width - User Set'
  249.       Color = clAqua
  250.       Enabled = False
  251.       MaxValue = 3000
  252.       MinValue = 10
  253.       ParentShowHint = False
  254.       ShowHint = True
  255.       TabOrder = 1
  256.       Value = 100
  257.     end
  258.     object PB_FIF_Options: TComboBox
  259.       Left = 8
  260.       Top = 18
  261.       Width = 168
  262.       Height = 22
  263.       Hint = 'Fractal  Decompression Depth Options'
  264.       Style = csDropDownList
  265.       Color = clAqua
  266.       Enabled = False
  267.       ItemHeight = 14
  268.       Items.Strings = (
  269.         '24 Bit True Colour'
  270.         '8 Bit Dithered'
  271.         '4 Bit Dithered'
  272.         '8 Bit Non Dithered'
  273.         '4 Bit Non Dithered')
  274.       ParentShowHint = False
  275.       ShowHint = True
  276.       TabOrder = 2
  277.     end
  278.     object PB_FIF_Scale: TComboBox
  279.       Left = 8
  280.       Top = 50
  281.       Width = 168
  282.       Height = 22
  283.       Hint = 'Fractal Decompression Scale Options'
  284.       Style = csDropDownList
  285.       Color = clAqua
  286.       Enabled = False
  287.       ItemHeight = 14
  288.       Items.Strings = (
  289.         'Full Scale'
  290.         'Half Scale'
  291.         'Double Scale'
  292.         'User Set Width and Height')
  293.       ParentShowHint = False
  294.       ShowHint = True
  295.       TabOrder = 3
  296.     end
  297.   end
  298.   object PB_Commonpalette: TCheckBox
  299.     Left = 356
  300.     Top = 234
  301.     Width = 114
  302.     Height = 17
  303.     Hint = 'Map all 8 Bit Images upon load to Common Palette'
  304.     Caption = 'Map 8 Bit'
  305.     ParentShowHint = False
  306.     ShowHint = True
  307.     TabOrder = 11
  308.   end
  309. end
  310.