📄 form_base_stock.designer.cs
字号:
namespace RepairCRM
{
partial class Form_Base_Stock
{
/// <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.components = new System.ComponentModel.Container();
this.Comment = new System.Windows.Forms.TextBox();
this.Adress = new System.Windows.Forms.TextBox();
this.Fullname = new System.Windows.Forms.TextBox();
this.tel = new System.Windows.Forms.TextBox();
this.LinkMan = new System.Windows.Forms.TextBox();
this.name = new System.Windows.Forms.TextBox();
this.UserCode = new System.Windows.Forms.TextBox();
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.Cancel = new System.Windows.Forms.Button();
this.Save = new System.Windows.Forms.Button();
this.StockView = new System.Windows.Forms.DataGridView();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.userCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.fullNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.telDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.linkManDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataSetStock = new System.Windows.Forms.BindingSource(this.components);
this.Stock = new RepairCRM.DataSet_Tables();
this.stockTableAdapter = new RepairCRM.DataSet_TablesTableAdapters.StockTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.StockView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSetStock)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Stock)).BeginInit();
this.SuspendLayout();
//
// Comment
//
this.Comment.Location = new System.Drawing.Point(81, 125);
this.Comment.Multiline = true;
this.Comment.Name = "Comment";
this.Comment.Size = new System.Drawing.Size(608, 64);
this.Comment.TabIndex = 11;
//
// Adress
//
this.Adress.Location = new System.Drawing.Point(81, 98);
this.Adress.Name = "Adress";
this.Adress.Size = new System.Drawing.Size(608, 21);
this.Adress.TabIndex = 10;
//
// Fullname
//
this.Fullname.Location = new System.Drawing.Point(81, 71);
this.Fullname.Name = "Fullname";
this.Fullname.Size = new System.Drawing.Size(608, 21);
this.Fullname.TabIndex = 9;
//
// tel
//
this.tel.Location = new System.Drawing.Point(336, 44);
this.tel.Name = "tel";
this.tel.Size = new System.Drawing.Size(353, 21);
this.tel.TabIndex = 12;
//
// LinkMan
//
this.LinkMan.Location = new System.Drawing.Point(81, 43);
this.LinkMan.Name = "LinkMan";
this.LinkMan.Size = new System.Drawing.Size(178, 21);
this.LinkMan.TabIndex = 15;
//
// name
//
this.name.Location = new System.Drawing.Point(336, 17);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(353, 21);
this.name.TabIndex = 14;
//
// UserCode
//
this.UserCode.Location = new System.Drawing.Point(81, 16);
this.UserCode.Name = "UserCode";
this.UserCode.Size = new System.Drawing.Size(178, 21);
this.UserCode.TabIndex = 13;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(31, 146);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 4;
this.label7.Text = "备注";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(31, 105);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 3;
this.label6.Text = "地址";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(31, 72);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 2;
this.label5.Text = "全名";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(286, 45);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 5;
this.label4.Text = "电话";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(31, 44);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 8;
this.label3.Text = "联系人";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(286, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 7;
this.label2.Text = "简名";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -