home *** CD-ROM | disk | FTP | other *** search
- object FormTest: TFormTest
- Left = 441
- Top = 320
- Width = 392
- Height = 176
- BorderIcons = [biSystemMenu]
- Caption = '��������'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object RadioButtonTest1: TRadioButton
- Left = 30
- Top = 28
- Width = 339
- Height = 17
- Caption = '����� ������� �������������� � MS Word'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object RadioButtonTest2: TRadioButton
- Left = 30
- Top = 56
- Width = 339
- Height = 17
- Caption = '����� ������� ����� ��������'
- TabOrder = 1
- end
- object ButtonStartTest: TButton
- Left = 115
- Top = 100
- Width = 75
- Height = 25
- Caption = '��������'
- TabOrder = 2
- OnClick = ButtonStartTestClick
- end
- object ButtonCancelTest: TButton
- Left = 193
- Top = 100
- Width = 75
- Height = 25
- Caption = '��������'
- TabOrder = 3
- OnClick = ButtonCancelTestClick
- end
- end
-