📄 usercontrol2.designer.cs
字号:
namespace CaiWuControlLibrary1
{
partial class UserControl2
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.pCW1 = new System.Windows.Forms.Panel();
this.dgvCW = new System.Windows.Forms.DataGridView();
this.pCW2 = new System.Windows.Forms.Panel();
this.tnCWdate = new System.Windows.Forms.TextBox();
this.tnCWtime = new System.Windows.Forms.TextBox();
this.tnCWmon = new System.Windows.Forms.TextBox();
this.tnCWname = new System.Windows.Forms.TextBox();
this.tnCWcount = new System.Windows.Forms.TextBox();
this.tnCWnum = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btCWpri = new System.Windows.Forms.Button();
this.btCWsel = new System.Windows.Forms.Button();
this.btCWdel = new System.Windows.Forms.Button();
this.btCWalter = new System.Windows.Forms.Button();
this.btCWadd = new System.Windows.Forms.Button();
this.pCW1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCW)).BeginInit();
this.pCW2.SuspendLayout();
this.SuspendLayout();
//
// pCW1
//
this.pCW1.Controls.Add(this.dgvCW);
this.pCW1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pCW1.Location = new System.Drawing.Point(0, 278);
this.pCW1.Name = "pCW1";
this.pCW1.Size = new System.Drawing.Size(608, 180);
this.pCW1.TabIndex = 0;
//
// dgvCW
//
this.dgvCW.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCW.Location = new System.Drawing.Point(0, 0);
this.dgvCW.Name = "dgvCW";
this.dgvCW.RowTemplate.Height = 23;
this.dgvCW.Size = new System.Drawing.Size(608, 180);
this.dgvCW.TabIndex = 0;
this.dgvCW.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCW_CellContentClick);
//
// pCW2
//
this.pCW2.BackColor = System.Drawing.Color.AliceBlue;
this.pCW2.Controls.Add(this.tnCWdate);
this.pCW2.Controls.Add(this.tnCWtime);
this.pCW2.Controls.Add(this.tnCWmon);
this.pCW2.Controls.Add(this.tnCWname);
this.pCW2.Controls.Add(this.tnCWcount);
this.pCW2.Controls.Add(this.tnCWnum);
this.pCW2.Controls.Add(this.label6);
this.pCW2.Controls.Add(this.label5);
this.pCW2.Controls.Add(this.label4);
this.pCW2.Controls.Add(this.label3);
this.pCW2.Controls.Add(this.label2);
this.pCW2.Controls.Add(this.label1);
this.pCW2.Controls.Add(this.btCWpri);
this.pCW2.Controls.Add(this.btCWsel);
this.pCW2.Controls.Add(this.btCWdel);
this.pCW2.Controls.Add(this.btCWalter);
this.pCW2.Controls.Add(this.btCWadd);
this.pCW2.Dock = System.Windows.Forms.DockStyle.Fill;
this.pCW2.Location = new System.Drawing.Point(0, 0);
this.pCW2.Name = "pCW2";
this.pCW2.Size = new System.Drawing.Size(608, 278);
this.pCW2.TabIndex = 1;
//
// tnCWdate
//
this.tnCWdate.Location = new System.Drawing.Point(132, 129);
this.tnCWdate.Name = "tnCWdate";
this.tnCWdate.Size = new System.Drawing.Size(161, 21);
this.tnCWdate.TabIndex = 56;
//
// tnCWtime
//
this.tnCWtime.Location = new System.Drawing.Point(372, 135);
this.tnCWtime.Name = "tnCWtime";
this.tnCWtime.Size = new System.Drawing.Size(161, 21);
this.tnCWtime.TabIndex = 55;
this.tnCWtime.Text = "使用次数";
//
// tnCWmon
//
this.tnCWmon.Location = new System.Drawing.Point(371, 94);
this.tnCWmon.Name = "tnCWmon";
this.tnCWmon.Size = new System.Drawing.Size(161, 21);
this.tnCWmon.TabIndex = 54;
this.tnCWmon.Text = "财产金额";
//
// tnCWname
//
this.tnCWname.Location = new System.Drawing.Point(372, 58);
this.tnCWname.Name = "tnCWname";
this.tnCWname.Size = new System.Drawing.Size(161, 21);
this.tnCWname.TabIndex = 53;
this.tnCWname.Text = "财产名称";
this.tnCWname.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
//
// tnCWcount
//
this.tnCWcount.Location = new System.Drawing.Point(132, 94);
this.tnCWcount.Name = "tnCWcount";
this.tnCWcount.Size = new System.Drawing.Size(161, 21);
this.tnCWcount.TabIndex = 51;
this.tnCWcount.Text = "数量";
//
// tnCWnum
//
this.tnCWnum.Location = new System.Drawing.Point(132, 58);
this.tnCWnum.Name = "tnCWnum";
this.tnCWnum.Size = new System.Drawing.Size(161, 21);
this.tnCWnum.TabIndex = 50;
this.tnCWnum.Text = "财产编号";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(313, 138);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 49;
this.label6.Text = "使用次数";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(313, 97);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 48;
this.label5.Text = "财产金额:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(73, 138);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 47;
this.label4.Text = "增加日期";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(73, 97);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 46;
this.label3.Text = "数量:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(313, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 45;
this.label2.Text = "财产名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(73, 61);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 44;
this.label1.Text = "财产编号:";
//
// btCWpri
//
this.btCWpri.Location = new System.Drawing.Point(457, 197);
this.btCWpri.Name = "btCWpri";
this.btCWpri.Size = new System.Drawing.Size(75, 23);
this.btCWpri.TabIndex = 43;
this.btCWpri.Text = "打印";
this.btCWpri.UseVisualStyleBackColor = true;
//
// btCWsel
//
this.btCWsel.Location = new System.Drawing.Point(265, 197);
this.btCWsel.Name = "btCWsel";
this.btCWsel.Size = new System.Drawing.Size(75, 23);
this.btCWsel.TabIndex = 42;
this.btCWsel.Text = "查询";
this.btCWsel.UseVisualStyleBackColor = true;
this.btCWsel.Click += new System.EventHandler(this.btCWsel_Click_1);
//
// btCWdel
//
this.btCWdel.Location = new System.Drawing.Point(359, 197);
this.btCWdel.Name = "btCWdel";
this.btCWdel.Size = new System.Drawing.Size(75, 23);
this.btCWdel.TabIndex = 41;
this.btCWdel.Text = "删除";
this.btCWdel.UseVisualStyleBackColor = true;
this.btCWdel.Click += new System.EventHandler(this.btCWdel_Click);
//
// btCWalter
//
this.btCWalter.Location = new System.Drawing.Point(169, 197);
this.btCWalter.Name = "btCWalter";
this.btCWalter.Size = new System.Drawing.Size(75, 23);
this.btCWalter.TabIndex = 40;
this.btCWalter.Text = "修改";
this.btCWalter.UseVisualStyleBackColor = true;
this.btCWalter.Click += new System.EventHandler(this.btCWalter_Click);
//
// btCWadd
//
this.btCWadd.Location = new System.Drawing.Point(75, 197);
this.btCWadd.Name = "btCWadd";
this.btCWadd.Size = new System.Drawing.Size(75, 23);
this.btCWadd.TabIndex = 39;
this.btCWadd.Text = "增加";
this.btCWadd.UseVisualStyleBackColor = true;
this.btCWadd.Click += new System.EventHandler(this.btCWadd_Click);
//
// UserControl2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pCW2);
this.Controls.Add(this.pCW1);
this.MaximumSize = new System.Drawing.Size(608, 458);
this.MinimumSize = new System.Drawing.Size(608, 458);
this.Name = "UserControl2";
this.Size = new System.Drawing.Size(608, 458);
this.pCW1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvCW)).EndInit();
this.pCW2.ResumeLayout(false);
this.pCW2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pCW1;
private System.Windows.Forms.Panel pCW2;
private System.Windows.Forms.DataGridView dgvCW;
private System.Windows.Forms.TextBox tnCWtime;
private System.Windows.Forms.TextBox tnCWmon;
private System.Windows.Forms.TextBox tnCWname;
private System.Windows.Forms.TextBox tnCWcount;
private System.Windows.Forms.TextBox tnCWnum;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btCWpri;
private System.Windows.Forms.Button btCWsel;
private System.Windows.Forms.Button btCWdel;
private System.Windows.Forms.Button btCWalter;
private System.Windows.Forms.Button btCWadd;
private System.Windows.Forms.TextBox tnCWdate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -