|
|
@@ -0,0 +1,116 @@
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
+{
|
|
|
+ partial class Make_ListenSocket
|
|
|
+ {
|
|
|
+ /// <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.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.Start = new System.Windows.Forms.Button();
|
|
|
+ this.statusLab = new System.Windows.Forms.Label();
|
|
|
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.tableLayoutPanel1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // OperatResult
|
|
|
+ //
|
|
|
+ this.OperatResult.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.OperatResult.Name = "OperatResult";
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(1600, 735);
|
|
|
+ this.OperatResult.TabIndex = 91;
|
|
|
+ this.OperatResult.Text = "";
|
|
|
+ //
|
|
|
+ // Start
|
|
|
+ //
|
|
|
+ this.Start.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
+ this.Start.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.Start.Location = new System.Drawing.Point(671, 75);
|
|
|
+ this.Start.Name = "Start";
|
|
|
+ this.Start.Size = new System.Drawing.Size(258, 57);
|
|
|
+ this.Start.TabIndex = 92;
|
|
|
+ this.Start.Text = "开启监听";
|
|
|
+ this.Start.UseVisualStyleBackColor = true;
|
|
|
+ this.Start.Click += new System.EventHandler(this.Start_Click);
|
|
|
+ //
|
|
|
+ // statusLab
|
|
|
+ //
|
|
|
+ this.statusLab.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
+ this.statusLab.AutoSize = true;
|
|
|
+ this.statusLab.BackColor = System.Drawing.Color.LawnGreen;
|
|
|
+ this.statusLab.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.statusLab.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
+ this.statusLab.Location = new System.Drawing.Point(736, 3);
|
|
|
+ this.statusLab.Name = "statusLab";
|
|
|
+ this.statusLab.Size = new System.Drawing.Size(127, 36);
|
|
|
+ this.statusLab.TabIndex = 93;
|
|
|
+ this.statusLab.Text = "运行正常";
|
|
|
+ this.statusLab.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // tableLayoutPanel1
|
|
|
+ //
|
|
|
+ this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.Start, 0, 1);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.statusLab, 0, 0);
|
|
|
+ this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 735);
|
|
|
+ this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
+ this.tableLayoutPanel1.RowCount = 2;
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.45455F));
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.54546F));
|
|
|
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(1600, 165);
|
|
|
+ this.tableLayoutPanel1.TabIndex = 94;
|
|
|
+ //
|
|
|
+ // Make_ListenSocket
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1600, 900);
|
|
|
+ this.Controls.Add(this.tableLayoutPanel1);
|
|
|
+ this.Controls.Add(this.OperatResult);
|
|
|
+ this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Name = "Make_ListenSocket";
|
|
|
+ this.Text = "Make_ListenSocket";
|
|
|
+ this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
+ this.tableLayoutPanel1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperatResult;
|
|
|
+ private System.Windows.Forms.Button Start;
|
|
|
+ private System.Windows.Forms.Label statusLab;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
+ }
|
|
|
+}
|