BadItem.Designer.cs 9.0 KB

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