Special_SmtLocation.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_SmtLocation
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_SmtLocation));
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  31. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  32. this.RefDes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Layer = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  35. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.valueLabel2 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  38. this.valueLabel1 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  39. this.normalButton3 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  40. this.normalButton2 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  42. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // textBox1
  46. //
  47. this.textBox1.Location = new System.Drawing.Point(183, 112);
  48. this.textBox1.Name = "textBox1";
  49. this.textBox1.ReadOnly = true;
  50. this.textBox1.Size = new System.Drawing.Size(276, 21);
  51. this.textBox1.TabIndex = 168;
  52. //
  53. // openFileDialog1
  54. //
  55. this.openFileDialog1.FileName = "openFileDialog1";
  56. this.openFileDialog1.Filter = "(*.xls)|*.xls";
  57. //
  58. // LabelDataGridView
  59. //
  60. this.LabelDataGridView.AllowUserToAddRows = false;
  61. this.LabelDataGridView.AllowUserToResizeRows = false;
  62. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  63. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  64. this.RefDes,
  65. this.Layer});
  66. this.LabelDataGridView.Location = new System.Drawing.Point(5, 207);
  67. this.LabelDataGridView.Name = "LabelDataGridView";
  68. this.LabelDataGridView.RowHeadersVisible = false;
  69. this.LabelDataGridView.RowTemplate.Height = 23;
  70. this.LabelDataGridView.Size = new System.Drawing.Size(675, 233);
  71. this.LabelDataGridView.TabIndex = 189;
  72. //
  73. // RefDes
  74. //
  75. this.RefDes.DataPropertyName = "RefDes";
  76. this.RefDes.HeaderText = "RefDes";
  77. this.RefDes.Name = "RefDes";
  78. //
  79. // Layer
  80. //
  81. this.Layer.DataPropertyName = "Layer";
  82. this.Layer.HeaderText = "Layer";
  83. this.Layer.Name = "Layer";
  84. //
  85. // dataGridViewTextBoxColumn1
  86. //
  87. this.dataGridViewTextBoxColumn1.DataPropertyName = "RefDes";
  88. this.dataGridViewTextBoxColumn1.HeaderText = "上料工单号";
  89. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  90. //
  91. // dataGridViewTextBoxColumn2
  92. //
  93. this.dataGridViewTextBoxColumn2.DataPropertyName = "Layer";
  94. this.dataGridViewTextBoxColumn2.HeaderText = "子件名称";
  95. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  96. //
  97. // valueLabel2
  98. //
  99. this.valueLabel2.AutoSize = true;
  100. this.valueLabel2.CutLength = null;
  101. this.valueLabel2.Location = new System.Drawing.Point(84, 59);
  102. this.valueLabel2.MaximumSize = new System.Drawing.Size(200, 0);
  103. this.valueLabel2.Name = "valueLabel2";
  104. this.valueLabel2.Size = new System.Drawing.Size(53, 12);
  105. this.valueLabel2.TabIndex = 170;
  106. this.valueLabel2.Text = "物料编号";
  107. //
  108. // valueLabel1
  109. //
  110. this.valueLabel1.AutoSize = true;
  111. this.valueLabel1.CutLength = null;
  112. this.valueLabel1.Location = new System.Drawing.Point(84, 112);
  113. this.valueLabel1.MaximumSize = new System.Drawing.Size(200, 0);
  114. this.valueLabel1.Name = "valueLabel1";
  115. this.valueLabel1.Size = new System.Drawing.Size(65, 12);
  116. this.valueLabel1.TabIndex = 169;
  117. this.valueLabel1.Text = "座标图路径";
  118. //
  119. // normalButton3
  120. //
  121. this.normalButton3.AllPower = null;
  122. this.normalButton3.BackColor = System.Drawing.Color.Transparent;
  123. this.normalButton3.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.DownImage")));
  124. this.normalButton3.Image = null;
  125. this.normalButton3.IsShowBorder = true;
  126. this.normalButton3.Location = new System.Drawing.Point(86, 158);
  127. this.normalButton3.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.MoveImage")));
  128. this.normalButton3.Name = "normalButton3";
  129. this.normalButton3.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.NormalImage")));
  130. this.normalButton3.Power = null;
  131. this.normalButton3.Size = new System.Drawing.Size(75, 28);
  132. this.normalButton3.TabIndex = 167;
  133. this.normalButton3.Text = "确认生成";
  134. this.normalButton3.UseVisualStyleBackColor = false;
  135. this.normalButton3.Click += new System.EventHandler(this.normalButton3_Click);
  136. //
  137. // normalButton2
  138. //
  139. this.normalButton2.AllPower = null;
  140. this.normalButton2.BackColor = System.Drawing.Color.Transparent;
  141. this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
  142. this.normalButton2.Image = null;
  143. this.normalButton2.IsShowBorder = true;
  144. this.normalButton2.Location = new System.Drawing.Point(513, 112);
  145. this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
  146. this.normalButton2.Name = "normalButton2";
  147. this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
  148. this.normalButton2.Power = null;
  149. this.normalButton2.Size = new System.Drawing.Size(75, 28);
  150. this.normalButton2.TabIndex = 166;
  151. this.normalButton2.Text = "导入座标图";
  152. this.normalButton2.UseVisualStyleBackColor = false;
  153. this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
  154. //
  155. // pr_code
  156. //
  157. this.pr_code.AllPower = null;
  158. this.pr_code.Caller = null;
  159. this.pr_code.Condition = null;
  160. this.pr_code.DBTitle = "产品编号查询";
  161. this.pr_code.FormName = null;
  162. this.pr_code.Location = new System.Drawing.Point(183, 50);
  163. this.pr_code.Name = "pr_code";
  164. this.pr_code.Power = null;
  165. this.pr_code.ReturnData = null;
  166. this.pr_code.SelectField = null;
  167. this.pr_code.SetValueField = null;
  168. this.pr_code.Size = new System.Drawing.Size(160, 21);
  169. this.pr_code.TabIndex = 165;
  170. this.pr_code.TableName = null;
  171. this.pr_code.Tag = "pr_code";
  172. this.pr_code.TextBoxEnable = true;
  173. //
  174. // Special_SmtLocation
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.ClientSize = new System.Drawing.Size(692, 527);
  179. this.Controls.Add(this.LabelDataGridView);
  180. this.Controls.Add(this.valueLabel2);
  181. this.Controls.Add(this.valueLabel1);
  182. this.Controls.Add(this.textBox1);
  183. this.Controls.Add(this.normalButton3);
  184. this.Controls.Add(this.normalButton2);
  185. this.Controls.Add(this.pr_code);
  186. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  187. this.Margin = new System.Windows.Forms.Padding(2);
  188. this.Name = "Special_SmtLocation";
  189. this.Tag = "Special!SmtLocation";
  190. this.Text = "排位图模板生成";
  191. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  192. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  193. this.ResumeLayout(false);
  194. this.PerformLayout();
  195. }
  196. #endregion
  197. private CustomControl.ValueLabel.ValueLabel valueLabel1;
  198. private System.Windows.Forms.TextBox textBox1;
  199. private CustomControl.ButtonUtil.NormalButton normalButton3;
  200. private CustomControl.ButtonUtil.NormalButton normalButton2;
  201. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  202. private CustomControl.ValueLabel.ValueLabel valueLabel2;
  203. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  204. private System.Windows.Forms.DataGridView LabelDataGridView;
  205. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  206. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  207. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  208. private System.Windows.Forms.DataGridViewTextBoxColumn RefDes;
  209. private System.Windows.Forms.DataGridViewTextBoxColumn Layer;
  210. }
  211. }