frmMaintainJhy.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace Pur.order
  2. {
  3. partial class frmMaintainJhy
  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("doQuery");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExit");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  34. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMaintainJhy));
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure");
  37. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExit");
  39. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  40. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  41. this.FrmPmsBase_Fill_Panel = new System.Windows.Forms.Panel();
  42. this._FrmPmsBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  43. this._FrmPmsBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  44. this._FrmPmsBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  45. this._FrmPmsBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  46. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  47. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  48. this.FrmPmsBase_Fill_Panel.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  50. this.splitContainer1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // ultraToolbarsManager1
  54. //
  55. this.ultraToolbarsManager1.DesignerFlags = 1;
  56. this.ultraToolbarsManager1.DockWithinContainer = this;
  57. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Pur.Entity.FrmPmsBase);
  58. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  59. ultraToolbar1.DockedColumn = 0;
  60. ultraToolbar1.DockedRow = 0;
  61. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  62. buttonTool1,
  63. buttonTool2,
  64. buttonTool3});
  65. ultraToolbar1.Text = "UltraToolbar1";
  66. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  67. ultraToolbar1});
  68. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  69. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  70. buttonTool4.SharedPropsInternal.Caption = "查询";
  71. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  72. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  73. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  74. buttonTool5.SharedPropsInternal.Caption = "保存";
  75. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  76. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  77. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  78. buttonTool6.SharedPropsInternal.Caption = "退出";
  79. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  80. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  81. buttonTool4,
  82. buttonTool5,
  83. buttonTool6});
  84. //
  85. // FrmPmsBase_Fill_Panel
  86. //
  87. this.FrmPmsBase_Fill_Panel.Controls.Add(this.splitContainer1);
  88. this.FrmPmsBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  89. this.FrmPmsBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.FrmPmsBase_Fill_Panel.Location = new System.Drawing.Point(0, 24);
  91. this.FrmPmsBase_Fill_Panel.Name = "FrmPmsBase_Fill_Panel";
  92. this.FrmPmsBase_Fill_Panel.Size = new System.Drawing.Size(865, 397);
  93. this.FrmPmsBase_Fill_Panel.TabIndex = 0;
  94. //
  95. // _FrmPmsBase_Toolbars_Dock_Area_Left
  96. //
  97. this._FrmPmsBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  98. this._FrmPmsBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  99. this._FrmPmsBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  100. this._FrmPmsBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  101. this._FrmPmsBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  102. this._FrmPmsBase_Toolbars_Dock_Area_Left.Name = "_FrmPmsBase_Toolbars_Dock_Area_Left";
  103. this._FrmPmsBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 397);
  104. this._FrmPmsBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  105. //
  106. // _FrmPmsBase_Toolbars_Dock_Area_Right
  107. //
  108. this._FrmPmsBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  109. this._FrmPmsBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  110. this._FrmPmsBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  111. this._FrmPmsBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  112. this._FrmPmsBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(865, 24);
  113. this._FrmPmsBase_Toolbars_Dock_Area_Right.Name = "_FrmPmsBase_Toolbars_Dock_Area_Right";
  114. this._FrmPmsBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 397);
  115. this._FrmPmsBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  116. //
  117. // _FrmPmsBase_Toolbars_Dock_Area_Top
  118. //
  119. this._FrmPmsBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  120. this._FrmPmsBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  121. this._FrmPmsBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  122. this._FrmPmsBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  123. this._FrmPmsBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  124. this._FrmPmsBase_Toolbars_Dock_Area_Top.Name = "_FrmPmsBase_Toolbars_Dock_Area_Top";
  125. this._FrmPmsBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(865, 24);
  126. this._FrmPmsBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  127. //
  128. // _FrmPmsBase_Toolbars_Dock_Area_Bottom
  129. //
  130. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  131. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  132. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  133. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  134. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 421);
  135. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Name = "_FrmPmsBase_Toolbars_Dock_Area_Bottom";
  136. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(865, 0);
  137. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  138. //
  139. // splitContainer1
  140. //
  141. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  143. this.splitContainer1.Name = "splitContainer1";
  144. this.splitContainer1.Size = new System.Drawing.Size(865, 397);
  145. this.splitContainer1.SplitterDistance = 447;
  146. this.splitContainer1.TabIndex = 0;
  147. //
  148. // frmMaintainJhy
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  152. this.ClientSize = new System.Drawing.Size(865, 421);
  153. this.Controls.Add(this.FrmPmsBase_Fill_Panel);
  154. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Left);
  155. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Right);
  156. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Top);
  157. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Bottom);
  158. this.Name = "frmMaintainJhy";
  159. this.Text = "检验项目批量维护";
  160. this.Load += new System.EventHandler(this.frmMaintainJhy_Load);
  161. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  162. this.FrmPmsBase_Fill_Panel.ResumeLayout(false);
  163. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  164. this.splitContainer1.ResumeLayout(false);
  165. this.ResumeLayout(false);
  166. }
  167. #endregion
  168. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  169. private System.Windows.Forms.Panel FrmPmsBase_Fill_Panel;
  170. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Left;
  171. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Right;
  172. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Top;
  173. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Bottom;
  174. private System.Windows.Forms.SplitContainer splitContainer1;
  175. }
  176. }