119 lines
4.8 KiB
C#
119 lines
4.8 KiB
C#
namespace SLC1_N
|
|
{
|
|
partial class Form_BatchSave
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.chk_CH1 = new System.Windows.Forms.CheckBox();
|
|
this.chk_CH2 = new System.Windows.Forms.CheckBox();
|
|
this.chk_CH3 = new System.Windows.Forms.CheckBox();
|
|
this.chk_CH4 = new System.Windows.Forms.CheckBox();
|
|
this.bt_Save = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// chk_CH1
|
|
//
|
|
this.chk_CH1.AutoSize = true;
|
|
this.chk_CH1.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.chk_CH1.Location = new System.Drawing.Point(104, 44);
|
|
this.chk_CH1.Name = "chk_CH1";
|
|
this.chk_CH1.Size = new System.Drawing.Size(78, 24);
|
|
this.chk_CH1.TabIndex = 0;
|
|
this.chk_CH1.Text = "通道1";
|
|
this.chk_CH1.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(104, 74);
|
|
this.chk_CH2.Name = "chk_CH2";
|
|
this.chk_CH2.Size = new System.Drawing.Size(78, 24);
|
|
this.chk_CH2.TabIndex = 1;
|
|
this.chk_CH2.Text = "通道2";
|
|
this.chk_CH2.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(104, 104);
|
|
this.chk_CH3.Name = "chk_CH3";
|
|
this.chk_CH3.Size = new System.Drawing.Size(78, 24);
|
|
this.chk_CH3.TabIndex = 2;
|
|
this.chk_CH3.Text = "通道3";
|
|
this.chk_CH3.UseVisualStyleBackColor = true;
|
|
//
|
|
// chk_CH4
|
|
//
|
|
this.chk_CH4.AutoSize = true;
|
|
this.chk_CH4.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.chk_CH4.Location = new System.Drawing.Point(104, 134);
|
|
this.chk_CH4.Name = "chk_CH4";
|
|
this.chk_CH4.Size = new System.Drawing.Size(78, 24);
|
|
this.chk_CH4.TabIndex = 3;
|
|
this.chk_CH4.Text = "通道4";
|
|
this.chk_CH4.UseVisualStyleBackColor = true;
|
|
//
|
|
// bt_Save
|
|
//
|
|
this.bt_Save.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.bt_Save.Location = new System.Drawing.Point(73, 180);
|
|
this.bt_Save.Name = "bt_Save";
|
|
this.bt_Save.Size = new System.Drawing.Size(143, 48);
|
|
this.bt_Save.TabIndex = 4;
|
|
this.bt_Save.Text = "确认保存";
|
|
this.bt_Save.UseVisualStyleBackColor = true;
|
|
this.bt_Save.Click += new System.EventHandler(this.bt_Save_Click);
|
|
//
|
|
// Form_BatchSave
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(300, 261);
|
|
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_CH1;
|
|
public System.Windows.Forms.CheckBox chk_CH2;
|
|
public System.Windows.Forms.CheckBox chk_CH3;
|
|
public System.Windows.Forms.CheckBox chk_CH4;
|
|
}
|
|
} |