Special_SmtLocation.Designer.cs 11 KB

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