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

企业管理

开发平台:

C#

  1. using System;
  2. using System.Drawing;
  3. using System.Collections;
  4. using System.ComponentModel;
  5. using System.Windows.Forms;
  6. using System.Data;
  7. using System.Data.SqlClient;
  8. namespace 图书馆管理系统
  9. {
  10. /// <summary>
  11. /// BookClassify 的摘要说明。
  12. /// </summary>
  13. public class BookClassify : System.Windows.Forms.Form
  14. {
  15. CurrencyManager cmOrders;
  16. private System.Windows.Forms.ImageList imageList1;
  17. private System.Windows.Forms.GroupBox groupBox1;
  18. private System.Windows.Forms.Button btnSearch;
  19. private System.Windows.Forms.TextBox txt1;
  20. private System.Windows.Forms.Label label2;
  21. private System.Windows.Forms.Label label1;
  22. private System.Windows.Forms.TextBox txt2;
  23. private System.Windows.Forms.Label label3;
  24. private System.Windows.Forms.TextBox txt3;
  25. private System.Windows.Forms.ToolBar toolBar1;
  26. private System.Windows.Forms.ToolBarButton tBtnFirst;
  27. private System.Windows.Forms.ToolBarButton tBtnPre;
  28. private System.Windows.Forms.ToolBarButton tBtnNext;
  29. private System.Windows.Forms.ToolBarButton tBtnLast;
  30. private System.Windows.Forms.ToolBarButton tBtnNew;
  31. private System.Windows.Forms.ToolBarButton tBtnEdit;
  32. private System.Windows.Forms.ToolBarButton tBtnDelete;
  33. private System.Windows.Forms.ToolBarButton tBtnSubmit;
  34. private System.Windows.Forms.ToolBarButton tBtnCancel;
  35. private System.Windows.Forms.ToolBarButton tBtnQuit;
  36. private System.Windows.Forms.DataGrid dataGrid1;
  37. private System.Windows.Forms.Label label4;
  38. private System.Windows.Forms.Label label5;
  39. private System.Data.SqlClient.SqlDataAdapter da1;
  40. private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
  41. private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
  42. private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
  43. private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
  44. private System.Data.SqlClient.SqlConnection sqlConnection1;
  45. private 图书馆管理系统.DataSet1 dataSet11;
  46. private System.Windows.Forms.TextBox txt4;
  47. private System.Windows.Forms.TextBox txt5;
  48. private System.ComponentModel.IContainer components;
  49. public BookClassify()
  50. {
  51. //
  52. // Windows 窗体设计器支持所必需的
  53. //
  54. InitializeComponent();
  55. //
  56. // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
  57. //
  58. }
  59. /// <summary>
  60. /// 清理所有正在使用的资源。
  61. /// </summary>
  62. protected override void Dispose( bool disposing )
  63. {
  64. if( disposing )
  65. {
  66. if(components != null)
  67. {
  68. components.Dispose();
  69. }
  70. }
  71. base.Dispose( disposing );
  72. }
  73. #region Windows 窗体设计器生成的代码
  74. /// <summary>
  75. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  76. /// 此方法的内容。
  77. /// </summary>
  78. private void InitializeComponent()
  79. {
  80. this.components = new System.ComponentModel.Container();
  81. System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(BookClassify));
  82. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  83. this.groupBox1 = new System.Windows.Forms.GroupBox();
  84. this.btnSearch = new System.Windows.Forms.Button();
  85. this.txt1 = new System.Windows.Forms.TextBox();
  86. this.label2 = new System.Windows.Forms.Label();
  87. this.label1 = new System.Windows.Forms.Label();
  88. this.txt2 = new System.Windows.Forms.TextBox();
  89. this.label3 = new System.Windows.Forms.Label();
  90. this.txt3 = new System.Windows.Forms.TextBox();
  91. this.dataSet11 = new 图书馆管理系统.DataSet1();
  92. this.toolBar1 = new System.Windows.Forms.ToolBar();
  93. this.tBtnFirst = new System.Windows.Forms.ToolBarButton();
  94. this.tBtnPre = new System.Windows.Forms.ToolBarButton();
  95. this.tBtnNext = new System.Windows.Forms.ToolBarButton();
  96. this.tBtnLast = new System.Windows.Forms.ToolBarButton();
  97. this.tBtnNew = new System.Windows.Forms.ToolBarButton();
  98. this.tBtnEdit = new System.Windows.Forms.ToolBarButton();
  99. this.tBtnDelete = new System.Windows.Forms.ToolBarButton();
  100. this.tBtnSubmit = new System.Windows.Forms.ToolBarButton();
  101. this.tBtnCancel = new System.Windows.Forms.ToolBarButton();
  102. this.tBtnQuit = new System.Windows.Forms.ToolBarButton();
  103. this.dataGrid1 = new System.Windows.Forms.DataGrid();
  104. this.txt4 = new System.Windows.Forms.TextBox();
  105. this.label4 = new System.Windows.Forms.Label();
  106. this.txt5 = new System.Windows.Forms.TextBox();
  107. this.label5 = new System.Windows.Forms.Label();
  108. this.da1 = new System.Data.SqlClient.SqlDataAdapter();
  109. this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
  110. this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
  111. this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
  112. this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
  113. this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
  114. this.groupBox1.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
  117. this.SuspendLayout();
  118. // 
  119. // imageList1
  120. // 
  121. this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
  122. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  123. this.imageList1.TransparentColor = System.Drawing.SystemColors.ControlLightLight;
  124. // 
  125. // groupBox1
  126. // 
  127. this.groupBox1.Controls.Add(this.btnSearch);
  128. this.groupBox1.Controls.Add(this.txt1);
  129. this.groupBox1.Controls.Add(this.label2);
  130. this.groupBox1.Controls.Add(this.label1);
  131. this.groupBox1.Controls.Add(this.txt2);
  132. this.groupBox1.Location = new System.Drawing.Point(0, 40);
  133. this.groupBox1.Name = "groupBox1";
  134. this.groupBox1.Size = new System.Drawing.Size(568, 56);
  135. this.groupBox1.TabIndex = 34;
  136. this.groupBox1.TabStop = false;
  137. // 
  138. // btnSearch
  139. // 
  140. this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
  141. this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  142. this.btnSearch.Location = new System.Drawing.Point(16, 24);
  143. this.btnSearch.Name = "btnSearch";
  144. this.btnSearch.Size = new System.Drawing.Size(72, 23);
  145. this.btnSearch.TabIndex = 0;
  146. this.btnSearch.Text = " 搜索";
  147. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  148. // 
  149. // txt1
  150. // 
  151. this.txt1.Location = new System.Drawing.Point(168, 24);
  152. this.txt1.Name = "txt1";
  153. this.txt1.TabIndex = 2;
  154. this.txt1.Text = "";
  155. // 
  156. // label2
  157. // 
  158. this.label2.Location = new System.Drawing.Point(104, 28);
  159. this.label2.Name = "label2";
  160. this.label2.Size = new System.Drawing.Size(56, 16);
  161. this.label2.TabIndex = 1;
  162. this.label2.Text = "类型编号";
  163. // 
  164. // label1
  165. // 
  166. this.label1.Location = new System.Drawing.Point(304, 27);
  167. this.label1.Name = "label1";
  168. this.label1.Size = new System.Drawing.Size(56, 16);
  169. this.label1.TabIndex = 1;
  170. this.label1.Text = "类型名称";
  171. // 
  172. // txt2
  173. // 
  174. this.txt2.Location = new System.Drawing.Point(360, 24);
  175. this.txt2.Name = "txt2";
  176. this.txt2.TabIndex = 2;
  177. this.txt2.Text = "";
  178. // 
  179. // label3
  180. // 
  181. this.label3.Location = new System.Drawing.Point(392, 136);
  182. this.label3.Name = "label3";
  183. this.label3.Size = new System.Drawing.Size(72, 16);
  184. this.label3.TabIndex = 1;
  185. this.label3.Text = "类型编号";
  186. // 
  187. // txt3
  188. // 
  189. this.txt3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书类型.类型编号"));
  190. this.txt3.Location = new System.Drawing.Point(392, 152);
  191. this.txt3.Name = "txt3";
  192. this.txt3.ReadOnly = true;
  193. this.txt3.TabIndex = 2;
  194. this.txt3.Text = "";
  195. // 
  196. // dataSet11
  197. // 
  198. this.dataSet11.DataSetName = "DataSet1";
  199. this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
  200. // 
  201. // toolBar1
  202. // 
  203. this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
  204. this.tBtnFirst,
  205. this.tBtnPre,
  206. this.tBtnNext,
  207. this.tBtnLast,
  208. this.tBtnNew,
  209. this.tBtnEdit,
  210. this.tBtnDelete,
  211. this.tBtnSubmit,
  212. this.tBtnCancel,
  213. this.tBtnQuit});
  214. this.toolBar1.DropDownArrows = true;
  215. this.toolBar1.ImageList = this.imageList1;
  216. this.toolBar1.Location = new System.Drawing.Point(0, 0);
  217. this.toolBar1.Name = "toolBar1";
  218. this.toolBar1.ShowToolTips = true;
  219. this.toolBar1.Size = new System.Drawing.Size(584, 41);
  220. this.toolBar1.TabIndex = 35;
  221. this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
  222. // 
  223. // tBtnFirst
  224. // 
  225. this.tBtnFirst.ImageIndex = 0;
  226. this.tBtnFirst.Text = "首记录";
  227. this.tBtnFirst.ToolTipText = "首记录";
  228. // 
  229. // tBtnPre
  230. // 
  231. this.tBtnPre.ImageIndex = 1;
  232. this.tBtnPre.Text = "上一记录";
  233. this.tBtnPre.ToolTipText = "上一记录";
  234. // 
  235. // tBtnNext
  236. // 
  237. this.tBtnNext.ImageIndex = 2;
  238. this.tBtnNext.Text = "下一记录";
  239. this.tBtnNext.ToolTipText = "下一记录";
  240. // 
  241. // tBtnLast
  242. // 
  243. this.tBtnLast.ImageIndex = 3;
  244. this.tBtnLast.Text = "尾记录";
  245. this.tBtnLast.ToolTipText = "尾记录";
  246. // 
  247. // tBtnNew
  248. // 
  249. this.tBtnNew.ImageIndex = 4;
  250. this.tBtnNew.Text = "新增";
  251. this.tBtnNew.ToolTipText = "新增";
  252. // 
  253. // tBtnEdit
  254. // 
  255. this.tBtnEdit.ImageIndex = 5;
  256. this.tBtnEdit.Text = "修改";
  257. this.tBtnEdit.ToolTipText = "修改";
  258. // 
  259. // tBtnDelete
  260. // 
  261. this.tBtnDelete.ImageIndex = 6;
  262. this.tBtnDelete.Text = "删除";
  263. this.tBtnDelete.ToolTipText = "删除";
  264. // 
  265. // tBtnSubmit
  266. // 
  267. this.tBtnSubmit.ImageIndex = 7;
  268. this.tBtnSubmit.Text = "提交";
  269. this.tBtnSubmit.ToolTipText = "提交";
  270. // 
  271. // tBtnCancel
  272. // 
  273. this.tBtnCancel.ImageIndex = 8;
  274. this.tBtnCancel.Text = "取消";
  275. this.tBtnCancel.ToolTipText = "取消";
  276. // 
  277. // tBtnQuit
  278. // 
  279. this.tBtnQuit.ImageIndex = 9;
  280. this.tBtnQuit.Text = "退出";
  281. this.tBtnQuit.ToolTipText = "退出";
  282. // 
  283. // dataGrid1
  284. // 
  285. this.dataGrid1.CaptionVisible = false;
  286. this.dataGrid1.DataMember = "图书类型";
  287. this.dataGrid1.DataSource = this.dataSet11;
  288. this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
  289. this.dataGrid1.Location = new System.Drawing.Point(0, 96);
  290. this.dataGrid1.Name = "dataGrid1";
  291. this.dataGrid1.ReadOnly = true;
  292. this.dataGrid1.Size = new System.Drawing.Size(368, 392);
  293. this.dataGrid1.TabIndex = 36;
  294. // 
  295. // txt4
  296. // 
  297. this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书类型.可借天数"));
  298. this.txt4.Location = new System.Drawing.Point(392, 216);
  299. this.txt4.Name = "txt4";
  300. this.txt4.ReadOnly = true;
  301. this.txt4.TabIndex = 2;
  302. this.txt4.Text = "";
  303. // 
  304. // label4
  305. // 
  306. this.label4.Location = new System.Drawing.Point(392, 200);
  307. this.label4.Name = "label4";
  308. this.label4.Size = new System.Drawing.Size(72, 16);
  309. this.label4.TabIndex = 1;
  310. this.label4.Text = "可借天数";
  311. // 
  312. // txt5
  313. // 
  314. this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书类型.类型名称"));
  315. this.txt5.Location = new System.Drawing.Point(392, 280);
  316. this.txt5.Name = "txt5";
  317. this.txt5.ReadOnly = true;
  318. this.txt5.Size = new System.Drawing.Size(168, 21);
  319. this.txt5.TabIndex = 2;
  320. this.txt5.Text = "";
  321. // 
  322. // label5
  323. // 
  324. this.label5.Location = new System.Drawing.Point(392, 264);
  325. this.label5.Name = "label5";
  326. this.label5.Size = new System.Drawing.Size(64, 16);
  327. this.label5.TabIndex = 1;
  328. this.label5.Text = "类型名称";
  329. // 
  330. // da1
  331. // 
  332. this.da1.DeleteCommand = this.sqlDeleteCommand1;
  333. this.da1.InsertCommand = this.sqlInsertCommand1;
  334. this.da1.SelectCommand = this.sqlSelectCommand1;
  335. this.da1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
  336.   new System.Data.Common.DataTableMapping("Table", "图书类型", new System.Data.Common.DataColumnMapping[] {
  337.   new System.Data.Common.DataColumnMapping("类型编号", "类型编号"),
  338.   new System.Data.Common.DataColumnMapping("类型名称", "类型名称"),
  339.   new System.Data.Common.DataColumnMapping("可借天数", "可借天数")})});
  340. this.da1.UpdateCommand = this.sqlUpdateCommand1;
  341. // 
  342. // sqlDeleteCommand1
  343. // 
  344. this.sqlDeleteCommand1.CommandText = "DELETE FROM 图书类型 WHERE (类型编号 = @Original_类型编号) AND (可借天数 = @Original_可借天数 OR @Ori" +
  345. "ginal_可借天数 IS NULL AND 可借天数 IS NULL) AND (类型名称 = @Original_类型名称 OR @Original_类型名" +
  346. "称 IS NULL AND 类型名称 IS NULL)";
  347. this.sqlDeleteCommand1.Connection = this.sqlConnection1;
  348. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_类型编号", System.Data.SqlDbType.VarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "类型编号", System.Data.DataRowVersion.Original, null));
  349. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_可借天数", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "可借天数", System.Data.DataRowVersion.Original, null));
  350. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_类型名称", System.Data.SqlDbType.VarChar, 100, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "类型名称", System.Data.DataRowVersion.Original, null));
  351. // 
  352. // sqlConnection1
  353. // 
  354. this.sqlConnection1.ConnectionString = "workstation id=localhost;Integrated Security=SSPI;Database=libbook;";
  355. // 
  356. // sqlInsertCommand1
  357. // 
  358. this.sqlInsertCommand1.CommandText = "INSERT INTO 图书类型(类型编号, 类型名称, 可借天数) VALUES (@类型编号, @类型名称, @可借天数); SELECT 类型编号, 类型名" +
  359. "称, 可借天数 FROM 图书类型 WHERE (类型编号 = @类型编号)";
  360. this.sqlInsertCommand1.Connection = this.sqlConnection1;
  361. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@类型编号", System.Data.SqlDbType.VarChar, 50, "类型编号"));
  362. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@类型名称", System.Data.SqlDbType.VarChar, 100, "类型名称"));
  363. this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@可借天数", System.Data.SqlDbType.Int, 4, "可借天数"));
  364. // 
  365. // sqlSelectCommand1
  366. // 
  367. this.sqlSelectCommand1.CommandText = "SELECT 类型编号, 类型名称, 可借天数 FROM 图书类型 WHERE (类型编号 LIKE @Param3) AND (类型名称 LIKE @Param" +
  368. "4)";
  369. this.sqlSelectCommand1.Connection = this.sqlConnection1;
  370. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Param3", System.Data.SqlDbType.VarChar, 50, "类型编号"));
  371. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Param4", System.Data.SqlDbType.VarChar, 100, "类型名称"));
  372. // 
  373. // sqlUpdateCommand1
  374. // 
  375. 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); SELECT 类型编号, 类型名称, 可借天数 FROM 图书类型 WHERE (类型编号 = @类型编号)";
  376. this.sqlUpdateCommand1.Connection = this.sqlConnection1;
  377. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@类型编号", System.Data.SqlDbType.VarChar, 50, "类型编号"));
  378. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@类型名称", System.Data.SqlDbType.VarChar, 100, "类型名称"));
  379. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@可借天数", System.Data.SqlDbType.Int, 4, "可借天数"));
  380. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_类型编号", System.Data.SqlDbType.VarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "类型编号", System.Data.DataRowVersion.Original, null));
  381. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_可借天数", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "可借天数", System.Data.DataRowVersion.Original, null));
  382. this.sqlUpdateCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_类型名称", System.Data.SqlDbType.VarChar, 100, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "类型名称", System.Data.DataRowVersion.Original, null));
  383. // 
  384. // BookClassify
  385. // 
  386. this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
  387. this.ClientSize = new System.Drawing.Size(584, 485);
  388. this.Controls.Add(this.dataGrid1);
  389. this.Controls.Add(this.toolBar1);
  390. this.Controls.Add(this.groupBox1);
  391. this.Controls.Add(this.txt3);
  392. this.Controls.Add(this.label3);
  393. this.Controls.Add(this.txt4);
  394. this.Controls.Add(this.label4);
  395. this.Controls.Add(this.txt5);
  396. this.Controls.Add(this.label5);
  397. this.Name = "BookClassify";
  398. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  399. this.Text = "【图书类型设置】";
  400. this.Load += new System.EventHandler(this.BookClassify_Load);
  401. this.groupBox1.ResumeLayout(false);
  402. ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
  404. this.ResumeLayout(false);
  405. }
  406. #endregion
  407. //---------显示窗口,读入全部数据-----------
  408. private void BookClassify_Load(object sender, System.EventArgs e)
  409. {
  410. da1.SelectCommand.Parameters[0].Value="%%";
  411. da1.SelectCommand.Parameters[1].Value="%%";
  412. da1.Fill(dataSet11);
  413. //设置数据导航
  414. cmOrders=(CurrencyManager) BindingContext[dataSet11,"图书类型"];
  415. }
  416. //----------根据输入的信息,查询图书类型信息--------
  417. private void btnSearch_Click(object sender, System.EventArgs e)
  418. {
  419. da1.SelectCommand.Parameters[0].Value="%%";
  420. da1.SelectCommand.Parameters[1].Value="%%";
  421. if(txt1.Text!="")
  422. {
  423. da1.SelectCommand.Parameters[0].Value="%"+txt1.Text+"%";
  424. }
  425. if(txt2.Text!="")
  426. {
  427. da1.SelectCommand.Parameters[1].Value="%"+txt2.Text+"%";
  428. }
  429. dataSet11.图书类型.Clear();
  430. da1.Fill(dataSet11);
  431. }
  432. //-------------处理工具栏事务------------
  433. private void toolBar1_ButtonClick(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)
  434. {
  435. if (e.Button.ToolTipText == "首记录")
  436. {
  437. this.dataGrid1.UnSelect(cmOrders.Position); //取消原选中的行
  438. cmOrders.Position = 0;
  439. this.dataGrid1.Select(cmOrders.Position); //选中当前行
  440. this.dataGrid1.CurrentRowIndex = cmOrders.Position; //移动表头指示图标
  441. return;
  442. }
  443. if (e.Button.ToolTipText == "上一记录")
  444. {
  445. if (cmOrders.Position >= 0)
  446. {
  447. this.dataGrid1.UnSelect(cmOrders.Position); 
  448. cmOrders.Position--;
  449. this.dataGrid1.Select(cmOrders.Position);      
  450. this.dataGrid1.CurrentRowIndex = cmOrders.Position; 
  451. }
  452. return;
  453. }
  454. if (e.Button.ToolTipText == "下一记录")
  455. {
  456. if (cmOrders.Position <= cmOrders.Count-1)
  457. {
  458. this.dataGrid1.UnSelect(cmOrders.Position); 
  459. cmOrders.Position++;
  460. this.dataGrid1.Select(cmOrders.Position);       
  461. this.dataGrid1.CurrentRowIndex = cmOrders.Position; 
  462. }
  463. return;
  464. }
  465. if (e.Button.ToolTipText == "尾记录")
  466. {
  467. this.dataGrid1.UnSelect(cmOrders.Position); 
  468. cmOrders.Position = cmOrders.Count-1;
  469. this.dataGrid1.Select(cmOrders.Position);       
  470. this.dataGrid1.CurrentRowIndex = cmOrders.Position; 
  471. return;
  472. }
  473. if(e.Button.ToolTipText=="新增")
  474. {
  475. cmOrders.AddNew();
  476. //设置默认值
  477. SetDefaultValue();
  478. //设置编辑属性
  479. SetModifyMode(true);
  480. }
  481. if(e.Button.ToolTipText=="修改")
  482. {
  483. SetModifyMode(true);
  484. }
  485. if(e.Button.ToolTipText=="删除")
  486. {
  487. DialogResult result=MessageBox.Show("确认删除?","删除数据",MessageBoxButtons.OKCancel);
  488. if(result==DialogResult.OK)
  489. if(cmOrders.Count>0)//立即从数据集中删除
  490. {
  491. cmOrders.RemoveAt(cmOrders.Position);
  492. da1.Update(dataSet11);
  493. }
  494. else
  495. MessageBox.Show("表中为空,已无可删除数据","提示",MessageBoxButtons.OK,MessageBoxIcon.Error);
  496. }
  497. if(e.Button.ToolTipText=="提交")
  498. {
  499. if(txt3.Text.Trim()=="")//检查字段
  500. {
  501. MessageBox.Show("请输入类型编号","提示",MessageBoxButtons.OK,MessageBoxIcon.Warning);
  502. return;
  503. }
  504. if(txt5.Text.Trim()=="")
  505. {
  506. MessageBox.Show("请输入类型名称","提示",MessageBoxButtons.OK,MessageBoxIcon.Warning);
  507. return;
  508. }
  509. cmOrders.EndCurrentEdit();
  510. if(dataSet11.GetChanges()!=null)
  511. {
  512. try
  513. {
  514. da1.Update(dataSet11);
  515. SetModifyMode(false);
  516. }
  517. catch(Exception express)
  518. {
  519. MessageBox.Show(express.ToString(),"提示",MessageBoxButtons.OK,MessageBoxIcon.Error);
  520. dataSet11.RejectChanges();
  521. }
  522. }
  523. return;
  524. }
  525. if (e.Button.ToolTipText == "取消")
  526. {
  527. try
  528. {
  529. cmOrders.CancelCurrentEdit();  //取消编辑
  530. SetModifyMode(false);
  531. }
  532. catch(Exception express)
  533. {
  534. MessageBox.Show(express.ToString(),"提示",MessageBoxButtons.OK,MessageBoxIcon.Error);
  535. }
  536. return;
  537. }
  538. if(e.Button.ToolTipText=="退出")
  539. {
  540. this.Close();
  541. }
  542. }
  543. //--------------对控件的属性做设置---------------
  544. private void SetModifyMode(bool blnEdit)
  545. {
  546. //设置文本框和下拉列表框属性
  547. txt4.ReadOnly=!blnEdit;
  548. txt5.ReadOnly=!blnEdit;
  549. txt3.ReadOnly=!blnEdit;
  550. //设置搜索按钮属性
  551. btnSearch.Enabled=!blnEdit;
  552. }
  553. //------------在新增数据时,设置默认值--------------
  554. private void SetDefaultValue()
  555. {
  556. string strConn = "workstation id=localhost;Integrated Security=SSPI;database=libbook";
  557. SqlConnection cn=new SqlConnection(strConn);
  558. cn.Open();
  559. SqlCommand cmd=cn.CreateCommand();
  560. cmd.CommandText="select max(类型编号) 最大编号 from 图书类型";
  561. int maxID=1;//计算新编号
  562. object result=cmd.ExecuteScalar();
  563. if(result!=System.DBNull.Value)
  564. {
  565. maxID=Convert.ToInt32(result)+1;
  566. }
  567. int length=maxID.ToString().Length;
  568. switch(length)
  569. {
  570. case 1:
  571. txt3.Text="00"+maxID.ToString();
  572. break;
  573. case 2:
  574. txt3.Text="0"+maxID.ToString();
  575. break;
  576. case 3:
  577. txt3.Text=maxID.ToString();
  578. break;
  579. }
  580. txt4.Text="1";//设置默认可借天数
  581. }
  582. }
  583. }