📄 form2.designer.cs
字号:
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(323, 115);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 3;
this.label3.Text = "管理员密码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(321, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 2;
this.label2.Text = "所选管理员:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(132, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "所有用户:";
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(134, 78);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(121, 172);
this.listBox1.TabIndex = 0;
this.listBox1.MouseCaptureChanged += new System.EventHandler(this.listBox1_MouseCaptureChanged);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button6);
this.tabPage2.Controls.Add(this.dataGridView1);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(756, 318);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "产品管理";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button6.Location = new System.Drawing.Point(671, 291);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 1;
this.button6.Text = "确定";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idDataGridViewTextBoxColumn,
this.mingchengDataGridViewTextBoxColumn,
this.leixinidDataGridViewTextBoxColumn,
this.jiage1DataGridViewTextBoxColumn,
this.jiage2DataGridViewTextBoxColumn,
this.gaikuangDataGridViewTextBoxColumn,
this.riqiDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.productsBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(6, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(744, 287);
this.dataGridView1.TabIndex = 0;
//
// idDataGridViewTextBoxColumn
//
this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
this.idDataGridViewTextBoxColumn.HeaderText = "ID";
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
this.idDataGridViewTextBoxColumn.ReadOnly = true;
//
// mingchengDataGridViewTextBoxColumn
//
this.mingchengDataGridViewTextBoxColumn.DataPropertyName = "mingcheng";
this.mingchengDataGridViewTextBoxColumn.HeaderText = "配件型号";
this.mingchengDataGridViewTextBoxColumn.Name = "mingchengDataGridViewTextBoxColumn";
//
// leixinidDataGridViewTextBoxColumn
//
this.leixinidDataGridViewTextBoxColumn.DataPropertyName = "leixinid";
this.leixinidDataGridViewTextBoxColumn.HeaderText = "类型";
this.leixinidDataGridViewTextBoxColumn.Name = "leixinidDataGridViewTextBoxColumn";
//
// jiage1DataGridViewTextBoxColumn
//
this.jiage1DataGridViewTextBoxColumn.DataPropertyName = "jiage1";
this.jiage1DataGridViewTextBoxColumn.HeaderText = "原买价格";
this.jiage1DataGridViewTextBoxColumn.Name = "jiage1DataGridViewTextBoxColumn";
//
// jiage2DataGridViewTextBoxColumn
//
this.jiage2DataGridViewTextBoxColumn.DataPropertyName = "jiage2";
this.jiage2DataGridViewTextBoxColumn.HeaderText = "新买价格";
this.jiage2DataGridViewTextBoxColumn.Name = "jiage2DataGridViewTextBoxColumn";
//
// gaikuangDataGridViewTextBoxColumn
//
this.gaikuangDataGridViewTextBoxColumn.DataPropertyName = "gaikuang";
this.gaikuangDataGridViewTextBoxColumn.HeaderText = "使用概况";
this.gaikuangDataGridViewTextBoxColumn.Name = "gaikuangDataGridViewTextBoxColumn";
//
// riqiDataGridViewTextBoxColumn
//
this.riqiDataGridViewTextBoxColumn.DataPropertyName = "riqi";
this.riqiDataGridViewTextBoxColumn.HeaderText = "日期";
this.riqiDataGridViewTextBoxColumn.Name = "riqiDataGridViewTextBoxColumn";
//
// productsBindingSource
//
this.productsBindingSource.DataMember = "products";
this.productsBindingSource.DataSource = this.dataDataSet;
//
// dataDataSet
//
this.dataDataSet.DataSetName = "dataDataSet";
this.dataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.button12);
this.tabPage3.Controls.Add(this.textBox3);
this.tabPage3.Controls.Add(this.label6);
this.tabPage3.Controls.Add(this.button11);
this.tabPage3.Controls.Add(this.button10);
this.tabPage3.Controls.Add(this.button9);
this.tabPage3.Controls.Add(this.button8);
this.tabPage3.Controls.Add(this.listBox2);
this.tabPage3.Controls.Add(this.label4);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(756, 318);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "产品信息";
this.tabPage3.UseVisualStyleBackColor = true;
this.tabPage3.Enter += new System.EventHandler(this.tabPage3_Enter);
//
// button12
//
this.button12.Location = new System.Drawing.Point(266, 25);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(75, 23);
this.button12.TabIndex = 8;
this.button12.Text = "查找";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(133, 27);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(115, 21);
this.textBox3.TabIndex = 7;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(62, 30);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "快速查找:";
//
// button11
//
this.button11.Location = new System.Drawing.Point(573, 215);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(93, 64);
this.button11.TabIndex = 5;
this.button11.Text = "相关资料";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(371, 215);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(93, 64);
this.button10.TabIndex = 4;
this.button10.Text = "相关电路图";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(573, 85);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(93, 64);
this.button9.TabIndex = 3;
this.button9.Text = "功能信息";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(371, 85);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(93, 64);
this.button8.TabIndex = 2;
this.button8.Text = "参数信息";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.ItemHeight = 12;
this.listBox2.Location = new System.Drawing.Point(98, 85);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(150, 220);
this.listBox2.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(96, 70);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "所有产品:";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.textBox8);
this.tabPage4.Controls.Add(this.label12);
this.tabPage4.Controls.Add(this.button18);
this.tabPage4.Controls.Add(this.button17);
this.tabPage4.Controls.Add(this.button16);
this.tabPage4.Controls.Add(this.button15);
this.tabPage4.Controls.Add(this.button14);
this.tabPage4.Controls.Add(this.textBox7);
this.tabPage4.Controls.Add(this.label11);
this.tabPage4.Controls.Add(this.textBox6);
this.tabPage4.Controls.Add(this.label10);
this.tabPage4.Controls.Add(this.textBox5);
this.tabPage4.Controls.Add(this.label9);
this.tabPage4.Controls.Add(this.button13);
this.tabPage4.Controls.Add(this.textBox4);
this.tabPage4.Controls.Add(this.label7);
this.tabPage4.Controls.Add(this.listBox3);
this.tabPage4.Controls.Add(this.label8);
this.tabPage4.Location = new System.Drawing.Point(4, 21);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(756, 318);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "仓库管理";
this.tabPage4.UseVisualStyleBackColor = true;
this.tabPage4.Enter += new System.EventHandler(this.tabPage4_Enter);
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(408, 228);
this.textBox8.Name = "textBox8";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -