object PrinterTestForm: TPrinterTestForm Left = 333 Top = 176 BorderStyle = bsToolWindow Caption = 'Tla� testovacej str�nky' ClientHeight = 145 ClientWidth = 227 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 121 Height = 129 Caption = '�o tla�i�' TabOrder = 0 object CheckBox1: TCheckBox Left = 16 Top = 24 Width = 81 Height = 17 Caption = 'D�t&um a �as' State = cbChecked TabOrder = 0 OnKeyPress = FormKeyPress end object CheckBox3: TCheckBox Left = 16 Top = 72 Width = 97 Height = 17 Caption = '&N�hodn� znaky' State = cbChecked TabOrder = 2 OnKeyPress = FormKeyPress end object CheckBox4: TCheckBox Left = 16 Top = 96 Width = 97 Height = 17 Caption = 'Ostatn� te&xt' State = cbChecked TabOrder = 3 OnKeyPress = FormKeyPress end object CheckBox2: TCheckBox Left = 16 Top = 48 Width = 89 Height = 17 Caption = 'N�&hodn� �iary' State = cbChecked TabOrder = 1 OnKeyPress = FormKeyPress end end object Button1: TButton Left = 144 Top = 72 Width = 75 Height = 25 Caption = '&Vytla�i�' Default = True ModalResult = 1 TabOrder = 1 OnKeyPress = FormKeyPress end object Button2: TButton Left = 144 Top = 112 Width = 75 Height = 25 Caption = '&Zavrie�' ModalResult = 2 TabOrder = 2 OnKeyPress = FormKeyPress end end