namespace SLC1_N { partial class Form_BatchSave { /// /// 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.bt_Save = new System.Windows.Forms.Button(); this.chk_CH4 = new System.Windows.Forms.CheckBox(); this.chk_CH3 = new System.Windows.Forms.CheckBox(); this.chk_CH2 = new System.Windows.Forms.CheckBox(); this.chk_CH1 = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // bt_Save // this.bt_Save.Font = new System.Drawing.Font("宋体", 15F); this.bt_Save.Location = new System.Drawing.Point(88, 179); this.bt_Save.Name = "bt_Save"; this.bt_Save.Size = new System.Drawing.Size(143, 48); this.bt_Save.TabIndex = 9; this.bt_Save.Text = "确认保存"; this.bt_Save.UseVisualStyleBackColor = true; this.bt_Save.Click += new System.EventHandler(this.bt_Save_Click); // // chk_CH4 // this.chk_CH4.AutoSize = true; this.chk_CH4.Font = new System.Drawing.Font("宋体", 15F); this.chk_CH4.Location = new System.Drawing.Point(119, 133); this.chk_CH4.Name = "chk_CH4"; this.chk_CH4.Size = new System.Drawing.Size(78, 24); this.chk_CH4.TabIndex = 8; this.chk_CH4.Text = "通道4"; this.chk_CH4.UseVisualStyleBackColor = true; // // chk_CH3 // this.chk_CH3.AutoSize = true; this.chk_CH3.Font = new System.Drawing.Font("宋体", 15F); this.chk_CH3.Location = new System.Drawing.Point(119, 103); this.chk_CH3.Name = "chk_CH3"; this.chk_CH3.Size = new System.Drawing.Size(78, 24); this.chk_CH3.TabIndex = 7; this.chk_CH3.Text = "通道3"; this.chk_CH3.UseVisualStyleBackColor = true; // // chk_CH2 // this.chk_CH2.AutoSize = true; this.chk_CH2.Font = new System.Drawing.Font("宋体", 15F); this.chk_CH2.Location = new System.Drawing.Point(119, 73); this.chk_CH2.Name = "chk_CH2"; this.chk_CH2.Size = new System.Drawing.Size(78, 24); this.chk_CH2.TabIndex = 6; this.chk_CH2.Text = "通道2"; this.chk_CH2.UseVisualStyleBackColor = true; // // chk_CH1 // this.chk_CH1.AutoSize = true; this.chk_CH1.Font = new System.Drawing.Font("宋体", 15F); this.chk_CH1.Location = new System.Drawing.Point(119, 43); this.chk_CH1.Name = "chk_CH1"; this.chk_CH1.Size = new System.Drawing.Size(78, 24); this.chk_CH1.TabIndex = 5; this.chk_CH1.Text = "通道1"; this.chk_CH1.UseVisualStyleBackColor = true; // // Form_BatchSave // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(317, 266); this.Controls.Add(this.bt_Save); this.Controls.Add(this.chk_CH4); this.Controls.Add(this.chk_CH3); this.Controls.Add(this.chk_CH2); this.Controls.Add(this.chk_CH1); this.Name = "Form_BatchSave"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "批量保存"; this.Load += new System.EventHandler(this.Form_BatchSave_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button bt_Save; public System.Windows.Forms.CheckBox chk_CH4; public System.Windows.Forms.CheckBox chk_CH3; public System.Windows.Forms.CheckBox chk_CH2; public System.Windows.Forms.CheckBox chk_CH1; } }