|
|
namespace WindowsFormsApp1.UserControls.配方
|
|
|
{
|
|
|
partial class ScrubbingFormula
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.uiButton5 = new Sunny.UI.UIButton();
|
|
|
this.uiButton6 = new Sunny.UI.UIButton();
|
|
|
this.uiButton7 = new Sunny.UI.UIButton();
|
|
|
this.uiButton8 = new Sunny.UI.UIButton();
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.uiButton4 = new Sunny.UI.UIButton();
|
|
|
this.uiButton3 = new Sunny.UI.UIButton();
|
|
|
this.uiButton1 = new Sunny.UI.UIButton();
|
|
|
this.uiButton2 = new Sunny.UI.UIButton();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
|
this.tableLayoutPanel4.SuspendLayout();
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 90F));
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 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 = 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.Size = new System.Drawing.Size(1218, 754);
|
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
|
//
|
|
|
// tableLayoutPanel3
|
|
|
//
|
|
|
this.tableLayoutPanel3.ColumnCount = 1;
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel3.Controls.Add(this.dataGridView, 0, 0);
|
|
|
this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 1);
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(124, 3);
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
|
this.tableLayoutPanel3.RowCount = 2;
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 93.18182F));
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.818181F));
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(1091, 748);
|
|
|
this.tableLayoutPanel3.TabIndex = 28;
|
|
|
//
|
|
|
// 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, 3);
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
this.dataGridView.RowHeadersWidth = 51;
|
|
|
this.dataGridView.RowTemplate.Height = 27;
|
|
|
this.dataGridView.Size = new System.Drawing.Size(1085, 691);
|
|
|
this.dataGridView.TabIndex = 0;
|
|
|
this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
|
|
|
this.dataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView_DataError);
|
|
|
this.dataGridView.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dataGridView_EditingControlShowing);
|
|
|
//
|
|
|
// tableLayoutPanel4
|
|
|
//
|
|
|
this.tableLayoutPanel4.ColumnCount = 5;
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
|
|
|
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
|
this.tableLayoutPanel4.Controls.Add(this.uiButton5, 3, 0);
|
|
|
this.tableLayoutPanel4.Controls.Add(this.uiButton6, 2, 0);
|
|
|
this.tableLayoutPanel4.Controls.Add(this.uiButton7, 0, 0);
|
|
|
this.tableLayoutPanel4.Controls.Add(this.uiButton8, 1, 0);
|
|
|
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 700);
|
|
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
|
|
this.tableLayoutPanel4.RowCount = 1;
|
|
|
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel4.Size = new System.Drawing.Size(1085, 45);
|
|
|
this.tableLayoutPanel4.TabIndex = 1;
|
|
|
//
|
|
|
// 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.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton5.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton5.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
|
|
|
this.uiButton5.FillSelectedColor = 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(543, 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.Transparent;
|
|
|
this.uiButton5.RectDisableColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton5.RectHoverColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton5.RectPressColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton5.RectSelectedColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton5.Size = new System.Drawing.Size(174, 41);
|
|
|
this.uiButton5.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton5.TabIndex = 27;
|
|
|
this.uiButton5.Text = "保存";
|
|
|
this.uiButton5.Click += new System.EventHandler(this.uiButton5_Click);
|
|
|
//
|
|
|
// uiButton6
|
|
|
//
|
|
|
this.uiButton6.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.uiButton6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.uiButton6.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton6.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton6.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton6.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
|
|
|
this.uiButton6.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton6.Location = new System.Drawing.Point(363, 2);
|
|
|
this.uiButton6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.uiButton6.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiButton6.Name = "uiButton6";
|
|
|
this.uiButton6.RectColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton6.RectDisableColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton6.RectHoverColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton6.RectPressColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton6.RectSelectedColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton6.Size = new System.Drawing.Size(174, 41);
|
|
|
this.uiButton6.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton6.TabIndex = 24;
|
|
|
this.uiButton6.Text = "修改";
|
|
|
this.uiButton6.Click += new System.EventHandler(this.uiButton6_Click);
|
|
|
//
|
|
|
// uiButton7
|
|
|
//
|
|
|
this.uiButton7.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.uiButton7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.uiButton7.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton7.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton7.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton7.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
|
|
|
this.uiButton7.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton7.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton7.Location = new System.Drawing.Point(3, 2);
|
|
|
this.uiButton7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.uiButton7.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiButton7.Name = "uiButton7";
|
|
|
this.uiButton7.RectColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton7.RectDisableColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton7.RectHoverColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton7.RectPressColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton7.RectSelectedColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton7.Size = new System.Drawing.Size(174, 41);
|
|
|
this.uiButton7.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton7.TabIndex = 17;
|
|
|
this.uiButton7.Text = "新增";
|
|
|
this.uiButton7.Click += new System.EventHandler(this.uiButton7_Click);
|
|
|
//
|
|
|
// uiButton8
|
|
|
//
|
|
|
this.uiButton8.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
this.uiButton8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.uiButton8.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton8.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton8.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton8.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(208)))), ((int)(((byte)(80)))));
|
|
|
this.uiButton8.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton8.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton8.Location = new System.Drawing.Point(183, 2);
|
|
|
this.uiButton8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.uiButton8.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
this.uiButton8.Name = "uiButton8";
|
|
|
this.uiButton8.RectColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton8.RectDisableColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton8.RectHoverColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton8.RectPressColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton8.RectSelectedColor = System.Drawing.Color.Transparent;
|
|
|
this.uiButton8.Size = new System.Drawing.Size(174, 41);
|
|
|
this.uiButton8.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton8.TabIndex = 18;
|
|
|
this.uiButton8.Text = "删除";
|
|
|
this.uiButton8.Click += new System.EventHandler(this.uiButton8_Click);
|
|
|
//
|
|
|
// tableLayoutPanel2
|
|
|
//
|
|
|
this.tableLayoutPanel2.ColumnCount = 1;
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
this.tableLayoutPanel2.Controls.Add(this.uiButton4, 0, 3);
|
|
|
this.tableLayoutPanel2.Controls.Add(this.uiButton3, 0, 2);
|
|
|
this.tableLayoutPanel2.Controls.Add(this.uiButton1, 0, 0);
|
|
|
this.tableLayoutPanel2.Controls.Add(this.uiButton2, 0, 1);
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
this.tableLayoutPanel2.RowCount = 5;
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F));
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 72F));
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(115, 748);
|
|
|
this.tableLayoutPanel2.TabIndex = 0;
|
|
|
//
|
|
|
// 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)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton4.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton4.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton4.ForeColor = System.Drawing.Color.Black;
|
|
|
this.uiButton4.Location = new System.Drawing.Point(3, 159);
|
|
|
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.RectDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton4.Size = new System.Drawing.Size(109, 46);
|
|
|
this.uiButton4.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton4.TabIndex = 3;
|
|
|
this.uiButton4.Text = "SCR4";
|
|
|
this.uiButton4.Click += new System.EventHandler(this.uiButton4_Click);
|
|
|
//
|
|
|
// 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)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton3.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton3.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton3.ForeColor = System.Drawing.Color.Black;
|
|
|
this.uiButton3.Location = new System.Drawing.Point(3, 107);
|
|
|
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.RectDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton3.Size = new System.Drawing.Size(109, 46);
|
|
|
this.uiButton3.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton3.TabIndex = 2;
|
|
|
this.uiButton3.Text = "SCR3";
|
|
|
this.uiButton3.Click += new System.EventHandler(this.uiButton3_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)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton1.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton1.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton1.ForeColor = System.Drawing.Color.Black;
|
|
|
this.uiButton1.Location = new System.Drawing.Point(3, 3);
|
|
|
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.RectDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton1.Size = new System.Drawing.Size(109, 46);
|
|
|
this.uiButton1.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton1.TabIndex = 0;
|
|
|
this.uiButton1.Text = "SCR1";
|
|
|
this.uiButton1.Click += new System.EventHandler(this.uiButton1_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)(124)))), ((int)(((byte)(156)))), ((int)(((byte)(214)))));
|
|
|
this.uiButton2.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton2.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.uiButton2.ForeColor = System.Drawing.Color.Black;
|
|
|
this.uiButton2.Location = new System.Drawing.Point(3, 55);
|
|
|
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.RectDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(56)))), ((int)(((byte)(100)))));
|
|
|
this.uiButton2.Size = new System.Drawing.Size(109, 46);
|
|
|
this.uiButton2.Style = Sunny.UI.UIStyle.Custom;
|
|
|
this.uiButton2.TabIndex = 1;
|
|
|
this.uiButton2.Text = "SCR2";
|
|
|
this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
|
|
|
//
|
|
|
// ScrubbingFormula
|
|
|
//
|
|
|
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.Controls.Add(this.tableLayoutPanel1);
|
|
|
this.Name = "ScrubbingFormula";
|
|
|
this.Size = new System.Drawing.Size(1218, 754);
|
|
|
this.Load += new System.EventHandler(this.ScrubbingFormula_Load);
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
|
this.tableLayoutPanel4.ResumeLayout(false);
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
|
private System.Windows.Forms.DataGridView dataGridView;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
|
|
private Sunny.UI.UIButton uiButton5;
|
|
|
private Sunny.UI.UIButton uiButton6;
|
|
|
private Sunny.UI.UIButton uiButton7;
|
|
|
private Sunny.UI.UIButton uiButton8;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
private Sunny.UI.UIButton uiButton4;
|
|
|
private Sunny.UI.UIButton uiButton3;
|
|
|
private Sunny.UI.UIButton uiButton1;
|
|
|
private Sunny.UI.UIButton uiButton2;
|
|
|
}
|
|
|
}
|