A.Anchor
B.Dock
C.Fill
D.Full
您可能感興趣的試卷
你可能感興趣的試題
A.IsMdiParent
B.MdiParent
C.IsMdiContainer
D.MDIContainer
A.None
B.Top
C.Left
D.Manual
A.Normal
B.Min
C.Max
D.以上都不是
A.private static string DBConnectString ="server=.;database=FreshLiveDB;uid=sa;pwd=123;";
B.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;pwd=123;";
C.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;password=123;";
D.private static string DBConnectString ="server=.;database=FreshLiveDB;name=sa;pwd=123;";
A.SqlCommand cmm =new SqlCommand(sql語句,Connection對象);
B.SqlCommand cmm =new SqlCommand(Connection對象,sql語句);
C.SqlCommand cmm =new SqlCommand(sql語句);
D.SqlCommand cmm =new SqlCommand(Connection對象);
最新試題
在C#語言開發(fā)的WinForms程序中,當消息框的返回值時,可以使用()類型的變量直接接收。
在程序中創(chuàng)建一個DataSet對象ds和一個SqlDataAdapter對象dap,若要將數(shù)據(jù)庫中的Singer表的數(shù)據(jù)填充至ds對象的SingerList表中,則下列語句正確的是()
在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫連接的對象是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()
在C#WinForm程序中,新建的窗體后臺cs代碼自動繼承了()類。
以下哪些控件可以實現(xiàn)單選按鈕的分組()
在C#開發(fā)的Windows應(yīng)用程序中,下列能夠把Form窗體顯示為模式窗體對話框的是()
在Windows應(yīng)用程序中,MDI窗體的特點描述錯誤的是()
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
在WinForm窗體中,可以存儲多張圖像資源的控件是()