| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- namespace Core.StlMes.Client.LgResMgt.Mcms
- {
- partial class TruckScaleServer
- {
- /// <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.components = new System.ComponentModel.Container();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TruckScaleServer));
- this.ugpInfo = new Infragistics.Win.Misc.UltraGroupBox();
- this.chkDetail = new System.Windows.Forms.CheckBox();
- this.btnTest = new System.Windows.Forms.Button();
- this.cboNo = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.lblWtNow = new Infragistics.Win.Misc.UltraLabel();
- this.txtPort = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtIp = new System.Windows.Forms.TextBox();
- this.lblIp = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.baudRate = new System.Windows.Forms.ComboBox();
- this.cmbCom = new System.Windows.Forms.ComboBox();
- this.ulvClient = new Infragistics.Win.UltraWinListView.UltraListView();
- this.imageList1 = new System.Windows.Forms.ImageList(this.components);
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.showMsg = new Core.StlMes.Client.LgResMgt.Mcms.ShowMsg();
- ((System.ComponentModel.ISupportInitialize)(this.ugpInfo)).BeginInit();
- this.ugpInfo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulvClient)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // ugpInfo
- //
- this.ugpInfo.Controls.Add(this.chkDetail);
- this.ugpInfo.Controls.Add(this.btnTest);
- this.ugpInfo.Controls.Add(this.cboNo);
- this.ugpInfo.Controls.Add(this.label4);
- this.ugpInfo.Controls.Add(this.lblWtNow);
- this.ugpInfo.Controls.Add(this.txtPort);
- this.ugpInfo.Controls.Add(this.label2);
- this.ugpInfo.Controls.Add(this.txtIp);
- this.ugpInfo.Controls.Add(this.lblIp);
- this.ugpInfo.Controls.Add(this.label5);
- this.ugpInfo.Controls.Add(this.label1);
- this.ugpInfo.Controls.Add(this.baudRate);
- this.ugpInfo.Controls.Add(this.cmbCom);
- this.ugpInfo.Dock = System.Windows.Forms.DockStyle.Top;
- this.ugpInfo.Location = new System.Drawing.Point(0, 0);
- this.ugpInfo.Name = "ugpInfo";
- this.ugpInfo.Size = new System.Drawing.Size(1508, 84);
- this.ugpInfo.TabIndex = 0;
- this.ugpInfo.Text = "服务信息";
- //
- // chkDetail
- //
- this.chkDetail.AutoSize = true;
- this.chkDetail.Location = new System.Drawing.Point(1277, 40);
- this.chkDetail.Name = "chkDetail";
- this.chkDetail.Size = new System.Drawing.Size(89, 19);
- this.chkDetail.TabIndex = 604;
- this.chkDetail.Text = "显示详细";
- this.chkDetail.UseVisualStyleBackColor = true;
- //
- // btnTest
- //
- this.btnTest.Location = new System.Drawing.Point(1408, 35);
- this.btnTest.Name = "btnTest";
- this.btnTest.Size = new System.Drawing.Size(75, 23);
- this.btnTest.TabIndex = 603;
- this.btnTest.Text = "开始测试";
- this.btnTest.UseVisualStyleBackColor = true;
- this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
- //
- // cboNo
- //
- this.cboNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cboNo.Font = new System.Drawing.Font("宋体", 10F);
- this.cboNo.FormattingEnabled = true;
- this.cboNo.Items.AddRange(new object[] {
- "300",
- "1200",
- "2400",
- "4800",
- "9600",
- "19200",
- "38400",
- "57600"});
- this.cboNo.Location = new System.Drawing.Point(389, 38);
- this.cboNo.Margin = new System.Windows.Forms.Padding(4);
- this.cboNo.Name = "cboNo";
- this.cboNo.Size = new System.Drawing.Size(86, 25);
- this.cboNo.TabIndex = 602;
- this.cboNo.SelectedValueChanged += new System.EventHandler(this.cboNo_SelectedValueChanged);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(296, 41);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(75, 15);
- this.label4.TabIndex = 601;
- this.label4.Text = "磅房编号:";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblWtNow
- //
- appearance12.BackColor = System.Drawing.Color.LightBlue;
- appearance12.TextHAlignAsString = "Center";
- appearance12.TextVAlignAsString = "Middle";
- this.lblWtNow.Appearance = appearance12;
- this.lblWtNow.Dock = System.Windows.Forms.DockStyle.Left;
- this.lblWtNow.Font = new System.Drawing.Font("微软雅黑", 34.8F, System.Drawing.FontStyle.Bold);
- this.lblWtNow.Location = new System.Drawing.Point(3, 21);
- this.lblWtNow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.lblWtNow.Name = "lblWtNow";
- this.lblWtNow.Size = new System.Drawing.Size(275, 60);
- this.lblWtNow.TabIndex = 600;
- this.lblWtNow.Text = "0.00t";
- //
- // txtPort
- //
- this.txtPort.Location = new System.Drawing.Point(1182, 36);
- this.txtPort.Name = "txtPort";
- this.txtPort.Size = new System.Drawing.Size(65, 25);
- this.txtPort.TabIndex = 598;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(1119, 41);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(45, 15);
- this.label2.TabIndex = 597;
- this.label2.Text = "端口:";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // txtIp
- //
- this.txtIp.Enabled = false;
- this.txtIp.Location = new System.Drawing.Point(934, 36);
- this.txtIp.Name = "txtIp";
- this.txtIp.ReadOnly = true;
- this.txtIp.Size = new System.Drawing.Size(167, 25);
- this.txtIp.TabIndex = 596;
- //
- // lblIp
- //
- this.lblIp.AutoSize = true;
- this.lblIp.Location = new System.Drawing.Point(885, 41);
- this.lblIp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblIp.Name = "lblIp";
- this.lblIp.Size = new System.Drawing.Size(31, 15);
- this.lblIp.TabIndex = 595;
- this.lblIp.Text = "IP:";
- this.lblIp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(493, 43);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(60, 15);
- this.label5.TabIndex = 592;
- this.label5.Text = "串口号:";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(675, 41);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(60, 15);
- this.label1.TabIndex = 594;
- this.label1.Text = "波特率:";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // baudRate
- //
- this.baudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.baudRate.Font = new System.Drawing.Font("宋体", 10F);
- this.baudRate.FormattingEnabled = true;
- this.baudRate.Items.AddRange(new object[] {
- "300",
- "1200",
- "2400",
- "4800",
- "9600",
- "19200",
- "38400",
- "57600"});
- this.baudRate.Location = new System.Drawing.Point(753, 36);
- this.baudRate.Margin = new System.Windows.Forms.Padding(4);
- this.baudRate.Name = "baudRate";
- this.baudRate.Size = new System.Drawing.Size(86, 25);
- this.baudRate.TabIndex = 591;
- //
- // cmbCom
- //
- this.cmbCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbCom.Font = new System.Drawing.Font("宋体", 10F);
- this.cmbCom.FormattingEnabled = true;
- this.cmbCom.Items.AddRange(new object[] {
- "COM1",
- "COM2",
- "COM3",
- "COM4",
- "COM5",
- "COM6",
- "COM7",
- "COM8",
- "COM9",
- "COM10",
- "COM11",
- "COM12",
- "COM13",
- "COM14",
- "COM15",
- "COM16",
- "COM17",
- "COM18",
- "COM19",
- "COM20",
- "COM21",
- "COM22",
- "COM23",
- "COM24",
- "COM25",
- "COM26",
- "COM27",
- "COM28",
- "COM29",
- "COM30"});
- this.cmbCom.Location = new System.Drawing.Point(571, 38);
- this.cmbCom.Margin = new System.Windows.Forms.Padding(4);
- this.cmbCom.Name = "cmbCom";
- this.cmbCom.Size = new System.Drawing.Size(86, 25);
- this.cmbCom.TabIndex = 593;
- //
- // ulvClient
- //
- this.ulvClient.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ulvClient.Location = new System.Drawing.Point(3, 21);
- this.ulvClient.Name = "ulvClient";
- this.ulvClient.Size = new System.Drawing.Size(194, 528);
- this.ulvClient.TabIndex = 2;
- this.ulvClient.Text = "ultraListView1";
- this.ulvClient.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.List;
- this.ulvClient.ViewSettingsList.ImageList = this.imageList1;
- //
- // imageList1
- //
- this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
- this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
- this.imageList1.Images.SetKeyName(0, "28.png");
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ulvClient);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 84);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(200, 552);
- this.ultraGroupBox1.TabIndex = 3;
- this.ultraGroupBox1.Text = "已连接客户端";
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.showMsg);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(200, 84);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(1308, 552);
- this.ultraGroupBox2.TabIndex = 4;
- this.ultraGroupBox2.Text = "消息";
- //
- // showMsg
- //
- this.showMsg.Dock = System.Windows.Forms.DockStyle.Fill;
- this.showMsg.Location = new System.Drawing.Point(3, 21);
- this.showMsg.Name = "showMsg";
- this.showMsg.Size = new System.Drawing.Size(1302, 528);
- this.showMsg.TabIndex = 0;
- //
- // TruckScaleServer
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1508, 636);
- this.Controls.Add(this.ultraGroupBox2);
- this.Controls.Add(this.ultraGroupBox1);
- this.Controls.Add(this.ugpInfo);
- this.Name = "TruckScaleServer";
- this.Text = "本地服务";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TruckScaleServer_FormClosing);
- ((System.ComponentModel.ISupportInitialize)(this.ugpInfo)).EndInit();
- this.ugpInfo.ResumeLayout(false);
- this.ugpInfo.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ulvClient)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ugpInfo;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox baudRate;
- private System.Windows.Forms.ComboBox cmbCom;
- private System.Windows.Forms.TextBox txtIp;
- private System.Windows.Forms.Label lblIp;
- private System.Windows.Forms.TextBox txtPort;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.UltraWinListView.UltraListView ulvClient;
- private System.Windows.Forms.ImageList imageList1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraLabel lblWtNow;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private System.Windows.Forms.ComboBox cboNo;
- private System.Windows.Forms.Label label4;
- private ShowMsg showMsg;
- private System.Windows.Forms.Button btnTest;
- private System.Windows.Forms.CheckBox chkDetail;
- }
- }
|