CraftAutoPeopleFrm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace Core.StlMes.Client.SaleOrder.ReviewForm
  2. {
  3. partial class CraftAutoPeopleFrm
  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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  34. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  36. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  38. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  39. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CraftAutoPeopleFrm));
  40. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  41. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  42. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  43. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  44. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  45. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // ultraToolbarsManager1
  49. //
  50. this.ultraToolbarsManager1.DesignerFlags = 1;
  51. this.ultraToolbarsManager1.DockWithinContainer = this;
  52. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  53. ultraToolbar1.DockedColumn = 0;
  54. ultraToolbar1.DockedRow = 0;
  55. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  56. buttonTool1,
  57. buttonTool2,
  58. buttonTool3});
  59. ultraToolbar1.Text = "UltraToolbar1";
  60. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  61. ultraToolbar1});
  62. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  63. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  64. buttonTool4.SharedPropsInternal.Caption = "查询";
  65. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  66. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  67. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  68. buttonTool5.SharedPropsInternal.Caption = "确认";
  69. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  70. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  71. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  72. buttonTool6.SharedPropsInternal.Caption = "关闭";
  73. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  74. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  75. buttonTool4,
  76. buttonTool5,
  77. buttonTool6});
  78. this.ultraToolbarsManager1.Visible = false;
  79. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  80. //
  81. // _FrmBase_Toolbars_Dock_Area_Left
  82. //
  83. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  84. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  85. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  86. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  87. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  88. this._FrmBase_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  89. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  90. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 424);
  91. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  92. //
  93. // _FrmBase_Toolbars_Dock_Area_Right
  94. //
  95. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  96. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  97. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  98. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  99. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1083, 28);
  100. this._FrmBase_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  101. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  102. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 424);
  103. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  104. //
  105. // _FrmBase_Toolbars_Dock_Area_Top
  106. //
  107. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  108. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  109. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  110. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  111. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  112. this._FrmBase_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  113. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  114. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1083, 28);
  115. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  116. //
  117. // _FrmBase_Toolbars_Dock_Area_Bottom
  118. //
  119. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  120. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  121. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  122. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  123. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 452);
  124. this._FrmBase_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  125. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  126. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1083, 0);
  127. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  128. //
  129. // CraftAutoPeopleFrm
  130. //
  131. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  132. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  133. this.ClientSize = new System.Drawing.Size(1083, 452);
  134. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  135. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  136. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  137. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  138. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  139. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  140. this.Name = "CraftAutoPeopleFrm";
  141. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  142. this.Text = "指定审核、审批人";
  143. this.Load += new System.EventHandler(this.CraftAutoPeopleFrm_Load);
  144. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  145. this.ResumeLayout(false);
  146. }
  147. #endregion
  148. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  149. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  150. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  151. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  152. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  153. }
  154. }