home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 October / Igromania_2005-10.iso / DiskVM.exe / 0 / RCDATA / TPRINTF / TPRINTF.txt
Text File  |  2005-03-16  |  2KB  |  110 lines

  1. object PrintF: TPrintF
  2.   Left = 364
  3.   Top = 139
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   ClientHeight = 237
  8.   ClientWidth = 239
  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.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 217
  25.     Height = 32
  26.     Alignment = taCenter
  27.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object PrintPic: TCheckBox
  37.     Left = 24
  38.     Top = 136
  39.     Width = 113
  40.     Height = 17
  41.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  42.     Checked = True
  43.     State = cbChecked
  44.     TabOrder = 0
  45.   end
  46.   object PrintText: TCheckBox
  47.     Left = 24
  48.     Top = 160
  49.     Width = 97
  50.     Height = 17
  51.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  52.     Checked = True
  53.     State = cbChecked
  54.     TabOrder = 1
  55.   end
  56.   object Button1: TButton
  57.     Left = 8
  58.     Top = 184
  59.     Width = 105
  60.     Height = 25
  61.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  62.     TabOrder = 2
  63.     OnClick = Button1Click
  64.   end
  65.   object Button2: TButton
  66.     Left = 128
  67.     Top = 184
  68.     Width = 105
  69.     Height = 25
  70.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  71.     TabOrder = 3
  72.     OnClick = Button2Click
  73.   end
  74.   object PB1: TProgressBar
  75.     Left = 8
  76.     Top = 216
  77.     Width = 225
  78.     Height = 17
  79.     Min = 0
  80.     Max = 100
  81.     TabOrder = 4
  82.   end
  83.   object GroupBox1: TGroupBox
  84.     Left = 8
  85.     Top = 56
  86.     Width = 225
  87.     Height = 65
  88.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  89.     TabOrder = 5
  90.     object CB1: TComboBox
  91.       Left = 8
  92.       Top = 16
  93.       Width = 209
  94.       Height = 22
  95.       Style = csOwnerDrawFixed
  96.       ItemHeight = 16
  97.       TabOrder = 0
  98.     end
  99.     object Button3: TButton
  100.       Left = 141
  101.       Top = 40
  102.       Width = 75
  103.       Height = 17
  104.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  105.       TabOrder = 1
  106.       OnClick = Button3Click
  107.     end
  108.   end
  109. end
  110.