home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / exesc610.lzh / EXESCOPE.EXE / 0 / RCDATA / TFCONF / TFCONF.txt
Encoding:
Text File  |  2000-10-28  |  2.1 KB  |  94 lines

  1. object FConf: TFConf
  2.   Left = 263
  3.   Top = 175
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Confirm'
  7.   ClientHeight = 156
  8.   ClientWidth = 285
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object ConfLbl: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 532
  24.     Height = 13
  25.     Caption = 
  26.       ' Now, update the executable file.   OK ?;∩┐╜∩┐╜∩┐╜s╠º∩┐╜┘é╔Å∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜▌é▄é∩┐╜∩┐╜' +
  27.       'B∩┐╜∩┐╜δé╡∩┐╜∩┐╜∩┐╜┼é∩┐╜∩┐╜∩┐╜ ?'
  28.     Font.Charset = SHIFTJIS_CHARSET
  29.     Font.Color = clBlue
  30.     Font.Height = -13
  31.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 14
  37.     Top = 116
  38.     Width = 75
  39.     Height = 25
  40.     Hint = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  41.     Caption = 'OK'
  42.     ModalResult = 1
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     TabOrder = 2
  46.   end
  47.   object CancelBtn: TButton
  48.     Left = 198
  49.     Top = 116
  50.     Width = 75
  51.     Height = 25
  52.     Hint = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜A∩┐╜∩┐╜∩┐╜╠èm∩┐╜F∩┐╜▐»∩┐╜∩┐╜∩┐╜∩┐╜┬é∩┐╜∩┐╜∩┐╜'
  53.     Caption = 'Cancel'
  54.     Default = True
  55.     ModalResult = 2
  56.     ParentShowHint = False
  57.     ShowHint = True
  58.     TabOrder = 4
  59.     OnClick = CancelBtnClick
  60.   end
  61.   object NextCB: TCheckBox
  62.     Left = 12
  63.     Top = 64
  64.     Width = 270
  65.     Height = 17
  66.     Caption = 
  67.       'Don'#39't display this message from next time;∩┐╜∩┐╜∩┐╜±é⌐é∩┐╜═é∩┐╜∩┐╜∩┐╜╥»∩┐╜∩┐╜∩┐╜▐é∩┐╜' +
  68.       '∩┐╜\∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╚é∩┐╜'
  69.     TabOrder = 1
  70.   end
  71.   object NoBtn: TButton
  72.     Left = 106
  73.     Top = 116
  74.     Width = 75
  75.     Height = 25
  76.     Hint = '∩┐╜╥ÅW∩┐╜∩┐╜∩┐╜e∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  77.     Caption = 'No'
  78.     ModalResult = 7
  79.     ParentShowHint = False
  80.     ShowHint = True
  81.     TabOrder = 3
  82.   end
  83.   object EnableSizeCB: TCheckBox
  84.     Left = 12
  85.     Top = 40
  86.     Width = 270
  87.     Height = 17
  88.     Caption = 'Permit to change the file size;╠º∩┐╜┘╗∩┐╜∩┐╜▐é╠ò╧ìX∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜┬é∩┐╜∩┐╜∩┐╜'
  89.     Checked = True
  90.     State = cbChecked
  91.     TabOrder = 0
  92.   end
  93. end
  94.