📄 form_customer_vipcardautozksetbase.designer.cs
字号:
namespace RepairCRM
{
partial class Form_customer_VipCardAutoZkSetBase
{
/// <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.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.No = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.增加ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.delete = new System.Windows.Forms.Button();
this.modify = new System.Windows.Forms.Button();
this.add = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dataGridView1);
this.groupBox1.Location = new System.Drawing.Point(25, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(742, 333);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "VIP卡类型管理 ";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.No,
this.Column1,
this.Column2,
this.Column3,
this.Column4});
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.Location = new System.Drawing.Point(24, 24);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(693, 291);
this.dataGridView1.TabIndex = 3;
//
// No
//
this.No.HeaderText = "No";
this.No.Name = "No";
this.No.ReadOnly = true;
//
// Column1
//
this.Column1.FillWeight = 150F;
this.Column1.HeaderText = " 商品编号 ";
this.Column1.Name = "Column1";
this.Column1.Width = 150;
//
// Column2
//
this.Column2.HeaderText = " 商品名称 ";
this.Column2.Name = "Column2";
this.Column2.Width = 180;
//
// Column3
//
this.Column3.HeaderText = " 出库数量";
this.Column3.Name = "Column3";
this.Column3.Width = 120;
//
// Column4
//
this.Column4.HeaderText = " 入库数量 ";
this.Column4.Name = "Column4";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.增加ToolStripMenuItem,
this.修改ToolStripMenuItem,
this.删除ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(99, 70);
//
// 增加ToolStripMenuItem
//
this.增加ToolStripMenuItem.Name = "增加ToolStripMenuItem";
this.增加ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
this.增加ToolStripMenuItem.Text = "增加";
//
// 修改ToolStripMenuItem
//
this.修改ToolStripMenuItem.Name = "修改ToolStripMenuItem";
this.修改ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
this.修改ToolStripMenuItem.Text = "修改";
//
// 删除ToolStripMenuItem
//
this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
this.删除ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
this.删除ToolStripMenuItem.Text = "删除";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.delete);
this.groupBox2.Controls.Add(this.modify);
this.groupBox2.Controls.Add(this.add);
this.groupBox2.Location = new System.Drawing.Point(242, 346);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(308, 57);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
//
// delete
//
this.delete.Location = new System.Drawing.Point(209, 21);
this.delete.Name = "delete";
this.delete.Size = new System.Drawing.Size(75, 23);
this.delete.TabIndex = 2;
this.delete.Text = "删除";
this.delete.UseVisualStyleBackColor = true;
//
// modify
//
this.modify.Location = new System.Drawing.Point(119, 21);
this.modify.Name = "modify";
this.modify.Size = new System.Drawing.Size(75, 23);
this.modify.TabIndex = 1;
this.modify.Text = "修改";
this.modify.UseVisualStyleBackColor = true;
//
// add
//
this.add.Location = new System.Drawing.Point(28, 21);
this.add.Name = "add";
this.add.Size = new System.Drawing.Size(75, 23);
this.add.TabIndex = 0;
this.add.Text = "增加";
this.add.UseVisualStyleBackColor = true;
//
// Form_customer_VipCardAutoZkSetBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 414);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Location = new System.Drawing.Point(0, 0);
this.Name = "Form_customer_VipCardAutoZkSetBase";
this.Text = "VIP卡类型管理 ";
this.Load += new System.EventHandler(this.Form_customer_VipCardAutoZkSetBase_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn No;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button delete;
private System.Windows.Forms.Button modify;
private System.Windows.Forms.Button add;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 增加ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -