📄 browse_form.designer.cs
字号:
namespace renshiguanli
{
partial class Browse_form
{
/// <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.employee_dataGridView = new System.Windows.Forms.DataGridView();
this.abort = new System.Windows.Forms.Button();
this.sure = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.employee_dataGridView)).BeginInit();
this.SuspendLayout();
//
// employee_dataGridView
//
this.employee_dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.employee_dataGridView.Location = new System.Drawing.Point(12, 12);
this.employee_dataGridView.Name = "employee_dataGridView";
this.employee_dataGridView.RowTemplate.Height = 23;
this.employee_dataGridView.Size = new System.Drawing.Size(345, 282);
this.employee_dataGridView.TabIndex = 0;
this.employee_dataGridView.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.employee_dataGridView_CellMouseClick);
//
// abort
//
this.abort.Location = new System.Drawing.Point(155, 300);
this.abort.Name = "abort";
this.abort.Size = new System.Drawing.Size(66, 24);
this.abort.TabIndex = 1;
this.abort.Text = "取消";
this.abort.UseVisualStyleBackColor = true;
this.abort.Click += new System.EventHandler(this.abort_Click);
//
// sure
//
this.sure.Location = new System.Drawing.Point(83, 300);
this.sure.Name = "sure";
this.sure.Size = new System.Drawing.Size(66, 24);
this.sure.TabIndex = 2;
this.sure.Text = "确定";
this.sure.UseVisualStyleBackColor = true;
this.sure.Click += new System.EventHandler(this.sure_Click);
//
// Browse_form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(369, 336);
this.ControlBox = false;
this.Controls.Add(this.sure);
this.Controls.Add(this.abort);
this.Controls.Add(this.employee_dataGridView);
this.Name = "Browse_form";
this.Text = "Browse_form";
((System.ComponentModel.ISupportInitialize)(this.employee_dataGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView employee_dataGridView;
private System.Windows.Forms.Button abort;
private System.Windows.Forms.Button sure;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -