namespace LargeSquareOne { partial class FrmInterCfg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEnhanced1 = new System.Windows.Forms.Panel(); this.panel_mid = new System.Windows.Forms.Panel(); this.btn_interSave = new System.Windows.Forms.Button(); this.btn_interDelete = new System.Windows.Forms.Button(); this.btn_interAdd = new System.Windows.Forms.Button(); this.dgv_workInterface = new System.Windows.Forms.DataGridView(); this.label2 = new AntdUI.Label(); this.panel_bottom = new System.Windows.Forms.Panel(); this.btn_test = new System.Windows.Forms.Button(); this.btn_exit = new System.Windows.Forms.Button(); this.panel_top = new System.Windows.Forms.Panel(); this.btn_codeDelete = new System.Windows.Forms.Button(); this.btn_codeSave = new System.Windows.Forms.Button(); this.btn_codeAdd = new System.Windows.Forms.Button(); this.label1 = new AntdUI.Label(); this.dgv_materialRul = new System.Windows.Forms.DataGridView(); this.bindingSource_frameRule = new System.Windows.Forms.BindingSource(this.components); this.bindingSource_workInterface = new System.Windows.Forms.BindingSource(this.components); this.panelEnhanced1.SuspendLayout(); this.panel_mid.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_workInterface)).BeginInit(); this.panel_bottom.SuspendLayout(); this.panel_top.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_materialRul)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource_frameRule)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource_workInterface)).BeginInit(); this.SuspendLayout(); // // panelEnhanced1 // this.panelEnhanced1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.panelEnhanced1.Controls.Add(this.panel_mid); this.panelEnhanced1.Controls.Add(this.panel_bottom); this.panelEnhanced1.Controls.Add(this.panel_top); this.panelEnhanced1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEnhanced1.Location = new System.Drawing.Point(0, 0); this.panelEnhanced1.Name = "panelEnhanced1"; this.panelEnhanced1.Size = new System.Drawing.Size(1207, 766); this.panelEnhanced1.TabIndex = 0; // // panel_mid // this.panel_mid.BackColor = System.Drawing.Color.Transparent; this.panel_mid.Controls.Add(this.btn_interSave); this.panel_mid.Controls.Add(this.btn_interDelete); this.panel_mid.Controls.Add(this.btn_interAdd); this.panel_mid.Controls.Add(this.dgv_workInterface); this.panel_mid.Controls.Add(this.label2); this.panel_mid.Dock = System.Windows.Forms.DockStyle.Fill; this.panel_mid.Location = new System.Drawing.Point(0, 327); this.panel_mid.Name = "panel_mid"; this.panel_mid.Size = new System.Drawing.Size(1207, 339); this.panel_mid.TabIndex = 1; // // btn_interSave // this.btn_interSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_interSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_interSave.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_interSave.ForeColor = System.Drawing.Color.White; this.btn_interSave.Location = new System.Drawing.Point(1032, 230); this.btn_interSave.Name = "btn_interSave"; this.btn_interSave.Size = new System.Drawing.Size(103, 42); this.btn_interSave.TabIndex = 6; this.btn_interSave.Text = "保存"; this.btn_interSave.UseVisualStyleBackColor = false; this.btn_interSave.Click += new System.EventHandler(this.btn_interSave_Click); // // btn_interDelete // this.btn_interDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_interDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_interDelete.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_interDelete.ForeColor = System.Drawing.Color.White; this.btn_interDelete.Location = new System.Drawing.Point(1032, 145); this.btn_interDelete.Name = "btn_interDelete"; this.btn_interDelete.Size = new System.Drawing.Size(103, 42); this.btn_interDelete.TabIndex = 5; this.btn_interDelete.Text = "删除"; this.btn_interDelete.UseVisualStyleBackColor = false; this.btn_interDelete.Click += new System.EventHandler(this.btn_interDelete_Click); // // btn_interAdd // this.btn_interAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_interAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_interAdd.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_interAdd.ForeColor = System.Drawing.Color.White; this.btn_interAdd.Location = new System.Drawing.Point(1032, 61); this.btn_interAdd.Name = "btn_interAdd"; this.btn_interAdd.Size = new System.Drawing.Size(103, 42); this.btn_interAdd.TabIndex = 4; this.btn_interAdd.Text = "增加"; this.btn_interAdd.UseVisualStyleBackColor = false; this.btn_interAdd.Click += new System.EventHandler(this.btn_interAdd_Click); // // dgv_workInterface // this.dgv_workInterface.AllowUserToAddRows = false; this.dgv_workInterface.AllowUserToDeleteRows = false; this.dgv_workInterface.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); this.dgv_workInterface.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv_workInterface.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_workInterface.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgv_workInterface.ColumnHeadersHeight = 29; this.dgv_workInterface.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_workInterface.DefaultCellStyle = dataGridViewCellStyle2; this.dgv_workInterface.EnableHeadersVisualStyles = false; this.dgv_workInterface.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); this.dgv_workInterface.Location = new System.Drawing.Point(29, 47); this.dgv_workInterface.Name = "dgv_workInterface"; this.dgv_workInterface.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_workInterface.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgv_workInterface.RowHeadersWidth = 51; this.dgv_workInterface.RowTemplate.Height = 27; this.dgv_workInterface.Size = new System.Drawing.Size(942, 269); this.dgv_workInterface.TabIndex = 3; // // label2 // this.label2.Font = new System.Drawing.Font("微软雅黑", 12F); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(29, 18); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(132, 23); this.label2.TabIndex = 2; this.label2.Text = "车间与接口"; // // panel_bottom // this.panel_bottom.BackColor = System.Drawing.Color.Transparent; this.panel_bottom.Controls.Add(this.btn_test); this.panel_bottom.Controls.Add(this.btn_exit); this.panel_bottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel_bottom.Location = new System.Drawing.Point(0, 666); this.panel_bottom.Name = "panel_bottom"; this.panel_bottom.Size = new System.Drawing.Size(1207, 100); this.panel_bottom.TabIndex = 2; // // btn_test // this.btn_test.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_test.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_test.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_test.ForeColor = System.Drawing.Color.White; this.btn_test.Location = new System.Drawing.Point(1092, 29); this.btn_test.Name = "btn_test"; this.btn_test.Size = new System.Drawing.Size(103, 42); this.btn_test.TabIndex = 5; this.btn_test.Text = "For Test"; this.btn_test.UseVisualStyleBackColor = false; this.btn_test.Click += new System.EventHandler(this.btn_test_Click); // // btn_exit // this.btn_exit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_exit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_exit.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_exit.ForeColor = System.Drawing.Color.White; this.btn_exit.Location = new System.Drawing.Point(552, 29); this.btn_exit.Name = "btn_exit"; this.btn_exit.Size = new System.Drawing.Size(103, 42); this.btn_exit.TabIndex = 4; this.btn_exit.Text = "退出"; this.btn_exit.UseVisualStyleBackColor = false; this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click); // // panel_top // this.panel_top.BackColor = System.Drawing.Color.Transparent; this.panel_top.Controls.Add(this.btn_codeDelete); this.panel_top.Controls.Add(this.btn_codeSave); this.panel_top.Controls.Add(this.btn_codeAdd); this.panel_top.Controls.Add(this.label1); this.panel_top.Controls.Add(this.dgv_materialRul); this.panel_top.Dock = System.Windows.Forms.DockStyle.Top; this.panel_top.Location = new System.Drawing.Point(0, 0); this.panel_top.Name = "panel_top"; this.panel_top.Size = new System.Drawing.Size(1207, 327); this.panel_top.TabIndex = 0; // // btn_codeDelete // this.btn_codeDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_codeDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_codeDelete.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_codeDelete.ForeColor = System.Drawing.Color.White; this.btn_codeDelete.Location = new System.Drawing.Point(798, 136); this.btn_codeDelete.Name = "btn_codeDelete"; this.btn_codeDelete.Size = new System.Drawing.Size(103, 42); this.btn_codeDelete.TabIndex = 4; this.btn_codeDelete.Text = "删除"; this.btn_codeDelete.UseVisualStyleBackColor = false; this.btn_codeDelete.Click += new System.EventHandler(this.btn_codeDelete_Click); // // btn_codeSave // this.btn_codeSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_codeSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_codeSave.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_codeSave.ForeColor = System.Drawing.Color.White; this.btn_codeSave.Location = new System.Drawing.Point(798, 200); this.btn_codeSave.Name = "btn_codeSave"; this.btn_codeSave.Size = new System.Drawing.Size(103, 42); this.btn_codeSave.TabIndex = 3; this.btn_codeSave.Text = "保存"; this.btn_codeSave.UseVisualStyleBackColor = false; this.btn_codeSave.Click += new System.EventHandler(this.btn_codeSave_Click); // // btn_codeAdd // this.btn_codeAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78))))); this.btn_codeAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_codeAdd.Font = new System.Drawing.Font("微软雅黑", 11.5F); this.btn_codeAdd.ForeColor = System.Drawing.Color.White; this.btn_codeAdd.Location = new System.Drawing.Point(798, 67); this.btn_codeAdd.Name = "btn_codeAdd"; this.btn_codeAdd.Size = new System.Drawing.Size(103, 42); this.btn_codeAdd.TabIndex = 2; this.btn_codeAdd.Text = "增加"; this.btn_codeAdd.UseVisualStyleBackColor = false; this.btn_codeAdd.Click += new System.EventHandler(this.btn_codeAdd_Click); // // label1 // this.label1.Font = new System.Drawing.Font("微软雅黑", 12F); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(29, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(132, 23); this.label1.TabIndex = 1; this.label1.Text = "料框码与车间"; // // dgv_materialRul // this.dgv_materialRul.AllowUserToAddRows = false; this.dgv_materialRul.AllowUserToDeleteRows = false; this.dgv_materialRul.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); this.dgv_materialRul.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv_materialRul.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_materialRul.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgv_materialRul.ColumnHeadersHeight = 29; this.dgv_materialRul.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80))))); dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_materialRul.DefaultCellStyle = dataGridViewCellStyle5; this.dgv_materialRul.EnableHeadersVisualStyles = false; this.dgv_materialRul.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); this.dgv_materialRul.Location = new System.Drawing.Point(29, 51); this.dgv_materialRul.Name = "dgv_materialRul"; this.dgv_materialRul.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80))))); dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_materialRul.RowHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgv_materialRul.RowHeadersWidth = 51; this.dgv_materialRul.RowTemplate.Height = 27; this.dgv_materialRul.Size = new System.Drawing.Size(731, 245); this.dgv_materialRul.TabIndex = 0; // // FrmInterCfg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1207, 766); this.Controls.Add(this.panelEnhanced1); this.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FrmInterCfg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmInterCfg"; this.Load += new System.EventHandler(this.FrmInterCfg_Load); this.panelEnhanced1.ResumeLayout(false); this.panel_mid.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv_workInterface)).EndInit(); this.panel_bottom.ResumeLayout(false); this.panel_top.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv_materialRul)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource_frameRule)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource_workInterface)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelEnhanced1; private System.Windows.Forms.Panel panel_bottom; private System.Windows.Forms.Panel panel_mid; private System.Windows.Forms.Panel panel_top; private AntdUI.Label label1; private System.Windows.Forms.DataGridView dgv_materialRul; private System.Windows.Forms.Button btn_codeSave; private System.Windows.Forms.Button btn_codeAdd; private System.Windows.Forms.BindingSource bindingSource_frameRule; private System.Windows.Forms.Button btn_exit; private System.Windows.Forms.Button btn_codeDelete; private System.Windows.Forms.Button btn_interSave; private System.Windows.Forms.Button btn_interDelete; private System.Windows.Forms.Button btn_interAdd; private System.Windows.Forms.DataGridView dgv_workInterface; private AntdUI.Label label2; private System.Windows.Forms.BindingSource bindingSource_workInterface; private System.Windows.Forms.Button btn_test; } }