📄 materialform.designer.cs
字号:
//
this.cmbUnit.FormattingEnabled = true;
this.cmbUnit.Location = new System.Drawing.Point(279, 21);
this.cmbUnit.Name = "cmbUnit";
this.cmbUnit.Size = new System.Drawing.Size(136, 20);
this.cmbUnit.TabIndex = 9;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(64, 46);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(135, 21);
this.txtName.TabIndex = 7;
//
// txtId
//
this.txtId.Location = new System.Drawing.Point(64, 20);
this.txtId.Name = "txtId";
this.txtId.Size = new System.Drawing.Size(136, 21);
this.txtId.TabIndex = 6;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 78);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 5;
this.label6.Text = "备 注";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(220, 50);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 4;
this.label5.Text = "材料类别";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(220, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 3;
this.label4.Text = "计量单位";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "材料名称";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "材料编号";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.LV);
this.groupBox2.Location = new System.Drawing.Point(5, 154);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(432, 149);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "信息显示";
//
// LV
//
this.LV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6});
this.LV.FullRowSelect = true;
this.LV.GridLines = true;
this.LV.HideSelection = false;
this.LV.Location = new System.Drawing.Point(4, 17);
this.LV.MultiSelect = false;
this.LV.Name = "LV";
this.LV.Size = new System.Drawing.Size(420, 126);
this.LV.TabIndex = 0;
this.LV.UseCompatibleStateImageBehavior = false;
this.LV.View = System.Windows.Forms.View.Details;
this.LV.DoubleClick += new System.EventHandler(this.LV_DoubleClick);
this.LV.Click += new System.EventHandler(this.LV_Click_1);
//
// columnHeader1
//
this.columnHeader1.Text = "材料编号";
this.columnHeader1.Width = 70;
//
// columnHeader2
//
this.columnHeader2.Text = "材料名称";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader2.Width = 70;
//
// columnHeader4
//
this.columnHeader4.Text = "计量单位";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader4.Width = 70;
//
// columnHeader5
//
this.columnHeader5.Text = "材料类别";
this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader5.Width = 70;
//
// columnHeader6
//
this.columnHeader6.Text = "备注";
this.columnHeader6.Width = 135;
//
// MaterialForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(441, 309);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MaterialForm";
this.Text = "材料基本信息";
this.Load += new System.EventHandler(this.MaterialForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tbAdd;
private System.Windows.Forms.ToolStripButton tbUpdate;
private System.Windows.Forms.ToolStripButton tbDelete;
private System.Windows.Forms.ToolStripSeparator toolStripButton3;
private System.Windows.Forms.ToolStripButton tbSelect;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtId;
private System.Windows.Forms.ComboBox cmbUnit;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripTextBox tbSelectName;
private System.Windows.Forms.ToolStripSeparator toolStripButton1;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.ComboBox cmbCategory;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListView LV;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -