Warehouse_ProdDetail.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace UAS_MES.Warehouse
  2. {
  3. partial class Warehouse_ProdDetail
  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.CustomControl.HeadBar();
  29. this.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  30. this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // headBar1
  39. //
  40. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  41. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  42. this.headBar1.Location = new System.Drawing.Point(0, 0);
  43. this.headBar1.Name = "headBar1";
  44. this.headBar1.Size = new System.Drawing.Size(621, 32);
  45. this.headBar1.TabIndex = 0;
  46. this.headBar1.Title = null;
  47. //
  48. // InOutDetailDGV
  49. //
  50. this.InOutDetailDGV.AllowUserToAddRows = false;
  51. this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  52. this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  53. this.pim_outboxcode,
  54. this.pim_mac,
  55. this.pim_prodcode,
  56. this.pr_detail,
  57. this.pr_spec});
  58. this.InOutDetailDGV.Location = new System.Drawing.Point(32, 37);
  59. this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(2);
  60. this.InOutDetailDGV.Name = "InOutDetailDGV";
  61. this.InOutDetailDGV.RowTemplate.Height = 27;
  62. this.InOutDetailDGV.Size = new System.Drawing.Size(544, 357);
  63. this.InOutDetailDGV.TabIndex = 219;
  64. //
  65. // pim_outboxcode
  66. //
  67. this.pim_outboxcode.HeaderText = "栈板/箱号";
  68. this.pim_outboxcode.MinimumWidth = 120;
  69. this.pim_outboxcode.Name = "pim_outboxcode";
  70. this.pim_outboxcode.Width = 120;
  71. //
  72. // pim_mac
  73. //
  74. this.pim_mac.HeaderText = "SN号";
  75. this.pim_mac.Name = "pim_mac";
  76. //
  77. // pim_prodcode
  78. //
  79. this.pim_prodcode.HeaderText = "产品代码";
  80. this.pim_prodcode.Name = "pim_prodcode";
  81. //
  82. // pr_detail
  83. //
  84. this.pr_detail.HeaderText = "名称";
  85. this.pr_detail.Name = "pr_detail";
  86. //
  87. // pr_spec
  88. //
  89. this.pr_spec.HeaderText = "规格";
  90. this.pr_spec.Name = "pr_spec";
  91. //
  92. // Warehouse_ProdDetail
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(621, 420);
  97. this.Controls.Add(this.InOutDetailDGV);
  98. this.Controls.Add(this.headBar1);
  99. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  100. this.Margin = new System.Windows.Forms.Padding(2);
  101. this.Name = "Warehouse_ProdDetail";
  102. this.Text = "Warehouse_ProdDetail";
  103. this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load);
  104. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
  105. this.ResumeLayout(false);
  106. }
  107. #endregion
  108. private CustomControl.HeadBar headBar1;
  109. private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
  110. private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
  111. private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
  112. private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
  113. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  114. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  115. }
  116. }