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對象);
最新試題
在WinForm窗體中,列表框(LisBox)控件的()屬性用于設置一個值,該值決定ListBox 是否支持選擇多項。
以下關于Lable控件代碼描述正確的是()
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
使用C#開發(fā)數(shù)據(jù)庫應用程序,為了訪問和操作數(shù)據(jù)庫,ADO.Net提供了兩個重要的組件()
在ADO.NET中,下列關于連接對象Connection的說法錯誤的是()
在WinForms中,已知在一個叫imgListBook的ImageList控件中有一張圖片,為了設置一個名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()
在C#WinForms程序中,以下關于Timer控件說法正確的是()
在C#語言開發(fā)的WinForms程序中,當消息框的返回值時,可以使用()類型的變量直接接收。
在WinForms窗體中,單選按鈕(RadioButton)控件的()屬性用于獲取或設置控件是否已選中。
在Net框架中,下列被稱為根命名空間的是()