메일 전송 폼 추가완료
This commit is contained in:
26
Project/fMain.Designer.cs
generated
26
Project/fMain.Designer.cs
generated
@@ -79,6 +79,7 @@
|
||||
this.라인코드관리ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.personalInventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.nRPurchaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.프로젝트ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.패치내역ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.btDev = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.purchaseImportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -89,7 +90,6 @@
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
|
||||
this.프로젝트ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStrip.SuspendLayout();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
@@ -117,7 +117,7 @@
|
||||
this.toolStripButton5});
|
||||
this.toolStrip.Location = new System.Drawing.Point(0, 4);
|
||||
this.toolStrip.Name = "toolStrip";
|
||||
this.toolStrip.Size = new System.Drawing.Size(25, 146);
|
||||
this.toolStrip.Size = new System.Drawing.Size(32, 165);
|
||||
this.toolStrip.TabIndex = 32;
|
||||
this.toolStrip.Text = "ToolStrip";
|
||||
this.toolTip1.SetToolTip(this.toolStrip, "NR파트 구매");
|
||||
@@ -128,7 +128,7 @@
|
||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(23, 24);
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(30, 24);
|
||||
this.toolStripButton1.Text = "메일전송";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
@@ -507,6 +507,13 @@
|
||||
this.nRPurchaseToolStripMenuItem.Text = "NR구매신청";
|
||||
this.nRPurchaseToolStripMenuItem.Click += new System.EventHandler(this.nRPurchaseToolStripMenuItem_Click);
|
||||
//
|
||||
// 프로젝트ToolStripMenuItem
|
||||
//
|
||||
this.프로젝트ToolStripMenuItem.Name = "프로젝트ToolStripMenuItem";
|
||||
this.프로젝트ToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
|
||||
this.프로젝트ToolStripMenuItem.Text = "프로젝트";
|
||||
this.프로젝트ToolStripMenuItem.Click += new System.EventHandler(this.프로젝트ToolStripMenuItem_Click);
|
||||
//
|
||||
// 패치내역ToolStripMenuItem
|
||||
//
|
||||
this.패치내역ToolStripMenuItem.Name = "패치내역ToolStripMenuItem";
|
||||
@@ -574,7 +581,7 @@
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.ShowToolTips = true;
|
||||
this.tabControl1.Size = new System.Drawing.Size(1009, 569);
|
||||
this.tabControl1.Size = new System.Drawing.Size(1002, 569);
|
||||
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
||||
this.tabControl1.TabIndex = 34;
|
||||
this.tabControl1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tabControl1_DrawItem);
|
||||
@@ -587,7 +594,7 @@
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 29);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(10);
|
||||
this.tabPage1.Size = new System.Drawing.Size(1001, 536);
|
||||
this.tabPage1.Size = new System.Drawing.Size(994, 536);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "요약";
|
||||
//
|
||||
@@ -597,7 +604,7 @@
|
||||
// toolStripContainer1.ContentPanel
|
||||
//
|
||||
this.toolStripContainer1.ContentPanel.Controls.Add(this.tabControl1);
|
||||
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1009, 569);
|
||||
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1002, 569);
|
||||
this.toolStripContainer1.ContentPanel.Load += new System.EventHandler(this.toolStripContainer1_ContentPanel_Load);
|
||||
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
//
|
||||
@@ -610,13 +617,6 @@
|
||||
this.toolStripContainer1.TabIndex = 35;
|
||||
this.toolStripContainer1.Text = "toolStripContainer1";
|
||||
//
|
||||
// 프로젝트ToolStripMenuItem
|
||||
//
|
||||
this.프로젝트ToolStripMenuItem.Name = "프로젝트ToolStripMenuItem";
|
||||
this.프로젝트ToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
|
||||
this.프로젝트ToolStripMenuItem.Text = "프로젝트";
|
||||
this.프로젝트ToolStripMenuItem.Click += new System.EventHandler(this.프로젝트ToolStripMenuItem_Click);
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
|
||||
Reference in New Issue
Block a user