home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TDLGPROGRESS / TDLGPROGRESS.txt
Text File  |  2002-09-16  |  6KB  |  279 lines

  1. object dlgProgress: TdlgProgress
  2.   Left = 386
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 291
  8.   ClientWidth = 418
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblProgress: TIntlLabel
  21.     Left = 24
  22.     Top = 121
  23.     Width = 165
  24.     Height = 13
  25.     Caption = 'Entire Process'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object lblProgBar1: TIntlLabel
  34.     Left = 39
  35.     Top = 146
  36.     Width = 164
  37.     Height = 13
  38.     Caption = 'Entire Process'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object lblProgBar2: TIntlLabel
  47.     Left = 39
  48.     Top = 171
  49.     Width = 164
  50.     Height = 13
  51.     Caption = 'Entire Process'
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.   end
  59.   object lblProgBar3: TIntlLabel
  60.     Left = 39
  61.     Top = 196
  62.     Width = 164
  63.     Height = 13
  64.     Caption = 'Entire Process'
  65.     Font.Charset = ANSI_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object lblProgBar4: TIntlLabel
  73.     Left = 39
  74.     Top = 221
  75.     Width = 164
  76.     Height = 13
  77.     Caption = 'Entire Process'
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.   end
  85.   object lblOpLabel: TIntlLabel
  86.     Left = 24
  87.     Top = 8
  88.     Width = 153
  89.     Height = 13
  90.     Caption = 'Current operation'
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.   end
  98.   object btnCancel: TButton
  99.     Left = 219
  100.     Top = 255
  101.     Width = 75
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = '&Cancel'
  105.     Font.Charset = ANSI_CHARSET
  106.     Font.Color = clBlack
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 0
  112.     OnClick = btnCancelClick
  113.   end
  114.   object btnOK: TButton
  115.     Left = 123
  116.     Top = 255
  117.     Width = 75
  118.     Height = 25
  119.     Caption = '&OK'
  120.     Font.Charset = ANSI_CHARSET
  121.     Font.Color = clBlack
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     ParentFont = False
  126.     TabOrder = 1
  127.     OnClick = btnOKClick
  128.   end
  129.   object pnlTotal: TPanel
  130.     Left = 152
  131.     Top = 116
  132.     Width = 241
  133.     Height = 21
  134.     BevelOuter = bvNone
  135.     BorderStyle = bsSingle
  136.     TabOrder = 2
  137.     object prgBarTotal: TProgBar
  138.       Left = 0
  139.       Top = 0
  140.       Width = 237
  141.       Height = 17
  142.       Align = alClient
  143.       Color = clBtnFace
  144.       Font.Charset = ANSI_CHARSET
  145.       Font.Color = clBlack
  146.       Font.Height = -11
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = [fsBold]
  149.       ForeColor = clNavy
  150.       ParentColor = False
  151.       ParentFont = False
  152.     end
  153.   end
  154.   object pnlProgBar1: TPanel
  155.     Left = 229
  156.     Top = 141
  157.     Width = 164
  158.     Height = 21
  159.     BevelOuter = bvNone
  160.     BorderStyle = bsSingle
  161.     TabOrder = 3
  162.     object prgBar1: TProgBar
  163.       Left = 0
  164.       Top = 0
  165.       Width = 160
  166.       Height = 17
  167.       Align = alClient
  168.       Color = clBtnFace
  169.       Font.Charset = ANSI_CHARSET
  170.       Font.Color = clBlack
  171.       Font.Height = -11
  172.       Font.Name = 'MS Sans Serif'
  173.       Font.Style = [fsBold]
  174.       ForeColor = clNavy
  175.       ParentColor = False
  176.       ParentFont = False
  177.     end
  178.   end
  179.   object pnlProgBar2: TPanel
  180.     Left = 229
  181.     Top = 166
  182.     Width = 164
  183.     Height = 21
  184.     BevelOuter = bvNone
  185.     BorderStyle = bsSingle
  186.     TabOrder = 4
  187.     object prgBar2: TProgBar
  188.       Left = 0
  189.       Top = 0
  190.       Width = 160
  191.       Height = 17
  192.       Align = alClient
  193.       Color = clBtnFace
  194.       Font.Charset = ANSI_CHARSET
  195.       Font.Color = clBlack
  196.       Font.Height = -11
  197.       Font.Name = 'MS Sans Serif'
  198.       Font.Style = [fsBold]
  199.       ForeColor = clNavy
  200.       ParentColor = False
  201.       ParentFont = False
  202.     end
  203.   end
  204.   object pnlProgBar3: TPanel
  205.     Left = 229
  206.     Top = 191
  207.     Width = 164
  208.     Height = 21
  209.     BevelOuter = bvNone
  210.     BorderStyle = bsSingle
  211.     TabOrder = 5
  212.     object prgBar3: TProgBar
  213.       Left = 0
  214.       Top = 0
  215.       Width = 160
  216.       Height = 17
  217.       Align = alClient
  218.       Color = clBtnFace
  219.       Font.Charset = ANSI_CHARSET
  220.       Font.Color = clBlack
  221.       Font.Height = -11
  222.       Font.Name = 'MS Sans Serif'
  223.       Font.Style = [fsBold]
  224.       ForeColor = clNavy
  225.       ParentColor = False
  226.       ParentFont = False
  227.     end
  228.   end
  229.   object pnlProgBar4: TPanel
  230.     Left = 229
  231.     Top = 216
  232.     Width = 164
  233.     Height = 21
  234.     BevelOuter = bvNone
  235.     BorderStyle = bsSingle
  236.     TabOrder = 6
  237.     object prgBar4: TProgBar
  238.       Left = 0
  239.       Top = 0
  240.       Width = 160
  241.       Height = 17
  242.       Align = alClient
  243.       Color = clBtnFace
  244.       Font.Charset = ANSI_CHARSET
  245.       Font.Color = clBlack
  246.       Font.Height = -11
  247.       Font.Name = 'MS Sans Serif'
  248.       Font.Style = [fsBold]
  249.       ForeColor = clNavy
  250.       ParentColor = False
  251.       ParentFont = False
  252.     end
  253.   end
  254.   object mmoOperation: TMemo
  255.     Left = 24
  256.     Top = 24
  257.     Width = 369
  258.     Height = 73
  259.     Color = clBtnFace
  260.     Ctl3D = True
  261.     Font.Charset = ANSI_CHARSET
  262.     Font.Color = clBlack
  263.     Font.Height = -11
  264.     Font.Name = 'MS Sans Serif'
  265.     Font.Style = []
  266.     ParentCtl3D = False
  267.     ParentFont = False
  268.     ReadOnly = True
  269.     ScrollBars = ssVertical
  270.     TabOrder = 7
  271.   end
  272.   object Timer1: TTimer
  273.     Enabled = False
  274.     Interval = 100
  275.     OnTimer = Timer1Timer
  276.     Left = 352
  277.   end
  278. end
  279.