📄 form_in_toolout.designer.cs
字号:
namespace RepairCRM
{
partial class Form_in_toolout
{
/// <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.exit = new System.Windows.Forms.Button();
this.print = new System.Windows.Forms.Button();
this.callin = new System.Windows.Forms.Button();
this.calldefault = new System.Windows.Forms.Button();
this.sendinfo = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.selectproduct2 = new System.Windows.Forms.Button();
this.some3 = new System.Windows.Forms.TextBox();
this.som2 = new System.Windows.Forms.ComboBox();
this.some1 = new System.Windows.Forms.ComboBox();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
this.inputbvalue = new System.Windows.Forms.DataGridView();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.companynamevalue = new System.Windows.Forms.DataGridView();
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.personvalue = new System.Windows.Forms.DataGridView();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.selectperson = new System.Windows.Forms.Button();
this.selectcompanyname = new System.Windows.Forms.Button();
this.info2 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.selectinputb = new System.Windows.Forms.Button();
this.info1 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.person = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.inputb = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.companyname = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.timevalue = new System.Windows.Forms.TextBox();
this.selectdata = new System.Windows.Forms.Button();
this.carid = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.inputbvalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.companynamevalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.personvalue)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// exit
//
this.exit.Location = new System.Drawing.Point(499, 73);
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(75, 23);
this.exit.TabIndex = 110;
this.exit.Text = "退出";
this.exit.UseVisualStyleBackColor = true;
this.exit.Click += new System.EventHandler(this.exit_Click);
//
// print
//
this.print.Location = new System.Drawing.Point(252, 73);
this.print.Name = "print";
this.print.Size = new System.Drawing.Size(75, 23);
this.print.TabIndex = 22;
this.print.Text = "打印";
this.print.UseVisualStyleBackColor = true;
//
// callin
//
this.callin.Location = new System.Drawing.Point(335, 73);
this.callin.Name = "callin";
this.callin.Size = new System.Drawing.Size(75, 23);
this.callin.TabIndex = 23;
this.callin.Text = "调入单据";
this.callin.UseVisualStyleBackColor = true;
//
// calldefault
//
this.calldefault.Location = new System.Drawing.Point(416, 73);
this.calldefault.Name = "calldefault";
this.calldefault.Size = new System.Drawing.Size(75, 23);
this.calldefault.TabIndex = 24;
this.calldefault.Text = "保存单据";
this.calldefault.UseVisualStyleBackColor = true;
//
// sendinfo
//
this.sendinfo.Location = new System.Drawing.Point(167, 73);
this.sendinfo.Name = "sendinfo";
this.sendinfo.Size = new System.Drawing.Size(75, 23);
this.sendinfo.TabIndex = 21;
this.sendinfo.Text = "发消息";
this.sendinfo.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.selectproduct2);
this.groupBox2.Controls.Add(this.some3);
this.groupBox2.Controls.Add(this.som2);
this.groupBox2.Controls.Add(this.some1);
this.groupBox2.Controls.Add(this.exit);
this.groupBox2.Controls.Add(this.print);
this.groupBox2.Controls.Add(this.callin);
this.groupBox2.Controls.Add(this.calldefault);
this.groupBox2.Controls.Add(this.sendinfo);
this.groupBox2.Location = new System.Drawing.Point(-1, 374);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(794, 112);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
//
// selectproduct2
//
this.selectproduct2.Location = new System.Drawing.Point(393, 31);
this.selectproduct2.Name = "selectproduct2";
this.selectproduct2.Size = new System.Drawing.Size(51, 20);
this.selectproduct2.TabIndex = 113;
this.selectproduct2.Text = "选商品";
this.selectproduct2.UseVisualStyleBackColor = true;
//
// some3
//
this.some3.Location = new System.Drawing.Point(309, 30);
this.some3.Name = "some3";
this.some3.Size = new System.Drawing.Size(77, 21);
this.some3.TabIndex = 112;
//
// som2
//
this.som2.FormattingEnabled = true;
this.som2.Location = new System.Drawing.Point(450, 31);
this.som2.Name = "som2";
this.som2.Size = new System.Drawing.Size(121, 20);
this.som2.TabIndex = 114;
//
// some1
//
this.some1.FormattingEnabled = true;
this.some1.Location = new System.Drawing.Point(182, 30);
this.some1.Name = "some1";
this.some1.Size = new System.Drawing.Size(121, 20);
this.some1.TabIndex = 111;
//
// Column5
//
this.Column5.HeaderText = "序号";
this.Column5.Name = "Column5";
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(36, 40);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 91;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected);
//
// inputbvalue
//
this.inputbvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.inputbvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column5,
this.Column6,
this.Column7});
this.inputbvalue.Location = new System.Drawing.Point(347, 58);
this.inputbvalue.Name = "inputbvalue";
this.inputbvalue.RowTemplate.Height = 23;
this.inputbvalue.Size = new System.Drawing.Size(209, 140);
this.inputbvalue.TabIndex = 93;
this.inputbvalue.Visible = false;
//
// Column6
//
this.Column6.HeaderText = " 仓库编号";
this.Column6.Name = "Column6";
//
// Column7
//
this.Column7.HeaderText = " 仓库全名";
this.Column7.Name = "Column7";
//
// companynamevalue
//
this.companynamevalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.companynamevalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4});
this.companynamevalue.Location = new System.Drawing.Point(347, 33);
this.companynamevalue.Name = "companynamevalue";
this.companynamevalue.RowTemplate.Height = 23;
this.companynamevalue.Size = new System.Drawing.Size(199, 136);
this.companynamevalue.TabIndex = 92;
this.companynamevalue.Visible = false;
//
// Column1
//
this.Column1.HeaderText = "序号";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.HeaderText = " 单位编号";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.HeaderText = " 单位名称";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.HeaderText = " 往来余额";
this.Column4.Name = "Column4";
//
// personvalue
//
this.personvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.personvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column8,
this.Column9,
this.Column10});
this.personvalue.Location = new System.Drawing.Point(426, 40);
this.personvalue.Name = "personvalue";
this.personvalue.RowTemplate.Height = 23;
this.personvalue.Size = new System.Drawing.Size(217, 140);
this.personvalue.TabIndex = 94;
this.personvalue.Visible = false;
//
// Column8
//
this.Column8.HeaderText = "序号";
this.Column8.Name = "Column8";
//
// Column9
//
this.Column9.HeaderText = " 职员编号";
this.Column9.Name = "Column9";
//
// Column10
//
this.Column10.HeaderText = " 职员全名";
this.Column10.Name = "Column10";
//
// selectperson
//
this.selectperson.Location = new System.Drawing.Point(546, 21);
this.selectperson.Name = "selectperson";
this.selectperson.Size = new System.Drawing.Size(30, 20);
this.selectperson.TabIndex = 9;
this.selectperson.Text = "....";
this.selectperson.UseVisualStyleBackColor = true;
this.selectperson.Click += new System.EventHandler(this.selectperson_Click);
//
// selectcompanyname
//
this.selectcompanyname.Location = new System.Drawing.Point(317, 57);
this.selectcompanyname.Name = "selectcompanyname";
this.selectcompanyname.Size = new System.Drawing.Size(30, 20);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -