home *** CD-ROM | disk | FTP | other *** search
- object FormExcelSelect: TFormExcelSelect
- Left = 542
- Top = 381
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = '����� ���������'
- ClientHeight = 224
- ClientWidth = 369
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 14
- Top = 6
- Width = 343
- Height = 57
- AutoSize = False
- Caption =
- '�������� �������� ��������, � ������� ����� ������������� ������' +
- ' ������. ���������� ������� � ����� �� ������ ������� ����������' +
- '� ������ �� �������� ������ ���������'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 14
- Top = 78
- Width = 138
- Height = 13
- Caption = '���������� ������ � �����'
- end
- object Label3: TLabel
- Left = 14
- Top = 110
- Width = 138
- Height = 13
- Caption = '������������� ������� � '
- end
- object Label4: TLabel
- Left = 232
- Top = 112
- Width = 12
- Height = 13
- Caption = '��'
- end
- object Label5: TLabel
- Left = 14
- Top = 138
- Width = 130
- Height = 13
- Caption = '������������� ������ � '
- end
- object Label6: TLabel
- Left = 232
- Top = 140
- Width = 12
- Height = 13
- Caption = '��'
- end
- object ButtonExcelSelectOK: TButton
- Left = 107
- Top = 176
- Width = 76
- Height = 28
- Caption = '����������'
- TabOrder = 0
- OnClick = ButtonExcelSelectOKClick
- end
- object SpinEditPage: TSpinEdit
- Left = 168
- Top = 74
- Width = 55
- Height = 22
- MaxLength = 1
- MaxValue = 10
- MinValue = 1
- TabOrder = 1
- Value = 1
- end
- object ComboBox1: TComboBox
- Left = 168
- Top = 106
- Width = 53
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- Text = 'A'
- OnChange = ComboBox1Change
- end
- object ComboBox2: TComboBox
- Left = 256
- Top = 106
- Width = 53
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- Text = 'A'
- OnChange = ComboBox2Change
- end
- object SpinEditRow1: TSpinEdit
- Left = 168
- Top = 136
- Width = 53
- Height = 22
- MaxLength = 4
- MaxValue = 9999
- MinValue = 1
- TabOrder = 4
- Value = 1
- OnChange = SpinEditRow1Change
- end
- object SpinEditRow2: TSpinEdit
- Left = 256
- Top = 136
- Width = 53
- Height = 22
- MaxLength = 4
- MaxValue = 9999
- MinValue = 1
- TabOrder = 5
- Value = 10
- OnChange = SpinEditRow2Change
- end
- object ButtonExcelSelectExit: TButton
- Left = 185
- Top = 176
- Width = 76
- Height = 28
- Caption = '��������'
- TabOrder = 6
- OnClick = ButtonExcelSelectExitClick
- end
- end
-