/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbxPrinterType = new System.Windows.Forms.ComboBox();
     this.lvQPMInfo = new WindowControls.HBPMS.ListDataView();
     this.qpm_iRecordID = new System.Windows.Forms.ColumnHeader();
     this.qpm_cProblemCode = new System.Windows.Forms.ColumnHeader();
     this.qpm_cProblemName = new System.Windows.Forms.ColumnHeader();
     this.qpm_cProblemTypeName = new System.Windows.Forms.ColumnHeader();
     this.qpm_iPredictedTime = new System.Windows.Forms.ColumnHeader();
     this.qpm_cSuggestedTechnique = new System.Windows.Forms.ColumnHeader();
     this.qpm_lIsActive = new System.Windows.Forms.ColumnHeader();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = true;
     this.SysToolBar.BtnExit_IsUsed = true;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(982, 25);
     this.SysToolBar.TabIndex = 7;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.cbxPrinterType);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 25);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(982, 51);
     this.panel2.TabIndex = 8;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(138, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "品檢質量主檔";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 29);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "機台類型";
     //
     // cbxPrinterType
     //
     this.cbxPrinterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxPrinterType.FormattingEnabled = true;
     this.cbxPrinterType.Location = new System.Drawing.Point(73, 26);
     this.cbxPrinterType.Name = "cbxPrinterType";
     this.cbxPrinterType.Size = new System.Drawing.Size(121, 20);
     this.cbxPrinterType.TabIndex = 2;
     this.cbxPrinterType.SelectedIndexChanged += new System.EventHandler(this.cbxPrinterType_SelectedIndexChanged);
     //
     // lvQPMInfo
     //
     this.lvQPMInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.qpm_iRecordID,
     this.qpm_cProblemCode,
     this.qpm_cProblemName,
     this.qpm_cProblemTypeName,
     this.qpm_iPredictedTime,
     this.qpm_cSuggestedTechnique,
     this.qpm_lIsActive});
     this.lvQPMInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvQPMInfo.Font = new System.Drawing.Font("宋体", 12F);
     this.lvQPMInfo.FullRowSelect = true;
     this.lvQPMInfo.GridLines = true;
     this.lvQPMInfo.LineAfter = -1;
     this.lvQPMInfo.LineBefore = -1;
     this.lvQPMInfo.Location = new System.Drawing.Point(0, 76);
     this.lvQPMInfo.MultiSelect = false;
     this.lvQPMInfo.Name = "lvQPMInfo";
     this.lvQPMInfo.Size = new System.Drawing.Size(982, 459);
     this.lvQPMInfo.TabIndex = 9;
     this.lvQPMInfo.UseCompatibleStateImageBehavior = false;
     this.lvQPMInfo.View = System.Windows.Forms.View.Details;
     this.lvQPMInfo.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvQPMInfo_MouseDoubleClick);
     this.lvQPMInfo.SelectedIndexChanged += new System.EventHandler(this.lvQPMInfo_SelectedIndexChanged);
     //
     // qpm_iRecordID
     //
     this.qpm_iRecordID.Tag = "qpm_iRecordID";
     this.qpm_iRecordID.Text = "問題ID";
     this.qpm_iRecordID.Width = 100;
     //
     // qpm_cProblemCode
     //
     this.qpm_cProblemCode.Tag = "qpm_cProblemCode";
     this.qpm_cProblemCode.Text = "問題編碼";
     this.qpm_cProblemCode.Width = 100;
     //
     // qpm_cProblemName
     //
     this.qpm_cProblemName.Tag = "qpm_cProblemName";
     this.qpm_cProblemName.Text = "問題名稱";
     this.qpm_cProblemName.Width = 150;
     //
     // qpm_cProblemTypeName
     //
     this.qpm_cProblemTypeName.Tag = "qpm_cProblemTypeName";
     this.qpm_cProblemTypeName.Text = "問題分類";
     this.qpm_cProblemTypeName.Width = 150;
     //
     // qpm_iPredictedTime
     //
     this.qpm_iPredictedTime.Tag = "qpm_iPredictedTime";
     this.qpm_iPredictedTime.Text = "預計時間(分鐘)";
     this.qpm_iPredictedTime.Width = 157;
     //
     // qpm_cSuggestedTechnique
     //
     this.qpm_cSuggestedTechnique.Tag = "qpm_cSuggestedTechnique";
     this.qpm_cSuggestedTechnique.Text = "建議的處理方法";
     this.qpm_cSuggestedTechnique.Width = 250;
     //
     // qpm_lIsActive
     //
     this.qpm_lIsActive.Tag = "IsActiveChiness";
     this.qpm_lIsActive.Text = "是否有效";
     this.qpm_lIsActive.Width = 200;
     //
     // ProjectQualityCheck
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(982, 535);
     this.Controls.Add(this.lvQPMInfo);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.SysToolBar);
     this.Name = "ProjectQualityCheck";
     this.Text = "品檢質量主檔";
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.txtAreaCode = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtAreaName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lvInfo = new WindowControls.HBPMS.ListDataView();
     this.amr_cRecordID = new System.Windows.Forms.ColumnHeader();
     this.amr_cAreaCode = new System.Windows.Forms.ColumnHeader();
     this.amr_cAreaName = new System.Windows.Forms.ColumnHeader();
     this.amr_cAreaLocation = new System.Windows.Forms.ColumnHeader();
     this.amr_cPublicInstitution = new System.Windows.Forms.ColumnHeader();
     this.amr_cDescription = new System.Windows.Forms.ColumnHeader();
     this.amr_lIsDeleted = new System.Windows.Forms.ColumnHeader();
     this.amr_dUpdateTime = new System.Windows.Forms.ColumnHeader();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = false;
     this.SysToolBar.BtnExit_IsUsed = false;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(732, 25);
     this.SysToolBar.TabIndex = 5;
     this.SysToolBar.OnItemDelete_Click += new WindowControls.HBPMS.SystemToolBar.ItemDelete_Click(this.SysToolBar_OnItemDelete_Click);
     this.SysToolBar.OnItemRefresh_Click += new WindowControls.HBPMS.SystemToolBar.ItemRefresh_Click(this.SysToolBar_OnItemRefresh_Click);
     this.SysToolBar.OnItemDetail_Click += new WindowControls.HBPMS.SystemToolBar.ItemDetail_Click(this.SysToolBar_OnItemDetail_Click);
     this.SysToolBar.OnItemModify_Click += new WindowControls.HBPMS.SystemToolBar.ItemModify_Click(this.SysToolBar_OnItemModify_Click);
     this.SysToolBar.OnItemExit_Click += new WindowControls.HBPMS.SystemToolBar.ItemExit_Click(this.SysToolBar_OnItemExit_Click);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.txtAreaCode);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.txtAreaName);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(732, 52);
     this.panel1.TabIndex = 6;
     //
     // txtAreaCode
     //
     this.txtAreaCode.Location = new System.Drawing.Point(137, 24);
     this.txtAreaCode.Name = "txtAreaCode";
     this.txtAreaCode.Size = new System.Drawing.Size(137, 21);
     this.txtAreaCode.TabIndex = 5;
     this.txtAreaCode.TextChanged += new System.EventHandler(this.txtStaffNO_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(73, 29);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(53, 12);
     this.label4.TabIndex = 4;
     this.label4.Text = "區域編號";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(292, 29);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 3;
     this.label3.Text = "區域名稱";
     //
     // txtAreaName
     //
     this.txtAreaName.Location = new System.Drawing.Point(363, 24);
     this.txtAreaName.Name = "txtAreaName";
     this.txtAreaName.Size = new System.Drawing.Size(161, 21);
     this.txtAreaName.TabIndex = 2;
     this.txtAreaName.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 29);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "搜索";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(138, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "機台區域主檔";
     //
     // lvInfo
     //
     this.lvInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.amr_cRecordID,
     this.amr_cAreaCode,
     this.amr_cAreaName,
     this.amr_cAreaLocation,
     this.amr_cPublicInstitution,
     this.amr_cDescription,
     this.amr_lIsDeleted,
     this.amr_dUpdateTime});
     this.lvInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvInfo.FullRowSelect = true;
     this.lvInfo.GridLines = true;
     this.lvInfo.LineAfter = -1;
     this.lvInfo.LineBefore = -1;
     this.lvInfo.Location = new System.Drawing.Point(0, 77);
     this.lvInfo.MultiSelect = false;
     this.lvInfo.Name = "lvInfo";
     this.lvInfo.Size = new System.Drawing.Size(732, 324);
     this.lvInfo.TabIndex = 7;
     this.lvInfo.UseCompatibleStateImageBehavior = false;
     this.lvInfo.View = System.Windows.Forms.View.Details;
     this.lvInfo.SelectedIndexChanged += new System.EventHandler(this.lvInfo_SelectedIndexChanged);
     this.lvInfo.DoubleClick += new System.EventHandler(this.lvInfo_DoubleClick);
     //
     // amr_cRecordID
     //
     this.amr_cRecordID.Tag = "amr_cRecordID";
     this.amr_cRecordID.Text = "ID";
     this.amr_cRecordID.Width = 0;
     //
     // amr_cAreaCode
     //
     this.amr_cAreaCode.Tag = "amr_cAreaCode";
     this.amr_cAreaCode.Text = "區域編號";
     this.amr_cAreaCode.Width = 120;
     //
     // amr_cAreaName
     //
     this.amr_cAreaName.Tag = "amr_cAreaName";
     this.amr_cAreaName.Text = "區域名稱";
     this.amr_cAreaName.Width = 100;
     //
     // amr_cAreaLocation
     //
     this.amr_cAreaLocation.Tag = "amr_cAreaLocation";
     this.amr_cAreaLocation.Text = "區域地址";
     this.amr_cAreaLocation.Width = 100;
     //
     // amr_cPublicInstitution
     //
     this.amr_cPublicInstitution.Tag = "amr_cPublicInstitution";
     this.amr_cPublicInstitution.Text = "事業單位";
     this.amr_cPublicInstitution.Width = 80;
     //
     // amr_cDescription
     //
     this.amr_cDescription.Tag = "amr_cDescription";
     this.amr_cDescription.Text = "描述";
     this.amr_cDescription.Width = 80;
     //
     // amr_lIsDeleted
     //
     this.amr_lIsDeleted.Tag = "amr_lIsDeleted";
     this.amr_lIsDeleted.Text = "";
     this.amr_lIsDeleted.Width = 0;
     //
     // amr_dUpdateTime
     //
     this.amr_dUpdateTime.Tag = "amr_dUpdateTime";
     this.amr_dUpdateTime.Text = "";
     this.amr_dUpdateTime.Width = 0;
     //
     // MachineAreaMaster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(732, 401);
     this.Controls.Add(this.lvInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "MachineAreaMaster";
     this.TabText = "機台區域主檔";
     this.Text = "機台區域主檔";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel2 = new System.Windows.Forms.Panel();
     this.lvInfo = new WindowControls.HBPMS.ListDataView();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.panel5 = new System.Windows.Forms.Panel();
     this.lbArea = new System.Windows.Forms.ListBox();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lbItem = new System.Windows.Forms.ListBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.labArea = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel2.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lvInfo);
     this.panel2.Controls.Add(this.tabControl1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 77);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(682, 333);
     this.panel2.TabIndex = 8;
     //
     // lvInfo
     //
     this.lvInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvInfo.FullRowSelect = true;
     this.lvInfo.GridLines = true;
     this.lvInfo.LineAfter = -1;
     this.lvInfo.LineBefore = -1;
     this.lvInfo.Location = new System.Drawing.Point(183, 0);
     this.lvInfo.MultiSelect = false;
     this.lvInfo.Name = "lvInfo";
     this.lvInfo.Size = new System.Drawing.Size(499, 333);
     this.lvInfo.TabIndex = 1;
     this.lvInfo.UseCompatibleStateImageBehavior = false;
     this.lvInfo.View = System.Windows.Forms.View.Details;
     this.lvInfo.DoubleClick += new System.EventHandler(this.lvInfo_DoubleClick);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Left;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(183, 333);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.panel5);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(175, 307);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "區域";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.lbArea);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(3, 3);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(169, 301);
     this.panel5.TabIndex = 0;
     //
     // lbArea
     //
     this.lbArea.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbArea.FormattingEnabled = true;
     this.lbArea.ItemHeight = 12;
     this.lbArea.Location = new System.Drawing.Point(0, 0);
     this.lbArea.Name = "lbArea";
     this.lbArea.Size = new System.Drawing.Size(169, 292);
     this.lbArea.TabIndex = 4;
     this.lbArea.SelectedIndexChanged += new System.EventHandler(this.lbArea_SelectedIndexChanged);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.panel4);
     this.tabPage2.Controls.Add(this.panel3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(175, 307);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "印刷機";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lbItem);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(3, 34);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(169, 270);
     this.panel4.TabIndex = 4;
     //
     // lbItem
     //
     this.lbItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbItem.FormattingEnabled = true;
     this.lbItem.ItemHeight = 12;
     this.lbItem.Location = new System.Drawing.Point(0, 0);
     this.lbItem.Name = "lbItem";
     this.lbItem.Size = new System.Drawing.Size(169, 268);
     this.lbItem.TabIndex = 3;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.labArea);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(3, 3);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(169, 31);
     this.panel3.TabIndex = 3;
     //
     // labArea
     //
     this.labArea.AutoSize = true;
     this.labArea.Location = new System.Drawing.Point(45, 7);
     this.labArea.Name = "labArea";
     this.labArea.Size = new System.Drawing.Size(0, 12);
     this.labArea.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 7);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 0;
     this.label2.Text = "區域";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(96, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "提前下班";
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(682, 52);
     this.panel1.TabIndex = 7;
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = true;
     this.SysToolBar.BtnExit_IsUsed = true;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(682, 25);
     this.SysToolBar.TabIndex = 6;
     this.SysToolBar.OnItemRefresh_Click += new WindowControls.HBPMS.SystemToolBar.ItemRefresh_Click(this.SysToolBar_OnItemRefresh_Click);
     this.SysToolBar.OnItemExit_Click += new WindowControls.HBPMS.SystemToolBar.ItemExit_Click(this.SysToolBar_OnItemExit_Click);
     //
     // AdvanceOffWork
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(682, 410);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "AdvanceOffWork";
     this.Text = "提前下班";
     this.panel2.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.lvInfo = new WindowControls.HBPMS.ListDataView();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = true;
     this.SysToolBar.BtnExit_IsUsed = true;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(677, 25);
     this.SysToolBar.TabIndex = 7;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(677, 52);
     this.panel1.TabIndex = 8;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(96, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "通告管理";
     //
     // lvInfo
     //
     this.lvInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvInfo.FullRowSelect = true;
     this.lvInfo.GridLines = true;
     this.lvInfo.LineAfter = -1;
     this.lvInfo.LineBefore = -1;
     this.lvInfo.Location = new System.Drawing.Point(0, 77);
     this.lvInfo.MultiSelect = false;
     this.lvInfo.Name = "lvInfo";
     this.lvInfo.Size = new System.Drawing.Size(677, 372);
     this.lvInfo.TabIndex = 9;
     this.lvInfo.UseCompatibleStateImageBehavior = false;
     this.lvInfo.View = System.Windows.Forms.View.Details;
     this.lvInfo.SelectedIndexChanged += new System.EventHandler(this.lvInfo_SelectedIndexChanged);
     this.lvInfo.DoubleClick += new System.EventHandler(this.lvInfo_DoubleClick);
     //
     // NoticeManage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(677, 449);
     this.Controls.Add(this.lvInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "NoticeManage";
     this.Text = "通告管理";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.lvInfo = new WindowControls.HBPMS.ListDataView();
     this.iRecordID = new System.Windows.Forms.ColumnHeader();
     this.cWGTName = new System.Windows.Forms.ColumnHeader();
     this.cDescription = new System.Windows.Forms.ColumnHeader();
     this.lIsAtive = new System.Windows.Forms.ColumnHeader();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = true;
     this.SysToolBar.BtnExit_IsUsed = true;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(508, 25);
     this.SysToolBar.TabIndex = 5;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(508, 52);
     this.panel1.TabIndex = 6;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(159, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "工作組類型主檔";
     //
     // lvInfo
     //
     this.lvInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.iRecordID,
     this.cWGTName,
     this.cDescription,
     this.lIsAtive});
     this.lvInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvInfo.FullRowSelect = true;
     this.lvInfo.GridLines = true;
     this.lvInfo.LineAfter = -1;
     this.lvInfo.LineBefore = -1;
     this.lvInfo.Location = new System.Drawing.Point(0, 77);
     this.lvInfo.MultiSelect = false;
     this.lvInfo.Name = "lvInfo";
     this.lvInfo.Size = new System.Drawing.Size(508, 267);
     this.lvInfo.TabIndex = 7;
     this.lvInfo.UseCompatibleStateImageBehavior = false;
     this.lvInfo.View = System.Windows.Forms.View.Details;
     this.lvInfo.DoubleClick += new System.EventHandler(this.lvInfo_DoubleClick);
     //
     // iRecordID
     //
     this.iRecordID.Tag = "wgt_iRecordID";
     this.iRecordID.Text = "工作組類型ID";
     this.iRecordID.Width = 120;
     //
     // cWGTName
     //
     this.cWGTName.Tag = "wgt_cWGTName";
     this.cWGTName.Text = "工作組類型名稱";
     this.cWGTName.Width = 130;
     //
     // cDescription
     //
     this.cDescription.Tag = "wgt_cDescription";
     this.cDescription.Text = "描述";
     this.cDescription.Width = 200;
     //
     // lIsAtive
     //
     this.lIsAtive.Tag = "IsActiveChiness";
     this.lIsAtive.Text = "是否有效";
     this.lIsAtive.Width = 127;
     //
     // WorkingGroup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(508, 344);
     this.Controls.Add(this.lvInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "WorkingGroup";
     this.Text = "工作組類型主檔";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label5 = new System.Windows.Forms.Label();
     this.cboArea = new System.Windows.Forms.ComboBox();
     this.txtMachineCode = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtMachineName = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.lvInfo = new WindowControls.HBPMS.ListDataView();
     this.mmt_cMachineID = new System.Windows.Forms.ColumnHeader();
     this.mmt_cMachineID2 = new System.Windows.Forms.ColumnHeader();
     this.mmt_cMachineName = new System.Windows.Forms.ColumnHeader();
     this.cAreaName = new System.Windows.Forms.ColumnHeader();
     this.mmt_cAreaID = new System.Windows.Forms.ColumnHeader();
     this.mmt_cLocation = new System.Windows.Forms.ColumnHeader();
     this.mmt_cPressCode = new System.Windows.Forms.ColumnHeader();
     this.MachineTypeName = new System.Windows.Forms.ColumnHeader();
     this.mmt_cModel = new System.Windows.Forms.ColumnHeader();
     this.mmt_iMaxPaperSizeL = new System.Windows.Forms.ColumnHeader();
     this.mmt_iMaxPaperSizeW = new System.Windows.Forms.ColumnHeader();
     this.mmt_iMinPaperSizeL = new System.Windows.Forms.ColumnHeader();
     this.mmt_iMinPaperSizeW = new System.Windows.Forms.ColumnHeader();
     this.mmt_iIsPublic = new System.Windows.Forms.ColumnHeader();
     this.mmt_lActive = new System.Windows.Forms.ColumnHeader();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = false;
     this.SysToolBar.BtnExit_IsUsed = false;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(1202, 25);
     this.SysToolBar.TabIndex = 5;
     this.SysToolBar.OnItemDelete_Click += new WindowControls.HBPMS.SystemToolBar.ItemDelete_Click(this.SysToolBar_OnItemDelete_Click);
     this.SysToolBar.OnItemRefresh_Click += new WindowControls.HBPMS.SystemToolBar.ItemRefresh_Click(this.SysToolBar_OnItemRefresh_Click);
     this.SysToolBar.OnItemDetail_Click += new WindowControls.HBPMS.SystemToolBar.ItemDetail_Click(this.SysToolBar_OnItemDetail_Click);
     this.SysToolBar.OnItemModify_Click += new WindowControls.HBPMS.SystemToolBar.ItemModify_Click(this.SysToolBar_OnItemModify_Click);
     this.SysToolBar.OnItemExit_Click += new WindowControls.HBPMS.SystemToolBar.ItemExit_Click(this.SysToolBar_OnItemExit_Click);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.cboArea);
     this.panel1.Controls.Add(this.txtMachineCode);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.txtMachineName);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1202, 52);
     this.panel1.TabIndex = 6;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(530, 28);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 12);
     this.label5.TabIndex = 9;
     this.label5.Text = "區域名稱";
     //
     // cboArea
     //
     this.cboArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboArea.FormattingEnabled = true;
     this.cboArea.Location = new System.Drawing.Point(601, 24);
     this.cboArea.Name = "cboArea";
     this.cboArea.Size = new System.Drawing.Size(239, 20);
     this.cboArea.TabIndex = 10;
     this.cboArea.SelectedIndexChanged += new System.EventHandler(this.cboArea_SelectedIndexChanged);
     //
     // txtMachineCode
     //
     this.txtMachineCode.Location = new System.Drawing.Point(154, 24);
     this.txtMachineCode.Name = "txtMachineCode";
     this.txtMachineCode.Size = new System.Drawing.Size(136, 21);
     this.txtMachineCode.TabIndex = 5;
     this.txtMachineCode.TextChanged += new System.EventHandler(this.txtMachineCode_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(95, 28);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(41, 12);
     this.label4.TabIndex = 4;
     this.label4.Text = "機台ID";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(308, 28);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 3;
     this.label3.Text = "機台名稱";
     //
     // txtMachineName
     //
     this.txtMachineName.Location = new System.Drawing.Point(379, 24);
     this.txtMachineName.Name = "txtMachineName";
     this.txtMachineName.Size = new System.Drawing.Size(133, 21);
     this.txtMachineName.TabIndex = 2;
     this.txtMachineName.TextChanged += new System.EventHandler(this.txtMachineName_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(5, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(96, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "機台主檔";
     //
     // lvInfo
     //
     this.lvInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.mmt_cMachineID,
     this.mmt_cMachineID2,
     this.mmt_cMachineName,
     this.cAreaName,
     this.mmt_cAreaID,
     this.mmt_cLocation,
     this.mmt_cPressCode,
     this.MachineTypeName,
     this.mmt_cModel,
     this.mmt_iMaxPaperSizeL,
     this.mmt_iMaxPaperSizeW,
     this.mmt_iMinPaperSizeL,
     this.mmt_iMinPaperSizeW,
     this.mmt_iIsPublic,
     this.mmt_lActive});
     this.lvInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvInfo.FullRowSelect = true;
     this.lvInfo.GridLines = true;
     this.lvInfo.LineAfter = -1;
     this.lvInfo.LineBefore = -1;
     this.lvInfo.Location = new System.Drawing.Point(0, 77);
     this.lvInfo.MultiSelect = false;
     this.lvInfo.Name = "lvInfo";
     this.lvInfo.Size = new System.Drawing.Size(1202, 474);
     this.lvInfo.TabIndex = 7;
     this.lvInfo.UseCompatibleStateImageBehavior = false;
     this.lvInfo.View = System.Windows.Forms.View.Details;
     this.lvInfo.SelectedIndexChanged += new System.EventHandler(this.lvInfo_SelectedIndexChanged);
     this.lvInfo.DoubleClick += new System.EventHandler(this.lvInfo_DoubleClick);
     //
     // mmt_cMachineID
     //
     this.mmt_cMachineID.Tag = "mmt_cMachineID";
     this.mmt_cMachineID.Text = "機台ID";
     this.mmt_cMachineID.Width = 100;
     //
     // mmt_cMachineID2
     //
     this.mmt_cMachineID2.Tag = "mmt_cMachineID";
     this.mmt_cMachineID2.Text = "機台身份證";
     this.mmt_cMachineID2.Width = 80;
     //
     // mmt_cMachineName
     //
     this.mmt_cMachineName.Tag = "mmt_cMachineName";
     this.mmt_cMachineName.Text = "機台名稱";
     this.mmt_cMachineName.Width = 100;
     //
     // cAreaName
     //
     this.cAreaName.Tag = "cAreaName";
     this.cAreaName.Text = "區域名稱";
     this.cAreaName.Width = 100;
     //
     // mmt_cAreaID
     //
     this.mmt_cAreaID.Tag = "mmt_cAreaID";
     this.mmt_cAreaID.Text = "區域ID";
     this.mmt_cAreaID.Width = 0;
     //
     // mmt_cLocation
     //
     this.mmt_cLocation.Tag = "mmt_cLocation";
     this.mmt_cLocation.Text = "機台位置";
     this.mmt_cLocation.Width = 100;
     //
     // mmt_cPressCode
     //
     this.mmt_cPressCode.Tag = "mmt_cPressCode";
     this.mmt_cPressCode.Text = "機台編號";
     this.mmt_cPressCode.Width = 100;
     //
     // MachineTypeName
     //
     this.MachineTypeName.Tag = "MachineTypeName";
     this.MachineTypeName.Text = "機台類型";
     this.MachineTypeName.Width = 80;
     //
     // mmt_cModel
     //
     this.mmt_cModel.Tag = "mmt_cModel";
     this.mmt_cModel.Text = "機台型號";
     this.mmt_cModel.Width = 80;
     //
     // mmt_iMaxPaperSizeL
     //
     this.mmt_iMaxPaperSizeL.Tag = "mmt_iMaxPaperSizeL";
     this.mmt_iMaxPaperSizeL.Text = "最大上機長度";
     this.mmt_iMaxPaperSizeL.Width = 100;
     //
     // mmt_iMaxPaperSizeW
     //
     this.mmt_iMaxPaperSizeW.Tag = "mmt_iMaxPaperSizeW";
     this.mmt_iMaxPaperSizeW.Text = "最大上機闊度";
     this.mmt_iMaxPaperSizeW.Width = 100;
     //
     // mmt_iMinPaperSizeL
     //
     this.mmt_iMinPaperSizeL.Tag = "mmt_iMinPaperSizeL";
     this.mmt_iMinPaperSizeL.Text = "最小上機長度";
     this.mmt_iMinPaperSizeL.Width = 100;
     //
     // mmt_iMinPaperSizeW
     //
     this.mmt_iMinPaperSizeW.Tag = "mmt_iMinPaperSizeW";
     this.mmt_iMinPaperSizeW.Text = "最小上機闊度";
     this.mmt_iMinPaperSizeW.Width = 100;
     //
     // mmt_iIsPublic
     //
     this.mmt_iIsPublic.Tag = "IsPublic";
     this.mmt_iIsPublic.Text = "公共機";
     this.mmt_iIsPublic.Width = 80;
     //
     // mmt_lActive
     //
     this.mmt_lActive.Tag = "IsActive";
     this.mmt_lActive.Text = "有效";
     //
     // MachineMaster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1202, 551);
     this.Controls.Add(this.lvInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "MachineMaster";
     this.TabText = "機台主檔";
     this.Text = "機台主檔";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbxPrinterType = new System.Windows.Forms.ComboBox();
     this.lvInfo = new WindowControls.HBPMS.ListDataView();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = true;
     this.SysToolBar.BtnExit_IsUsed = true;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(636, 25);
     this.SysToolBar.TabIndex = 6;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.cbxPrinterType);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 25);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(636, 52);
     this.panel2.TabIndex = 7;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(138, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "保養動作主檔";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 29);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "機台類型";
     //
     // cbxPrinterType
     //
     this.cbxPrinterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxPrinterType.FormattingEnabled = true;
     this.cbxPrinterType.Location = new System.Drawing.Point(73, 26);
     this.cbxPrinterType.Name = "cbxPrinterType";
     this.cbxPrinterType.Size = new System.Drawing.Size(121, 20);
     this.cbxPrinterType.TabIndex = 2;
     this.cbxPrinterType.SelectedIndexChanged += new System.EventHandler(this.cbxPrinterType_SelectedIndexChanged);
     //
     // lvInfo
     //
     this.lvInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvInfo.FullRowSelect = true;
     this.lvInfo.GridLines = true;
     this.lvInfo.LineAfter = -1;
     this.lvInfo.LineBefore = -1;
     this.lvInfo.Location = new System.Drawing.Point(0, 77);
     this.lvInfo.MultiSelect = false;
     this.lvInfo.Name = "lvInfo";
     this.lvInfo.Size = new System.Drawing.Size(636, 296);
     this.lvInfo.TabIndex = 0;
     this.lvInfo.UseCompatibleStateImageBehavior = false;
     this.lvInfo.View = System.Windows.Forms.View.Details;
     this.lvInfo.SelectedIndexChanged += new System.EventHandler(this.lvInfo_SelectedIndexChanged);
     this.lvInfo.DoubleClick += new System.EventHandler(this.lvInfo_DoubleClick);
     //
     // MaintenanceInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(636, 373);
     this.Controls.Add(this.lvInfo);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.SysToolBar);
     this.Name = "MaintenanceInfo";
     this.Text = "保養動作主檔";
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbxPrinterType = new System.Windows.Forms.ComboBox();
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.btnUP = new System.Windows.Forms.Button();
     this.btnDOWN = new System.Windows.Forms.Button();
     this.lvInfo = new WindowControls.HBPMS.ListDataView();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.上移ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.下移ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(180, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "工程準備項目主檔";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 29);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "機台類型";
     //
     // cbxPrinterType
     //
     this.cbxPrinterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxPrinterType.FormattingEnabled = true;
     this.cbxPrinterType.Location = new System.Drawing.Point(73, 26);
     this.cbxPrinterType.Name = "cbxPrinterType";
     this.cbxPrinterType.Size = new System.Drawing.Size(121, 20);
     this.cbxPrinterType.TabIndex = 2;
     this.cbxPrinterType.SelectedIndexChanged += new System.EventHandler(this.cbxPrinterType_SelectedIndexChanged);
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = true;
     this.SysToolBar.BtnExit_IsUsed = true;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(642, 25);
     this.SysToolBar.TabIndex = 4;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.btnUP);
     this.panel1.Controls.Add(this.btnDOWN);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.cbxPrinterType);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(642, 52);
     this.panel1.TabIndex = 5;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(474, 29);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(89, 12);
     this.label3.TabIndex = 5;
     this.label3.Text = "調整項目順序:";
     //
     // btnUP
     //
     this.btnUP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUP.BackgroundImage = global::WindowUI.HBManagerTerminal.Properties.Resources.up;
     this.btnUP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.btnUP.Location = new System.Drawing.Point(568, 23);
     this.btnUP.Name = "btnUP";
     this.btnUP.Size = new System.Drawing.Size(28, 23);
     this.btnUP.TabIndex = 4;
     this.btnUP.UseVisualStyleBackColor = true;
     this.btnUP.Click += new System.EventHandler(this.btnUP_Click);
     //
     // btnDOWN
     //
     this.btnDOWN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDOWN.BackgroundImage = global::WindowUI.HBManagerTerminal.Properties.Resources.down;
     this.btnDOWN.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.btnDOWN.Location = new System.Drawing.Point(602, 23);
     this.btnDOWN.Name = "btnDOWN";
     this.btnDOWN.Size = new System.Drawing.Size(28, 23);
     this.btnDOWN.TabIndex = 3;
     this.btnDOWN.UseVisualStyleBackColor = true;
     this.btnDOWN.Click += new System.EventHandler(this.btnDOWN_Click);
     //
     // lvInfo
     //
     this.lvInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvInfo.FullRowSelect = true;
     this.lvInfo.GridLines = true;
     this.lvInfo.LineAfter = -1;
     this.lvInfo.LineBefore = -1;
     this.lvInfo.Location = new System.Drawing.Point(0, 77);
     this.lvInfo.MultiSelect = false;
     this.lvInfo.Name = "lvInfo";
     this.lvInfo.Size = new System.Drawing.Size(642, 395);
     this.lvInfo.TabIndex = 6;
     this.lvInfo.UseCompatibleStateImageBehavior = false;
     this.lvInfo.View = System.Windows.Forms.View.Details;
     this.lvInfo.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvInfo_MouseClick);
     this.lvInfo.SelectedIndexChanged += new System.EventHandler(this.lvInfo_SelectedIndexChanged);
     this.lvInfo.DoubleClick += new System.EventHandler(this.lvInfo_DoubleClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.上移ToolStripMenuItem,
     this.下移ToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
     this.contextMenuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStrip1_ItemClicked);
     //
     // 上移ToolStripMenuItem
     //
     this.上移ToolStripMenuItem.Image = global::WindowUI.HBManagerTerminal.Properties.Resources.up;
     this.上移ToolStripMenuItem.Name = "上移ToolStripMenuItem";
     this.上移ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.上移ToolStripMenuItem.Tag = "UP";
     this.上移ToolStripMenuItem.Text = "上移";
     //
     // 下移ToolStripMenuItem
     //
     this.下移ToolStripMenuItem.Image = global::WindowUI.HBManagerTerminal.Properties.Resources.down;
     this.下移ToolStripMenuItem.Name = "下移ToolStripMenuItem";
     this.下移ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
     this.下移ToolStripMenuItem.Tag = "DOWN";
     this.下移ToolStripMenuItem.Text = "下移";
     //
     // PrepareJob
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(642, 472);
     this.Controls.Add(this.lvInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "PrepareJob";
     this.Text = "工程準備項目主檔";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.txtStaffNO = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtStaffName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lvInfo = new WindowControls.HBPMS.ListDataView();
     this.sim_iRecordID = new System.Windows.Forms.ColumnHeader();
     this.sim_cStaffName = new System.Windows.Forms.ColumnHeader();
     this.sim_cStaffNo = new System.Windows.Forms.ColumnHeader();
     this.sim_cDescription = new System.Windows.Forms.ColumnHeader();
     this.sim_lIsCaptain = new System.Windows.Forms.ColumnHeader();
     this.sim_lIsAtive = new System.Windows.Forms.ColumnHeader();
     this.sim_cMachineName = new System.Windows.Forms.ColumnHeader();
     this.sim_cMachineID = new System.Windows.Forms.ColumnHeader();
     this.AreaName = new System.Windows.Forms.ColumnHeader();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = false;
     this.SysToolBar.BtnDelete_IsUsed = false;
     this.SysToolBar.BtnDetail_IsEnabled = false;
     this.SysToolBar.BtnDetail_IsUsed = false;
     this.SysToolBar.BtnExit_IsEnabled = false;
     this.SysToolBar.BtnExit_IsUsed = false;
     this.SysToolBar.BtnModify_IsEnabled = false;
     this.SysToolBar.BtnModify_IsUsed = false;
     this.SysToolBar.BtnNew_IsEnabled = false;
     this.SysToolBar.BtnNew_IsUsed = false;
     this.SysToolBar.BtnRefresh_IsEnabled = false;
     this.SysToolBar.BtnRefresh_IsUsed = false;
     this.SysToolBar.BtnSave_IsEnabled = false;
     this.SysToolBar.BtnSave_IsUsed = false;
     this.SysToolBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.SysToolBar.Location = new System.Drawing.Point(0, 0);
     this.SysToolBar.Name = "SysToolBar";
     this.SysToolBar.Size = new System.Drawing.Size(732, 25);
     this.SysToolBar.TabIndex = 5;
     this.SysToolBar.OnItemDelete_Click += new WindowControls.HBPMS.SystemToolBar.ItemDelete_Click(this.SysToolBar_OnItemDelete_Click);
     this.SysToolBar.OnItemRefresh_Click += new WindowControls.HBPMS.SystemToolBar.ItemRefresh_Click(this.SysToolBar_OnItemRefresh_Click);
     this.SysToolBar.OnItemDetail_Click += new WindowControls.HBPMS.SystemToolBar.ItemDetail_Click(this.SysToolBar_OnItemDetail_Click);
     this.SysToolBar.OnItemModify_Click += new WindowControls.HBPMS.SystemToolBar.ItemModify_Click(this.SysToolBar_OnItemModify_Click);
     this.SysToolBar.OnItemExit_Click += new WindowControls.HBPMS.SystemToolBar.ItemExit_Click(this.SysToolBar_OnItemExit_Click);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.txtStaffNO);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.txtStaffName);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(732, 52);
     this.panel1.TabIndex = 6;
     //
     // txtStaffNO
     //
     this.txtStaffNO.Location = new System.Drawing.Point(277, 24);
     this.txtStaffNO.Name = "txtStaffNO";
     this.txtStaffNO.Size = new System.Drawing.Size(64, 21);
     this.txtStaffNO.TabIndex = 5;
     this.txtStaffNO.TextChanged += new System.EventHandler(this.txtStaffNO_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(242, 29);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 4;
     this.label4.Text = "工號";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(58, 29);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(77, 12);
     this.label3.TabIndex = 3;
     this.label3.Text = "工作人員名稱";
     //
     // txtStaffName
     //
     this.txtStaffName.Location = new System.Drawing.Point(141, 24);
     this.txtStaffName.Name = "txtStaffName";
     this.txtStaffName.Size = new System.Drawing.Size(76, 21);
     this.txtStaffName.TabIndex = 2;
     this.txtStaffName.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 29);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 1;
     this.label2.Text = "搜索";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(138, 25);
     this.label1.TabIndex = 0;
     this.label1.Text = "工作人員主檔";
     //
     // lvInfo
     //
     this.lvInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.sim_iRecordID,
     this.sim_cStaffName,
     this.sim_cStaffNo,
     this.sim_cDescription,
     this.sim_lIsCaptain,
     this.sim_lIsAtive,
     this.sim_cMachineName,
     this.sim_cMachineID,
     this.AreaName});
     this.lvInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvInfo.FullRowSelect = true;
     this.lvInfo.GridLines = true;
     this.lvInfo.LineAfter = -1;
     this.lvInfo.LineBefore = -1;
     this.lvInfo.Location = new System.Drawing.Point(0, 77);
     this.lvInfo.MultiSelect = false;
     this.lvInfo.Name = "lvInfo";
     this.lvInfo.Size = new System.Drawing.Size(732, 324);
     this.lvInfo.TabIndex = 7;
     this.lvInfo.UseCompatibleStateImageBehavior = false;
     this.lvInfo.View = System.Windows.Forms.View.Details;
     this.lvInfo.SelectedIndexChanged += new System.EventHandler(this.lvInfo_SelectedIndexChanged);
     this.lvInfo.DoubleClick += new System.EventHandler(this.lvInfo_DoubleClick);
     //
     // sim_iRecordID
     //
     this.sim_iRecordID.Tag = "sim_iRecordID";
     this.sim_iRecordID.Text = "ID";
     this.sim_iRecordID.Width = 0;
     //
     // sim_cStaffName
     //
     this.sim_cStaffName.Tag = "sim_cStaffName";
     this.sim_cStaffName.Text = "工作人員名稱";
     this.sim_cStaffName.Width = 120;
     //
     // sim_cStaffNo
     //
     this.sim_cStaffNo.Tag = "sim_cStaffNo";
     this.sim_cStaffNo.Text = "工號";
     this.sim_cStaffNo.Width = 100;
     //
     // sim_cDescription
     //
     this.sim_cDescription.Tag = "sim_cDescription";
     this.sim_cDescription.Text = "描述";
     this.sim_cDescription.Width = 100;
     //
     // sim_lIsCaptain
     //
     this.sim_lIsCaptain.Tag = "IsCaptainChiness";
     this.sim_lIsCaptain.Text = "是否機長";
     this.sim_lIsCaptain.Width = 80;
     //
     // sim_lIsAtive
     //
     this.sim_lIsAtive.Tag = "IsActiveChiness";
     this.sim_lIsAtive.Text = "是否有效";
     this.sim_lIsAtive.Width = 80;
     //
     // sim_cMachineName
     //
     this.sim_cMachineName.Tag = "sim_cMachineName";
     this.sim_cMachineName.Text = "所負責印刷機";
     this.sim_cMachineName.Width = 300;
     //
     // sim_cMachineID
     //
     this.sim_cMachineID.Tag = "sim_cMachineID";
     this.sim_cMachineID.Text = "機台ID";
     this.sim_cMachineID.Width = 100;
     //
     // AreaName
     //
     this.AreaName.Tag = "AreaName";
     this.AreaName.Text = "负责区域";
     this.AreaName.Width = 120;
     //
     // WorkingMan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(732, 401);
     this.Controls.Add(this.lvInfo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "WorkingMan";
     this.Text = "工作人員主檔";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }