📄 tempform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.Common
{
partial class TempForm
{
/// <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.DGV = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
this.SuspendLayout();
//
// DGV
//
this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGV.Location = new System.Drawing.Point(2, 2);
this.DGV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.DGV.MultiSelect = false;
this.DGV.Name = "DGV";
this.DGV.ReadOnly = true;
this.DGV.RowTemplate.Height = 23;
this.DGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGV.Size = new System.Drawing.Size(357, 136);
this.DGV.TabIndex = 0;
this.DGV.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DGV_KeyDown);
this.DGV.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DGV_MouseDoubleClick);
//
// TempForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(359, 136);
this.Controls.Add(this.DGV);
this.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "TempForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "TempForm";
this.Load += new System.EventHandler(this.TempForm_Load);
((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView DGV;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -