CraftNamePopup.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class CraftNamePopup
  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.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance13 = 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. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CraftNamePopup));
  36. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  39. this.listBox1 = new System.Windows.Forms.ListBox();
  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. // ultraLabel1
  49. //
  50. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  51. appearance1.TextVAlignAsString = "Middle";
  52. this.ultraLabel1.Appearance = appearance1;
  53. this.ultraLabel1.Location = new System.Drawing.Point(-4, 29);
  54. this.ultraLabel1.Name = "ultraLabel1";
  55. this.ultraLabel1.Size = new System.Drawing.Size(275, 23);
  56. this.ultraLabel1.TabIndex = 6;
  57. this.ultraLabel1.Text = " 部门科室";
  58. //
  59. // panel1
  60. //
  61. this.panel1.Location = new System.Drawing.Point(2, 54);
  62. this.panel1.Name = "panel1";
  63. this.panel1.Size = new System.Drawing.Size(269, 303);
  64. this.panel1.TabIndex = 7;
  65. //
  66. // ultraLabel2
  67. //
  68. appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  69. appearance13.TextVAlignAsString = "Middle";
  70. this.ultraLabel2.Appearance = appearance13;
  71. this.ultraLabel2.Location = new System.Drawing.Point(275, 30);
  72. this.ultraLabel2.Name = "ultraLabel2";
  73. this.ultraLabel2.Size = new System.Drawing.Size(146, 23);
  74. this.ultraLabel2.TabIndex = 8;
  75. this.ultraLabel2.Text = " 成员";
  76. //
  77. // listBox1
  78. //
  79. this.listBox1.FormattingEnabled = true;
  80. this.listBox1.ItemHeight = 12;
  81. this.listBox1.Location = new System.Drawing.Point(275, 54);
  82. this.listBox1.Name = "listBox1";
  83. this.listBox1.Size = new System.Drawing.Size(146, 304);
  84. this.listBox1.TabIndex = 10;
  85. //
  86. // ultraToolbarsManager1
  87. //
  88. this.ultraToolbarsManager1.DesignerFlags = 1;
  89. this.ultraToolbarsManager1.DockWithinContainer = this;
  90. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  91. ultraToolbar1.DockedColumn = 0;
  92. ultraToolbar1.DockedRow = 0;
  93. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  94. buttonTool1});
  95. ultraToolbar1.Text = "UltraToolbar1";
  96. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  97. ultraToolbar1});
  98. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  99. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  100. buttonTool2.SharedPropsInternal.Caption = "指派";
  101. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  102. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  103. buttonTool2});
  104. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  105. //
  106. // _FrmBase_Toolbars_Dock_Area_Left
  107. //
  108. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  109. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  110. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  111. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  112. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  113. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  114. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 334);
  115. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  116. //
  117. // _FrmBase_Toolbars_Dock_Area_Right
  118. //
  119. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  120. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  121. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  122. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  123. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(422, 24);
  124. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  125. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 334);
  126. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  127. //
  128. // _FrmBase_Toolbars_Dock_Area_Top
  129. //
  130. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  131. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  132. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  133. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  134. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  135. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  136. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(422, 24);
  137. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  138. //
  139. // _FrmBase_Toolbars_Dock_Area_Bottom
  140. //
  141. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  142. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  143. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  144. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  145. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 358);
  146. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  147. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(422, 0);
  148. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  149. //
  150. // CraftNamePopup
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.ClientSize = new System.Drawing.Size(422, 358);
  155. this.Controls.Add(this.listBox1);
  156. this.Controls.Add(this.ultraLabel2);
  157. this.Controls.Add(this.panel1);
  158. this.Controls.Add(this.ultraLabel1);
  159. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  160. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  161. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  162. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  163. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  164. this.MaximizeBox = false;
  165. this.MaximumSize = new System.Drawing.Size(438, 397);
  166. this.MinimizeBox = false;
  167. this.MinimumSize = new System.Drawing.Size(438, 397);
  168. this.Name = "CraftNamePopup";
  169. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  170. this.Text = "指派工艺负责人";
  171. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  176. private System.Windows.Forms.Panel panel1;
  177. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  178. private System.Windows.Forms.ListBox listBox1;
  179. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  180. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  181. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  182. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  183. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  184. }
  185. }