object frmIVRVariantOperate: TfrmIVRVariantOperate Left = 294 Top = 197 Width = 335 Height = 294 Caption = '��������' Color = clBtnFace ParentFont = True OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pnlContent: TPanel Left = 0 Top = 0 Width = 327 Height = 225 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 0 object lblDestVariant: TLabel Left = 31 Top = 89 Width = 74 Height = 13 Alignment = taRightJustify Caption = 'Ŀ�����(&D)��' FocusControl = cmbDest end object lblOperatorType: TLabel Left = 32 Top = 54 Width = 73 Height = 13 Alignment = taRightJustify Caption = '��������(&T)��' FocusControl = cmbOperate end object lblSourceVariant: TLabel Left = 44 Top = 154 Width = 61 Height = 13 Alignment = taRightJustify Caption = 'Դ����(&S)��' FocusControl = cmbSource end object lblSaveVariant: TLabel Left = 32 Top = 19 Width = 73 Height = 13 Alignment = taRightJustify Caption = '�������(&V)��' FocusControl = cmbResult end object lblNote: TLabel Left = 31 Top = 189 Width = 74 Height = 13 Alignment = taRightJustify Caption = '����˵��(&N)��' FocusControl = edtNote end object cmbDest: TComboBox Left = 115 Top = 85 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 2 end object cmbSource: TComboBox Left = 115 Top = 150 Width = 185 Height = 21 ItemHeight = 13 TabOrder = 4 end object edtNote: TEdit Left = 115 Top = 185 Width = 185 Height = 21 TabOrder = 5 end object cmbResult: TComboBox Left = 115 Top = 15 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object cmbOperate: TComboBox Left = 115 Top = 50 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = cmbOperateChange Items.Strings = ( '��' '��' '��' '��' '����' 'ȡģ' '�Ƿ����' '�Ƿ񲻵���' '�Ƿ�С��' '�Ƿ����' '�Ƿ�С�ڵ���' '�Ƿ���ڵ���' '��' '��' '��') end object btnGetResult: TButton Left = 225 Top = 115 Width = 75 Height = 25 Caption = 'ȡϵͳ��Ϣ(&G)...' TabOrder = 3 OnClick = btnGetResultClick end end object btnOk: TButton Left = 25 Top = 225 Width = 75 Height = 25 Caption = 'ȷ��(&O)' Default = True TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 125 Top = 225 Width = 75 Height = 25 Cancel = True Caption = 'ȡ��(&C)' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 225 Top = 225 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = btnHelpClick end end