home *** CD-ROM | disk | FTP | other *** search
/ Freelog 12 / Freelog012.iso / Creation / RBLangPack140 / RazorBlade.de / 0 / RCDATA / TFORMPROGRESS / TFORMPROGRESS.txt
Text File  |  1999-08-22  |  3KB  |  162 lines

  1. object FormProgress: TFormProgress
  2.   Left = 244
  3.   Top = 174
  4.   ActiveControl = ButtonCancel
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Kodierung l∩┐╜uft'
  8.   ClientHeight = 192
  9.   ClientWidth = 371
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PanelStatus: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 371
  26.     Height = 151
  27.     Align = alClient
  28.     TabOrder = 0
  29.     object LabelStatus: TLabel
  30.       Left = 296
  31.       Top = 8
  32.       Width = 56
  33.       Height = 13
  34.       Alignment = taRightJustify
  35.       Caption = 'LabelStatus'
  36.     end
  37.     object LabelStatusETA: TLabel
  38.       Left = 8
  39.       Top = 8
  40.       Width = 77
  41.       Height = 13
  42.       Caption = 'LabelStatusETA'
  43.     end
  44.     object LabelBatchETA: TLabel
  45.       Left = 8
  46.       Top = 60
  47.       Width = 75
  48.       Height = 13
  49.       Caption = 'LabelBatchETA'
  50.     end
  51.     object LabelBatch: TLabel
  52.       Left = 296
  53.       Top = 60
  54.       Width = 54
  55.       Height = 13
  56.       Alignment = taRightJustify
  57.       Caption = 'LabelBatch'
  58.     end
  59.     object LabelWorking: TLabel
  60.       Left = 8
  61.       Top = 80
  62.       Width = 345
  63.       Height = 13
  64.       AutoSize = False
  65.       Caption = 'LabelWorking'
  66.       ShowAccelChar = False
  67.     end
  68.     object LabelInput: TLabel
  69.       Left = 8
  70.       Top = 96
  71.       Width = 50
  72.       Height = 13
  73.       Caption = 'LabelInput'
  74.     end
  75.     object LabelOutput: TLabel
  76.       Left = 288
  77.       Top = 96
  78.       Width = 58
  79.       Height = 13
  80.       Alignment = taRightJustify
  81.       Caption = 'LabelOutput'
  82.     end
  83.     object LabelStopWhenDone: TLabel
  84.       Left = 8
  85.       Top = 112
  86.       Width = 345
  87.       Height = 13
  88.       Alignment = taCenter
  89.       AutoSize = False
  90.       Caption = 'Kodierung wird nach aktueller Datei beendet...'
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = [fsBold]
  96.       ParentFont = False
  97.     end
  98.     object ProgressBarStatus: TProgressBar
  99.       Left = 8
  100.       Top = 24
  101.       Width = 345
  102.       Height = 13
  103.       Min = 0
  104.       Max = 1000
  105.       TabOrder = 0
  106.     end
  107.     object ProgressBarBatch: TProgressBar
  108.       Left = 8
  109.       Top = 40
  110.       Width = 345
  111.       Height = 13
  112.       Min = 0
  113.       Max = 1000
  114.       TabOrder = 1
  115.     end
  116.     object CheckBoxShutdown: TCheckBox
  117.       Left = 8
  118.       Top = 128
  119.       Width = 345
  120.       Height = 17
  121.       Caption = 'Wenn fertig Windows herunterfahren'
  122.       TabOrder = 2
  123.     end
  124.   end
  125.   object PanelButtons: TPanel
  126.     Left = 0
  127.     Top = 151
  128.     Width = 371
  129.     Height = 41
  130.     Align = alBottom
  131.     TabOrder = 1
  132.     object ButtonCancel: TButton
  133.       Left = 148
  134.       Top = 8
  135.       Width = 75
  136.       Height = 25
  137.       Cancel = True
  138.       Caption = 'Abbrechen'
  139.       Default = True
  140.       ModalResult = 2
  141.       TabOrder = 0
  142.     end
  143.   end
  144.   object Widget: TWidget
  145.     Down = False
  146.     Font.Charset = DEFAULT_CHARSET
  147.     Font.Color = clWindowText
  148.     Font.Height = -11
  149.     Font.Name = 'Marlett'
  150.     Font.Style = []
  151.     Gap = 0
  152.     Glyph = '7'
  153.     Hint = 'Send to tray'
  154.     OffsetLeft = 0
  155.     OffsetTop = 0
  156.     ShowHint = True
  157.     OnClick = WidgetClick
  158.     Left = 288
  159.     Top = 159
  160.   end
  161. end
  162.