CodeSoft.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. namespace UAS_MES
  2. {
  3. partial class CodeSoft
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  30. this.lstLabelBrowser = new System.Windows.Forms.ListView();
  31. this.FolderPath = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.SQL = new System.Windows.Forms.TextBox();
  36. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  37. this.Error = new System.Windows.Forms.Label();
  38. this.groupBox1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // button1
  42. //
  43. this.button1.Location = new System.Drawing.Point(435, 21);
  44. this.button1.Name = "button1";
  45. this.button1.Size = new System.Drawing.Size(86, 24);
  46. this.button1.TabIndex = 2;
  47. this.button1.Text = "打开";
  48. this.button1.UseVisualStyleBackColor = true;
  49. this.button1.Click += new System.EventHandler(this.button1_Click);
  50. //
  51. // openFileDialog1
  52. //
  53. this.openFileDialog1.FileName = "openFileDialog1";
  54. //
  55. // lstLabelBrowser
  56. //
  57. this.lstLabelBrowser.Location = new System.Drawing.Point(47, 63);
  58. this.lstLabelBrowser.Name = "lstLabelBrowser";
  59. this.lstLabelBrowser.Size = new System.Drawing.Size(474, 290);
  60. this.lstLabelBrowser.TabIndex = 5;
  61. this.lstLabelBrowser.UseCompatibleStateImageBehavior = false;
  62. this.lstLabelBrowser.SelectedIndexChanged += new System.EventHandler(this.lstLabelBrowser_SelectedIndexChanged);
  63. //
  64. // FolderPath
  65. //
  66. this.FolderPath.Enabled = false;
  67. this.FolderPath.Location = new System.Drawing.Point(118, 21);
  68. this.FolderPath.Name = "FolderPath";
  69. this.FolderPath.Size = new System.Drawing.Size(298, 21);
  70. this.FolderPath.TabIndex = 6;
  71. this.FolderPath.TextChanged += new System.EventHandler(this.FolderPath_TextChanged);
  72. //
  73. // label1
  74. //
  75. this.label1.AutoSize = true;
  76. this.label1.Location = new System.Drawing.Point(35, 27);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(77, 12);
  79. this.label1.TabIndex = 7;
  80. this.label1.Text = "选择文件夹:";
  81. this.label1.Click += new System.EventHandler(this.label1_Click);
  82. //
  83. // groupBox1
  84. //
  85. this.groupBox1.Controls.Add(this.SQL);
  86. this.groupBox1.Location = new System.Drawing.Point(619, 63);
  87. this.groupBox1.Name = "groupBox1";
  88. this.groupBox1.Size = new System.Drawing.Size(448, 244);
  89. this.groupBox1.TabIndex = 10;
  90. this.groupBox1.TabStop = false;
  91. this.groupBox1.Text = "SQL语句:";
  92. //
  93. // SQL
  94. //
  95. this.SQL.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.SQL.Location = new System.Drawing.Point(6, 20);
  97. this.SQL.Multiline = true;
  98. this.SQL.Name = "SQL";
  99. this.SQL.Size = new System.Drawing.Size(436, 218);
  100. this.SQL.TabIndex = 0;
  101. //
  102. // Error
  103. //
  104. this.Error.AutoSize = true;
  105. this.Error.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.Error.ForeColor = System.Drawing.Color.Red;
  107. this.Error.Location = new System.Drawing.Point(633, 330);
  108. this.Error.Name = "Error";
  109. this.Error.Size = new System.Drawing.Size(0, 14);
  110. this.Error.TabIndex = 11;
  111. //
  112. // CodeSoft
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.ClientSize = new System.Drawing.Size(1129, 462);
  117. this.Controls.Add(this.Error);
  118. this.Controls.Add(this.groupBox1);
  119. this.Controls.Add(this.label1);
  120. this.Controls.Add(this.FolderPath);
  121. this.Controls.Add(this.lstLabelBrowser);
  122. this.Controls.Add(this.button1);
  123. this.Name = "CodeSoft";
  124. this.Text = "条码打印SQL维护";
  125. this.Load += new System.EventHandler(this.CodeSoft_Load);
  126. this.groupBox1.ResumeLayout(false);
  127. this.groupBox1.PerformLayout();
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private System.Windows.Forms.Button button1;
  133. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  134. private System.Windows.Forms.ListView lstLabelBrowser;
  135. private System.Windows.Forms.TextBox FolderPath;
  136. private System.Windows.Forms.Label label1;
  137. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  138. private System.Windows.Forms.GroupBox groupBox1;
  139. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  140. private System.Windows.Forms.Label Error;
  141. private System.Windows.Forms.TextBox SQL;
  142. private CustomControl.ButtonUtil.NormalButton saveFormButton3=new CustomControl.ButtonUtil.NormalButton();
  143. private CustomControl.ButtonUtil.NormalButton saveFormButton4=new CustomControl.ButtonUtil.NormalButton();
  144. private CustomControl.ButtonUtil.NormalButton PrintTest=new CustomControl.ButtonUtil.NormalButton();
  145. }
  146. }