📄 pt_person_message.designer.cs
字号:
namespace CarManage
{
partial class PT_Person_Message
{
/// <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.groupBox17 = new System.Windows.Forms.GroupBox();
this.GridViewCarCheckResult = new System.Windows.Forms.DataGridView();
this.groupBox18 = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.label19 = new System.Windows.Forms.Label();
this.textCheckName = new System.Windows.Forms.MaskedTextBox();
this.label6 = new System.Windows.Forms.Label();
this.btnCarCheck = new System.Windows.Forms.Button();
this.btnCarClear = new System.Windows.Forms.Button();
this.groupBox17.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewCarCheckResult)).BeginInit();
this.groupBox18.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// groupBox17
//
this.groupBox17.Controls.Add(this.GridViewCarCheckResult);
this.groupBox17.Location = new System.Drawing.Point(3, 3);
this.groupBox17.Name = "groupBox17";
this.groupBox17.Size = new System.Drawing.Size(483, 368);
this.groupBox17.TabIndex = 0;
this.groupBox17.TabStop = false;
this.groupBox17.Text = "个人信息查询结果显示";
//
// GridViewCarCheckResult
//
this.GridViewCarCheckResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewCarCheckResult.Location = new System.Drawing.Point(7, 20);
this.GridViewCarCheckResult.Name = "GridViewCarCheckResult";
this.GridViewCarCheckResult.RowTemplate.Height = 23;
this.GridViewCarCheckResult.Size = new System.Drawing.Size(460, 334);
this.GridViewCarCheckResult.TabIndex = 0;
//
// groupBox18
//
this.groupBox18.Controls.Add(this.textCheckName);
this.groupBox18.Controls.Add(this.label6);
this.groupBox18.Controls.Add(this.btnCarCheck);
this.groupBox18.Controls.Add(this.btnCarClear);
this.groupBox18.Location = new System.Drawing.Point(3, 17);
this.groupBox18.Name = "groupBox18";
this.groupBox18.Size = new System.Drawing.Size(247, 354);
this.groupBox18.TabIndex = 0;
this.groupBox18.TabStop = false;
this.groupBox18.Text = "个人信息查询";
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox17);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.label19);
this.splitContainer1.Panel2.Controls.Add(this.groupBox18);
this.splitContainer1.Size = new System.Drawing.Size(760, 374);
this.splitContainer1.SplitterDistance = 489;
this.splitContainer1.TabIndex = 1;
//
// label19
//
this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.label19.Location = new System.Drawing.Point(248, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(16, 16);
this.label19.TabIndex = 40;
this.label19.Text = "X";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// textCheckName
//
this.textCheckName.Location = new System.Drawing.Point(98, 65);
this.textCheckName.Name = "textCheckName";
this.textCheckName.Size = new System.Drawing.Size(110, 21);
this.textCheckName.TabIndex = 23;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(29, 66);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(63, 14);
this.label6.TabIndex = 22;
this.label6.Text = "工人帐号";
//
// btnCarCheck
//
this.btnCarCheck.Location = new System.Drawing.Point(32, 109);
this.btnCarCheck.Name = "btnCarCheck";
this.btnCarCheck.Size = new System.Drawing.Size(75, 23);
this.btnCarCheck.TabIndex = 21;
this.btnCarCheck.Text = "查询";
this.btnCarCheck.UseVisualStyleBackColor = true;
this.btnCarCheck.Click += new System.EventHandler(this.btnCarCheck_Click);
//
// btnCarClear
//
this.btnCarClear.Location = new System.Drawing.Point(133, 109);
this.btnCarClear.Name = "btnCarClear";
this.btnCarClear.Size = new System.Drawing.Size(75, 23);
this.btnCarClear.TabIndex = 20;
this.btnCarClear.Text = "清空";
this.btnCarClear.UseVisualStyleBackColor = true;
this.btnCarClear.Click += new System.EventHandler(this.btnCarClear_Click);
//
// PT_Person_Message
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(773, 409);
this.Controls.Add(this.splitContainer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "PT_Person_Message";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PT_Person_Message";
this.groupBox17.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewCarCheckResult)).EndInit();
this.groupBox18.ResumeLayout(false);
this.groupBox18.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox17;
private System.Windows.Forms.DataGridView GridViewCarCheckResult;
private System.Windows.Forms.GroupBox groupBox18;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.MaskedTextBox textCheckName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnCarCheck;
private System.Windows.Forms.Button btnCarClear;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -