BadItem.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.dataGridViewLinkColumn1 = new System.Windows.Forms.DataGridViewLinkColumn();
  33. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  36. this.normalButton1 = 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. //
  70. // dataGridViewTextBoxColumn2
  71. //
  72. this.dataGridViewTextBoxColumn2.DataPropertyName = "mb_badname";
  73. this.dataGridViewTextBoxColumn2.HeaderText = "不良";
  74. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  75. //
  76. // dataGridViewLinkColumn1
  77. //
  78. this.dataGridViewLinkColumn1.DataPropertyName = "times";
  79. this.dataGridViewLinkColumn1.HeaderText = "出现次数";
  80. this.dataGridViewLinkColumn1.Name = "dataGridViewLinkColumn1";
  81. this.dataGridViewLinkColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  82. this.dataGridViewLinkColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  83. //
  84. // dataGridViewTextBoxColumn3
  85. //
  86. this.dataGridViewTextBoxColumn3.DataPropertyName = "sums";
  87. this.dataGridViewTextBoxColumn3.HeaderText = "合计";
  88. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  89. //
  90. // dataGridViewTextBoxColumn4
  91. //
  92. this.dataGridViewTextBoxColumn4.DataPropertyName = "rate";
  93. this.dataGridViewTextBoxColumn4.HeaderText = "占比";
  94. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  95. //
  96. // normalButton1
  97. //
  98. this.normalButton1.AllPower = null;
  99. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  100. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  101. this.normalButton1.Image = null;
  102. this.normalButton1.IsShowBorder = true;
  103. this.normalButton1.Location = new System.Drawing.Point(9, 1);
  104. this.normalButton1.Margin = new System.Windows.Forms.Padding(4);
  105. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  106. this.normalButton1.Name = "normalButton1";
  107. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  108. this.normalButton1.Power = null;
  109. this.normalButton1.Size = new System.Drawing.Size(92, 36);
  110. this.normalButton1.TabIndex = 225;
  111. this.normalButton1.Text = "导出";
  112. this.normalButton1.UseVisualStyleBackColor = false;
  113. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  114. //
  115. // detno
  116. //
  117. this.detno.DataPropertyName = "detno";
  118. this.detno.HeaderText = "detno";
  119. this.detno.Name = "detno";
  120. this.detno.Visible = false;
  121. this.detno.Width = 5;
  122. //
  123. // mb_badname
  124. //
  125. this.mb_badname.DataPropertyName = "mb_badname";
  126. this.mb_badname.HeaderText = "不良";
  127. this.mb_badname.Name = "mb_badname";
  128. //
  129. // times
  130. //
  131. this.times.DataPropertyName = "times";
  132. this.times.HeaderText = "出现次数";
  133. this.times.Name = "times";
  134. this.times.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  135. this.times.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  136. //
  137. // sums
  138. //
  139. this.sums.DataPropertyName = "sums";
  140. this.sums.HeaderText = "合计";
  141. this.sums.Name = "sums";
  142. //
  143. // rate
  144. //
  145. this.rate.DataPropertyName = "rate";
  146. this.rate.HeaderText = "占比";
  147. this.rate.Name = "rate";
  148. //
  149. // BadItem
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(1298, 862);
  154. this.Controls.Add(this.normalButton1);
  155. this.Controls.Add(this.Data);
  156. this.Margin = new System.Windows.Forms.Padding(2);
  157. this.Name = "BadItem";
  158. this.Text = "不良代码数据";
  159. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  160. this.Load += new System.EventHandler(this.BadItem_Load);
  161. this.SizeChanged += new System.EventHandler(this.BadItem_SizeChanged);
  162. ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
  163. this.ResumeLayout(false);
  164. }
  165. #endregion
  166. private System.Windows.Forms.DataGridView Data;
  167. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  168. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  169. private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
  170. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  171. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  172. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  173. private CustomControl.ButtonUtil.NormalButton normalButton1;
  174. private System.Windows.Forms.DataGridViewTextBoxColumn detno;
  175. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
  176. private System.Windows.Forms.DataGridViewLinkColumn times;
  177. private System.Windows.Forms.DataGridViewTextBoxColumn sums;
  178. private System.Windows.Forms.DataGridViewTextBoxColumn rate;
  179. }
  180. }