Query_BadSearch.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_BadSearch
  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. this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  29. this.BatchProductDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  30. this.msd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.msd_msid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.msd_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.msd_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.msd_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
  36. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // headBar1
  40. //
  41. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  42. this.headBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  43. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  44. this.headBar1.Location = new System.Drawing.Point(0, 0);
  45. this.headBar1.Margin = new System.Windows.Forms.Padding(6);
  46. this.headBar1.Name = "headBar1";
  47. this.headBar1.Size = new System.Drawing.Size(929, 47);
  48. this.headBar1.TabIndex = 0;
  49. this.headBar1.Title = null;
  50. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  51. //
  52. // BatchProductDGV
  53. //
  54. this.BatchProductDGV.AllowUserToAddRows = false;
  55. this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  56. this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  57. this.msd_id,
  58. this.msd_msid,
  59. this.msd_badname,
  60. this.msd_qty,
  61. this.msd_indate,
  62. this.DeleteRow});
  63. this.BatchProductDGV.EnableContentClick = true;
  64. this.BatchProductDGV.Location = new System.Drawing.Point(13, 57);
  65. this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4);
  66. this.BatchProductDGV.Name = "BatchProductDGV";
  67. this.BatchProductDGV.RowTemplate.Height = 23;
  68. this.BatchProductDGV.Size = new System.Drawing.Size(894, 560);
  69. this.BatchProductDGV.TabIndex = 175;
  70. this.BatchProductDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellContentClick66);
  71. //
  72. // msd_id
  73. //
  74. this.msd_id.DataPropertyName = "msd_id";
  75. this.msd_id.HeaderText = "ID";
  76. this.msd_id.Name = "msd_id";
  77. this.msd_id.Visible = false;
  78. //
  79. // msd_msid
  80. //
  81. this.msd_msid.DataPropertyName = "msd_msid";
  82. this.msd_msid.HeaderText = "";
  83. this.msd_msid.Name = "msd_msid";
  84. this.msd_msid.ReadOnly = true;
  85. this.msd_msid.Visible = false;
  86. //
  87. // msd_badname
  88. //
  89. this.msd_badname.DataPropertyName = "msd_badname";
  90. this.msd_badname.HeaderText = "不良现象";
  91. this.msd_badname.Name = "msd_badname";
  92. this.msd_badname.ReadOnly = true;
  93. //
  94. // msd_qty
  95. //
  96. this.msd_qty.DataPropertyName = "msd_qty";
  97. this.msd_qty.HeaderText = "不良数";
  98. this.msd_qty.Name = "msd_qty";
  99. this.msd_qty.ReadOnly = true;
  100. //
  101. // msd_indate
  102. //
  103. this.msd_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  104. this.msd_indate.DataPropertyName = "msd_indate";
  105. this.msd_indate.HeaderText = "录入时间";
  106. this.msd_indate.MinimumWidth = 150;
  107. this.msd_indate.Name = "msd_indate";
  108. this.msd_indate.ReadOnly = true;
  109. this.msd_indate.Width = 150;
  110. //
  111. // DeleteRow
  112. //
  113. this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  114. this.DeleteRow.HeaderText = "删除";
  115. this.DeleteRow.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  116. this.DeleteRow.Name = "DeleteRow";
  117. //
  118. // Query_BadSearch
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(929, 630);
  123. this.Controls.Add(this.BatchProductDGV);
  124. this.Controls.Add(this.headBar1);
  125. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  126. this.Margin = new System.Windows.Forms.Padding(3);
  127. this.Name = "Query_BadSearch";
  128. this.Tag = "ShowDialogWindow";
  129. this.Text = "Query_BadSearch";
  130. this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load);
  131. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
  132. this.ResumeLayout(false);
  133. }
  134. #endregion
  135. private CustomControl.HeadBar headBar1;
  136. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
  137. private System.Windows.Forms.DataGridViewTextBoxColumn msd_id;
  138. private System.Windows.Forms.DataGridViewTextBoxColumn msd_msid;
  139. private System.Windows.Forms.DataGridViewTextBoxColumn msd_badname;
  140. private System.Windows.Forms.DataGridViewTextBoxColumn msd_qty;
  141. private System.Windows.Forms.DataGridViewTextBoxColumn msd_indate;
  142. private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
  143. }
  144. }