object PrintF: TPrintF Left = 364 Top = 139 BorderIcons = [] BorderStyle = bsDialog Caption = '������' ClientHeight = 237 ClientWidth = 239 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 217 Height = 32 Alignment = taCenter Caption = '�������� ����� ���������� �� ����� ��������' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object PrintPic: TCheckBox Left = 24 Top = 136 Width = 113 Height = 17 Caption = '������ ��������' Checked = True State = cbChecked TabOrder = 0 end object PrintText: TCheckBox Left = 24 Top = 160 Width = 97 Height = 17 Caption = '������ ������' Checked = True State = cbChecked TabOrder = 1 end object Button1: TButton Left = 8 Top = 184 Width = 105 Height = 25 Caption = '������' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 128 Top = 184 Width = 105 Height = 25 Caption = '������' TabOrder = 3 OnClick = Button2Click end object PB1: TProgressBar Left = 8 Top = 216 Width = 225 Height = 17 Min = 0 Max = 100 TabOrder = 4 end object GroupBox1: TGroupBox Left = 8 Top = 56 Width = 225 Height = 65 Caption = '�������' TabOrder = 5 object CB1: TComboBox Left = 8 Top = 16 Width = 209 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 TabOrder = 0 end object Button3: TButton Left = 141 Top = 40 Width = 75 Height = 17 Caption = '���������' TabOrder = 1 OnClick = Button3Click end end end