📄 gategoryform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.CateGory
{
partial class CateGoryForm
{
/// <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.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.txtMemo = new System.Windows.Forms.TextBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.bntDel = new System.Windows.Forms.Button();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.btnExit = new System.Windows.Forms.Button();
this.radTypeProduct = new System.Windows.Forms.RadioButton();
this.radTypeMaterial = new System.Windows.Forms.RadioButton();
this.txtID = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "类型名称";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 120);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 2;
this.label3.Text = "备注";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(77, 72);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 4;
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(77, 111);
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(100, 21);
this.txtMemo.TabIndex = 5;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(14, 163);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(69, 23);
this.btnAdd.TabIndex = 6;
this.btnAdd.Text = "增加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(102, 163);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(75, 23);
this.btnUpdate.TabIndex = 7;
this.btnUpdate.Text = "修改";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// bntDel
//
this.bntDel.Location = new System.Drawing.Point(14, 208);
this.bntDel.Name = "bntDel";
this.bntDel.Size = new System.Drawing.Size(69, 23);
this.bntDel.TabIndex = 8;
this.bntDel.Text = "删除";
this.bntDel.UseVisualStyleBackColor = true;
this.bntDel.Click += new System.EventHandler(this.bntDel_Click);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.listView1.GridLines = true;
this.listView1.HoverSelection = true;
this.listView1.Location = new System.Drawing.Point(211, 12);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(334, 219);
this.listView1.TabIndex = 9;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "ID";
this.columnHeader1.Width = 91;
//
// columnHeader2
//
this.columnHeader2.Text = "类型名称";
this.columnHeader2.Width = 91;
//
// columnHeader3
//
this.columnHeader3.Text = "备注";
this.columnHeader3.Width = 143;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(109, 210);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(67, 20);
this.btnExit.TabIndex = 10;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// radTypeProduct
//
this.radTypeProduct.AutoSize = true;
this.radTypeProduct.Location = new System.Drawing.Point(15, 24);
this.radTypeProduct.Name = "radTypeProduct";
this.radTypeProduct.Size = new System.Drawing.Size(71, 16);
this.radTypeProduct.TabIndex = 11;
this.radTypeProduct.TabStop = true;
this.radTypeProduct.Text = "商品类型";
this.radTypeProduct.UseVisualStyleBackColor = true;
this.radTypeProduct.CheckedChanged += new System.EventHandler(this.radTypeProduct_CheckedChanged);
//
// radTypeMaterial
//
this.radTypeMaterial.AutoSize = true;
this.radTypeMaterial.Location = new System.Drawing.Point(108, 24);
this.radTypeMaterial.Name = "radTypeMaterial";
this.radTypeMaterial.Size = new System.Drawing.Size(71, 16);
this.radTypeMaterial.TabIndex = 12;
this.radTypeMaterial.TabStop = true;
this.radTypeMaterial.Text = "材料类型";
this.radTypeMaterial.UseVisualStyleBackColor = true;
//
// txtID
//
this.txtID.AutoSize = true;
this.txtID.Location = new System.Drawing.Point(87, 146);
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(41, 12);
this.txtID.TabIndex = 13;
this.txtID.Text = "label1";
this.txtID.Visible = false;
//
// CateGoryForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(538, 248);
this.Controls.Add(this.txtID);
this.Controls.Add(this.radTypeMaterial);
this.Controls.Add(this.radTypeProduct);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.listView1);
this.Controls.Add(this.bntDel);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.txtMemo);
this.Controls.Add(this.txtName);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CateGoryForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "类型维护";
this.Load += new System.EventHandler(this.Main_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button bntDel;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.RadioButton radTypeProduct;
private System.Windows.Forms.RadioButton radTypeMaterial;
private System.Windows.Forms.Label txtID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -