📄 frmsubjectfindinfo.designer.cs
字号:
namespace property.view.HinderInfo
{
partial class frmSubjectFindInfo
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.bntEsce = new System.Windows.Forms.Button();
this.bntsure = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.txtsubject = new System.Windows.Forms.TextBox();
this.cmbTiaoJian = new System.Windows.Forms.ComboBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.bntEsce);
this.groupBox1.Controls.Add(this.bntsure);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtsubject);
this.groupBox1.Controls.Add(this.cmbTiaoJian);
this.groupBox1.Controls.Add(this.dataGridView1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(508, 278);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "科目查询";
//
// bntEsce
//
this.bntEsce.Location = new System.Drawing.Point(380, 34);
this.bntEsce.Name = "bntEsce";
this.bntEsce.Size = new System.Drawing.Size(75, 23);
this.bntEsce.TabIndex = 10;
this.bntEsce.Text = "退出(&F)";
this.bntEsce.UseVisualStyleBackColor = true;
this.bntEsce.Click += new System.EventHandler(this.bntEsce_Click);
//
// bntsure
//
this.bntsure.Location = new System.Drawing.Point(288, 33);
this.bntsure.Name = "bntsure";
this.bntsure.Size = new System.Drawing.Size(75, 23);
this.bntsure.TabIndex = 9;
this.bntsure.Text = "确定(&D)";
this.bntsure.UseVisualStyleBackColor = true;
this.bntsure.Click += new System.EventHandler(this.bntsure_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(20, 38);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 8;
this.label10.Text = "查询条件:";
//
// txtsubject
//
this.txtsubject.Location = new System.Drawing.Point(183, 33);
this.txtsubject.Name = "txtsubject";
this.txtsubject.Size = new System.Drawing.Size(85, 21);
this.txtsubject.TabIndex = 7;
this.txtsubject.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtsubject_KeyPress);
//
// cmbTiaoJian
//
this.cmbTiaoJian.FormattingEnabled = true;
this.cmbTiaoJian.Items.AddRange(new object[] {
"科目编号",
"科目名称",
"科目简拼",
"全部浏览"});
this.cmbTiaoJian.Location = new System.Drawing.Point(86, 34);
this.cmbTiaoJian.Name = "cmbTiaoJian";
this.cmbTiaoJian.Size = new System.Drawing.Size(80, 20);
this.cmbTiaoJian.TabIndex = 6;
this.cmbTiaoJian.SelectedIndexChanged += new System.EventHandler(this.cmbTiaoJian_SelectedIndexChanged);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(6, 80);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(455, 150);
this.dataGridView1.TabIndex = 5;
//
// frmSubjectFindInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(543, 306);
this.Controls.Add(this.groupBox1);
this.Name = "frmSubjectFindInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "科目信息查询";
this.Load += new System.EventHandler(this.SubjectFindInfo_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtsubject;
private System.Windows.Forms.ComboBox cmbTiaoJian;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button bntsure;
private System.Windows.Forms.Button bntEsce;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -