⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain_gj.cs

📁 因本人正在学习中
💻 CS
📖 第 1 页 / 共 4 页
字号:
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(768, 56);
			this.groupBox3.TabIndex = 34;
			this.groupBox3.TabStop = false;
			this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
			// 
			// txt12
			// 
			this.txt12.Location = new System.Drawing.Point(80, 16);
			this.txt12.Name = "txt12";
			this.txt12.TabIndex = 2;
			this.txt12.Text = "";
			this.txt12.TextChanged += new System.EventHandler(this.txt12_TextChanged);
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 24);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(72, 16);
			this.label3.TabIndex = 1;
			this.label3.Text = "读者编号:";
			this.label3.Click += new System.EventHandler(this.label3_Click);
			// 
			// toolBar3
			// 
			this.toolBar3.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.tobtnselect,
																						this.tobtnnew,
																						this.tobtnupdata,
																						this.tobtndelete,
																						this.tobtnclose,
																						this.toolBarButton2});
			this.toolBar3.DropDownArrows = true;
			this.toolBar3.ImageList = this.imageList1;
			this.toolBar3.Location = new System.Drawing.Point(0, 0);
			this.toolBar3.Name = "toolBar3";
			this.toolBar3.ShowToolTips = true;
			this.toolBar3.Size = new System.Drawing.Size(768, 41);
			this.toolBar3.TabIndex = 33;
			this.toolBar3.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar3_ButtonClick);
			// 
			// tobtnselect
			// 
			this.tobtnselect.ImageIndex = 0;
			this.tobtnselect.Text = "查询";
			this.tobtnselect.ToolTipText = "查询";
			// 
			// tobtnnew
			// 
			this.tobtnnew.ImageIndex = 1;
			this.tobtnnew.Text = "新增";
			this.tobtnnew.ToolTipText = "新增";
			// 
			// tobtnupdata
			// 
			this.tobtnupdata.ImageIndex = 2;
			this.tobtnupdata.Text = "修改";
			this.tobtnupdata.ToolTipText = "修改";
			// 
			// tobtndelete
			// 
			this.tobtndelete.ImageIndex = 3;
			this.tobtndelete.Text = "删除";
			this.tobtndelete.ToolTipText = "删除";
			// 
			// tobtnclose
			// 
			this.tobtnclose.ImageIndex = 4;
			this.tobtnclose.Text = "退出";
			this.tobtnclose.ToolTipText = "退出";
			// 
			// toolBarButton2
			// 
			this.toolBarButton2.ImageIndex = 6;
			this.toolBarButton2.Text = "刷新";
			this.toolBarButton2.ToolTipText = "刷新";
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.toolBar4);
			this.tabPage1.Controls.Add(this.groupBox5);
			this.tabPage1.ForeColor = System.Drawing.Color.Blue;
			this.tabPage1.Location = new System.Drawing.Point(4, 21);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(768, 471);
			this.tabPage1.TabIndex = 2;
			this.tabPage1.Text = "借书信息";
			this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
			// 
			// toolBar4
			// 
			this.toolBar4.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton3,
																						this.toolBarButton4,
																						this.toolBarButton6,
																						this.toolBarButton7,
																						this.toolBarButton8});
			this.toolBar4.DropDownArrows = true;
			this.toolBar4.ImageList = this.imageList1;
			this.toolBar4.Location = new System.Drawing.Point(0, 0);
			this.toolBar4.Name = "toolBar4";
			this.toolBar4.ShowToolTips = true;
			this.toolBar4.Size = new System.Drawing.Size(768, 41);
			this.toolBar4.TabIndex = 39;
			this.toolBar4.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar4_ButtonClick_1);
			// 
			// toolBarButton3
			// 
			this.toolBarButton3.ImageIndex = 0;
			this.toolBarButton3.Text = "查询";
			this.toolBarButton3.ToolTipText = "查询";
			// 
			// toolBarButton4
			// 
			this.toolBarButton4.ImageIndex = 1;
			this.toolBarButton4.Text = "新增";
			// 
			// toolBarButton6
			// 
			this.toolBarButton6.ImageIndex = 3;
			this.toolBarButton6.Text = "删除";
			this.toolBarButton6.ToolTipText = "删除";
			// 
			// toolBarButton7
			// 
			this.toolBarButton7.ImageIndex = 4;
			this.toolBarButton7.Text = "退出";
			// 
			// toolBarButton8
			// 
			this.toolBarButton8.ImageIndex = 6;
			this.toolBarButton8.Text = "刷新";
			this.toolBarButton8.ToolTipText = "刷新";
			// 
			// groupBox5
			// 
			this.groupBox5.Controls.Add(this.datag_js);
			this.groupBox5.Controls.Add(this.label4);
			this.groupBox5.Controls.Add(this.txt_js);
			this.groupBox5.Location = new System.Drawing.Point(-24, 40);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(800, 408);
			this.groupBox5.TabIndex = 42;
			this.groupBox5.TabStop = false;
			this.groupBox5.Enter += new System.EventHandler(this.groupBox5_Enter);
			// 
			// datag_js
			// 
			this.datag_js.BackgroundColor = System.Drawing.Color.LightSkyBlue;
			this.datag_js.CaptionBackColor = System.Drawing.Color.LightSkyBlue;
			this.datag_js.CaptionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.datag_js.CaptionVisible = false;
			this.datag_js.DataMember = "";
			this.datag_js.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.datag_js.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
			this.datag_js.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.datag_js.Location = new System.Drawing.Point(3, 53);
			this.datag_js.Name = "datag_js";
			this.datag_js.ReadOnly = true;
			this.datag_js.Size = new System.Drawing.Size(794, 352);
			this.datag_js.TabIndex = 42;
			this.datag_js.Click += new System.EventHandler(this.datag_js_Click);
			this.datag_js.Navigate += new System.Windows.Forms.NavigateEventHandler(this.datag_js_Navigate);
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(48, 16);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(72, 24);
			this.label4.TabIndex = 3;
			this.label4.Text = "借书编号:";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.label4.Click += new System.EventHandler(this.label4_Click);
			// 
			// txt_js
			// 
			this.txt_js.Location = new System.Drawing.Point(136, 16);
			this.txt_js.Name = "txt_js";
			this.txt_js.TabIndex = 2;
			this.txt_js.Text = "";
			this.txt_js.TextChanged += new System.EventHandler(this.txt_js_TextChanged);
			// 
			// dataGrid1
			// 
			this.dataGrid1.BackgroundColor = System.Drawing.Color.LightSkyBlue;
			this.dataGrid1.CaptionBackColor = System.Drawing.Color.LightSkyBlue;
			this.dataGrid1.CaptionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.dataGrid1.CaptionVisible = false;
			this.dataGrid1.DataMember = "";
			this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dataGrid1.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
			this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid1.Location = new System.Drawing.Point(0, 88);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ReadOnly = true;
			this.dataGrid1.Size = new System.Drawing.Size(536, 167);
			this.dataGrid1.TabIndex = 38;
			this.dataGrid1.Navigate += new System.Windows.Forms.NavigateEventHandler(this.dataGrid1_Navigate);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(40, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(72, 24);
			this.label1.TabIndex = 3;
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.label1.Click += new System.EventHandler(this.label1_Click);
			// 
			// txt1
			// 
			this.txt1.Location = new System.Drawing.Point(136, 16);
			this.txt1.Name = "txt1";
			this.txt1.TabIndex = 2;
			this.txt1.Text = "";
			this.txt1.TextChanged += new System.EventHandler(this.txt1_TextChanged);
			// 
			// groupBox1
			// 
			this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
			this.groupBox1.Location = new System.Drawing.Point(0, 41);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(536, 47);
			this.groupBox1.TabIndex = 37;
			this.groupBox1.TabStop = false;
			this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
			// 
			// tobtn_Select
			// 
			this.tobtn_Select.ImageIndex = 0;
			this.tobtn_Select.Text = "查询";
			this.tobtn_Select.ToolTipText = "查询";
			// 
			// tobtn_Intest
			// 
			this.tobtn_Intest.ImageIndex = 3;
			this.tobtn_Intest.Text = "新增";
			// 
			// tobtn_Updata
			// 
			this.tobtn_Updata.ImageIndex = 1;
			this.tobtn_Updata.Text = "修改";
			this.tobtn_Updata.ToolTipText = "修改";
			// 
			// tobtn_Delete
			// 
			this.tobtn_Delete.ImageIndex = 2;
			this.tobtn_Delete.Text = "删除";
			this.tobtn_Delete.ToolTipText = "删除";
			// 
			// tobtn_Close
			// 
			this.tobtn_Close.ImageIndex = 4;
			this.tobtn_Close.Text = "退出";
			// 
			// toolBar1
			// 
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.Location = new System.Drawing.Point(0, 0);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(536, 42);
			this.toolBar1.TabIndex = 36;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 
			// tab_hs
			// 
			this.tab_hs.Controls.Add(this.toolBar5);
			this.tab_hs.Controls.Add(this.groupBox7);
			this.tab_hs.Location = new System.Drawing.Point(4, 21);
			this.tab_hs.Name = "tab_hs";
			this.tab_hs.Size = new System.Drawing.Size(768, 471);
			this.tab_hs.TabIndex = 3;
			this.tab_hs.Text = "还书信息";
			// 
			// toolBar5
			// 
			this.toolBar5.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton10,
																						this.toolBarButton11,
																						this.toolBarButton13,
																						this.toolBarButton14,
																						this.toolBarButton15});
			this.toolBar5.DropDownArrows = true;
			this.toolBar5.ImageList = this.imageList1;
			this.toolBar5.Location = new System.Drawing.Point(0, 0);
			this.toolBar5.Name = "toolBar5";
			this.toolBar5.ShowToolTips = true;
			this.toolBar5.Size = new System.Drawing.Size(768, 41);
			this.toolBar5.TabIndex = 40;
			this.toolBar5.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar5_ButtonClick_1);
			// 
			// toolBarButton11
			// 
			this.toolBarButton11.ImageIndex = 1;
			this.toolBarButton11.Text = "新增";
			// 
			// toolBarButton13
			// 
			this.toolBarButton13.ImageIndex = 3;
			this.toolBarButton13.Text = "删除";
			this.toolBarButton13.ToolTipText = "删除";
			// 
			// toolBarButton14
			// 
			this.toolBarButton14.ImageIndex = 4;
			this.toolBarButton14.Text = "退出";
			this.toolBarButton14.ToolTipText = "退出";
			// 
			// toolBarButton15
			// 
			this.toolBarButton15.ImageIndex = 6;
			this.toolBarButton15.Text = "刷新";
			this.toolBarButton15.ToolTipText = "刷新";
			// 
			// groupBox7
			// 
			this.groupBox7.Controls.Add(this.dataG_hs);
			this.groupBox7.Controls.Add(this.label14);
			this.groupBox7.Controls.Add(this.txt_hs);
			this.groupBox7.Location = new System.Drawing.Point(-8, 40);
			this.groupBox7.Name = "groupBox7";
			this.groupBox7.Size = new System.Drawing.Size(800, 408);
			this.groupBox7.TabIndex = 43;
			this.groupBox7.TabStop = false;
			// 
			// dataG_hs
			// 
			this.dataG_hs.BackgroundColor = System.Drawing.Color.LightSkyBlue;
			this.dataG_hs.CaptionBackColor = System.Drawing.Color.LightSkyBlue;
			this.dataG_hs.CaptionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
			this.dataG_hs.CaptionVisible = false;
			this.dataG_hs.DataMember = "";
			this.dataG_hs.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.dataG_hs.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
			this.dataG_hs.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataG_hs.Location = new System.Drawing.Point(3, 53);
			this.dataG_hs.Name = "dataG_hs";
			this.dataG_hs.ReadOnly = true;
			this.dataG_hs.Size = new System.Drawing.Size(794, 352);
			this.dataG_hs.TabIndex = 42;
			this.dataG_hs.Click += new System.EventHandler(this.dataG_hs_Click);
			// 
			// label14
			// 
			this.label14.ForeColor = System.Drawing.Color.Blue;
			this.label14.Location = new System.Drawing.Point(48, 16);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(72, 24);
			this.label14.TabIndex = 3;
			this.label14.Text = "还书编号:";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// txt_hs
			// 
			this.txt_hs.Location = new System.Drawing.Point(136, 16);
			this.txt_hs.Name = "txt_hs";
			this.txt_hs.TabIndex = 2;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -