📄 cw_yuepiao.designer.cs
字号:
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(53, 12);
this.label28.TabIndex = 27;
this.label28.Text = "月票单价";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(29, 55);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(53, 12);
this.label27.TabIndex = 25;
this.label27.Text = "姓 名";
//
// text_ticketName
//
this.text_ticketName.Location = new System.Drawing.Point(88, 52);
this.text_ticketName.Name = "text_ticketName";
this.text_ticketName.Size = new System.Drawing.Size(111, 21);
this.text_ticketName.TabIndex = 26;
//
// button1
//
this.button1.Location = new System.Drawing.Point(125, 248);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(76, 23);
this.button1.TabIndex = 24;
this.button1.Text = "清空";
this.button1.UseVisualStyleBackColor = true;
//
// groupBox12
//
this.groupBox12.Controls.Add(this.GridViewticket);
this.groupBox12.Location = new System.Drawing.Point(3, 3);
this.groupBox12.Name = "groupBox12";
this.groupBox12.Size = new System.Drawing.Size(471, 336);
this.groupBox12.TabIndex = 0;
this.groupBox12.TabStop = false;
this.groupBox12.Text = "月票信息";
//
// GridViewticket
//
this.GridViewticket.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewticket.Location = new System.Drawing.Point(35, 33);
this.GridViewticket.Name = "GridViewticket";
this.GridViewticket.RowTemplate.Height = 23;
this.GridViewticket.Size = new System.Drawing.Size(404, 272);
this.GridViewticket.TabIndex = 0;
//
// tabPage24
//
this.tabPage24.Controls.Add(this.splitContainer16);
this.tabPage24.Location = new System.Drawing.Point(4, 21);
this.tabPage24.Name = "tabPage24";
this.tabPage24.Padding = new System.Windows.Forms.Padding(3);
this.tabPage24.Size = new System.Drawing.Size(752, 349);
this.tabPage24.TabIndex = 1;
this.tabPage24.Text = "月票信息查询";
this.tabPage24.UseVisualStyleBackColor = true;
//
// splitContainer16
//
this.splitContainer16.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer16.Location = new System.Drawing.Point(3, 3);
this.splitContainer16.Name = "splitContainer16";
//
// splitContainer16.Panel1
//
this.splitContainer16.Panel1.Controls.Add(this.groupBox29);
//
// splitContainer16.Panel2
//
this.splitContainer16.Panel2.Controls.Add(this.groupBox30);
this.splitContainer16.Size = new System.Drawing.Size(746, 343);
this.splitContainer16.SplitterDistance = 479;
this.splitContainer16.TabIndex = 3;
//
// groupBox29
//
this.groupBox29.Controls.Add(this.GridViewticketResult);
this.groupBox29.Location = new System.Drawing.Point(0, 4);
this.groupBox29.Name = "groupBox29";
this.groupBox29.Size = new System.Drawing.Size(465, 312);
this.groupBox29.TabIndex = 0;
this.groupBox29.TabStop = false;
this.groupBox29.Text = "月票记录查询结果显示";
//
// GridViewticketResult
//
this.GridViewticketResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewticketResult.Location = new System.Drawing.Point(7, 20);
this.GridViewticketResult.Name = "GridViewticketResult";
this.GridViewticketResult.RowTemplate.Height = 23;
this.GridViewticketResult.Size = new System.Drawing.Size(442, 275);
this.GridViewticketResult.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, 4);
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(106, 84);
this.text_ticketCheckKinds.Name = "text_ticketCheckKinds";
this.text_ticketCheckKinds.Size = new System.Drawing.Size(109, 20);
this.text_ticketCheckKinds.TabIndex = 32;
//
// label79
//
this.label79.AutoSize = true;
this.label79.Location = new System.Drawing.Point(34, 87);
this.label79.Name = "label79";
this.label79.Size = new System.Drawing.Size(53, 12);
this.label79.TabIndex = 31;
this.label79.Text = "车票种类";
//
// label81
//
this.label81.AutoSize = true;
this.label81.Location = new System.Drawing.Point(34, 52);
this.label81.Name = "label81";
this.label81.Size = new System.Drawing.Size(53, 12);
this.label81.TabIndex = 30;
this.label81.Text = "姓 名";
//
// text_ticketCheckName
//
this.text_ticketCheckName.Location = new System.Drawing.Point(106, 49);
this.text_ticketCheckName.Name = "text_ticketCheckName";
this.text_ticketCheckName.Size = new System.Drawing.Size(109, 21);
this.text_ticketCheckName.TabIndex = 29;
//
// btnCheck
//
this.btnCheck.Location = new System.Drawing.Point(36, 137);
this.btnCheck.Name = "btnCheck";
this.btnCheck.Size = new System.Drawing.Size(75, 23);
this.btnCheck.TabIndex = 28;
this.btnCheck.Text = "查询";
this.btnCheck.UseVisualStyleBackColor = true;
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(140, 137);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 27;
this.btnClear.Text = "清空";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// 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;
//
// 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(745, 9);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(16, 16);
this.label19.TabIndex = 39;
this.label19.Text = "X";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// CW_Yuepiao
//
this.ClientSize = new System.Drawing.Size(773, 409);
this.Controls.Add(this.label19);
this.Controls.Add(this.tabControl7);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "CW_Yuepiao";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.CW_Yuepiao_Load);
this.tabControl7.ResumeLayout(false);
this.tabPage23.ResumeLayout(false);
this.splitContainer8.Panel1.ResumeLayout(false);
this.splitContainer8.Panel2.ResumeLayout(false);
this.splitContainer8.ResumeLayout(false);
this.groupBox11.ResumeLayout(false);
this.groupBox11.PerformLayout();
this.groupBox12.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewticket)).EndInit();
this.tabPage24.ResumeLayout(false);
this.splitContainer16.Panel1.ResumeLayout(false);
this.splitContainer16.Panel2.ResumeLayout(false);
this.splitContainer16.ResumeLayout(false);
this.groupBox29.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewticketResult)).EndInit();
this.groupBox30.ResumeLayout(false);
this.groupBox30.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl7;
private System.Windows.Forms.TabPage tabPage23;
private System.Windows.Forms.SplitContainer splitContainer8;
private System.Windows.Forms.GroupBox groupBox11;
private System.Windows.Forms.GroupBox groupBox12;
private System.Windows.Forms.DataGridView GridViewticket;
private System.Windows.Forms.TabPage tabPage24;
private System.Windows.Forms.SplitContainer splitContainer16;
private System.Windows.Forms.GroupBox groupBox29;
private System.Windows.Forms.DataGridView GridViewticketResult;
private System.Windows.Forms.GroupBox groupBox30;
private System.Windows.Forms.Label label77;
private System.Windows.Forms.Label label78;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.MaskedTextBox text_ticketMoney;
private System.Windows.Forms.MaskedTextBox text_ticketCount;
private System.Windows.Forms.MaskedTextBox text_ticketAver;
private System.Windows.Forms.ComboBox text_ticketKinds;
private System.Windows.Forms.TextBox text_ticketRemark;
private System.Windows.Forms.Label label35;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.Button btnticketAdd;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.MaskedTextBox text_ticketName;
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 + -