锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

827 lines
43 KiB

namespace ICSSoft.Frame.APP
{
partial class FormCom
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCom));
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtAddress = new DevExpress.XtraEditors.ComboBoxEdit();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnOpenOrClose = new DevExpress.XtraEditors.SimpleButton();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtBaudRate = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtXonXoff = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtCom = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtDataBits = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtParitv = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtStop = new DevExpress.XtraEditors.ComboBoxEdit();
this.panel1 = new System.Windows.Forms.Panel();
this.RTBox_Log = new System.Windows.Forms.RichTextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.RTBox_Log1 = new System.Windows.Forms.RichTextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.txtResult = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton9 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton10 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
this.panel2 = new System.Windows.Forms.Panel();
this.btnchangeunit = new DevExpress.XtraEditors.SimpleButton();
this.btnqp = new DevExpress.XtraEditors.SimpleButton();
this.btngl = new DevExpress.XtraEditors.SimpleButton();
this.btnnm = new DevExpress.XtraEditors.SimpleButton();
this.txtmz = new DevExpress.XtraEditors.SimpleButton();
this.bntpz = new DevExpress.XtraEditors.SimpleButton();
this.btnjz = new DevExpress.XtraEditors.SimpleButton();
this.panel3 = new System.Windows.Forms.Panel();
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtBaudRate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtXonXoff.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCom.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDataBits.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtParitv.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStop.Properties)).BeginInit();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl1.Location = new System.Drawing.Point(0, 3);
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(0, 27);
this.labelControl1.TabIndex = 26;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.tableLayoutPanel1);
this.panelControl1.Location = new System.Drawing.Point(2, 33);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(995, 889);
this.panelControl1.TabIndex = 27;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.63819F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72.36181F));
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBox3, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 46.79415F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.20922F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.42295F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.57368F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(995, 889);
this.tableLayoutPanel1.TabIndex = 209;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.btnOpenOrClose);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtBaudRate);
this.groupBox1.Controls.Add(this.txtXonXoff);
this.groupBox1.Controls.Add(this.txtCom);
this.groupBox1.Controls.Add(this.txtDataBits);
this.groupBox1.Controls.Add(this.txtParitv);
this.groupBox1.Controls.Add(this.txtStop);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(268, 410);
this.groupBox1.TabIndex = 208;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "串口配置";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// txtAddress
//
this.txtAddress.EditValue = "";
this.txtAddress.Location = new System.Drawing.Point(81, 320);
this.txtAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtAddress.Properties.Items.AddRange(new object[] {
"",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31",
"32"});
this.txtAddress.Properties.NullText = "[EditValue is null]";
this.txtAddress.Properties.PopupSizeable = true;
this.txtAddress.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtAddress.Size = new System.Drawing.Size(150, 24);
this.txtAddress.TabIndex = 216;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(7, 323);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(83, 18);
this.label7.TabIndex = 215;
this.label7.Text = "仪表地址:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 281);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(111, 18);
this.label5.TabIndex = 213;
this.label5.Text = "Xon/Xoff控制:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 186);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 18);
this.label4.TabIndex = 209;
this.label4.Text = "校验位:";
//
// btnOpenOrClose
//
this.btnOpenOrClose.Location = new System.Drawing.Point(-3, 362);
this.btnOpenOrClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnOpenOrClose.Name = "btnOpenOrClose";
this.btnOpenOrClose.Size = new System.Drawing.Size(272, 43);
this.btnOpenOrClose.TabIndex = 207;
this.btnOpenOrClose.Text = "打开串口";
this.btnOpenOrClose.Click += new System.EventHandler(this.btnBigenOrSuspend_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 134);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 18);
this.label3.TabIndex = 207;
this.label3.Text = "数据位:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 236);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 18);
this.label2.TabIndex = 205;
this.label2.Text = "停止位:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 18);
this.label1.TabIndex = 8;
this.label1.Text = "通讯口:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(7, 85);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 18);
this.label6.TabIndex = 91;
this.label6.Text = "波特率:";
//
// txtBaudRate
//
this.txtBaudRate.Location = new System.Drawing.Point(80, 82);
this.txtBaudRate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtBaudRate.Name = "txtBaudRate";
this.txtBaudRate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtBaudRate.Properties.Items.AddRange(new object[] {
"110",
"300",
"600",
"1200 ",
"2400",
"4800",
"9600",
"19200",
"38400",
"57600",
"115200"});
this.txtBaudRate.Size = new System.Drawing.Size(150, 24);
this.txtBaudRate.TabIndex = 92;
//
// txtXonXoff
//
this.txtXonXoff.EditValue = "";
this.txtXonXoff.Location = new System.Drawing.Point(123, 278);
this.txtXonXoff.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtXonXoff.Name = "txtXonXoff";
this.txtXonXoff.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtXonXoff.Properties.Items.AddRange(new object[] {
"Off",
"On"});
this.txtXonXoff.Properties.NullText = "[EditValue is null]";
this.txtXonXoff.Properties.PopupSizeable = true;
this.txtXonXoff.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtXonXoff.Size = new System.Drawing.Size(108, 24);
this.txtXonXoff.TabIndex = 214;
//
// txtCom
//
this.txtCom.EditValue = "";
this.txtCom.Location = new System.Drawing.Point(80, 32);
this.txtCom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtCom.Name = "txtCom";
this.txtCom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtCom.Properties.NullText = "[EditValue is null]";
this.txtCom.Properties.PopupSizeable = true;
this.txtCom.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtCom.Size = new System.Drawing.Size(150, 24);
this.txtCom.TabIndex = 204;
//
// txtDataBits
//
this.txtDataBits.EditValue = "";
this.txtDataBits.Location = new System.Drawing.Point(80, 128);
this.txtDataBits.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtDataBits.Name = "txtDataBits";
this.txtDataBits.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtDataBits.Properties.Items.AddRange(new object[] {
"5",
"6",
"7",
"8"});
this.txtDataBits.Properties.NullText = "[EditValue is null]";
this.txtDataBits.Properties.PopupSizeable = true;
this.txtDataBits.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtDataBits.Size = new System.Drawing.Size(150, 24);
this.txtDataBits.TabIndex = 208;
//
// txtParitv
//
this.txtParitv.EditValue = "";
this.txtParitv.Location = new System.Drawing.Point(81, 180);
this.txtParitv.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtParitv.Name = "txtParitv";
this.txtParitv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtParitv.Properties.Items.AddRange(new object[] {
"None",
"Even",
"Mark",
"Odd"});
this.txtParitv.Properties.NullText = "[EditValue is null]";
this.txtParitv.Properties.PopupSizeable = true;
this.txtParitv.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtParitv.Size = new System.Drawing.Size(150, 24);
this.txtParitv.TabIndex = 210;
//
// txtStop
//
this.txtStop.EditValue = "";
this.txtStop.Location = new System.Drawing.Point(81, 233);
this.txtStop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtStop.Name = "txtStop";
this.txtStop.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtStop.Properties.Items.AddRange(new object[] {
"0",
"1",
"1.5",
"2"});
this.txtStop.Properties.NullText = "[EditValue is null]";
this.txtStop.Properties.PopupSizeable = true;
this.txtStop.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtStop.Size = new System.Drawing.Size(150, 24);
this.txtStop.TabIndex = 206;
//
// panel1
//
this.panel1.Controls.Add(this.RTBox_Log);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(277, 3);
this.panel1.Name = "panel1";
this.tableLayoutPanel1.SetRowSpan(this.panel1, 2);
this.panel1.Size = new System.Drawing.Size(715, 642);
this.panel1.TabIndex = 209;
//
// RTBox_Log
//
this.RTBox_Log.BackColor = System.Drawing.SystemColors.HighlightText;
this.RTBox_Log.Dock = System.Windows.Forms.DockStyle.Fill;
this.RTBox_Log.Location = new System.Drawing.Point(0, 0);
this.RTBox_Log.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.RTBox_Log.Name = "RTBox_Log";
this.RTBox_Log.ReadOnly = true;
this.RTBox_Log.Size = new System.Drawing.Size(715, 642);
this.RTBox_Log.TabIndex = 2;
this.RTBox_Log.Text = "";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.tableLayoutPanel3);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(3, 419);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(268, 226);
this.groupBox2.TabIndex = 210;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作信息";
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 1;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Controls.Add(this.RTBox_Log1, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.groupBox5, 0, 1);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 22);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 69.87447F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.12552F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(262, 201);
this.tableLayoutPanel3.TabIndex = 0;
//
// RTBox_Log1
//
this.RTBox_Log1.BackColor = System.Drawing.SystemColors.HighlightText;
this.RTBox_Log1.Dock = System.Windows.Forms.DockStyle.Fill;
this.RTBox_Log1.Location = new System.Drawing.Point(3, 4);
this.RTBox_Log1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.RTBox_Log1.Name = "RTBox_Log1";
this.RTBox_Log1.ReadOnly = true;
this.RTBox_Log1.Size = new System.Drawing.Size(256, 132);
this.RTBox_Log1.TabIndex = 3;
this.RTBox_Log1.Text = "";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.txtResult);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.Location = new System.Drawing.Point(3, 143);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(256, 55);
this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "重量";
//
// txtResult
//
this.txtResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtResult.Font = new System.Drawing.Font("Tahoma", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtResult.ForeColor = System.Drawing.Color.Green;
this.txtResult.Location = new System.Drawing.Point(3, 22);
this.txtResult.Multiline = true;
this.txtResult.Name = "txtResult";
this.txtResult.Size = new System.Drawing.Size(250, 30);
this.txtResult.TabIndex = 0;
//
// groupBox3
//
this.tableLayoutPanel1.SetColumnSpan(this.groupBox3, 2);
this.groupBox3.Controls.Add(this.tableLayoutPanel2);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(3, 651);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(989, 140);
this.groupBox3.TabIndex = 211;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "指令模块";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.31536F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69.68464F));
this.tableLayoutPanel2.Controls.Add(this.groupBox4, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.panel2, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 22);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 116F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(983, 115);
this.tableLayoutPanel2.TabIndex = 0;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.simpleButton8);
this.groupBox4.Controls.Add(this.simpleButton9);
this.groupBox4.Controls.Add(this.simpleButton10);
this.groupBox4.Controls.Add(this.simpleButton7);
this.groupBox4.Controls.Add(this.simpleButton6);
this.groupBox4.Controls.Add(this.simpleButton5);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(3, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(291, 109);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "通讯模式";
//
// simpleButton8
//
this.simpleButton8.Location = new System.Drawing.Point(183, 71);
this.simpleButton8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.simpleButton8.Name = "simpleButton8";
this.simpleButton8.Size = new System.Drawing.Size(98, 31);
this.simpleButton8.TabIndex = 214;
this.simpleButton8.Tag = "FC 5";
this.simpleButton8.Text = "稳定输出";
this.simpleButton8.Click += new System.EventHandler(this.Common_Click);
//
// simpleButton9
//
this.simpleButton9.Location = new System.Drawing.Point(89, 71);
this.simpleButton9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.simpleButton9.Name = "simpleButton9";
this.simpleButton9.Size = new System.Drawing.Size(80, 31);
this.simpleButton9.TabIndex = 213;
this.simpleButton9.Tag = "FC 4";
this.simpleButton9.Text = "按键输出";
this.simpleButton9.Click += new System.EventHandler(this.Common_Click);
//
// simpleButton10
//
this.simpleButton10.Location = new System.Drawing.Point(3, 71);
this.simpleButton10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.simpleButton10.Name = "simpleButton10";
this.simpleButton10.Size = new System.Drawing.Size(80, 31);
this.simpleButton10.TabIndex = 212;
this.simpleButton10.Tag = "FC 3";
this.simpleButton10.Text = "应答输出";
this.simpleButton10.Click += new System.EventHandler(this.Common_Click);
//
// simpleButton7
//
this.simpleButton7.Location = new System.Drawing.Point(183, 26);
this.simpleButton7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.simpleButton7.Name = "simpleButton7";
this.simpleButton7.Size = new System.Drawing.Size(98, 31);
this.simpleButton7.TabIndex = 211;
this.simpleButton7.Tag = "FC 2";
this.simpleButton7.Text = "稳定输出一次";
this.simpleButton7.Click += new System.EventHandler(this.Common_Click);
//
// simpleButton6
//
this.simpleButton6.Location = new System.Drawing.Point(90, 25);
this.simpleButton6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.simpleButton6.Name = "simpleButton6";
this.simpleButton6.Size = new System.Drawing.Size(80, 31);
this.simpleButton6.TabIndex = 210;
this.simpleButton6.Tag = "FC 1";
this.simpleButton6.Text = "连续输出";
this.simpleButton6.Click += new System.EventHandler(this.Common_Click);
//
// simpleButton5
//
this.simpleButton5.Location = new System.Drawing.Point(4, 26);
this.simpleButton5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.simpleButton5.Name = "simpleButton5";
this.simpleButton5.Size = new System.Drawing.Size(80, 31);
this.simpleButton5.TabIndex = 209;
this.simpleButton5.Tag = "OFF";
this.simpleButton5.Text = "禁止输出";
this.simpleButton5.Click += new System.EventHandler(this.Common_Click);
//
// panel2
//
this.panel2.Controls.Add(this.btnchangeunit);
this.panel2.Controls.Add(this.btnqp);
this.panel2.Controls.Add(this.btngl);
this.panel2.Controls.Add(this.btnnm);
this.panel2.Controls.Add(this.txtmz);
this.panel2.Controls.Add(this.bntpz);
this.panel2.Controls.Add(this.btnjz);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(300, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(680, 109);
this.panel2.TabIndex = 1;
//
// btnchangeunit
//
this.btnchangeunit.Location = new System.Drawing.Point(579, 4);
this.btnchangeunit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnchangeunit.Name = "btnchangeunit";
this.btnchangeunit.Size = new System.Drawing.Size(90, 104);
this.btnchangeunit.TabIndex = 214;
this.btnchangeunit.Tag = "U";
this.btnchangeunit.Text = "切换单位";
this.btnchangeunit.Click += new System.EventHandler(this.Common_Click);
//
// btnqp
//
this.btnqp.Location = new System.Drawing.Point(483, 4);
this.btnqp.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnqp.Name = "btnqp";
this.btnqp.Size = new System.Drawing.Size(90, 104);
this.btnqp.TabIndex = 213;
this.btnqp.Tag = "T";
this.btnqp.Text = "去皮";
this.btnqp.Click += new System.EventHandler(this.Common_Click);
//
// btngl
//
this.btngl.Location = new System.Drawing.Point(387, 4);
this.btngl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btngl.Name = "btngl";
this.btngl.Size = new System.Drawing.Size(90, 104);
this.btngl.TabIndex = 212;
this.btngl.Tag = "Z";
this.btngl.Text = "归零";
this.btngl.Click += new System.EventHandler(this.Common_Click);
//
// btnnm
//
this.btnnm.Location = new System.Drawing.Point(291, 4);
this.btnnm.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnnm.Name = "btnnm";
this.btnnm.Size = new System.Drawing.Size(90, 104);
this.btnnm.TabIndex = 211;
this.btnnm.Tag = "C";
this.btnnm.Text = "内码";
this.btnnm.Click += new System.EventHandler(this.Common_Click);
//
// txtmz
//
this.txtmz.Location = new System.Drawing.Point(195, 4);
this.txtmz.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtmz.Name = "txtmz";
this.txtmz.Size = new System.Drawing.Size(90, 105);
this.txtmz.TabIndex = 210;
this.txtmz.Tag = "G";
this.txtmz.Text = "毛重";
this.txtmz.Click += new System.EventHandler(this.Common_Click);
//
// bntpz
//
this.bntpz.Location = new System.Drawing.Point(99, 4);
this.bntpz.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.bntpz.Name = "bntpz";
this.bntpz.Size = new System.Drawing.Size(90, 105);
this.bntpz.TabIndex = 209;
this.bntpz.Tag = "T";
this.bntpz.Text = "皮重";
this.bntpz.Click += new System.EventHandler(this.Common_Click);
//
// btnjz
//
this.btnjz.Location = new System.Drawing.Point(3, 4);
this.btnjz.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnjz.Name = "btnjz";
this.btnjz.Size = new System.Drawing.Size(90, 104);
this.btnjz.TabIndex = 208;
this.btnjz.Tag = "N";
this.btnjz.Text = "净重";
this.btnjz.Click += new System.EventHandler(this.Common_Click);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.CornflowerBlue;
this.tableLayoutPanel1.SetColumnSpan(this.panel3, 2);
this.panel3.Controls.Add(this.btnOK);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(3, 797);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(989, 89);
this.panel3.TabIndex = 212;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOK.Appearance.Options.UseFont = true;
this.btnOK.Appearance.Options.UseForeColor = true;
this.btnOK.Appearance.Options.UseTextOptions = true;
this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
this.btnOK.Location = new System.Drawing.Point(892, 4);
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(90, 38);
this.btnOK.TabIndex = 28;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Appearance.Options.UseForeColor = true;
this.btnClose.Appearance.Options.UseTextOptions = true;
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(967, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(30, 34);
this.btnClose.TabIndex = 30;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// FormCom
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(999, 884);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.labelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormCom";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "产品工序价格";
this.Load += new System.EventHandler(this.FormEcAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtBaudRate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtXonXoff.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCom.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDataBits.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtParitv.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStop.Properties)).EndInit();
this.panel1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnOK;
private DevExpress.XtraEditors.SimpleButton btnClose;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private DevExpress.XtraEditors.SimpleButton btnOpenOrClose;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.ComboBoxEdit txtBaudRate;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.RichTextBox RTBox_Log;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private DevExpress.XtraEditors.ComboBoxEdit txtXonXoff;
private DevExpress.XtraEditors.ComboBoxEdit txtCom;
private DevExpress.XtraEditors.ComboBoxEdit txtDataBits;
private DevExpress.XtraEditors.ComboBoxEdit txtParitv;
private DevExpress.XtraEditors.ComboBoxEdit txtStop;
private DevExpress.XtraEditors.ComboBoxEdit txtAddress;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RichTextBox RTBox_Log1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.GroupBox groupBox4;
private DevExpress.XtraEditors.SimpleButton simpleButton8;
private DevExpress.XtraEditors.SimpleButton simpleButton9;
private DevExpress.XtraEditors.SimpleButton simpleButton10;
private DevExpress.XtraEditors.SimpleButton simpleButton7;
private DevExpress.XtraEditors.SimpleButton simpleButton6;
private DevExpress.XtraEditors.SimpleButton simpleButton5;
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraEditors.SimpleButton btnchangeunit;
private DevExpress.XtraEditors.SimpleButton btnqp;
private DevExpress.XtraEditors.SimpleButton btngl;
private DevExpress.XtraEditors.SimpleButton btnnm;
private DevExpress.XtraEditors.SimpleButton txtmz;
private DevExpress.XtraEditors.SimpleButton bntpz;
private DevExpress.XtraEditors.SimpleButton btnjz;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox txtResult;
private System.Windows.Forms.Panel panel3;
}
}