| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- namespace UAS_MES
- {
- partial class CodeSoft
- {
- /// <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.button1 = new System.Windows.Forms.Button();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.lstLabelBrowser = new System.Windows.Forms.ListView();
- this.FolderPath = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.SQL = new System.Windows.Forms.TextBox();
- this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
- this.Error = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(435, 21);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(86, 24);
- this.button1.TabIndex = 2;
- this.button1.Text = "打开";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // lstLabelBrowser
- //
- this.lstLabelBrowser.Location = new System.Drawing.Point(47, 63);
- this.lstLabelBrowser.Name = "lstLabelBrowser";
- this.lstLabelBrowser.Size = new System.Drawing.Size(474, 290);
- this.lstLabelBrowser.TabIndex = 5;
- this.lstLabelBrowser.UseCompatibleStateImageBehavior = false;
- this.lstLabelBrowser.SelectedIndexChanged += new System.EventHandler(this.lstLabelBrowser_SelectedIndexChanged);
- //
- // FolderPath
- //
- this.FolderPath.Enabled = false;
- this.FolderPath.Location = new System.Drawing.Point(118, 21);
- this.FolderPath.Name = "FolderPath";
- this.FolderPath.Size = new System.Drawing.Size(298, 21);
- this.FolderPath.TabIndex = 6;
- this.FolderPath.TextChanged += new System.EventHandler(this.FolderPath_TextChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(35, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 12);
- this.label1.TabIndex = 7;
- this.label1.Text = "选择文件夹:";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.SQL);
- this.groupBox1.Location = new System.Drawing.Point(619, 63);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(448, 244);
- this.groupBox1.TabIndex = 10;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "SQL语句:";
- //
- // SQL
- //
- this.SQL.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SQL.Location = new System.Drawing.Point(6, 20);
- this.SQL.Multiline = true;
- this.SQL.Name = "SQL";
- this.SQL.Size = new System.Drawing.Size(436, 218);
- this.SQL.TabIndex = 0;
- //
- // Error
- //
- this.Error.AutoSize = true;
- this.Error.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Error.ForeColor = System.Drawing.Color.Red;
- this.Error.Location = new System.Drawing.Point(633, 330);
- this.Error.Name = "Error";
- this.Error.Size = new System.Drawing.Size(0, 14);
- this.Error.TabIndex = 11;
- //
- // CodeSoft
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1129, 462);
- this.Controls.Add(this.Error);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.FolderPath);
- this.Controls.Add(this.lstLabelBrowser);
- this.Controls.Add(this.button1);
- this.Name = "CodeSoft";
- this.Text = "条码打印SQL维护";
- this.Load += new System.EventHandler(this.CodeSoft_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.ListView lstLabelBrowser;
- private System.Windows.Forms.TextBox FolderPath;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.ComponentModel.BackgroundWorker backgroundWorker1;
- private System.Windows.Forms.Label Error;
- private System.Windows.Forms.TextBox SQL;
- private CustomControl.ButtonUtil.NormalButton saveFormButton3=new CustomControl.ButtonUtil.NormalButton();
- private CustomControl.ButtonUtil.NormalButton saveFormButton4=new CustomControl.ButtonUtil.NormalButton();
- private CustomControl.ButtonUtil.NormalButton PrintTest=new CustomControl.ButtonUtil.NormalButton();
- }
- }
|