📄 addstore.designer.cs
字号:
namespace login
{
partial class addstore
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(addstore));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.repeat = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.add = new System.Windows.Forms.Button();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.cbxID = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.button1 = new System.Windows.Forms.Button();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.select = new System.Windows.Forms.ToolStripButton();
this.delete = new System.Windows.Forms.ToolStripButton();
this.update = new System.Windows.Forms.ToolStripButton();
this.forward = new System.Windows.Forms.ToolStripButton();
this.afterward = new System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 29);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(477, 432);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.button4);
this.tabPage1.Controls.Add(this.button3);
this.tabPage1.Controls.Add(this.textBox6);
this.tabPage1.Controls.Add(this.label8);
this.tabPage1.Controls.Add(this.repeat);
this.tabPage1.Controls.Add(this.comboBox1);
this.tabPage1.Controls.Add(this.textBox5);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.button2);
this.tabPage1.Controls.Add(this.add);
this.tabPage1.Controls.Add(this.textBox4);
this.tabPage1.Controls.Add(this.textBox3);
this.tabPage1.Controls.Add(this.textBox2);
this.tabPage1.Controls.Add(this.textBox1);
this.tabPage1.Controls.Add(this.cbxID);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(469, 407);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "添加";
this.tabPage1.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(341, 101);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(86, 19);
this.button4.TabIndex = 21;
this.button4.Text = "查看当前库存";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(169, 99);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(52, 19);
this.button3.TabIndex = 20;
this.button3.Text = "刷新";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(237, 99);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(98, 21);
this.textBox6.TabIndex = 19;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(20, 94);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(143, 24);
this.label8.TabIndex = 18;
this.label8.Text = "当前可存入容量\r\n(若为空,则按刷新按钮)";
//
// repeat
//
this.repeat.Location = new System.Drawing.Point(36, 370);
this.repeat.Name = "repeat";
this.repeat.Size = new System.Drawing.Size(79, 25);
this.repeat.TabIndex = 17;
this.repeat.Text = "刷新\r\n";
this.repeat.UseVisualStyleBackColor = true;
this.repeat.Click += new System.EventHandler(this.button1_Click_1);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08"});
this.comboBox1.Location = new System.Drawing.Point(168, 58);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(239, 20);
this.comboBox1.TabIndex = 16;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(171, 322);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(240, 21);
this.textBox5.TabIndex = 15;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(24, 325);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 14;
this.label7.Text = "入库时间";
//
// button2
//
this.button2.Location = new System.Drawing.Point(312, 370);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(83, 25);
this.button2.TabIndex = 13;
this.button2.Text = "返回";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// add
//
this.add.Location = new System.Drawing.Point(178, 370);
this.add.Name = "add";
this.add.Size = new System.Drawing.Size(77, 25);
this.add.TabIndex = 12;
this.add.Text = "添加/修改";
this.add.UseVisualStyleBackColor = true;
this.add.Click += new System.EventHandler(this.button1_Click);
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(171, 275);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(241, 21);
this.textBox4.TabIndex = 11;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(170, 223);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(241, 21);
this.textBox3.TabIndex = 10;
//
// textBox2
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -