home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd2.bin / burn / tmpgenc / download / TMPGEnc-2.58.44.152-Free.exe / TMPGEnc.exe / 1041 / RCDATA / TSHUTDOWNWARNINGFORM / TSHUTDOWNWARNINGFORM.txt
Text File  |  2002-08-30  |  2KB  |  74 lines

  1. object ShutdownWarningForm: TShutdownWarningForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜V∩┐╜∩┐╜∩┐╜b∩┐╜g∩┐╜_∩┐╜E∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜▄é∩┐╜...'
  6.   ClientHeight = 121
  7.   ClientWidth = 305
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnKeyPress = FormKeyPress
  18.   OnMouseDown = FormMouseDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Panel1: TPanel
  22.     Left = 16
  23.     Top = 24
  24.     Width = 273
  25.     Height = 29
  26.     BevelOuter = bvNone
  27.     BorderStyle = bsSingle
  28.     TabOrder = 0
  29.     object Gauge: TGauge
  30.       Left = 0
  31.       Top = 0
  32.       Width = 269
  33.       Height = 25
  34.       Align = alClient
  35.       BorderStyle = bsNone
  36.       ForeColor = clGreen
  37.       Font.Charset = SHIFTJIS_CHARSET
  38.       Font.Color = clBlack
  39.       Font.Height = -12
  40.       Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  41.       Font.Style = []
  42.       MaxValue = 60
  43.       ParentFont = False
  44.       Progress = 0
  45.       ShowText = False
  46.     end
  47.     object Label1: TLabel
  48.       Left = 8
  49.       Top = 7
  50.       Width = 257
  51.       Height = 17
  52.       Alignment = taCenter
  53.       AutoSize = False
  54.       Transparent = True
  55.     end
  56.   end
  57.   object CancelButton: TButton
  58.     Left = 115
  59.     Top = 85
  60.     Width = 75
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Z∩┐╜∩┐╜'
  64.     ModalResult = 2
  65.     TabOrder = 1
  66.   end
  67.   object Timer: TTimer
  68.     Interval = 500
  69.     OnTimer = TimerTimer
  70.     Left = 40
  71.     Top = 72
  72.   end
  73. end
  74.