FrmProjectConfig.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. namespace HRT_Measure
  2. {
  3. partial class FrmProjectConfig
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  30. this.btnSave = new System.Windows.Forms.Button();
  31. this.btnLoad = new System.Windows.Forms.Button();
  32. this.proGridProject = new System.Windows.Forms.PropertyGrid();
  33. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  34. this.btnSavePara = new System.Windows.Forms.Button();
  35. this.btnLoadPara = new System.Windows.Forms.Button();
  36. this.proGridPara = new System.Windows.Forms.PropertyGrid();
  37. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  38. this.splitContainer1.Panel1.SuspendLayout();
  39. this.splitContainer1.Panel2.SuspendLayout();
  40. this.splitContainer1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  42. this.splitContainer2.Panel1.SuspendLayout();
  43. this.splitContainer2.Panel2.SuspendLayout();
  44. this.splitContainer2.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  46. this.splitContainer3.Panel1.SuspendLayout();
  47. this.splitContainer3.Panel2.SuspendLayout();
  48. this.splitContainer3.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // splitContainer1
  52. //
  53. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  55. this.splitContainer1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  56. this.splitContainer1.Name = "splitContainer1";
  57. //
  58. // splitContainer1.Panel1
  59. //
  60. this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
  61. //
  62. // splitContainer1.Panel2
  63. //
  64. this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
  65. this.splitContainer1.Size = new System.Drawing.Size(1318, 708);
  66. this.splitContainer1.SplitterDistance = 623;
  67. this.splitContainer1.SplitterWidth = 2;
  68. this.splitContainer1.TabIndex = 0;
  69. //
  70. // splitContainer2
  71. //
  72. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  74. this.splitContainer2.Margin = new System.Windows.Forms.Padding(2);
  75. this.splitContainer2.Name = "splitContainer2";
  76. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  77. //
  78. // splitContainer2.Panel1
  79. //
  80. this.splitContainer2.Panel1.Controls.Add(this.btnSave);
  81. this.splitContainer2.Panel1.Controls.Add(this.btnLoad);
  82. //
  83. // splitContainer2.Panel2
  84. //
  85. this.splitContainer2.Panel2.Controls.Add(this.proGridProject);
  86. this.splitContainer2.Size = new System.Drawing.Size(623, 708);
  87. this.splitContainer2.SplitterDistance = 72;
  88. this.splitContainer2.SplitterWidth = 2;
  89. this.splitContainer2.TabIndex = 0;
  90. //
  91. // btnSave
  92. //
  93. this.btnSave.Location = new System.Drawing.Point(276, 13);
  94. this.btnSave.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  95. this.btnSave.Name = "btnSave";
  96. this.btnSave.Size = new System.Drawing.Size(78, 35);
  97. this.btnSave.TabIndex = 8;
  98. this.btnSave.Text = "保存";
  99. this.btnSave.UseVisualStyleBackColor = true;
  100. this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
  101. //
  102. // btnLoad
  103. //
  104. this.btnLoad.Location = new System.Drawing.Point(85, 13);
  105. this.btnLoad.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  106. this.btnLoad.Name = "btnLoad";
  107. this.btnLoad.Size = new System.Drawing.Size(78, 35);
  108. this.btnLoad.TabIndex = 7;
  109. this.btnLoad.Text = "加载";
  110. this.btnLoad.UseVisualStyleBackColor = true;
  111. this.btnLoad.Click += new System.EventHandler(this.BtnLoad_Click);
  112. //
  113. // proGridProject
  114. //
  115. this.proGridProject.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.proGridProject.Location = new System.Drawing.Point(0, 0);
  117. this.proGridProject.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  118. this.proGridProject.Name = "proGridProject";
  119. this.proGridProject.PropertySort = System.Windows.Forms.PropertySort.Categorized;
  120. this.proGridProject.Size = new System.Drawing.Size(623, 634);
  121. this.proGridProject.TabIndex = 6;
  122. //
  123. // splitContainer3
  124. //
  125. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  127. this.splitContainer3.Name = "splitContainer3";
  128. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  129. //
  130. // splitContainer3.Panel1
  131. //
  132. this.splitContainer3.Panel1.Controls.Add(this.btnSavePara);
  133. this.splitContainer3.Panel1.Controls.Add(this.btnLoadPara);
  134. //
  135. // splitContainer3.Panel2
  136. //
  137. this.splitContainer3.Panel2.Controls.Add(this.proGridPara);
  138. this.splitContainer3.Size = new System.Drawing.Size(693, 708);
  139. this.splitContainer3.SplitterDistance = 71;
  140. this.splitContainer3.TabIndex = 0;
  141. //
  142. // btnSavePara
  143. //
  144. this.btnSavePara.Location = new System.Drawing.Point(393, 13);
  145. this.btnSavePara.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  146. this.btnSavePara.Name = "btnSavePara";
  147. this.btnSavePara.Size = new System.Drawing.Size(78, 35);
  148. this.btnSavePara.TabIndex = 10;
  149. this.btnSavePara.Text = "保存";
  150. this.btnSavePara.UseVisualStyleBackColor = true;
  151. this.btnSavePara.Click += new System.EventHandler(this.BtnSavePara_Click);
  152. //
  153. // btnLoadPara
  154. //
  155. this.btnLoadPara.Location = new System.Drawing.Point(202, 13);
  156. this.btnLoadPara.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  157. this.btnLoadPara.Name = "btnLoadPara";
  158. this.btnLoadPara.Size = new System.Drawing.Size(78, 35);
  159. this.btnLoadPara.TabIndex = 9;
  160. this.btnLoadPara.Text = "加载";
  161. this.btnLoadPara.UseVisualStyleBackColor = true;
  162. this.btnLoadPara.Click += new System.EventHandler(this.BtnLoadPara_Click);
  163. //
  164. // proGridPara
  165. //
  166. this.proGridPara.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.proGridPara.Location = new System.Drawing.Point(0, 0);
  168. this.proGridPara.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  169. this.proGridPara.Name = "proGridPara";
  170. this.proGridPara.PropertySort = System.Windows.Forms.PropertySort.Categorized;
  171. this.proGridPara.Size = new System.Drawing.Size(693, 633);
  172. this.proGridPara.TabIndex = 7;
  173. //
  174. // FrmProjectConfig
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.ClientSize = new System.Drawing.Size(1318, 708);
  179. this.Controls.Add(this.splitContainer1);
  180. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  181. this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  182. this.Name = "FrmProjectConfig";
  183. this.Text = "FrmProjectConfig";
  184. this.Load += new System.EventHandler(this.FrmProjectConfig_Load);
  185. this.splitContainer1.Panel1.ResumeLayout(false);
  186. this.splitContainer1.Panel2.ResumeLayout(false);
  187. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  188. this.splitContainer1.ResumeLayout(false);
  189. this.splitContainer2.Panel1.ResumeLayout(false);
  190. this.splitContainer2.Panel2.ResumeLayout(false);
  191. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  192. this.splitContainer2.ResumeLayout(false);
  193. this.splitContainer3.Panel1.ResumeLayout(false);
  194. this.splitContainer3.Panel2.ResumeLayout(false);
  195. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  196. this.splitContainer3.ResumeLayout(false);
  197. this.ResumeLayout(false);
  198. }
  199. #endregion
  200. private System.Windows.Forms.SplitContainer splitContainer1;
  201. private System.Windows.Forms.SplitContainer splitContainer2;
  202. private System.Windows.Forms.Button btnSave;
  203. private System.Windows.Forms.Button btnLoad;
  204. private System.Windows.Forms.PropertyGrid proGridProject;
  205. private System.Windows.Forms.SplitContainer splitContainer3;
  206. private System.Windows.Forms.Button btnSavePara;
  207. private System.Windows.Forms.Button btnLoadPara;
  208. private System.Windows.Forms.PropertyGrid proGridPara;
  209. }
  210. }