object frmStringOperate: TfrmStringOperate Left = 272 Top = 200 Width = 335 Height = 272 Caption = '�ַ�������' Color = clBtnFace ParentFont = True OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pnlContent: TPanel Left = 0 Top = 0 Width = 327 Height = 190 Align = alTop BevelOuter = bvNone ParentColor = True TabOrder = 0 object lblConvertVariant: TLabel Left = 32 Top = 19 Width = 73 Height = 13 Alignment = taRightJustify Caption = 'ת������(&V)��' FocusControl = cmbVariant end object lblNote: TLabel Left = 31 Top = 159 Width = 74 Height = 13 Alignment = taRightJustify Caption = '����˵��(&N)��' FocusControl = edtNote end object lblStringType: TLabel Left = 32 Top = 54 Width = 73 Height = 13 Alignment = taRightJustify Caption = 'ת������(&T)��' FocusControl = cmbOperate end object lblSubIndex: TLabel Left = 32 Top = 89 Width = 73 Height = 13 Alignment = taRightJustify Caption = '��ʼλ��(&B)��' FocusControl = edtSubIndex end object lblSubCount: TLabel Left = 33 Top = 124 Width = 72 Height = 13 Alignment = taRightJustify Caption = '���ֳ���(&L)��' FocusControl = edtSubCount end object cmbVariant: TComboBox Left = 115 Top = 15 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object edtNote: TEdit Left = 115 Top = 155 Width = 185 Height = 21 TabOrder = 4 end object cmbOperate: TComboBox Left = 115 Top = 50 Width = 185 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = cmbOperateChange Items.Strings = ( '��' '��' '��' '��' '����' 'ȡģ' '�Ƿ����' '�Ƿ񲻵���' '�Ƿ�С��' '�Ƿ����' '�Ƿ�С�ڵ���' '�Ƿ���ڵ���' '��' '��' '��') end object edtSubIndex: TEdit Left = 115 Top = 85 Width = 170 Height = 21 TabOrder = 2 Text = '1' end object updownSubIndex: TUpDown Left = 285 Top = 85 Width = 15 Height = 21 Associate = edtSubIndex Min = 1 Max = 32767 Position = 1 TabOrder = 6 Wrap = False end object edtSubCount: TEdit Left = 115 Top = 120 Width = 169 Height = 21 TabOrder = 3 Text = '1' end object updownSubCount: TUpDown Left = 284 Top = 120 Width = 15 Height = 21 Associate = edtSubCount Min = 1 Max = 32767 Position = 1 TabOrder = 5 Wrap = False end end object btnOk: TButton Left = 25 Top = 200 Width = 75 Height = 25 Caption = 'ȷ��(&O)' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 125 Top = 200 Width = 75 Height = 25 Cancel = True Caption = 'ȡ��(&C)' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 225 Top = 200 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = btnHelpClick end end