Browse Source

bug fixed, sell book of a list

Hansi7 10 years ago
parent
commit
566bea6243

+ 25 - 9
source/Form1.Designer.cs

@@ -51,6 +51,7 @@
             this.初始化ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.menu_init = new System.Windows.Forms.ToolStripMenuItem();
             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
+            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
             this.menu_About = new System.Windows.Forms.ToolStripMenuItem();
             this.listView1 = new System.Windows.Forms.ListView();
             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -72,7 +73,7 @@
             this.btn_out_Give_booklist = new System.Windows.Forms.Button();
             this.btn_BuyListQuery = new System.Windows.Forms.Button();
             this.btn_OPLOGALL = new System.Windows.Forms.Button();
-            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
+            this.btn_out_Sell_List = new System.Windows.Forms.Button();
             this.menuStrip1.SuspendLayout();
             this.pl_BtnPlanel.SuspendLayout();
             this.SuspendLayout();
@@ -252,6 +253,13 @@
             this.toolStripMenuItem1.Text = "数据库升级1.0到1.1";
             this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
             // 
+            // toolStripMenuItem2
+            // 
+            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
+            this.toolStripMenuItem2.Size = new System.Drawing.Size(182, 22);
+            this.toolStripMenuItem2.Text = "数据库升级1.1到1.3";
+            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
+            // 
             // menu_About
             // 
             this.menu_About.Name = "menu_About";
@@ -389,7 +397,7 @@
             this.btn_out_Sell.Name = "btn_out_Sell";
             this.btn_out_Sell.Size = new System.Drawing.Size(91, 32);
             this.btn_out_Sell.TabIndex = 12;
-            this.btn_out_Sell.Text = "销售";
+            this.btn_out_Sell.Text = "销售";
             this.btn_out_Sell.UseVisualStyleBackColor = false;
             this.btn_out_Sell.Click += new System.EventHandler(this.btn_out_Sell_Click);
             // 
@@ -398,7 +406,7 @@
             this.btn_out_Give.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(204)))), ((int)(((byte)(90)))));
             this.btn_out_Give.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.btn_out_Give.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btn_out_Give.Location = new System.Drawing.Point(4, 135);
+            this.btn_out_Give.Location = new System.Drawing.Point(4, 167);
             this.btn_out_Give.Name = "btn_out_Give";
             this.btn_out_Give.Size = new System.Drawing.Size(91, 32);
             this.btn_out_Give.TabIndex = 13;
@@ -408,6 +416,7 @@
             // 
             // pl_BtnPlanel
             // 
+            this.pl_BtnPlanel.Controls.Add(this.btn_out_Sell_List);
             this.pl_BtnPlanel.Controls.Add(this.btn_out_Give_booklist);
             this.pl_BtnPlanel.Controls.Add(this.btn_BuyListQuery);
             this.pl_BtnPlanel.Controls.Add(this.btn_OPLOGALL);
@@ -425,7 +434,7 @@
             this.btn_out_Give_booklist.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(204)))), ((int)(((byte)(90)))));
             this.btn_out_Give_booklist.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.btn_out_Give_booklist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btn_out_Give_booklist.Location = new System.Drawing.Point(4, 173);
+            this.btn_out_Give_booklist.Location = new System.Drawing.Point(4, 202);
             this.btn_out_Give_booklist.Name = "btn_out_Give_booklist";
             this.btn_out_Give_booklist.Size = new System.Drawing.Size(91, 32);
             this.btn_out_Give_booklist.TabIndex = 16;
@@ -461,12 +470,18 @@
             this.btn_OPLOGALL.UseVisualStyleBackColor = false;
             this.btn_OPLOGALL.Click += new System.EventHandler(this.btn_OPLOGALL_Click);
             // 
-            // toolStripMenuItem2
+            // btn_out_Sell_List
             // 
-            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
-            this.toolStripMenuItem2.Size = new System.Drawing.Size(182, 22);
-            this.toolStripMenuItem2.Text = "数据库升级1.1到1.3";
-            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
+            this.btn_out_Sell_List.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
+            this.btn_out_Sell_List.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+            this.btn_out_Sell_List.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.btn_out_Sell_List.Location = new System.Drawing.Point(4, 132);
+            this.btn_out_Sell_List.Name = "btn_out_Sell_List";
+            this.btn_out_Sell_List.Size = new System.Drawing.Size(91, 32);
+            this.btn_out_Sell_List.TabIndex = 17;
+            this.btn_out_Sell_List.Text = "批量销售";
+            this.btn_out_Sell_List.UseVisualStyleBackColor = false;
+            this.btn_out_Sell_List.Click += new System.EventHandler(this.btn_out_Sell_List_Click);
             // 
             // Form1
             // 
