PopupProductManage.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class PopupProductManage
  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 buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("保存");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("作废");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("刷新");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  36. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("保存");
  38. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("作废");
  40. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  42. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("刷新");
  44. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  45. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupProductManage));
  46. this._PopupProductManage_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  47. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  48. this._PopupProductManage_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  49. this._PopupProductManage_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  50. this._PopupProductManage_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  51. this.panel1 = new System.Windows.Forms.Panel();
  52. this.panel2 = new System.Windows.Forms.Panel();
  53. this.btnDefault = new System.Windows.Forms.Button();
  54. this.btnCancel = new System.Windows.Forms.Button();
  55. this.btnSubMit = new System.Windows.Forms.Button();
  56. this.panel3 = new System.Windows.Forms.Panel();
  57. this.button2 = new System.Windows.Forms.Button();
  58. this.button3 = new System.Windows.Forms.Button();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  60. this.panel2.SuspendLayout();
  61. this.panel3.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // _PopupProductManage_Toolbars_Dock_Area_Left
  65. //
  66. this._PopupProductManage_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  67. this._PopupProductManage_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  68. this._PopupProductManage_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  69. this._PopupProductManage_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  70. this._PopupProductManage_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  71. this._PopupProductManage_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
  72. this._PopupProductManage_Toolbars_Dock_Area_Left.Name = "_PopupProductManage_Toolbars_Dock_Area_Left";
  73. this._PopupProductManage_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 525);
  74. this._PopupProductManage_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  75. //
  76. // ultraToolbarsManager1
  77. //
  78. this.ultraToolbarsManager1.DesignerFlags = 1;
  79. this.ultraToolbarsManager1.DockWithinContainer = this;
  80. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  81. ultraToolbar1.DockedColumn = 0;
  82. ultraToolbar1.DockedRow = 0;
  83. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  84. buttonTool1,
  85. buttonTool3,
  86. buttonTool4,
  87. buttonTool5,
  88. buttonTool6});
  89. ultraToolbar1.Text = "UltraToolbar1";
  90. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  91. ultraToolbar1});
  92. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  93. buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  94. buttonTool2.SharedPropsInternal.Caption = "查询";
  95. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  96. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  97. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  98. buttonTool7.SharedPropsInternal.Caption = "保存";
  99. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  100. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  101. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  102. buttonTool8.SharedPropsInternal.Caption = "作废";
  103. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  104. appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
  105. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
  106. buttonTool9.SharedPropsInternal.Caption = "恢复";
  107. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  108. appearance15.Image = ((object)(resources.GetObject("appearance15.Image")));
  109. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
  110. buttonTool10.SharedPropsInternal.Caption = "刷新";
  111. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  112. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  113. buttonTool2,
  114. buttonTool7,
  115. buttonTool8,
  116. buttonTool9,
  117. buttonTool10});
  118. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  119. //
  120. // _PopupProductManage_Toolbars_Dock_Area_Right
  121. //
  122. this._PopupProductManage_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  123. this._PopupProductManage_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  124. this._PopupProductManage_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  125. this._PopupProductManage_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  126. this._PopupProductManage_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1006, 28);
  127. this._PopupProductManage_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
  128. this._PopupProductManage_Toolbars_Dock_Area_Right.Name = "_PopupProductManage_Toolbars_Dock_Area_Right";
  129. this._PopupProductManage_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 525);
  130. this._PopupProductManage_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  131. //
  132. // _PopupProductManage_Toolbars_Dock_Area_Top
  133. //
  134. this._PopupProductManage_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  135. this._PopupProductManage_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  136. this._PopupProductManage_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  137. this._PopupProductManage_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  138. this._PopupProductManage_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  139. this._PopupProductManage_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
  140. this._PopupProductManage_Toolbars_Dock_Area_Top.Name = "_PopupProductManage_Toolbars_Dock_Area_Top";
  141. this._PopupProductManage_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1006, 28);
  142. this._PopupProductManage_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  143. //
  144. // _PopupProductManage_Toolbars_Dock_Area_Bottom
  145. //
  146. this._PopupProductManage_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  147. this._PopupProductManage_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  148. this._PopupProductManage_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  149. this._PopupProductManage_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  150. this._PopupProductManage_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 553);
  151. this._PopupProductManage_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
  152. this._PopupProductManage_Toolbars_Dock_Area_Bottom.Name = "_PopupProductManage_Toolbars_Dock_Area_Bottom";
  153. this._PopupProductManage_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1006, 0);
  154. this._PopupProductManage_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  155. //
  156. // panel1
  157. //
  158. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.panel1.Location = new System.Drawing.Point(0, 28);
  160. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  161. this.panel1.Name = "panel1";
  162. this.panel1.Size = new System.Drawing.Size(1006, 404);
  163. this.panel1.TabIndex = 4;
  164. //
  165. // panel2
  166. //
  167. this.panel2.Controls.Add(this.btnDefault);
  168. this.panel2.Controls.Add(this.btnCancel);
  169. this.panel2.Controls.Add(this.btnSubMit);
  170. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  171. this.panel2.Location = new System.Drawing.Point(0, 487);
  172. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  173. this.panel2.Name = "panel2";
  174. this.panel2.Size = new System.Drawing.Size(1006, 66);
  175. this.panel2.TabIndex = 5;
  176. //
  177. // btnDefault
  178. //
  179. this.btnDefault.Location = new System.Drawing.Point(204, 8);
  180. this.btnDefault.Margin = new System.Windows.Forms.Padding(4);
  181. this.btnDefault.Name = "btnDefault";
  182. this.btnDefault.Size = new System.Drawing.Size(136, 43);
  183. this.btnDefault.TabIndex = 2;
  184. this.btnDefault.Text = "使用默认用途码";
  185. this.btnDefault.UseVisualStyleBackColor = true;
  186. this.btnDefault.Click += new System.EventHandler(this.btnDefault_Click);
  187. //
  188. // btnCancel
  189. //
  190. this.btnCancel.Location = new System.Drawing.Point(354, 8);
  191. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  192. this.btnCancel.Name = "btnCancel";
  193. this.btnCancel.Size = new System.Drawing.Size(135, 43);
  194. this.btnCancel.TabIndex = 1;
  195. this.btnCancel.Text = "放弃生成MSCn";
  196. this.btnCancel.UseVisualStyleBackColor = true;
  197. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  198. //
  199. // btnSubMit
  200. //
  201. this.btnSubMit.Location = new System.Drawing.Point(31, 8);
  202. this.btnSubMit.Margin = new System.Windows.Forms.Padding(4);
  203. this.btnSubMit.Name = "btnSubMit";
  204. this.btnSubMit.Size = new System.Drawing.Size(156, 43);
  205. this.btnSubMit.TabIndex = 0;
  206. this.btnSubMit.Text = "使用选择的用途码";
  207. this.btnSubMit.UseVisualStyleBackColor = true;
  208. this.btnSubMit.Click += new System.EventHandler(this.btnSubMit_Click);
  209. //
  210. // panel3
  211. //
  212. this.panel3.Controls.Add(this.button2);
  213. this.panel3.Controls.Add(this.button3);
  214. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  215. this.panel3.Location = new System.Drawing.Point(0, 432);
  216. this.panel3.Margin = new System.Windows.Forms.Padding(4);
  217. this.panel3.Name = "panel3";
  218. this.panel3.Size = new System.Drawing.Size(1006, 55);
  219. this.panel3.TabIndex = 10;
  220. //
  221. // button2
  222. //
  223. this.button2.Location = new System.Drawing.Point(173, 8);
  224. this.button2.Margin = new System.Windows.Forms.Padding(4);
  225. this.button2.Name = "button2";
  226. this.button2.Size = new System.Drawing.Size(92, 38);
  227. this.button2.TabIndex = 1;
  228. this.button2.Text = "取消";
  229. this.button2.UseVisualStyleBackColor = true;
  230. this.button2.Click += new System.EventHandler(this.button2_Click);
  231. //
  232. // button3
  233. //
  234. this.button3.Location = new System.Drawing.Point(52, 7);
  235. this.button3.Margin = new System.Windows.Forms.Padding(4);
  236. this.button3.Name = "button3";
  237. this.button3.Size = new System.Drawing.Size(92, 38);
  238. this.button3.TabIndex = 0;
  239. this.button3.Text = "确认";
  240. this.button3.UseVisualStyleBackColor = true;
  241. this.button3.Click += new System.EventHandler(this.button3_Click);
  242. //
  243. // PopupProductManage
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(1006, 553);
  248. this.Controls.Add(this.panel1);
  249. this.Controls.Add(this.panel3);
  250. this.Controls.Add(this.panel2);
  251. this.Controls.Add(this._PopupProductManage_Toolbars_Dock_Area_Left);
  252. this.Controls.Add(this._PopupProductManage_Toolbars_Dock_Area_Right);
  253. this.Controls.Add(this._PopupProductManage_Toolbars_Dock_Area_Top);
  254. this.Controls.Add(this._PopupProductManage_Toolbars_Dock_Area_Bottom);
  255. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  256. this.Margin = new System.Windows.Forms.Padding(5);
  257. this.Name = "PopupProductManage";
  258. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  259. this.Text = "为新增的MSCn选择用途码";
  260. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  261. this.panel2.ResumeLayout(false);
  262. this.panel3.ResumeLayout(false);
  263. this.ResumeLayout(false);
  264. }
  265. #endregion
  266. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  267. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _PopupProductManage_Toolbars_Dock_Area_Left;
  268. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _PopupProductManage_Toolbars_Dock_Area_Right;
  269. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _PopupProductManage_Toolbars_Dock_Area_Top;
  270. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _PopupProductManage_Toolbars_Dock_Area_Bottom;
  271. private System.Windows.Forms.Panel panel2;
  272. public System.Windows.Forms.Panel Panel2
  273. {
  274. get { return panel2; }
  275. set { panel2 = value; }
  276. }
  277. private System.Windows.Forms.Panel panel1;
  278. private System.Windows.Forms.Button btnCancel;
  279. private System.Windows.Forms.Button btnSubMit;
  280. private System.Windows.Forms.Button btnDefault;
  281. private System.Windows.Forms.Panel panel3;
  282. public System.Windows.Forms.Panel Panel3
  283. {
  284. get { return panel3; }
  285. set { panel3 = value; }
  286. }
  287. private System.Windows.Forms.Button button2;
  288. private System.Windows.Forms.Button button3;
  289. }
  290. }