Triangulation_Edit.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. namespace OTSIncAReportApp.OTSMgrInfo
  2. {
  3. partial class Triangulation_Edit
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Triangulation_Edit));
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.txtType1 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.txtElement2 = new System.Windows.Forms.TextBox();
  37. this.txtType2 = new System.Windows.Forms.TextBox();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.txtType3 = new System.Windows.Forms.TextBox();
  40. this.btn_xsys = new System.Windows.Forms.Button();
  41. this.cboElement1 = new System.Windows.Forms.ComboBox();
  42. this.cboElement3 = new System.Windows.Forms.ComboBox();
  43. this.SuspendLayout();
  44. //
  45. // button1
  46. //
  47. this.button1.Location = new System.Drawing.Point(215, 283);
  48. this.button1.Name = "button1";
  49. this.button1.Size = new System.Drawing.Size(85, 34);
  50. this.button1.TabIndex = 2;
  51. this.button1.Text = "Save";
  52. this.button1.UseVisualStyleBackColor = true;
  53. this.button1.Click += new System.EventHandler(this.button1_Click);
  54. //
  55. // button2
  56. //
  57. this.button2.Location = new System.Drawing.Point(357, 283);
  58. this.button2.Name = "button2";
  59. this.button2.Size = new System.Drawing.Size(84, 34);
  60. this.button2.TabIndex = 3;
  61. this.button2.Text = "Cancel";
  62. this.button2.UseVisualStyleBackColor = true;
  63. this.button2.Click += new System.EventHandler(this.button2_Click);
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Font = new System.Drawing.Font("宋体", 12F);
  69. this.label1.Location = new System.Drawing.Point(138, 64);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(106, 24);
  72. this.label1.TabIndex = 1015;
  73. this.label1.Text = "TypeName";
  74. //
  75. // txtType1
  76. //
  77. this.txtType1.Location = new System.Drawing.Point(99, 97);
  78. this.txtType1.Name = "txtType1";
  79. this.txtType1.Size = new System.Drawing.Size(217, 28);
  80. this.txtType1.TabIndex = 1017;
  81. //
  82. // label2
  83. //
  84. this.label2.AutoSize = true;
  85. this.label2.Font = new System.Drawing.Font("宋体", 12F);
  86. this.label2.Location = new System.Drawing.Point(362, 64);
  87. this.label2.Name = "label2";
  88. this.label2.Size = new System.Drawing.Size(94, 24);
  89. this.label2.TabIndex = 1019;
  90. this.label2.Text = "Element";
  91. //
  92. // label3
  93. //
  94. this.label3.AutoSize = true;
  95. this.label3.Font = new System.Drawing.Font("宋体", 12F);
  96. this.label3.Location = new System.Drawing.Point(46, 97);
  97. this.label3.Name = "label3";
  98. this.label3.Size = new System.Drawing.Size(46, 24);
  99. this.label3.TabIndex = 1020;
  100. this.label3.Text = "top";
  101. //
  102. // label4
  103. //
  104. this.label4.AutoSize = true;
  105. this.label4.Font = new System.Drawing.Font("宋体", 12F);
  106. this.label4.Location = new System.Drawing.Point(34, 148);
  107. this.label4.Name = "label4";
  108. this.label4.Size = new System.Drawing.Size(58, 24);
  109. this.label4.TabIndex = 1025;
  110. this.label4.Text = "left";
  111. //
  112. // txtElement2
  113. //
  114. this.txtElement2.Location = new System.Drawing.Point(343, 148);
  115. this.txtElement2.Name = "txtElement2";
  116. this.txtElement2.ReadOnly = true;
  117. this.txtElement2.Size = new System.Drawing.Size(141, 28);
  118. this.txtElement2.TabIndex = 1023;
  119. //
  120. // txtType2
  121. //
  122. this.txtType2.Location = new System.Drawing.Point(99, 148);
  123. this.txtType2.Name = "txtType2";
  124. this.txtType2.Size = new System.Drawing.Size(217, 28);
  125. this.txtType2.TabIndex = 1022;
  126. //
  127. // label5
  128. //
  129. this.label5.AutoSize = true;
  130. this.label5.Font = new System.Drawing.Font("宋体", 12F);
  131. this.label5.Location = new System.Drawing.Point(22, 198);
  132. this.label5.Name = "label5";
  133. this.label5.Size = new System.Drawing.Size(70, 24);
  134. this.label5.TabIndex = 1028;
  135. this.label5.Text = "right";
  136. //
  137. // txtType3
  138. //
  139. this.txtType3.Location = new System.Drawing.Point(99, 198);
  140. this.txtType3.Name = "txtType3";
  141. this.txtType3.Size = new System.Drawing.Size(217, 28);
  142. this.txtType3.TabIndex = 1026;
  143. //
  144. // btn_xsys
  145. //
  146. this.btn_xsys.Location = new System.Drawing.Point(490, 148);
  147. this.btn_xsys.Name = "btn_xsys";
  148. this.btn_xsys.Size = new System.Drawing.Size(50, 28);
  149. this.btn_xsys.TabIndex = 1029;
  150. this.btn_xsys.Text = "...";
  151. this.btn_xsys.UseVisualStyleBackColor = true;
  152. this.btn_xsys.Click += new System.EventHandler(this.btn_xsys_Click);
  153. //
  154. // cboElement1
  155. //
  156. this.cboElement1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  157. this.cboElement1.FormattingEnabled = true;
  158. this.cboElement1.Location = new System.Drawing.Point(343, 100);
  159. this.cboElement1.Name = "cboElement1";
  160. this.cboElement1.Size = new System.Drawing.Size(121, 26);
  161. this.cboElement1.TabIndex = 1030;
  162. //
  163. // cboElement3
  164. //
  165. this.cboElement3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  166. this.cboElement3.FormattingEnabled = true;
  167. this.cboElement3.Location = new System.Drawing.Point(343, 201);
  168. this.cboElement3.Name = "cboElement3";
  169. this.cboElement3.Size = new System.Drawing.Size(121, 26);
  170. this.cboElement3.TabIndex = 1030;
  171. //
  172. // Triangulation_Edit
  173. //
  174. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  175. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  176. this.BackColor = System.Drawing.Color.White;
  177. this.ClientSize = new System.Drawing.Size(566, 406);
  178. this.Controls.Add(this.cboElement3);
  179. this.Controls.Add(this.cboElement1);
  180. this.Controls.Add(this.btn_xsys);
  181. this.Controls.Add(this.label5);
  182. this.Controls.Add(this.txtType3);
  183. this.Controls.Add(this.label4);
  184. this.Controls.Add(this.txtElement2);
  185. this.Controls.Add(this.txtType2);
  186. this.Controls.Add(this.label3);
  187. this.Controls.Add(this.label2);
  188. this.Controls.Add(this.txtType1);
  189. this.Controls.Add(this.label1);
  190. this.Controls.Add(this.button2);
  191. this.Controls.Add(this.button1);
  192. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  193. this.MaximizeBox = false;
  194. this.MaximumSize = new System.Drawing.Size(588, 462);
  195. this.MinimizeBox = false;
  196. this.MinimumSize = new System.Drawing.Size(588, 462);
  197. this.Name = "Triangulation_Edit";
  198. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  199. this.Text = "三元相图模板编辑";
  200. this.Load += new System.EventHandler(this.Triangulation_Edit_Load);
  201. this.ResumeLayout(false);
  202. this.PerformLayout();
  203. }
  204. #endregion
  205. private System.Windows.Forms.Button button1;
  206. private System.Windows.Forms.Button button2;
  207. private System.Windows.Forms.Label label1;
  208. private System.Windows.Forms.TextBox txtType1;
  209. private System.Windows.Forms.Label label2;
  210. private System.Windows.Forms.Label label3;
  211. private System.Windows.Forms.Label label4;
  212. private System.Windows.Forms.TextBox txtElement2;
  213. private System.Windows.Forms.TextBox txtType2;
  214. private System.Windows.Forms.Label label5;
  215. private System.Windows.Forms.TextBox txtType3;
  216. private System.Windows.Forms.Button btn_xsys;
  217. private System.Windows.Forms.ComboBox cboElement1;
  218. private System.Windows.Forms.ComboBox cboElement3;
  219. }
  220. }