JGCodeManage.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class JGCodeManage
  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 appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("作废");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("刷新");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  38. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  40. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  42. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("作废");
  44. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  46. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("刷新");
  48. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  49. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JGCodeManage));
  50. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  51. this.ultraButton2 = new System.Windows.Forms.Button();
  52. this.ultraButton1 = new System.Windows.Forms.Button();
  53. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  54. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  55. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  56. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  57. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  58. this.panel1 = new System.Windows.Forms.Panel();
  59. this.ultraPanel1.ClientArea.SuspendLayout();
  60. this.ultraPanel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // ultraPanel1
  65. //
  66. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(222)))), ((int)(((byte)(247)))));
  67. this.ultraPanel1.Appearance = appearance2;
  68. //
  69. // ultraPanel1.ClientArea
  70. //
  71. this.ultraPanel1.ClientArea.Controls.Add(this.ultraButton2);
  72. this.ultraPanel1.ClientArea.Controls.Add(this.ultraButton1);
  73. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  74. this.ultraPanel1.Location = new System.Drawing.Point(0, 501);
  75. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
  76. this.ultraPanel1.Name = "ultraPanel1";
  77. this.ultraPanel1.Size = new System.Drawing.Size(1245, 57);
  78. this.ultraPanel1.TabIndex = 2;
  79. //
  80. // ultraButton2
  81. //
  82. this.ultraButton2.Location = new System.Drawing.Point(587, 8);
  83. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
  84. this.ultraButton2.Name = "ultraButton2";
  85. this.ultraButton2.Size = new System.Drawing.Size(97, 40);
  86. this.ultraButton2.TabIndex = 5;
  87. this.ultraButton2.Text = "确认";
  88. this.ultraButton2.UseVisualStyleBackColor = true;
  89. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  90. //
  91. // ultraButton1
  92. //
  93. this.ultraButton1.Location = new System.Drawing.Point(402, 8);
  94. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
  95. this.ultraButton1.Name = "ultraButton1";
  96. this.ultraButton1.Size = new System.Drawing.Size(127, 40);
  97. this.ultraButton1.TabIndex = 4;
  98. this.ultraButton1.Text = "新增关联接箍";
  99. this.ultraButton1.UseVisualStyleBackColor = true;
  100. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  101. //
  102. // _FrmBase_Toolbars_Dock_Area_Left
  103. //
  104. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  105. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  106. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  107. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  108. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
  109. this._FrmBase_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
  110. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  111. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 527);
  112. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  113. //
  114. // ultraToolbarsManager1
  115. //
  116. this.ultraToolbarsManager1.DesignerFlags = 1;
  117. this.ultraToolbarsManager1.DockWithinContainer = this;
  118. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  119. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  120. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  121. ultraToolbar1.DockedColumn = 0;
  122. ultraToolbar1.DockedRow = 0;
  123. buttonTool2.InstanceProps.IsFirstInGroup = true;
  124. buttonTool3.InstanceProps.IsFirstInGroup = true;
  125. buttonTool4.InstanceProps.IsFirstInGroup = true;
  126. buttonTool5.InstanceProps.IsFirstInGroup = true;
  127. buttonTool6.InstanceProps.IsFirstInGroup = true;
  128. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  129. buttonTool1,
  130. buttonTool2,
  131. buttonTool3,
  132. buttonTool4,
  133. buttonTool5,
  134. buttonTool6});
  135. ultraToolbar1.Text = "UltraToolbar1";
  136. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  137. ultraToolbar1});
  138. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  139. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  140. buttonTool7.SharedPropsInternal.Caption = "查询";
  141. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  142. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  143. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  144. buttonTool8.SharedPropsInternal.Caption = "新增";
  145. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  146. appearance26.Image = ((object)(resources.GetObject("appearance26.Image")));
  147. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
  148. buttonTool9.SharedPropsInternal.Caption = "修改";
  149. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  150. appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
  151. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
  152. buttonTool10.SharedPropsInternal.Caption = "作废";
  153. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  154. appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
  155. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
  156. buttonTool11.SharedPropsInternal.Caption = "恢复";
  157. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  158. appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
  159. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  160. buttonTool12.SharedPropsInternal.Caption = "刷新";
  161. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  162. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  163. buttonTool7,
  164. buttonTool8,
  165. buttonTool9,
  166. buttonTool10,
  167. buttonTool11,
  168. buttonTool12});
  169. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  170. //
  171. // _FrmBase_Toolbars_Dock_Area_Right
  172. //
  173. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  174. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  175. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  176. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  177. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1245, 31);
  178. this._FrmBase_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
  179. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  180. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 527);
  181. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  182. //
  183. // _FrmBase_Toolbars_Dock_Area_Top
  184. //
  185. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  186. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  187. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  188. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  189. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  190. this._FrmBase_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
  191. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  192. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1245, 31);
  193. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  194. //
  195. // _FrmBase_Toolbars_Dock_Area_Bottom
  196. //
  197. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  198. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  199. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  200. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 558);
  202. this._FrmBase_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
  203. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  204. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1245, 0);
  205. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  206. //
  207. // panel1
  208. //
  209. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.panel1.Location = new System.Drawing.Point(0, 31);
  211. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  212. this.panel1.Name = "panel1";
  213. this.panel1.Size = new System.Drawing.Size(1245, 470);
  214. this.panel1.TabIndex = 8;
  215. //
  216. // JGCodeManage
  217. //
  218. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  219. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  220. this.ClientSize = new System.Drawing.Size(1245, 558);
  221. this.Controls.Add(this.panel1);
  222. this.Controls.Add(this.ultraPanel1);
  223. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  224. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  225. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  226. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  227. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  228. this.Margin = new System.Windows.Forms.Padding(5);
  229. this.Name = "JGCodeManage";
  230. this.Text = "接箍信息";
  231. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  232. this.Load += new System.EventHandler(this.JGCodeManage_Load);
  233. this.ultraPanel1.ClientArea.ResumeLayout(false);
  234. this.ultraPanel1.ResumeLayout(false);
  235. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  236. this.ResumeLayout(false);
  237. }
  238. #endregion
  239. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  240. private System.Windows.Forms.Button ultraButton1;
  241. private System.Windows.Forms.Button ultraButton2;
  242. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  243. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  244. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  245. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  246. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  247. private System.Windows.Forms.Panel panel1;
  248. }
  249. }