|
@@ -28,18 +28,539 @@
|
|
/// </summary>
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
|
|
+ DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
|
|
|
|
+ DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
|
|
|
|
+ DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
|
|
|
|
+ DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
|
|
|
|
+ DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
|
|
|
|
+ uiTitlePanel1 = new Sunny.UI.UITitlePanel();
|
|
|
|
+ userSetValue9 = new UserSetValue();
|
|
|
|
+ userSetValue10 = new UserSetValue();
|
|
|
|
+ userSetValue2 = new UserSetValue();
|
|
|
|
+ userSetValue11 = new UserSetValue();
|
|
|
|
+ userSetValue12 = new UserSetValue();
|
|
|
|
+ userSetValue3 = new UserSetValue();
|
|
|
|
+ userSetValue14 = new UserSetValue();
|
|
|
|
+ userSetValue7 = new UserSetValue();
|
|
|
|
+ userSetValue6 = new UserSetValue();
|
|
|
|
+ userSetValue13 = new UserSetValue();
|
|
|
|
+ userSetValue8 = new UserSetValue();
|
|
|
|
+ userSetValue5 = new UserSetValue();
|
|
|
|
+ userSetValue4 = new UserSetValue();
|
|
|
|
+ userSetValue1 = new UserSetValue();
|
|
|
|
+ uiTitlePanel2 = new Sunny.UI.UITitlePanel();
|
|
|
|
+ dgv_Recipe = new Sunny.UI.UIDataGridView();
|
|
|
|
+ btn_DownloadRecipe = new Sunny.UI.UISymbolButton();
|
|
|
|
+ btn_ExportRecipe = new Sunny.UI.UISymbolButton();
|
|
|
|
+ btn_ImportRecipe = new Sunny.UI.UISymbolButton();
|
|
|
|
+ btn_QueryRecipe = new Sunny.UI.UISymbolButton();
|
|
|
|
+ btn_UpdateRecipe = new Sunny.UI.UISymbolButton();
|
|
|
|
+ btn_DelRecipe = new Sunny.UI.UISymbolButton();
|
|
|
|
+ btn_AddRecipe = new Sunny.UI.UISymbolButton();
|
|
|
|
+ uiTextBox1 = new Sunny.UI.UITextBox();
|
|
|
|
+ uiLabel1 = new Sunny.UI.UILabel();
|
|
|
|
+ uiTitlePanel1.SuspendLayout();
|
|
|
|
+ uiTitlePanel2.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)dgv_Recipe).BeginInit();
|
|
SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
//
|
|
|
|
+ // uiTitlePanel1
|
|
|
|
+ //
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue9);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue10);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue2);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue11);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue12);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue3);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue14);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue7);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue6);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue13);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue8);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue5);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue4);
|
|
|
|
+ uiTitlePanel1.Controls.Add(userSetValue1);
|
|
|
|
+ uiTitlePanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiTitlePanel1.Location = new Point(3, 0);
|
|
|
|
+ uiTitlePanel1.Margin = new Padding(4, 5, 4, 5);
|
|
|
|
+ uiTitlePanel1.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiTitlePanel1.Name = "uiTitlePanel1";
|
|
|
|
+ uiTitlePanel1.ShowText = false;
|
|
|
|
+ uiTitlePanel1.Size = new Size(764, 544);
|
|
|
|
+ uiTitlePanel1.TabIndex = 2;
|
|
|
|
+ uiTitlePanel1.Text = "配方参数";
|
|
|
|
+ uiTitlePanel1.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ //
|
|
|
|
+ // userSetValue9
|
|
|
|
+ //
|
|
|
|
+ userSetValue9.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
|
|
|
|
+ userSetValue9.DeviceVarName = "输送机设定频率";
|
|
|
|
+ userSetValue9.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue9.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue9.Location = new Point(400, 459);
|
|
|
|
+ userSetValue9.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue9.Name = "userSetValue9";
|
|
|
|
+ userSetValue9.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue9.Size = new Size(353, 46);
|
|
|
|
+ userSetValue9.TabIndex = 13;
|
|
|
|
+ userSetValue9.Text = "userSetValue9";
|
|
|
|
+ userSetValue9.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue9.Unit = "HZ";
|
|
|
|
+ userSetValue9.VariableName = "输送机设定频率";
|
|
|
|
+ userSetValue9.VarValue = "0";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue10
|
|
|
|
+ //
|
|
|
|
+ userSetValue10.DataType = Sunny.UI.UITextBox.UIEditType.Double;
|
|
|
|
+ userSetValue10.DeviceVarName = "精洗液位下限值";
|
|
|
|
+ userSetValue10.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue10.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue10.Location = new Point(12, 459);
|
|
|
|
+ userSetValue10.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue10.Name = "userSetValue10";
|
|
|
|
+ userSetValue10.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue10.Size = new Size(382, 46);
|
|
|
|
+ userSetValue10.TabIndex = 12;
|
|
|
|
+ userSetValue10.Text = "userSetValue10";
|
|
|
|
+ userSetValue10.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue10.Unit = "m³";
|
|
|
|
+ userSetValue10.VariableName = "精洗液位下限值";
|
|
|
|
+ userSetValue10.VarValue = "0.00";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue2
|
|
|
|
+ //
|
|
|
|
+ userSetValue2.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
|
|
|
|
+ userSetValue2.DeviceVarName = "水分炉温度下限值";
|
|
|
|
+ userSetValue2.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue2.Location = new Point(400, 44);
|
|
|
|
+ userSetValue2.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue2.Name = "userSetValue2";
|
|
|
|
+ userSetValue2.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue2.Size = new Size(353, 46);
|
|
|
|
+ userSetValue2.TabIndex = 1;
|
|
|
|
+ userSetValue2.Text = "userSetValue2";
|
|
|
|
+ userSetValue2.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue2.Unit = "℃";
|
|
|
|
+ userSetValue2.VariableName = "水分炉温度下限值";
|
|
|
|
+ userSetValue2.VarValue = "0";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue11
|
|
|
|
+ //
|
|
|
|
+ userSetValue11.DataType = Sunny.UI.UITextBox.UIEditType.Double;
|
|
|
|
+ userSetValue11.DeviceVarName = "输送机设定速度";
|
|
|
|
+ userSetValue11.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue11.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue11.Location = new Point(400, 390);
|
|
|
|
+ userSetValue11.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue11.Name = "userSetValue11";
|
|
|
|
+ userSetValue11.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue11.Size = new Size(353, 46);
|
|
|
|
+ userSetValue11.TabIndex = 11;
|
|
|
|
+ userSetValue11.Text = "userSetValue11";
|
|
|
|
+ userSetValue11.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue11.Unit = "m/s";
|
|
|
|
+ userSetValue11.VariableName = "输送机设定速度";
|
|
|
|
+ userSetValue11.VarValue = "0.00";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue12
|
|
|
|
+ //
|
|
|
|
+ userSetValue12.DataType = Sunny.UI.UITextBox.UIEditType.Double;
|
|
|
|
+ userSetValue12.DeviceVarName = "精洗喷淋泵过载上限值";
|
|
|
|
+ userSetValue12.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue12.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue12.Location = new Point(12, 390);
|
|
|
|
+ userSetValue12.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue12.Name = "userSetValue12";
|
|
|
|
+ userSetValue12.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue12.Size = new Size(382, 46);
|
|
|
|
+ userSetValue12.TabIndex = 10;
|
|
|
|
+ userSetValue12.Text = "userSetValue12";
|
|
|
|
+ userSetValue12.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue12.Unit = "KW";
|
|
|
|
+ userSetValue12.VariableName = "精洗喷淋泵过载上限值";
|
|
|
|
+ userSetValue12.VarValue = "0.00";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue3
|
|
|
|
+ //
|
|
|
|
+ userSetValue3.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
|
|
|
|
+ userSetValue3.DeviceVarName = "离心风机过载上限值";
|
|
|
|
+ userSetValue3.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue3.Location = new Point(400, 113);
|
|
|
|
+ userSetValue3.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue3.Name = "userSetValue3";
|
|
|
|
+ userSetValue3.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue3.Size = new Size(353, 46);
|
|
|
|
+ userSetValue3.TabIndex = 3;
|
|
|
|
+ userSetValue3.Text = "userSetValue3";
|
|
|
|
+ userSetValue3.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue3.Unit = "KW";
|
|
|
|
+ userSetValue3.VariableName = "离心风机过载上限值";
|
|
|
|
+ userSetValue3.VarValue = "0";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue14
|
|
|
|
+ //
|
|
|
|
+ userSetValue14.DataType = Sunny.UI.UITextBox.UIEditType.Double;
|
|
|
|
+ userSetValue14.DeviceVarName = "陶化喷淋泵过载上限值";
|
|
|
|
+ userSetValue14.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue14.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue14.Location = new Point(12, 319);
|
|
|
|
+ userSetValue14.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue14.Name = "userSetValue14";
|
|
|
|
+ userSetValue14.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue14.Size = new Size(382, 46);
|
|
|
|
+ userSetValue14.TabIndex = 8;
|
|
|
|
+ userSetValue14.Text = "userSetValue14";
|
|
|
|
+ userSetValue14.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue14.Unit = "Mpa";
|
|
|
|
+ userSetValue14.VariableName = "陶化喷淋泵过载上限值";
|
|
|
|
+ userSetValue14.VarValue = "0.00";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue7
|
|
|
|
+ //
|
|
|
|
+ userSetValue7.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
|
|
|
|
+ userSetValue7.DeviceVarName = "固化炉温度下限值";
|
|
|
|
+ userSetValue7.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue7.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue7.Location = new Point(400, 184);
|
|
|
|
+ userSetValue7.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue7.Name = "userSetValue7";
|
|
|
|
+ userSetValue7.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue7.Size = new Size(353, 46);
|
|
|
|
+ userSetValue7.TabIndex = 5;
|
|
|
|
+ userSetValue7.Text = "userSetValue7";
|
|
|
|
+ userSetValue7.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue7.Unit = "℃";
|
|
|
|
+ userSetValue7.VariableName = "固化炉温度下限值";
|
|
|
|
+ userSetValue7.VarValue = "0";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue6
|
|
|
|
+ //
|
|
|
|
+ userSetValue6.DataType = Sunny.UI.UITextBox.UIEditType.Double;
|
|
|
|
+ userSetValue6.DeviceVarName = "粗洗液位下限值";
|
|
|
|
+ userSetValue6.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue6.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue6.Location = new Point(12, 253);
|
|
|
|
+ userSetValue6.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue6.Name = "userSetValue6";
|
|
|
|
+ userSetValue6.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue6.Size = new Size(382, 46);
|
|
|
|
+ userSetValue6.TabIndex = 6;
|
|
|
|
+ userSetValue6.Text = "userSetValue6";
|
|
|
|
+ userSetValue6.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue6.Unit = "m³";
|
|
|
|
+ userSetValue6.VariableName = "粗洗液位下限值";
|
|
|
|
+ userSetValue6.VarValue = "0.00";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue13
|
|
|
|
+ //
|
|
|
|
+ userSetValue13.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
|
|
|
|
+ userSetValue13.DeviceVarName = "固化炉温度下限值";
|
|
|
|
+ userSetValue13.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue13.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue13.Location = new Point(400, 319);
|
|
|
|
+ userSetValue13.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue13.Name = "userSetValue13";
|
|
|
|
+ userSetValue13.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue13.Size = new Size(353, 46);
|
|
|
|
+ userSetValue13.TabIndex = 9;
|
|
|
|
+ userSetValue13.Text = "userSetValue13";
|
|
|
|
+ userSetValue13.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue13.Unit = "℃";
|
|
|
|
+ userSetValue13.VariableName = "固化炉温度下限值";
|
|
|
|
+ userSetValue13.VarValue = "0";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue8
|
|
|
|
+ //
|
|
|
|
+ userSetValue8.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
|
|
|
|
+ userSetValue8.DeviceVarName = "粗洗喷淋泵过载上限值";
|
|
|
|
+ userSetValue8.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue8.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue8.Location = new Point(12, 184);
|
|
|
|
+ userSetValue8.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue8.Name = "userSetValue8";
|
|
|
|
+ userSetValue8.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue8.Size = new Size(382, 46);
|
|
|
|
+ userSetValue8.TabIndex = 4;
|
|
|
|
+ userSetValue8.Text = "userSetValue8";
|
|
|
|
+ userSetValue8.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue8.Unit = "KW";
|
|
|
|
+ userSetValue8.VariableName = "粗洗喷淋泵过载上限值";
|
|
|
|
+ userSetValue8.VarValue = "0";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue5
|
|
|
|
+ //
|
|
|
|
+ userSetValue5.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
|
|
|
|
+ userSetValue5.DeviceVarName = "固化炉温度上限值";
|
|
|
|
+ userSetValue5.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue5.Location = new Point(400, 253);
|
|
|
|
+ userSetValue5.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue5.Name = "userSetValue5";
|
|
|
|
+ userSetValue5.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue5.Size = new Size(353, 46);
|
|
|
|
+ userSetValue5.TabIndex = 7;
|
|
|
|
+ userSetValue5.Text = "userSetValue5";
|
|
|
|
+ userSetValue5.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue5.Unit = "℃";
|
|
|
|
+ userSetValue5.VariableName = "固化炉温度上限值";
|
|
|
|
+ userSetValue5.VarValue = "0";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue4
|
|
|
|
+ //
|
|
|
|
+ userSetValue4.DataType = Sunny.UI.UITextBox.UIEditType.Double;
|
|
|
|
+ userSetValue4.DeviceVarName = "脱脂设定压力下限值";
|
|
|
|
+ userSetValue4.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue4.Location = new Point(12, 113);
|
|
|
|
+ userSetValue4.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue4.Name = "userSetValue4";
|
|
|
|
+ userSetValue4.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue4.Size = new Size(382, 46);
|
|
|
|
+ userSetValue4.TabIndex = 2;
|
|
|
|
+ userSetValue4.Text = "userSetValue4";
|
|
|
|
+ userSetValue4.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue4.Unit = "Mpa";
|
|
|
|
+ userSetValue4.VariableName = "脱脂设定压力下限值";
|
|
|
|
+ userSetValue4.VarValue = "0.00";
|
|
|
|
+ //
|
|
|
|
+ // userSetValue1
|
|
|
|
+ //
|
|
|
|
+ userSetValue1.DataType = Sunny.UI.UITextBox.UIEditType.Double;
|
|
|
|
+ userSetValue1.DeviceVarName = "脱脂设定压力上限值";
|
|
|
|
+ userSetValue1.FillColor = Color.Transparent;
|
|
|
|
+ userSetValue1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ userSetValue1.Location = new Point(12, 44);
|
|
|
|
+ userSetValue1.MinimumSize = new Size(1, 1);
|
|
|
|
+ userSetValue1.Name = "userSetValue1";
|
|
|
|
+ userSetValue1.RectColor = Color.Transparent;
|
|
|
|
+ userSetValue1.Size = new Size(382, 46);
|
|
|
|
+ userSetValue1.TabIndex = 0;
|
|
|
|
+ userSetValue1.Text = "userSetValue1";
|
|
|
|
+ userSetValue1.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ userSetValue1.Unit = "Mpa";
|
|
|
|
+ userSetValue1.VariableName = "脱脂设定压力上限值";
|
|
|
|
+ userSetValue1.VarValue = "0.00";
|
|
|
|
+ //
|
|
|
|
+ // uiTitlePanel2
|
|
|
|
+ //
|
|
|
|
+ uiTitlePanel2.Controls.Add(dgv_Recipe);
|
|
|
|
+ uiTitlePanel2.Controls.Add(btn_DownloadRecipe);
|
|
|
|
+ uiTitlePanel2.Controls.Add(btn_ExportRecipe);
|
|
|
|
+ uiTitlePanel2.Controls.Add(btn_ImportRecipe);
|
|
|
|
+ uiTitlePanel2.Controls.Add(btn_QueryRecipe);
|
|
|
|
+ uiTitlePanel2.Controls.Add(btn_UpdateRecipe);
|
|
|
|
+ uiTitlePanel2.Controls.Add(btn_DelRecipe);
|
|
|
|
+ uiTitlePanel2.Controls.Add(btn_AddRecipe);
|
|
|
|
+ uiTitlePanel2.Controls.Add(uiTextBox1);
|
|
|
|
+ uiTitlePanel2.Controls.Add(uiLabel1);
|
|
|
|
+ uiTitlePanel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiTitlePanel2.Location = new Point(769, 0);
|
|
|
|
+ uiTitlePanel2.Margin = new Padding(4, 5, 4, 5);
|
|
|
|
+ uiTitlePanel2.MinimumSize = new Size(1, 1);
|
|
|
|
+ uiTitlePanel2.Name = "uiTitlePanel2";
|
|
|
|
+ uiTitlePanel2.ShowText = false;
|
|
|
|
+ uiTitlePanel2.Size = new Size(294, 544);
|
|
|
|
+ uiTitlePanel2.TabIndex = 3;
|
|
|
|
+ uiTitlePanel2.Text = "配方控制台";
|
|
|
|
+ uiTitlePanel2.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
|
+ //
|
|
|
|
+ // dgv_Recipe
|
|
|
|
+ //
|
|
|
|
+ dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255);
|
|
|
|
+ dgv_Recipe.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
+ dgv_Recipe.BackgroundColor = Color.White;
|
|
|
|
+ dgv_Recipe.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
|
|
|
|
+ dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
+ dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
|
|
|
|
+ dataGridViewCellStyle2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ dataGridViewCellStyle2.ForeColor = Color.White;
|
|
|
|
+ dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
|
|
|
|
+ dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
|
|
|
|
+ dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
|
|
|
|
+ dgv_Recipe.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
+ dgv_Recipe.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
+ dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
+ dataGridViewCellStyle3.BackColor = SystemColors.Window;
|
|
|
|
+ dataGridViewCellStyle3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ dataGridViewCellStyle3.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
|
|
|
|
+ dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
|
|
|
|
+ dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
|
|
|
|
+ dgv_Recipe.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
+ dgv_Recipe.EnableHeadersVisualStyles = false;
|
|
|
|
+ dgv_Recipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ dgv_Recipe.GridColor = Color.FromArgb(80, 160, 255);
|
|
|
|
+ dgv_Recipe.Location = new Point(5, 328);
|
|
|
|
+ dgv_Recipe.Name = "dgv_Recipe";
|
|
|
|
+ dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
+ dataGridViewCellStyle4.BackColor = Color.FromArgb(235, 243, 255);
|
|
|
|
+ dataGridViewCellStyle4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(80, 160, 255);
|
|
|
|
+ dataGridViewCellStyle4.SelectionForeColor = Color.White;
|
|
|
|
+ dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
|
|
|
|
+ dgv_Recipe.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
+ dataGridViewCellStyle5.BackColor = Color.White;
|
|
|
|
+ dataGridViewCellStyle5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ dgv_Recipe.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
+ dgv_Recipe.SelectedIndex = -1;
|
|
|
|
+ dgv_Recipe.Size = new Size(284, 213);
|
|
|
|
+ dgv_Recipe.StripeOddColor = Color.FromArgb(235, 243, 255);
|
|
|
|
+ dgv_Recipe.TabIndex = 9;
|
|
|
|
+ //
|
|
|
|
+ // btn_DownloadRecipe
|
|
|
|
+ //
|
|
|
|
+ btn_DownloadRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ btn_DownloadRecipe.Location = new Point(20, 265);
|
|
|
|
+ btn_DownloadRecipe.MinimumSize = new Size(1, 1);
|
|
|
|
+ btn_DownloadRecipe.Name = "btn_DownloadRecipe";
|
|
|
|
+ btn_DownloadRecipe.Size = new Size(257, 47);
|
|
|
|
+ btn_DownloadRecipe.Symbol = 61465;
|
|
|
|
+ btn_DownloadRecipe.TabIndex = 8;
|
|
|
|
+ btn_DownloadRecipe.Text = "下载配方";
|
|
|
|
+ btn_DownloadRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ //
|
|
|
|
+ // btn_ExportRecipe
|
|
|
|
+ //
|
|
|
|
+ btn_ExportRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ btn_ExportRecipe.Location = new Point(166, 212);
|
|
|
|
+ btn_ExportRecipe.MinimumSize = new Size(1, 1);
|
|
|
|
+ btn_ExportRecipe.Name = "btn_ExportRecipe";
|
|
|
|
+ btn_ExportRecipe.Size = new Size(111, 41);
|
|
|
|
+ btn_ExportRecipe.Symbol = 362831;
|
|
|
|
+ btn_ExportRecipe.TabIndex = 7;
|
|
|
|
+ btn_ExportRecipe.Text = "导出配方";
|
|
|
|
+ btn_ExportRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ //
|
|
|
|
+ // btn_ImportRecipe
|
|
|
|
+ //
|
|
|
|
+ btn_ImportRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ btn_ImportRecipe.Location = new Point(20, 212);
|
|
|
|
+ btn_ImportRecipe.MinimumSize = new Size(1, 1);
|
|
|
|
+ btn_ImportRecipe.Name = "btn_ImportRecipe";
|
|
|
|
+ btn_ImportRecipe.Size = new Size(111, 41);
|
|
|
|
+ btn_ImportRecipe.Symbol = 362831;
|
|
|
|
+ btn_ImportRecipe.TabIndex = 6;
|
|
|
|
+ btn_ImportRecipe.Text = "导入配方";
|
|
|
|
+ btn_ImportRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ //
|
|
|
|
+ // btn_QueryRecipe
|
|
|
|
+ //
|
|
|
|
+ btn_QueryRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ btn_QueryRecipe.Location = new Point(166, 156);
|
|
|
|
+ btn_QueryRecipe.MinimumSize = new Size(1, 1);
|
|
|
|
+ btn_QueryRecipe.Name = "btn_QueryRecipe";
|
|
|
|
+ btn_QueryRecipe.Size = new Size(111, 41);
|
|
|
|
+ btn_QueryRecipe.Symbol = 559520;
|
|
|
|
+ btn_QueryRecipe.TabIndex = 5;
|
|
|
|
+ btn_QueryRecipe.Text = "查询配方";
|
|
|
|
+ btn_QueryRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ //
|
|
|
|
+ // btn_UpdateRecipe
|
|
|
|
+ //
|
|
|
|
+ btn_UpdateRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ btn_UpdateRecipe.Location = new Point(20, 156);
|
|
|
|
+ btn_UpdateRecipe.MinimumSize = new Size(1, 1);
|
|
|
|
+ btn_UpdateRecipe.Name = "btn_UpdateRecipe";
|
|
|
|
+ btn_UpdateRecipe.Size = new Size(111, 41);
|
|
|
|
+ btn_UpdateRecipe.Symbol = 558087;
|
|
|
|
+ btn_UpdateRecipe.TabIndex = 4;
|
|
|
|
+ btn_UpdateRecipe.Text = "修改配方";
|
|
|
|
+ btn_UpdateRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ //
|
|
|
|
+ // btn_DelRecipe
|
|
|
|
+ //
|
|
|
|
+ btn_DelRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ btn_DelRecipe.Location = new Point(166, 102);
|
|
|
|
+ btn_DelRecipe.MinimumSize = new Size(1, 1);
|
|
|
|
+ btn_DelRecipe.Name = "btn_DelRecipe";
|
|
|
|
+ btn_DelRecipe.Size = new Size(113, 39);
|
|
|
|
+ btn_DelRecipe.Symbol = 362810;
|
|
|
|
+ btn_DelRecipe.TabIndex = 3;
|
|
|
|
+ btn_DelRecipe.Text = "删除配方";
|
|
|
|
+ btn_DelRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ //
|
|
|
|
+ // btn_AddRecipe
|
|
|
|
+ //
|
|
|
|
+ btn_AddRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ btn_AddRecipe.Location = new Point(20, 102);
|
|
|
|
+ btn_AddRecipe.MinimumSize = new Size(1, 1);
|
|
|
|
+ btn_AddRecipe.Name = "btn_AddRecipe";
|
|
|
|
+ btn_AddRecipe.Size = new Size(111, 39);
|
|
|
|
+ btn_AddRecipe.Symbol = 557670;
|
|
|
|
+ btn_AddRecipe.TabIndex = 1;
|
|
|
|
+ btn_AddRecipe.Text = "添加配方";
|
|
|
|
+ btn_AddRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ //
|
|
|
|
+ // uiTextBox1
|
|
|
|
+ //
|
|
|
|
+ uiTextBox1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
|
+ uiTextBox1.Location = new Point(150, 44);
|
|
|
|
+ uiTextBox1.Margin = new Padding(4, 5, 4, 5);
|
|
|
|
+ uiTextBox1.MinimumSize = new Size(1, 16);
|
|
|
|
+ uiTextBox1.Name = "uiTextBox1";
|
|
|
|
+ uiTextBox1.Padding = new Padding(5);
|
|
|
|
+ uiTextBox1.ShowText = false;
|
|
|
|
+ uiTextBox1.Size = new Size(129, 46);
|
|
|
|
+ uiTextBox1.TabIndex = 1;
|
|
|
|
+ uiTextBox1.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
|
+ uiTextBox1.Watermark = "";
|
|
|
|
+ //
|
|
|
|
+ // uiLabel1
|
|
|
|
+ //
|
|
|
|
+ uiLabel1.Font = new Font("宋体", 21F);
|
|
|
|
+ uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
|
+ uiLabel1.Location = new Point(5, 44);
|
|
|
|
+ uiLabel1.Name = "uiLabel1";
|
|
|
|
+ uiLabel1.Size = new Size(162, 46);
|
|
|
|
+ uiLabel1.TabIndex = 0;
|
|
|
|
+ uiLabel1.Text = "产品型号:";
|
|
|
|
+ uiLabel1.TextAlign = ContentAlignment.MiddleCenter;
|
|
|
|
+ //
|
|
// PageRecipeManage
|
|
// PageRecipeManage
|
|
//
|
|
//
|
|
AutoScaleMode = AutoScaleMode.None;
|
|
AutoScaleMode = AutoScaleMode.None;
|
|
ClientSize = new Size(1067, 544);
|
|
ClientSize = new Size(1067, 544);
|
|
|
|
+ Controls.Add(uiTitlePanel1);
|
|
|
|
+ Controls.Add(uiTitlePanel2);
|
|
Name = "PageRecipeManage";
|
|
Name = "PageRecipeManage";
|
|
Text = "PageRecipeManage";
|
|
Text = "PageRecipeManage";
|
|
Load += PageRecipeManage_Load;
|
|
Load += PageRecipeManage_Load;
|
|
|
|
+ uiTitlePanel1.ResumeLayout(false);
|
|
|
|
+ uiTitlePanel2.ResumeLayout(false);
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)dgv_Recipe).EndInit();
|
|
ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
}
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
|
|
+
|
|
|
|
+ private Sunny.UI.UITitlePanel uiTitlePanel1;
|
|
|
|
+ private UserSetValue userSetValue9;
|
|
|
|
+ private UserSetValue userSetValue10;
|
|
|
|
+ private UserSetValue userSetValue2;
|
|
|
|
+ private UserSetValue userSetValue11;
|
|
|
|
+ private UserSetValue userSetValue12;
|
|
|
|
+ private UserSetValue userSetValue3;
|
|
|
|
+ private UserSetValue userSetValue14;
|
|
|
|
+ private UserSetValue userSetValue7;
|
|
|
|
+ private UserSetValue userSetValue6;
|
|
|
|
+ private UserSetValue userSetValue13;
|
|
|
|
+ private UserSetValue userSetValue8;
|
|
|
|
+ private UserSetValue userSetValue5;
|
|
|
|
+ private UserSetValue userSetValue4;
|
|
|
|
+ private UserSetValue userSetValue1;
|
|
|
|
+ private Sunny.UI.UITitlePanel uiTitlePanel2;
|
|
|
|
+ private Sunny.UI.UIDataGridView dgv_Recipe;
|
|
|
|
+ private Sunny.UI.UISymbolButton btn_DownloadRecipe;
|
|
|
|
+ private Sunny.UI.UISymbolButton btn_ExportRecipe;
|
|
|
|
+ private Sunny.UI.UISymbolButton btn_ImportRecipe;
|
|
|
|
+ private Sunny.UI.UISymbolButton btn_QueryRecipe;
|
|
|
|
+ private Sunny.UI.UISymbolButton btn_UpdateRecipe;
|
|
|
|
+ private Sunny.UI.UISymbolButton btn_DelRecipe;
|
|
|
|
+ private Sunny.UI.UISymbolButton btn_AddRecipe;
|
|
|
|
+ private Sunny.UI.UITextBox uiTextBox1;
|
|
|
|
+ private Sunny.UI.UILabel uiLabel1;
|
|
}
|
|
}
|
|
}
|
|
}
|