namespace ChipGlueDeviceManager { partial class FrmSendMsg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.BtnSendMsg = new System.Windows.Forms.Button(); this.rtxtTeminalMsg = new System.Windows.Forms.RichTextBox(); this.BtnCloseForm = new System.Windows.Forms.Button(); this.SuspendLayout(); // // BtnSendMsg // this.BtnSendMsg.Location = new System.Drawing.Point(12, 300); this.BtnSendMsg.Name = "BtnSendMsg"; this.BtnSendMsg.Size = new System.Drawing.Size(178, 46); this.BtnSendMsg.TabIndex = 3; this.BtnSendMsg.Text = "发送消息"; this.BtnSendMsg.UseVisualStyleBackColor = true; this.BtnSendMsg.Click += new System.EventHandler(this.BtnSendMsg_Click); // // rtxtTeminalMsg // this.rtxtTeminalMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rtxtTeminalMsg.Location = new System.Drawing.Point(0, -2); this.rtxtTeminalMsg.Name = "rtxtTeminalMsg"; this.rtxtTeminalMsg.Size = new System.Drawing.Size(724, 296); this.rtxtTeminalMsg.TabIndex = 2; this.rtxtTeminalMsg.Text = "this is a test text!"; // // BtnCloseForm // this.BtnCloseForm.Location = new System.Drawing.Point(546, 300); this.BtnCloseForm.Name = "BtnCloseForm"; this.BtnCloseForm.Size = new System.Drawing.Size(178, 46); this.BtnCloseForm.TabIndex = 4; this.BtnCloseForm.Text = "关闭窗口"; this.BtnCloseForm.UseVisualStyleBackColor = true; this.BtnCloseForm.Click += new System.EventHandler(this.BtnCloseForm_Click); // // FrmSendMsg // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(726, 348); this.Controls.Add(this.BtnCloseForm); this.Controls.Add(this.BtnSendMsg); this.Controls.Add(this.rtxtTeminalMsg); this.Name = "FrmSendMsg"; this.Text = "终端消息发送"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button BtnSendMsg; private System.Windows.Forms.RichTextBox rtxtTeminalMsg; private System.Windows.Forms.Button BtnCloseForm; } }