236 lines
10 KiB
C#
236 lines
10 KiB
C#
namespace C_Windows_1
|
|
{
|
|
partial class Save
|
|
{
|
|
/// <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()
|
|
{
|
|
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.label3 = new System.Windows.Forms.Label();
|
|
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(567, 176);
|
|
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 = "路径";
|
|
this.label35.Click += new System.EventHandler(this.label35_Click);
|
|
//
|
|
// ChkExcel
|
|
//
|
|
this.ChkExcel.AutoSize = true;
|
|
this.ChkExcel.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.ChkExcel.Location = new System.Drawing.Point(152, 186);
|
|
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;
|
|
this.ChkExcel.CheckedChanged += new System.EventHandler(this.ChkExcel_CheckedChanged);
|
|
//
|
|
// ChkTXT
|
|
//
|
|
this.ChkTXT.AutoSize = true;
|
|
this.ChkTXT.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.ChkTXT.Location = new System.Drawing.Point(152, 227);
|
|
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.CheckedChanged += new System.EventHandler(this.ChkTXT_CheckedChanged);
|
|
//
|
|
// 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;
|
|
this.path.TextChanged += new System.EventHandler(this.path_TextChanged);
|
|
//
|
|
// ChkSql
|
|
//
|
|
this.ChkSql.AutoSize = true;
|
|
this.ChkSql.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.ChkSql.Location = new System.Drawing.Point(550, 232);
|
|
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;
|
|
this.ChkSql.Visible = false;
|
|
//
|
|
// BtnConSql
|
|
//
|
|
this.BtnConSql.Location = new System.Drawing.Point(135, 357);
|
|
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.Visible = false;
|
|
this.BtnConSql.Click += new System.EventHandler(this.BtnConSql_Click);
|
|
//
|
|
// BtnConMES
|
|
//
|
|
this.BtnConMES.Location = new System.Drawing.Point(550, 71);
|
|
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(550, 134);
|
|
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;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(251, 9);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(151, 16);
|
|
this.label3.TabIndex = 115;
|
|
this.label3.Text = "请先预装WPS或excel";
|
|
this.label3.Click += new System.EventHandler(this.label3_Click);
|
|
//
|
|
// Save
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(416, 475);
|
|
this.Controls.Add(this.label3);
|
|
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;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |