namespace MorClient.UserFrmFrame { partial class FrmFlushingFormula { /// /// 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.uiButton3 = new Sunny.UI.UIButton(); this.uiButton4 = new Sunny.UI.UIButton(); this.uiButton2 = new Sunny.UI.UIButton(); this.uiButton1 = new Sunny.UI.UIButton(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.uiButton5 = new Sunny.UI.UIButton(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.SuspendLayout(); // // uiButton3 // this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton3.Dock = System.Windows.Forms.DockStyle.Fill; this.uiButton3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton3.Location = new System.Drawing.Point(764, 2); this.uiButton3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton3.Name = "uiButton3"; this.uiButton3.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton3.Size = new System.Drawing.Size(248, 36); this.uiButton3.Style = Sunny.UI.UIStyle.Custom; this.uiButton3.TabIndex = 25; this.uiButton3.Text = "取消"; this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click); // // uiButton4 // this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton4.Dock = System.Windows.Forms.DockStyle.Fill; this.uiButton4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton4.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton4.Location = new System.Drawing.Point(509, 2); this.uiButton4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.uiButton4.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton4.Name = "uiButton4"; this.uiButton4.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton4.Size = new System.Drawing.Size(247, 34); this.uiButton4.Style = Sunny.UI.UIStyle.Custom; this.uiButton4.TabIndex = 24; this.uiButton4.Text = "修改"; this.uiButton4.Click += new System.EventHandler(this.uiButton4_Click); // // uiButton2 // this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton2.Dock = System.Windows.Forms.DockStyle.Fill; this.uiButton2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton2.Location = new System.Drawing.Point(256, 2); this.uiButton2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton2.Name = "uiButton2"; this.uiButton2.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton2.Size = new System.Drawing.Size(247, 34); this.uiButton2.Style = Sunny.UI.UIStyle.Custom; this.uiButton2.TabIndex = 18; this.uiButton2.Text = "删除"; this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click); // // uiButton1 // this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton1.Location = new System.Drawing.Point(3, 2); this.uiButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton1.Name = "uiButton1"; this.uiButton1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton1.Size = new System.Drawing.Size(247, 34); this.uiButton1.Style = Sunny.UI.UIStyle.Custom; this.uiButton1.TabIndex = 17; this.uiButton1.Text = "新增"; this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click); // // dataGridView // this.dataGridView.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(151)))), ((int)(((byte)(176))))); this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView.Location = new System.Drawing.Point(3, 47); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 27; this.dataGridView.Size = new System.Drawing.Size(1015, 462); this.dataGridView.TabIndex = 0; this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); // // uiButton5 // this.uiButton5.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton5.Dock = System.Windows.Forms.DockStyle.Fill; this.uiButton5.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton5.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton5.Location = new System.Drawing.Point(762, 2); this.uiButton5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.uiButton5.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton5.Name = "uiButton5"; this.uiButton5.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100))))); this.uiButton5.Size = new System.Drawing.Size(250, 34); this.uiButton5.Style = Sunny.UI.UIStyle.Custom; this.uiButton5.TabIndex = 27; this.uiButton5.Text = "保存"; this.uiButton5.Click += new System.EventHandler(this.uiButton5_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Controls.Add(this.uiButton5, 3, 0); this.tableLayoutPanel1.Controls.Add(this.uiButton4, 2, 0); this.tableLayoutPanel1.Controls.Add(this.uiButton1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.uiButton2, 1, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); 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, 38F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1015, 38); this.tableLayoutPanel1.TabIndex = 1; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.dataGridView, 0, 1); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 2); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 3; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.039187F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 83.92162F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.039187F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1021, 558); this.tableLayoutPanel2.TabIndex = 27; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel3.Controls.Add(this.uiButton3, 1, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 515); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(1015, 40); this.tableLayoutPanel3.TabIndex = 2; // // FrmFlushingFormula // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(151)))), ((int)(((byte)(176))))); this.ClientSize = new System.Drawing.Size(1021, 558); this.Controls.Add(this.tableLayoutPanel2); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FrmFlushingFormula"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "冲洗臂配方设置"; this.Load += new System.EventHandler(this.FrmFlushingFormula_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIButton uiButton3; private Sunny.UI.UIButton uiButton4; private Sunny.UI.UIButton uiButton2; private Sunny.UI.UIButton uiButton1; private System.Windows.Forms.DataGridView dataGridView; private Sunny.UI.UIButton uiButton5; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; } }