📄 usercontrol1.designer.cs
字号:
namespace CaiWuControlLibrary1
{
partial class UserControl1
{
/// <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.components = new System.ComponentModel.Container();
this.账款信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.testDataSet = new CaiWuControlLibrary1.testDataSet();
this.pZK2 = new System.Windows.Forms.Panel();
this.tbZKdate = new System.Windows.Forms.TextBox();
this.btZKpri = new System.Windows.Forms.Button();
this.btZKsel = new System.Windows.Forms.Button();
this.btZKdel = new System.Windows.Forms.Button();
this.btZKalter = new System.Windows.Forms.Button();
this.btZKadd = new System.Windows.Forms.Button();
this.tbZKkind = new System.Windows.Forms.TextBox();
this.cbZKstat = new System.Windows.Forms.ComboBox();
this.tbZKsum = new System.Windows.Forms.TextBox();
this.tbZKlcount = new System.Windows.Forms.TextBox();
this.tbZKhcount = new System.Windows.Forms.TextBox();
this.tbZKname = new System.Windows.Forms.TextBox();
this.tbZKnum = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
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.账款信息TableAdapter = new CaiWuControlLibrary1.testDataSetTableAdapters.账款信息TableAdapter();
this.dgvZK = new System.Windows.Forms.DataGridView();
this.账款状态DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.总计DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.贷方数目DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.借方数目DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.账款号码DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.账款名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.账款类别DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pZK1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.账款信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.testDataSet)).BeginInit();
this.pZK2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvZK)).BeginInit();
this.pZK1.SuspendLayout();
this.SuspendLayout();
//
// 账款信息BindingSource
//
this.账款信息BindingSource.DataMember = "账款信息";
this.账款信息BindingSource.DataSource = this.testDataSet;
//
// testDataSet
//
this.testDataSet.DataSetName = "testDataSet";
this.testDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// pZK2
//
this.pZK2.Controls.Add(this.tbZKdate);
this.pZK2.Controls.Add(this.btZKpri);
this.pZK2.Controls.Add(this.btZKsel);
this.pZK2.Controls.Add(this.btZKdel);
this.pZK2.Controls.Add(this.btZKalter);
this.pZK2.Controls.Add(this.btZKadd);
this.pZK2.Controls.Add(this.tbZKkind);
this.pZK2.Controls.Add(this.cbZKstat);
this.pZK2.Controls.Add(this.tbZKsum);
this.pZK2.Controls.Add(this.tbZKlcount);
this.pZK2.Controls.Add(this.tbZKhcount);
this.pZK2.Controls.Add(this.tbZKname);
this.pZK2.Controls.Add(this.tbZKnum);
this.pZK2.Controls.Add(this.label8);
this.pZK2.Controls.Add(this.label7);
this.pZK2.Controls.Add(this.label6);
this.pZK2.Controls.Add(this.label5);
this.pZK2.Controls.Add(this.label4);
this.pZK2.Controls.Add(this.label3);
this.pZK2.Controls.Add(this.label2);
this.pZK2.Controls.Add(this.label1);
this.pZK2.Dock = System.Windows.Forms.DockStyle.Fill;
this.pZK2.Location = new System.Drawing.Point(0, 0);
this.pZK2.Name = "pZK2";
this.pZK2.Size = new System.Drawing.Size(608, 258);
this.pZK2.TabIndex = 1;
//
// tbZKdate
//
this.tbZKdate.Location = new System.Drawing.Point(116, 162);
this.tbZKdate.Name = "tbZKdate";
this.tbZKdate.Size = new System.Drawing.Size(161, 21);
this.tbZKdate.TabIndex = 43;
//
// btZKpri
//
this.btZKpri.Location = new System.Drawing.Point(454, 206);
this.btZKpri.Name = "btZKpri";
this.btZKpri.Size = new System.Drawing.Size(75, 23);
this.btZKpri.TabIndex = 42;
this.btZKpri.Text = "打印";
this.btZKpri.UseVisualStyleBackColor = true;
//
// btZKsel
//
this.btZKsel.Location = new System.Drawing.Point(262, 206);
this.btZKsel.Name = "btZKsel";
this.btZKsel.Size = new System.Drawing.Size(75, 23);
this.btZKsel.TabIndex = 41;
this.btZKsel.Text = "查询";
this.btZKsel.UseVisualStyleBackColor = true;
this.btZKsel.Click += new System.EventHandler(this.btZKsel_Click);
//
// btZKdel
//
this.btZKdel.Location = new System.Drawing.Point(356, 206);
this.btZKdel.Name = "btZKdel";
this.btZKdel.Size = new System.Drawing.Size(75, 23);
this.btZKdel.TabIndex = 40;
this.btZKdel.Text = "删除";
this.btZKdel.UseVisualStyleBackColor = true;
this.btZKdel.Click += new System.EventHandler(this.btZKdel_Click);
//
// btZKalter
//
this.btZKalter.Location = new System.Drawing.Point(166, 206);
this.btZKalter.Name = "btZKalter";
this.btZKalter.Size = new System.Drawing.Size(75, 23);
this.btZKalter.TabIndex = 39;
this.btZKalter.Text = "修改";
this.btZKalter.UseVisualStyleBackColor = true;
this.btZKalter.Click += new System.EventHandler(this.btZKalter_Click);
//
// btZKadd
//
this.btZKadd.Location = new System.Drawing.Point(72, 206);
this.btZKadd.Name = "btZKadd";
this.btZKadd.Size = new System.Drawing.Size(75, 23);
this.btZKadd.TabIndex = 38;
this.btZKadd.Text = "增加";
this.btZKadd.UseVisualStyleBackColor = true;
this.btZKadd.Click += new System.EventHandler(this.btZKadd_Click);
//
// tbZKkind
//
this.tbZKkind.Location = new System.Drawing.Point(116, 51);
this.tbZKkind.Name = "tbZKkind";
this.tbZKkind.Size = new System.Drawing.Size(161, 21);
this.tbZKkind.TabIndex = 37;
//
// cbZKstat
//
this.cbZKstat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbZKstat.FormattingEnabled = true;
this.cbZKstat.Items.AddRange(new object[] {
"收支明细表",
"应收帐款表",
"应付帐款表"});
this.cbZKstat.Location = new System.Drawing.Point(116, 125);
this.cbZKstat.Name = "cbZKstat";
this.cbZKstat.Size = new System.Drawing.Size(161, 20);
this.cbZKstat.TabIndex = 35;
this.cbZKstat.SelectedIndexChanged += new System.EventHandler(this.cbCWstat_SelectedIndexChanged);
//
// tbZKsum
//
this.tbZKsum.Location = new System.Drawing.Point(391, 162);
this.tbZKsum.Name = "tbZKsum";
this.tbZKsum.Size = new System.Drawing.Size(161, 21);
this.tbZKsum.TabIndex = 34;
//
// tbZKlcount
//
this.tbZKlcount.Location = new System.Drawing.Point(391, 125);
this.tbZKlcount.Name = "tbZKlcount";
this.tbZKlcount.Size = new System.Drawing.Size(161, 21);
this.tbZKlcount.TabIndex = 33;
//
// tbZKhcount
//
this.tbZKhcount.Location = new System.Drawing.Point(391, 89);
this.tbZKhcount.Name = "tbZKhcount";
this.tbZKhcount.Size = new System.Drawing.Size(161, 21);
this.tbZKhcount.TabIndex = 32;
//
// tbZKname
//
this.tbZKname.Location = new System.Drawing.Point(391, 51);
this.tbZKname.Name = "tbZKname";
this.tbZKname.Size = new System.Drawing.Size(161, 21);
this.tbZKname.TabIndex = 31;
this.tbZKname.TextChanged += new System.EventHandler(this.tbCWname_TextChanged);
//
// tbZKnum
//
this.tbZKnum.Location = new System.Drawing.Point(116, 86);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -