|
@@ -28,18 +28,451 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ uiTitlePanel1 = new Sunny.UI.UITitlePanel();
|
|
|
+ txt_ReConnectTimeInterval = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel8 = new Sunny.UI.UILabel();
|
|
|
+ txt_ReadTimeInterval = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel6 = new Sunny.UI.UILabel();
|
|
|
+ txt_ConnectTimeOut = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel7 = new Sunny.UI.UILabel();
|
|
|
+ cb_CPUType = new Sunny.UI.UIComboBox();
|
|
|
+ txt_Slot = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel5 = new Sunny.UI.UILabel();
|
|
|
+ txt_Rack = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel4 = new Sunny.UI.UILabel();
|
|
|
+ uiLabel3 = new Sunny.UI.UILabel();
|
|
|
+ txt_Port = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel2 = new Sunny.UI.UILabel();
|
|
|
+ txt_IPAddress = new Sunny.UI.UIIPTextBox();
|
|
|
+ uiLabel1 = new Sunny.UI.UILabel();
|
|
|
+ uiTitlePanel3 = new Sunny.UI.UITitlePanel();
|
|
|
+ rbg_Save = new Sunny.UI.UIRadioButtonGroup();
|
|
|
+ txt_DirePath = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel12 = new Sunny.UI.UILabel();
|
|
|
+ uiTitlePanel2 = new Sunny.UI.UITitlePanel();
|
|
|
+ uiLabel11 = new Sunny.UI.UILabel();
|
|
|
+ txt_SoftTime = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel9 = new Sunny.UI.UILabel();
|
|
|
+ txt_SoftwareVersion = new Sunny.UI.UITextBox();
|
|
|
+ uiLabel10 = new Sunny.UI.UILabel();
|
|
|
+ btn_Save = new Sunny.UI.UIButton();
|
|
|
+ uiTitlePanel1.SuspendLayout();
|
|
|
+ uiTitlePanel3.SuspendLayout();
|
|
|
+ uiTitlePanel2.SuspendLayout();
|
|
|
SuspendLayout();
|
|
|
//
|
|
|
+ // uiTitlePanel1
|
|
|
+ //
|
|
|
+ uiTitlePanel1.Controls.Add(txt_ReConnectTimeInterval);
|
|
|
+ uiTitlePanel1.Controls.Add(uiLabel8);
|
|
|
+ uiTitlePanel1.Controls.Add(txt_ReadTimeInterval);
|
|
|
+ uiTitlePanel1.Controls.Add(uiLabel6);
|
|
|
+ uiTitlePanel1.Controls.Add(txt_ConnectTimeOut);
|
|
|
+ uiTitlePanel1.Controls.Add(uiLabel7);
|
|
|
+ uiTitlePanel1.Controls.Add(cb_CPUType);
|
|
|
+ uiTitlePanel1.Controls.Add(txt_Slot);
|
|
|
+ uiTitlePanel1.Controls.Add(uiLabel5);
|
|
|
+ uiTitlePanel1.Controls.Add(txt_Rack);
|
|
|
+ uiTitlePanel1.Controls.Add(uiLabel4);
|
|
|
+ uiTitlePanel1.Controls.Add(uiLabel3);
|
|
|
+ uiTitlePanel1.Controls.Add(txt_Port);
|
|
|
+ uiTitlePanel1.Controls.Add(uiLabel2);
|
|
|
+ uiTitlePanel1.Controls.Add(txt_IPAddress);
|
|
|
+ uiTitlePanel1.Controls.Add(uiLabel1);
|
|
|
+ uiTitlePanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiTitlePanel1.Location = new Point(13, 14);
|
|
|
+ uiTitlePanel1.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ uiTitlePanel1.MinimumSize = new Size(1, 1);
|
|
|
+ uiTitlePanel1.Name = "uiTitlePanel1";
|
|
|
+ uiTitlePanel1.ShowText = false;
|
|
|
+ uiTitlePanel1.Size = new Size(610, 321);
|
|
|
+ uiTitlePanel1.TabIndex = 0;
|
|
|
+ uiTitlePanel1.Text = "PLC参数";
|
|
|
+ uiTitlePanel1.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // txt_ReConnectTimeInterval
|
|
|
+ //
|
|
|
+ txt_ReConnectTimeInterval.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_ReConnectTimeInterval.Location = new Point(422, 152);
|
|
|
+ txt_ReConnectTimeInterval.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_ReConnectTimeInterval.MinimumSize = new Size(1, 16);
|
|
|
+ txt_ReConnectTimeInterval.Name = "txt_ReConnectTimeInterval";
|
|
|
+ txt_ReConnectTimeInterval.Padding = new Padding(5);
|
|
|
+ txt_ReConnectTimeInterval.ShowText = false;
|
|
|
+ txt_ReConnectTimeInterval.Size = new Size(179, 36);
|
|
|
+ txt_ReConnectTimeInterval.TabIndex = 16;
|
|
|
+ txt_ReConnectTimeInterval.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_ReConnectTimeInterval.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel8
|
|
|
+ //
|
|
|
+ uiLabel8.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel8.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel8.Location = new Point(300, 159);
|
|
|
+ uiLabel8.Name = "uiLabel8";
|
|
|
+ uiLabel8.Size = new Size(102, 29);
|
|
|
+ uiLabel8.TabIndex = 15;
|
|
|
+ uiLabel8.Text = "重连时间";
|
|
|
+ //
|
|
|
+ // txt_ReadTimeInterval
|
|
|
+ //
|
|
|
+ txt_ReadTimeInterval.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_ReadTimeInterval.Location = new Point(422, 95);
|
|
|
+ txt_ReadTimeInterval.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_ReadTimeInterval.MinimumSize = new Size(1, 16);
|
|
|
+ txt_ReadTimeInterval.Name = "txt_ReadTimeInterval";
|
|
|
+ txt_ReadTimeInterval.Padding = new Padding(5);
|
|
|
+ txt_ReadTimeInterval.ShowText = false;
|
|
|
+ txt_ReadTimeInterval.Size = new Size(179, 36);
|
|
|
+ txt_ReadTimeInterval.TabIndex = 14;
|
|
|
+ txt_ReadTimeInterval.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_ReadTimeInterval.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel6
|
|
|
+ //
|
|
|
+ uiLabel6.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel6.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel6.Location = new Point(300, 102);
|
|
|
+ uiLabel6.Name = "uiLabel6";
|
|
|
+ uiLabel6.Size = new Size(102, 29);
|
|
|
+ uiLabel6.TabIndex = 13;
|
|
|
+ uiLabel6.Text = "读取超时";
|
|
|
+ //
|
|
|
+ // txt_ConnectTimeOut
|
|
|
+ //
|
|
|
+ txt_ConnectTimeOut.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_ConnectTimeOut.Location = new Point(422, 41);
|
|
|
+ txt_ConnectTimeOut.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_ConnectTimeOut.MinimumSize = new Size(1, 16);
|
|
|
+ txt_ConnectTimeOut.Name = "txt_ConnectTimeOut";
|
|
|
+ txt_ConnectTimeOut.Padding = new Padding(5);
|
|
|
+ txt_ConnectTimeOut.ShowText = false;
|
|
|
+ txt_ConnectTimeOut.Size = new Size(179, 36);
|
|
|
+ txt_ConnectTimeOut.TabIndex = 12;
|
|
|
+ txt_ConnectTimeOut.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_ConnectTimeOut.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel7
|
|
|
+ //
|
|
|
+ uiLabel7.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel7.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel7.Location = new Point(300, 48);
|
|
|
+ uiLabel7.Name = "uiLabel7";
|
|
|
+ uiLabel7.Size = new Size(138, 54);
|
|
|
+ uiLabel7.TabIndex = 11;
|
|
|
+ uiLabel7.Text = "PLC连接超时";
|
|
|
+ //
|
|
|
+ // cb_CPUType
|
|
|
+ //
|
|
|
+ cb_CPUType.DataSource = null;
|
|
|
+ cb_CPUType.FillColor = Color.White;
|
|
|
+ cb_CPUType.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ cb_CPUType.ItemHoverColor = Color.FromArgb(155, 200, 255);
|
|
|
+ cb_CPUType.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
|
|
|
+ cb_CPUType.Location = new Point(100, 152);
|
|
|
+ cb_CPUType.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ cb_CPUType.MinimumSize = new Size(63, 0);
|
|
|
+ cb_CPUType.Name = "cb_CPUType";
|
|
|
+ cb_CPUType.Padding = new Padding(0, 0, 30, 2);
|
|
|
+ cb_CPUType.Size = new Size(179, 36);
|
|
|
+ cb_CPUType.SymbolSize = 24;
|
|
|
+ cb_CPUType.TabIndex = 10;
|
|
|
+ cb_CPUType.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ cb_CPUType.Watermark = "";
|
|
|
+ //
|
|
|
+ // txt_Slot
|
|
|
+ //
|
|
|
+ txt_Slot.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_Slot.Location = new Point(100, 262);
|
|
|
+ txt_Slot.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_Slot.MinimumSize = new Size(1, 16);
|
|
|
+ txt_Slot.Name = "txt_Slot";
|
|
|
+ txt_Slot.Padding = new Padding(5);
|
|
|
+ txt_Slot.ShowText = false;
|
|
|
+ txt_Slot.Size = new Size(179, 36);
|
|
|
+ txt_Slot.TabIndex = 9;
|
|
|
+ txt_Slot.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_Slot.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel5
|
|
|
+ //
|
|
|
+ uiLabel5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel5.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel5.Location = new Point(17, 269);
|
|
|
+ uiLabel5.Name = "uiLabel5";
|
|
|
+ uiLabel5.Size = new Size(76, 29);
|
|
|
+ uiLabel5.TabIndex = 8;
|
|
|
+ uiLabel5.Text = "插槽号";
|
|
|
+ //
|
|
|
+ // txt_Rack
|
|
|
+ //
|
|
|
+ txt_Rack.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_Rack.Location = new Point(100, 208);
|
|
|
+ txt_Rack.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_Rack.MinimumSize = new Size(1, 16);
|
|
|
+ txt_Rack.Name = "txt_Rack";
|
|
|
+ txt_Rack.Padding = new Padding(5);
|
|
|
+ txt_Rack.ShowText = false;
|
|
|
+ txt_Rack.Size = new Size(179, 36);
|
|
|
+ txt_Rack.TabIndex = 7;
|
|
|
+ txt_Rack.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_Rack.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel4
|
|
|
+ //
|
|
|
+ uiLabel4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel4.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel4.Location = new Point(17, 215);
|
|
|
+ uiLabel4.Name = "uiLabel4";
|
|
|
+ uiLabel4.Size = new Size(76, 29);
|
|
|
+ uiLabel4.TabIndex = 6;
|
|
|
+ uiLabel4.Text = "机架号";
|
|
|
+ //
|
|
|
+ // uiLabel3
|
|
|
+ //
|
|
|
+ uiLabel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel3.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel3.Location = new Point(17, 159);
|
|
|
+ uiLabel3.Name = "uiLabel3";
|
|
|
+ uiLabel3.Size = new Size(88, 29);
|
|
|
+ uiLabel3.TabIndex = 4;
|
|
|
+ uiLabel3.Text = "CPU类型";
|
|
|
+ //
|
|
|
+ // txt_Port
|
|
|
+ //
|
|
|
+ txt_Port.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_Port.Location = new Point(100, 97);
|
|
|
+ txt_Port.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_Port.MinimumSize = new Size(1, 16);
|
|
|
+ txt_Port.Name = "txt_Port";
|
|
|
+ txt_Port.Padding = new Padding(5);
|
|
|
+ txt_Port.ShowText = false;
|
|
|
+ txt_Port.Size = new Size(179, 36);
|
|
|
+ txt_Port.TabIndex = 3;
|
|
|
+ txt_Port.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_Port.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel2
|
|
|
+ //
|
|
|
+ uiLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel2.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel2.Location = new Point(17, 104);
|
|
|
+ uiLabel2.Name = "uiLabel2";
|
|
|
+ uiLabel2.Size = new Size(76, 29);
|
|
|
+ uiLabel2.TabIndex = 2;
|
|
|
+ uiLabel2.Text = "端口号";
|
|
|
+ //
|
|
|
+ // txt_IPAddress
|
|
|
+ //
|
|
|
+ txt_IPAddress.FillColor2 = Color.FromArgb(235, 243, 255);
|
|
|
+ txt_IPAddress.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_IPAddress.Location = new Point(100, 41);
|
|
|
+ txt_IPAddress.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_IPAddress.MinimumSize = new Size(1, 1);
|
|
|
+ txt_IPAddress.Name = "txt_IPAddress";
|
|
|
+ txt_IPAddress.Padding = new Padding(1);
|
|
|
+ txt_IPAddress.ShowText = false;
|
|
|
+ txt_IPAddress.Size = new Size(179, 36);
|
|
|
+ txt_IPAddress.TabIndex = 1;
|
|
|
+ txt_IPAddress.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // uiLabel1
|
|
|
+ //
|
|
|
+ uiLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel1.Location = new Point(17, 48);
|
|
|
+ uiLabel1.Name = "uiLabel1";
|
|
|
+ uiLabel1.Size = new Size(76, 29);
|
|
|
+ uiLabel1.TabIndex = 0;
|
|
|
+ uiLabel1.Text = "Ip地址";
|
|
|
+ //
|
|
|
+ // uiTitlePanel3
|
|
|
+ //
|
|
|
+ uiTitlePanel3.Controls.Add(rbg_Save);
|
|
|
+ uiTitlePanel3.Controls.Add(txt_DirePath);
|
|
|
+ uiTitlePanel3.Controls.Add(uiLabel12);
|
|
|
+ uiTitlePanel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiTitlePanel3.Location = new Point(631, 14);
|
|
|
+ uiTitlePanel3.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ uiTitlePanel3.MinimumSize = new Size(1, 1);
|
|
|
+ uiTitlePanel3.Name = "uiTitlePanel3";
|
|
|
+ uiTitlePanel3.ShowText = false;
|
|
|
+ uiTitlePanel3.Size = new Size(423, 321);
|
|
|
+ uiTitlePanel3.TabIndex = 2;
|
|
|
+ uiTitlePanel3.Text = "定期清理log";
|
|
|
+ uiTitlePanel3.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // rbg_Save
|
|
|
+ //
|
|
|
+ rbg_Save.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ rbg_Save.Items.AddRange(new object[] { "不清理", "3天", "7天", "15天", "30天", "60天" });
|
|
|
+ rbg_Save.Location = new Point(13, 82);
|
|
|
+ rbg_Save.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ rbg_Save.MinimumSize = new Size(1, 1);
|
|
|
+ rbg_Save.Name = "rbg_Save";
|
|
|
+ rbg_Save.Padding = new Padding(0, 32, 0, 0);
|
|
|
+ rbg_Save.Size = new Size(397, 216);
|
|
|
+ rbg_Save.TabIndex = 19;
|
|
|
+ rbg_Save.Text = "定期清理";
|
|
|
+ rbg_Save.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ //
|
|
|
+ // txt_DirePath
|
|
|
+ //
|
|
|
+ txt_DirePath.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_DirePath.Location = new Point(143, 41);
|
|
|
+ txt_DirePath.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_DirePath.MinimumSize = new Size(1, 16);
|
|
|
+ txt_DirePath.Name = "txt_DirePath";
|
|
|
+ txt_DirePath.Padding = new Padding(5);
|
|
|
+ txt_DirePath.ShowText = false;
|
|
|
+ txt_DirePath.Size = new Size(218, 36);
|
|
|
+ txt_DirePath.TabIndex = 18;
|
|
|
+ txt_DirePath.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_DirePath.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel12
|
|
|
+ //
|
|
|
+ uiLabel12.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel12.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel12.Location = new Point(24, 48);
|
|
|
+ uiLabel12.Name = "uiLabel12";
|
|
|
+ uiLabel12.Size = new Size(151, 29);
|
|
|
+ uiLabel12.TabIndex = 17;
|
|
|
+ uiLabel12.Text = "文件夹路径";
|
|
|
+ //
|
|
|
+ // uiTitlePanel2
|
|
|
+ //
|
|
|
+ uiTitlePanel2.Controls.Add(uiLabel11);
|
|
|
+ uiTitlePanel2.Controls.Add(txt_SoftTime);
|
|
|
+ uiTitlePanel2.Controls.Add(uiLabel9);
|
|
|
+ uiTitlePanel2.Controls.Add(txt_SoftwareVersion);
|
|
|
+ uiTitlePanel2.Controls.Add(uiLabel10);
|
|
|
+ uiTitlePanel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiTitlePanel2.Location = new Point(13, 345);
|
|
|
+ uiTitlePanel2.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ uiTitlePanel2.MinimumSize = new Size(1, 1);
|
|
|
+ uiTitlePanel2.Name = "uiTitlePanel2";
|
|
|
+ uiTitlePanel2.ShowText = false;
|
|
|
+ uiTitlePanel2.Size = new Size(610, 185);
|
|
|
+ uiTitlePanel2.TabIndex = 1;
|
|
|
+ uiTitlePanel2.Text = "软件参数";
|
|
|
+ uiTitlePanel2.TextAlignment = ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // uiLabel11
|
|
|
+ //
|
|
|
+ uiLabel11.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel11.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel11.Location = new Point(338, 121);
|
|
|
+ uiLabel11.Name = "uiLabel11";
|
|
|
+ uiLabel11.Size = new Size(33, 29);
|
|
|
+ uiLabel11.TabIndex = 14;
|
|
|
+ uiLabel11.Text = "s";
|
|
|
+ //
|
|
|
+ // txt_SoftTime
|
|
|
+ //
|
|
|
+ txt_SoftTime.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_SoftTime.Location = new Point(152, 114);
|
|
|
+ txt_SoftTime.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_SoftTime.MinimumSize = new Size(1, 16);
|
|
|
+ txt_SoftTime.Name = "txt_SoftTime";
|
|
|
+ txt_SoftTime.Padding = new Padding(5);
|
|
|
+ txt_SoftTime.ShowText = false;
|
|
|
+ txt_SoftTime.Size = new Size(179, 36);
|
|
|
+ txt_SoftTime.TabIndex = 13;
|
|
|
+ txt_SoftTime.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_SoftTime.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel9
|
|
|
+ //
|
|
|
+ uiLabel9.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel9.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel9.Location = new Point(17, 121);
|
|
|
+ uiLabel9.Name = "uiLabel9";
|
|
|
+ uiLabel9.Size = new Size(145, 29);
|
|
|
+ uiLabel9.TabIndex = 12;
|
|
|
+ uiLabel9.Text = "软件试用时间";
|
|
|
+ //
|
|
|
+ // txt_SoftwareVersion
|
|
|
+ //
|
|
|
+ txt_SoftwareVersion.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ txt_SoftwareVersion.Location = new Point(152, 60);
|
|
|
+ txt_SoftwareVersion.Margin = new Padding(4, 5, 4, 5);
|
|
|
+ txt_SoftwareVersion.MinimumSize = new Size(1, 16);
|
|
|
+ txt_SoftwareVersion.Name = "txt_SoftwareVersion";
|
|
|
+ txt_SoftwareVersion.Padding = new Padding(5);
|
|
|
+ txt_SoftwareVersion.ShowText = false;
|
|
|
+ txt_SoftwareVersion.Size = new Size(179, 36);
|
|
|
+ txt_SoftwareVersion.TabIndex = 11;
|
|
|
+ txt_SoftwareVersion.TextAlignment = ContentAlignment.MiddleLeft;
|
|
|
+ txt_SoftwareVersion.Watermark = "";
|
|
|
+ //
|
|
|
+ // uiLabel10
|
|
|
+ //
|
|
|
+ uiLabel10.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ uiLabel10.ForeColor = Color.FromArgb(48, 48, 48);
|
|
|
+ uiLabel10.Location = new Point(17, 67);
|
|
|
+ uiLabel10.Name = "uiLabel10";
|
|
|
+ uiLabel10.Size = new Size(128, 29);
|
|
|
+ uiLabel10.TabIndex = 10;
|
|
|
+ uiLabel10.Text = "软件版本";
|
|
|
+ //
|
|
|
+ // btn_Save
|
|
|
+ //
|
|
|
+ btn_Save.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ btn_Save.Location = new Point(879, 475);
|
|
|
+ btn_Save.MinimumSize = new Size(1, 1);
|
|
|
+ btn_Save.Name = "btn_Save";
|
|
|
+ btn_Save.Size = new Size(175, 55);
|
|
|
+ btn_Save.TabIndex = 3;
|
|
|
+ btn_Save.Text = "保存";
|
|
|
+ btn_Save.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
|
|
+ //
|
|
|
// PageSystemParameterSet
|
|
|
//
|
|
|
AutoScaleMode = AutoScaleMode.None;
|
|
|
ClientSize = new Size(1067, 544);
|
|
|
+ Controls.Add(btn_Save);
|
|
|
+ Controls.Add(uiTitlePanel3);
|
|
|
+ Controls.Add(uiTitlePanel2);
|
|
|
+ Controls.Add(uiTitlePanel1);
|
|
|
Name = "PageSystemParameterSet";
|
|
|
- Text = "PageSystemParameterSet";
|
|
|
+ Text = "系统参数";
|
|
|
Load += PageSystemParameterSet_Load;
|
|
|
+ uiTitlePanel1.ResumeLayout(false);
|
|
|
+ uiTitlePanel3.ResumeLayout(false);
|
|
|
+ uiTitlePanel2.ResumeLayout(false);
|
|
|
ResumeLayout(false);
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
+
|
|
|
+ private Sunny.UI.UITitlePanel uiTitlePanel1;
|
|
|
+ private Sunny.UI.UITextBox txt_ReConnectTimeInterval;
|
|
|
+ private Sunny.UI.UILabel uiLabel8;
|
|
|
+ private Sunny.UI.UITextBox txt_ReadTimeInterval;
|
|
|
+ private Sunny.UI.UILabel uiLabel6;
|
|
|
+ private Sunny.UI.UITextBox txt_ConnectTimeOut;
|
|
|
+ private Sunny.UI.UILabel uiLabel7;
|
|
|
+ private Sunny.UI.UIComboBox cb_CPUType;
|
|
|
+ private Sunny.UI.UITextBox txt_Slot;
|
|
|
+ private Sunny.UI.UILabel uiLabel5;
|
|
|
+ private Sunny.UI.UITextBox txt_Rack;
|
|
|
+ private Sunny.UI.UILabel uiLabel4;
|
|
|
+ private Sunny.UI.UILabel uiLabel3;
|
|
|
+ private Sunny.UI.UITextBox txt_Port;
|
|
|
+ private Sunny.UI.UILabel uiLabel2;
|
|
|
+ private Sunny.UI.UIIPTextBox txt_IPAddress;
|
|
|
+ private Sunny.UI.UILabel uiLabel1;
|
|
|
+ private Sunny.UI.UITitlePanel uiTitlePanel3;
|
|
|
+ private Sunny.UI.UITitlePanel uiTitlePanel2;
|
|
|
+ private Sunny.UI.UILabel uiLabel11;
|
|
|
+ private Sunny.UI.UITextBox txt_SoftTime;
|
|
|
+ private Sunny.UI.UILabel uiLabel9;
|
|
|
+ private Sunny.UI.UITextBox txt_SoftwareVersion;
|
|
|
+ private Sunny.UI.UILabel uiLabel10;
|
|
|
+ private Sunny.UI.UITextBox txt_DirePath;
|
|
|
+ private Sunny.UI.UILabel uiLabel12;
|
|
|
+ private Sunny.UI.UIRadioButtonGroup rbg_Save;
|
|
|
+ private Sunny.UI.UIButton btn_Save;
|
|
|
}
|
|
|
}
|