Warehouse_ProdDetail.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. namespace UAS_MES_NEW.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_NEW.CustomControl.HeadBar();
  29. this.InOutDetailDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  30. this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.outqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.getqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.ungetqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).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, 6, 6, 6);
  46. this.headBar1.Name = "headBar1";
  47. this.headBar1.Size = new System.Drawing.Size(932, 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. // InOutDetailDGV
  53. //
  54. this.InOutDetailDGV.AllowUserToAddRows = false;
  55. this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  56. this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  57. this.pd_prodcode,
  58. this.pr_orispeccode,
  59. this.pr_detail,
  60. this.outqty,
  61. this.getqty,
  62. this.ungetqty});
  63. this.InOutDetailDGV.EnableContentClick = true;
  64. this.InOutDetailDGV.Location = new System.Drawing.Point(48, 56);
  65. this.InOutDetailDGV.Name = "InOutDetailDGV";
  66. this.InOutDetailDGV.RowTemplate.Height = 27;
  67. this.InOutDetailDGV.Size = new System.Drawing.Size(816, 536);
  68. this.InOutDetailDGV.TabIndex = 219;
  69. //
  70. // pd_prodcode
  71. //
  72. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  73. this.pd_prodcode.HeaderText = "产品代码";
  74. this.pd_prodcode.MinimumWidth = 80;
  75. this.pd_prodcode.Name = "pd_prodcode";
  76. this.pd_prodcode.ReadOnly = true;
  77. this.pd_prodcode.Width = 80;
  78. //
  79. // pr_orispeccode
  80. //
  81. this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
  82. this.pr_orispeccode.HeaderText = "型号";
  83. this.pr_orispeccode.MinimumWidth = 120;
  84. this.pr_orispeccode.Name = "pr_orispeccode";
  85. this.pr_orispeccode.ReadOnly = true;
  86. this.pr_orispeccode.Width = 120;
  87. //
  88. // pr_detail
  89. //
  90. this.pr_detail.DataPropertyName = "pr_detail";
  91. this.pr_detail.HeaderText = "产品名称";
  92. this.pr_detail.Name = "pr_detail";
  93. this.pr_detail.ReadOnly = true;
  94. //
  95. // outqty
  96. //
  97. this.outqty.DataPropertyName = "outqty";
  98. this.outqty.HeaderText = "出货数";
  99. this.outqty.Name = "outqty";
  100. this.outqty.ReadOnly = true;
  101. //
  102. // getqty
  103. //
  104. this.getqty.DataPropertyName = "getqty";
  105. this.getqty.HeaderText = "已采集数";
  106. this.getqty.Name = "getqty";
  107. this.getqty.ReadOnly = true;
  108. //
  109. // ungetqty
  110. //
  111. this.ungetqty.HeaderText = "未采集数";
  112. this.ungetqty.Name = "ungetqty";
  113. this.ungetqty.ReadOnly = true;
  114. //
  115. // Warehouse_ProdDetail
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(932, 630);
  120. this.Controls.Add(this.InOutDetailDGV);
  121. this.Controls.Add(this.headBar1);
  122. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  123. this.Margin = new System.Windows.Forms.Padding(3, 3, 3, 3);
  124. this.Name = "Warehouse_ProdDetail";
  125. this.Text = "Warehouse_ProdDetail";
  126. this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load);
  127. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
  128. this.ResumeLayout(false);
  129. }
  130. #endregion
  131. private CustomControl.HeadBar headBar1;
  132. private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
  133. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  134. private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
  135. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  136. private System.Windows.Forms.DataGridViewTextBoxColumn outqty;
  137. private System.Windows.Forms.DataGridViewTextBoxColumn getqty;
  138. private System.Windows.Forms.DataGridViewTextBoxColumn ungetqty;
  139. }
  140. }