📄 companyinfo.designer.cs
字号:
this.groupBox2.Controls.Add(this.dgvCompanyInfo);
this.groupBox2.Location = new System.Drawing.Point(17, 174);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(652, 224);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "供应商信息显示";
//
// dgvCompanyInfo
//
this.dgvCompanyInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCompanyInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvCompanyInfo.Location = new System.Drawing.Point(3, 17);
this.dgvCompanyInfo.Name = "dgvCompanyInfo";
this.dgvCompanyInfo.ReadOnly = true;
this.dgvCompanyInfo.RowTemplate.Height = 20;
this.dgvCompanyInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvCompanyInfo.Size = new System.Drawing.Size(646, 204);
this.dgvCompanyInfo.TabIndex = 0;
this.dgvCompanyInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCompanyInfo_CellClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtRemark);
this.groupBox1.Controls.Add(this.txtFax);
this.groupBox1.Controls.Add(this.txtPhone);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtDirector);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.labDirector);
this.groupBox1.Controls.Add(this.txtCompanyName);
this.groupBox1.Controls.Add(this.labName);
this.groupBox1.Location = new System.Drawing.Point(17, 34);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(653, 124);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "供应商记录项";
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(72, 87);
this.txtRemark.MaxLength = 400;
this.txtRemark.Name = "txtRemark";
this.txtRemark.ReadOnly = true;
this.txtRemark.Size = new System.Drawing.Size(568, 21);
this.txtRemark.TabIndex = 6;
//
// txtFax
//
this.txtFax.Location = new System.Drawing.Point(72, 55);
this.txtFax.MaxLength = 20;
this.txtFax.Name = "txtFax";
this.txtFax.ReadOnly = true;
this.txtFax.Size = new System.Drawing.Size(171, 21);
this.txtFax.TabIndex = 4;
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(521, 20);
this.txtPhone.MaxLength = 20;
this.txtPhone.Name = "txtPhone";
this.txtPhone.ReadOnly = true;
this.txtPhone.Size = new System.Drawing.Size(119, 21);
this.txtPhone.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(457, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 17;
this.label1.Text = "供应商电话:";
//
// txtDirector
//
this.txtDirector.Location = new System.Drawing.Point(323, 23);
this.txtDirector.MaxLength = 20;
this.txtDirector.Name = "txtDirector";
this.txtDirector.ReadOnly = true;
this.txtDirector.Size = new System.Drawing.Size(112, 21);
this.txtDirector.TabIndex = 2;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(323, 55);
this.txtAddress.MaxLength = 200;
this.txtAddress.Name = "txtAddress";
this.txtAddress.ReadOnly = true;
this.txtAddress.Size = new System.Drawing.Size(317, 21);
this.txtAddress.TabIndex = 5;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 96);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 14;
this.label6.Text = " 备 注 :";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(258, 61);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 12;
this.label5.Text = "供应商地址:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 64);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 8;
this.label3.Text = "供应商传真:";
//
// labDirector
//
this.labDirector.AutoSize = true;
this.labDirector.Location = new System.Drawing.Point(258, 32);
this.labDirector.Name = "labDirector";
this.labDirector.Size = new System.Drawing.Size(59, 12);
this.labDirector.TabIndex = 3;
this.labDirector.Text = "供应商主管:";
//
// txtCompanyName
//
this.txtCompanyName.Location = new System.Drawing.Point(72, 24);
this.txtCompanyName.MaxLength = 100;
this.txtCompanyName.Name = "txtCompanyName";
this.txtCompanyName.ReadOnly = true;
this.txtCompanyName.Size = new System.Drawing.Size(171, 21);
this.txtCompanyName.TabIndex = 1;
//
// labName
//
this.labName.AutoSize = true;
this.labName.Location = new System.Drawing.Point(8, 32);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(59, 12);
this.labName.TabIndex = 0;
this.labName.Text = "供应商名称:";
//
// CompanyInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(689, 418);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "CompanyInfo";
this.Text = "供应商信息";
this.Load += new System.EventHandler(this.CompanyInfo_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvCompanyInfo)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolSave;
private System.Windows.Forms.ToolStripButton toolCancel;
private System.Windows.Forms.ToolStripButton toolAdd;
private System.Windows.Forms.ToolStripButton toolAmend;
private System.Windows.Forms.ToolStripButton toolDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel labCondation;
private System.Windows.Forms.ToolStripComboBox cbxCondition;
private System.Windows.Forms.ToolStripTextBox txtKeyWord;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton txtOK;
private System.Windows.Forms.ToolStripLabel labK;
private System.Windows.Forms.ToolStripButton toolExit;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgvCompanyInfo;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label labDirector;
private System.Windows.Forms.TextBox txtCompanyName;
private System.Windows.Forms.Label labName;
private System.Windows.Forms.TextBox txtDirector;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.TextBox txtFax;
private System.Windows.Forms.ToolStripButton toolreflush;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -