namespace DataMirrorToolsPage { partial class SignalRegion { /// /// 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.btn_Sure = new System.Windows.Forms.Button(); this.btn_Cancel = new System.Windows.Forms.Button(); this.rb_I = new System.Windows.Forms.RadioButton(); this.rb_Q = new System.Windows.Forms.RadioButton(); this.rb_M = new System.Windows.Forms.RadioButton(); this.rb_DB = new System.Windows.Forms.RadioButton(); this.rb_T = new System.Windows.Forms.RadioButton(); this.rb_C = new System.Windows.Forms.RadioButton(); this.txt_DB_Index = new System.Windows.Forms.TextBox(); this.rb_D = new System.Windows.Forms.RadioButton(); this.rb_CC = new System.Windows.Forms.RadioButton(); this.rb_W = new System.Windows.Forms.RadioButton(); this.rb_H = new System.Windows.Forms.RadioButton(); this.SuspendLayout(); // // btn_Sure // this.btn_Sure.DialogResult = System.Windows.Forms.DialogResult.OK; this.btn_Sure.Location = new System.Drawing.Point(241, 177); this.btn_Sure.Name = "btn_Sure"; this.btn_Sure.Size = new System.Drawing.Size(75, 23); this.btn_Sure.TabIndex = 2; this.btn_Sure.Text = "确定"; this.btn_Sure.UseVisualStyleBackColor = true; this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click); // // btn_Cancel // this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.OK; this.btn_Cancel.Location = new System.Drawing.Point(322, 177); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(75, 23); this.btn_Cancel.TabIndex = 2; this.btn_Cancel.Text = "取消"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // rb_I // this.rb_I.AutoSize = true; this.rb_I.Location = new System.Drawing.Point(48, 9); this.rb_I.Name = "rb_I"; this.rb_I.Size = new System.Drawing.Size(83, 16); this.rb_I.TabIndex = 3; this.rb_I.Text = "输入信号 I"; this.rb_I.UseVisualStyleBackColor = true; // // rb_Q // this.rb_Q.AutoSize = true; this.rb_Q.Checked = true; this.rb_Q.Location = new System.Drawing.Point(164, 9); this.rb_Q.Name = "rb_Q"; this.rb_Q.Size = new System.Drawing.Size(83, 16); this.rb_Q.TabIndex = 3; this.rb_Q.TabStop = true; this.rb_Q.Text = "输出信号 Q"; this.rb_Q.UseVisualStyleBackColor = true; // // rb_M // this.rb_M.AutoSize = true; this.rb_M.Location = new System.Drawing.Point(282, 9); this.rb_M.Name = "rb_M"; this.rb_M.Size = new System.Drawing.Size(59, 16); this.rb_M.TabIndex = 3; this.rb_M.Text = "内存 M"; this.rb_M.UseVisualStyleBackColor = true; // // rb_DB // this.rb_DB.AutoSize = true; this.rb_DB.Location = new System.Drawing.Point(48, 92); this.rb_DB.Name = "rb_DB"; this.rb_DB.Size = new System.Drawing.Size(71, 16); this.rb_DB.TabIndex = 3; this.rb_DB.Text = "数据块DB"; this.rb_DB.UseVisualStyleBackColor = true; this.rb_DB.CheckedChanged += new System.EventHandler(this.rb_DB_CheckedChanged); // // rb_T // this.rb_T.AutoSize = true; this.rb_T.Location = new System.Drawing.Point(48, 47); this.rb_T.Name = "rb_T"; this.rb_T.Size = new System.Drawing.Size(71, 16); this.rb_T.TabIndex = 3; this.rb_T.Text = "定时器 T"; this.rb_T.UseVisualStyleBackColor = true; // // rb_C // this.rb_C.AutoSize = true; this.rb_C.Location = new System.Drawing.Point(164, 47); this.rb_C.Name = "rb_C"; this.rb_C.Size = new System.Drawing.Size(71, 16); this.rb_C.TabIndex = 3; this.rb_C.Text = "计数器 C"; this.rb_C.UseVisualStyleBackColor = true; // // txt_DB_Index // this.txt_DB_Index.Enabled = false; this.txt_DB_Index.Location = new System.Drawing.Point(123, 89); this.txt_DB_Index.Name = "txt_DB_Index"; this.txt_DB_Index.Size = new System.Drawing.Size(206, 21); this.txt_DB_Index.TabIndex = 4; this.txt_DB_Index.Text = "411"; // // rb_D // this.rb_D.AutoSize = true; this.rb_D.Location = new System.Drawing.Point(48, 125); this.rb_D.Name = "rb_D"; this.rb_D.Size = new System.Drawing.Size(65, 16); this.rb_D.TabIndex = 5; this.rb_D.Text = "Omron D"; this.rb_D.UseVisualStyleBackColor = true; // // rb_CC // this.rb_CC.AutoSize = true; this.rb_CC.Location = new System.Drawing.Point(164, 125); this.rb_CC.Name = "rb_CC"; this.rb_CC.Size = new System.Drawing.Size(65, 16); this.rb_CC.TabIndex = 5; this.rb_CC.Text = "Omron C"; this.rb_CC.UseVisualStyleBackColor = true; // // rb_W // this.rb_W.AutoSize = true; this.rb_W.Location = new System.Drawing.Point(164, 145); this.rb_W.Name = "rb_W"; this.rb_W.Size = new System.Drawing.Size(65, 16); this.rb_W.TabIndex = 5; this.rb_W.Text = "Omron W"; this.rb_W.UseVisualStyleBackColor = true; // // rb_H // this.rb_H.AutoSize = true; this.rb_H.Location = new System.Drawing.Point(48, 145); this.rb_H.Name = "rb_H"; this.rb_H.Size = new System.Drawing.Size(65, 16); this.rb_H.TabIndex = 5; this.rb_H.Text = "Omron H"; this.rb_H.UseVisualStyleBackColor = true; // // SignalRegion // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(404, 207); this.Controls.Add(this.rb_W); this.Controls.Add(this.rb_H); this.Controls.Add(this.rb_CC); this.Controls.Add(this.rb_D); this.Controls.Add(this.txt_DB_Index); this.Controls.Add(this.rb_DB); this.Controls.Add(this.rb_C); this.Controls.Add(this.rb_T); this.Controls.Add(this.rb_M); this.Controls.Add(this.rb_Q); this.Controls.Add(this.rb_I); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Sure); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(420, 246); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(420, 246); this.Name = "SignalRegion"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "修改数据区"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btn_Sure; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.RadioButton rb_I; private System.Windows.Forms.RadioButton rb_Q; private System.Windows.Forms.RadioButton rb_M; private System.Windows.Forms.RadioButton rb_DB; private System.Windows.Forms.RadioButton rb_T; private System.Windows.Forms.RadioButton rb_C; private System.Windows.Forms.TextBox txt_DB_Index; private System.Windows.Forms.RadioButton rb_D; private System.Windows.Forms.RadioButton rb_CC; private System.Windows.Forms.RadioButton rb_W; private System.Windows.Forms.RadioButton rb_H; } }