sap 클립보드 기능 추가
This commit is contained in:
15
Project/fMain.Designer.cs
generated
15
Project/fMain.Designer.cs
generated
@@ -143,6 +143,7 @@
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -191,7 +192,8 @@
|
||||
this.sbBWRun,
|
||||
this.lbSvr,
|
||||
this.sbBCD,
|
||||
this.sbLogin});
|
||||
this.sbLogin,
|
||||
this.toolStripStatusLabel1});
|
||||
this.statusStrip1.Location = new System.Drawing.Point(1, 622);
|
||||
this.statusStrip1.Name = "statusStrip1";
|
||||
this.statusStrip1.Size = new System.Drawing.Size(1094, 22);
|
||||
@@ -411,14 +413,14 @@
|
||||
// 목록ToolStripMenuItem
|
||||
//
|
||||
this.목록ToolStripMenuItem.Name = "목록ToolStripMenuItem";
|
||||
this.목록ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.목록ToolStripMenuItem.Size = new System.Drawing.Size(120, 24);
|
||||
this.목록ToolStripMenuItem.Text = "목록";
|
||||
this.목록ToolStripMenuItem.Click += new System.EventHandler(this.목록ToolStripMenuItem_Click);
|
||||
//
|
||||
// layoutToolStripMenuItem
|
||||
//
|
||||
this.layoutToolStripMenuItem.Name = "layoutToolStripMenuItem";
|
||||
this.layoutToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
||||
this.layoutToolStripMenuItem.Size = new System.Drawing.Size(120, 24);
|
||||
this.layoutToolStripMenuItem.Text = "Layout";
|
||||
this.layoutToolStripMenuItem.Click += new System.EventHandler(this.layoutToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -1108,6 +1110,12 @@
|
||||
this.toolStripButton3.ToolTipText = "휴가신청";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// toolStripStatusLabel1
|
||||
//
|
||||
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 17);
|
||||
this.toolStripStatusLabel1.Text = "MAIL";
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -1253,6 +1261,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem cR구매ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem sPR구매ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user