@@ -545,6 +560,7 @@
         private System.Windows.Forms.Button btn_BuyListQuery;
         private System.Windows.Forms.Button btn_out_Give_booklist;
         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
+        private System.Windows.Forms.Button btn_out_Sell_List;
     }
 }
 

+ 103 - 59
source/Form1.cs

@@ -277,16 +277,7 @@ namespace BooksManageSystem
             }
         }
 
-        private void btn_ShowAll_Click(object sender, EventArgs e)
-        {
-            reload();
-        }
 
-        private void btn_Search_Click(object sender, EventArgs e)
-        {
-            var list = con.GetBookListByName(txt_Search.Text.Trim());
-            fillListView(list);
-        }
 
         private void menu_ExcelOutBookList_Click(object sender, EventArgs e)
         {
@@ -329,35 +320,22 @@ namespace BooksManageSystem
             //MessageBox.Show("H为Grace定制的图书管理!\r\n\r\n                2014年4月12日", "Grace的图书管理", MessageBoxButtons.OK, MessageBoxIcon.Information);
         }
 
-        private void btn_in_Return_Click(object sender, EventArgs e)
-        {
-            RETURN_BOOK();
-        }
-
-        private void btn_out_Sell_Click(object sender, EventArgs e)
-        {
-            SELL_BOOK();
-        }
-
-        private void btn_out_Give_Click(object sender, EventArgs e)
-        {
-            LINGQU_BOOK();
-        }
-
-        private void btn_OPLOGALL_Click(object sender, EventArgs e)
-        {
-            new FrmLOGViewer(con.GetOPLogALL()).ShowDialog();
-        }
-
         private void Form1_SizeChanged(object sender, EventArgs e)
         {
             //pl_ListView.Size = new Size(pl_ListView.Size.Width, this.Size.Height - he);
             listView1.Size = new Size(this.Size.Width - listView1.Location.X - 25 , this.Size.Height - listView1.Location.Y - 45);
         }
 
-        private void btn_in_Buy_Click(object sender, EventArgs e)
+        private void menu_BigList_Click(object sender, EventArgs e)
         {
-            BUY_BookList();
+            try
+            {
+                new FrmBigListViewer().ShowDialog();
+            }
+            catch (Exception err)
+            {
+                MessageBox.Show(err.Message);
+            }
         }
 
         #region 书籍变更逻辑
@@ -500,49 +478,49 @@ namespace BooksManageSystem
             }
         }
 
-        #endregion
-
-
-
-        private void menu_BigList_Click(object sender, EventArgs e)
+        void Lingqu_Booklist()
         {
             try
             {
-                new FrmBigListViewer().ShowDialog();
-            }
-            catch (Exception err)
-            {
-                MessageBox.Show(err.Message);   
-            }
-        }
+                if (booklist == null)
+                {
+                    booklist = con.GetBookList();
+                }
+
+                var maker = new FrmBookListMaker(booklist, "领取-列表编辑器", "确认领取");
+                if (maker.ShowDialog() == System.Windows.Forms.DialogResult.OK)
+                {
+                    int i = 0;
+                    foreach (var item in maker.BookListToOperate.Values)
+                    {
+                        i = i + item;
+                    }
+                    foreach (KeyValuePair<Book, int> item in maker.BookListToOperate)
+                    {
+                        con.Lingqu(item.Key.BookID, item.Value, maker.NoteTag, maker.OperTime);
+                    }
+                    reload();
+                    MessageBox.Show("领取成功!", "成功", MessageBoxButtons.OK, MessageBoxIcon.Information);
+                }
 
-        private void btn_BuyListQuery_Click(object sender, EventArgs e)
-        {
-            try
-            {
-                new FrmBigListViewer().ShowDialog();
             }
             catch (Exception err)
             {
-                MessageBox.Show(err.Message);
+                MessageBox.Show("操作失败,错误消息:" + err.Message);
             }
-        }
 
-        private void btn_out_Give_booklist_Click(object sender, EventArgs e)
-        {
-            Lingqu_Booklist();
         }
 
