|
|
namespace B3ButcherWeightClient {
|
|
|
partial class Setting {
|
|
|
/// <summary>
|
|
|
/// Required designer variable.
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// Clean up any resources being used.
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
protected override void Dispose(bool disposing) {
|
|
|
if (disposing && (components != null)) {
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
/// <summary>
|
|
|
/// Required method for Designer support - do not modify
|
|
|
/// the contents of this method with the code editor.
|
|
|
/// </summary>
|
|
|
private void InitializeComponent() {
|
|
|
this.txtDataBits = new System.Windows.Forms.TextBox();
|
|
|
this.txtBaudRate = new System.Windows.Forms.TextBox();
|
|
|
this.txtBComName = new System.Windows.Forms.TextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.typeComboBox = new System.Windows.Forms.ComboBox();
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
|
this.txtBoxDataBase = new System.Windows.Forms.TextBox();
|
|
|
this.txtBoxUserName = new System.Windows.Forms.TextBox();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.txtBServerName = new System.Windows.Forms.TextBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
this.maxTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.minTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
|
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|
|
this.cbxAllowChangeLevel = new System.Windows.Forms.CheckBox();
|
|
|
this.subWeightLabel = new System.Windows.Forms.Label();
|
|
|
this.subWeightSettingTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
|
this.txtPerDayStartHour = new System.Windows.Forms.TextBox();
|
|
|
this.urlTextBox = new System.Windows.Forms.TextBox();
|
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// txtDataBits
|
|
|
//
|
|
|
this.txtDataBits.Location = new System.Drawing.Point(77, 87);
|
|
|
this.txtDataBits.MaxLength = 1;
|
|
|
this.txtDataBits.Name = "txtDataBits";
|
|
|
this.txtDataBits.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtDataBits.TabIndex = 9;
|
|
|
//
|
|
|
// txtBaudRate
|
|
|
//
|
|
|
this.txtBaudRate.Location = new System.Drawing.Point(77, 56);
|
|
|
this.txtBaudRate.MaxLength = 10;
|
|
|
this.txtBaudRate.Name = "txtBaudRate";
|
|
|
this.txtBaudRate.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtBaudRate.TabIndex = 8;
|
|
|
//
|
|
|
// txtBComName
|
|
|
//
|
|
|
this.txtBComName.Location = new System.Drawing.Point(77, 25);
|
|
|
this.txtBComName.MaxLength = 10;
|
|
|
this.txtBComName.Name = "txtBComName";
|
|
|
this.txtBComName.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtBComName.TabIndex = 7;
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Location = new System.Drawing.Point(6, 90);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label3.TabIndex = 4;
|
|
|
this.label3.Text = "数据位数";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Location = new System.Drawing.Point(6, 59);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label2.TabIndex = 5;
|
|
|
this.label2.Text = "波特率";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Location = new System.Drawing.Point(6, 28);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label1.TabIndex = 6;
|
|
|
this.label1.Text = "串口名";
|
|
|
//
|
|
|
// groupBox1
|
|
|
//
|
|
|
this.groupBox1.Controls.Add(this.typeComboBox);
|
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
|
this.groupBox1.Controls.Add(this.txtDataBits);
|
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
|
this.groupBox1.Controls.Add(this.txtBaudRate);
|
|
|
this.groupBox1.Controls.Add(this.txtBComName);
|
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 16);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
this.groupBox1.Size = new System.Drawing.Size(188, 147);
|
|
|
this.groupBox1.TabIndex = 22;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "端口设置";
|
|
|
//
|
|
|
// typeComboBox
|
|
|
//
|
|
|
this.typeComboBox.FormattingEnabled = true;
|
|
|
this.typeComboBox.Location = new System.Drawing.Point(77, 123);
|
|
|
this.typeComboBox.Name = "typeComboBox";
|
|
|
this.typeComboBox.Size = new System.Drawing.Size(100, 20);
|
|
|
this.typeComboBox.TabIndex = 26;
|
|
|
//
|
|
|
// label13
|
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
|
this.label13.Location = new System.Drawing.Point(7, 126);
|
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label13.TabIndex = 25;
|
|
|
this.label13.Text = "称类型";
|
|
|
//
|
|
|
// textBoxPassword
|
|
|
//
|
|
|
this.textBoxPassword.Location = new System.Drawing.Point(79, 126);
|
|
|
this.textBoxPassword.MaxLength = 16;
|
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
|
this.textBoxPassword.PasswordChar = '*';
|
|
|
this.textBoxPassword.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBoxPassword.TabIndex = 15;
|
|
|
//
|
|
|
// txtBoxDataBase
|
|
|
//
|
|
|
this.txtBoxDataBase.Location = new System.Drawing.Point(79, 56);
|
|
|
this.txtBoxDataBase.MaxLength = 30;
|
|
|
this.txtBoxDataBase.Name = "txtBoxDataBase";
|
|
|
this.txtBoxDataBase.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtBoxDataBase.TabIndex = 12;
|
|
|
//
|
|
|
// txtBoxUserName
|
|
|
//
|
|
|
this.txtBoxUserName.Location = new System.Drawing.Point(79, 87);
|
|
|
this.txtBoxUserName.MaxLength = 20;
|
|
|
this.txtBoxUserName.Name = "txtBoxUserName";
|
|
|
this.txtBoxUserName.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtBoxUserName.TabIndex = 14;
|
|
|
//
|
|
|
// label6
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Location = new System.Drawing.Point(20, 67);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label6.TabIndex = 16;
|
|
|
this.label6.Text = "数据库名";
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Location = new System.Drawing.Point(20, 129);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label5.TabIndex = 13;
|
|
|
this.label5.Text = "密 码";
|
|
|
//
|
|
|
// label7
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
this.label7.Location = new System.Drawing.Point(20, 98);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label7.TabIndex = 17;
|
|
|
this.label7.Text = "用 户 名";
|
|
|
//
|
|
|
// txtBServerName
|
|
|
//
|
|
|
this.txtBServerName.Location = new System.Drawing.Point(79, 25);
|
|
|
this.txtBServerName.MaxLength = 100;
|
|
|
this.txtBServerName.Name = "txtBServerName";
|
|
|
this.txtBServerName.Size = new System.Drawing.Size(100, 21);
|
|
|
this.txtBServerName.TabIndex = 11;
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Location = new System.Drawing.Point(20, 30);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label4.TabIndex = 10;
|
|
|
this.label4.Text = "服务器名";
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
this.groupBox2.Controls.Add(this.button1);
|
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
|
this.groupBox2.Controls.Add(this.txtBServerName);
|
|
|
this.groupBox2.Controls.Add(this.label7);
|
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
|
this.groupBox2.Controls.Add(this.txtBoxUserName);
|
|
|
this.groupBox2.Controls.Add(this.txtBoxDataBase);
|
|
|
this.groupBox2.Controls.Add(this.textBoxPassword);
|
|
|
this.groupBox2.Location = new System.Drawing.Point(217, 16);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
this.groupBox2.Size = new System.Drawing.Size(188, 190);
|
|
|
this.groupBox2.TabIndex = 23;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "本地数据库设置";
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(56, 156);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button1.TabIndex = 25;
|
|
|
this.button1.Text = "升级";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
// groupBox3
|
|
|
//
|
|
|
this.groupBox3.Controls.Add(this.button2);
|
|
|
this.groupBox3.Controls.Add(this.label8);
|
|
|
this.groupBox3.Controls.Add(this.textBox1);
|
|
|
this.groupBox3.Controls.Add(this.label9);
|
|
|
this.groupBox3.Controls.Add(this.label10);
|
|
|
this.groupBox3.Controls.Add(this.label11);
|
|
|
this.groupBox3.Controls.Add(this.textBox2);
|
|
|
this.groupBox3.Controls.Add(this.textBox3);
|
|
|
this.groupBox3.Controls.Add(this.textBox4);
|
|
|
this.groupBox3.Location = new System.Drawing.Point(217, 226);
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
this.groupBox3.Size = new System.Drawing.Size(188, 191);
|
|
|
this.groupBox3.TabIndex = 24;
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "远程数据库设置";
|
|
|
//
|
|
|
// button2
|
|
|
//
|
|
|
this.button2.Location = new System.Drawing.Point(56, 162);
|
|
|
this.button2.Name = "button2";
|
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button2.TabIndex = 25;
|
|
|
this.button2.Text = "升级";
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
//
|
|
|
// label8
|
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
|
this.label8.Location = new System.Drawing.Point(20, 33);
|
|
|
this.label8.Name = "label8";
|
|
|
this.label8.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label8.TabIndex = 18;
|
|
|
this.label8.Text = "服务器名";
|
|
|
//
|
|
|
// textBox1
|
|
|
//
|
|
|
this.textBox1.Location = new System.Drawing.Point(79, 28);
|
|
|
this.textBox1.MaxLength = 100;
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
this.textBox1.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBox1.TabIndex = 19;
|
|
|
//
|
|
|
// label9
|
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
|
this.label9.Location = new System.Drawing.Point(20, 101);
|
|
|
this.label9.Name = "label9";
|
|
|
this.label9.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label9.TabIndex = 25;
|
|
|
this.label9.Text = "用 户 名";
|
|
|
//
|
|
|
// label10
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Location = new System.Drawing.Point(20, 132);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label10.TabIndex = 21;
|
|
|
this.label10.Text = "密 码";
|
|
|
//
|
|
|
// label11
|
|
|
//
|
|
|
this.label11.AutoSize = true;
|
|
|
this.label11.Location = new System.Drawing.Point(20, 70);
|
|
|
this.label11.Name = "label11";
|
|
|
this.label11.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label11.TabIndex = 24;
|
|
|
this.label11.Text = "数据库名";
|
|
|
//
|
|
|
// textBox2
|
|
|
//
|
|
|
this.textBox2.Location = new System.Drawing.Point(79, 90);
|
|
|
this.textBox2.MaxLength = 20;
|
|
|
this.textBox2.Name = "textBox2";
|
|
|
this.textBox2.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBox2.TabIndex = 22;
|
|
|
//
|
|
|
// textBox3
|
|
|
//
|
|
|
this.textBox3.Location = new System.Drawing.Point(79, 59);
|
|
|
this.textBox3.MaxLength = 20;
|
|
|
this.textBox3.Name = "textBox3";
|
|
|
this.textBox3.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBox3.TabIndex = 20;
|
|
|
//
|
|
|
// textBox4
|
|
|
//
|
|
|
this.textBox4.Location = new System.Drawing.Point(79, 129);
|
|
|
this.textBox4.MaxLength = 16;
|
|
|
this.textBox4.Name = "textBox4";
|
|
|
this.textBox4.PasswordChar = '*';
|
|
|
this.textBox4.Size = new System.Drawing.Size(100, 21);
|
|
|
this.textBox4.TabIndex = 23;
|
|
|
//
|
|
|
// btnClose
|
|
|
//
|
|
|
this.btnClose.Location = new System.Drawing.Point(233, 483);
|
|
|
this.btnClose.Name = "btnClose";
|
|
|
this.btnClose.Size = new System.Drawing.Size(62, 23);
|
|
|
this.btnClose.TabIndex = 26;
|
|
|
this.btnClose.Text = "关 闭";
|
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
|
//
|
|
|
// btnSave
|
|
|
//
|
|
|
this.btnSave.Location = new System.Drawing.Point(138, 483);
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
this.btnSave.Size = new System.Drawing.Size(62, 23);
|
|
|
this.btnSave.TabIndex = 25;
|
|
|
this.btnSave.Text = "保 存";
|
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
//
|
|
|
// button3
|
|
|
//
|
|
|
this.button3.Location = new System.Drawing.Point(13, 226);
|
|
|
this.button3.Name = "button3";
|
|
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
|
this.button3.TabIndex = 27;
|
|
|
this.button3.Text = "级别设置";
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
//
|
|
|
// groupBox4
|
|
|
//
|
|
|
this.groupBox4.Controls.Add(this.maxTextBox);
|
|
|
this.groupBox4.Controls.Add(this.minTextBox);
|
|
|
this.groupBox4.Controls.Add(this.label12);
|
|
|
this.groupBox4.Controls.Add(this.label14);
|
|
|
this.groupBox4.Controls.Add(this.radioButton2);
|
|
|
this.groupBox4.Controls.Add(this.radioButton1);
|
|
|
this.groupBox4.Location = new System.Drawing.Point(13, 254);
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
this.groupBox4.Size = new System.Drawing.Size(187, 122);
|
|
|
this.groupBox4.TabIndex = 28;
|
|
|
this.groupBox4.TabStop = false;
|
|
|
this.groupBox4.Text = "发送方式";
|
|
|
//
|
|
|
// maxTextBox
|
|
|
//
|
|
|
this.maxTextBox.Location = new System.Drawing.Point(69, 50);
|
|
|
this.maxTextBox.Name = "maxTextBox";
|
|
|
this.maxTextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
this.maxTextBox.TabIndex = 3;
|
|
|
//
|
|
|
// minTextBox
|
|
|
//
|
|
|
this.minTextBox.Location = new System.Drawing.Point(69, 19);
|
|
|
this.minTextBox.Name = "minTextBox";
|
|
|
this.minTextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
this.minTextBox.TabIndex = 3;
|
|
|
//
|
|
|
// label12
|
|
|
//
|
|
|
this.label12.AutoSize = true;
|
|
|
this.label12.Location = new System.Drawing.Point(6, 53);
|
|
|
this.label12.Name = "label12";
|
|
|
this.label12.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label12.TabIndex = 2;
|
|
|
this.label12.Text = "最大重量";
|
|
|
//
|
|
|
// label14
|
|
|
//
|
|
|
this.label14.AutoSize = true;
|
|
|
this.label14.Location = new System.Drawing.Point(6, 22);
|
|
|
this.label14.Name = "label14";
|
|
|
this.label14.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label14.TabIndex = 2;
|
|
|
this.label14.Text = "最小重量";
|
|
|
//
|
|
|
// radioButton2
|
|
|
//
|
|
|
this.radioButton2.AutoSize = true;
|
|
|
this.radioButton2.Location = new System.Drawing.Point(98, 90);
|
|
|
this.radioButton2.Name = "radioButton2";
|
|
|
this.radioButton2.Size = new System.Drawing.Size(71, 16);
|
|
|
this.radioButton2.TabIndex = 1;
|
|
|
this.radioButton2.TabStop = true;
|
|
|
this.radioButton2.Text = "单次发送";
|
|
|
this.radioButton2.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// radioButton1
|
|
|
//
|
|
|
this.radioButton1.AutoSize = true;
|
|
|
this.radioButton1.Checked = true;
|
|
|
this.radioButton1.Location = new System.Drawing.Point(8, 90);
|
|
|
this.radioButton1.Name = "radioButton1";
|
|
|
this.radioButton1.Size = new System.Drawing.Size(71, 16);
|
|
|
this.radioButton1.TabIndex = 0;
|
|
|
this.radioButton1.TabStop = true;
|
|
|
this.radioButton1.Text = "连续发送";
|
|
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// cbxAllowChangeLevel
|
|
|
//
|
|
|
this.cbxAllowChangeLevel.AutoSize = true;
|
|
|
this.cbxAllowChangeLevel.Location = new System.Drawing.Point(12, 169);
|
|
|
this.cbxAllowChangeLevel.Name = "cbxAllowChangeLevel";
|
|
|
this.cbxAllowChangeLevel.Size = new System.Drawing.Size(96, 16);
|
|
|
this.cbxAllowChangeLevel.TabIndex = 29;
|
|
|
this.cbxAllowChangeLevel.Text = "允许修改级别";
|
|
|
this.cbxAllowChangeLevel.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// subWeightLabel
|
|
|
//
|
|
|
this.subWeightLabel.AutoSize = true;
|
|
|
this.subWeightLabel.Location = new System.Drawing.Point(21, 398);
|
|
|
this.subWeightLabel.Name = "subWeightLabel";
|
|
|
this.subWeightLabel.Size = new System.Drawing.Size(29, 12);
|
|
|
this.subWeightLabel.TabIndex = 30;
|
|
|
this.subWeightLabel.Text = "扣重";
|
|
|
//
|
|
|
// subWeightSettingTextBox
|
|
|
//
|
|
|
this.subWeightSettingTextBox.Location = new System.Drawing.Point(82, 395);
|
|
|
this.subWeightSettingTextBox.Name = "subWeightSettingTextBox";
|
|
|
this.subWeightSettingTextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
this.subWeightSettingTextBox.TabIndex = 31;
|
|
|
//
|
|
|
// label15
|
|
|
//
|
|
|
this.label15.AutoSize = true;
|
|
|
this.label15.Location = new System.Drawing.Point(12, 193);
|
|
|
this.label15.Name = "label15";
|
|
|
this.label15.Size = new System.Drawing.Size(77, 12);
|
|
|
this.label15.TabIndex = 30;
|
|
|
this.label15.Text = "每天开始时点";
|
|
|
//
|
|
|
// txtPerDayStartHour
|
|
|
//
|
|
|
this.txtPerDayStartHour.Location = new System.Drawing.Point(89, 190);
|
|
|
this.txtPerDayStartHour.MaxLength = 2;
|
|
|
this.txtPerDayStartHour.Name = "txtPerDayStartHour";
|
|
|
this.txtPerDayStartHour.Size = new System.Drawing.Size(41, 21);
|
|
|
this.txtPerDayStartHour.TabIndex = 31;
|
|
|
//
|
|
|
// urlTextBox
|
|
|
//
|
|
|
this.urlTextBox.Location = new System.Drawing.Point(82, 423);
|
|
|
this.urlTextBox.Name = "urlTextBox";
|
|
|
this.urlTextBox.Size = new System.Drawing.Size(323, 21);
|
|
|
this.urlTextBox.TabIndex = 32;
|
|
|
//
|
|
|
// label16
|
|
|
//
|
|
|
this.label16.AutoSize = true;
|
|
|
this.label16.Location = new System.Drawing.Point(21, 426);
|
|
|
this.label16.Name = "label16";
|
|
|
this.label16.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label16.TabIndex = 30;
|
|
|
this.label16.Text = "B3地址:";
|
|
|
//
|
|
|
// Setting
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(424, 535);
|
|
|
this.Controls.Add(this.urlTextBox);
|
|
|
this.Controls.Add(this.txtPerDayStartHour);
|
|
|
this.Controls.Add(this.label15);
|
|
|
this.Controls.Add(this.subWeightSettingTextBox);
|
|
|
this.Controls.Add(this.label16);
|
|
|
this.Controls.Add(this.subWeightLabel);
|
|
|
this.Controls.Add(this.cbxAllowChangeLevel);
|
|
|
this.Controls.Add(this.groupBox4);
|
|
|
this.Controls.Add(this.button3);
|
|
|
this.Controls.Add(this.btnClose);
|
|
|
this.Controls.Add(this.btnSave);
|
|
|
this.Controls.Add(this.groupBox3);
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
this.Name = "Setting";
|
|
|
this.Text = "设置";
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
this.groupBox1.PerformLayout();
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
this.groupBox2.PerformLayout();
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
this.groupBox3.PerformLayout();
|
|
|
this.groupBox4.ResumeLayout(false);
|
|
|
this.groupBox4.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.TextBox txtDataBits;
|
|
|
private System.Windows.Forms.TextBox txtBaudRate;
|
|
|
private System.Windows.Forms.TextBox txtBComName;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
|
private System.Windows.Forms.TextBox txtBoxDataBase;
|
|
|
private System.Windows.Forms.TextBox txtBoxUserName;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
private System.Windows.Forms.TextBox txtBServerName;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
private System.Windows.Forms.Label label11;
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
|
private System.Windows.Forms.Button btnClose;
|
|
|
private System.Windows.Forms.Button btnSave;
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
|
private System.Windows.Forms.TextBox minTextBox;
|
|
|
private System.Windows.Forms.Label label14;
|
|
|
private System.Windows.Forms.RadioButton radioButton2;
|
|
|
private System.Windows.Forms.RadioButton radioButton1;
|
|
|
private System.Windows.Forms.ComboBox typeComboBox;
|
|
|
private System.Windows.Forms.Label label13;
|
|
|
private System.Windows.Forms.TextBox maxTextBox;
|
|
|
private System.Windows.Forms.Label label12;
|
|
|
private System.Windows.Forms.CheckBox cbxAllowChangeLevel;
|
|
|
|
|
|
private System.Windows.Forms.Label label15;
|
|
|
private System.Windows.Forms.TextBox txtPerDayStartHour;
|
|
|
|
|
|
private System.Windows.Forms.Label subWeightLabel;
|
|
|
private System.Windows.Forms.TextBox subWeightSettingTextBox;
|
|
|
private System.Windows.Forms.TextBox urlTextBox;
|
|
|
private System.Windows.Forms.Label label16;
|
|
|
|
|
|
}
|
|
|
}
|