home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLGPACKERINFO / TDLGPACKERINFO.txt
Text File  |  1998-03-18  |  7KB  |  324 lines

  1. object DLGPACKERINFO: TDLGPACKERINFO
  2.   Tag = 1
  3.   Left = 261
  4.   Top = 98
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Properties of packed file'
  8.   ClientHeight = 323
  9.   ClientWidth = 335
  10.   Font.Color = clBtnText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Close: TButton
  18.     Tag = 12
  19.     Left = 100
  20.     Top = 298
  21.     Width = 85
  22.     Height = 22
  23.     Cancel = True
  24.     Caption = 'Close'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = CloseClick
  29.   end
  30.   object id_Unpackandstart: TButton
  31.     Tag = 13
  32.     Left = 188
  33.     Top = 298
  34.     Width = 140
  35.     Height = 22
  36.     Caption = '&Unpack and execute'
  37.     TabOrder = 1
  38.     OnClick = id_UnpackandstartClick
  39.   end
  40.   object TabbedNotebook1: TTabbedNotebook
  41.     Tag = 2
  42.     Left = 4
  43.     Top = 4
  44.     Width = 329
  45.     Height = 289
  46.     TabFont.Color = clBtnText
  47.     TabFont.Height = -11
  48.     TabFont.Name = 'MS Sans Serif'
  49.     TabFont.Style = []
  50.     TabOrder = 2
  51.     object TTabPage
  52.       Left = 4
  53.       Top = 24
  54.       Caption = 'General'
  55.       object pFile: TLabel
  56.         Tag = 3
  57.         Left = 10
  58.         Top = 10
  59.         Width = 50
  60.         Height = 16
  61.         AutoSize = False
  62.         Caption = 'File:'
  63.       end
  64.       object Packer: TLabel
  65.         Tag = 4
  66.         Left = 10
  67.         Top = 49
  68.         Width = 130
  69.         Height = 16
  70.         AutoSize = False
  71.         Caption = 'Packer:'
  72.       end
  73.       object Originalsize: TLabel
  74.         Tag = 5
  75.         Left = 10
  76.         Top = 73
  77.         Width = 130
  78.         Height = 16
  79.         AutoSize = False
  80.         Caption = 'Original size:'
  81.       end
  82.       object Packedsize: TLabel
  83.         Tag = 6
  84.         Left = 10
  85.         Top = 96
  86.         Width = 130
  87.         Height = 16
  88.         AutoSize = False
  89.         Caption = 'Packed size:'
  90.       end
  91.       object Compressionratio: TLabel
  92.         Tag = 7
  93.         Left = 10
  94.         Top = 120
  95.         Width = 130
  96.         Height = 16
  97.         AutoSize = False
  98.         Caption = 'Compression ratio:'
  99.       end
  100.       object Method: TLabel
  101.         Tag = 8
  102.         Left = 10
  103.         Top = 143
  104.         Width = 130
  105.         Height = 16
  106.         AutoSize = False
  107.         Caption = 'Method:'
  108.       end
  109.       object Date: TLabel
  110.         Tag = 9
  111.         Left = 10
  112.         Top = 183
  113.         Width = 130
  114.         Height = 16
  115.         AutoSize = False
  116.         Caption = 'Date:'
  117.       end
  118.       object Time: TLabel
  119.         Tag = 10
  120.         Left = 10
  121.         Top = 206
  122.         Width = 130
  123.         Height = 16
  124.         AutoSize = False
  125.         Caption = 'Time:'
  126.       end
  127.       object Attributes: TLabel
  128.         Tag = 11
  129.         Left = 10
  130.         Top = 230
  131.         Width = 130
  132.         Height = 16
  133.         AutoSize = False
  134.         Caption = 'Attributes:'
  135.       end
  136.       object Bevel1: TBevel
  137.         Left = 10
  138.         Top = 36
  139.         Width = 300
  140.         Height = 9
  141.         Shape = bsTopLine
  142.       end
  143.       object Bevel2: TBevel
  144.         Left = 10
  145.         Top = 169
  146.         Width = 300
  147.         Height = 9
  148.         Shape = bsTopLine
  149.       end
  150.       object packed_file: TCopyLabel
  151.         Left = 60
  152.         Top = 10
  153.         Width = 259
  154.         Height = 16
  155.         TabStop = False
  156.         AutoSize = False
  157.         BorderStyle = bsNone
  158.         Color = clBtnFace
  159.         Ctl3D = False
  160.         ParentCtl3D = False
  161.         ReadOnly = True
  162.         TabOrder = 0
  163.         Text = '?'
  164.         Caption = '?'
  165.         ShowAccelChar = False
  166.         WordWrap = True
  167.       end
  168.       object packed_packer: TCopyLabel
  169.         Left = 141
  170.         Top = 49
  171.         Width = 175
  172.         Height = 16
  173.         TabStop = False
  174.         AutoSize = False
  175.         BorderStyle = bsNone
  176.         Color = clBtnFace
  177.         Ctl3D = False
  178.         ParentCtl3D = False
  179.         ReadOnly = True
  180.         TabOrder = 1
  181.         Text = '?'
  182.         Caption = '?'
  183.         ShowAccelChar = False
  184.         WordWrap = False
  185.       end
  186.       object packed_orgsize: TCopyLabel
  187.         Left = 141
  188.         Top = 73
  189.         Width = 175
  190.         Height = 16
  191.         TabStop = False
  192.         AutoSize = False
  193.         BorderStyle = bsNone
  194.         Color = clBtnFace
  195.         Ctl3D = False
  196.         ParentCtl3D = False
  197.         ReadOnly = True
  198.         TabOrder = 2
  199.         Text = '?'
  200.         Caption = '?'
  201.         ShowAccelChar = False
  202.         WordWrap = False
  203.       end
  204.       object packed_packedsize: TCopyLabel
  205.         Left = 141
  206.         Top = 96
  207.         Width = 175
  208.         Height = 16
  209.         TabStop = False
  210.         AutoSize = False
  211.         BorderStyle = bsNone
  212.         Color = clBtnFace
  213.         Ctl3D = False
  214.         ParentCtl3D = False
  215.         ReadOnly = True
  216.         TabOrder = 3
  217.         Text = '?'
  218.         Caption = '?'
  219.         ShowAccelChar = False
  220.         WordWrap = False
  221.       end
  222.       object packed_compression: TCopyLabel
  223.         Left = 141
  224.         Top = 120
  225.         Width = 175
  226.         Height = 16
  227.         TabStop = False
  228.         AutoSize = False
  229.         BorderStyle = bsNone
  230.         Color = clBtnFace
  231.         Ctl3D = False
  232.         ParentCtl3D = False
  233.         ReadOnly = True
  234.         TabOrder = 4
  235.         Text = '?'
  236.         Caption = '?'
  237.         ShowAccelChar = False
  238.         WordWrap = False
  239.       end
  240.       object packed_method: TCopyLabel
  241.         Left = 141
  242.         Top = 143
  243.         Width = 175
  244.         Height = 16
  245.         TabStop = False
  246.         AutoSize = False
  247.         BorderStyle = bsNone
  248.         Color = clBtnFace
  249.         Ctl3D = False
  250.         ParentCtl3D = False
  251.         ReadOnly = True
  252.         TabOrder = 5
  253.         Text = '?'
  254.         Caption = '?'
  255.         ShowAccelChar = False
  256.         WordWrap = False
  257.       end
  258.       object packed_date: TCopyLabel
  259.         Left = 141
  260.         Top = 183
  261.         Width = 175
  262.         Height = 16
  263.         TabStop = False
  264.         AutoSize = False
  265.         BorderStyle = bsNone
  266.         Color = clBtnFace
  267.         Ctl3D = False
  268.         ParentCtl3D = False
  269.         ReadOnly = True
  270.         TabOrder = 6
  271.         Text = '?'
  272.         Caption = '?'
  273.         ShowAccelChar = False
  274.         WordWrap = False
  275.       end
  276.       object packed_time: TCopyLabel
  277.         Left = 141
  278.         Top = 206
  279.         Width = 175
  280.         Height = 16
  281.         TabStop = False
  282.         AutoSize = False
  283.         BorderStyle = bsNone
  284.         Color = clBtnFace
  285.         Ctl3D = False
  286.         ParentCtl3D = False
  287.         ReadOnly = True
  288.         TabOrder = 7
  289.         Text = '?'
  290.         Caption = '?'
  291.         ShowAccelChar = False
  292.         WordWrap = False
  293.       end
  294.       object packed_attr: TCopyLabel
  295.         Left = 141
  296.         Top = 230
  297.         Width = 175
  298.         Height = 16
  299.         TabStop = False
  300.         AutoSize = False
  301.         BorderStyle = bsNone
  302.         Color = clBtnFace
  303.         Ctl3D = False
  304.         ParentCtl3D = False
  305.         ReadOnly = True
  306.         TabOrder = 8
  307.         Text = '?'
  308.         Caption = '?'
  309.         ShowAccelChar = False
  310.         WordWrap = False
  311.       end
  312.     end
  313.   end
  314.   object Translate1: TTranslate
  315.     Tag = 5420
  316.     Left = 8
  317.     Top = 296
  318.   end
  319.   object ResolutionFix1: TResolutionFix
  320.     Left = 44
  321.     Top = 296
  322.   end
  323. end
  324.