InventoryAdjustment.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. namespace Core.StlMes.Client.PlnSaleOrd.InventoryAdjustment
  2. {
  3. partial class InventoryAdjustment
  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.ugpMain = new Infragistics.Win.Misc.UltraGroupBox();
  29. this.sp1 = new System.Windows.Forms.SplitContainer();
  30. this.ugOrderInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  31. this.ugbStovePlan = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  32. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  33. this.ugStovePlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
  34. ((System.ComponentModel.ISupportInitialize)(this.ugpMain)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.sp1)).BeginInit();
  36. this.sp1.Panel1.SuspendLayout();
  37. this.sp1.Panel2.SuspendLayout();
  38. this.sp1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.ugOrderInfo)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.ugbStovePlan)).BeginInit();
  41. this.ugbStovePlan.SuspendLayout();
  42. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.ugStovePlan)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // ugpMain
  47. //
  48. this.ugpMain.Dock = System.Windows.Forms.DockStyle.Top;
  49. this.ugpMain.Location = new System.Drawing.Point(0, 0);
  50. this.ugpMain.Name = "ugpMain";
  51. this.ugpMain.Size = new System.Drawing.Size(967, 29);
  52. this.ugpMain.TabIndex = 3;
  53. //
  54. // sp1
  55. //
  56. this.sp1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.sp1.Location = new System.Drawing.Point(0, 29);
  58. this.sp1.Name = "sp1";
  59. this.sp1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  60. //
  61. // sp1.Panel1
  62. //
  63. this.sp1.Panel1.Controls.Add(this.ugOrderInfo);
  64. //
  65. // sp1.Panel2
  66. //
  67. this.sp1.Panel2.Controls.Add(this.ugbStovePlan);
  68. this.sp1.Size = new System.Drawing.Size(967, 453);
  69. this.sp1.SplitterDistance = 332;
  70. this.sp1.TabIndex = 5;
  71. //
  72. // ugOrderInfo
  73. //
  74. this.ugOrderInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.ugOrderInfo.Location = new System.Drawing.Point(0, 0);
  76. this.ugOrderInfo.Name = "ugOrderInfo";
  77. this.ugOrderInfo.Size = new System.Drawing.Size(967, 332);
  78. this.ugOrderInfo.TabIndex = 0;
  79. //
  80. // ugbStovePlan
  81. //
  82. this.ugbStovePlan.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  83. this.ugbStovePlan.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.ugbStovePlan.ExpandedSize = new System.Drawing.Size(967, 117);
  85. this.ugbStovePlan.Location = new System.Drawing.Point(0, 0);
  86. this.ugbStovePlan.Name = "ugbStovePlan";
  87. this.ugbStovePlan.Size = new System.Drawing.Size(967, 117);
  88. this.ugbStovePlan.TabIndex = 2;
  89. this.ugbStovePlan.Text = "炉计划";
  90. this.ugbStovePlan.ExpandedStateChanged += new System.EventHandler(this.ugbStovePlan_ExpandedStateChanged);
  91. //
  92. // ultraExpandableGroupBoxPanel1
  93. //
  94. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ugStovePlan);
  95. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  97. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  98. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(961, 95);
  99. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  100. //
  101. // ugStovePlan
  102. //
  103. this.ugStovePlan.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.ugStovePlan.Location = new System.Drawing.Point(0, 0);
  105. this.ugStovePlan.Name = "ugStovePlan";
  106. this.ugStovePlan.Size = new System.Drawing.Size(961, 95);
  107. this.ugStovePlan.TabIndex = 1;
  108. //
  109. // InventoryAdjustment
  110. //
  111. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  113. this.ClientSize = new System.Drawing.Size(967, 482);
  114. this.Controls.Add(this.sp1);
  115. this.Controls.Add(this.ugpMain);
  116. this.Name = "InventoryAdjustment";
  117. this.Text = "利库";
  118. ((System.ComponentModel.ISupportInitialize)(this.ugpMain)).EndInit();
  119. this.sp1.Panel1.ResumeLayout(false);
  120. this.sp1.Panel2.ResumeLayout(false);
  121. ((System.ComponentModel.ISupportInitialize)(this.sp1)).EndInit();
  122. this.sp1.ResumeLayout(false);
  123. ((System.ComponentModel.ISupportInitialize)(this.ugOrderInfo)).EndInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.ugbStovePlan)).EndInit();
  125. this.ugbStovePlan.ResumeLayout(false);
  126. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  127. ((System.ComponentModel.ISupportInitialize)(this.ugStovePlan)).EndInit();
  128. this.ResumeLayout(false);
  129. }
  130. #endregion
  131. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  132. protected Infragistics.Win.Misc.UltraGroupBox ugpMain;
  133. protected System.Windows.Forms.SplitContainer sp1;
  134. protected Infragistics.Win.Misc.UltraExpandableGroupBox ugbStovePlan;
  135. protected Infragistics.Win.UltraWinGrid.UltraGrid ugOrderInfo;
  136. protected Infragistics.Win.UltraWinGrid.UltraGrid ugStovePlan;
  137. }
  138. }