home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Pcwk32.exe / 0 / RCDATA / TCP_FRM / TCP_FRM.txt < prev   
Text File  |  2000-05-23  |  5KB  |  246 lines

  1. object CP_FRM: TCP_FRM
  2.   Left = 176
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'CP_FRM'
  7.   ClientHeight = 353
  8.   ClientWidth = 497
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BG_IM: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 497
  26.     Height = 353
  27.     AutoSize = True
  28.     Picture.Data = {<image000.bmp>}
  29.     Visible = False
  30.   end
  31.   object Label1: TLabel
  32.     Left = 56
  33.     Top = 40
  34.     Width = 51
  35.     Height = 16
  36.     Caption = 'Scie∩┐╜ka:'
  37.     Color = clBlack
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clYellow
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentColor = False
  44.     ParentFont = False
  45.   end
  46.   object Label2: TLabel
  47.     Left = 56
  48.     Top = 80
  49.     Width = 49
  50.     Height = 16
  51.     Caption = 'Foldery:'
  52.     Color = clBlack
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clYellow
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentColor = False
  59.     ParentFont = False
  60.   end
  61.   object Label3: TLabel
  62.     Left = 56
  63.     Top = 240
  64.     Width = 52
  65.     Height = 16
  66.     Caption = 'Nap∩┐╜dy:'
  67.     Color = clBlack
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clYellow
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentColor = False
  74.     ParentFont = False
  75.   end
  76.   object PB: TGauge
  77.     Left = 376
  78.     Top = 240
  79.     Width = 65
  80.     Height = 65
  81.     BackColor = clBlack
  82.     BorderStyle = bsNone
  83.     Color = clBlack
  84.     ForeColor = clYellow
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -19
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     Kind = gkPie
  91.     ParentColor = False
  92.     ParentFont = False
  93.     Progress = 0
  94.   end
  95.   object Label4: TLabel
  96.     Left = 56
  97.     Top = 120
  98.     Width = 34
  99.     Height = 13
  100.     Caption = 'Wolne:'
  101.     Color = clBlack
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clYellow
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentColor = False
  108.     ParentFont = False
  109.   end
  110.   object Label5: TLabel
  111.     Left = 56
  112.     Top = 184
  113.     Width = 47
  114.     Height = 13
  115.     Caption = 'Wielko∩┐╜∩┐╜:'
  116.     Color = clBlack
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clYellow
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = []
  122.     ParentColor = False
  123.     ParentFont = False
  124.   end
  125.   object DLB: TDirectoryListBox
  126.     Left = 120
  127.     Top = 77
  128.     Width = 321
  129.     Height = 148
  130.     Color = clBlack
  131.     Ctl3D = True
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clYellow
  134.     Font.Height = -13
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ItemHeight = 16
  138.     ParentCtl3D = False
  139.     ParentFont = False
  140.     TabOrder = 0
  141.     OnChange = DLBChange
  142.   end
  143.   object DCB: TDriveComboBox
  144.     Left = 120
  145.     Top = 240
  146.     Width = 241
  147.     Height = 22
  148.     Color = clBlack
  149.     Ctl3D = False
  150.     DirList = DLB
  151.     Font.Charset = DEFAULT_CHARSET
  152.     Font.Color = clYellow
  153.     Font.Height = -13
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentCtl3D = False
  157.     ParentFont = False
  158.     TabOrder = 1
  159.     OnChange = DCBChange
  160.   end
  161.   object FLD_ED: TEdit
  162.     Left = 120
  163.     Top = 40
  164.     Width = 321
  165.     Height = 24
  166.     Color = clBlack
  167.     Ctl3D = True
  168.     Font.Charset = DEFAULT_CHARSET
  169.     Font.Color = clYellow
  170.     Font.Height = -13
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = []
  173.     ParentCtl3D = False
  174.     ParentFont = False
  175.     TabOrder = 2
  176.   end
  177.   object Panel1: TPanel
  178.     Left = 120
  179.     Top = 280
  180.     Width = 113
  181.     Height = 25
  182.     Caption = 'Powr∩┐╜t'
  183.     Color = clGray
  184.     Font.Charset = DEFAULT_CHARSET
  185.     Font.Color = clYellow
  186.     Font.Height = -13
  187.     Font.Name = 'MS Sans Serif'
  188.     Font.Style = []
  189.     ParentFont = False
  190.     TabOrder = 3
  191.     OnClick = Panel1Click
  192.     OnMouseDown = Panel1MouseDown
  193.     OnMouseUp = Panel1MouseUp
  194.   end
  195.   object Panel2: TPanel
  196.     Left = 248
  197.     Top = 280
  198.     Width = 113
  199.     Height = 25
  200.     Caption = 'Kopiuj'
  201.     Color = clGray
  202.     Font.Charset = DEFAULT_CHARSET
  203.     Font.Color = clYellow
  204.     Font.Height = -13
  205.     Font.Name = 'MS Sans Serif'
  206.     Font.Style = []
  207.     ParentFont = False
  208.     TabOrder = 4
  209.     OnClick = Panel2Click
  210.     OnMouseDown = Panel2MouseDown
  211.     OnMouseUp = Panel2MouseUp
  212.   end
  213.   object DISKSL: TPanel
  214.     Left = 56
  215.     Top = 136
  216.     Width = 65
  217.     Height = 25
  218.     BevelOuter = bvLowered
  219.     Caption = '999 GB'
  220.     Color = clBlack
  221.     Font.Charset = DEFAULT_CHARSET
  222.     Font.Color = clYellow
  223.     Font.Height = -11
  224.     Font.Name = 'MS Sans Serif'
  225.     Font.Style = [fsBold]
  226.     ParentFont = False
  227.     TabOrder = 5
  228.   end
  229.   object PRGSL: TPanel
  230.     Left = 56
  231.     Top = 200
  232.     Width = 65
  233.     Height = 25
  234.     BevelOuter = bvLowered
  235.     Caption = '156 MB'
  236.     Color = clBlack
  237.     Font.Charset = DEFAULT_CHARSET
  238.     Font.Color = clYellow
  239.     Font.Height = -11
  240.     Font.Name = 'MS Sans Serif'
  241.     Font.Style = [fsBold]
  242.     ParentFont = False
  243.     TabOrder = 6
  244.   end
  245. end
  246.