-        private void Lingqu_Booklist()
+        void out_sell_BookList()
         {
             try
             {
-                if (booklist==null)
+                if (booklist == null)
                 {
                     booklist = con.GetBookList();
                 }
 
-                var maker = new FrmBookListMaker(booklist, "领取-列表编辑器","确认领取");
+                var maker = new FrmBookListMaker(booklist, "销售-列表编辑器", "确认售书");
                 if (maker.ShowDialog() == System.Windows.Forms.DialogResult.OK)
                 {
                     int i = 0;
@@ -552,19 +530,83 @@ namespace BooksManageSystem
                     }
                     foreach (KeyValuePair<Book, int> item in maker.BookListToOperate)
                     {
-                        con.Lingqu(item.Key.BookID, item.Value, maker.NoteTag, maker.OperTime);
+                        con.SellBookByID(item.Key.BookID, item.Value, maker.NoteTag, maker.OperTime);
                     }
                     reload();
-                    MessageBox.Show("领取成功!","成功", MessageBoxButtons.OK, MessageBoxIcon.Information);
+                    MessageBox.Show("售书成功!", "成功", MessageBoxButtons.OK, MessageBoxIcon.Information);
                 }
-                
+
             }
             catch (Exception err)
             {
                 MessageBox.Show("操作失败,错误消息:" + err.Message);
             }
+        }
+        #endregion
+        #region ButtonCalls
 
+        private void btn_ShowAll_Click(object sender, EventArgs e)
+        {
+            reload();
         }
+
+        private void btn_Search_Click(object sender, EventArgs e)
+        {
+            var list = con.GetBookListByName(txt_Search.Text.Trim());
+            fillListView(list);
+        }
+
+        private void btn_in_Return_Click(object sender, EventArgs e)
+        {
+            RETURN_BOOK();
+        }
+
+        private void btn_out_Sell_Click(object sender, EventArgs e)
+        {
+            SELL_BOOK();
+        }
+
+        private void btn_out_Give_Click(object sender, EventArgs e)
+        {
+            LINGQU_BOOK();
+        }
+
+        private void btn_OPLOGALL_Click(object sender, EventArgs e)
+        {
+            new FrmLOGViewer(con.GetOPLogALL()).ShowDialog();
+        }
+
+        private void btn_in_Buy_Click(object sender, EventArgs e)
+        {
+            BUY_BookList();
+        }
+
+        private void btn_BuyListQuery_Click(object sender, EventArgs e)
+        {
+            try
+            {
+                new FrmBigListViewer().ShowDialog();
+            }
+            catch (Exception err)
+            {
+                MessageBox.Show(err.Message);
+            }
+        }
+
+        private void btn_out_Sell_List_Click(object sender, EventArgs e)
+        {
+            out_sell_BookList();
+        }
+
+
+
+        private void btn_out_Give_booklist_Click(object sender, EventArgs e)
+        {
+            Lingqu_Booklist();
+        }
+
+        #endregion
+
         #region 升级
 
         private void toolStripMenuItem1_Click(object sender, EventArgs e)
@@ -597,5 +639,7 @@ namespace BooksManageSystem
         } 
         #endregion
 
+
+
     }
 }

+ 8 - 0
source/FrmBookListViewer.Designer.cs

@@ -34,6 +34,7 @@
             this.button2 = new System.Windows.Forms.Button();
             this.label1 = new System.Windows.Forms.Label();
             this.label2 = new System.Windows.Forms.Label();
+            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
             this.SuspendLayout();
             // 
             // button1
@@ -64,6 +65,8 @@
             // 
             // listView1
             // 
+            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
+            this.columnHeader1});
             this.listView1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.listView1.Location = new System.Drawing.Point(12, 33);
             this.listView1.Name = "listView1";
@@ -108,6 +111,10 @@
             this.label2.TabIndex = 6;
             this.label2.Text = "列表详细";
             // 
+            // columnHeader1
+            // 
+            this.columnHeader1.Width = 150;
+            // 
             // FrmBookListViewer
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -139,5 +146,6 @@
         private System.Windows.Forms.Button button2;
         private System.Windows.Forms.Label label1;
         private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.ColumnHeader columnHeader1;
     }
 }

+ 1 - 1
source/FrmEditOP.Designer.cs

@@ -170,7 +170,7 @@
             this.MinimizeBox = false;
             this.Name = "FrmEditOP";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
-            this.Text = "FrmEditOP";
+            this.Text = "修改操作记录";
             this.Load += new System.EventHandler(this.FrmEditOP_Load);
             this.ResumeLayout(false);
             this.PerformLayout();

+ 32 - 0
source/FrmLOGViewer.Designer.cs

@@ -28,6 +28,7 @@
         /// </summary>
         private void InitializeComponent()
         {
+            this.components = new System.ComponentModel.Container();
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLOGViewer));
             this.listView1 = new System.Windows.Forms.ListView();
             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -42,7 +43,11 @@
             this.分类显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
             this.menu_edit = new System.Windows.Forms.ToolStripMenuItem();
             this.menu_del = new System.Windows.Forms.ToolStripMenuItem();
+            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
+            this.cMenu_Edit_oplog = new System.Windows.Forms.ToolStripMenuItem();
+            this.cMenu_Del_oplog = new System.Windows.Forms.ToolStripMenuItem();
             this.menuStrip1.SuspendLayout();
+            this.contextMenuStrip1.SuspendLayout();
             this.SuspendLayout();
             // 
             // listView1
@@ -56,6 +61,7 @@
             this.columnHeader5,
             this.columnHeader6,
             this.columnHeader7});
+            this.listView1.ContextMenuStrip = this.contextMenuStrip1;
             this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.listView1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.listView1.FullRowSelect = true;
@@ -143,6 +149,28 @@
             this.menu_del.Text = "删除记录";
             this.menu_del.Click += new System.EventHandler(this.menu_del_Click);
             // 
+            // contextMenuStrip1
+            // 
+            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.cMenu_Edit_oplog,
+            this.cMenu_Del_oplog});
+            this.contextMenuStrip1.Name = "contextMenuStrip1";
+            this.contextMenuStrip1.Size = new System.Drawing.Size(125, 48);
+            // 
+            // cMenu_Edit_oplog
+            // 
+            this.cMenu_Edit_oplog.Name = "cMenu_Edit_oplog";
+            this.cMenu_Edit_oplog.Size = new System.Drawing.Size(124, 22);
+            this.cMenu_Edit_oplog.Text = "修改记录";
+            this.cMenu_Edit_oplog.Click += new System.EventHandler(this.cMenu_Edit_oplog_Click);
+            // 
+            // cMenu_Del_oplog
+            // 
+            this.cMenu_Del_oplog.Name = "cMenu_Del_oplog";
+            this.cMenu_Del_oplog.Size = new System.Drawing.Size(124, 22);
+            this.cMenu_Del_oplog.Text = "删除记录";
+            this.cMenu_Del_oplog.Click += new System.EventHandler(this.cMenu_Del_oplog_Click);
+            // 
             // FrmLOGViewer
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -159,6 +187,7 @@
             this.Load += new System.EventHandler(this.FrmLOGViewer_Load);
             this.menuStrip1.ResumeLayout(false);
             this.menuStrip1.PerformLayout();
+            this.contextMenuStrip1.ResumeLayout(false);
             this.ResumeLayout(false);
             this.PerformLayout();
 
@@ -179,5 +208,8 @@
         private System.Windows.Forms.ToolStripMenuItem 分类显示ToolStripMenuItem;
         private System.Windows.Forms.ToolStripMenuItem menu_edit;
         private System.Windows.Forms.ToolStripMenuItem menu_del;
+        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
+        private System.Windows.Forms.ToolStripMenuItem cMenu_Edit_oplog;
+        private System.Windows.Forms.ToolStripMenuItem cMenu_Del_oplog;
     }
 }

+ 39 - 16
source/FrmLOGViewer.cs

@@ -76,11 +76,16 @@ namespace BooksManageSystem
 
         private void menu_edit_Click(object sender, EventArgs e)
         {
-            if (listView1.SelectedItems.Count==1)
-	        {
+            Edit_OP_LOG();
+        }
+
+        private void Edit_OP_LOG()
+        {
+            if (listView1.SelectedItems.Count == 1)
+            {
                 OPLOG log = listView1.SelectedItems[0].Tag as OPLOG;
                 var eop = new FrmEditOP(log);
-                if (eop.ShowDialog()== System.Windows.Forms.DialogResult.OK)
+                if (eop.ShowDialog() == System.Windows.Forms.DialogResult.OK)
                 {
                     if (con.ModifyOPLog(log.OPID, eop.DateOP, eop.Operator) > 0)
                     {
@@ -92,33 +97,37 @@ namespace BooksManageSystem
                         MessageBox.Show("修改失败!");
                     }
                 }
-	        }
+            }
             else
             {
                 MessageBox.Show("请选择一项进行修改");
             }
-            
         }
 
         private void menu_del_Click(object sender, EventArgs e)
