📄 form4.designer.cs
字号:
namespace WindowsApplication1
{
partial class Menu
{
/// <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()
{
this.button1 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.button2 = new System.Windows.Forms.Button();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.sellsInforToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectSellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.insertSellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.storageInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mangToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.maintenanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.accountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.userInforToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.changeUserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button6 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.dataGridView3 = new System.Windows.Forms.DataGridView();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.sb = new System.Windows.Forms.Button();
this.sc = new System.Windows.Forms.ComboBox();
this.sl = new System.Windows.Forms.Label();
this.st = new System.Windows.Forms.TextBox();
this.sc1 = new System.Windows.Forms.ComboBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.textBox12 = new System.Windows.Forms.TextBox();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.button10 = new System.Windows.Forms.Button();
this.textBox10 = new System.Windows.Forms.TextBox();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.dataGridView4 = new System.Windows.Forms.DataGridView();
this.label8 = new System.Windows.Forms.Label();
this.textBox11 = new System.Windows.Forms.TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.textBox13 = new System.Windows.Forms.TextBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button12 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.dataGridView5 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView5)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(513, 36);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "vision";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(6, 37);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(501, 320);
this.dataGridView1.TabIndex = 1;
//
// button2
//
this.button2.Location = new System.Drawing.Point(513, 118);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "update";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.sellsInforToolStripMenuItem,
this.mangToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(598, 24);
this.menuStrip1.TabIndex = 3;
this.menuStrip1.Text = "menuStrip1";
//
// sellsInforToolStripMenuItem
//
this.sellsInforToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.selectSellsToolStripMenuItem,
this.insertSellsToolStripMenuItem,
this.storageInfoToolStripMenuItem});
this.sellsInforToolStripMenuItem.Name = "sellsInforToolStripMenuItem";
this.sellsInforToolStripMenuItem.Size = new System.Drawing.Size(108, 20);
this.sellsInforToolStripMenuItem.Text = "Sells Infor";
this.sellsInforToolStripMenuItem.Click += new System.EventHandler(this.sellsInforToolStripMenuItem_Click);
//
// selectSellsToolStripMenuItem
//
this.selectSellsToolStripMenuItem.Name = "selectSellsToolStripMenuItem";
this.selectSellsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.selectSellsToolStripMenuItem.Text = "Select sells";
this.selectSellsToolStripMenuItem.Click += new System.EventHandler(this.selectSellsToolStripMenuItem_Click);
//
// insertSellsToolStripMenuItem
//
this.insertSellsToolStripMenuItem.Name = "insertSellsToolStripMenuItem";
this.insertSellsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.insertSellsToolStripMenuItem.Text = "Insert sells";
this.insertSellsToolStripMenuItem.Click += new System.EventHandler(this.insertSellsToolStripMenuItem_Click);
//
// storageInfoToolStripMenuItem
//
this.storageInfoToolStripMenuItem.Name = "storageInfoToolStripMenuItem";
this.storageInfoToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.storageInfoToolStripMenuItem.Text = "Storage Infor";
this.storageInfoToolStripMenuItem.Click += new System.EventHandler(this.storageInfoToolStripMenuItem_Click);
//
// mangToolStripMenuItem
//
this.mangToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.maintenanceToolStripMenuItem,
this.accountToolStripMenuItem,
this.userInforToolStripMenuItem,
this.changeUserToolStripMenuItem,
this.exitToolStripMenuItem});
this.mangToolStripMenuItem.Name = "mangToolStripMenuItem";
this.mangToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
this.mangToolStripMenuItem.Text = "System";
this.mangToolStripMenuItem.Click += new System.EventHandler(this.mangToolStripMenuItem_Click);
//
// maintenanceToolStripMenuItem
//
this.maintenanceToolStripMenuItem.Name = "maintenanceToolStripMenuItem";
this.maintenanceToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.maintenanceToolStripMenuItem.Text = "DBSM";
this.maintenanceToolStripMenuItem.Click += new System.EventHandler(this.maintenanceToolStripMenuItem_Click);
//
// accountToolStripMenuItem
//
this.accountToolStripMenuItem.Name = "accountToolStripMenuItem";
this.accountToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.accountToolStripMenuItem.Text = "Account";
this.accountToolStripMenuItem.Click += new System.EventHandler(this.accountToolStripMenuItem_Click);
//
// userInforToolStripMenuItem
//
this.userInforToolStripMenuItem.Name = "userInforToolStripMenuItem";
this.userInforToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.userInforToolStripMenuItem.Text = "User Infor";
this.userInforToolStripMenuItem.Click += new System.EventHandler(this.userInforToolStripMenuItem_Click);
//
// changeUserToolStripMenuItem
//
this.changeUserToolStripMenuItem.Name = "changeUserToolStripMenuItem";
this.changeUserToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.changeUserToolStripMenuItem.Text = "Change user";
this.changeUserToolStripMenuItem.Click += new System.EventHandler(this.changeUserToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(513, 73);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 4;
this.button3.Text = "vision";
this.button3.UseVisualStyleBackColor = true;
this.button3.Visible = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(513, 147);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 5;
this.button4.Text = "update";
this.button4.UseVisualStyleBackColor = true;
this.button4.Visible = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(513, 167);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 7;
this.button5.Text = "drop col";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(513, 196);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(73, 21);
this.textBox1.TabIndex = 8;
//
// button6
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -