/// <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.ppgQpmInfos = new System.Windows.Forms.PropertyGrid();
     this.SuspendLayout();
     //
     // sysToolBar
     //
     this.sysToolBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     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.Location = new System.Drawing.Point(0, 0);
     this.sysToolBar.Name = "sysToolBar";
     this.sysToolBar.Size = new System.Drawing.Size(664, 23);
     this.sysToolBar.TabIndex = 0;
     //
     // ppgQpmInfos
     //
     this.ppgQpmInfos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ppgQpmInfos.Font = new System.Drawing.Font("宋体", 12F);
     this.ppgQpmInfos.HelpVisible = false;
     this.ppgQpmInfos.Location = new System.Drawing.Point(0, 24);
     this.ppgQpmInfos.Name = "ppgQpmInfos";
     this.ppgQpmInfos.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.ppgQpmInfos.Size = new System.Drawing.Size(664, 339);
     this.ppgQpmInfos.TabIndex = 3;
     this.ppgQpmInfos.ToolbarVisible = false;
     this.ppgQpmInfos.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.ppgQpmInfos_PropertyValueChanged);
     //
     // ProjectQualityCheckAppSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(665, 365);
     this.Controls.Add(this.ppgQpmInfos);
     this.Controls.Add(this.sysToolBar);
     this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name = "ProjectQualityCheckAppSetting";
     this.Text = "品檢質量主檔";
     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.systemToolBar1 = new WindowControls.HBPMS.SystemToolBar();
     this.ppgList = new System.Windows.Forms.PropertyGrid();
     this.SuspendLayout();
     //
     // systemToolBar1
     //
     this.systemToolBar1.BtnDelete_IsEnabled = false;
     this.systemToolBar1.BtnDelete_IsUsed = false;
     this.systemToolBar1.BtnDetail_IsEnabled = false;
     this.systemToolBar1.BtnDetail_IsUsed = false;
     this.systemToolBar1.BtnExit_IsEnabled = true;
     this.systemToolBar1.BtnExit_IsUsed = true;
     this.systemToolBar1.BtnModify_IsEnabled = false;
     this.systemToolBar1.BtnModify_IsUsed = false;
     this.systemToolBar1.BtnNew_IsEnabled = false;
     this.systemToolBar1.BtnNew_IsUsed = false;
     this.systemToolBar1.BtnRefresh_IsEnabled = false;
     this.systemToolBar1.BtnRefresh_IsUsed = false;
     this.systemToolBar1.BtnSave_IsEnabled = false;
     this.systemToolBar1.BtnSave_IsUsed = true;
     this.systemToolBar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.systemToolBar1.Location = new System.Drawing.Point(0, 0);
     this.systemToolBar1.Name = "systemToolBar1";
     this.systemToolBar1.Size = new System.Drawing.Size(696, 25);
     this.systemToolBar1.TabIndex = 37;
     this.systemToolBar1.OnItemSave_Click += new WindowControls.HBPMS.SystemToolBar.ItemSave_Click(this.BtnSave_Click);
     this.systemToolBar1.OnItemExit_Click += new WindowControls.HBPMS.SystemToolBar.ItemExit_Click(this.BtnExit_Click);
     //
     // ppgList
     //
     this.ppgList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ppgList.HelpVisible = false;
     this.ppgList.Location = new System.Drawing.Point(0, 25);
     this.ppgList.Name = "ppgList";
     this.ppgList.Size = new System.Drawing.Size(696, 333);
     this.ppgList.TabIndex = 38;
     this.ppgList.ToolbarVisible = false;
     this.ppgList.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.ppgWorkMan_PropertyValueChanged);
     //
     // MachineAreaAppSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(696, 358);
     this.Controls.Add(this.ppgList);
     this.Controls.Add(this.systemToolBar1);
     this.Name = "MachineAreaAppSetting";
     this.TabText = "機台區域主檔";
     this.Text = "機台區域主檔";
     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.ppgWorkRelateProperty = new System.Windows.Forms.PropertyGrid();
     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(334, 25);
     this.SysToolBar.TabIndex = 20;
     //
     // ppgWorkRelateProperty
     //
     this.ppgWorkRelateProperty.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ppgWorkRelateProperty.HelpVisible = false;
     this.ppgWorkRelateProperty.Location = new System.Drawing.Point(0, 25);
     this.ppgWorkRelateProperty.Name = "ppgWorkRelateProperty";
     this.ppgWorkRelateProperty.Size = new System.Drawing.Size(334, 341);
     this.ppgWorkRelateProperty.TabIndex = 21;
     this.ppgWorkRelateProperty.ToolbarVisible = false;
     this.ppgWorkRelateProperty.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.ppgWorkRelateProperty_PropertyValueChanged);
     //
     // WorkRelateTypeAppSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(334, 366);
     this.Controls.Add(this.ppgWorkRelateProperty);
     this.Controls.Add(this.SysToolBar);
     this.Name = "WorkRelateTypeAppSetting";
     this.Text = "新增更次類型主檔";
     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.ppgPrepareJob = new System.Windows.Forms.PropertyGrid();
     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(659, 23);
     this.sysToolBar.TabIndex = 47;
     //
     // ppgPrepareJob
     //
     this.ppgPrepareJob.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ppgPrepareJob.HelpVisible = false;
     this.ppgPrepareJob.Location = new System.Drawing.Point(0, 23);
     this.ppgPrepareJob.Name = "ppgPrepareJob";
     this.ppgPrepareJob.PropertySort = System.Windows.Forms.PropertySort.Categorized;
     this.ppgPrepareJob.Size = new System.Drawing.Size(659, 393);
     this.ppgPrepareJob.TabIndex = 48;
     this.ppgPrepareJob.ToolbarVisible = false;
     //
     // PrepareJobAppSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(659, 416);
     this.Controls.Add(this.ppgPrepareJob);
     this.Controls.Add(this.sysToolBar);
     this.Name = "PrepareJobAppSetting";
     this.Text = "新增準備工程項目主檔";
     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.ppgWorkGroup = new System.Windows.Forms.PropertyGrid();
     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(328, 25);
     this.SysToolBar.TabIndex = 10;
     //
     // ppgWorkGroup
     //
     this.ppgWorkGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ppgWorkGroup.Font = new System.Drawing.Font("宋体", 10F);
     this.ppgWorkGroup.HelpVisible = false;
     this.ppgWorkGroup.Location = new System.Drawing.Point(0, 25);
     this.ppgWorkGroup.Name = "ppgWorkGroup";
     this.ppgWorkGroup.Size = new System.Drawing.Size(328, 257);
     this.ppgWorkGroup.TabIndex = 11;
     this.ppgWorkGroup.ToolbarVisible = false;
     //
     // WorkingGroupAppSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(328, 282);
     this.Controls.Add(this.ppgWorkGroup);
     this.Controls.Add(this.SysToolBar);
     this.Name = "WorkingGroupAppSetting";
     this.Text = "新增工作組類型主檔";
     this.ResumeLayout(false);
 }
示例#6
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.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.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);
 }
示例#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.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.systemToolBar1 = new WindowControls.HBPMS.SystemToolBar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.ppgWorkMan = new System.Windows.Forms.PropertyGrid();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // systemToolBar1
     //
     this.systemToolBar1.BtnDelete_IsEnabled = false;
     this.systemToolBar1.BtnDelete_IsUsed = false;
     this.systemToolBar1.BtnDetail_IsEnabled = false;
     this.systemToolBar1.BtnDetail_IsUsed = false;
     this.systemToolBar1.BtnExit_IsEnabled = true;
     this.systemToolBar1.BtnExit_IsUsed = true;
     this.systemToolBar1.BtnModify_IsEnabled = false;
     this.systemToolBar1.BtnModify_IsUsed = false;
     this.systemToolBar1.BtnNew_IsEnabled = false;
     this.systemToolBar1.BtnNew_IsUsed = false;
     this.systemToolBar1.BtnRefresh_IsEnabled = false;
     this.systemToolBar1.BtnRefresh_IsUsed = false;
     this.systemToolBar1.BtnSave_IsEnabled = false;
     this.systemToolBar1.BtnSave_IsUsed = true;
     this.systemToolBar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.systemToolBar1.Location = new System.Drawing.Point(0, 0);
     this.systemToolBar1.Name = "systemToolBar1";
     this.systemToolBar1.Size = new System.Drawing.Size(893, 25);
     this.systemToolBar1.TabIndex = 37;
     this.systemToolBar1.OnItemSave_Click += new WindowControls.HBPMS.SystemToolBar.ItemSave_Click(this.BtnSave_Click);
     this.systemToolBar1.OnItemExit_Click += new WindowControls.HBPMS.SystemToolBar.ItemExit_Click(this.BtnExit_Click);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.Controls.Add(this.ppgWorkMan);
     this.panel1.Location = new System.Drawing.Point(12, 31);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(852, 486);
     this.panel1.TabIndex = 39;
     //
     // ppgWorkMan
     //
     this.ppgWorkMan.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ppgWorkMan.HelpVisible = false;
     this.ppgWorkMan.Location = new System.Drawing.Point(8, 8);
     this.ppgWorkMan.Name = "ppgWorkMan";
     this.ppgWorkMan.Size = new System.Drawing.Size(830, 466);
     this.ppgWorkMan.TabIndex = 39;
     this.ppgWorkMan.ToolbarVisible = false;
     //
     // WorkingManAppSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(893, 529);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.systemToolBar1);
     this.Name = "WorkingManAppSetting";
     this.Text = "工作人員主檔";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#10
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);
 }
 /// <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.sysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.ofdFile = new System.Windows.Forms.OpenFileDialog();
     this.ppgMaintenanceInfo = new System.Windows.Forms.PropertyGrid();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.trvEqmipment = new System.Windows.Forms.TreeView();
     this.btnDelItem = new System.Windows.Forms.Button();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.lsvPlanEquipments = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.btnSyncItem = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.btnSyncTree = new System.Windows.Forms.Button();
     this.btnClearTree = new System.Windows.Forms.Button();
     this.bgWorkerSyncMachineList = new System.ComponentModel.BackgroundWorker();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     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(1302, 23);
     this.sysToolBar.TabIndex = 72;
     //
     // ofdFile
     //
     this.ofdFile.FileName = "openFileDialog1";
     //
     // ppgMaintenanceInfo
     //
     this.ppgMaintenanceInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ppgMaintenanceInfo.HelpVisible = false;
     this.ppgMaintenanceInfo.Location = new System.Drawing.Point(0, 0);
     this.ppgMaintenanceInfo.Name = "ppgMaintenanceInfo";
     this.ppgMaintenanceInfo.Size = new System.Drawing.Size(307, 609);
     this.ppgMaintenanceInfo.TabIndex = 73;
     this.ppgMaintenanceInfo.ToolbarVisible = false;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 23);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.ppgMaintenanceInfo);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(1302, 609);
     this.splitContainer1.SplitterDistance = 307;
     this.splitContainer1.TabIndex = 74;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.panel1);
     this.splitContainer2.Size = new System.Drawing.Size(991, 609);
     this.splitContainer2.SplitterDistance = 575;
     this.splitContainer2.TabIndex = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.trvEqmipment);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.btnDelItem);
     this.splitContainer3.Panel2.Controls.Add(this.groupBox3);
     this.splitContainer3.Panel2.Controls.Add(this.btnSyncItem);
     this.splitContainer3.Size = new System.Drawing.Size(991, 575);
     this.splitContainer3.SplitterDistance = 335;
     this.splitContainer3.TabIndex = 0;
     //
     // trvEqmipment
     //
     this.trvEqmipment.CheckBoxes = true;
     this.trvEqmipment.Dock = System.Windows.Forms.DockStyle.Fill;
     this.trvEqmipment.Location = new System.Drawing.Point(0, 0);
     this.trvEqmipment.Name = "trvEqmipment";
     this.trvEqmipment.Size = new System.Drawing.Size(335, 575);
     this.trvEqmipment.TabIndex = 1;
     //
     // btnDelItem
     //
     this.btnDelItem.Location = new System.Drawing.Point(6, 282);
     this.btnDelItem.Name = "btnDelItem";
     this.btnDelItem.Size = new System.Drawing.Size(45, 36);
     this.btnDelItem.TabIndex = 5;
     this.btnDelItem.Text = "<<";
     this.btnDelItem.UseVisualStyleBackColor = true;
     this.btnDelItem.Click += new System.EventHandler(this.btnDelItem_Click);
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lsvPlanEquipments);
     this.groupBox3.Location = new System.Drawing.Point(54, 6);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(595, 566);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "已選部件信息";
     //
     // lsvPlanEquipments
     //
     this.lsvPlanEquipments.CheckBoxes = true;
     this.lsvPlanEquipments.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4});
     this.lsvPlanEquipments.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lsvPlanEquipments.FullRowSelect = true;
     this.lsvPlanEquipments.HideSelection = false;
     this.lsvPlanEquipments.Location = new System.Drawing.Point(3, 17);
     this.lsvPlanEquipments.Name = "lsvPlanEquipments";
     this.lsvPlanEquipments.Size = new System.Drawing.Size(589, 546);
     this.lsvPlanEquipments.TabIndex = 0;
     this.lsvPlanEquipments.UseCompatibleStateImageBehavior = false;
     this.lsvPlanEquipments.View = System.Windows.Forms.View.Details;
     this.lsvPlanEquipments.SelectedIndexChanged += new System.EventHandler(this.lsvPlanEquipments_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "";
     this.columnHeader1.Width = 21;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "部件名稱";
     this.columnHeader2.Width = 120;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "部件全路徑";
     this.columnHeader3.Width = 210;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Num";
     this.columnHeader4.Width = 0;
     //
     // btnSyncItem
     //
     this.btnSyncItem.Location = new System.Drawing.Point(6, 206);
     this.btnSyncItem.Name = "btnSyncItem";
     this.btnSyncItem.Size = new System.Drawing.Size(45, 36);
     this.btnSyncItem.TabIndex = 4;
     this.btnSyncItem.Text = ">>";
     this.btnSyncItem.UseVisualStyleBackColor = true;
     this.btnSyncItem.Click += new System.EventHandler(this.btnSyncItem_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.progressBar1);
     this.panel1.Controls.Add(this.btnSyncTree);
     this.panel1.Controls.Add(this.btnClearTree);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, -7);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(991, 37);
     this.panel1.TabIndex = 1;
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(342, 12);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(644, 18);
     this.progressBar1.TabIndex = 6;
     this.progressBar1.Visible = false;
     //
     // btnSyncTree
     //
     this.btnSyncTree.Location = new System.Drawing.Point(10, 7);
     this.btnSyncTree.Name = "btnSyncTree";
     this.btnSyncTree.Size = new System.Drawing.Size(120, 23);
     this.btnSyncTree.TabIndex = 5;
     this.btnSyncTree.Text = "刷新機台部件清單";
     this.btnSyncTree.UseVisualStyleBackColor = true;
     this.btnSyncTree.Click += new System.EventHandler(this.btnSyncTree_Click);
     //
     // btnClearTree
     //
     this.btnClearTree.Location = new System.Drawing.Point(136, 7);
     this.btnClearTree.Name = "btnClearTree";
     this.btnClearTree.Size = new System.Drawing.Size(200, 23);
     this.btnClearTree.TabIndex = 1;
     this.btnClearTree.Text = "清空機台部件清單已選項";
     this.btnClearTree.UseVisualStyleBackColor = true;
     this.btnClearTree.Click += new System.EventHandler(this.btnClearTree_Click);
     //
     // bgWorkerSyncMachineList
     //
     this.bgWorkerSyncMachineList.WorkerReportsProgress = true;
     this.bgWorkerSyncMachineList.WorkerSupportsCancellation = true;
     this.bgWorkerSyncMachineList.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorkerSyncMachineList_DoWork);
     this.bgWorkerSyncMachineList.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorkerSyncMachineList_RunWorkerCompleted);
     this.bgWorkerSyncMachineList.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorkerSyncMachineList_ProgressChanged);
     //
     // MaintenanceInfoAppSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1302, 632);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.sysToolBar);
     this.Name = "MaintenanceInfoAppSetting";
     this.Text = "保養動作主檔";
     this.Load += new System.EventHandler(this.MaintenanceInfoAppSetting_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#13
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.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);
 }
示例#14
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.panel1 = new System.Windows.Forms.Panel();
     this.labTitle = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.rtbContent = new System.Windows.Forms.RichTextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.generalLabel1 = new WindowControls.GeneralControls.GeneralLabel(this.components);
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.btnRemove = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lbxSelectedMachine = new System.Windows.Forms.ListBox();
     this.lbxMachineList = new System.Windows.Forms.ListBox();
     this.chbValid = new System.Windows.Forms.CheckBox();
     this.chbSync = new System.Windows.Forms.CheckBox();
     this.pnlWeekList = new System.Windows.Forms.Panel();
     this.ckbWeek7 = new System.Windows.Forms.CheckBox();
     this.ckbWeek6 = new System.Windows.Forms.CheckBox();
     this.ckbWeek5 = new System.Windows.Forms.CheckBox();
     this.ckbWeek4 = new System.Windows.Forms.CheckBox();
     this.ckbWeek3 = new System.Windows.Forms.CheckBox();
     this.ckbWeek2 = new System.Windows.Forms.CheckBox();
     this.ckbWeek1 = new System.Windows.Forms.CheckBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.nudScrollSpeed = new System.Windows.Forms.NumericUpDown();
     this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
     this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.rbtWeek = new System.Windows.Forms.RadioButton();
     this.rbtDate = new System.Windows.Forms.RadioButton();
     this.rbtOnce = new System.Windows.Forms.RadioButton();
     this.dtpValidTo = new System.Windows.Forms.DateTimePicker();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.dtpValidFrom = new System.Windows.Forms.DateTimePicker();
     this.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.pnlWeekList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudScrollSpeed)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.labTitle);
     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(1062, 52);
     this.panel1.TabIndex = 9;
     //
     // labTitle
     //
     this.labTitle.AutoSize = true;
     this.labTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
     this.labTitle.Location = new System.Drawing.Point(0, 0);
     this.labTitle.Name = "labTitle";
     this.labTitle.Size = new System.Drawing.Size(96, 25);
     this.labTitle.TabIndex = 0;
     this.labTitle.Text = "添加通告";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 17);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 10;
     this.label2.Text = "通告內容:";
     //
     // rtbContent
     //
     this.rtbContent.Location = new System.Drawing.Point(74, 12);
     this.rtbContent.Name = "rtbContent";
     this.rtbContent.Size = new System.Drawing.Size(581, 115);
     this.rtbContent.TabIndex = 11;
     this.rtbContent.Text = "";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.rtbContent);
     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(1062, 481);
     this.panel2.TabIndex = 12;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.generalLabel1);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.btnRemove);
     this.groupBox1.Controls.Add(this.btnAdd);
     this.groupBox1.Controls.Add(this.panel4);
     this.groupBox1.Controls.Add(this.lbxSelectedMachine);
     this.groupBox1.Controls.Add(this.lbxMachineList);
     this.groupBox1.Controls.Add(this.chbValid);
     this.groupBox1.Controls.Add(this.chbSync);
     this.groupBox1.Controls.Add(this.pnlWeekList);
     this.groupBox1.Controls.Add(this.panel3);
     this.groupBox1.Controls.Add(this.nudScrollSpeed);
     this.groupBox1.Controls.Add(this.dtpEndDate);
     this.groupBox1.Controls.Add(this.dtpStartDate);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.rbtWeek);
     this.groupBox1.Controls.Add(this.rbtDate);
     this.groupBox1.Controls.Add(this.rbtOnce);
     this.groupBox1.Controls.Add(this.dtpValidTo);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.dtpValidFrom);
     this.groupBox1.Location = new System.Drawing.Point(10, 140);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(1030, 329);
     this.groupBox1.TabIndex = 15;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "設置";
     //
     // generalLabel1
     //
     this.generalLabel1.AutoSize = true;
     this.generalLabel1.BackColor = System.Drawing.Color.Transparent;
     this.generalLabel1.Font = new System.Drawing.Font("宋体", 14.25F);
     this.generalLabel1.Location = new System.Drawing.Point(185, 48);
     this.generalLabel1.Name = "generalLabel1";
     this.generalLabel1.Size = new System.Drawing.Size(19, 19);
     this.generalLabel1.TabIndex = 30;
     this.generalLabel1.Text = "-";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(775, 16);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(53, 12);
     this.label11.TabIndex = 29;
     this.label11.Text = "己選機台";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(451, 17);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(53, 12);
     this.label10.TabIndex = 29;
     this.label10.Text = "可選機台";
     //
     // btnRemove
     //
     this.btnRemove.Location = new System.Drawing.Point(629, 140);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(37, 23);
     this.btnRemove.TabIndex = 28;
     this.btnRemove.Text = "<<";
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(629, 98);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(37, 23);
     this.btnAdd.TabIndex = 27;
     this.btnAdd.Text = ">>";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panel4.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.panel4.Location = new System.Drawing.Point(350, 15);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(1, 310);
     this.panel4.TabIndex = 26;
     //
     // lbxSelectedMachine
     //
     this.lbxSelectedMachine.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lbxSelectedMachine.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbxSelectedMachine.IntegralHeight = false;
     this.lbxSelectedMachine.ItemHeight = 20;
     this.lbxSelectedMachine.Location = new System.Drawing.Point(682, 34);
     this.lbxSelectedMachine.Name = "lbxSelectedMachine";
     this.lbxSelectedMachine.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbxSelectedMachine.Size = new System.Drawing.Size(257, 291);
     this.lbxSelectedMachine.Sorted = true;
     this.lbxSelectedMachine.TabIndex = 25;
     this.lbxSelectedMachine.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ListBox_DrawItem);
     this.lbxSelectedMachine.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.ListBox_MeasureItem);
     //
     // lbxMachineList
     //
     this.lbxMachineList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lbxMachineList.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbxMachineList.IntegralHeight = false;
     this.lbxMachineList.ItemHeight = 20;
     this.lbxMachineList.Location = new System.Drawing.Point(358, 35);
     this.lbxMachineList.Name = "lbxMachineList";
     this.lbxMachineList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbxMachineList.Size = new System.Drawing.Size(255, 290);
     this.lbxMachineList.Sorted = true;
     this.lbxMachineList.TabIndex = 25;
     this.lbxMachineList.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ListBox_DrawItem);
     this.lbxMachineList.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.ListBox_MeasureItem);
     //
     // chbValid
     //
     this.chbValid.AutoSize = true;
     this.chbValid.Checked = true;
     this.chbValid.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbValid.Location = new System.Drawing.Point(90, 275);
     this.chbValid.Name = "chbValid";
     this.chbValid.Size = new System.Drawing.Size(72, 16);
     this.chbValid.TabIndex = 24;
     this.chbValid.Text = "是否有效";
     this.chbValid.UseVisualStyleBackColor = true;
     //
     // chbSync
     //
     this.chbSync.AutoSize = true;
     this.chbSync.Checked = true;
     this.chbSync.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chbSync.Location = new System.Drawing.Point(14, 276);
     this.chbSync.Name = "chbSync";
     this.chbSync.Size = new System.Drawing.Size(72, 16);
     this.chbSync.TabIndex = 23;
     this.chbSync.Text = "是否同步";
     this.chbSync.UseVisualStyleBackColor = true;
     //
     // pnlWeekList
     //
     this.pnlWeekList.Controls.Add(this.ckbWeek7);
     this.pnlWeekList.Controls.Add(this.ckbWeek6);
     this.pnlWeekList.Controls.Add(this.ckbWeek5);
     this.pnlWeekList.Controls.Add(this.ckbWeek4);
     this.pnlWeekList.Controls.Add(this.ckbWeek3);
     this.pnlWeekList.Controls.Add(this.ckbWeek2);
     this.pnlWeekList.Controls.Add(this.ckbWeek1);
     this.pnlWeekList.Location = new System.Drawing.Point(77, 80);
     this.pnlWeekList.Name = "pnlWeekList";
     this.pnlWeekList.Size = new System.Drawing.Size(261, 76);
     this.pnlWeekList.TabIndex = 22;
     //
     // ckbWeek7
     //
     this.ckbWeek7.AutoSize = true;
     this.ckbWeek7.Location = new System.Drawing.Point(13, 56);
     this.ckbWeek7.Name = "ckbWeek7";
     this.ckbWeek7.Size = new System.Drawing.Size(60, 16);
     this.ckbWeek7.TabIndex = 13;
     this.ckbWeek7.Text = "星期日";
     this.ckbWeek7.UseVisualStyleBackColor = true;
     //
     // ckbWeek6
     //
     this.ckbWeek6.AutoSize = true;
     this.ckbWeek6.Location = new System.Drawing.Point(147, 34);
     this.ckbWeek6.Name = "ckbWeek6";
     this.ckbWeek6.Size = new System.Drawing.Size(60, 16);
     this.ckbWeek6.TabIndex = 13;
     this.ckbWeek6.Text = "星期六";
     this.ckbWeek6.UseVisualStyleBackColor = true;
     //
     // ckbWeek5
     //
     this.ckbWeek5.AutoSize = true;
     this.ckbWeek5.Location = new System.Drawing.Point(82, 34);
     this.ckbWeek5.Name = "ckbWeek5";
     this.ckbWeek5.Size = new System.Drawing.Size(60, 16);
     this.ckbWeek5.TabIndex = 13;
     this.ckbWeek5.Text = "星期五";
     this.ckbWeek5.UseVisualStyleBackColor = true;
     //
     // ckbWeek4
     //
     this.ckbWeek4.AutoSize = true;
     this.ckbWeek4.Location = new System.Drawing.Point(13, 34);
     this.ckbWeek4.Name = "ckbWeek4";
     this.ckbWeek4.Size = new System.Drawing.Size(60, 16);
     this.ckbWeek4.TabIndex = 13;
     this.ckbWeek4.Text = "星期四";
     this.ckbWeek4.UseVisualStyleBackColor = true;
     //
     // ckbWeek3
     //
     this.ckbWeek3.AutoSize = true;
     this.ckbWeek3.Location = new System.Drawing.Point(147, 10);
     this.ckbWeek3.Name = "ckbWeek3";
     this.ckbWeek3.Size = new System.Drawing.Size(60, 16);
     this.ckbWeek3.TabIndex = 13;
     this.ckbWeek3.Text = "星期三";
     this.ckbWeek3.UseVisualStyleBackColor = true;
     //
     // ckbWeek2
     //
     this.ckbWeek2.AutoSize = true;
     this.ckbWeek2.Location = new System.Drawing.Point(82, 10);
     this.ckbWeek2.Name = "ckbWeek2";
     this.ckbWeek2.Size = new System.Drawing.Size(60, 16);
     this.ckbWeek2.TabIndex = 13;
     this.ckbWeek2.Text = "星期二";
     this.ckbWeek2.UseVisualStyleBackColor = true;
     //
     // ckbWeek1
     //
     this.ckbWeek1.AutoSize = true;
     this.ckbWeek1.Location = new System.Drawing.Point(13, 10);
     this.ckbWeek1.Name = "ckbWeek1";
     this.ckbWeek1.Size = new System.Drawing.Size(60, 16);
     this.ckbWeek1.TabIndex = 13;
     this.ckbWeek1.Text = "星期一";
     this.ckbWeek1.UseVisualStyleBackColor = true;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panel3.Location = new System.Drawing.Point(8, 176);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(340, 1);
     this.panel3.TabIndex = 21;
     //
     // nudScrollSpeed
     //
     this.nudScrollSpeed.Location = new System.Drawing.Point(86, 183);
     this.nudScrollSpeed.Maximum = new decimal(new int[] {
     10,
     0,
     0,
     0});
     this.nudScrollSpeed.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.nudScrollSpeed.Name = "nudScrollSpeed";
     this.nudScrollSpeed.Size = new System.Drawing.Size(74, 21);
     this.nudScrollSpeed.TabIndex = 19;
     this.nudScrollSpeed.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // dtpEndDate
     //
     this.dtpEndDate.Location = new System.Drawing.Point(87, 244);
     this.dtpEndDate.Name = "dtpEndDate";
     this.dtpEndDate.Size = new System.Drawing.Size(106, 21);
     this.dtpEndDate.TabIndex = 17;
     //
     // dtpStartDate
     //
     this.dtpStartDate.Location = new System.Drawing.Point(86, 215);
     this.dtpStartDate.Name = "dtpStartDate";
     this.dtpStartDate.Size = new System.Drawing.Size(109, 21);
     this.dtpStartDate.TabIndex = 17;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(10, 248);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 12);
     this.label6.TabIndex = 16;
     this.label6.Text = "有效期結束:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 218);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(77, 12);
     this.label5.TabIndex = 16;
     this.label5.Text = "有效期開始:";
     //
     // rbtWeek
     //
     this.rbtWeek.AutoSize = true;
     this.rbtWeek.Location = new System.Drawing.Point(21, 69);
     this.rbtWeek.Name = "rbtWeek";
     this.rbtWeek.Size = new System.Drawing.Size(47, 16);
     this.rbtWeek.TabIndex = 15;
     this.rbtWeek.Tag = "3";
     this.rbtWeek.Text = "每周";
     this.rbtWeek.UseVisualStyleBackColor = true;
     this.rbtWeek.CheckedChanged += new System.EventHandler(this.rbtWeek_CheckedChanged);
     //
     // rbtDate
     //
     this.rbtDate.AutoSize = true;
     this.rbtDate.Location = new System.Drawing.Point(21, 47);
     this.rbtDate.Name = "rbtDate";
     this.rbtDate.Size = new System.Drawing.Size(47, 16);
     this.rbtDate.TabIndex = 15;
     this.rbtDate.Tag = "2";
     this.rbtDate.Text = "每天";
     this.rbtDate.UseVisualStyleBackColor = true;
     this.rbtDate.CheckedChanged += new System.EventHandler(this.rbtDate_CheckedChanged);
     //
     // rbtOnce
     //
     this.rbtOnce.AutoSize = true;
     this.rbtOnce.Checked = true;
     this.rbtOnce.Location = new System.Drawing.Point(21, 25);
     this.rbtOnce.Name = "rbtOnce";
     this.rbtOnce.Size = new System.Drawing.Size(47, 16);
     this.rbtOnce.TabIndex = 15;
     this.rbtOnce.TabStop = true;
     this.rbtOnce.Tag = "1";
     this.rbtOnce.Text = "一次";
     this.rbtOnce.UseVisualStyleBackColor = true;
     this.rbtOnce.CheckedChanged += new System.EventHandler(this.rbtOnce_CheckedChanged);
     //
     // dtpValidTo
     //
     this.dtpValidTo.Format = System.Windows.Forms.DateTimePickerFormat.Time;
     this.dtpValidTo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.dtpValidTo.Location = new System.Drawing.Point(216, 46);
     this.dtpValidTo.Name = "dtpValidTo";
     this.dtpValidTo.ShowUpDown = true;
     this.dtpValidTo.Size = new System.Drawing.Size(100, 21);
     this.dtpValidTo.TabIndex = 13;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(160, 187);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(113, 12);
     this.label8.TabIndex = 12;
     this.label8.Text = "(每秒移動字個數)";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(21, 187);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(65, 12);
     this.label7.TabIndex = 12;
     this.label7.Text = "滾動速度:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(81, 28);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(77, 12);
     this.label3.TabIndex = 12;
     this.label3.Text = "顯示時間段:";
     //
     // dtpValidFrom
     //
     this.dtpValidFrom.Format = System.Windows.Forms.DateTimePickerFormat.Time;
     this.dtpValidFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.dtpValidFrom.Location = new System.Drawing.Point(80, 46);
     this.dtpValidFrom.Name = "dtpValidFrom";
     this.dtpValidFrom.ShowUpDown = true;
     this.dtpValidFrom.Size = new System.Drawing.Size(99, 21);
     this.dtpValidFrom.TabIndex = 13;
     //
     // 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(1062, 25);
     this.SysToolBar.TabIndex = 8;
     //
     // NoticeManageSet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1062, 558);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "NoticeManageSet";
     this.Text = "添加通告";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.pnlWeekList.ResumeLayout(false);
     this.pnlWeekList.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudScrollSpeed)).EndInit();
     this.ResumeLayout(false);
 }
示例#15
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.cbxMachineType = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.panel4 = new System.Windows.Forms.Panel();
     this.btnSubSubItemDel = new System.Windows.Forms.Button();
     this.btnSubSubItemModify = new System.Windows.Forms.Button();
     this.btnSubSubItemAdd = new System.Windows.Forms.Button();
     this.lbSubSubItem = new System.Windows.Forms.ListBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.btnSubItemDel = new System.Windows.Forms.Button();
     this.btnSubItemModify = new System.Windows.Forms.Button();
     this.btnSubItemAdd = new System.Windows.Forms.Button();
     this.lbSubItem = new System.Windows.Forms.ListBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnItemDel = new System.Windows.Forms.Button();
     this.btnItemModify = new System.Windows.Forms.Button();
     this.btnItemAdd = new System.Windows.Forms.Button();
     this.lbItem = new System.Windows.Forms.ListBox();
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     this.label2 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     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(745, 25);
     this.SysToolBar.TabIndex = 6;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.cbxMachineType);
     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(745, 62);
     this.panel1.TabIndex = 7;
     //
     // cbxMachineType
     //
     this.cbxMachineType.FormattingEnabled = true;
     this.cbxMachineType.Location = new System.Drawing.Point(75, 31);
     this.cbxMachineType.Name = "cbxMachineType";
     this.cbxMachineType.Size = new System.Drawing.Size(121, 20);
     this.cbxMachineType.TabIndex = 1;
     this.cbxMachineType.SelectedIndexChanged += new System.EventHandler(this.cbxMachineType_SelectedIndexChanged);
     //
     // 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 = "結構管理";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel1.Controls.Add(this.groupBox3, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 93);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(745, 420);
     this.tableLayoutPanel1.TabIndex = 8;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.panel4);
     this.groupBox3.Controls.Add(this.lbSubSubItem);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(499, 3);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(243, 414);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "子子結構";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.btnSubSubItemDel);
     this.panel4.Controls.Add(this.btnSubSubItemModify);
     this.panel4.Controls.Add(this.btnSubSubItemAdd);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(3, 309);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(237, 60);
     this.panel4.TabIndex = 5;
     //
     // btnSubSubItemDel
     //
     this.btnSubSubItemDel.Location = new System.Drawing.Point(113, 4);
     this.btnSubSubItemDel.Name = "btnSubSubItemDel";
     this.btnSubSubItemDel.Size = new System.Drawing.Size(47, 23);
     this.btnSubSubItemDel.TabIndex = 1;
     this.btnSubSubItemDel.Text = "刪除";
     this.btnSubSubItemDel.UseVisualStyleBackColor = true;
     //
     // btnSubSubItemModify
     //
     this.btnSubSubItemModify.Location = new System.Drawing.Point(60, 4);
     this.btnSubSubItemModify.Name = "btnSubSubItemModify";
     this.btnSubSubItemModify.Size = new System.Drawing.Size(47, 23);
     this.btnSubSubItemModify.TabIndex = 1;
     this.btnSubSubItemModify.Text = "修改";
     this.btnSubSubItemModify.UseVisualStyleBackColor = true;
     //
     // btnSubSubItemAdd
     //
     this.btnSubSubItemAdd.Location = new System.Drawing.Point(4, 4);
     this.btnSubSubItemAdd.Name = "btnSubSubItemAdd";
     this.btnSubSubItemAdd.Size = new System.Drawing.Size(50, 23);
     this.btnSubSubItemAdd.TabIndex = 0;
     this.btnSubSubItemAdd.Text = "添加";
     this.btnSubSubItemAdd.UseVisualStyleBackColor = true;
     //
     // lbSubSubItem
     //
     this.lbSubSubItem.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbSubSubItem.FormattingEnabled = true;
     this.lbSubSubItem.ItemHeight = 12;
     this.lbSubSubItem.Location = new System.Drawing.Point(3, 17);
     this.lbSubSubItem.Name = "lbSubSubItem";
     this.lbSubSubItem.Size = new System.Drawing.Size(237, 292);
     this.lbSubSubItem.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.panel3);
     this.groupBox2.Controls.Add(this.lbSubItem);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(251, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(242, 414);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "子結構";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.btnSubItemDel);
     this.panel3.Controls.Add(this.btnSubItemModify);
     this.panel3.Controls.Add(this.btnSubItemAdd);
     this.panel3.Location = new System.Drawing.Point(1, 309);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(236, 60);
     this.panel3.TabIndex = 4;
     //
     // btnSubItemDel
     //
     this.btnSubItemDel.Location = new System.Drawing.Point(113, 4);
     this.btnSubItemDel.Name = "btnSubItemDel";
     this.btnSubItemDel.Size = new System.Drawing.Size(47, 23);
     this.btnSubItemDel.TabIndex = 1;
     this.btnSubItemDel.Text = "刪除";
     this.btnSubItemDel.UseVisualStyleBackColor = true;
     //
     // btnSubItemModify
     //
     this.btnSubItemModify.Location = new System.Drawing.Point(60, 4);
     this.btnSubItemModify.Name = "btnSubItemModify";
     this.btnSubItemModify.Size = new System.Drawing.Size(47, 23);
     this.btnSubItemModify.TabIndex = 1;
     this.btnSubItemModify.Text = "修改";
     this.btnSubItemModify.UseVisualStyleBackColor = true;
     //
     // btnSubItemAdd
     //
     this.btnSubItemAdd.Location = new System.Drawing.Point(4, 4);
     this.btnSubItemAdd.Name = "btnSubItemAdd";
     this.btnSubItemAdd.Size = new System.Drawing.Size(50, 23);
     this.btnSubItemAdd.TabIndex = 0;
     this.btnSubItemAdd.Text = "添加";
     this.btnSubItemAdd.UseVisualStyleBackColor = true;
     //
     // lbSubItem
     //
     this.lbSubItem.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbSubItem.FormattingEnabled = true;
     this.lbSubItem.ItemHeight = 12;
     this.lbSubItem.Location = new System.Drawing.Point(3, 17);
     this.lbSubItem.Name = "lbSubItem";
     this.lbSubItem.Size = new System.Drawing.Size(236, 292);
     this.lbSubItem.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Controls.Add(this.lbItem);
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(242, 414);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "結構";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnItemDel);
     this.panel2.Controls.Add(this.btnItemModify);
     this.panel2.Controls.Add(this.btnItemAdd);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(3, 309);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(236, 60);
     this.panel2.TabIndex = 3;
     //
     // btnItemDel
     //
     this.btnItemDel.Location = new System.Drawing.Point(113, 4);
     this.btnItemDel.Name = "btnItemDel";
     this.btnItemDel.Size = new System.Drawing.Size(47, 23);
     this.btnItemDel.TabIndex = 1;
     this.btnItemDel.Text = "刪除";
     this.btnItemDel.UseVisualStyleBackColor = true;
     //
     // btnItemModify
     //
     this.btnItemModify.Location = new System.Drawing.Point(60, 4);
     this.btnItemModify.Name = "btnItemModify";
     this.btnItemModify.Size = new System.Drawing.Size(47, 23);
     this.btnItemModify.TabIndex = 1;
     this.btnItemModify.Text = "修改";
     this.btnItemModify.UseVisualStyleBackColor = true;
     //
     // btnItemAdd
     //
     this.btnItemAdd.Location = new System.Drawing.Point(4, 4);
     this.btnItemAdd.Name = "btnItemAdd";
     this.btnItemAdd.Size = new System.Drawing.Size(50, 23);
     this.btnItemAdd.TabIndex = 0;
     this.btnItemAdd.Text = "添加";
     this.btnItemAdd.UseVisualStyleBackColor = true;
     //
     // lbItem
     //
     this.lbItem.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbItem.FormattingEnabled = true;
     this.lbItem.ItemHeight = 12;
     this.lbItem.Location = new System.Drawing.Point(3, 17);
     this.lbItem.Name = "lbItem";
     this.lbItem.Size = new System.Drawing.Size(236, 292);
     this.lbItem.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 35);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "機台類型:";
     //
     // StructureManage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(745, 513);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SysToolBar);
     this.Name = "StructureManage";
     this.Text = "結構管理";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     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.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()
 {
     System.Windows.Forms.ColumnHeader rlm_iRecordID;
     System.Windows.Forms.ColumnHeader usm_iRecordID2;
     System.Windows.Forms.ColumnHeader columnHeader4;
     System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("系统菜单");
     System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("系统菜单");
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tbcMain = new System.Windows.Forms.TabControl();
     this.tbpUser = new System.Windows.Forms.TabPage();
     this.tlpUser = new System.Windows.Forms.TableLayoutPanel();
     this.lvUsers = new System.Windows.Forms.ListView();
     this.usm_iRecordID = new System.Windows.Forms.ColumnHeader();
     this.usm_cUserLoginID = new System.Windows.Forms.ColumnHeader();
     this.usm_cChaName = new System.Windows.Forms.ColumnHeader();
     this.usm_cPhoneNumber = new System.Windows.Forms.ColumnHeader();
     this.usm_iLock = new System.Windows.Forms.ColumnHeader();
     this.usm_cEMail = new System.Windows.Forms.ColumnHeader();
     this.usm_cRemark = new System.Windows.Forms.ColumnHeader();
     this.usm_cLast = new System.Windows.Forms.ColumnHeader();
     this.usm_dLastDate = new System.Windows.Forms.ColumnHeader();
     this.usm_cAdd = new System.Windows.Forms.ColumnHeader();
     this.usm_dAddDate = new System.Windows.Forms.ColumnHeader();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.tbxPW = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.cbxUserEnabled = new System.Windows.Forms.CheckBox();
     this.btnCancelUser = new System.Windows.Forms.Button();
     this.btnSaveUser = new System.Windows.Forms.Button();
     this.tbxUserDescribe = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtEMail = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tbxUserName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tbxUserID = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnUserDisabled = new System.Windows.Forms.Button();
     this.btnUserEnabled = new System.Windows.Forms.Button();
     this.btnPwdReset = new System.Windows.Forms.Button();
     this.tbpRole = new System.Windows.Forms.TabPage();
     this.tlpRoles = new System.Windows.Forms.TableLayoutPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.tbxRoleDesc = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.tbxRoleNum = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.lvRoleUserList = new System.Windows.Forms.ListView();
     this.usm_cUserLoginID2 = new System.Windows.Forms.ColumnHeader();
     this.usm_cChaName2 = new System.Windows.Forms.ColumnHeader();
     this.btnDeleteRoleUser = new System.Windows.Forms.Button();
     this.btnAddRoleUser = new System.Windows.Forms.Button();
     this.btnCancelRole = new System.Windows.Forms.Button();
     this.btnSaveRole = new System.Windows.Forms.Button();
     this.lvRole = new System.Windows.Forms.ListView();
     this.rlm_cRoleID = new System.Windows.Forms.ColumnHeader();
     this.rlm_cRoleDesc = new System.Windows.Forms.ColumnHeader();
     this.rlm_cLast = new System.Windows.Forms.ColumnHeader();
     this.rlm_dLastDate = new System.Windows.Forms.ColumnHeader();
     this.rlm_cAdd = new System.Windows.Forms.ColumnHeader();
     this.rlm_dAddDate = new System.Windows.Forms.ColumnHeader();
     this.tbpRight = new System.Windows.Forms.TabPage();
     this.spcRightSettings = new System.Windows.Forms.SplitContainer();
     this.tvFromMain = new System.Windows.Forms.TreeView();
     this.tvRights = new System.Windows.Forms.TreeView();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.gbRole = new System.Windows.Forms.GroupBox();
     this.lvPurviewRole = new System.Windows.Forms.ListView();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.gbUser = new System.Windows.Forms.GroupBox();
     this.lvPurviewUser = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.btnCancelRight = new System.Windows.Forms.Button();
     this.btnSaveRight = new System.Windows.Forms.Button();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.btnCancelFormRight = new System.Windows.Forms.Button();
     this.btnSaveFormRight = new System.Windows.Forms.Button();
     this.btnSetRight = new System.Windows.Forms.Button();
     this.gbFormTree = new System.Windows.Forms.GroupBox();
     this.tvFromMain2 = new System.Windows.Forms.TreeView();
     this.gbxUserAndRole = new System.Windows.Forms.GroupBox();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tbxSearch = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.lvUserAndRole = new System.Windows.Forms.ListView();
     this.recordID = new System.Windows.Forms.ColumnHeader();
     this.stringID = new System.Windows.Forms.ColumnHeader();
     this.remark = new System.Windows.Forms.ColumnHeader();
     this.accountTypeName = new System.Windows.Forms.ColumnHeader();
     this.accountCType = new System.Windows.Forms.ColumnHeader();
     this.sysToolBar = new WindowControls.HBPMS.SystemToolBar();
     rlm_iRecordID = new System.Windows.Forms.ColumnHeader();
     usm_iRecordID2 = new System.Windows.Forms.ColumnHeader();
     columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.tableLayoutPanel1.SuspendLayout();
     this.tbcMain.SuspendLayout();
     this.tbpUser.SuspendLayout();
     this.tlpUser.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tbpRole.SuspendLayout();
     this.tlpRoles.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tbpRight.SuspendLayout();
     this.spcRightSettings.Panel1.SuspendLayout();
     this.spcRightSettings.Panel2.SuspendLayout();
     this.spcRightSettings.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.gbRole.SuspendLayout();
     this.gbUser.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.gbFormTree.SuspendLayout();
     this.gbxUserAndRole.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // rlm_iRecordID
     //
     rlm_iRecordID.Tag = "rlm_iRecordID";
     rlm_iRecordID.Text = "记录ID";
     rlm_iRecordID.Width = 0;
     //
     // usm_iRecordID2
     //
     usm_iRecordID2.Tag = "usm_iRecordID";
     usm_iRecordID2.Text = "用戶ID";
     usm_iRecordID2.Width = 0;
     //
     // columnHeader4
     //
     columnHeader4.Tag = "rlm_iRecordID";
     columnHeader4.Text = "";
     columnHeader4.Width = 25;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tbcMain, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.sysToolBar, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 92F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(958, 498);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tbcMain
     //
     this.tbcMain.Controls.Add(this.tbpUser);
     this.tbcMain.Controls.Add(this.tbpRole);
     this.tbcMain.Controls.Add(this.tbpRight);
     this.tbcMain.Controls.Add(this.tabPage1);
     this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbcMain.Font = new System.Drawing.Font("宋体", 11F);
     this.tbcMain.Location = new System.Drawing.Point(3, 42);
     this.tbcMain.Name = "tbcMain";
     this.tbcMain.SelectedIndex = 0;
     this.tbcMain.Size = new System.Drawing.Size(952, 453);
     this.tbcMain.TabIndex = 0;
     this.tbcMain.SelectedIndexChanged += new System.EventHandler(this.tbcMain_SelectedIndexChanged);
     //
     // tbpUser
     //
     this.tbpUser.Controls.Add(this.tlpUser);
     this.tbpUser.Controls.Add(this.groupBox1);
     this.tbpUser.Location = new System.Drawing.Point(4, 25);
     this.tbpUser.Name = "tbpUser";
     this.tbpUser.Padding = new System.Windows.Forms.Padding(3);
     this.tbpUser.Size = new System.Drawing.Size(944, 424);
     this.tbpUser.TabIndex = 0;
     this.tbpUser.Tag = "User";
     this.tbpUser.Text = "用户设置";
     this.tbpUser.UseVisualStyleBackColor = true;
     //
     // tlpUser
     //
     this.tlpUser.ColumnCount = 2;
     this.tlpUser.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpUser.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 276F));
     this.tlpUser.Controls.Add(this.lvUsers, 0, 0);
     this.tlpUser.Controls.Add(this.groupBox4, 1, 0);
     this.tlpUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tlpUser.Location = new System.Drawing.Point(3, 41);
     this.tlpUser.Name = "tlpUser";
     this.tlpUser.RowCount = 1;
     this.tlpUser.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpUser.Size = new System.Drawing.Size(938, 380);
     this.tlpUser.TabIndex = 3;
     //
     // lvUsers
     //
     this.lvUsers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.usm_iRecordID,
     this.usm_cUserLoginID,
     this.usm_cChaName,
     this.usm_cPhoneNumber,
     this.usm_iLock,
     this.usm_cEMail,
     this.usm_cRemark,
     this.usm_cLast,
     this.usm_dLastDate,
     this.usm_cAdd,
     this.usm_dAddDate});
     this.lvUsers.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvUsers.FullRowSelect = true;
     this.lvUsers.GridLines = true;
     this.lvUsers.Location = new System.Drawing.Point(3, 3);
     this.lvUsers.Name = "lvUsers";
     this.lvUsers.Size = new System.Drawing.Size(656, 374);
     this.lvUsers.TabIndex = 2;
     this.lvUsers.UseCompatibleStateImageBehavior = false;
     this.lvUsers.View = System.Windows.Forms.View.Details;
     this.lvUsers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvUsers_MouseDoubleClick);
     this.lvUsers.SelectedIndexChanged += new System.EventHandler(this.lvUsers_SelectedIndexChanged);
     //
     // usm_iRecordID
     //
     this.usm_iRecordID.Tag = "usm_iRecordID";
     this.usm_iRecordID.Text = "记录ID";
     //
     // usm_cUserLoginID
     //
     this.usm_cUserLoginID.Tag = "usm_cUserLoginID";
     this.usm_cUserLoginID.Text = "帐户ID";
     this.usm_cUserLoginID.Width = 150;
     //
     // usm_cChaName
     //
     this.usm_cChaName.Tag = "usm_cChaName";
     this.usm_cChaName.Text = "用户名称";
     this.usm_cChaName.Width = 150;
     //
     // usm_cPhoneNumber
     //
     this.usm_cPhoneNumber.Tag = "usm_cPhoneNumber";
     this.usm_cPhoneNumber.Text = "电话";
     this.usm_cPhoneNumber.Width = 150;
     //
     // usm_iLock
     //
     this.usm_iLock.Tag = "usm_iLock";
     this.usm_iLock.Text = "是否停用";
     this.usm_iLock.Width = 75;
     //
     // usm_cEMail
     //
     this.usm_cEMail.Tag = "usm_cEMail";
     this.usm_cEMail.Text = "电子邮箱";
     this.usm_cEMail.Width = 150;
     //
     // usm_cRemark
     //
     this.usm_cRemark.Tag = "usm_cRemark";
     this.usm_cRemark.Text = "描述";
     //
     // usm_cLast
     //
     this.usm_cLast.Tag = "usm_cLast";
     this.usm_cLast.Text = "修改人";
     this.usm_cLast.Width = 120;
     //
     // usm_dLastDate
     //
     this.usm_dLastDate.Tag = "usm_dLastDate";
     this.usm_dLastDate.Text = "最后修改时间";
     this.usm_dLastDate.Width = 200;
     //
     // usm_cAdd
     //
     this.usm_cAdd.Tag = "usm_cAdd";
     this.usm_cAdd.Text = "新增人";
     this.usm_cAdd.Width = 120;
     //
     // usm_dAddDate
     //
     this.usm_dAddDate.Tag = "usm_dAddDate";
     this.usm_dAddDate.Text = "新增時間";
     this.usm_dAddDate.Width = 200;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.tbxPW);
     this.groupBox4.Controls.Add(this.label7);
     this.groupBox4.Controls.Add(this.cbxUserEnabled);
     this.groupBox4.Controls.Add(this.btnCancelUser);
     this.groupBox4.Controls.Add(this.btnSaveUser);
     this.groupBox4.Controls.Add(this.tbxUserDescribe);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.txtEMail);
     this.groupBox4.Controls.Add(this.label9);
     this.groupBox4.Controls.Add(this.tbxUserName);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.tbxUserID);
     this.groupBox4.Controls.Add(this.label1);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(665, 3);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(270, 374);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "用户信息";
     //
     // tbxPW
     //
     this.tbxPW.Enabled = false;
     this.tbxPW.Location = new System.Drawing.Point(103, 61);
     this.tbxPW.Name = "tbxPW";
     this.tbxPW.PasswordChar = '*';
     this.tbxPW.Size = new System.Drawing.Size(161, 24);
     this.tbxPW.TabIndex = 12;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(10, 65);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(75, 15);
     this.label7.TabIndex = 11;
     this.label7.Text = "登陆密码:";
     //
     // cbxUserEnabled
     //
     this.cbxUserEnabled.AutoSize = true;
     this.cbxUserEnabled.Enabled = false;
     this.cbxUserEnabled.Location = new System.Drawing.Point(27, 200);
     this.cbxUserEnabled.Name = "cbxUserEnabled";
     this.cbxUserEnabled.Size = new System.Drawing.Size(56, 19);
     this.cbxUserEnabled.TabIndex = 10;
     this.cbxUserEnabled.Text = "停用";
     this.cbxUserEnabled.UseVisualStyleBackColor = true;
     //
     // btnCancelUser
     //
     this.btnCancelUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancelUser.Enabled = false;
     this.btnCancelUser.Location = new System.Drawing.Point(185, 345);
     this.btnCancelUser.Name = "btnCancelUser";
     this.btnCancelUser.Size = new System.Drawing.Size(82, 23);
     this.btnCancelUser.TabIndex = 9;
     this.btnCancelUser.Text = "取 消";
     this.btnCancelUser.UseVisualStyleBackColor = true;
     this.btnCancelUser.Click += new System.EventHandler(this.btnCancelUser_Click);
     //
     // btnSaveUser
     //
     this.btnSaveUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveUser.Enabled = false;
     this.btnSaveUser.Location = new System.Drawing.Point(97, 345);
     this.btnSaveUser.Name = "btnSaveUser";
     this.btnSaveUser.Size = new System.Drawing.Size(82, 23);
     this.btnSaveUser.TabIndex = 8;
     this.btnSaveUser.Text = "保 存";
     this.btnSaveUser.UseVisualStyleBackColor = true;
     this.btnSaveUser.Click += new System.EventHandler(this.btnSaveUser_Click);
     //
     // tbxUserDescribe
     //
     this.tbxUserDescribe.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tbxUserDescribe.Enabled = false;
     this.tbxUserDescribe.Location = new System.Drawing.Point(103, 156);
     this.tbxUserDescribe.Multiline = true;
     this.tbxUserDescribe.Name = "tbxUserDescribe";
     this.tbxUserDescribe.Size = new System.Drawing.Size(161, 153);
     this.tbxUserDescribe.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(40, 157);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(45, 15);
     this.label4.TabIndex = 6;
     this.label4.Text = "描述:";
     //
     // txtEMail
     //
     this.txtEMail.Enabled = false;
     this.txtEMail.Location = new System.Drawing.Point(103, 124);
     this.txtEMail.Name = "txtEMail";
     this.txtEMail.Size = new System.Drawing.Size(161, 24);
     this.txtEMail.TabIndex = 5;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(10, 128);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(75, 15);
     this.label9.TabIndex = 4;
     this.label9.Text = "电子邮箱:";
     //
     // tbxUserName
     //
     this.tbxUserName.Enabled = false;
     this.tbxUserName.Location = new System.Drawing.Point(103, 94);
     this.tbxUserName.Name = "tbxUserName";
     this.tbxUserName.Size = new System.Drawing.Size(161, 24);
     this.tbxUserName.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 97);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(75, 15);
     this.label2.TabIndex = 2;
     this.label2.Text = "用户名称:";
     //
     // tbxUserID
     //
     this.tbxUserID.Enabled = false;
     this.tbxUserID.Location = new System.Drawing.Point(103, 30);
     this.tbxUserID.Name = "tbxUserID";
     this.tbxUserID.Size = new System.Drawing.Size(161, 24);
     this.tbxUserID.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(24, 35);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(61, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "帐号ID:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnUserDisabled);
     this.groupBox1.Controls.Add(this.btnUserEnabled);
     this.groupBox1.Controls.Add(this.btnPwdReset);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(938, 38);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // btnUserDisabled
     //
     this.btnUserDisabled.Enabled = false;
     this.btnUserDisabled.Location = new System.Drawing.Point(6, 9);
     this.btnUserDisabled.Name = "btnUserDisabled";
     this.btnUserDisabled.Size = new System.Drawing.Size(75, 23);
     this.btnUserDisabled.TabIndex = 2;
     this.btnUserDisabled.Text = "停用帐户";
     this.btnUserDisabled.UseVisualStyleBackColor = true;
     this.btnUserDisabled.Click += new System.EventHandler(this.btnUserDisabled_Click);
     //
     // btnUserEnabled
     //
     this.btnUserEnabled.Enabled = false;
     this.btnUserEnabled.Location = new System.Drawing.Point(87, 9);
     this.btnUserEnabled.Name = "btnUserEnabled";
     this.btnUserEnabled.Size = new System.Drawing.Size(75, 23);
     this.btnUserEnabled.TabIndex = 1;
     this.btnUserEnabled.Text = "启用帐户";
     this.btnUserEnabled.UseVisualStyleBackColor = true;
     this.btnUserEnabled.Click += new System.EventHandler(this.btnUserEnabled_Click);
     //
     // btnPwdReset
     //
     this.btnPwdReset.Enabled = false;
     this.btnPwdReset.Location = new System.Drawing.Point(168, 9);
     this.btnPwdReset.Name = "btnPwdReset";
     this.btnPwdReset.Size = new System.Drawing.Size(113, 23);
     this.btnPwdReset.TabIndex = 0;
     this.btnPwdReset.Text = "重置帐户密码";
     this.btnPwdReset.UseVisualStyleBackColor = true;
     this.btnPwdReset.Visible = false;
     this.btnPwdReset.Click += new System.EventHandler(this.btnPwdReset_Click);
     //
     // tbpRole
     //
     this.tbpRole.Controls.Add(this.tlpRoles);
     this.tbpRole.Location = new System.Drawing.Point(4, 25);
     this.tbpRole.Name = "tbpRole";
     this.tbpRole.Padding = new System.Windows.Forms.Padding(3);
     this.tbpRole.Size = new System.Drawing.Size(944, 424);
     this.tbpRole.TabIndex = 1;
     this.tbpRole.Tag = "Role";
     this.tbpRole.Text = "角色设置";
     this.tbpRole.UseVisualStyleBackColor = true;
     //
     // tlpRoles
     //
     this.tlpRoles.ColumnCount = 2;
     this.tlpRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 276F));
     this.tlpRoles.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tlpRoles.Controls.Add(this.groupBox2, 0, 0);
     this.tlpRoles.Controls.Add(this.lvRole, 0, 0);
     this.tlpRoles.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tlpRoles.Location = new System.Drawing.Point(3, 3);
     this.tlpRoles.Name = "tlpRoles";
     this.tlpRoles.RowCount = 1;
     this.tlpRoles.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpRoles.Size = new System.Drawing.Size(938, 418);
     this.tlpRoles.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tbxRoleDesc);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.tbxRoleNum);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.groupBox5);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(665, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(270, 412);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "详细信息";
     //
     // tbxRoleDesc
     //
     this.tbxRoleDesc.Enabled = false;
     this.tbxRoleDesc.Location = new System.Drawing.Point(95, 65);
     this.tbxRoleDesc.Multiline = true;
     this.tbxRoleDesc.Name = "tbxRoleDesc";
     this.tbxRoleDesc.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.tbxRoleDesc.Size = new System.Drawing.Size(161, 72);
     this.tbxRoleDesc.TabIndex = 11;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(14, 68);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(75, 15);
     this.label5.TabIndex = 10;
     this.label5.Text = "角色描述:";
     //
     // tbxRoleNum
     //
     this.tbxRoleNum.Enabled = false;
     this.tbxRoleNum.Location = new System.Drawing.Point(95, 23);
     this.tbxRoleNum.Name = "tbxRoleNum";
     this.tbxRoleNum.Size = new System.Drawing.Size(161, 24);
     this.tbxRoleNum.TabIndex = 9;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(16, 26);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(75, 15);
     this.label6.TabIndex = 8;
     this.label6.Text = "角色编码:";
     //
     // groupBox5
     //
     this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox5.Controls.Add(this.lvRoleUserList);
     this.groupBox5.Controls.Add(this.btnDeleteRoleUser);
     this.groupBox5.Controls.Add(this.btnAddRoleUser);
     this.groupBox5.Controls.Add(this.btnCancelRole);
     this.groupBox5.Controls.Add(this.btnSaveRole);
     this.groupBox5.Font = new System.Drawing.Font("宋体", 9F);
     this.groupBox5.Location = new System.Drawing.Point(6, 143);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(258, 263);
     this.groupBox5.TabIndex = 3;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "用戶列表";
     //
     // lvRoleUserList
     //
     this.lvRoleUserList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvRoleUserList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     usm_iRecordID2,
     this.usm_cUserLoginID2,
     this.usm_cChaName2});
     this.lvRoleUserList.Enabled = false;
     this.lvRoleUserList.Font = new System.Drawing.Font("宋体", 10F);
     this.lvRoleUserList.FullRowSelect = true;
     this.lvRoleUserList.GridLines = true;
     this.lvRoleUserList.Location = new System.Drawing.Point(6, 23);
     this.lvRoleUserList.Name = "lvRoleUserList";
     this.lvRoleUserList.Size = new System.Drawing.Size(246, 182);
     this.lvRoleUserList.TabIndex = 0;
     this.lvRoleUserList.UseCompatibleStateImageBehavior = false;
     this.lvRoleUserList.View = System.Windows.Forms.View.Details;
     this.lvRoleUserList.SelectedIndexChanged += new System.EventHandler(this.lvRoleUserList_SelectedIndexChanged);
     //
     // usm_cUserLoginID2
     //
     this.usm_cUserLoginID2.Tag = "usm_cUserLoginID";
     this.usm_cUserLoginID2.Text = "用户帐号";
     this.usm_cUserLoginID2.Width = 150;
     //
     // usm_cChaName2
     //
     this.usm_cChaName2.Tag = "usm_cChaName";
     this.usm_cChaName2.Text = "用户名称";
     this.usm_cChaName2.Width = 120;
     //
     // btnDeleteRoleUser
     //
     this.btnDeleteRoleUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDeleteRoleUser.Enabled = false;
     this.btnDeleteRoleUser.Font = new System.Drawing.Font("宋体", 10F);
     this.btnDeleteRoleUser.Location = new System.Drawing.Point(139, 211);
     this.btnDeleteRoleUser.Name = "btnDeleteRoleUser";
     this.btnDeleteRoleUser.Size = new System.Drawing.Size(73, 23);
     this.btnDeleteRoleUser.TabIndex = 2;
     this.btnDeleteRoleUser.Text = "刪除用戶";
     this.btnDeleteRoleUser.UseVisualStyleBackColor = true;
     this.btnDeleteRoleUser.Click += new System.EventHandler(this.btnDeleteRoleUser_Click);
     //
     // btnAddRoleUser
     //
     this.btnAddRoleUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddRoleUser.Enabled = false;
     this.btnAddRoleUser.Font = new System.Drawing.Font("宋体", 10F);
     this.btnAddRoleUser.Location = new System.Drawing.Point(54, 211);
     this.btnAddRoleUser.Name = "btnAddRoleUser";
     this.btnAddRoleUser.Size = new System.Drawing.Size(72, 23);
     this.btnAddRoleUser.TabIndex = 1;
     this.btnAddRoleUser.Text = "新增用戶";
     this.btnAddRoleUser.UseVisualStyleBackColor = true;
     this.btnAddRoleUser.Click += new System.EventHandler(this.btnAddRoleUser_Click);
     //
     // btnCancelRole
     //
     this.btnCancelRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancelRole.Enabled = false;
     this.btnCancelRole.Font = new System.Drawing.Font("宋体", 10F);
     this.btnCancelRole.Location = new System.Drawing.Point(139, 240);
     this.btnCancelRole.Name = "btnCancelRole";
     this.btnCancelRole.Size = new System.Drawing.Size(75, 23);
     this.btnCancelRole.TabIndex = 5;
     this.btnCancelRole.Text = "取 消";
     this.btnCancelRole.UseVisualStyleBackColor = true;
     this.btnCancelRole.Click += new System.EventHandler(this.btnCancelRole_Click);
     //
     // btnSaveRole
     //
     this.btnSaveRole.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveRole.Enabled = false;
     this.btnSaveRole.Font = new System.Drawing.Font("宋体", 10F);
     this.btnSaveRole.Location = new System.Drawing.Point(54, 240);
     this.btnSaveRole.Name = "btnSaveRole";
     this.btnSaveRole.Size = new System.Drawing.Size(75, 23);
     this.btnSaveRole.TabIndex = 4;
     this.btnSaveRole.Text = "保 存";
     this.btnSaveRole.UseVisualStyleBackColor = true;
     this.btnSaveRole.Click += new System.EventHandler(this.btnSaveRole_Click);
     //
     // lvRole
     //
     this.lvRole.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvRole.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     rlm_iRecordID,
     this.rlm_cRoleID,
     this.rlm_cRoleDesc,
     this.rlm_cLast,
     this.rlm_dLastDate,
     this.rlm_cAdd,
     this.rlm_dAddDate});
     this.lvRole.FullRowSelect = true;
     this.lvRole.GridLines = true;
     this.lvRole.Location = new System.Drawing.Point(3, 3);
     this.lvRole.Name = "lvRole";
     this.lvRole.Size = new System.Drawing.Size(656, 412);
     this.lvRole.TabIndex = 1;
     this.lvRole.UseCompatibleStateImageBehavior = false;
     this.lvRole.View = System.Windows.Forms.View.Details;
     this.lvRole.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvRole_MouseDoubleClick);
     this.lvRole.SelectedIndexChanged += new System.EventHandler(this.lvRole_SelectedIndexChanged);
     //
     // rlm_cRoleID
     //
     this.rlm_cRoleID.Tag = "rlm_cRoleID";
     this.rlm_cRoleID.Text = "角色编码";
     this.rlm_cRoleID.Width = 100;
     //
     // rlm_cRoleDesc
     //
     this.rlm_cRoleDesc.Tag = "rlm_cRoleDesc";
     this.rlm_cRoleDesc.Text = "角色描述";
     this.rlm_cRoleDesc.Width = 150;
     //
     // rlm_cLast
     //
     this.rlm_cLast.Tag = "rlm_cLast";
     this.rlm_cLast.Text = "修改人";
     this.rlm_cLast.Width = 150;
     //
     // rlm_dLastDate
     //
     this.rlm_dLastDate.Tag = "rlm_dLastDate";
     this.rlm_dLastDate.Text = "最后修改时间";
     this.rlm_dLastDate.Width = 200;
     //
     // rlm_cAdd
     //
     this.rlm_cAdd.Tag = "rlm_cAdd";
     this.rlm_cAdd.Text = "新增人";
     this.rlm_cAdd.Width = 150;
     //
     // rlm_dAddDate
     //
     this.rlm_dAddDate.Tag = "rlm_dAddDate";
     this.rlm_dAddDate.Text = "新增時間";
     this.rlm_dAddDate.Width = 200;
     //
     // tbpRight
     //
     this.tbpRight.Controls.Add(this.spcRightSettings);
     this.tbpRight.Location = new System.Drawing.Point(4, 25);
     this.tbpRight.Name = "tbpRight";
     this.tbpRight.Padding = new System.Windows.Forms.Padding(3);
     this.tbpRight.Size = new System.Drawing.Size(944, 424);
     this.tbpRight.TabIndex = 2;
     this.tbpRight.Tag = "Right";
     this.tbpRight.Text = "权限设置";
     this.tbpRight.UseVisualStyleBackColor = true;
     //
     // spcRightSettings
     //
     this.spcRightSettings.Dock = System.Windows.Forms.DockStyle.Fill;
     this.spcRightSettings.Location = new System.Drawing.Point(3, 3);
     this.spcRightSettings.Name = "spcRightSettings";
     //
     // spcRightSettings.Panel1
     //
     this.spcRightSettings.Panel1.Controls.Add(this.tvFromMain);
     this.spcRightSettings.Panel1.Controls.Add(this.tvRights);
     this.spcRightSettings.Panel1MinSize = 200;
     //
     // spcRightSettings.Panel2
     //
     this.spcRightSettings.Panel2.Controls.Add(this.groupBox3);
     this.spcRightSettings.Size = new System.Drawing.Size(938, 418);
     this.spcRightSettings.SplitterDistance = 223;
     this.spcRightSettings.TabIndex = 0;
     //
     // tvFromMain
     //
     this.tvFromMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvFromMain.HotTracking = true;
     this.tvFromMain.Location = new System.Drawing.Point(0, 0);
     this.tvFromMain.Name = "tvFromMain";
     treeNode1.Name = "Node0";
     treeNode1.Text = "系统菜单";
     this.tvFromMain.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
     treeNode1});
     this.tvFromMain.Size = new System.Drawing.Size(223, 418);
     this.tvFromMain.TabIndex = 1;
     this.tvFromMain.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvMain_NodeMouseDoubleClick);
     //
     // tvRights
     //
     this.tvRights.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvRights.Location = new System.Drawing.Point(0, 0);
     this.tvRights.Name = "tvRights";
     this.tvRights.Size = new System.Drawing.Size(223, 418);
     this.tvRights.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.gbRole);
     this.groupBox3.Controls.Add(this.gbUser);
     this.groupBox3.Controls.Add(this.btnCancelRight);
     this.groupBox3.Controls.Add(this.btnSaveRight);
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(711, 418);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "权限对象设置";
     //
     // gbRole
     //
     this.gbRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.gbRole.Controls.Add(this.lvPurviewRole);
     this.gbRole.Enabled = false;
     this.gbRole.Location = new System.Drawing.Point(365, 23);
     this.gbRole.Name = "gbRole";
     this.gbRole.Size = new System.Drawing.Size(339, 360);
     this.gbRole.TabIndex = 6;
     this.gbRole.TabStop = false;
     this.gbRole.Text = "角色";
     //
     // lvPurviewRole
     //
     this.lvPurviewRole.CheckBoxes = true;
     this.lvPurviewRole.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     columnHeader4,
     this.columnHeader6,
     this.columnHeader7});
     this.lvPurviewRole.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPurviewRole.FullRowSelect = true;
     this.lvPurviewRole.GridLines = true;
     this.lvPurviewRole.Location = new System.Drawing.Point(3, 20);
     this.lvPurviewRole.Name = "lvPurviewRole";
     this.lvPurviewRole.Size = new System.Drawing.Size(333, 337);
     this.lvPurviewRole.TabIndex = 2;
     this.lvPurviewRole.UseCompatibleStateImageBehavior = false;
     this.lvPurviewRole.View = System.Windows.Forms.View.Details;
     this.lvPurviewRole.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvPurviewRole_ItemChecked);
     //
     // columnHeader6
     //
     this.columnHeader6.Tag = "rlm_cRoleID";
     this.columnHeader6.Text = "角色编码";
     this.columnHeader6.Width = 110;
     //
     // columnHeader7
     //
     this.columnHeader7.Tag = "rlm_cRoleDesc";
     this.columnHeader7.Text = "角色描述";
     this.columnHeader7.Width = 170;
     //
     // gbUser
     //
     this.gbUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.gbUser.Controls.Add(this.lvPurviewUser);
     this.gbUser.Enabled = false;
     this.gbUser.Location = new System.Drawing.Point(6, 23);
     this.gbUser.Name = "gbUser";
     this.gbUser.Size = new System.Drawing.Size(353, 360);
     this.gbUser.TabIndex = 5;
     this.gbUser.TabStop = false;
     this.gbUser.Text = "用户";
     //
     // lvPurviewUser
     //
     this.lvPurviewUser.CheckBoxes = true;
     this.lvPurviewUser.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader5});
     this.lvPurviewUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvPurviewUser.FullRowSelect = true;
     this.lvPurviewUser.GridLines = true;
     this.lvPurviewUser.Location = new System.Drawing.Point(3, 20);
     this.lvPurviewUser.Name = "lvPurviewUser";
     this.lvPurviewUser.Size = new System.Drawing.Size(347, 337);
     this.lvPurviewUser.TabIndex = 3;
     this.lvPurviewUser.UseCompatibleStateImageBehavior = false;
     this.lvPurviewUser.View = System.Windows.Forms.View.Details;
     this.lvPurviewUser.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvPurviewUser_ItemChecked);
     //
     // columnHeader1
     //
     this.columnHeader1.Tag = "usm_iRecordID";
     this.columnHeader1.Text = "";
     this.columnHeader1.Width = 25;
     //
     // columnHeader2
     //
     this.columnHeader2.Tag = "usm_cUserLoginID";
     this.columnHeader2.Text = "帳戶ID";
     this.columnHeader2.Width = 110;
     //
     // columnHeader3
     //
     this.columnHeader3.Tag = "usm_cChaName";
     this.columnHeader3.Text = "用戶名稱";
     this.columnHeader3.Width = 125;
     //
     // columnHeader5
     //
     this.columnHeader5.Tag = "usm_iLock";
     this.columnHeader5.Text = "停用";
     //
     // btnCancelRight
     //
     this.btnCancelRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancelRight.Enabled = false;
     this.btnCancelRight.Location = new System.Drawing.Point(630, 389);
     this.btnCancelRight.Name = "btnCancelRight";
     this.btnCancelRight.Size = new System.Drawing.Size(75, 23);
     this.btnCancelRight.TabIndex = 4;
     this.btnCancelRight.Text = "取 消";
     this.btnCancelRight.UseVisualStyleBackColor = true;
     this.btnCancelRight.Click += new System.EventHandler(this.btnCancelRight_Click);
     //
     // btnSaveRight
     //
     this.btnSaveRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveRight.Enabled = false;
     this.btnSaveRight.Location = new System.Drawing.Point(536, 389);
     this.btnSaveRight.Name = "btnSaveRight";
     this.btnSaveRight.Size = new System.Drawing.Size(75, 23);
     this.btnSaveRight.TabIndex = 3;
     this.btnSaveRight.Text = "保 存";
     this.btnSaveRight.UseVisualStyleBackColor = true;
     this.btnSaveRight.Click += new System.EventHandler(this.btnSaveRight_Click);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.btnCancelFormRight);
     this.tabPage1.Controls.Add(this.btnSaveFormRight);
     this.tabPage1.Controls.Add(this.btnSetRight);
     this.tabPage1.Controls.Add(this.gbFormTree);
     this.tabPage1.Controls.Add(this.gbxUserAndRole);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Size = new System.Drawing.Size(944, 424);
     this.tabPage1.TabIndex = 3;
     this.tabPage1.Text = "权限设置-用户";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // btnCancelFormRight
     //
     this.btnCancelFormRight.Enabled = false;
     this.btnCancelFormRight.Location = new System.Drawing.Point(300, 372);
     this.btnCancelFormRight.Name = "btnCancelFormRight";
     this.btnCancelFormRight.Size = new System.Drawing.Size(94, 30);
     this.btnCancelFormRight.TabIndex = 4;
     this.btnCancelFormRight.Text = "取 消";
     this.btnCancelFormRight.UseVisualStyleBackColor = true;
     this.btnCancelFormRight.Click += new System.EventHandler(this.btnCancelFormRight_Click);
     //
     // btnSaveFormRight
     //
     this.btnSaveFormRight.Enabled = false;
     this.btnSaveFormRight.Location = new System.Drawing.Point(300, 326);
     this.btnSaveFormRight.Name = "btnSaveFormRight";
     this.btnSaveFormRight.Size = new System.Drawing.Size(94, 30);
     this.btnSaveFormRight.TabIndex = 3;
     this.btnSaveFormRight.Text = "保 存";
     this.btnSaveFormRight.UseVisualStyleBackColor = true;
     this.btnSaveFormRight.Click += new System.EventHandler(this.btnSaveFormRight_Click);
     //
     // btnSetRight
     //
     this.btnSetRight.Location = new System.Drawing.Point(300, 92);
     this.btnSetRight.Name = "btnSetRight";
     this.btnSetRight.Size = new System.Drawing.Size(94, 42);
     this.btnSetRight.TabIndex = 2;
     this.btnSetRight.Text = "设置权限";
     this.btnSetRight.UseVisualStyleBackColor = true;
     this.btnSetRight.Click += new System.EventHandler(this.btnSetRight_Click);
     //
     // gbFormTree
     //
     this.gbFormTree.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gbFormTree.Controls.Add(this.tvFromMain2);
     this.gbFormTree.Enabled = false;
     this.gbFormTree.Location = new System.Drawing.Point(411, 12);
     this.gbFormTree.Name = "gbFormTree";
     this.gbFormTree.Size = new System.Drawing.Size(528, 407);
     this.gbFormTree.TabIndex = 1;
     this.gbFormTree.TabStop = false;
     this.gbFormTree.Text = "表单权限";
     //
     // tvFromMain2
     //
     this.tvFromMain2.CheckBoxes = true;
     this.tvFromMain2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvFromMain2.HotTracking = true;
     this.tvFromMain2.Location = new System.Drawing.Point(3, 20);
     this.tvFromMain2.Name = "tvFromMain2";
     treeNode2.Name = "Node0";
     treeNode2.Text = "系统菜单";
     this.tvFromMain2.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
     treeNode2});
     this.tvFromMain2.Size = new System.Drawing.Size(522, 384);
     this.tvFromMain2.TabIndex = 2;
     this.tvFromMain2.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvFromMain2_AfterCheck);
     //
     // gbxUserAndRole
     //
     this.gbxUserAndRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.gbxUserAndRole.Controls.Add(this.splitContainer1);
     this.gbxUserAndRole.Location = new System.Drawing.Point(5, 12);
     this.gbxUserAndRole.Name = "gbxUserAndRole";
     this.gbxUserAndRole.Size = new System.Drawing.Size(275, 407);
     this.gbxUserAndRole.TabIndex = 0;
     this.gbxUserAndRole.TabStop = false;
     this.gbxUserAndRole.Text = "用户或角色";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 20);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tbxSearch);
     this.splitContainer1.Panel1.Controls.Add(this.label8);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lvUserAndRole);
     this.splitContainer1.Size = new System.Drawing.Size(269, 384);
     this.splitContainer1.SplitterDistance = 68;
     this.splitContainer1.TabIndex = 0;
     //
     // tbxSearch
     //
     this.tbxSearch.Location = new System.Drawing.Point(15, 39);
     this.tbxSearch.Name = "tbxSearch";
     this.tbxSearch.Size = new System.Drawing.Size(238, 24);
     this.tbxSearch.TabIndex = 3;
     this.tbxSearch.TextChanged += new System.EventHandler(this.tbxSearch_TextChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(12, 21);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(127, 15);
     this.label8.TabIndex = 2;
     this.label8.Text = "用户或角色名称:";
     //
     // lvUserAndRole
     //
     this.lvUserAndRole.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.recordID,
     this.stringID,
     this.remark,
     this.accountTypeName,
     this.accountCType});
     this.lvUserAndRole.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvUserAndRole.FullRowSelect = true;
     this.lvUserAndRole.GridLines = true;
     this.lvUserAndRole.Location = new System.Drawing.Point(0, 0);
     this.lvUserAndRole.MultiSelect = false;
     this.lvUserAndRole.Name = "lvUserAndRole";
     this.lvUserAndRole.Size = new System.Drawing.Size(269, 312);
     this.lvUserAndRole.TabIndex = 3;
     this.lvUserAndRole.UseCompatibleStateImageBehavior = false;
     this.lvUserAndRole.View = System.Windows.Forms.View.Details;
     //
     // recordID
     //
     this.recordID.Tag = "recordID";
     this.recordID.Text = "";
     this.recordID.Width = 0;
     //
     // stringID
     //
     this.stringID.Tag = "stringID";
     this.stringID.Text = "ID";
     this.stringID.Width = 80;
     //
     // remark
     //
     this.remark.Tag = "remark";
     this.remark.Text = "描述";
     this.remark.Width = 100;
     //
     // accountTypeName
     //
     this.accountTypeName.Tag = "accountTypeName";
     this.accountTypeName.Text = "类型";
     //
     // accountCType
     //
     this.accountCType.Tag = "accountCType";
     this.accountCType.Text = "";
     //
     // sysToolBar
     //
     this.sysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.sysToolBar.BtnDelete_IsEnabled = false;
     this.sysToolBar.BtnDelete_IsUsed = true;
     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 = true;
     this.sysToolBar.BtnNew_IsEnabled = true;
     this.sysToolBar.BtnNew_IsUsed = true;
     this.sysToolBar.BtnRefresh_IsEnabled = true;
     this.sysToolBar.BtnRefresh_IsUsed = true;
     this.sysToolBar.BtnSave_IsEnabled = false;
     this.sysToolBar.BtnSave_IsUsed = false;
     this.sysToolBar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.sysToolBar.Font = new System.Drawing.Font("宋体", 12F);
     this.sysToolBar.Location = new System.Drawing.Point(4, 4);
     this.sysToolBar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.sysToolBar.Name = "sysToolBar";
     this.sysToolBar.Size = new System.Drawing.Size(950, 31);
     this.sysToolBar.TabIndex = 1;
     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.OnItemModify_Click += new WindowControls.HBPMS.SystemToolBar.ItemModify_Click(this.sysToolBar_OnItemModify_Click);
     this.sysToolBar.OnItemNew_Click += new WindowControls.HBPMS.SystemToolBar.ItemNew_Click(this.sysToolBar_OnItemNew_Click);
     this.sysToolBar.OnItemExit_Click += new WindowControls.HBPMS.SystemToolBar.ItemExit_Click(this.sysToolBar_OnItemExit_Click);
     //
     // UserRoleRightSettings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(958, 498);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name = "UserRoleRightSettings";
     this.TabText = "权限设置";
     this.Text = "权限设置";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tbcMain.ResumeLayout(false);
     this.tbpUser.ResumeLayout(false);
     this.tlpUser.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.tbpRole.ResumeLayout(false);
     this.tlpRoles.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.tbpRight.ResumeLayout(false);
     this.spcRightSettings.Panel1.ResumeLayout(false);
     this.spcRightSettings.Panel2.ResumeLayout(false);
     this.spcRightSettings.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.gbRole.ResumeLayout(false);
     this.gbUser.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.gbFormTree.ResumeLayout(false);
     this.gbxUserAndRole.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#18
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.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);
 }
示例#19
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.SysToolBar = new WindowControls.HBPMS.SystemToolBar();
     this.panel2 = 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.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbxPrinterType = new System.Windows.Forms.ComboBox();
     this.lvSRMInfo = new System.Windows.Forms.ListView();
     this.srm_iRecordID = new System.Windows.Forms.ColumnHeader();
     this.srm_cReasonCode = new System.Windows.Forms.ColumnHeader();
     this.srm_cMachineTypeName = new System.Windows.Forms.ColumnHeader();
     this.srm_cReasonTypeName = new System.Windows.Forms.ColumnHeader();
     this.srm_cReasonName = new System.Windows.Forms.ColumnHeader();
     this.srm_iSeq = new System.Windows.Forms.ColumnHeader();
     this.srm_lIsParallelable = new System.Windows.Forms.ColumnHeader();
     this.srm_iPredictedTime = new System.Windows.Forms.ColumnHeader();
     this.srm_lIsAtive = new System.Windows.Forms.ColumnHeader();
     this.cPlanTypeDec = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.上移ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.下移ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel2.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // SysToolBar
     //
     this.SysToolBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.SysToolBar.BtnDelete_IsEnabled = true;
     this.SysToolBar.BtnDelete_IsUsed = true;
     this.SysToolBar.BtnDetail_IsEnabled = true;
     this.SysToolBar.BtnDetail_IsUsed = true;
     this.SysToolBar.BtnExit_IsEnabled = true;
     this.SysToolBar.BtnExit_IsUsed = true;
     this.SysToolBar.BtnModify_IsEnabled = true;
     this.SysToolBar.BtnModify_IsUsed = true;
     this.SysToolBar.BtnNew_IsEnabled = true;
     this.SysToolBar.BtnNew_IsUsed = true;
     this.SysToolBar.BtnRefresh_IsEnabled = true;
     this.SysToolBar.BtnRefresh_IsUsed = true;
     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(891, 25);
     this.SysToolBar.TabIndex = 5;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.btnUP);
     this.panel2.Controls.Add(this.btnDOWN);
     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(891, 52);
     this.panel2.TabIndex = 6;
     //
     // 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(722, 29);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(89, 12);
     this.label3.TabIndex = 8;
     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(816, 23);
     this.btnUP.Name = "btnUP";
     this.btnUP.Size = new System.Drawing.Size(28, 23);
     this.btnUP.TabIndex = 7;
     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(850, 23);
     this.btnDOWN.Name = "btnDOWN";
     this.btnDOWN.Size = new System.Drawing.Size(28, 23);
     this.btnDOWN.TabIndex = 6;
     this.btnDOWN.UseVisualStyleBackColor = true;
     this.btnDOWN.Click += new System.EventHandler(this.btnDOWN_Click);
     //
     // 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);
     //
     // lvSRMInfo
     //
     this.lvSRMInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.srm_iRecordID,
     this.srm_cReasonCode,
     this.srm_cMachineTypeName,
     this.srm_cReasonTypeName,
     this.srm_cReasonName,
     this.srm_iSeq,
     this.srm_lIsParallelable,
     this.srm_iPredictedTime,
     this.srm_lIsAtive,
     this.cPlanTypeDec});
     this.lvSRMInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvSRMInfo.Font = new System.Drawing.Font("宋体", 12F);
     this.lvSRMInfo.FullRowSelect = true;
     this.lvSRMInfo.GridLines = true;
     this.lvSRMInfo.Location = new System.Drawing.Point(0, 77);
     this.lvSRMInfo.Name = "lvSRMInfo";
     this.lvSRMInfo.Size = new System.Drawing.Size(891, 492);
     this.lvSRMInfo.TabIndex = 7;
     this.lvSRMInfo.UseCompatibleStateImageBehavior = false;
     this.lvSRMInfo.View = System.Windows.Forms.View.Details;
     this.lvSRMInfo.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvSRMInfo_MouseDoubleClick);
     this.lvSRMInfo.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvSRMInfo_MouseClick);
     this.lvSRMInfo.SelectedIndexChanged += new System.EventHandler(this.lvSRMInfo_SelectedIndexChanged);
     //
     // srm_iRecordID
     //
     this.srm_iRecordID.Tag = "srm_iRecordID";
     this.srm_iRecordID.Text = "停機原因ID";
     this.srm_iRecordID.Width = 120;
     //
     // srm_cReasonCode
     //
     this.srm_cReasonCode.Tag = "srm_cReasonCode";
     this.srm_cReasonCode.Text = "停機編碼";
     this.srm_cReasonCode.Width = 80;
     //
     // srm_cMachineTypeName
     //
     this.srm_cMachineTypeName.Tag = "srm_cMachineTypeName";
     this.srm_cMachineTypeName.Text = "機台類型";
     this.srm_cMachineTypeName.Width = 99;
     //
     // srm_cReasonTypeName
     //
     this.srm_cReasonTypeName.Tag = "srm_cReasonTypeName";
     this.srm_cReasonTypeName.Text = "停機原因類型";
     this.srm_cReasonTypeName.Width = 150;
     //
     // srm_cReasonName
     //
     this.srm_cReasonName.Tag = "srm_cReasonName";
     this.srm_cReasonName.Text = "停機原因名稱";
     this.srm_cReasonName.Width = 150;
     //
     // srm_iSeq
     //
     this.srm_iSeq.Tag = "srm_iSeq";
     this.srm_iSeq.Text = "順序號";
     this.srm_iSeq.Width = 85;
     //
     // srm_lIsParallelable
     //
     this.srm_lIsParallelable.Tag = "IsParallblableChiness";
     this.srm_lIsParallelable.Text = "是否可並行的";
     this.srm_lIsParallelable.Width = 120;
     //
     // srm_iPredictedTime
     //
     this.srm_iPredictedTime.Tag = "srm_iPredictedTime";
     this.srm_iPredictedTime.Text = "預計停機時間(分鐘)";
     this.srm_iPredictedTime.Width = 180;
     //
     // srm_lIsAtive
     //
     this.srm_lIsAtive.Tag = "IsAtiveChiness";
     this.srm_lIsAtive.Text = "是否有效";
     this.srm_lIsAtive.Width = 120;
     //
     // cPlanTypeDec
     //
     this.cPlanTypeDec.Tag = "cPlanTypeDec";
     this.cPlanTypeDec.Text = "計劃類型";
     this.cPlanTypeDec.Width = 120;
     //
     // 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 = "下移";
     //
     // StopReason
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(891, 569);
     this.Controls.Add(this.lvSRMInfo);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.SysToolBar);
     this.Name = "StopReason";
     this.TabText = "停機原因主檔";
     this.Tag = "停機原因主檔";
     this.Text = "停機原因主檔";
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#20
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);
 }