+        {
+            Del_OP_LOG();
+        }
+
+        private void Del_OP_LOG()
         {
             if (listView1.SelectedItems.Count == 1)
             {
                 OPLOG log = listView1.SelectedItems[0].Tag as OPLOG;
-                string op=string.Empty;
-                if (log.op== EnumOP.购 || log.op == EnumOP.还)
-	            {
+                string op = string.Empty;
+                if (log.op == EnumOP.购 || log.op == EnumOP.还)
+                {
                     op = "减少";
-	            }
-                else if (log.op== EnumOP.领 || log.op == EnumOP.售)
-	            {
-		            op = "增加";
-	            }
+                }
+                else if (log.op == EnumOP.领 || log.op == EnumOP.售)
+                {
+                    op = "增加";
+                }
                 string message = "删除本记录会使《" + log.BookName + "》的数量" + op + log.OPCount.ToString() + "。本操作不可撤销。确认删除?";
 
-                var res = MessageBox.Show(message,"确认删除本条记录?", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question);
+                var res = MessageBox.Show(message, "确认删除本条记录?", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question);
 
-                if (res== System.Windows.Forms.DialogResult.Yes)
+                if (res == System.Windows.Forms.DialogResult.Yes)
                 {
                     if (con.UndoOPByOPID(log.OPID) > 0)
                     {
@@ -129,7 +138,7 @@ namespace BooksManageSystem
                 }
                 else if (res == System.Windows.Forms.DialogResult.No)
                 {
-                     
+
                 }
                 else if (res == System.Windows.Forms.DialogResult.Cancel)
                 {
@@ -142,5 +151,19 @@ namespace BooksManageSystem
                 MessageBox.Show("请选择一项进行修改");
             }
         }
+
+        private void cMenu_Del_oplog_Click(object sender, EventArgs e)
+        {
+            Del_OP_LOG();
+        }
+
+        private void cMenu_Edit_oplog_Click(object sender, EventArgs e)
+        {
+            Edit_OP_LOG();
+        }
+
+
+
+
     }
 }

+ 3 - 0
source/FrmLOGViewer.resx

@@ -117,6 +117,9 @@
   <resheader name="writer">
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
+  <metadata name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+    <value>137, 17</value>
+  </metadata>
   <metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     <value>17, 17</value>
   </metadata>

+ 1 - 1
source/FrmOutputSellList.cs

@@ -19,7 +19,7 @@ namespace BooksManageSystem
         private void FrmOutputSellList_Load(object sender, EventArgs e)
         {
             dtp_Start.Value = DateTime.Parse(DateTime.Now.AddMonths(-2).ToString("yyyy-MM-01 00:00:00"));
-            dtp_End.Value = DateTime.Parse(DateTime.Now.AddMonths(1).ToString("yyyy-MM-01 00:00:00"));
+            dtp_End.Value = DateTime.Parse(DateTime.Now.AddMonths(1).ToString("yyyy-MM-01 00:00:00")).AddSeconds(-1);
         }
 
         public DateTime Start;

+ 4 - 3
source/Properties/AssemblyInfo.cs

@@ -9,8 +9,9 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyDescription(@"用四种书籍数量变更的方式(购入,归还,销售,领用)对书籍进行简单的管理,其中销售的书籍可以单独导出列表。
 2014.6.11更改了控件的排列,修复在过小的屏幕上不显示按钮的问题。 
 2014.7.11增加了批量领取书籍,以及书单的操作。
+2015.1.20增加的批量售书的功能,修正书单在XP系统下显示不全的问题。添加操作记录列表下的右键菜单。方便删除操作记录。
 程序编码:@麦田呱呱
-日期:2014年7月11日")]
+日期:2015年1月21日")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Grace软件")]
 [assembly: AssemblyProduct("BooksManageSystem")]
@@ -36,5 +37,5 @@ using System.Runtime.InteropServices;
 // 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
 // 方法是按如下所示使用“*”:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.3.0.0")]
-[assembly: AssemblyFileVersion("1.3.0.0")]
+[assembly: AssemblyVersion("1.4.0.0")]
+[assembly: AssemblyFileVersion("1.4.0.0")]

+ 0 - 0
凤飞飞.txt