⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmsetrs.cs

📁 交流伺服通讯软件
💻 CS
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace motorseries
{
	/// <summary>
	/// frmSetRS 的摘要说明。
	/// </summary>
	public class frmSetRS : System.Windows.Forms.Form
	{
		private System.Windows.Forms.GroupBox grpRS;
		private System.Windows.Forms.TextBox textBox6;
		private System.Windows.Forms.TextBox textBox5;
		private System.Windows.Forms.TextBox textBox4;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.Button cmdCancel;
		private System.Windows.Forms.Button cmdOk;
		private System.Windows.Forms.Button cmdDetail;
		/// <summary>
		/// 必需的设计器变量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public frmSetRS()
		{
			//
			// Windows 窗体设计器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
			//
		}

		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗体设计器生成的代码
		/// <summary>
		/// 设计器支持所需的方法 - 不要使用代码编辑器修改
		/// 此方法的内容。
		/// </summary>
		private void InitializeComponent()
		{
			this.grpRS = new System.Windows.Forms.GroupBox();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.cmdCancel = new System.Windows.Forms.Button();
			this.cmdOk = new System.Windows.Forms.Button();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.cmdDetail = new System.Windows.Forms.Button();
			this.grpRS.SuspendLayout();
			this.SuspendLayout();
			// 
			// grpRS
			// 
			this.grpRS.Controls.Add(this.textBox6);
			this.grpRS.Controls.Add(this.textBox5);
			this.grpRS.Controls.Add(this.textBox4);
			this.grpRS.Controls.Add(this.textBox3);
			this.grpRS.Controls.Add(this.textBox2);
			this.grpRS.Controls.Add(this.textBox1);
			this.grpRS.Controls.Add(this.label14);
			this.grpRS.Controls.Add(this.label13);
			this.grpRS.Controls.Add(this.label10);
			this.grpRS.Controls.Add(this.label11);
			this.grpRS.Controls.Add(this.label12);
			this.grpRS.Controls.Add(this.label9);
			this.grpRS.Location = new System.Drawing.Point(8, 144);
			this.grpRS.Name = "grpRS";
			this.grpRS.Size = new System.Drawing.Size(232, 232);
			this.grpRS.TabIndex = 8;
			this.grpRS.TabStop = false;
			this.grpRS.Text = "详细信息";
			// 
			// textBox6
			// 
			this.textBox6.Location = new System.Drawing.Point(104, 192);
			this.textBox6.Name = "textBox6";
			this.textBox6.TabIndex = 15;
			this.textBox6.Text = "";
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(104, 160);
			this.textBox5.Name = "textBox5";
			this.textBox5.TabIndex = 14;
			this.textBox5.Text = "";
			// 
			// textBox4
			// 
			this.textBox4.Location = new System.Drawing.Point(104, 128);
			this.textBox4.Name = "textBox4";
			this.textBox4.TabIndex = 13;
			this.textBox4.Text = "";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(104, 96);
			this.textBox3.Name = "textBox3";
			this.textBox3.TabIndex = 12;
			this.textBox3.Text = "";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(104, 64);
			this.textBox2.Name = "textBox2";
			this.textBox2.TabIndex = 11;
			this.textBox2.Text = "";
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(104, 32);
			this.textBox1.Name = "textBox1";
			this.textBox1.TabIndex = 10;
			this.textBox1.Text = "";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(16, 192);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(72, 23);
			this.label14.TabIndex = 9;
			this.label14.Text = "有效标志";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(16, 160);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(72, 23);
			this.label13.TabIndex = 8;
			this.label13.Text = "取反标志";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(16, 128);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(72, 23);
			this.label10.TabIndex = 7;
			this.label10.Text = "单位";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(16, 96);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(72, 23);
			this.label11.TabIndex = 6;
			this.label11.Text = "说明";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(16, 64);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(72, 23);
			this.label12.TabIndex = 5;
			this.label12.Text = "名称";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(16, 32);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 23);
			this.label9.TabIndex = 1;
			this.label9.Text = "标识";
			// 
			// cmdCancel
			// 
			this.cmdCancel.Location = new System.Drawing.Point(144, 88);
			this.cmdCancel.Name = "cmdCancel";
			this.cmdCancel.Size = new System.Drawing.Size(75, 32);
			this.cmdCancel.TabIndex = 14;
			this.cmdCancel.Text = "取消";
			// 
			// cmdOk
			// 
			this.cmdOk.Location = new System.Drawing.Point(24, 88);
			this.cmdOk.Name = "cmdOk";
			this.cmdOk.Size = new System.Drawing.Size(88, 32);
			this.cmdOk.TabIndex = 13;
			this.cmdOk.Text = "确定";
			this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click);
			// 
			// checkBox1
			// 
			this.checkBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.checkBox1.Location = new System.Drawing.Point(24, 24);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(200, 40);
			this.checkBox1.TabIndex = 15;
			// 
			// cmdDetail
			// 
			this.cmdDetail.Location = new System.Drawing.Point(240, 88);
			this.cmdDetail.Name = "cmdDetail";
			this.cmdDetail.Size = new System.Drawing.Size(75, 32);
			this.cmdDetail.TabIndex = 16;
			this.cmdDetail.Text = "详细>>";
			// 
			// frmSetRS
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(392, 397);
			this.Controls.Add(this.cmdDetail);
			this.Controls.Add(this.checkBox1);
			this.Controls.Add(this.cmdCancel);
			this.Controls.Add(this.cmdOk);
			this.Controls.Add(this.grpRS);
			this.Name = "frmSetRS";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "遥信参数设置";
			this.grpRS.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		private void cmdOk_Click(object sender, System.EventArgs e)
		{
		
		}
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -