?? branchmaneger.designer.cs
字號:
?namespace 人事管理
{
partial class branchmaneger
{
/// <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.addbranchbtn = new System.Windows.Forms.Button();
this.deletebranchbtn = new System.Windows.Forms.Button();
this.branchallbtn = new System.Windows.Forms.Button();
this.outbtn = new System.Windows.Forms.Button();
this.branchlist = new System.Windows.Forms.TreeView();
this.SuspendLayout();
//
// addbranchbtn
//
this.addbranchbtn.Location = new System.Drawing.Point(384, 51);
this.addbranchbtn.Name = "addbranchbtn";
this.addbranchbtn.Size = new System.Drawing.Size(75, 23);
this.addbranchbtn.TabIndex = 0;
this.addbranchbtn.Text = "增加部門";
this.addbranchbtn.UseVisualStyleBackColor = true;
this.addbranchbtn.Click += new System.EventHandler(this.addbranchbtn_Click);
//
// deletebranchbtn
//
this.deletebranchbtn.Location = new System.Drawing.Point(384, 91);
this.deletebranchbtn.Name = "deletebranchbtn";
this.deletebranchbtn.Size = new System.Drawing.Size(75, 23);
this.deletebranchbtn.TabIndex = 1;
this.deletebranchbtn.Text = "刪除部門";
this.deletebranchbtn.UseVisualStyleBackColor = true;
this.deletebranchbtn.Click += new System.EventHandler(this.deletebranchbtn_Click);
//
// branchallbtn
//
this.branchallbtn.Location = new System.Drawing.Point(384, 131);
this.branchallbtn.Name = "branchallbtn";
this.branchallbtn.Size = new System.Drawing.Size(75, 23);
this.branchallbtn.TabIndex = 2;
this.branchallbtn.Text = "部門明細";
this.branchallbtn.UseVisualStyleBackColor = true;
this.branchallbtn.Click += new System.EventHandler(this.branchallbtn_Click);
//
// outbtn
//
this.outbtn.Location = new System.Drawing.Point(384, 172);
this.outbtn.Name = "outbtn";
this.outbtn.Size = new System.Drawing.Size(75, 23);
this.outbtn.TabIndex = 3;
this.outbtn.Text = "退出";
this.outbtn.UseVisualStyleBackColor = true;
this.outbtn.Click += new System.EventHandler(this.outbtn_Click);
//
// branchlist
//
this.branchlist.AllowDrop = true;
this.branchlist.Location = new System.Drawing.Point(23, 36);
this.branchlist.Name = "branchlist";
this.branchlist.Size = new System.Drawing.Size(338, 289);
this.branchlist.TabIndex = 6;
this.branchlist.DragDrop += new System.Windows.Forms.DragEventHandler(this.branchlist_DragDrop);
this.branchlist.DragOver += new System.Windows.Forms.DragEventHandler(this.branchlist_DragOver);
this.branchlist.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.branchlist_AfterSelect);
this.branchlist.DragEnter += new System.Windows.Forms.DragEventHandler(this.branchlist_DragEnter);
this.branchlist.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.branchlist_ItemDrag);
//
// branchmaneger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(492, 366);
this.Controls.Add(this.branchlist);
this.Controls.Add(this.outbtn);
this.Controls.Add(this.branchallbtn);
this.Controls.Add(this.deletebranchbtn);
this.Controls.Add(this.addbranchbtn);
this.MaximizeBox = false;
this.Name = "branchmaneger";
this.Text = "部門管理";
this.Load += new System.EventHandler(this.branchmaneger_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button addbranchbtn;
private System.Windows.Forms.Button deletebranchbtn;
private System.Windows.Forms.Button branchallbtn;
private System.Windows.Forms.Button outbtn;
public System.Windows.Forms.TreeView branchlist;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -