home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - PCs Network / CHIP.BIN / share / systemut / backupxp / backupxp.exe / setup.cab / setup / 0 / RCDATA / TFRMASPROGRESS / TFRMASPROGRESS.txt < prev   
Encoding:
Text File  |  2003-01-17  |  3.3 KB  |  167 lines

  1. object FrmASProgress: TFrmASProgress
  2.   Left = 136
  3.   Top = 321
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Bitte warten ...'
  7.   ClientHeight = 138
  8.   ClientWidth = 344
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnDeactivate = FormDeactivate
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     344
  21.     138)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object imgIcon: TImage
  25.     Left = 11
  26.     Top = 10
  27.     Width = 32
  28.     Height = 32
  29.     AutoSize = True
  30.     Transparent = True
  31.   end
  32.   object imgEmail: TImage
  33.     Left = 11
  34.     Top = 45
  35.     Width = 32
  36.     Height = 32
  37.     AutoSize = True
  38.     Picture.Data = {<image000.ico>}
  39.     Transparent = True
  40.     Visible = False
  41.   end
  42.   object imgDialUp: TImage
  43.     Left = 11
  44.     Top = 81
  45.     Width = 32
  46.     Height = 32
  47.     AutoSize = True
  48.     Picture.Data = {<image001.ico>}
  49.     Transparent = True
  50.     Visible = False
  51.   end
  52.   object imgTransfer: TImage
  53.     Left = 11
  54.     Top = 121
  55.     Width = 32
  56.     Height = 32
  57.     AutoSize = True
  58.     Picture.Data = {<image002.ico>}
  59.     Transparent = True
  60.     Visible = False
  61.   end
  62.   object paProgress: TPanel
  63.     Left = 54
  64.     Top = 3
  65.     Width = 279
  66.     Height = 128
  67.     Anchors = [akLeft, akTop, akRight, akBottom]
  68.     BevelOuter = bvNone
  69.     TabOrder = 0
  70.     DesignSize = (
  71.       279
  72.       128)
  73.     object lbStatusSub: TLabel
  74.       Left = 0
  75.       Top = 51
  76.       Width = 275
  77.       Height = 14
  78.       Anchors = [akLeft, akTop, akRight]
  79.       AutoSize = False
  80.       Caption = 'lbStatusSub'
  81.     end
  82.     object lbStatus: TLabel
  83.       Left = 0
  84.       Top = 7
  85.       Width = 275
  86.       Height = 13
  87.       Anchors = [akLeft, akTop, akRight]
  88.       AutoSize = False
  89.       Caption = 'lbStatus'
  90.     end
  91.     object lbStatus2: TLabel
  92.       Left = 0
  93.       Top = 21
  94.       Width = 275
  95.       Height = 13
  96.       Anchors = [akLeft, akTop, akRight]
  97.       AutoSize = False
  98.       Caption = 'lbStatus'
  99.       Visible = False
  100.     end
  101.     object lbStatusSub2: TLabel
  102.       Left = 0
  103.       Top = 65
  104.       Width = 275
  105.       Height = 13
  106.       Anchors = [akLeft, akTop, akRight]
  107.       AutoSize = False
  108.       Caption = 'lbStatus'
  109.       Visible = False
  110.     end
  111.     object pb: TProgressBar
  112.       Left = 0
  113.       Top = 27
  114.       Width = 276
  115.       Height = 18
  116.       Anchors = [akLeft, akTop, akRight]
  117.       Min = 0
  118.       Max = 100
  119.       TabOrder = 2
  120.     end
  121.     object pbSub: TProgressBar
  122.       Left = 0
  123.       Top = 70
  124.       Width = 276
  125.       Height = 18
  126.       Anchors = [akLeft, akTop, akRight]
  127.       Min = 0
  128.       Max = 100
  129.       TabOrder = 3
  130.     end
  131.     object btnMinimize: TButton
  132.       Tag = 1
  133.       Left = 50
  134.       Top = 103
  135.       Width = 75
  136.       Height = 25
  137.       Anchors = [akRight, akBottom]
  138.       Caption = '&Minimieren'
  139.       TabOrder = 0
  140.       OnClick = btnMinimizeClick
  141.     end
  142.     object btnPause: TButton
  143.       Tag = 1
  144.       Left = 127
  145.       Top = 103
  146.       Width = 75
  147.       Height = 25
  148.       Anchors = [akRight, akBottom]
  149.       Caption = '&Pause'
  150.       TabOrder = 1
  151.       OnClick = btnPauseClick
  152.     end
  153.     object btnCancel: TButton
  154.       Tag = 1
  155.       Left = 204
  156.       Top = 103
  157.       Width = 75
  158.       Height = 25
  159.       Anchors = [akRight, akBottom]
  160.       Cancel = True
  161.       Caption = ' Abbruch'
  162.       TabOrder = 4
  163.       OnClick = btnCancelClick
  164.     end
  165.   end
  166. end
  167.