181210 chi NR구매등록시 이미지 표시 및 추가 기능
NR구매목록에서 권한 없는 사람이 더블클릭으로 편집할 수 있는 버그 수정
This commit is contained in:
199
Project/fMain.Designer.cs
generated
199
Project/fMain.Designer.cs
generated
@@ -33,12 +33,8 @@
|
||||
this.tmDisplay = new System.Windows.Forms.Timer(this.components);
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.bw = new System.ComponentModel.BackgroundWorker();
|
||||
this.cmVision = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.cmTab = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.clearShapeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.clerROIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.sbBWRun = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.sbBCD = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
@@ -58,7 +54,6 @@
|
||||
this.myAccouserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.aDSUserListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.customerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.lineCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.staffGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mailFormToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -74,6 +69,8 @@
|
||||
this.dataFOLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.dataMoldEOLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.dataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.라인코드관리ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.personalInventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.nRPurchaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.windowsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -91,10 +88,17 @@
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
||||
this.cmVision.SuspendLayout();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
|
||||
this.cmTab.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.toolStrip.SuspendLayout();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.toolStripContainer1.ContentPanel.SuspendLayout();
|
||||
this.toolStripContainer1.LeftToolStripPanel.SuspendLayout();
|
||||
this.toolStripContainer1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tmDisplay
|
||||
@@ -108,46 +112,18 @@
|
||||
this.bw.WorkerSupportsCancellation = true;
|
||||
this.bw.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bw_DoWork);
|
||||
//
|
||||
// cmVision
|
||||
// cmTab
|
||||
//
|
||||
this.cmVision.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.saveImageToolStripMenuItem,
|
||||
this.clearShapeToolStripMenuItem,
|
||||
this.clerROIToolStripMenuItem,
|
||||
this.debugToolStripMenuItem,
|
||||
this.testToolStripMenuItem});
|
||||
this.cmVision.Name = "cmVision";
|
||||
this.cmVision.Size = new System.Drawing.Size(139, 114);
|
||||
this.cmTab.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.saveImageToolStripMenuItem});
|
||||
this.cmTab.Name = "cmVision";
|
||||
this.cmTab.Size = new System.Drawing.Size(99, 26);
|
||||
//
|
||||
// saveImageToolStripMenuItem
|
||||
//
|
||||
this.saveImageToolStripMenuItem.Name = "saveImageToolStripMenuItem";
|
||||
this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
|
||||
this.saveImageToolStripMenuItem.Text = "Save Image";
|
||||
//
|
||||
// clearShapeToolStripMenuItem
|
||||
//
|
||||
this.clearShapeToolStripMenuItem.Name = "clearShapeToolStripMenuItem";
|
||||
this.clearShapeToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
|
||||
this.clearShapeToolStripMenuItem.Text = "Clear Shape";
|
||||
//
|
||||
// clerROIToolStripMenuItem
|
||||
//
|
||||
this.clerROIToolStripMenuItem.Name = "clerROIToolStripMenuItem";
|
||||
this.clerROIToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
|
||||
this.clerROIToolStripMenuItem.Text = "Cler ROI";
|
||||
//
|
||||
// debugToolStripMenuItem
|
||||
//
|
||||
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
|
||||
this.debugToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
|
||||
this.debugToolStripMenuItem.Text = "Debug";
|
||||
//
|
||||
// testToolStripMenuItem
|
||||
//
|
||||
this.testToolStripMenuItem.Name = "testToolStripMenuItem";
|
||||
this.testToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
|
||||
this.testToolStripMenuItem.Text = "Test";
|
||||
this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
|
||||
this.saveImageToolStripMenuItem.Text = "닫기";
|
||||
//
|
||||
// sbBWRun
|
||||
//
|
||||
@@ -168,9 +144,9 @@
|
||||
this.sbRedis,
|
||||
this.sbBCD,
|
||||
this.sbLogin});
|
||||
this.statusStrip1.Location = new System.Drawing.Point(1, 644);
|
||||
this.statusStrip1.Location = new System.Drawing.Point(1, 622);
|
||||
this.statusStrip1.Name = "statusStrip1";
|
||||
this.statusStrip1.Size = new System.Drawing.Size(1035, 22);
|
||||
this.statusStrip1.Size = new System.Drawing.Size(1034, 22);
|
||||
this.statusStrip1.TabIndex = 30;
|
||||
this.statusStrip1.Text = "statusStrip1";
|
||||
//
|
||||
@@ -218,7 +194,7 @@
|
||||
this.menuStrip1.Location = new System.Drawing.Point(1, 1);
|
||||
this.menuStrip1.MdiWindowListItem = this.windowsMenu;
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Size = new System.Drawing.Size(1035, 27);
|
||||
this.menuStrip1.Size = new System.Drawing.Size(1034, 27);
|
||||
this.menuStrip1.TabIndex = 29;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
//
|
||||
@@ -253,7 +229,6 @@
|
||||
this.codesToolStripMenuItem,
|
||||
this.userInfoToolStripMenuItem,
|
||||
this.customerToolStripMenuItem,
|
||||
this.lineCodeToolStripMenuItem,
|
||||
this.toolStripMenuItem1,
|
||||
this.staffGridToolStripMenuItem,
|
||||
this.mailFormToolStripMenuItem});
|
||||
@@ -264,14 +239,14 @@
|
||||
// itemsToolStripMenuItem
|
||||
//
|
||||
this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem";
|
||||
this.itemsToolStripMenuItem.Size = new System.Drawing.Size(156, 24);
|
||||
this.itemsToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
|
||||
this.itemsToolStripMenuItem.Text = "품목";
|
||||
this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click);
|
||||
//
|
||||
// codesToolStripMenuItem
|
||||
//
|
||||
this.codesToolStripMenuItem.Name = "codesToolStripMenuItem";
|
||||
this.codesToolStripMenuItem.Size = new System.Drawing.Size(156, 24);
|
||||
this.codesToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
|
||||
this.codesToolStripMenuItem.Text = "공용코드";
|
||||
this.codesToolStripMenuItem.Click += new System.EventHandler(this.codesToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -282,9 +257,8 @@
|
||||
this.myAccouserToolStripMenuItem,
|
||||
this.aDSUserListToolStripMenuItem});
|
||||
this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem";
|
||||
this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(156, 24);
|
||||
this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
|
||||
this.userInfoToolStripMenuItem.Text = "사용자";
|
||||
this.userInfoToolStripMenuItem.Click += new System.EventHandler(this.userInfoToolStripMenuItem_Click);
|
||||
//
|
||||
// userAccountToolStripMenuItem
|
||||
//
|
||||
@@ -311,27 +285,20 @@
|
||||
// customerToolStripMenuItem
|
||||
//
|
||||
this.customerToolStripMenuItem.Name = "customerToolStripMenuItem";
|
||||
this.customerToolStripMenuItem.Size = new System.Drawing.Size(156, 24);
|
||||
this.customerToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
|
||||
this.customerToolStripMenuItem.Text = "업체정보";
|
||||
this.customerToolStripMenuItem.Click += new System.EventHandler(this.customerToolStripMenuItem_Click);
|
||||
//
|
||||
// lineCodeToolStripMenuItem
|
||||
//
|
||||
this.lineCodeToolStripMenuItem.Name = "lineCodeToolStripMenuItem";
|
||||
this.lineCodeToolStripMenuItem.Size = new System.Drawing.Size(156, 24);
|
||||
this.lineCodeToolStripMenuItem.Text = "라인코드";
|
||||
this.lineCodeToolStripMenuItem.Click += new System.EventHandler(this.lineCodeToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem1
|
||||
//
|
||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(153, 6);
|
||||
this.toolStripMenuItem1.Size = new System.Drawing.Size(136, 6);
|
||||
//
|
||||
// staffGridToolStripMenuItem
|
||||
//
|
||||
this.staffGridToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
|
||||
this.staffGridToolStripMenuItem.Name = "staffGridToolStripMenuItem";
|
||||
this.staffGridToolStripMenuItem.Size = new System.Drawing.Size(156, 24);
|
||||
this.staffGridToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
|
||||
this.staffGridToolStripMenuItem.Text = "Staff Grid";
|
||||
this.staffGridToolStripMenuItem.Click += new System.EventHandler(this.staffGridToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -339,7 +306,7 @@
|
||||
//
|
||||
this.mailFormToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
|
||||
this.mailFormToolStripMenuItem.Name = "mailFormToolStripMenuItem";
|
||||
this.mailFormToolStripMenuItem.Size = new System.Drawing.Size(156, 24);
|
||||
this.mailFormToolStripMenuItem.Size = new System.Drawing.Size(139, 24);
|
||||
this.mailFormToolStripMenuItem.Text = "메일 양식";
|
||||
this.mailFormToolStripMenuItem.Click += new System.EventHandler(this.mailFormToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -416,33 +383,46 @@
|
||||
this.equipmentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.dataFOLToolStripMenuItem,
|
||||
this.dataMoldEOLToolStripMenuItem,
|
||||
this.dataToolStripMenuItem});
|
||||
this.dataToolStripMenuItem,
|
||||
this.toolStripMenuItem2,
|
||||
this.라인코드관리ToolStripMenuItem});
|
||||
this.equipmentToolStripMenuItem.Name = "equipmentToolStripMenuItem";
|
||||
this.equipmentToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
|
||||
this.equipmentToolStripMenuItem.Text = "장비 목록";
|
||||
this.equipmentToolStripMenuItem.Click += new System.EventHandler(this.equipmentToolStripMenuItem_Click);
|
||||
//
|
||||
// dataFOLToolStripMenuItem
|
||||
//
|
||||
this.dataFOLToolStripMenuItem.Name = "dataFOLToolStripMenuItem";
|
||||
this.dataFOLToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
|
||||
this.dataFOLToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
|
||||
this.dataFOLToolStripMenuItem.Text = "FOL";
|
||||
this.dataFOLToolStripMenuItem.Click += new System.EventHandler(this.dataFOLToolStripMenuItem_Click);
|
||||
//
|
||||
// dataMoldEOLToolStripMenuItem
|
||||
//
|
||||
this.dataMoldEOLToolStripMenuItem.Name = "dataMoldEOLToolStripMenuItem";
|
||||
this.dataMoldEOLToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
|
||||
this.dataMoldEOLToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
|
||||
this.dataMoldEOLToolStripMenuItem.Text = "MOLD & EOL";
|
||||
this.dataMoldEOLToolStripMenuItem.Click += new System.EventHandler(this.dataMoldEOLToolStripMenuItem_Click);
|
||||
//
|
||||
// dataToolStripMenuItem
|
||||
//
|
||||
this.dataToolStripMenuItem.Name = "dataToolStripMenuItem";
|
||||
this.dataToolStripMenuItem.Size = new System.Drawing.Size(154, 24);
|
||||
this.dataToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
|
||||
this.dataToolStripMenuItem.Text = "BUMP";
|
||||
this.dataToolStripMenuItem.Click += new System.EventHandler(this.dataToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
//
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(159, 6);
|
||||
//
|
||||
// 라인코드관리ToolStripMenuItem
|
||||
//
|
||||
this.라인코드관리ToolStripMenuItem.Name = "라인코드관리ToolStripMenuItem";
|
||||
this.라인코드관리ToolStripMenuItem.Size = new System.Drawing.Size(162, 24);
|
||||
this.라인코드관리ToolStripMenuItem.Text = "라인코드관리";
|
||||
this.라인코드관리ToolStripMenuItem.Click += new System.EventHandler(this.라인코드관리ToolStripMenuItem_Click);
|
||||
//
|
||||
// personalInventoryToolStripMenuItem
|
||||
//
|
||||
this.personalInventoryToolStripMenuItem.ForeColor = System.Drawing.Color.HotPink;
|
||||
@@ -540,15 +520,16 @@
|
||||
//
|
||||
// toolStrip
|
||||
//
|
||||
this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this.toolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripButton1,
|
||||
this.toolStripButton2,
|
||||
this.toolStripButton3,
|
||||
this.toolStripButton4});
|
||||
this.toolStrip.Location = new System.Drawing.Point(1, 28);
|
||||
this.toolStrip.Location = new System.Drawing.Point(0, 4);
|
||||
this.toolStrip.Name = "toolStrip";
|
||||
this.toolStrip.Size = new System.Drawing.Size(1035, 27);
|
||||
this.toolStrip.Size = new System.Drawing.Size(25, 119);
|
||||
this.toolStrip.TabIndex = 32;
|
||||
this.toolStrip.Text = "ToolStrip";
|
||||
//
|
||||
@@ -558,7 +539,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(24, 24);
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(23, 24);
|
||||
this.toolStripButton1.Text = "메일전송";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
@@ -568,7 +549,7 @@
|
||||
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton2.Name = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(24, 24);
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(23, 24);
|
||||
this.toolStripButton2.Text = "구매신청";
|
||||
this.toolStripButton2.ToolTipText = "파트구매신청서 작성";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||
@@ -579,7 +560,7 @@
|
||||
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
||||
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton3.Name = "toolStripButton3";
|
||||
this.toolStripButton3.Size = new System.Drawing.Size(24, 24);
|
||||
this.toolStripButton3.Size = new System.Drawing.Size(23, 24);
|
||||
this.toolStripButton3.Text = "toolStripButton3";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
@@ -589,21 +570,67 @@
|
||||
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
|
||||
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton4.Name = "toolStripButton4";
|
||||
this.toolStripButton4.Size = new System.Drawing.Size(24, 24);
|
||||
this.toolStripButton4.Size = new System.Drawing.Size(23, 24);
|
||||
this.toolStripButton4.Text = "toolStripButton4";
|
||||
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControl1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControl1.Multiline = true;
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.ShowToolTips = true;
|
||||
this.tabControl1.Size = new System.Drawing.Size(1009, 594);
|
||||
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
||||
this.tabControl1.TabIndex = 34;
|
||||
this.tabControl1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tabControl1_DrawItem);
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.BackColor = System.Drawing.Color.LightGray;
|
||||
this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||||
this.tabPage1.ContextMenuStrip = this.cmTab;
|
||||
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, 561);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "요약";
|
||||
//
|
||||
// toolStripContainer1
|
||||
//
|
||||
//
|
||||
// toolStripContainer1.ContentPanel
|
||||
//
|
||||
this.toolStripContainer1.ContentPanel.Controls.Add(this.tabControl1);
|
||||
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1009, 594);
|
||||
this.toolStripContainer1.ContentPanel.Load += new System.EventHandler(this.toolStripContainer1_ContentPanel_Load);
|
||||
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
//
|
||||
// toolStripContainer1.LeftToolStripPanel
|
||||
//
|
||||
this.toolStripContainer1.LeftToolStripPanel.Controls.Add(this.toolStrip);
|
||||
this.toolStripContainer1.Location = new System.Drawing.Point(1, 28);
|
||||
this.toolStripContainer1.Name = "toolStripContainer1";
|
||||
this.toolStripContainer1.Size = new System.Drawing.Size(1034, 594);
|
||||
this.toolStripContainer1.TabIndex = 35;
|
||||
this.toolStripContainer1.Text = "toolStripContainer1";
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.ClientSize = new System.Drawing.Size(1037, 669);
|
||||
this.Controls.Add(this.toolStrip);
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.ClientSize = new System.Drawing.Size(1036, 647);
|
||||
this.Controls.Add(this.toolStripContainer1);
|
||||
this.Controls.Add(this.menuStrip1);
|
||||
this.Controls.Add(this.statusStrip1);
|
||||
this.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.IsMdiContainer = true;
|
||||
this.KeyPreview = true;
|
||||
this.MainMenuStrip = this.menuStrip1;
|
||||
this.Name = "fMain";
|
||||
@@ -611,13 +638,19 @@
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = " ";
|
||||
this.Load += new System.EventHandler(this.@__Load);
|
||||
this.cmVision.ResumeLayout(false);
|
||||
this.cmTab.ResumeLayout(false);
|
||||
this.statusStrip1.ResumeLayout(false);
|
||||
this.statusStrip1.PerformLayout();
|
||||
this.menuStrip1.ResumeLayout(false);
|
||||
this.menuStrip1.PerformLayout();
|
||||
this.toolStrip.ResumeLayout(false);
|
||||
this.toolStrip.PerformLayout();
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
|
||||
this.toolStripContainer1.LeftToolStripPanel.ResumeLayout(false);
|
||||
this.toolStripContainer1.LeftToolStripPanel.PerformLayout();
|
||||
this.toolStripContainer1.ResumeLayout(false);
|
||||
this.toolStripContainer1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -628,12 +661,8 @@
|
||||
private System.Windows.Forms.Timer tmDisplay;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
private System.ComponentModel.BackgroundWorker bw;
|
||||
private System.Windows.Forms.ContextMenuStrip cmVision;
|
||||
private System.Windows.Forms.ContextMenuStrip cmTab;
|
||||
private System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem clearShapeToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem clerROIToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripStatusLabel sbBWRun;
|
||||
private System.Windows.Forms.ToolStripStatusLabel sbBCD;
|
||||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||||
@@ -653,7 +682,6 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem todoListToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem managementToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem equipmentToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem lineCodeToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem staffGridToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem dataToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem dataFOLToolStripMenuItem;
|
||||
@@ -686,6 +714,11 @@
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
||||
private System.Windows.Forms.ToolStripMenuItem customerImportToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
||||
private System.Windows.Forms.TabControl tabControl1;
|
||||
private System.Windows.Forms.TabPage tabPage1;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
||||
private System.Windows.Forms.ToolStripMenuItem 라인코드관리ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user