HydrostaticReportUpdate.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace Core.StlMes.Client.Mcp.Control.Machining
  2. {
  3. partial class HydrostaticReportUpdate
  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("Save");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  33. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  35. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HydrostaticReportUpdate));
  37. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  38. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  39. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  40. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  41. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  42. this.hydrostaticReportControl1 = new Core.StlMes.Client.Mcp.Control.HydrostaticReportControl();
  43. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // _panel1_Toolbars_Dock_Area_Top
  47. //
  48. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  49. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  50. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  51. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  52. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  53. this._panel1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
  54. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  55. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1213, 31);
  56. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  57. //
  58. // ultraToolbarsManager1
  59. //
  60. this.ultraToolbarsManager1.DesignerFlags = 1;
  61. this.ultraToolbarsManager1.DockWithinContainer = this;
  62. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  63. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  64. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  65. ultraToolbar1.DockedColumn = 0;
  66. ultraToolbar1.DockedRow = 0;
  67. buttonTool1.InstanceProps.IsFirstInGroup = true;
  68. buttonTool2.InstanceProps.IsFirstInGroup = true;
  69. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  70. buttonTool1,
  71. buttonTool2});
  72. ultraToolbar1.Text = "UltraToolbar1";
  73. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  74. ultraToolbar1});
  75. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  76. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  77. buttonTool3.SharedPropsInternal.Caption = "确定";
  78. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  79. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  80. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  81. buttonTool4.SharedPropsInternal.Caption = "关闭";
  82. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  83. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  84. buttonTool3,
  85. buttonTool4});
  86. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  87. //
  88. // _panel1_Toolbars_Dock_Area_Bottom
  89. //
  90. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  91. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  92. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  93. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  94. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 253);
  95. this._panel1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
  96. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  97. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1213, 0);
  98. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  99. //
  100. // _panel1_Toolbars_Dock_Area_Left
  101. //
  102. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  103. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  104. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  105. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  106. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
  107. this._panel1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
  108. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  109. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 222);
  110. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  111. //
  112. // _panel1_Toolbars_Dock_Area_Right
  113. //
  114. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  115. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  116. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  117. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  118. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1213, 31);
  119. this._panel1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
  120. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  121. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 222);
  122. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  123. //
  124. // hydrostaticReportControl1
  125. //
  126. this.hydrostaticReportControl1.BackColor = System.Drawing.Color.Transparent;
  127. this.hydrostaticReportControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.hydrostaticReportControl1.gx = null;
  129. this.hydrostaticReportControl1.Location = new System.Drawing.Point(0, 31);
  130. this.hydrostaticReportControl1.Margin = new System.Windows.Forms.Padding(4);
  131. this.hydrostaticReportControl1.Name = "hydrostaticReportControl1";
  132. this.hydrostaticReportControl1.Ob = null;
  133. this.hydrostaticReportControl1.PlnZyJgxCEntity = null;
  134. this.hydrostaticReportControl1.PortHttBatchSampleResultEntitys = null;
  135. this.hydrostaticReportControl1.Size = new System.Drawing.Size(1213, 222);
  136. this.hydrostaticReportControl1.TabIndex = 4;
  137. this.hydrostaticReportControl1.Value = ((com.steering.mes.mcp.entity.MchWatergageResultEntity)(resources.GetObject("hydrostaticReportControl1.Value")));
  138. //
  139. // HydrostaticReportUpdate
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(1213, 253);
  144. this.Controls.Add(this.hydrostaticReportControl1);
  145. this.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  146. this.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  147. this.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  148. this.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  149. this.Name = "HydrostaticReportUpdate";
  150. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  151. this.Text = "修改水压参数";
  152. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  153. this.ResumeLayout(false);
  154. }
  155. #endregion
  156. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  157. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  158. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  159. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  160. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  161. private HydrostaticReportControl hydrostaticReportControl1;
  162. }
  163. }