📄 formimport.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormImport
{
/// <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.TxtExcelPath = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.BtnOK = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.OpenFileDialogPhoto = new System.Windows.Forms.OpenFileDialog();
this.SuspendLayout();
//
// TxtExcelPath
//
this.TxtExcelPath.Location = new System.Drawing.Point(79, 51);
this.TxtExcelPath.Name = "TxtExcelPath";
this.TxtExcelPath.Size = new System.Drawing.Size(188, 21);
this.TxtExcelPath.TabIndex = 12;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(239, 131);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 11;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// BtnOK
//
this.BtnOK.Location = new System.Drawing.Point(79, 131);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(75, 23);
this.BtnOK.TabIndex = 10;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(273, 51);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(56, 23);
this.button4.TabIndex = 9;
this.button4.Text = "浏览";
this.button4.UseVisualStyleBackColor = true;
//
// OpenFileDialogPhoto
//
this.OpenFileDialogPhoto.FileName = "openFileDialog1";
this.OpenFileDialogPhoto.FileOk += new System.ComponentModel.CancelEventHandler(this.OpenFileDialogPhoto_FileOk);
//
// FormImport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(464, 228);
this.Controls.Add(this.TxtExcelPath);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.button4);
this.MaximizeBox = false;
this.Name = "FormImport";
this.Text = "FormImport";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox TxtExcelPath;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.OpenFileDialog OpenFileDialogPhoto;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -