home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2003 July / Mania_07_CD2.iso / Disk.exe / 0 / RCDATA / TPRINTF / TPRINTF.txt
Text File  |  2003-06-19  |  2KB  |  83 lines

  1. object PrintF: TPrintF
  2.   Left = 364
  3.   Top = 139
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   ClientHeight = 164
  8.   ClientWidth = 241
  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 = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 217
  24.     Height = 32
  25.     Alignment = taCenter
  26.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object PrintPic: TCheckBox
  36.     Left = 24
  37.     Top = 56
  38.     Width = 113
  39.     Height = 17
  40.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  41.     Checked = True
  42.     State = cbChecked
  43.     TabOrder = 0
  44.   end
  45.   object PrintText: TCheckBox
  46.     Left = 24
  47.     Top = 80
  48.     Width = 97
  49.     Height = 17
  50.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  51.     Checked = True
  52.     State = cbChecked
  53.     TabOrder = 1
  54.   end
  55.   object Button1: TButton
  56.     Left = 8
  57.     Top = 112
  58.     Width = 105
  59.     Height = 25
  60.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  61.     TabOrder = 2
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 128
  66.     Top = 112
  67.     Width = 105
  68.     Height = 25
  69.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  70.     TabOrder = 3
  71.     OnClick = Button2Click
  72.   end
  73.   object PB1: TProgressBar
  74.     Left = 8
  75.     Top = 144
  76.     Width = 225
  77.     Height = 17
  78.     Min = 0
  79.     Max = 100
  80.     TabOrder = 4
  81.   end
  82. end
  83.