home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / support / IMAGECOM / IVCM.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1997-09-24  |  5.0 KB  |  234 lines

  1. object Form1: TForm1
  2.   Left = 6
  3.   Top = 424
  4.   Width = 524
  5.   Height = 303
  6.   Caption = 'Image Compression Manager V1.1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 0
  19.     Top = 49
  20.     Width = 414
  21.     Height = 227
  22.     ActivePage = UTabSheet
  23.     Align = alClient
  24.     TabOrder = 0
  25.     OnChange = PageControl1Change
  26.     object UTabSheet: TTabSheet
  27.       Caption = 'Not Compressed'
  28.       object TPanel
  29.         Left = 0
  30.         Top = 0
  31.         Width = 406
  32.         Height = 199
  33.         Align = alClient
  34.         BevelOuter = bvNone
  35.         TabOrder = 0
  36.         object UListView: TListView
  37.           Left = 0
  38.           Top = 0
  39.           Width = 406
  40.           Height = 199
  41.           Align = alClient
  42.           Columns = <
  43.             item
  44.               Caption = 'File Name'
  45.               Width = 110
  46.             end
  47.             item
  48.               Alignment = taRightJustify
  49.               Caption = 'File Size'
  50.               Width = 65
  51.             end
  52.             item
  53.               Caption = 'Image Name'
  54.               Width = 100
  55.             end
  56.             item
  57.               Alignment = taRightJustify
  58.               Caption = 'Image Size'
  59.               Width = 65
  60.             end
  61.             item
  62.               Alignment = taRightJustify
  63.               Caption = 'Ratio'
  64.               Width = 40
  65.             end>
  66.           ReadOnly = True
  67.           MultiSelect = True
  68.           RowSelect = True
  69.           SortType = stText
  70.           TabOrder = 0
  71.           ViewStyle = vsReport
  72.         end
  73.       end
  74.     end
  75.     object CTabSheet: TTabSheet
  76.       Caption = 'Compressed'
  77.       object CListView: TListView
  78.         Left = 0
  79.         Top = 0
  80.         Width = 406
  81.         Height = 199
  82.         Align = alClient
  83.         Columns = <
  84.           item
  85.             Caption = 'File Name'
  86.             Width = 110
  87.           end
  88.           item
  89.             Alignment = taRightJustify
  90.             Caption = 'File Size'
  91.             Width = 65
  92.           end
  93.           item
  94.             Caption = 'Image Name'
  95.             Width = 100
  96.           end
  97.           item
  98.             Alignment = taRightJustify
  99.             Caption = 'Image Size'
  100.             Width = 65
  101.           end
  102.           item
  103.             Alignment = taRightJustify
  104.             Caption = 'Ratio'
  105.             Width = 40
  106.           end>
  107.         ReadOnly = True
  108.         MultiSelect = True
  109.         RowSelect = True
  110.         SortType = stText
  111.         TabOrder = 0
  112.         ViewStyle = vsReport
  113.       end
  114.     end
  115.   end
  116.   object Panel1: TPanel
  117.     Left = 414
  118.     Top = 49
  119.     Width = 102
  120.     Height = 227
  121.     Align = alRight
  122.     BevelOuter = bvNone
  123.     TabOrder = 1
  124.     object AllButton: TButton
  125.       Left = 16
  126.       Top = 24
  127.       Width = 75
  128.       Height = 25
  129.       Caption = 'Select &All'
  130.       TabOrder = 0
  131.       OnClick = AllButtonClick
  132.     end
  133.     object NoneButton: TButton
  134.       Left = 16
  135.       Top = 56
  136.       Width = 75
  137.       Height = 25
  138.       Caption = 'Select &None'
  139.       TabOrder = 1
  140.       OnClick = NoneButtonClick
  141.     end
  142.     object Panel4: TPanel
  143.       Left = 0
  144.       Top = 186
  145.       Width = 102
  146.       Height = 41
  147.       Align = alBottom
  148.       BevelOuter = bvNone
  149.       TabOrder = 2
  150.       object DCButton: TButton
  151.         Left = 16
  152.         Top = 8
  153.         Width = 75
  154.         Height = 25
  155.         Caption = '&Compress'
  156.         TabOrder = 0
  157.         OnClick = DCButtonClick
  158.       end
  159.     end
  160.   end
  161.   object Panel2: TPanel
  162.     Left = 0
  163.     Top = 0
  164.     Width = 516
  165.     Height = 49
  166.     Align = alTop
  167.     BevelOuter = bvNone
  168.     TabOrder = 2
  169.     object Label1: TLabel
  170.       Left = 8
  171.       Top = 16
  172.       Width = 32
  173.       Height = 13
  174.       Caption = 'Folder:'
  175.     end
  176.     object Label2: TLabel
  177.       Left = 48
  178.       Top = 16
  179.       Width = 361
  180.       Height = 13
  181.       AutoSize = False
  182.       Color = clBtnFace
  183.       Font.Charset = DEFAULT_CHARSET
  184.       Font.Color = clBtnText
  185.       Font.Height = -11
  186.       Font.Name = 'MS Sans Serif'
  187.       Font.Style = []
  188.       ParentColor = False
  189.       ParentFont = False
  190.     end
  191.     object Bevel1: TBevel
  192.       Left = 47
  193.       Top = 15
  194.       Width = 362
  195.       Height = 15
  196.     end
  197.     object Panel3: TPanel
  198.       Left = 423
  199.       Top = 0
  200.       Width = 93
  201.       Height = 49
  202.       Align = alRight
  203.       BevelOuter = bvNone
  204.       TabOrder = 0
  205.       object BrowseButton: TButton
  206.         Left = 6
  207.         Top = 10
  208.         Width = 75
  209.         Height = 25
  210.         Caption = '&Browse...'
  211.         TabOrder = 0
  212.         OnClick = BrowseButtonClick
  213.       end
  214.     end
  215.   end
  216.   object BrowseFolder1: TBrowseFolder
  217.     Title = 
  218.       'Select a folder which contains the images you want to compress/d' +
  219.       'ecompress.'
  220.     Flags = [bfFileSysDirsOnly, bfStatusText]
  221.     ShowPathInStatusArea = True
  222.     CustomButtonEnabled = False
  223.     SyncCustomButton = False
  224.     Left = 455
  225.     Top = 160
  226.   end
  227.   object ProgressDlg1: TProgressDlg
  228.     Caption = 'Progress'
  229.     Width = 256
  230.     Left = 455
  231.     Top = 193
  232.   end
  233. end
  234.