namespace C_Windows_1 { partial class 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(Save)); this.Use_Set = new System.Windows.Forms.Button(); this.ChkMES = new System.Windows.Forms.CheckBox(); this.BtnPath = new System.Windows.Forms.Button(); this.label35 = new System.Windows.Forms.Label(); this.ChkExcel = new System.Windows.Forms.CheckBox(); this.ChkTXT = new System.Windows.Forms.CheckBox(); this.path = new System.Windows.Forms.TextBox(); this.ChkSql = new System.Windows.Forms.CheckBox(); this.BtnConSql = new System.Windows.Forms.Button(); this.BtnConMES = new System.Windows.Forms.Button(); this.OpenFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.ChkCSV = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // Use_Set // this.Use_Set.Location = new System.Drawing.Point(135, 294); this.Use_Set.Margin = new System.Windows.Forms.Padding(5); this.Use_Set.Name = "Use_Set"; this.Use_Set.Size = new System.Drawing.Size(151, 53); this.Use_Set.TabIndex = 107; this.Use_Set.Text = "应用设置"; this.Use_Set.UseVisualStyleBackColor = true; this.Use_Set.Click += new System.EventHandler(this.Use_Set_Click); // // ChkMES // this.ChkMES.AutoSize = true; this.ChkMES.Font = new System.Drawing.Font("宋体", 12F); this.ChkMES.Location = new System.Drawing.Point(309, 146); this.ChkMES.Margin = new System.Windows.Forms.Padding(5); this.ChkMES.Name = "ChkMES"; this.ChkMES.Size = new System.Drawing.Size(98, 20); this.ChkMES.TabIndex = 106; this.ChkMES.Text = "导出到Mes"; this.ChkMES.UseVisualStyleBackColor = true; this.ChkMES.Visible = false; // // BtnPath // this.BtnPath.Location = new System.Drawing.Point(135, 71); this.BtnPath.Margin = new System.Windows.Forms.Padding(5); this.BtnPath.Name = "BtnPath"; this.BtnPath.Size = new System.Drawing.Size(151, 53); this.BtnPath.TabIndex = 100; this.BtnPath.Text = "选择路径"; this.BtnPath.UseVisualStyleBackColor = true; this.BtnPath.Click += new System.EventHandler(this.BtnPath_Click); // // label35 // this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(15, 14); this.label35.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(39, 16); this.label35.TabIndex = 105; this.label35.Text = "路径"; // // ChkExcel // this.ChkExcel.AutoSize = true; this.ChkExcel.Font = new System.Drawing.Font("宋体", 12F); this.ChkExcel.Location = new System.Drawing.Point(156, 146); this.ChkExcel.Margin = new System.Windows.Forms.Padding(5); this.ChkExcel.Name = "ChkExcel"; this.ChkExcel.Size = new System.Drawing.Size(114, 20); this.ChkExcel.TabIndex = 102; this.ChkExcel.Text = "导出到Excel"; this.ChkExcel.UseVisualStyleBackColor = true; // // ChkTXT // this.ChkTXT.AutoSize = true; this.ChkTXT.Font = new System.Drawing.Font("宋体", 12F); this.ChkTXT.Location = new System.Drawing.Point(14, 176); this.ChkTXT.Margin = new System.Windows.Forms.Padding(5); this.ChkTXT.Name = "ChkTXT"; this.ChkTXT.Size = new System.Drawing.Size(98, 20); this.ChkTXT.TabIndex = 103; this.ChkTXT.Text = "导出到TXT"; this.ChkTXT.UseVisualStyleBackColor = true; this.ChkTXT.Visible = false; // // path // this.path.Location = new System.Drawing.Point(18, 35); this.path.Margin = new System.Windows.Forms.Padding(5); this.path.Name = "path"; this.path.Size = new System.Drawing.Size(384, 26); this.path.TabIndex = 99; // // ChkSql // this.ChkSql.AutoSize = true; this.ChkSql.Font = new System.Drawing.Font("宋体", 12F); this.ChkSql.Location = new System.Drawing.Point(156, 185); this.ChkSql.Margin = new System.Windows.Forms.Padding(5); this.ChkSql.Name = "ChkSql"; this.ChkSql.Size = new System.Drawing.Size(146, 20); this.ChkSql.TabIndex = 104; this.ChkSql.Text = "导出到SqlServer"; this.ChkSql.UseVisualStyleBackColor = true; // // BtnConSql // this.BtnConSql.Location = new System.Drawing.Point(135, 215); this.BtnConSql.Margin = new System.Windows.Forms.Padding(5); this.BtnConSql.Name = "BtnConSql"; this.BtnConSql.Size = new System.Drawing.Size(151, 53); this.BtnConSql.TabIndex = 101; this.BtnConSql.Text = "Sql设置"; this.BtnConSql.UseVisualStyleBackColor = true; this.BtnConSql.Click += new System.EventHandler(this.BtnConSql_Click); // // BtnConMES // this.BtnConMES.Location = new System.Drawing.Point(285, 294); this.BtnConMES.Margin = new System.Windows.Forms.Padding(5); this.BtnConMES.Name = "BtnConMES"; this.BtnConMES.Size = new System.Drawing.Size(151, 53); this.BtnConMES.TabIndex = 108; this.BtnConMES.Text = "MES设置"; this.BtnConMES.UseVisualStyleBackColor = true; this.BtnConMES.Visible = false; this.BtnConMES.Click += new System.EventHandler(this.BtnConMES_Click); // // OpenFileDialog1 // this.OpenFileDialog1.FileName = "openFileDialog1"; // // ChkCSV // this.ChkCSV.AutoSize = true; this.ChkCSV.Font = new System.Drawing.Font("宋体", 11F); this.ChkCSV.Location = new System.Drawing.Point(12, 204); this.ChkCSV.Name = "ChkCSV"; this.ChkCSV.Size = new System.Drawing.Size(95, 19); this.ChkCSV.TabIndex = 109; this.ChkCSV.Text = "导出到csv"; this.ChkCSV.UseVisualStyleBackColor = true; this.ChkCSV.Visible = false; // // Save // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(421, 412); this.Controls.Add(this.ChkCSV); this.Controls.Add(this.BtnConMES); this.Controls.Add(this.Use_Set); this.Controls.Add(this.ChkMES); this.Controls.Add(this.BtnPath); this.Controls.Add(this.label35); this.Controls.Add(this.ChkExcel); this.Controls.Add(this.ChkTXT); this.Controls.Add(this.path); this.Controls.Add(this.ChkSql); this.Controls.Add(this.BtnConSql); 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.Button Use_Set; private System.Windows.Forms.CheckBox ChkMES; private System.Windows.Forms.Button BtnPath; private System.Windows.Forms.Label label35; private System.Windows.Forms.CheckBox ChkExcel; private System.Windows.Forms.CheckBox ChkTXT; private System.Windows.Forms.TextBox path; private System.Windows.Forms.CheckBox ChkSql; private System.Windows.Forms.Button BtnConSql; private System.Windows.Forms.Button BtnConMES; private System.Windows.Forms.OpenFileDialog OpenFileDialog1; private System.Windows.Forms.CheckBox ChkCSV; } }