namespace SLC1_N { partial class Form_Save { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Save)); this.chk_CSV = new System.Windows.Forms.CheckBox(); this.bt_SaveSet = new System.Windows.Forms.Button(); this.bt_FilePath = new System.Windows.Forms.Button(); this.label35 = new System.Windows.Forms.Label(); this.chk_Excel = new System.Windows.Forms.CheckBox(); this.tb_path = new System.Windows.Forms.TextBox(); this.FolderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.bt_WarningShow = new System.Windows.Forms.Button(); this.chk_TXT = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // chk_CSV // this.chk_CSV.AutoSize = true; this.chk_CSV.Checked = true; this.chk_CSV.CheckState = System.Windows.Forms.CheckState.Checked; this.chk_CSV.Font = new System.Drawing.Font("宋体", 11F); this.chk_CSV.Location = new System.Drawing.Point(116, 179); this.chk_CSV.Name = "chk_CSV"; this.chk_CSV.Size = new System.Drawing.Size(95, 19); this.chk_CSV.TabIndex = 120; this.chk_CSV.Text = "导出到csv"; this.chk_CSV.UseVisualStyleBackColor = true; this.chk_CSV.Visible = false; // // bt_SaveSet // this.bt_SaveSet.Location = new System.Drawing.Point(137, 271); this.bt_SaveSet.Margin = new System.Windows.Forms.Padding(5); this.bt_SaveSet.Name = "bt_SaveSet"; this.bt_SaveSet.Size = new System.Drawing.Size(151, 53); this.bt_SaveSet.TabIndex = 118; this.bt_SaveSet.Text = "应用设置"; this.bt_SaveSet.UseVisualStyleBackColor = true; this.bt_SaveSet.Click += new System.EventHandler(this.Use_Set_Click); // // bt_FilePath // this.bt_FilePath.Location = new System.Drawing.Point(137, 65); this.bt_FilePath.Margin = new System.Windows.Forms.Padding(5); this.bt_FilePath.Name = "bt_FilePath"; this.bt_FilePath.Size = new System.Drawing.Size(151, 53); this.bt_FilePath.TabIndex = 111; this.bt_FilePath.Text = "选择文件夹"; this.bt_FilePath.UseVisualStyleBackColor = true; this.bt_FilePath.Click += new System.EventHandler(this.BtnPath_Click); // // label35 // this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(17, 8); this.label35.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(87, 16); this.label35.TabIndex = 116; this.label35.Text = "文件夹路径"; // // chk_Excel // this.chk_Excel.AutoSize = true; this.chk_Excel.Font = new System.Drawing.Font("宋体", 12F); this.chk_Excel.Location = new System.Drawing.Point(116, 148); this.chk_Excel.Margin = new System.Windows.Forms.Padding(5); this.chk_Excel.Name = "chk_Excel"; this.chk_Excel.Size = new System.Drawing.Size(114, 20); this.chk_Excel.TabIndex = 113; this.chk_Excel.Text = "导出到Excel"; this.chk_Excel.UseVisualStyleBackColor = true; // // tb_path // this.tb_path.Location = new System.Drawing.Point(20, 29); this.tb_path.Margin = new System.Windows.Forms.Padding(5); this.tb_path.Name = "tb_path"; this.tb_path.Size = new System.Drawing.Size(384, 26); this.tb_path.TabIndex = 110; // // bt_WarningShow // this.bt_WarningShow.Location = new System.Drawing.Point(137, 334); this.bt_WarningShow.Margin = new System.Windows.Forms.Padding(5); this.bt_WarningShow.Name = "bt_WarningShow"; this.bt_WarningShow.Size = new System.Drawing.Size(151, 53); this.bt_WarningShow.TabIndex = 121; this.bt_WarningShow.Text = "报警记录查看"; this.bt_WarningShow.UseVisualStyleBackColor = true; this.bt_WarningShow.Click += new System.EventHandler(this.Warning_Click); // // chk_TXT // this.chk_TXT.AutoSize = true; this.chk_TXT.Font = new System.Drawing.Font("宋体", 11F); this.chk_TXT.Location = new System.Drawing.Point(116, 207); this.chk_TXT.Name = "chk_TXT"; this.chk_TXT.Size = new System.Drawing.Size(95, 19); this.chk_TXT.TabIndex = 124; this.chk_TXT.Text = "导出到txt"; this.chk_TXT.UseVisualStyleBackColor = true; // // Save // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(421, 420); this.Controls.Add(this.chk_TXT); this.Controls.Add(this.bt_WarningShow); this.Controls.Add(this.chk_CSV); this.Controls.Add(this.bt_SaveSet); this.Controls.Add(this.bt_FilePath); this.Controls.Add(this.label35); this.Controls.Add(this.chk_Excel); this.Controls.Add(this.tb_path); this.Font = new System.Drawing.Font("宋体", 12F); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Save"; this.Text = "存储"; this.Load += new System.EventHandler(this.Save_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox chk_CSV; private System.Windows.Forms.Button bt_SaveSet; private System.Windows.Forms.Button bt_FilePath; private System.Windows.Forms.Label label35; private System.Windows.Forms.CheckBox chk_Excel; private System.Windows.Forms.TextBox tb_path; private System.Windows.Forms.FolderBrowserDialog FolderBrowserDialog1; private System.Windows.Forms.Button bt_WarningShow; private System.Windows.Forms.CheckBox chk_TXT; } }