namespace Project
{
    partial class fMain
    {
        /// 
        /// 필수 디자이너 변수입니다.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// 사용 중인 모든 리소스를 정리합니다.
        /// 
        /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form 디자이너에서 생성한 코드
        /// 
        /// 디자이너 지원에 필요한 메서드입니다. 
        /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
        /// 
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMain));
            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.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();
            this.sbLogin = new System.Windows.Forms.ToolStripStatusLabel();
            this.btModel = new System.Windows.Forms.ToolStripMenuItem();
            this.btHistory = new System.Windows.Forms.ToolStripMenuItem();
            this.btSetting = new System.Windows.Forms.ToolStripMenuItem();
            this.btLog = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.codeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.commonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.itemsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.inventoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.codesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lineCodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.boardsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.freeBoardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bugReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.todoListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.managementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.equipmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.importEquipmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.equipmentReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.staffToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip = new System.Windows.Forms.ToolStrip();
            this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.printPreviewToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tbpProject = new System.Windows.Forms.ToolStripButton();
            this.staffGridToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cmVision.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.toolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // tmDisplay
            // 
            this.tmDisplay.Interval = 300;
            this.tmDisplay.Tick += new System.EventHandler(this.tmDisplay_Tick);
            // 
            // bw
            // 
            this.bw.WorkerReportsProgress = true;
            this.bw.WorkerSupportsCancellation = true;
            this.bw.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bw_DoWork);
            // 
            // cmVision
            // 
            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);
            // 
            // 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";
            // 
            // sbBWRun
            // 
            this.sbBWRun.Name = "sbBWRun";
            this.sbBWRun.Size = new System.Drawing.Size(19, 17);
            this.sbBWRun.Text = "●";
            // 
            // sbBCD
            // 
            this.sbBCD.Name = "sbBCD";
            this.sbBCD.Size = new System.Drawing.Size(11, 17);
            this.sbBCD.Text = " ";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.sbBWRun,
            this.sbBCD,
            this.sbLogin});
            this.statusStrip1.Location = new System.Drawing.Point(1, 644);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1035, 22);
            this.statusStrip1.TabIndex = 30;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // sbLogin
            // 
            this.sbLogin.Name = "sbLogin";
            this.sbLogin.Size = new System.Drawing.Size(50, 17);
            this.sbLogin.Text = "{LOGIN}";
            // 
            // btModel
            // 
            this.btModel.Enabled = false;
            this.btModel.Name = "btModel";
            this.btModel.Size = new System.Drawing.Size(53, 20);
            this.btModel.Text = "Model";
            this.btModel.Click += new System.EventHandler(this.modelToolStripMenuItem_Click);
            // 
            // btHistory
            // 
            this.btHistory.Enabled = false;
            this.btHistory.Name = "btHistory";
            this.btHistory.Size = new System.Drawing.Size(57, 20);
            this.btHistory.Text = "History";
            this.btHistory.Click += new System.EventHandler(this.historyToolStripMenuItem_Click);
            // 
            // btSetting
            // 
            this.btSetting.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.btSetting.Name = "btSetting";
            this.btSetting.Size = new System.Drawing.Size(57, 20);
            this.btSetting.Text = "Setting";
            this.btSetting.Click += new System.EventHandler(this.settingToolStripMenuItem_Click);
            // 
            // btLog
            // 
            this.btLog.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.btLog.Name = "btLog";
            this.btLog.Size = new System.Drawing.Size(39, 20);
            this.btLog.Text = "Log";
            this.btLog.Click += new System.EventHandler(this.logToolStripMenuItem_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btModel,
            this.btHistory,
            this.btSetting,
            this.btLog,
            this.settingToolStripMenuItem,
            this.projectToolStripMenuItem,
            this.commonToolStripMenuItem,
            this.boardsToolStripMenuItem,
            this.managementToolStripMenuItem,
            this.infoToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(1, 1);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1035, 24);
            this.menuStrip1.TabIndex = 29;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // settingToolStripMenuItem
            // 
            this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.userToolStripMenuItem,
            this.codeToolStripMenuItem});
            this.settingToolStripMenuItem.Enabled = false;
            this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
            this.settingToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
            this.settingToolStripMenuItem.Text = "Setting";
            // 
            // userToolStripMenuItem
            // 
            this.userToolStripMenuItem.Name = "userToolStripMenuItem";
            this.userToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
            this.userToolStripMenuItem.Text = "User";
            // 
            // codeToolStripMenuItem
            // 
            this.codeToolStripMenuItem.Name = "codeToolStripMenuItem";
            this.codeToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
            this.codeToolStripMenuItem.Text = "Code";
            // 
            // projectToolStripMenuItem
            // 
            this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.listToolStripMenuItem});
            this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
            this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
            this.projectToolStripMenuItem.Text = "Project";
            // 
            // listToolStripMenuItem
            // 
            this.listToolStripMenuItem.Name = "listToolStripMenuItem";
            this.listToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.listToolStripMenuItem.Text = "List";
            this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
            // 
            // commonToolStripMenuItem
            // 
            this.commonToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.itemsToolStripMenuItem,
            this.inventoryToolStripMenuItem,
            this.codesToolStripMenuItem,
            this.lineCodeToolStripMenuItem,
            this.staffGridToolStripMenuItem});
            this.commonToolStripMenuItem.Name = "commonToolStripMenuItem";
            this.commonToolStripMenuItem.Size = new System.Drawing.Size(70, 20);
            this.commonToolStripMenuItem.Text = "Common";
            // 
            // itemsToolStripMenuItem
            // 
            this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem";
            this.itemsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.itemsToolStripMenuItem.Text = "Items";
            this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click);
            // 
            // inventoryToolStripMenuItem
            // 
            this.inventoryToolStripMenuItem.Name = "inventoryToolStripMenuItem";
            this.inventoryToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.inventoryToolStripMenuItem.Text = "Inventory";
            this.inventoryToolStripMenuItem.Click += new System.EventHandler(this.inventoryToolStripMenuItem_Click);
            // 
            // codesToolStripMenuItem
            // 
            this.codesToolStripMenuItem.Enabled = false;
            this.codesToolStripMenuItem.Name = "codesToolStripMenuItem";
            this.codesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.codesToolStripMenuItem.Text = "Codes";
            // 
            // lineCodeToolStripMenuItem
            // 
            this.lineCodeToolStripMenuItem.Name = "lineCodeToolStripMenuItem";
            this.lineCodeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.lineCodeToolStripMenuItem.Text = "Line Code";
            this.lineCodeToolStripMenuItem.Click += new System.EventHandler(this.lineCodeToolStripMenuItem_Click);
            // 
            // boardsToolStripMenuItem
            // 
            this.boardsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.freeBoardToolStripMenuItem,
            this.bugReportToolStripMenuItem,
            this.todoListToolStripMenuItem});
            this.boardsToolStripMenuItem.Name = "boardsToolStripMenuItem";
            this.boardsToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
            this.boardsToolStripMenuItem.Text = "Boards";
            // 
            // freeBoardToolStripMenuItem
            // 
            this.freeBoardToolStripMenuItem.Enabled = false;
            this.freeBoardToolStripMenuItem.Name = "freeBoardToolStripMenuItem";
            this.freeBoardToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.freeBoardToolStripMenuItem.Text = "Free Board";
            // 
            // bugReportToolStripMenuItem
            // 
            this.bugReportToolStripMenuItem.Enabled = false;
            this.bugReportToolStripMenuItem.Name = "bugReportToolStripMenuItem";
            this.bugReportToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.bugReportToolStripMenuItem.Text = "Bug Report";
            // 
            // todoListToolStripMenuItem
            // 
            this.todoListToolStripMenuItem.Enabled = false;
            this.todoListToolStripMenuItem.Name = "todoListToolStripMenuItem";
            this.todoListToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.todoListToolStripMenuItem.Text = "Todo List";
            // 
            // managementToolStripMenuItem
            // 
            this.managementToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.equipmentToolStripMenuItem,
            this.importEquipmentToolStripMenuItem,
            this.equipmentReportToolStripMenuItem});
            this.managementToolStripMenuItem.Name = "managementToolStripMenuItem";
            this.managementToolStripMenuItem.Size = new System.Drawing.Size(90, 20);
            this.managementToolStripMenuItem.Text = "Management";
            // 
            // equipmentToolStripMenuItem
            // 
            this.equipmentToolStripMenuItem.Name = "equipmentToolStripMenuItem";
            this.equipmentToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.equipmentToolStripMenuItem.Text = "Equipment";
            this.equipmentToolStripMenuItem.Click += new System.EventHandler(this.equipmentToolStripMenuItem_Click);
            // 
            // importEquipmentToolStripMenuItem
            // 
            this.importEquipmentToolStripMenuItem.Name = "importEquipmentToolStripMenuItem";
            this.importEquipmentToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.importEquipmentToolStripMenuItem.Text = "Import Equipment";
            this.importEquipmentToolStripMenuItem.Click += new System.EventHandler(this.importEquipmentToolStripMenuItem_Click);
            // 
            // equipmentReportToolStripMenuItem
            // 
            this.equipmentReportToolStripMenuItem.Name = "equipmentReportToolStripMenuItem";
            this.equipmentReportToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.equipmentReportToolStripMenuItem.Text = "Equipment Report";
            this.equipmentReportToolStripMenuItem.Click += new System.EventHandler(this.equipmentReportToolStripMenuItem_Click);
            // 
            // infoToolStripMenuItem
            // 
            this.infoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.staffToolStripMenuItem});
            this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
            this.infoToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            this.infoToolStripMenuItem.Text = "Info";
            // 
            // staffToolStripMenuItem
            // 
            this.staffToolStripMenuItem.Name = "staffToolStripMenuItem";
            this.staffToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
            this.staffToolStripMenuItem.Text = "Staff";
            // 
            // toolStrip
            // 
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripButton,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.toolStripSeparator1,
            this.printToolStripButton,
            this.printPreviewToolStripButton,
            this.toolStripSeparator2,
            this.tbpProject});
            this.toolStrip.Location = new System.Drawing.Point(1, 25);
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Size = new System.Drawing.Size(1035, 25);
            this.toolStrip.TabIndex = 32;
            this.toolStrip.Text = "ToolStrip";
            // 
            // newToolStripButton
            // 
            this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
            this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.newToolStripButton.Name = "newToolStripButton";
            this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.newToolStripButton.Text = "새로 만들기";
            // 
            // openToolStripButton
            // 
            this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
            this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.openToolStripButton.Name = "openToolStripButton";
            this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.openToolStripButton.Text = "열기";
            // 
            // saveToolStripButton
            // 
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveToolStripButton.Text = "저장";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // printToolStripButton
            // 
            this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
            this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.printToolStripButton.Name = "printToolStripButton";
            this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printToolStripButton.Text = "인쇄";
            // 
            // printPreviewToolStripButton
            // 
            this.printPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printPreviewToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripButton.Image")));
            this.printPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.printPreviewToolStripButton.Name = "printPreviewToolStripButton";
            this.printPreviewToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printPreviewToolStripButton.Text = "인쇄 미리 보기";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tbpProject
            // 
            this.tbpProject.Image = ((System.Drawing.Image)(resources.GetObject("tbpProject.Image")));
            this.tbpProject.ImageTransparentColor = System.Drawing.Color.Black;
            this.tbpProject.Name = "tbpProject";
            this.tbpProject.Size = new System.Drawing.Size(64, 22);
            this.tbpProject.Text = "Project";
            this.tbpProject.Click += new System.EventHandler(this.helpToolStripButton_Click);
            // 
            // staffGridToolStripMenuItem
            // 
            this.staffGridToolStripMenuItem.Name = "staffGridToolStripMenuItem";
            this.staffGridToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.staffGridToolStripMenuItem.Text = "Staff Grid";
            this.staffGridToolStripMenuItem.Click += new System.EventHandler(this.staffGridToolStripMenuItem_Click);
            // 
            // 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.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";
            this.Padding = new System.Windows.Forms.Padding(1, 1, 1, 3);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.@__Load);
            this.cmVision.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        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.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;
        private System.Windows.Forms.ToolStripMenuItem btModel;
        private System.Windows.Forms.ToolStripMenuItem btHistory;
        private System.Windows.Forms.ToolStripMenuItem btSetting;
        private System.Windows.Forms.ToolStripMenuItem btLog;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStrip toolStrip;
        private System.Windows.Forms.ToolStripButton newToolStripButton;
        private System.Windows.Forms.ToolStripButton openToolStripButton;
        private System.Windows.Forms.ToolStripButton saveToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton printToolStripButton;
        private System.Windows.Forms.ToolStripButton printPreviewToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton tbpProject;
        private System.Windows.Forms.ToolStripMenuItem settingToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem userToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem codeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem commonToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem itemsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem inventoryToolStripMenuItem;
        private System.Windows.Forms.ToolStripStatusLabel sbLogin;
        private System.Windows.Forms.ToolStripMenuItem codesToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem boardsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem freeBoardToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem bugReportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem todoListToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem managementToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem equipmentToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem importEquipmentToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem equipmentReportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem lineCodeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem staffToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem staffGridToolStripMenuItem;
    }
}