ClassInfo.cs
上传用户:hjieqiu
上传日期:2013-05-11
资源大小:16494k
文件大小:20k
源码类别:

企业管理

开发平台:

C#

  1. using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace 教务管理系统 { public class ClassInfo : 医院管理系统.ParentForm {
  2. private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
  3. private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
  4. private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
  5. private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
  6. private System.Data.SqlClient.SqlConnection sqlConnection1;
  7. private 教务管理系统.DataSet1 dataSet11;
  8. private System.Windows.Forms.Label label4;
  9. private System.Windows.Forms.Label label5;
  10. private System.Windows.Forms.Label label6;
  11. private System.Windows.Forms.Label label7;
  12. private System.Windows.Forms.Label label8;
  13. private System.Windows.Forms.Label label9;
  14. private System.Windows.Forms.TextBox txt4;
  15. private System.Windows.Forms.TextBox txt5;
  16. private System.Windows.Forms.TextBox txt6;
  17. private System.Windows.Forms.TextBox txt9;
  18. private System.Windows.Forms.TextBox txt8;
  19. private System.Windows.Forms.TextBox txt7; private System.ComponentModel.IContainer components = null; public ClassInfo() { // 该调用是 Windows 窗体设计器所必需的。 InitializeComponent(); // TODO: 在 InitializeComponent 调用后添加任何初始化 } /// <summary> /// 清理所有正在使用的资源。 /// </summary> protected override void Dispose( bool disposing ) { if( disposing ) { if (components != null)  { components.Dispose(); } } base.Dispose( disposing ); } #region 设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
  20. this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
  21. this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
  22. this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
  23. this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
  24. this.dataSet11 = new 教务管理系统.DataSet1();
  25. this.label4 = new System.Windows.Forms.Label();
  26. this.txt4 = new System.Windows.Forms.TextBox();
  27. this.txt5 = new System.Windows.Forms.TextBox();
  28. this.label5 = new System.Windows.Forms.Label();
  29. this.label6 = new System.Windows.Forms.Label();
  30. this.txt6 = new System.Windows.Forms.TextBox();
  31. this.txt9 = new System.Windows.Forms.TextBox();
  32. this.label7 = new System.Windows.Forms.Label();
  33. this.label8 = new System.Windows.Forms.Label();
  34. this.txt8 = new System.Windows.Forms.TextBox();
  35. this.txt7 = new System.Windows.Forms.TextBox();
  36. this.label9 = new System.Windows.Forms.Label();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
  38. this.groupBox2.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
  40. // 
  41. // groupBox1
  42. // 
  43. this.groupBox1.Name = "groupBox1";
  44. // 
  45. // txt2
  46. // 
  47. this.txt2.Name = "txt2";
  48. // 
  49. // label1
  50. // 
  51. this.label1.Name = "label1";
  52. this.label1.Text = "年级";
  53. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  54. // 
  55. // btnSearch
  56. // 
  57. this.btnSearch.Name = "btnSearch";
  58. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  59. // 
  60. // txt1
  61. // 
  62. this.txt1.Name = "txt1";
  63. // 
  64. // label2
  65. // 
  66. this.label2.Name = "label2";
  67. this.label2.Text = "班级编号";
  68. // 
  69. // txt3
  70. // 
  71. this.txt3.Name = "txt3";
  72. // 
  73. // label3
  74. // 
  75. this.label3.Name = "label3";
  76. this.label3.Text = "班级名称";
  77. // 
  78. // toolBar1
  79. // 
  80. this.toolBar1.Name = "toolBar1";
  81. this.toolBar1.Size = new System.Drawing.Size(728, 41);
  82. // 
  83. // dataGrid1
  84. // 
  85. this.dataGrid1.DataMember = "班级信息";
  86. this.dataGrid1.DataSource = this.dataSet11;
  87. this.dataGrid1.Name = "dataGrid1";
  88. // 
  89. // groupBox2
  90. // 
  91. this.groupBox2.Controls.Add(this.txt4);
  92. this.groupBox2.Controls.Add(this.label4);
  93. this.groupBox2.Controls.Add(this.txt5);
  94. this.groupBox2.Controls.Add(this.label5);
  95. this.groupBox2.Controls.Add(this.label6);
  96. this.groupBox2.Controls.Add(this.txt6);
  97. this.groupBox2.Controls.Add(this.txt9);
  98. this.groupBox2.Controls.Add(this.label7);
  99. this.groupBox2.Controls.Add(this.label8);
  100. this.groupBox2.Controls.Add(this.txt8);
  101. this.groupBox2.Controls.Add(this.txt7);
  102. this.groupBox2.Controls.Add(this.label9);
  103. this.groupBox2.Name = "groupBox2";
  104. // 
  105. // da1
  106. // 
  107. this.da1.DeleteCommand = this.sqlDeleteCommand1;
  108. this.da1.InsertCommand = this.sqlInsertCommand1;
  109. this.da1.SelectCommand = this.sqlSelectCommand1;
  110. this.da1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
  111.   new System.Data.Common.DataTableMapping("Table", "班级信息", new System.Data.Common.DataColumnMapping[] {
  112.   new System.Data.Common.DataColumnMapping("班级编号", "班级编号"),
  113.   new System.Data.Common.DataColumnMapping("年级", "年级"),
  114.   new System.Data.Common.DataColumnMapping("班级名称", "班级名称"),
  115.   new System.Data.Common.DataColumnMapping("班级简称", "班级简称"),
  116.   new System.Data.Common.DataColumnMapping("人数", "人数"),
  117.   new System.Data.Common.DataColumnMapping("班主任", "班主任")})});
  118. this.da1.UpdateCommand = this.sqlUpdateCommand1;
  119. // 
  120. // sqlSelectCommand1
  121. // 
  122. this.sqlSelectCommand1.CommandText = "SELECT 班级编号, 年级, 班级名称, 班级简称, 人数, 班主任 FROM 班级信息 WHERE (班级编号 LIKE @Param4) AND (年级 " +
  123. "LIKE @Param5) AND (班级名称 LIKE @Param6)";
  124. this.sqlSelectCommand1.Connection = this.sqlConnection1;
  125. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Param4", System.Data.SqlDbType.VarChar, 14, "班级编号"));
  126. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Param5", System.Data.SqlDbType.VarChar, 4, "年级"));
  127. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Param6", System.Data.SqlDbType.VarChar, 30, "班级名称"));
  128. // 
  129. // sqlConnection1
  130. // 
  131. this.sqlConnection1.ConnectionString = "workstation id=localhost;packet size=4096;integrated security=SSPI;data source="." +
  132. "";persist security info=False;initial catalog=eisbook";
  133. // 
  134. // sqlInsertCommand1
  135. // 
  136. this.sqlInsertCommand1.CommandText = "INSERT INTO 班级信息(班级编号, 年级, 班级名称, 班级简称, 人数, 班主任) VALUES (@班级编号, @年级, @班级名称, @班级简称," +
  137. " @人数, @班主任); SELECT 班级编号, 年级, 班级名称, 班级简称, 人数, 班主任 FROM 班级信息 WHERE (班级编号 = @班级编号)" +
  138. "";
  139. this.sqlInsertCommand1.Connection = this.sqlConnection1;
  140. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@班级编号", System.Data.SqlDbType.VarChar, 14, "班级编号"));
  141. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@年级", System.Data.SqlDbType.VarChar, 4, "年级"));
  142. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@班级名称", System.Data.SqlDbType.VarChar, 30, "班级名称"));
  143. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@班级简称", System.Data.SqlDbType.VarChar, 16, "班级简称"));
  144. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@人数", System.Data.SqlDbType.Decimal, 5, System.Data.ParameterDirection.Input, false, ((System.Byte)(3)), ((System.Byte)(0)), "人数", System.Data.DataRowVersion.Current, null));
  145. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@班主任", System.Data.SqlDbType.VarChar, 8, "班主任"));
  146. // 
  147. // sqlUpdateCommand1
  148. // 
  149. this.sqlUpdateCommand1.CommandText = @"UPDATE 班级信息 SET 班级编号 = @班级编号, 年级 = @年级, 班级名称 = @班级名称, 班级简称 = @班级简称, 人数 = @人数, 班主任 = @班主任 WHERE (班级编号 = @Original_班级编号) AND (人数 = @Original_人数 OR @Original_人数 IS NULL AND 人数 IS NULL) AND (年级 = @Original_年级 OR @Original_年级 IS NULL AND 年级 IS NULL) AND (班主任 = @Original_班主任 OR @Original_班主任 IS NULL AND 班主任 IS NULL) AND (班级名称 = @Original_班级名称 OR @Original_班级名称 IS NULL AND 班级名称 IS NULL) AND (班级简称 = @Original_班级简称 OR @Original_班级简称 IS NULL AND 班级简称 IS NULL); SELECT 班级编号, 年级, 班级名称, 班级简称, 人数, 班主任 FROM 班级信息 WHERE (班级编号 = @班级编号)";
  150. this.sqlUpdateCommand1.Connection = this.sqlConnection1;
  151. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@班级编号", System.Data.SqlDbType.VarChar, 14, "班级编号"));
  152. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@年级", System.Data.SqlDbType.VarChar, 4, "年级"));
  153. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@班级名称", System.Data.SqlDbType.VarChar, 30, "班级名称"));
  154. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@班级简称", System.Data.SqlDbType.VarChar, 16, "班级简称"));
  155. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@人数", System.Data.SqlDbType.Decimal, 5, System.Data.ParameterDirection.Input, false, ((System.Byte)(3)), ((System.Byte)(0)), "人数", System.Data.DataRowVersion.Current, null));
  156. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@班主任", System.Data.SqlDbType.VarChar, 8, "班主任"));
  157. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_班级编号", System.Data.SqlDbType.VarChar, 14, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "班级编号", System.Data.DataRowVersion.Original, null));
  158. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_人数", System.Data.SqlDbType.Decimal, 5, System.Data.ParameterDirection.Input, false, ((System.Byte)(3)), ((System.Byte)(0)), "人数", System.Data.DataRowVersion.Original, null));
  159. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_年级", System.Data.SqlDbType.VarChar, 4, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "年级", System.Data.DataRowVersion.Original, null));
  160. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_班主任", System.Data.SqlDbType.VarChar, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "班主任", System.Data.DataRowVersion.Original, null));
  161. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_班级名称", System.Data.SqlDbType.VarChar, 30, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "班级名称", System.Data.DataRowVersion.Original, null));
  162. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_班级简称", System.Data.SqlDbType.VarChar, 16, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "班级简称", System.Data.DataRowVersion.Original, null));
  163. // 
  164. // sqlDeleteCommand1
  165. // 
  166. this.sqlDeleteCommand1.CommandText = @"DELETE FROM 班级信息 WHERE (班级编号 = @Original_班级编号) AND (人数 = @Original_人数 OR @Original_人数 IS NULL AND 人数 IS NULL) AND (年级 = @Original_年级 OR @Original_年级 IS NULL AND 年级 IS NULL) AND (班主任 = @Original_班主任 OR @Original_班主任 IS NULL AND 班主任 IS NULL) AND (班级名称 = @Original_班级名称 OR @Original_班级名称 IS NULL AND 班级名称 IS NULL) AND (班级简称 = @Original_班级简称 OR @Original_班级简称 IS NULL AND 班级简称 IS NULL)";
  167. this.sqlDeleteCommand1.Connection = this.sqlConnection1;
  168. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_班级编号", System.Data.SqlDbType.VarChar, 14, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "班级编号", System.Data.DataRowVersion.Original, null));
  169. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_人数", System.Data.SqlDbType.Decimal, 5, System.Data.ParameterDirection.Input, false, ((System.Byte)(3)), ((System.Byte)(0)), "人数", System.Data.DataRowVersion.Original, null));
  170. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_年级", System.Data.SqlDbType.VarChar, 4, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "年级", System.Data.DataRowVersion.Original, null));
  171. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_班主任", System.Data.SqlDbType.VarChar, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "班主任", System.Data.DataRowVersion.Original, null));
  172. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_班级名称", System.Data.SqlDbType.VarChar, 30, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "班级名称", System.Data.DataRowVersion.Original, null));
  173. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_班级简称", System.Data.SqlDbType.VarChar, 16, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "班级简称", System.Data.DataRowVersion.Original, null));
  174. // 
  175. // dataSet11
  176. // 
  177. this.dataSet11.DataSetName = "DataSet1";
  178. this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
  179. // 
  180. // label4
  181. // 
  182. this.label4.Location = new System.Drawing.Point(64, 32);
  183. this.label4.Name = "label4";
  184. this.label4.Size = new System.Drawing.Size(100, 16);
  185. this.label4.TabIndex = 0;
  186. this.label4.Text = "班级编号";
  187. // 
  188. // txt4
  189. // 
  190. this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "班级信息.班级编号"));
  191. this.txt4.Location = new System.Drawing.Point(64, 48);
  192. this.txt4.Name = "txt4";
  193. this.txt4.ReadOnly = true;
  194. this.txt4.Size = new System.Drawing.Size(136, 21);
  195. this.txt4.TabIndex = 1;
  196. this.txt4.Text = "";
  197. // 
  198. // txt5
  199. // 
  200. this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "班级信息.年级"));
  201. this.txt5.Location = new System.Drawing.Point(232, 48);
  202. this.txt5.Name = "txt5";
  203. this.txt5.ReadOnly = true;
  204. this.txt5.Size = new System.Drawing.Size(136, 21);
  205. this.txt5.TabIndex = 1;
  206. this.txt5.Text = "";
  207. // 
  208. // label5
  209. // 
  210. this.label5.Location = new System.Drawing.Point(232, 32);
  211. this.label5.Name = "label5";
  212. this.label5.Size = new System.Drawing.Size(100, 16);
  213. this.label5.TabIndex = 0;
  214. this.label5.Text = "年级";
  215. // 
  216. // label6
  217. // 
  218. this.label6.Location = new System.Drawing.Point(408, 32);
  219. this.label6.Name = "label6";
  220. this.label6.Size = new System.Drawing.Size(100, 16);
  221. this.label6.TabIndex = 0;
  222. this.label6.Text = "班级名称";
  223. // 
  224. // txt6
  225. // 
  226. this.txt6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "班级信息.班级名称"));
  227. this.txt6.Location = new System.Drawing.Point(408, 48);
  228. this.txt6.Name = "txt6";
  229. this.txt6.ReadOnly = true;
  230. this.txt6.Size = new System.Drawing.Size(136, 21);
  231. this.txt6.TabIndex = 1;
  232. this.txt6.Text = "";
  233. // 
  234. // txt9
  235. // 
  236. this.txt9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "班级信息.班主任"));
  237. this.txt9.Location = new System.Drawing.Point(408, 96);
  238. this.txt9.Name = "txt9";
  239. this.txt9.ReadOnly = true;
  240. this.txt9.Size = new System.Drawing.Size(136, 21);
  241. this.txt9.TabIndex = 1;
  242. this.txt9.Text = "";
  243. // 
  244. // label7
  245. // 
  246. this.label7.Location = new System.Drawing.Point(408, 80);
  247. this.label7.Name = "label7";
  248. this.label7.Size = new System.Drawing.Size(100, 16);
  249. this.label7.TabIndex = 0;
  250. this.label7.Text = "班主任";
  251. // 
  252. // label8
  253. // 
  254. this.label8.Location = new System.Drawing.Point(232, 80);
  255. this.label8.Name = "label8";
  256. this.label8.Size = new System.Drawing.Size(100, 16);
  257. this.label8.TabIndex = 0;
  258. this.label8.Text = "人数";
  259. // 
  260. // txt8
  261. // 
  262. this.txt8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "班级信息.班级简称"));
  263. this.txt8.Location = new System.Drawing.Point(232, 96);
  264. this.txt8.Name = "txt8";
  265. this.txt8.ReadOnly = true;
  266. this.txt8.Size = new System.Drawing.Size(136, 21);
  267. this.txt8.TabIndex = 1;
  268. this.txt8.Text = "";
  269. // 
  270. // txt7
  271. // 
  272. this.txt7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "班级信息.班级简称"));
  273. this.txt7.Location = new System.Drawing.Point(64, 96);
  274. this.txt7.Name = "txt7";
  275. this.txt7.ReadOnly = true;
  276. this.txt7.Size = new System.Drawing.Size(136, 21);
  277. this.txt7.TabIndex = 1;
  278. this.txt7.Text = "";
  279. // 
  280. // label9
  281. // 
  282. this.label9.Location = new System.Drawing.Point(64, 80);
  283. this.label9.Name = "label9";
  284. this.label9.Size = new System.Drawing.Size(100, 16);
  285. this.label9.TabIndex = 0;
  286. this.label9.Text = "班级简称";
  287. // 
  288. // ClassInfo
  289. // 
  290. this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
  291. this.ClientSize = new System.Drawing.Size(728, 502);
  292. this.Name = "ClassInfo";
  293. this.Text = "【班级信息维护】";
  294. this.Load += new System.EventHandler(this.ClassInfo_Load);
  295. ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
  296. this.groupBox2.ResumeLayout(false);
  297. ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
  298. } #endregion
  299. //--------创建窗体时,读入数据-------
  300. private void ClassInfo_Load(object sender, System.EventArgs e)
  301. {
  302. da1.SelectCommand.Parameters[0].Value="%";
  303. da1.SelectCommand.Parameters[1].Size=8;//4位年份输入
  304. da1.SelectCommand.Parameters[1].Value="%";
  305. da1.SelectCommand.Parameters[2].Value="%";
  306. da1.Fill(dataSet11);
  307. //设置数据导航控件
  308. this.cmOrders=(CurrencyManager) BindingContext[dataSet11,"班级信息"];
  309. //将基类中的数据集与派生类中的数据集连接
  310. base.dataSet11=this.dataSet11;
  311. }
  312. //-----------根据输入,检索信息----------
  313. private void btnSearch_Click(object sender, System.EventArgs e)
  314. {
  315. da1.SelectCommand.Parameters[0].Value="%";
  316. da1.SelectCommand.Parameters[1].Value="%";
  317. da1.SelectCommand.Parameters[2].Value="%";
  318. if(txt1.Text.Trim()!="")
  319. {
  320. da1.SelectCommand.Parameters[0].Value="%"+txt1.Text.Trim()+"%";
  321. }
  322. if(txt2.Text.Trim()!="")
  323. {
  324. da1.SelectCommand.Parameters[1].Value="%"+txt2.Text.Trim()+"%";
  325. }
  326. if(txt3.Text.Trim()!="")
  327. {
  328. da1.SelectCommand.Parameters[2].Value="%"+txt3.Text.Trim()+"%";
  329. }
  330. dataSet11.Clear();//刷新数据集
  331. da1.Fill(dataSet11);
  332. }
  333. //----------重写设置控件只读属性函数----------
  334. protected override void SetModifyMode(bool blnEdit)
  335. {
  336. base.SetModifyMode (blnEdit);
  337. txt4.ReadOnly=!blnEdit;
  338. txt5.ReadOnly=!blnEdit;
  339. txt6.ReadOnly=!blnEdit;
  340. txt7.ReadOnly=!blnEdit;
  341. txt8.ReadOnly=!blnEdit;
  342. txt9.ReadOnly=!blnEdit;
  343. }
  344. //-------重写新增记录时设置默认值函数--------
  345. protected override void SetDefaultValue()
  346. {
  347. base.SetDefaultValue ();
  348. }
  349. //-------重写检查非空字段函数--------
  350. protected override bool CheckNotNull()
  351. {
  352. if(txt4.Text.Trim()=="")// 班级编号不能为空
  353. {
  354. MessageBox.Show("班级编号不能为空","提示",MessageBoxButtons.OK,MessageBoxIcon.Stop);
  355. return(false);
  356. }
  357. return base.CheckNotNull ();
  358. } } }