object frmDataBaseDefine: TfrmDataBaseDefine Left = 340 Top = 237 Width = 357 Height = 337 Caption = '���ݿⶨ��' Color = clBtnFace ParentFont = True OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object pnlContent: TPanel Left = 0 Top = 0 Width = 349 Height = 252 Align = alTop BevelOuter = bvNone TabOrder = 0 object lblName: TLabel Left = 41 Top = 21 Width = 73 Height = 13 Alignment = taRightJustify Caption = '��������(&A)��' FocusControl = edtName end object lblConnectionString: TLabel Left = 42 Top = 59 Width = 72 Height = 13 Alignment = taRightJustify Caption = '��������(&L)��' FocusControl = edtConnectionString end object lblCommandType: TLabel Left = 41 Top = 140 Width = 73 Height = 13 Alignment = taRightJustify Caption = '��������(&T)��' FocusControl = cmbCommandType end object lblCommandText: TLabel Left = 39 Top = 178 Width = 75 Height = 13 Alignment = taRightJustify Caption = '��������(&M)��' FocusControl = edtCommandText end object lblNote: TLabel Left = 40 Top = 216 Width = 74 Height = 13 Alignment = taRightJustify Caption = '����˵��(&N)��' FocusControl = edtNote end object edtName: TEdit Left = 125 Top = 16 Width = 200 Height = 21 TabOrder = 0 end object edtConnectionString: TEdit Left = 125 Top = 54 Width = 200 Height = 21 TabOrder = 1 end object edtCommandText: TEdit Left = 125 Top = 173 Width = 200 Height = 21 TabOrder = 5 end object cmbCommandType: TComboBox Left = 125 Top = 135 Width = 200 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 Items.Strings = ( '�Զ�ƥ��' 'SQL����洢����' '����' '�洢����') end object edtNote: TEdit Left = 125 Top = 211 Width = 200 Height = 21 TabOrder = 6 end object btnLinkFile: TButton Left = 230 Top = 92 Width = 95 Height = 27 Caption = '�����ļ�(&F)' TabOrder = 3 OnClick = btnLinkFileClick end object btnConnectionString: TButton Left = 125 Top = 92 Width = 93 Height = 27 Caption = '�����ִ�(&S)' TabOrder = 2 OnClick = btnConnectionStringClick end end object btnOk: TButton Left = 27 Top = 260 Width = 81 Height = 27 Caption = 'ȷ��(&O)' Default = True TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 135 Top = 260 Width = 82 Height = 27 Cancel = True Caption = 'ȡ��(&C)' ModalResult = 2 TabOrder = 2 end object btnHelp: TButton Left = 244 Top = 260 Width = 81 Height = 27 Caption = '����(&H)' TabOrder = 3 OnClick = btnHelpClick end end