BadSn.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. this.Data = new System.Windows.Forms.DataGridView();
  29. this.mb_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30. this.st_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.mb_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.mb_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.mb_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. ((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // Data
  39. //
  40. this.Data.AllowUserToAddRows = false;
  41. this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  42. this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  43. this.mb_makecode,
  44. this.st_name,
  45. this.mb_sncode,
  46. this.mb_badname,
  47. this.em_name,
  48. this.mb_indate});
  49. this.Data.Location = new System.Drawing.Point(9, 21);
  50. this.Data.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  51. this.Data.Name = "Data";
  52. this.Data.RowTemplate.Height = 37;
  53. this.Data.Size = new System.Drawing.Size(1280, 832);
  54. this.Data.TabIndex = 221;
  55. //
  56. // mb_makecode
  57. //
  58. this.mb_makecode.DataPropertyName = "mb_makecode";
  59. this.mb_makecode.HeaderText = "工单";
  60. this.mb_makecode.Name = "mb_makecode";
  61. //
  62. // st_name
  63. //
  64. this.st_name.DataPropertyName = "st_name";
  65. this.st_name.HeaderText = "工序";
  66. this.st_name.Name = "st_name";
  67. //
  68. // mb_sncode
  69. //
  70. this.mb_sncode.DataPropertyName = "mb_sncode";
  71. this.mb_sncode.HeaderText = "SN";
  72. this.mb_sncode.Name = "mb_sncode";
  73. //
  74. // mb_badname
  75. //
  76. this.mb_badname.DataPropertyName = "mb_badname";
  77. this.mb_badname.HeaderText = "不良";
  78. this.mb_badname.Name = "mb_badname";
  79. //
  80. // em_name
  81. //
  82. this.em_name.DataPropertyName = "em_name";
  83. this.em_name.HeaderText = "录入人";
  84. this.em_name.Name = "em_name";
  85. //
  86. // mb_indate
  87. //
  88. this.mb_indate.DataPropertyName = "mb_indate";
  89. this.mb_indate.HeaderText = "录入时间";
  90. this.mb_indate.Name = "mb_indate";
  91. //
  92. // BadSn
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(1298, 862);
  97. this.Controls.Add(this.Data);
  98. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  99. this.Name = "BadSn";
  100. this.Text = "不良代码数据";
  101. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  102. this.Load += new System.EventHandler(this.BadItem_Load);
  103. this.SizeChanged += new System.EventHandler(this.BadItem_SizeChanged);
  104. ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
  105. this.ResumeLayout(false);
  106. }
  107. #endregion
  108. private System.Windows.Forms.DataGridView Data;
  109. private System.Windows.Forms.DataGridViewTextBoxColumn mb_makecode;
  110. private System.Windows.Forms.DataGridViewTextBoxColumn st_name;
  111. private System.Windows.Forms.DataGridViewTextBoxColumn mb_sncode;
  112. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
  113. private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
  114. private System.Windows.Forms.DataGridViewTextBoxColumn mb_indate;
  115. }
  116. }