BadSn.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class BadSn
  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(BadSn));
  29. this.Data = new System.Windows.Forms.DataGridView();
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.mb_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.st_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.mb_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.mb_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.mb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. ((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // Data
  48. //
  49. this.Data.AllowUserToAddRows = false;
  50. this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  51. this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  52. this.mb_makecode,
  53. this.st_name,
  54. this.mb_sncode,
  55. this.mb_badname,
  56. this.em_name,
  57. this.mb_indate});
  58. this.Data.Location = new System.Drawing.Point(9, 50);
  59. this.Data.Margin = new System.Windows.Forms.Padding(2);
  60. this.Data.Name = "Data";
  61. this.Data.RowTemplate.Height = 37;
  62. this.Data.Size = new System.Drawing.Size(1280, 803);
  63. this.Data.TabIndex = 221;
  64. //
  65. // dataGridViewTextBoxColumn1
  66. //
  67. this.dataGridViewTextBoxColumn1.DataPropertyName = "mb_makecode";
  68. this.dataGridViewTextBoxColumn1.HeaderText = "工单";
  69. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  70. //
  71. // dataGridViewTextBoxColumn2
  72. //
  73. this.dataGridViewTextBoxColumn2.DataPropertyName = "st_name";
  74. this.dataGridViewTextBoxColumn2.HeaderText = "工序";
  75. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  76. //
  77. // dataGridViewTextBoxColumn3
  78. //
  79. this.dataGridViewTextBoxColumn3.DataPropertyName = "mb_sncode";
  80. this.dataGridViewTextBoxColumn3.HeaderText = "SN";
  81. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  82. //
  83. // dataGridViewTextBoxColumn4
  84. //
  85. this.dataGridViewTextBoxColumn4.DataPropertyName = "mb_badname";
  86. this.dataGridViewTextBoxColumn4.HeaderText = "不良";
  87. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  88. //
  89. // dataGridViewTextBoxColumn5
  90. //
  91. this.dataGridViewTextBoxColumn5.DataPropertyName = "em_name";
  92. this.dataGridViewTextBoxColumn5.HeaderText = "录入人";
  93. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  94. //
  95. // dataGridViewTextBoxColumn6
  96. //
  97. this.dataGridViewTextBoxColumn6.DataPropertyName = "mb_indate";
  98. this.dataGridViewTextBoxColumn6.HeaderText = "录入时间";
  99. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  100. //
  101. // normalButton1
  102. //
  103. this.normalButton1.AllPower = null;
  104. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  105. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  106. this.normalButton1.Image = null;
  107. this.normalButton1.IsShowBorder = true;
  108. this.normalButton1.Location = new System.Drawing.Point(13, 8);
  109. this.normalButton1.Margin = new System.Windows.Forms.Padding(4);
  110. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  111. this.normalButton1.Name = "normalButton1";
  112. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  113. this.normalButton1.Power = null;
  114. this.normalButton1.Size = new System.Drawing.Size(92, 36);
  115. this.normalButton1.TabIndex = 226;
  116. this.normalButton1.Tag = "non";
  117. this.normalButton1.Text = "导出";
  118. this.normalButton1.UseVisualStyleBackColor = false;
  119. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  120. //
  121. // mb_makecode
  122. //
  123. this.mb_makecode.DataPropertyName = "mb_makecode";
  124. this.mb_makecode.HeaderText = "工单";
  125. this.mb_makecode.Name = "mb_makecode";
  126. //
  127. // st_name
  128. //
  129. this.st_name.DataPropertyName = "st_name";
  130. this.st_name.HeaderText = "工序";
  131. this.st_name.Name = "st_name";
  132. //
  133. // mb_sncode
  134. //
  135. this.mb_sncode.DataPropertyName = "mb_sncode";
  136. this.mb_sncode.HeaderText = "SN";
  137. this.mb_sncode.Name = "mb_sncode";
  138. //
  139. // mb_badname
  140. //
  141. this.mb_badname.DataPropertyName = "mb_badname";
  142. this.mb_badname.HeaderText = "不良";
  143. this.mb_badname.Name = "mb_badname";
  144. //
  145. // em_name
  146. //
  147. this.em_name.DataPropertyName = "em_name";
  148. this.em_name.HeaderText = "录入人";
  149. this.em_name.Name = "em_name";
  150. //
  151. // mb_indate
  152. //
  153. this.mb_indate.DataPropertyName = "mb_indate";
  154. this.mb_indate.HeaderText = "录入时间";
  155. this.mb_indate.Name = "mb_indate";
  156. //
  157. // BadSn
  158. //
  159. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  160. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  161. this.ClientSize = new System.Drawing.Size(1298, 862);
  162. this.Controls.Add(this.normalButton1);
  163. this.Controls.Add(this.Data);
  164. this.Margin = new System.Windows.Forms.Padding(2);
  165. this.Name = "BadSn";
  166. this.Tag = "non";
  167. this.Text = "不良代码数据";
  168. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  169. this.Load += new System.EventHandler(this.BadItem_Load);
  170. this.SizeChanged += new System.EventHandler(this.BadItem_SizeChanged);
  171. ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. private System.Windows.Forms.DataGridView Data;
  176. private System.Windows.Forms.DataGridViewTextBoxColumn mb_makecode;
  177. private System.Windows.Forms.DataGridViewTextBoxColumn st_name;
  178. private System.Windows.Forms.DataGridViewTextBoxColumn mb_sncode;
  179. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
  180. private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
  181. private System.Windows.Forms.DataGridViewTextBoxColumn mb_indate;
  182. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  183. private CustomControl.ButtonUtil.NormalButton normalButton1;
  184. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  185. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  186. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  187. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  188. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  189. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  190. }
  191. }