-
大小: 139KB文件类型: .rar金币: 1下载: 0 次发布日期: 2021-06-07
- 语言: C#
- 标签:
资源简介
图书管理系统,还不错!我刚刚完成的期末大作业!功能基本齐全!c#版本的
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.OleDb;
using System.Data.Common;
namespace bookstore
{
///
/// AddF 的摘要说明。
///
public class AddF : System.Windows.Forms.Form
{
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.TextBox textBox15;
private System.Windows.Forms.TextBox textBox16;
private System.Windows.Forms.TextBox textBox17;
private System.Windows.Forms.TextBox textBox18;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.TextBox textBox19;
private System.Windows.Forms.TextBox textBox20;
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
SqlBean sq=new SqlBean();
util1 util=new util1();
public AddF()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
textBox1.Clear();
textBox2.Clear();
textBox3.Clear();
textBox4.Clear();
textBox5.Clear();
tex
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 24199 2006-01-06 20:54 图书管理系统\bk2\AddF.cs
文件 35498 2006-01-04 14:21 图书管理系统\bk2\AddF.resx
文件 1078 2005-12-29 10:14 图书管理系统\bk2\App.ico
文件 1859 2005-12-29 10:14 图书管理系统\bk2\AssemblyInfo.cs
文件 176128 2006-01-09 15:29 图书管理系统\bk2\bin\Debug\bookstore.exe
文件 128512 2006-01-09 15:29 图书管理系统\bk2\bin\Debug\bookstore.pdb
文件 4998 2006-01-09 10:52 图书管理系统\bk2\bin\Debug\sqlnet.log
目录 0 2006-01-06 18:11 图书管理系统\bk2\bin\Debug
目录 0 2006-01-09 15:28 图书管理系统\bk2\bin
文件 6991 2006-01-02 21:51 图书管理系统\bk2\bookstore.csproj
文件 1803 2006-01-09 15:29 图书管理系统\bk2\bookstore.csproj.user
文件 903 2005-12-29 10:14 图书管理系统\bk2\bookstore.sln
..A..H. 15872 2006-01-09 15:29 图书管理系统\bk2\bookstore.suo
文件 16717 2006-01-09 14:28 图书管理系统\bk2\ChaXunF.cs
文件 27517 2006-01-09 14:28 图书管理系统\bk2\ChaXunF.resx
文件 13595 2006-01-06 20:21 图书管理系统\bk2\DeleteF.cs
文件 22007 2006-01-02 21:51 图书管理系统\bk2\DeleteF.resx
文件 747 2006-01-06 18:53 图书管理系统\bk2\denglu.cs
文件 3571 2005-12-29 17:54 图书管理系统\bk2\Form1.cs
文件 9765 2005-12-29 17:54 图书管理系统\bk2\Form1.resx
文件 5004 2006-01-09 14:56 图书管理系统\bk2\Inform.cs
文件 10894 2006-01-09 14:56 图书管理系统\bk2\Inform.resx
文件 5204 2006-01-06 19:45 图书管理系统\bk2\main.cs
文件 10320 2005-12-31 22:38 图书管理系统\bk2\main.resx
文件 30158 2006-01-09 15:20 图书管理系统\bk2\obj\Debug\bookstore.AddF.resources
文件 22269 2006-01-09 15:20 图书管理系统\bk2\obj\Debug\bookstore.ChaXunF.resources
文件 17501 2006-01-09 15:20 图书管理系统\bk2\obj\Debug\bookstore.DeleteF.resources
....... 176128 2006-01-09 15:29 图书管理系统\bk2\obj\Debug\bookstore.exe
文件 7404 2006-01-09 15:21 图书管理系统\bk2\obj\Debug\bookstore.Inform.resources
文件 7620 2006-01-09 15:21 图书管理系统\bk2\obj\Debug\bookstore.main.resources
............此处省略17个文件信息
评论
共有 条评论