📄 pt_yuepiao.designer.cs
字号:
namespace CarManage
{
partial class PT_Yuepiao
{
/// <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.groupBox29 = new System.Windows.Forms.GroupBox();
this.GridViewCheckOil = new System.Windows.Forms.DataGridView();
this.groupBox30 = new System.Windows.Forms.GroupBox();
this.text_ticketCheckKinds = new System.Windows.Forms.ComboBox();
this.label79 = new System.Windows.Forms.Label();
this.label81 = new System.Windows.Forms.Label();
this.text_ticketCheckName = new System.Windows.Forms.MaskedTextBox();
this.btnCheck = new System.Windows.Forms.Button();
this.btnClear = new System.Windows.Forms.Button();
this.label77 = new System.Windows.Forms.Label();
this.label78 = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.label19 = new System.Windows.Forms.Label();
this.groupBox29.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewCheckOil)).BeginInit();
this.groupBox30.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// groupBox29
//
this.groupBox29.Controls.Add(this.GridViewCheckOil);
this.groupBox29.Location = new System.Drawing.Point(11, 24);
this.groupBox29.Name = "groupBox29";
this.groupBox29.Size = new System.Drawing.Size(467, 321);
this.groupBox29.TabIndex = 0;
this.groupBox29.TabStop = false;
this.groupBox29.Text = "个人月票记录查询结果显示";
//
// GridViewCheckOil
//
this.GridViewCheckOil.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewCheckOil.Location = new System.Drawing.Point(6, 20);
this.GridViewCheckOil.Name = "GridViewCheckOil";
this.GridViewCheckOil.RowTemplate.Height = 23;
this.GridViewCheckOil.Size = new System.Drawing.Size(455, 292);
this.GridViewCheckOil.TabIndex = 0;
//
// groupBox30
//
this.groupBox30.Controls.Add(this.text_ticketCheckKinds);
this.groupBox30.Controls.Add(this.label79);
this.groupBox30.Controls.Add(this.label81);
this.groupBox30.Controls.Add(this.text_ticketCheckName);
this.groupBox30.Controls.Add(this.btnCheck);
this.groupBox30.Controls.Add(this.btnClear);
this.groupBox30.Controls.Add(this.label77);
this.groupBox30.Controls.Add(this.label78);
this.groupBox30.Location = new System.Drawing.Point(3, 24);
this.groupBox30.Name = "groupBox30";
this.groupBox30.Size = new System.Drawing.Size(247, 312);
this.groupBox30.TabIndex = 0;
this.groupBox30.TabStop = false;
this.groupBox30.Text = "个人月票信息查询";
//
// text_ticketCheckKinds
//
this.text_ticketCheckKinds.FormattingEnabled = true;
this.text_ticketCheckKinds.Items.AddRange(new object[] {
"--未选择--",
"成人",
"学生"});
this.text_ticketCheckKinds.Location = new System.Drawing.Point(101, 86);
this.text_ticketCheckKinds.Name = "text_ticketCheckKinds";
this.text_ticketCheckKinds.Size = new System.Drawing.Size(109, 20);
this.text_ticketCheckKinds.TabIndex = 38;
//
// label79
//
this.label79.AutoSize = true;
this.label79.Location = new System.Drawing.Point(29, 89);
this.label79.Name = "label79";
this.label79.Size = new System.Drawing.Size(53, 12);
this.label79.TabIndex = 37;
this.label79.Text = "车票种类";
//
// label81
//
this.label81.AutoSize = true;
this.label81.Location = new System.Drawing.Point(29, 54);
this.label81.Name = "label81";
this.label81.Size = new System.Drawing.Size(53, 12);
this.label81.TabIndex = 36;
this.label81.Text = "姓 名";
//
// text_ticketCheckName
//
this.text_ticketCheckName.Location = new System.Drawing.Point(101, 51);
this.text_ticketCheckName.Name = "text_ticketCheckName";
this.text_ticketCheckName.Size = new System.Drawing.Size(109, 21);
this.text_ticketCheckName.TabIndex = 35;
//
// btnCheck
//
this.btnCheck.Location = new System.Drawing.Point(31, 139);
this.btnCheck.Name = "btnCheck";
this.btnCheck.Size = new System.Drawing.Size(75, 23);
this.btnCheck.TabIndex = 34;
this.btnCheck.Text = "查询";
this.btnCheck.UseVisualStyleBackColor = true;
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click_1);
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(135, 139);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 33;
this.btnClear.Text = "清空";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click_1);
//
// label77
//
this.label77.AutoSize = true;
this.label77.Location = new System.Drawing.Point(103, 135);
this.label77.Name = "label77";
this.label77.Size = new System.Drawing.Size(0, 12);
this.label77.TabIndex = 22;
//
// label78
//
this.label78.AutoSize = true;
this.label78.Location = new System.Drawing.Point(101, 103);
this.label78.Name = "label78";
this.label78.Size = new System.Drawing.Size(0, 12);
this.label78.TabIndex = 21;
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(1, 2);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox29);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.label19);
this.splitContainer1.Panel2.Controls.Add(this.groupBox30);
this.splitContainer1.Size = new System.Drawing.Size(760, 374);
this.splitContainer1.SplitterDistance = 489;
this.splitContainer1.TabIndex = 4;
//
// 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, 7);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(16, 16);
this.label19.TabIndex = 41;
this.label19.Text = "X";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// PT_Yuepiao
//
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_Yuepiao";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PT_Yuepiao";
this.Load += new System.EventHandler(this.PT_Yuepiao_Load);
this.groupBox29.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewCheckOil)).EndInit();
this.groupBox30.ResumeLayout(false);
this.groupBox30.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox29;
private System.Windows.Forms.DataGridView GridViewCheckOil;
private System.Windows.Forms.GroupBox groupBox30;
private System.Windows.Forms.Label label77;
private System.Windows.Forms.Label label78;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.ComboBox text_ticketCheckKinds;
private System.Windows.Forms.Label label79;
private System.Windows.Forms.Label label81;
private System.Windows.Forms.MaskedTextBox text_ticketCheckName;
private System.Windows.Forms.Button btnCheck;
private System.Windows.Forms.Button btnClear;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -