📄 图书征定.designer.cs
字号:
this.button3.Text = "下一记录";
this.button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button2.Image = global::图书馆管理系统.Properties.Resources.上记录;
this.button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button2.Location = new System.Drawing.Point(47, 0);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(63, 42);
this.button2.TabIndex = 11;
this.button2.Text = "上一记录";
this.button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Image = global::图书馆管理系统.Properties.Resources.首记录;
this.button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button1.Location = new System.Drawing.Point(-2, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(49, 42);
this.button1.TabIndex = 10;
this.button1.Text = "首记录";
this.button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// panel1
//
this.panel1.Controls.Add(this.button10);
this.panel1.Controls.Add(this.button9);
this.panel1.Controls.Add(this.button11);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button8);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.button7);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.button6);
this.panel1.Controls.Add(this.button5);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(812, 44);
this.panel1.TabIndex = 20;
//
// button10
//
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button10.Location = new System.Drawing.Point(565, 0);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(68, 42);
this.button10.TabIndex = 20;
this.button10.Text = "提交征订(验收)";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// splitter1
//
this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitter1.Location = new System.Drawing.Point(0, 44);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(812, 3);
this.splitter1.TabIndex = 21;
this.splitter1.TabStop = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.comboBox2);
this.groupBox1.Controls.Add(this.button13);
this.groupBox1.Controls.Add(this.button12);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 47);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(812, 76);
this.groupBox1.TabIndex = 22;
this.groupBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label1.Location = new System.Drawing.Point(518, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 14;
this.label1.Text = "(精确值)";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(349, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 13;
this.label2.Text = "输入查询值:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(114, 17);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(101, 12);
this.label14.TabIndex = 12;
this.label14.Text = "选择查询的字段:";
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"所有记录",
"征订编号",
"图书编号",
"是否验收"});
this.comboBox2.Location = new System.Drawing.Point(183, 35);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 20);
this.comboBox2.TabIndex = 11;
this.comboBox2.Text = "所有记录";
//
// button13
//
this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button13.Image = global::图书馆管理系统.Properties.Resources.刷新;
this.button13.Location = new System.Drawing.Point(602, 20);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(54, 36);
this.button13.TabIndex = 6;
this.button13.UseVisualStyleBackColor = true;
//
// button12
//
this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button12.Image = global::图书馆管理系统.Properties.Resources.搜索;
this.button12.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.button12.Location = new System.Drawing.Point(19, 26);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(67, 36);
this.button12.TabIndex = 5;
this.button12.Text = "搜索";
this.button12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(412, 35);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 4;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.comboBox1);
this.groupBox2.Controls.Add(this.textBox12);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.checkBox1);
this.groupBox2.Controls.Add(this.textBox11);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.textBox10);
this.groupBox2.Controls.Add(this.textBox8);
this.groupBox2.Controls.Add(this.textBox7);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.textBox6);
this.groupBox2.Controls.Add(this.textBox5);
this.groupBox2.Controls.Add(this.textBox4);
this.groupBox2.Controls.Add(this.textBox3);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Location = new System.Drawing.Point(0, 366);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(812, 208);
this.groupBox2.TabIndex = 23;
this.groupBox2.TabStop = false;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(462, 53);
this.comboBox1.Name = "comboBox1";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -