namespace UAS_PLCDataReader { partial class MainWindow { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.IP = new System.Windows.Forms.TextBox(); this.IP_label = new System.Windows.Forms.Label(); this.Port_label = new System.Windows.Forms.Label(); this.Port = new System.Windows.Forms.TextBox(); this.OpenServer = new System.Windows.Forms.Button(); this.CloseServer = new System.Windows.Forms.Button(); this.SelectIP = new System.Windows.Forms.ComboBox(); this.SEND = new System.Windows.Forms.Button(); this.IPTEXT = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.Encoding1 = new System.Windows.Forms.ComboBox(); this.SENDMESSAGE = new UAS_PLCDataReader.RichTextAutoBottom(); this.Result = new UAS_PLCDataReader.RichTextAutoBottom(); this.SuspendLayout(); // // IP // this.IP.Enabled = false; this.IP.Location = new System.Drawing.Point(103, 325); this.IP.Name = "IP"; this.IP.Size = new System.Drawing.Size(103, 21); this.IP.TabIndex = 0; // // IP_label // this.IP_label.AutoSize = true; this.IP_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.IP_label.Location = new System.Drawing.Point(12, 325); this.IP_label.Name = "IP_label"; this.IP_label.Size = new System.Drawing.Size(85, 21); this.IP_label.TabIndex = 1; this.IP_label.Text = "IPAddress"; // // Port_label // this.Port_label.AutoSize = true; this.Port_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Port_label.Location = new System.Drawing.Point(212, 325); this.Port_label.Name = "Port_label"; this.Port_label.Size = new System.Drawing.Size(42, 21); this.Port_label.TabIndex = 3; this.Port_label.Text = "Port"; // // Port // this.Port.Location = new System.Drawing.Point(260, 325); this.Port.Name = "Port"; this.Port.Size = new System.Drawing.Size(105, 21); this.Port.TabIndex = 2; // // OpenServer // this.OpenServer.Location = new System.Drawing.Point(371, 323); this.OpenServer.Name = "OpenServer"; this.OpenServer.Size = new System.Drawing.Size(65, 23); this.OpenServer.TabIndex = 4; this.OpenServer.Text = "Open"; this.OpenServer.UseVisualStyleBackColor = true; this.OpenServer.Click += new System.EventHandler(this.OpenServer_Click); // // CloseServer // this.CloseServer.Location = new System.Drawing.Point(442, 323); this.CloseServer.Name = "CloseServer"; this.CloseServer.Size = new System.Drawing.Size(65, 23); this.CloseServer.TabIndex = 5; this.CloseServer.Text = "Close"; this.CloseServer.UseVisualStyleBackColor = true; this.CloseServer.Click += new System.EventHandler(this.CloseServer_Click); // // SelectIP // this.SelectIP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.SelectIP.FormattingEnabled = true; this.SelectIP.Location = new System.Drawing.Point(533, 39); this.SelectIP.Name = "SelectIP"; this.SelectIP.Size = new System.Drawing.Size(159, 20); this.SelectIP.TabIndex = 7; // // SEND // this.SEND.Location = new System.Drawing.Point(573, 323); this.SEND.Name = "SEND"; this.SEND.Size = new System.Drawing.Size(75, 23); this.SEND.TabIndex = 9; this.SEND.Text = "SEND"; this.SEND.UseVisualStyleBackColor = true; this.SEND.Click += new System.EventHandler(this.SEND_Click); // // IPTEXT // this.IPTEXT.AutoSize = true; this.IPTEXT.Location = new System.Drawing.Point(531, 15); this.IPTEXT.Name = "IPTEXT"; this.IPTEXT.Size = new System.Drawing.Size(53, 12); this.IPTEXT.TabIndex = 10; this.IPTEXT.Text = "已连接IP"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(533, 66); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 11; this.label1.Text = "编码格式"; // // Encoding1 // this.Encoding1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Encoding1.FormattingEnabled = true; this.Encoding1.Items.AddRange(new object[] { "UTF-8", "ASCII", "Hexadecimal"}); this.Encoding1.Location = new System.Drawing.Point(533, 89); this.Encoding1.Name = "Encoding1"; this.Encoding1.Size = new System.Drawing.Size(157, 20); this.Encoding1.TabIndex = 12; // // SENDMESSAGE // this.SENDMESSAGE.Location = new System.Drawing.Point(531, 120); this.SENDMESSAGE.Name = "SENDMESSAGE"; this.SENDMESSAGE.Size = new System.Drawing.Size(159, 202); this.SENDMESSAGE.TabIndex = 8; this.SENDMESSAGE.Text = ""; // // Result // this.Result.Location = new System.Drawing.Point(12, 12); this.Result.Name = "Result"; this.Result.Size = new System.Drawing.Size(486, 310); this.Result.TabIndex = 6; this.Result.Text = ""; // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(702, 358); this.Controls.Add(this.Encoding1); this.Controls.Add(this.label1); this.Controls.Add(this.IPTEXT); this.Controls.Add(this.SEND); this.Controls.Add(this.SENDMESSAGE); this.Controls.Add(this.SelectIP); this.Controls.Add(this.Result); this.Controls.Add(this.CloseServer); this.Controls.Add(this.OpenServer); this.Controls.Add(this.Port_label); this.Controls.Add(this.Port); this.Controls.Add(this.IP_label); this.Controls.Add(this.IP); this.MaximizeBox = false; this.Name = "MainWindow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PLCDataReader"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox IP; private System.Windows.Forms.Label IP_label; private System.Windows.Forms.Label Port_label; private System.Windows.Forms.TextBox Port; private System.Windows.Forms.Button OpenServer; private System.Windows.Forms.Button CloseServer; private RichTextAutoBottom Result; private System.Windows.Forms.ComboBox SelectIP; private RichTextAutoBottom SENDMESSAGE; private System.Windows.Forms.Button SEND; private System.Windows.Forms.Label IPTEXT; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox Encoding1; } }