📄 usercontrol1.designer.cs
字号:
this.tbZKnum.Name = "tbZKnum";
this.tbZKnum.Size = new System.Drawing.Size(161, 21);
this.tbZKnum.TabIndex = 30;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(45, 128);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 29;
this.label8.Text = "账款状态:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(45, 165);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 28;
this.label7.Text = "日 期:";
this.label7.Click += new System.EventHandler(this.label7_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(320, 165);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 27;
this.label6.Text = "总 计:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(320, 128);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 26;
this.label5.Text = "贷方数目:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(320, 95);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 25;
this.label4.Text = "借方数目:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(45, 92);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 24;
this.label3.Text = "账款号码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(320, 54);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 23;
this.label2.Text = "账款名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(45, 54);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 22;
this.label1.Text = "账款类别:";
//
// 账款信息TableAdapter
//
this.账款信息TableAdapter.ClearBeforeFill = true;
//
// dgvZK
//
this.dgvZK.AutoGenerateColumns = false;
this.dgvZK.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvZK.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.账款类别DataGridViewTextBoxColumn,
this.账款名称DataGridViewTextBoxColumn,
this.账款号码DataGridViewTextBoxColumn,
this.借方数目DataGridViewTextBoxColumn,
this.贷方数目DataGridViewTextBoxColumn,
this.总计DataGridViewTextBoxColumn,
this.日期DataGridViewTextBoxColumn,
this.账款状态DataGridViewTextBoxColumn});
this.dgvZK.DataSource = this.账款信息BindingSource;
this.dgvZK.Dock = System.Windows.Forms.DockStyle.Bottom;
this.dgvZK.Location = new System.Drawing.Point(0, 0);
this.dgvZK.Name = "dgvZK";
this.dgvZK.RowTemplate.Height = 23;
this.dgvZK.Size = new System.Drawing.Size(608, 200);
this.dgvZK.TabIndex = 0;
this.dgvZK.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvZK_CellContentClick);
//
// 账款状态DataGridViewTextBoxColumn
//
this.账款状态DataGridViewTextBoxColumn.DataPropertyName = "账款状态";
this.账款状态DataGridViewTextBoxColumn.HeaderText = "账款状态";
this.账款状态DataGridViewTextBoxColumn.Name = "账款状态DataGridViewTextBoxColumn";
//
// 日期DataGridViewTextBoxColumn
//
this.日期DataGridViewTextBoxColumn.DataPropertyName = "日期";
this.日期DataGridViewTextBoxColumn.HeaderText = "日期";
this.日期DataGridViewTextBoxColumn.Name = "日期DataGridViewTextBoxColumn";
//
// 总计DataGridViewTextBoxColumn
//
this.总计DataGridViewTextBoxColumn.DataPropertyName = "总计";
this.总计DataGridViewTextBoxColumn.HeaderText = "总计";
this.总计DataGridViewTextBoxColumn.Name = "总计DataGridViewTextBoxColumn";
//
// 贷方数目DataGridViewTextBoxColumn
//
this.贷方数目DataGridViewTextBoxColumn.DataPropertyName = "贷方数目";
this.贷方数目DataGridViewTextBoxColumn.HeaderText = "贷方数目";
this.贷方数目DataGridViewTextBoxColumn.Name = "贷方数目DataGridViewTextBoxColumn";
//
// 借方数目DataGridViewTextBoxColumn
//
this.借方数目DataGridViewTextBoxColumn.DataPropertyName = "借方数目";
this.借方数目DataGridViewTextBoxColumn.HeaderText = "借方数目";
this.借方数目DataGridViewTextBoxColumn.Name = "借方数目DataGridViewTextBoxColumn";
//
// 账款号码DataGridViewTextBoxColumn
//
this.账款号码DataGridViewTextBoxColumn.DataPropertyName = "账款号码";
this.账款号码DataGridViewTextBoxColumn.HeaderText = "账款号码";
this.账款号码DataGridViewTextBoxColumn.Name = "账款号码DataGridViewTextBoxColumn";
//
// 账款名称DataGridViewTextBoxColumn
//
this.账款名称DataGridViewTextBoxColumn.DataPropertyName = "账款名称";
this.账款名称DataGridViewTextBoxColumn.HeaderText = "账款名称";
this.账款名称DataGridViewTextBoxColumn.Name = "账款名称DataGridViewTextBoxColumn";
//
// 账款类别DataGridViewTextBoxColumn
//
this.账款类别DataGridViewTextBoxColumn.DataPropertyName = "账款类别";
this.账款类别DataGridViewTextBoxColumn.HeaderText = "账款类别";
this.账款类别DataGridViewTextBoxColumn.Name = "账款类别DataGridViewTextBoxColumn";
//
// pZK1
//
this.pZK1.Controls.Add(this.dgvZK);
this.pZK1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pZK1.Location = new System.Drawing.Point(0, 258);
this.pZK1.Name = "pZK1";
this.pZK1.Size = new System.Drawing.Size(608, 200);
this.pZK1.TabIndex = 0;
//
// UserControl1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pZK2);
this.Controls.Add(this.pZK1);
this.MaximumSize = new System.Drawing.Size(608, 458);
this.MinimumSize = new System.Drawing.Size(608, 458);
this.Name = "UserControl1";
this.Size = new System.Drawing.Size(608, 458);
((System.ComponentModel.ISupportInitialize)(this.账款信息BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.testDataSet)).EndInit();
this.pZK2.ResumeLayout(false);
this.pZK2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvZK)).EndInit();
this.pZK1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pZK2;
private System.Windows.Forms.Button btZKpri;
private System.Windows.Forms.Button btZKsel;
private System.Windows.Forms.Button btZKdel;
private System.Windows.Forms.Button btZKalter;
private System.Windows.Forms.Button btZKadd;
private System.Windows.Forms.TextBox tbZKkind;
private System.Windows.Forms.ComboBox cbZKstat;
private System.Windows.Forms.TextBox tbZKsum;
private System.Windows.Forms.TextBox tbZKlcount;
private System.Windows.Forms.TextBox tbZKhcount;
private System.Windows.Forms.TextBox tbZKname;
private System.Windows.Forms.TextBox tbZKnum;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
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.TextBox tbZKdate;
private System.Windows.Forms.BindingSource 账款信息BindingSource;
private testDataSet testDataSet;
private CaiWuControlLibrary1.testDataSetTableAdapters.账款信息TableAdapter 账款信息TableAdapter;
private System.Windows.Forms.DataGridView dgvZK;
private System.Windows.Forms.DataGridViewTextBoxColumn 账款类别DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 账款名称DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 账款号码DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 借方数目DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 贷方数目DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 总计DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 日期DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 账款状态DataGridViewTextBoxColumn;
private System.Windows.Forms.Panel pZK1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -