namespace JY.Inspection.Frm { partial class FormMesDataSet { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMesDataSet)); this.btnExit = new MetroFramework.Controls.MetroButton(); this.metroLabel1 = new MetroFramework.Controls.MetroLabel(); this.txtlineCode = new MetroFramework.Controls.MetroTextBox(); this.btnSave = new MetroFramework.Controls.MetroButton(); this.metroLabel3 = new MetroFramework.Controls.MetroLabel(); this.txtequipCode = new MetroFramework.Controls.MetroTextBox(); this.txtsiteCode = new MetroFramework.Controls.MetroTextBox(); this.metroLabel2 = new MetroFramework.Controls.MetroLabel(); this.ckStartZNDB = new System.Windows.Forms.CheckBox(); this.txtmaterialCode = new MetroFramework.Controls.MetroTextBox(); this.metroLabel4 = new MetroFramework.Controls.MetroLabel(); this.txtGradingMesUrl = new MetroFramework.Controls.MetroTextBox(); this.metroLabel5 = new MetroFramework.Controls.MetroLabel(); this.txtResultProcessMesUrl = new MetroFramework.Controls.MetroTextBox(); this.metroLabel6 = new MetroFramework.Controls.MetroLabel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.linkLabel_editCollectItemCfg = new System.Windows.Forms.LinkLabel(); this.metroLabel21 = new MetroFramework.Controls.MetroLabel(); this.LoginTime = new System.Windows.Forms.NumericUpDown(); this.metroLabel22 = new MetroFramework.Controls.MetroLabel(); this.metroLabel18 = new MetroFramework.Controls.MetroLabel(); this.txtMesRequestTime = new System.Windows.Forms.NumericUpDown(); this.metroLabel20 = new MetroFramework.Controls.MetroLabel(); this.chkIsMesUP = new System.Windows.Forms.CheckBox(); this.metroLabel7 = new MetroFramework.Controls.MetroLabel(); this.tb_productType = new MetroFramework.Controls.MetroTextBox(); this.metroPanel_top = new MetroFramework.Controls.MetroPanel(); this.metroPanel_mid = new MetroFramework.Controls.MetroPanel(); this.metroPanel_bottom = new MetroFramework.Controls.MetroPanel(); this.metroLabel8 = new MetroFramework.Controls.MetroLabel(); this.tb_StationArrival = new MetroFramework.Controls.MetroTextBox(); this.metroLabel9 = new MetroFramework.Controls.MetroLabel(); this.tb_stationExit = new MetroFramework.Controls.MetroTextBox(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.LoginTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMesRequestTime)).BeginInit(); this.metroPanel_top.SuspendLayout(); this.metroPanel_mid.SuspendLayout(); this.metroPanel_bottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); this.SuspendLayout(); // // btnExit // this.btnExit.Location = new System.Drawing.Point(484, 40); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(103, 37); this.btnExit.TabIndex = 13; this.btnExit.Text = "退出"; this.btnExit.UseSelectable = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // metroLabel1 // this.metroLabel1.AutoSize = true; this.metroLabel1.Location = new System.Drawing.Point(33, 53); this.metroLabel1.Name = "metroLabel1"; this.metroLabel1.Size = new System.Drawing.Size(79, 19); this.metroLabel1.TabIndex = 12; this.metroLabel1.Text = "产线名称:"; // // txtlineCode // // // // this.txtlineCode.CustomButton.Image = null; this.txtlineCode.CustomButton.Location = new System.Drawing.Point(123, 1); this.txtlineCode.CustomButton.Name = ""; this.txtlineCode.CustomButton.Size = new System.Drawing.Size(16, 17); this.txtlineCode.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtlineCode.CustomButton.TabIndex = 1; this.txtlineCode.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtlineCode.CustomButton.UseSelectable = true; this.txtlineCode.CustomButton.Visible = false; this.txtlineCode.Lines = new string[0]; this.txtlineCode.Location = new System.Drawing.Point(118, 53); this.txtlineCode.MaxLength = 32767; this.txtlineCode.Name = "txtlineCode"; this.txtlineCode.PasswordChar = '\0'; this.txtlineCode.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtlineCode.SelectedText = ""; this.txtlineCode.SelectionLength = 0; this.txtlineCode.SelectionStart = 0; this.txtlineCode.ShortcutsEnabled = true; this.txtlineCode.Size = new System.Drawing.Size(186, 23); this.txtlineCode.TabIndex = 11; this.txtlineCode.UseSelectable = true; this.txtlineCode.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtlineCode.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // btnSave // this.btnSave.Location = new System.Drawing.Point(68, 40); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(112, 37); this.btnSave.TabIndex = 10; this.btnSave.Text = "保存"; this.btnSave.UseSelectable = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // metroLabel3 // this.metroLabel3.AutoSize = true; this.metroLabel3.Location = new System.Drawing.Point(33, 92); this.metroLabel3.Name = "metroLabel3"; this.metroLabel3.Size = new System.Drawing.Size(79, 19); this.metroLabel3.TabIndex = 25; this.metroLabel3.Text = "设备编码:"; // // txtequipCode // // // // this.txtequipCode.CustomButton.Image = null; this.txtequipCode.CustomButton.Location = new System.Drawing.Point(123, 1); this.txtequipCode.CustomButton.Name = ""; this.txtequipCode.CustomButton.Size = new System.Drawing.Size(16, 17); this.txtequipCode.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtequipCode.CustomButton.TabIndex = 1; this.txtequipCode.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtequipCode.CustomButton.UseSelectable = true; this.txtequipCode.CustomButton.Visible = false; this.txtequipCode.Lines = new string[0]; this.txtequipCode.Location = new System.Drawing.Point(118, 88); this.txtequipCode.MaxLength = 32767; this.txtequipCode.Name = "txtequipCode"; this.txtequipCode.PasswordChar = '\0'; this.txtequipCode.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtequipCode.SelectedText = ""; this.txtequipCode.SelectionLength = 0; this.txtequipCode.SelectionStart = 0; this.txtequipCode.ShortcutsEnabled = true; this.txtequipCode.Size = new System.Drawing.Size(186, 23); this.txtequipCode.TabIndex = 26; this.txtequipCode.UseSelectable = true; this.txtequipCode.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtequipCode.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // txtsiteCode // // // // this.txtsiteCode.CustomButton.Image = null; this.txtsiteCode.CustomButton.Location = new System.Drawing.Point(123, 1); this.txtsiteCode.CustomButton.Name = ""; this.txtsiteCode.CustomButton.Size = new System.Drawing.Size(16, 17); this.txtsiteCode.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtsiteCode.CustomButton.TabIndex = 1; this.txtsiteCode.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtsiteCode.CustomButton.UseSelectable = true; this.txtsiteCode.CustomButton.Visible = false; this.txtsiteCode.Lines = new string[0]; this.txtsiteCode.Location = new System.Drawing.Point(118, 15); this.txtsiteCode.MaxLength = 32767; this.txtsiteCode.Name = "txtsiteCode"; this.txtsiteCode.PasswordChar = '\0'; this.txtsiteCode.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtsiteCode.SelectedText = ""; this.txtsiteCode.SelectionLength = 0; this.txtsiteCode.SelectionStart = 0; this.txtsiteCode.ShortcutsEnabled = true; this.txtsiteCode.Size = new System.Drawing.Size(186, 23); this.txtsiteCode.TabIndex = 28; this.txtsiteCode.UseSelectable = true; this.txtsiteCode.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtsiteCode.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel2 // this.metroLabel2.AutoSize = true; this.metroLabel2.Location = new System.Drawing.Point(33, 15); this.metroLabel2.Name = "metroLabel2"; this.metroLabel2.Size = new System.Drawing.Size(79, 19); this.metroLabel2.TabIndex = 27; this.metroLabel2.Text = "工厂代码:"; // // ckStartZNDB // this.ckStartZNDB.AutoSize = true; this.ckStartZNDB.Location = new System.Drawing.Point(68, 6); this.ckStartZNDB.Name = "ckStartZNDB"; this.ckStartZNDB.Size = new System.Drawing.Size(96, 16); this.ckStartZNDB.TabIndex = 29; this.ckStartZNDB.Text = "开启智能电表"; this.ckStartZNDB.UseVisualStyleBackColor = true; // // txtmaterialCode // // // // this.txtmaterialCode.CustomButton.Image = null; this.txtmaterialCode.CustomButton.Location = new System.Drawing.Point(123, 1); this.txtmaterialCode.CustomButton.Name = ""; this.txtmaterialCode.CustomButton.Size = new System.Drawing.Size(16, 17); this.txtmaterialCode.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtmaterialCode.CustomButton.TabIndex = 1; this.txtmaterialCode.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtmaterialCode.CustomButton.UseSelectable = true; this.txtmaterialCode.CustomButton.Visible = false; this.txtmaterialCode.Lines = new string[0]; this.txtmaterialCode.Location = new System.Drawing.Point(118, 129); this.txtmaterialCode.MaxLength = 32767; this.txtmaterialCode.Name = "txtmaterialCode"; this.txtmaterialCode.PasswordChar = '\0'; this.txtmaterialCode.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtmaterialCode.SelectedText = ""; this.txtmaterialCode.SelectionLength = 0; this.txtmaterialCode.SelectionStart = 0; this.txtmaterialCode.ShortcutsEnabled = true; this.txtmaterialCode.Size = new System.Drawing.Size(186, 23); this.txtmaterialCode.TabIndex = 31; this.txtmaterialCode.UseSelectable = true; this.txtmaterialCode.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtmaterialCode.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel4 // this.metroLabel4.AutoSize = true; this.metroLabel4.Location = new System.Drawing.Point(33, 127); this.metroLabel4.Name = "metroLabel4"; this.metroLabel4.Size = new System.Drawing.Size(79, 19); this.metroLabel4.TabIndex = 30; this.metroLabel4.Text = "物料编码:"; // // txtGradingMesUrl // // // // this.txtGradingMesUrl.CustomButton.Image = null; this.txtGradingMesUrl.CustomButton.Location = new System.Drawing.Point(376, 1); this.txtGradingMesUrl.CustomButton.Name = ""; this.txtGradingMesUrl.CustomButton.Size = new System.Drawing.Size(16, 17); this.txtGradingMesUrl.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtGradingMesUrl.CustomButton.TabIndex = 1; this.txtGradingMesUrl.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtGradingMesUrl.CustomButton.UseSelectable = true; this.txtGradingMesUrl.CustomButton.Visible = false; this.txtGradingMesUrl.Lines = new string[0]; this.txtGradingMesUrl.Location = new System.Drawing.Point(176, 177); this.txtGradingMesUrl.MaxLength = 32767; this.txtGradingMesUrl.Name = "txtGradingMesUrl"; this.txtGradingMesUrl.PasswordChar = '\0'; this.txtGradingMesUrl.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtGradingMesUrl.SelectedText = ""; this.txtGradingMesUrl.SelectionLength = 0; this.txtGradingMesUrl.SelectionStart = 0; this.txtGradingMesUrl.ShortcutsEnabled = true; this.txtGradingMesUrl.Size = new System.Drawing.Size(524, 23); this.txtGradingMesUrl.TabIndex = 33; this.txtGradingMesUrl.UseSelectable = true; this.txtGradingMesUrl.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtGradingMesUrl.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel5 // this.metroLabel5.AutoSize = true; this.metroLabel5.Location = new System.Drawing.Point(29, 177); this.metroLabel5.Name = "metroLabel5"; this.metroLabel5.Size = new System.Drawing.Size(135, 19); this.metroLabel5.TabIndex = 32; this.metroLabel5.Text = "分档查询接口地址:"; // // txtResultProcessMesUrl // // // // this.txtResultProcessMesUrl.CustomButton.Image = null; this.txtResultProcessMesUrl.CustomButton.Location = new System.Drawing.Point(376, 1); this.txtResultProcessMesUrl.CustomButton.Name = ""; this.txtResultProcessMesUrl.CustomButton.Size = new System.Drawing.Size(16, 17); this.txtResultProcessMesUrl.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.txtResultProcessMesUrl.CustomButton.TabIndex = 1; this.txtResultProcessMesUrl.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.txtResultProcessMesUrl.CustomButton.UseSelectable = true; this.txtResultProcessMesUrl.CustomButton.Visible = false; this.txtResultProcessMesUrl.Lines = new string[0]; this.txtResultProcessMesUrl.Location = new System.Drawing.Point(176, 214); this.txtResultProcessMesUrl.MaxLength = 32767; this.txtResultProcessMesUrl.Name = "txtResultProcessMesUrl"; this.txtResultProcessMesUrl.PasswordChar = '\0'; this.txtResultProcessMesUrl.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtResultProcessMesUrl.SelectedText = ""; this.txtResultProcessMesUrl.SelectionLength = 0; this.txtResultProcessMesUrl.SelectionStart = 0; this.txtResultProcessMesUrl.ShortcutsEnabled = true; this.txtResultProcessMesUrl.Size = new System.Drawing.Size(524, 23); this.txtResultProcessMesUrl.TabIndex = 35; this.txtResultProcessMesUrl.UseSelectable = true; this.txtResultProcessMesUrl.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.txtResultProcessMesUrl.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel6 // this.metroLabel6.AutoSize = true; this.metroLabel6.Location = new System.Drawing.Point(3, 214); this.metroLabel6.Name = "metroLabel6"; this.metroLabel6.Size = new System.Drawing.Size(163, 19); this.metroLabel6.TabIndex = 34; this.metroLabel6.Text = "结果加工参数接口地址:"; // // groupBox1 // this.groupBox1.Controls.Add(this.metroPanel_top); this.groupBox1.Controls.Add(this.metroPanel_mid); this.groupBox1.Controls.Add(this.metroPanel_bottom); this.groupBox1.Location = new System.Drawing.Point(23, 63); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(719, 492); this.groupBox1.TabIndex = 36; this.groupBox1.TabStop = false; this.groupBox1.Text = "MES配置"; // // linkLabel_editCollectItemCfg // this.linkLabel_editCollectItemCfg.AutoSize = true; this.linkLabel_editCollectItemCfg.Location = new System.Drawing.Point(482, 7); this.linkLabel_editCollectItemCfg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.linkLabel_editCollectItemCfg.Name = "linkLabel_editCollectItemCfg"; this.linkLabel_editCollectItemCfg.Size = new System.Drawing.Size(101, 12); this.linkLabel_editCollectItemCfg.TabIndex = 182; this.linkLabel_editCollectItemCfg.TabStop = true; this.linkLabel_editCollectItemCfg.Text = "配置采集项参照表"; this.linkLabel_editCollectItemCfg.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_editCollectItemCfg_LinkClicked); // // metroLabel21 // this.metroLabel21.AutoSize = true; this.metroLabel21.Location = new System.Drawing.Point(573, 127); this.metroLabel21.Name = "metroLabel21"; this.metroLabel21.Size = new System.Drawing.Size(31, 19); this.metroLabel21.TabIndex = 180; this.metroLabel21.Text = "min"; this.metroLabel21.Visible = false; // // LoginTime // this.LoginTime.Location = new System.Drawing.Point(491, 127); this.LoginTime.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.LoginTime.Name = "LoginTime"; this.LoginTime.Size = new System.Drawing.Size(76, 21); this.LoginTime.TabIndex = 179; this.LoginTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.LoginTime.Value = new decimal(new int[] { 1, 0, 0, 0}); this.LoginTime.Visible = false; // // metroLabel22 // this.metroLabel22.AutoSize = true; this.metroLabel22.Location = new System.Drawing.Point(378, 127); this.metroLabel22.Name = "metroLabel22"; this.metroLabel22.Size = new System.Drawing.Size(107, 19); this.metroLabel22.TabIndex = 176; this.metroLabel22.Text = "权限登录时长:"; this.metroLabel22.Visible = false; // // metroLabel18 // this.metroLabel18.AutoSize = true; this.metroLabel18.Location = new System.Drawing.Point(573, 53); this.metroLabel18.Name = "metroLabel18"; this.metroLabel18.Size = new System.Drawing.Size(14, 19); this.metroLabel18.TabIndex = 97; this.metroLabel18.Text = "s"; // // txtMesRequestTime // this.txtMesRequestTime.DecimalPlaces = 1; this.txtMesRequestTime.Increment = new decimal(new int[] { 5, 0, 0, 65536}); this.txtMesRequestTime.Location = new System.Drawing.Point(491, 53); this.txtMesRequestTime.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.txtMesRequestTime.Minimum = new decimal(new int[] { 5, 0, 0, 65536}); this.txtMesRequestTime.Name = "txtMesRequestTime"; this.txtMesRequestTime.Size = new System.Drawing.Size(76, 21); this.txtMesRequestTime.TabIndex = 96; this.txtMesRequestTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtMesRequestTime.Value = new decimal(new int[] { 5, 0, 0, 65536}); // // metroLabel20 // this.metroLabel20.AutoSize = true; this.metroLabel20.Location = new System.Drawing.Point(352, 53); this.metroLabel20.Name = "metroLabel20"; this.metroLabel20.Size = new System.Drawing.Size(133, 19); this.metroLabel20.TabIndex = 49; this.metroLabel20.Text = "请求MES超时时长:"; // // chkIsMesUP // this.chkIsMesUP.AutoSize = true; this.chkIsMesUP.Enabled = false; this.chkIsMesUP.Location = new System.Drawing.Point(279, 6); this.chkIsMesUP.Name = "chkIsMesUP"; this.chkIsMesUP.Size = new System.Drawing.Size(90, 16); this.chkIsMesUP.TabIndex = 36; this.chkIsMesUP.Text = "开启MES模式"; this.chkIsMesUP.UseVisualStyleBackColor = true; // // metroLabel7 // this.metroLabel7.AutoSize = true; this.metroLabel7.Location = new System.Drawing.Point(406, 15); this.metroLabel7.Name = "metroLabel7"; this.metroLabel7.Size = new System.Drawing.Size(79, 19); this.metroLabel7.TabIndex = 183; this.metroLabel7.Text = "产品类型:"; // // tb_productType // // // // this.tb_productType.CustomButton.Image = null; this.tb_productType.CustomButton.Location = new System.Drawing.Point(164, 1); this.tb_productType.CustomButton.Name = ""; this.tb_productType.CustomButton.Size = new System.Drawing.Size(21, 21); this.tb_productType.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.tb_productType.CustomButton.TabIndex = 1; this.tb_productType.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.tb_productType.CustomButton.UseSelectable = true; this.tb_productType.CustomButton.Visible = false; this.tb_productType.Lines = new string[0]; this.tb_productType.Location = new System.Drawing.Point(491, 15); this.tb_productType.MaxLength = 32767; this.tb_productType.Name = "tb_productType"; this.tb_productType.PasswordChar = '\0'; this.tb_productType.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tb_productType.SelectedText = ""; this.tb_productType.SelectionLength = 0; this.tb_productType.SelectionStart = 0; this.tb_productType.ShortcutsEnabled = true; this.tb_productType.Size = new System.Drawing.Size(186, 23); this.tb_productType.TabIndex = 184; this.tb_productType.UseSelectable = true; this.tb_productType.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.tb_productType.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroPanel_top // this.metroPanel_top.Controls.Add(this.tb_productType); this.metroPanel_top.Controls.Add(this.metroLabel18); this.metroPanel_top.Controls.Add(this.metroLabel21); this.metroPanel_top.Controls.Add(this.metroLabel7); this.metroPanel_top.Controls.Add(this.LoginTime); this.metroPanel_top.Controls.Add(this.txtMesRequestTime); this.metroPanel_top.Controls.Add(this.metroLabel2); this.metroPanel_top.Controls.Add(this.metroLabel22); this.metroPanel_top.Controls.Add(this.metroLabel1); this.metroPanel_top.Controls.Add(this.metroLabel3); this.metroPanel_top.Controls.Add(this.metroLabel4); this.metroPanel_top.Controls.Add(this.metroLabel20); this.metroPanel_top.Controls.Add(this.txtsiteCode); this.metroPanel_top.Controls.Add(this.txtlineCode); this.metroPanel_top.Controls.Add(this.txtequipCode); this.metroPanel_top.Controls.Add(this.txtmaterialCode); this.metroPanel_top.Dock = System.Windows.Forms.DockStyle.Top; this.metroPanel_top.HorizontalScrollbarBarColor = true; this.metroPanel_top.HorizontalScrollbarHighlightOnWheel = false; this.metroPanel_top.HorizontalScrollbarSize = 10; this.metroPanel_top.Location = new System.Drawing.Point(3, 17); this.metroPanel_top.Name = "metroPanel_top"; this.metroPanel_top.Size = new System.Drawing.Size(713, 163); this.metroPanel_top.TabIndex = 185; this.metroPanel_top.VerticalScrollbarBarColor = true; this.metroPanel_top.VerticalScrollbarHighlightOnWheel = false; this.metroPanel_top.VerticalScrollbarSize = 10; // // metroPanel_mid // this.metroPanel_mid.Controls.Add(this.tb_stationExit); this.metroPanel_mid.Controls.Add(this.metroLabel9); this.metroPanel_mid.Controls.Add(this.tb_StationArrival); this.metroPanel_mid.Controls.Add(this.metroLabel8); this.metroPanel_mid.Controls.Add(this.txtResultProcessMesUrl); this.metroPanel_mid.Controls.Add(this.txtGradingMesUrl); this.metroPanel_mid.Controls.Add(this.metroLabel6); this.metroPanel_mid.Controls.Add(this.metroLabel5); this.metroPanel_mid.Dock = System.Windows.Forms.DockStyle.Fill; this.metroPanel_mid.HorizontalScrollbarBarColor = true; this.metroPanel_mid.HorizontalScrollbarHighlightOnWheel = false; this.metroPanel_mid.HorizontalScrollbarSize = 10; this.metroPanel_mid.Location = new System.Drawing.Point(3, 17); this.metroPanel_mid.Name = "metroPanel_mid"; this.metroPanel_mid.Size = new System.Drawing.Size(713, 379); this.metroPanel_mid.TabIndex = 186; this.metroPanel_mid.VerticalScrollbarBarColor = true; this.metroPanel_mid.VerticalScrollbarHighlightOnWheel = false; this.metroPanel_mid.VerticalScrollbarSize = 10; // // metroPanel_bottom // this.metroPanel_bottom.Controls.Add(this.linkLabel_editCollectItemCfg); this.metroPanel_bottom.Controls.Add(this.ckStartZNDB); this.metroPanel_bottom.Controls.Add(this.chkIsMesUP); this.metroPanel_bottom.Controls.Add(this.btnSave); this.metroPanel_bottom.Controls.Add(this.btnExit); this.metroPanel_bottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.metroPanel_bottom.HorizontalScrollbarBarColor = true; this.metroPanel_bottom.HorizontalScrollbarHighlightOnWheel = false; this.metroPanel_bottom.HorizontalScrollbarSize = 10; this.metroPanel_bottom.Location = new System.Drawing.Point(3, 396); this.metroPanel_bottom.Name = "metroPanel_bottom"; this.metroPanel_bottom.Size = new System.Drawing.Size(713, 93); this.metroPanel_bottom.TabIndex = 187; this.metroPanel_bottom.VerticalScrollbarBarColor = true; this.metroPanel_bottom.VerticalScrollbarHighlightOnWheel = false; this.metroPanel_bottom.VerticalScrollbarSize = 10; // // metroLabel8 // this.metroLabel8.AutoSize = true; this.metroLabel8.Location = new System.Drawing.Point(29, 250); this.metroLabel8.Name = "metroLabel8"; this.metroLabel8.Size = new System.Drawing.Size(135, 19); this.metroLabel8.TabIndex = 36; this.metroLabel8.Text = "产品进站接口地址:"; // // tb_StationArrival // // // // this.tb_StationArrival.CustomButton.Image = null; this.tb_StationArrival.CustomButton.Location = new System.Drawing.Point(502, 1); this.tb_StationArrival.CustomButton.Name = ""; this.tb_StationArrival.CustomButton.Size = new System.Drawing.Size(21, 21); this.tb_StationArrival.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.tb_StationArrival.CustomButton.TabIndex = 1; this.tb_StationArrival.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.tb_StationArrival.CustomButton.UseSelectable = true; this.tb_StationArrival.CustomButton.Visible = false; this.tb_StationArrival.Lines = new string[0]; this.tb_StationArrival.Location = new System.Drawing.Point(176, 250); this.tb_StationArrival.MaxLength = 32767; this.tb_StationArrival.Name = "tb_StationArrival"; this.tb_StationArrival.PasswordChar = '\0'; this.tb_StationArrival.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tb_StationArrival.SelectedText = ""; this.tb_StationArrival.SelectionLength = 0; this.tb_StationArrival.SelectionStart = 0; this.tb_StationArrival.ShortcutsEnabled = true; this.tb_StationArrival.Size = new System.Drawing.Size(524, 23); this.tb_StationArrival.TabIndex = 37; this.tb_StationArrival.UseSelectable = true; this.tb_StationArrival.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.tb_StationArrival.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel9 // this.metroLabel9.AutoSize = true; this.metroLabel9.Location = new System.Drawing.Point(29, 283); this.metroLabel9.Name = "metroLabel9"; this.metroLabel9.Size = new System.Drawing.Size(135, 19); this.metroLabel9.TabIndex = 38; this.metroLabel9.Text = "产品出站接口地址:"; // // tb_stationExit // // // // this.tb_stationExit.CustomButton.Image = null; this.tb_stationExit.CustomButton.Location = new System.Drawing.Point(502, 1); this.tb_stationExit.CustomButton.Name = ""; this.tb_stationExit.CustomButton.Size = new System.Drawing.Size(21, 21); this.tb_stationExit.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.tb_stationExit.CustomButton.TabIndex = 1; this.tb_stationExit.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.tb_stationExit.CustomButton.UseSelectable = true; this.tb_stationExit.CustomButton.Visible = false; this.tb_stationExit.Lines = new string[0]; this.tb_stationExit.Location = new System.Drawing.Point(176, 283); this.tb_stationExit.MaxLength = 32767; this.tb_stationExit.Name = "tb_stationExit"; this.tb_stationExit.PasswordChar = '\0'; this.tb_stationExit.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tb_stationExit.SelectedText = ""; this.tb_stationExit.SelectionLength = 0; this.tb_stationExit.SelectionStart = 0; this.tb_stationExit.ShortcutsEnabled = true; this.tb_stationExit.Size = new System.Drawing.Size(524, 23); this.tb_stationExit.TabIndex = 39; this.tb_stationExit.UseSelectable = true; this.tb_stationExit.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.tb_stationExit.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // FormMesDataSet // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(763, 578); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormMesDataSet"; this.Resizable = false; this.Text = "系统参数设置"; this.Load += new System.EventHandler(this.FormMesDataSet_Load); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.LoginTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMesRequestTime)).EndInit(); this.metroPanel_top.ResumeLayout(false); this.metroPanel_top.PerformLayout(); this.metroPanel_mid.ResumeLayout(false); this.metroPanel_mid.PerformLayout(); this.metroPanel_bottom.ResumeLayout(false); this.metroPanel_bottom.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); this.ResumeLayout(false); } #endregion private MetroFramework.Controls.MetroButton btnExit; private MetroFramework.Controls.MetroLabel metroLabel1; private MetroFramework.Controls.MetroTextBox txtlineCode; private MetroFramework.Controls.MetroButton btnSave; private MetroFramework.Controls.MetroLabel metroLabel3; private MetroFramework.Controls.MetroTextBox txtequipCode; private MetroFramework.Controls.MetroTextBox txtsiteCode; private MetroFramework.Controls.MetroLabel metroLabel2; private System.Windows.Forms.CheckBox ckStartZNDB; private MetroFramework.Controls.MetroTextBox txtmaterialCode; private MetroFramework.Controls.MetroLabel metroLabel4; private MetroFramework.Controls.MetroTextBox txtGradingMesUrl; private MetroFramework.Controls.MetroLabel metroLabel5; private MetroFramework.Controls.MetroTextBox txtResultProcessMesUrl; private MetroFramework.Controls.MetroLabel metroLabel6; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox chkIsMesUP; private MetroFramework.Controls.MetroLabel metroLabel20; private MetroFramework.Controls.MetroLabel metroLabel21; private System.Windows.Forms.NumericUpDown LoginTime; private MetroFramework.Controls.MetroLabel metroLabel22; private MetroFramework.Controls.MetroLabel metroLabel18; private System.Windows.Forms.NumericUpDown txtMesRequestTime; private System.Windows.Forms.LinkLabel linkLabel_editCollectItemCfg; private MetroFramework.Controls.MetroLabel metroLabel7; private MetroFramework.Controls.MetroTextBox tb_productType; private MetroFramework.Controls.MetroPanel metroPanel_bottom; private MetroFramework.Controls.MetroPanel metroPanel_mid; private MetroFramework.Controls.MetroPanel metroPanel_top; private MetroFramework.Controls.MetroTextBox tb_stationExit; private MetroFramework.Controls.MetroLabel metroLabel9; private MetroFramework.Controls.MetroTextBox tb_StationArrival; private MetroFramework.Controls.MetroLabel metroLabel8; private System.Windows.Forms.BindingSource bindingSource1; } }