📄 frmsubinfo.designer.cs
字号:
namespace property.view.SystemInfo
{
partial class frmSubInfo
{
/// <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.bntCheck = new System.Windows.Forms.Button();
this.listView1 = new System.Windows.Forms.ListView();
this.colunmSubjectId = new System.Windows.Forms.ColumnHeader();
this.columnSubjping = new System.Windows.Forms.ColumnHeader();
this.columnSubjectName = new System.Windows.Forms.ColumnHeader();
this.columnPage = new System.Windows.Forms.ColumnHeader();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.bntEsce);
this.groupBox1.Controls.Add(this.bntCheck);
this.groupBox1.Controls.Add(this.listView1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(524, 198);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// bntEsce
//
this.bntEsce.Location = new System.Drawing.Point(285, 169);
this.bntEsce.Name = "bntEsce";
this.bntEsce.Size = new System.Drawing.Size(75, 23);
this.bntEsce.TabIndex = 3;
this.bntEsce.Text = "退出(&F)";
this.bntEsce.UseVisualStyleBackColor = true;
this.bntEsce.Click += new System.EventHandler(this.bntEsce_Click);
//
// bntCheck
//
this.bntCheck.DialogResult = System.Windows.Forms.DialogResult.OK;
this.bntCheck.Location = new System.Drawing.Point(118, 169);
this.bntCheck.Name = "bntCheck";
this.bntCheck.Size = new System.Drawing.Size(75, 23);
this.bntCheck.TabIndex = 2;
this.bntCheck.Text = "选择(&D)";
this.bntCheck.UseVisualStyleBackColor = true;
this.bntCheck.Click += new System.EventHandler(this.bntCheck_Click);
//
// listView1
//
this.listView1.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colunmSubjectId,
this.columnSubjping,
this.columnSubjectName,
this.columnPage});
this.listView1.ForeColor = System.Drawing.SystemColors.ControlText;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(35, 34);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(431, 111);
this.listView1.TabIndex = 1;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
this.listView1.Click += new System.EventHandler(this.listView1_Click);
//
// colunmSubjectId
//
this.colunmSubjectId.Text = "科目编号";
this.colunmSubjectId.Width = 86;
//
// columnSubjping
//
this.columnSubjping.Text = "拼音简码";
this.columnSubjping.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnSubjping.Width = 103;
//
// columnSubjectName
//
this.columnSubjectName.Text = "科目名称";
this.columnSubjectName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnSubjectName.Width = 113;
//
// columnPage
//
this.columnPage.Text = "总账页码";
this.columnPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnPage.Width = 115;
//
// frmSubInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(548, 247);
this.Controls.Add(this.groupBox1);
this.Name = "frmSubInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "科目信息";
this.Load += new System.EventHandler(this.frmSubInfo_Load);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader colunmSubjectId;
private System.Windows.Forms.ColumnHeader columnSubjping;
private System.Windows.Forms.ColumnHeader columnSubjectName;
private System.Windows.Forms.ColumnHeader columnPage;
private System.Windows.Forms.Button bntEsce;
private System.Windows.Forms.Button bntCheck;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -