PopupCraftReview.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class PopupCraftReview
  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.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupCraftReview));
  35. this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this._panel2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  40. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  41. this._panel2_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  42. this._panel2_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  43. this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  44. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
  45. this.splitContainer1.Panel1.SuspendLayout();
  46. this.splitContainer1.Panel2.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. this.panel2.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // ultraTree1
  53. //
  54. this.ultraTree1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  55. this.ultraTree1.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
  56. this.ultraTree1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.ultraTree1.HideSelection = false;
  58. this.ultraTree1.ImageTransparentColor = System.Drawing.Color.Transparent;
  59. this.ultraTree1.Location = new System.Drawing.Point(0, 0);
  60. this.ultraTree1.Name = "ultraTree1";
  61. this.ultraTree1.NodeConnectorColor = System.Drawing.SystemColors.ControlDark;
  62. this.ultraTree1.NodeConnectorStyle = Infragistics.Win.UltraWinTree.NodeConnectorStyle.Dotted;
  63. appearance2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  64. _override1.NodeAppearance = appearance2;
  65. this.ultraTree1.Override = _override1;
  66. this.ultraTree1.Size = new System.Drawing.Size(287, 572);
  67. this.ultraTree1.TabIndex = 0;
  68. this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
  69. //
  70. // panel1
  71. //
  72. this.panel1.AutoScroll = true;
  73. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.panel1.Location = new System.Drawing.Point(0, 0);
  75. this.panel1.Name = "panel1";
  76. this.panel1.Size = new System.Drawing.Size(816, 572);
  77. this.panel1.TabIndex = 1;
  78. //
  79. // splitContainer1
  80. //
  81. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.splitContainer1.Location = new System.Drawing.Point(0, 24);
  83. this.splitContainer1.Name = "splitContainer1";
  84. //
  85. // splitContainer1.Panel1
  86. //
  87. this.splitContainer1.Panel1.Controls.Add(this.ultraTree1);
  88. //
  89. // splitContainer1.Panel2
  90. //
  91. this.splitContainer1.Panel2.Controls.Add(this.panel1);
  92. this.splitContainer1.Size = new System.Drawing.Size(1107, 572);
  93. this.splitContainer1.SplitterDistance = 287;
  94. this.splitContainer1.TabIndex = 2;
  95. //
  96. // panel2
  97. //
  98. this.panel2.Controls.Add(this.splitContainer1);
  99. this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
  100. this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
  101. this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
  102. this.panel2.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
  103. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.panel2.Location = new System.Drawing.Point(0, 0);
  105. this.panel2.Name = "panel2";
  106. this.panel2.Size = new System.Drawing.Size(1107, 596);
  107. this.panel2.TabIndex = 3;
  108. //
  109. // _panel2_Toolbars_Dock_Area_Left
  110. //
  111. this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  112. this._panel2_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  113. this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  114. this._panel2_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  115. this._panel2_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  116. this._panel2_Toolbars_Dock_Area_Left.Name = "_panel2_Toolbars_Dock_Area_Left";
  117. this._panel2_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 572);
  118. this._panel2_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  119. //
  120. // ultraToolbarsManager1
  121. //
  122. this.ultraToolbarsManager1.DesignerFlags = 1;
  123. this.ultraToolbarsManager1.DockWithinContainer = this.panel2;
  124. ultraToolbar1.DockedColumn = 0;
  125. ultraToolbar1.DockedRow = 0;
  126. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  127. buttonTool1});
  128. ultraToolbar1.Text = "UltraToolbar1";
  129. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  130. ultraToolbar1});
  131. buttonTool2.SharedPropsInternal.Caption = "查询";
  132. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  133. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  134. buttonTool2});
  135. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  136. //
  137. // _panel2_Toolbars_Dock_Area_Right
  138. //
  139. this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  140. this._panel2_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  141. this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  142. this._panel2_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  143. this._panel2_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1107, 24);
  144. this._panel2_Toolbars_Dock_Area_Right.Name = "_panel2_Toolbars_Dock_Area_Right";
  145. this._panel2_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 572);
  146. this._panel2_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  147. //
  148. // _panel2_Toolbars_Dock_Area_Top
  149. //
  150. this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  151. this._panel2_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  152. this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  153. this._panel2_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  154. this._panel2_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  155. this._panel2_Toolbars_Dock_Area_Top.Name = "_panel2_Toolbars_Dock_Area_Top";
  156. this._panel2_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1107, 24);
  157. this._panel2_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  158. //
  159. // _panel2_Toolbars_Dock_Area_Bottom
  160. //
  161. this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  162. this._panel2_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  163. this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  164. this._panel2_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  165. this._panel2_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 596);
  166. this._panel2_Toolbars_Dock_Area_Bottom.Name = "_panel2_Toolbars_Dock_Area_Bottom";
  167. this._panel2_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1107, 0);
  168. this._panel2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  169. //
  170. // PopupCraftReview
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.ClientSize = new System.Drawing.Size(1107, 596);
  175. this.Controls.Add(this.panel2);
  176. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  177. this.Name = "PopupCraftReview";
  178. this.Text = "内控工艺";
  179. ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
  180. this.splitContainer1.Panel1.ResumeLayout(false);
  181. this.splitContainer1.Panel2.ResumeLayout(false);
  182. this.splitContainer1.ResumeLayout(false);
  183. this.panel2.ResumeLayout(false);
  184. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  185. this.ResumeLayout(false);
  186. }
  187. #endregion
  188. private Infragistics.Win.UltraWinTree.UltraTree ultraTree1;
  189. private System.Windows.Forms.Panel panel1;
  190. private System.Windows.Forms.SplitContainer splitContainer1;
  191. private System.Windows.Forms.Panel panel2;
  192. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel2_Toolbars_Dock_Area_Left;
  193. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  194. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel2_Toolbars_Dock_Area_Right;
  195. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel2_Toolbars_Dock_Area_Top;
  196. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel2_Toolbars_Dock_Area_Bottom;
  197. }
  198. }