Special_Orin.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_Orin
  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_Orin));
  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.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.valueLabel1 = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  43. this.normalButton3 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  44. this.normalButton2 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.原材料SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.型号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.触摸型号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.SOC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.WIFI = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GSensor = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.EMMC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.DDR = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.MFI = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // textBox1
  58. //
  59. this.textBox1.Location = new System.Drawing.Point(201, 30);
  60. this.textBox1.Margin = new System.Windows.Forms.Padding(4);
  61. this.textBox1.Name = "textBox1";
  62. this.textBox1.ReadOnly = true;
  63. this.textBox1.Size = new System.Drawing.Size(367, 25);
  64. this.textBox1.TabIndex = 168;
  65. //
  66. // openFileDialog1
  67. //
  68. this.openFileDialog1.FileName = "openFileDialog1";
  69. this.openFileDialog1.Filter = "(*.xls)|*.xls";
  70. //
  71. // LabelDataGridView
  72. //
  73. this.LabelDataGridView.AllowUserToAddRows = false;
  74. this.LabelDataGridView.AllowUserToResizeRows = false;
  75. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  76. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  77. this.原材料SN,
  78. this.型号,
  79. this.触摸型号,
  80. this.SOC,
  81. this.WIFI,
  82. this.GSensor,
  83. this.EMMC,
  84. this.DDR,
  85. this.MFI});
  86. this.LabelDataGridView.Location = new System.Drawing.Point(7, 135);
  87. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4);
  88. this.LabelDataGridView.Name = "LabelDataGridView";
  89. this.LabelDataGridView.RowHeadersVisible = false;
  90. this.LabelDataGridView.RowTemplate.Height = 23;
  91. this.LabelDataGridView.Size = new System.Drawing.Size(900, 415);
  92. this.LabelDataGridView.TabIndex = 189;
  93. //
  94. // dataGridViewTextBoxColumn1
  95. //
  96. this.dataGridViewTextBoxColumn1.DataPropertyName = "RefDes";
  97. this.dataGridViewTextBoxColumn1.HeaderText = "上料工单号";
  98. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  99. //
  100. // dataGridViewTextBoxColumn2
  101. //
  102. this.dataGridViewTextBoxColumn2.DataPropertyName = "Layer";
  103. this.dataGridViewTextBoxColumn2.HeaderText = "子件名称";
  104. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  105. //
  106. // dataGridViewTextBoxColumn3
  107. //
  108. this.dataGridViewTextBoxColumn3.DataPropertyName = "IMEI2";
  109. this.dataGridViewTextBoxColumn3.HeaderText = "IMEI2";
  110. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  111. //
  112. // dataGridViewTextBoxColumn4
  113. //
  114. this.dataGridViewTextBoxColumn4.DataPropertyName = "BT";
  115. this.dataGridViewTextBoxColumn4.HeaderText = "BT";
  116. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  117. //
  118. // dataGridViewTextBoxColumn5
  119. //
  120. this.dataGridViewTextBoxColumn5.DataPropertyName = "WIFI";
  121. this.dataGridViewTextBoxColumn5.HeaderText = "WIFI";
  122. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  123. //
  124. // dataGridViewTextBoxColumn6
  125. //
  126. this.dataGridViewTextBoxColumn6.DataPropertyName = "GSensor";
  127. this.dataGridViewTextBoxColumn6.HeaderText = "GSensor";
  128. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  129. //
  130. // dataGridViewTextBoxColumn7
  131. //
  132. this.dataGridViewTextBoxColumn7.DataPropertyName = "EMMC";
  133. this.dataGridViewTextBoxColumn7.HeaderText = "EMMC";
  134. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  135. //
  136. // dataGridViewTextBoxColumn8
  137. //
  138. this.dataGridViewTextBoxColumn8.DataPropertyName = "DDR";
  139. this.dataGridViewTextBoxColumn8.HeaderText = "DDR";
  140. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  141. //
  142. // dataGridViewTextBoxColumn9
  143. //
  144. this.dataGridViewTextBoxColumn9.DataPropertyName = "MFI";
  145. this.dataGridViewTextBoxColumn9.HeaderText = "MFI";
  146. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  147. //
  148. // valueLabel1
  149. //
  150. this.valueLabel1.AutoSize = true;
  151. this.valueLabel1.CutLength = null;
  152. this.valueLabel1.Location = new System.Drawing.Point(68, 40);
  153. this.valueLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.valueLabel1.MaximumSize = new System.Drawing.Size(267, 0);
  155. this.valueLabel1.Name = "valueLabel1";
  156. this.valueLabel1.Size = new System.Drawing.Size(67, 15);
  157. this.valueLabel1.TabIndex = 169;
  158. this.valueLabel1.Text = "文件路径";
  159. //
  160. // normalButton3
  161. //
  162. this.normalButton3.AllPower = null;
  163. this.normalButton3.BackColor = System.Drawing.Color.Transparent;
  164. this.normalButton3.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.DownImage")));
  165. this.normalButton3.Image = null;
  166. this.normalButton3.IsShowBorder = true;
  167. this.normalButton3.Location = new System.Drawing.Point(71, 78);
  168. this.normalButton3.Margin = new System.Windows.Forms.Padding(4);
  169. this.normalButton3.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.MoveImage")));
  170. this.normalButton3.Name = "normalButton3";
  171. this.normalButton3.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.NormalImage")));
  172. this.normalButton3.Power = null;
  173. this.normalButton3.Size = new System.Drawing.Size(100, 35);
  174. this.normalButton3.TabIndex = 167;
  175. this.normalButton3.Text = "确认生成";
  176. this.normalButton3.UseVisualStyleBackColor = false;
  177. this.normalButton3.Click += new System.EventHandler(this.normalButton3_Click);
  178. //
  179. // normalButton2
  180. //
  181. this.normalButton2.AllPower = null;
  182. this.normalButton2.BackColor = System.Drawing.Color.Transparent;
  183. this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
  184. this.normalButton2.Image = null;
  185. this.normalButton2.IsShowBorder = true;
  186. this.normalButton2.Location = new System.Drawing.Point(663, 24);
  187. this.normalButton2.Margin = new System.Windows.Forms.Padding(4);
  188. this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
  189. this.normalButton2.Name = "normalButton2";
  190. this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
  191. this.normalButton2.Power = null;
  192. this.normalButton2.Size = new System.Drawing.Size(100, 35);
  193. this.normalButton2.TabIndex = 166;
  194. this.normalButton2.Text = "导入文件";
  195. this.normalButton2.UseVisualStyleBackColor = false;
  196. this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
  197. //
  198. // 原材料SN
  199. //
  200. this.原材料SN.DataPropertyName = "原材料SN";
  201. this.原材料SN.HeaderText = "原材料SN";
  202. this.原材料SN.Name = "原材料SN";
  203. //
  204. // 型号
  205. //
  206. this.型号.DataPropertyName = "型号";
  207. this.型号.HeaderText = "型号";
  208. this.型号.Name = "型号";
  209. //
  210. // 触摸型号
  211. //
  212. this.触摸型号.DataPropertyName = "触摸型号";
  213. this.触摸型号.HeaderText = "触摸型号";
  214. this.触摸型号.Name = "触摸型号";
  215. //
  216. // SOC
  217. //
  218. this.SOC.DataPropertyName = "SOC";
  219. this.SOC.HeaderText = "SOC";
  220. this.SOC.Name = "SOC";
  221. //
  222. // WIFI
  223. //
  224. this.WIFI.DataPropertyName = "WIFI";
  225. this.WIFI.HeaderText = "WIFI";
  226. this.WIFI.Name = "WIFI";
  227. //
  228. // GSensor
  229. //
  230. this.GSensor.DataPropertyName = "GSensor";
  231. this.GSensor.HeaderText = "GSensor";
  232. this.GSensor.Name = "GSensor";
  233. //
  234. // EMMC
  235. //
  236. this.EMMC.DataPropertyName = "EMMC";
  237. this.EMMC.HeaderText = "EMMC";
  238. this.EMMC.Name = "EMMC";
  239. //
  240. // DDR
  241. //
  242. this.DDR.DataPropertyName = "DDR";
  243. this.DDR.HeaderText = "DDR";
  244. this.DDR.Name = "DDR";
  245. //
  246. // MFI
  247. //
  248. this.MFI.DataPropertyName = "MFI";
  249. this.MFI.HeaderText = "MFI";
  250. this.MFI.Name = "MFI";
  251. //
  252. // Special_Orin
  253. //
  254. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  255. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  256. this.ClientSize = new System.Drawing.Size(923, 659);
  257. this.Controls.Add(this.LabelDataGridView);
  258. this.Controls.Add(this.valueLabel1);
  259. this.Controls.Add(this.textBox1);
  260. this.Controls.Add(this.normalButton3);
  261. this.Controls.Add(this.normalButton2);
  262. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  263. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  264. this.Name = "Special_Orin";
  265. this.Tag = "Special!Orin";
  266. this.Text = "SN关联信息导入";
  267. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  268. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  269. this.ResumeLayout(false);
  270. this.PerformLayout();
  271. }
  272. #endregion
  273. private CustomControl.ValueLabel.ValueLabel valueLabel1;
  274. private System.Windows.Forms.TextBox textBox1;
  275. private CustomControl.ButtonUtil.NormalButton normalButton3;
  276. private CustomControl.ButtonUtil.NormalButton normalButton2;
  277. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  278. private System.Windows.Forms.DataGridView LabelDataGridView;
  279. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  280. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  281. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  282. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  284. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  286. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  288. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  289. private System.Windows.Forms.DataGridViewTextBoxColumn 原材料SN;
  290. private System.Windows.Forms.DataGridViewTextBoxColumn 型号;
  291. private System.Windows.Forms.DataGridViewTextBoxColumn 触摸型号;
  292. private System.Windows.Forms.DataGridViewTextBoxColumn SOC;
  293. private System.Windows.Forms.DataGridViewTextBoxColumn WIFI;
  294. private System.Windows.Forms.DataGridViewTextBoxColumn GSensor;
  295. private System.Windows.Forms.DataGridViewTextBoxColumn EMMC;
  296. private System.Windows.Forms.DataGridViewTextBoxColumn DDR;
  297. private System.Windows.Forms.DataGridViewTextBoxColumn MFI;
  298. }
  299. }