Warehouse_ProdDetail.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.getqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.ungetqty = 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.pd_prodcode,
  54. this.pr_detail,
  55. this.outqty,
  56. this.getqty,
  57. this.ungetqty});
  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. // pd_prodcode
  66. //
  67. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  68. this.pd_prodcode.HeaderText = "产品代码";
  69. this.pd_prodcode.MinimumWidth = 120;
  70. this.pd_prodcode.Name = "pd_prodcode";
  71. this.pd_prodcode.Width = 120;
  72. //
  73. // pr_detail
  74. //
  75. this.pr_detail.DataPropertyName = "pr_detail";
  76. this.pr_detail.HeaderText = "产品名称";
  77. this.pr_detail.Name = "pr_detail";
  78. //
  79. // outqty
  80. //
  81. this.outqty.DataPropertyName = "outqty";
  82. this.outqty.HeaderText = "出货数";
  83. this.outqty.Name = "outqty";
  84. //
  85. // getqty
  86. //
  87. this.getqty.DataPropertyName = "getqty";
  88. this.getqty.HeaderText = "已采集数";
  89. this.getqty.Name = "getqty";
  90. //
  91. // ungetqty
  92. //
  93. this.ungetqty.HeaderText = "未采集数";
  94. this.ungetqty.Name = "ungetqty";
  95. //
  96. // Warehouse_ProdDetail
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(621, 420);
  101. this.Controls.Add(this.InOutDetailDGV);
  102. this.Controls.Add(this.headBar1);
  103. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  104. this.Margin = new System.Windows.Forms.Padding(2);
  105. this.Name = "Warehouse_ProdDetail";
  106. this.Text = "Warehouse_ProdDetail";
  107. this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load);
  108. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
  109. this.ResumeLayout(false);
  110. }
  111. #endregion
  112. private CustomControl.HeadBar headBar1;
  113. private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
  114. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  115. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  116. private System.Windows.Forms.DataGridViewTextBoxColumn outqty;
  117. private System.Windows.Forms.DataGridViewTextBoxColumn getqty;
  118. private System.Windows.Forms.DataGridViewTextBoxColumn ungetqty;
  119. }
  120. }