📄 frmsumlook.designer.cs
字号:
namespace property.view.HinderInfo
{
partial class frmSumLook
{
/// <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.bntFind = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.bntEsce = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// bntFind
//
this.bntFind.Location = new System.Drawing.Point(52, 27);
this.bntFind.Name = "bntFind";
this.bntFind.Size = new System.Drawing.Size(75, 23);
this.bntFind.TabIndex = 17;
this.bntFind.Text = "浏览(&F)";
this.bntFind.UseVisualStyleBackColor = true;
this.bntFind.Click += new System.EventHandler(this.bntFind_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(52, 66);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(464, 150);
this.dataGridView1.TabIndex = 18;
//
// bntEsce
//
this.bntEsce.Location = new System.Drawing.Point(215, 27);
this.bntEsce.Name = "bntEsce";
this.bntEsce.Size = new System.Drawing.Size(77, 23);
this.bntEsce.TabIndex = 20;
this.bntEsce.Text = "退出(&E)";
this.bntEsce.UseVisualStyleBackColor = true;
this.bntEsce.Click += new System.EventHandler(this.bntEsce_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(377, 27);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(139, 23);
this.button1.TabIndex = 19;
this.button1.Text = "打印";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// frmSumLook
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(566, 266);
this.Controls.Add(this.bntEsce);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.bntFind);
this.Name = "frmSumLook";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "总账目浏览";
this.Load += new System.EventHandler(this.frmSumLook_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button bntFind;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button bntEsce;
private System.Windows.Forms.Button button1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -