Triangulation_Item.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. namespace OTSIncAReportApp.OTSMgrInfo
  2. {
  3. partial class Triangulation_Item
  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_Item));
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.Gview_element = new System.Windows.Forms.DataGridView();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.cbo_elementname = new System.Windows.Forms.ComboBox();
  35. this.cbo_elementnumber = new System.Windows.Forms.ComboBox();
  36. this.button3 = new System.Windows.Forms.Button();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.tb_itemname = new System.Windows.Forms.TextBox();
  39. ((System.ComponentModel.ISupportInitialize)(this.Gview_element)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // button2
  43. //
  44. this.button2.Location = new System.Drawing.Point(255, 281);
  45. this.button2.Name = "button2";
  46. this.button2.Size = new System.Drawing.Size(117, 36);
  47. this.button2.TabIndex = 60;
  48. this.button2.Text = "返 回";
  49. this.button2.UseVisualStyleBackColor = true;
  50. this.button2.Click += new System.EventHandler(this.button2_Click);
  51. //
  52. // button1
  53. //
  54. this.button1.Location = new System.Drawing.Point(92, 281);
  55. this.button1.Name = "button1";
  56. this.button1.Size = new System.Drawing.Size(117, 36);
  57. this.button1.TabIndex = 50;
  58. this.button1.Text = "保 存";
  59. this.button1.UseVisualStyleBackColor = true;
  60. this.button1.Click += new System.EventHandler(this.button1_Click);
  61. //
  62. // Gview_element
  63. //
  64. this.Gview_element.AllowUserToAddRows = false;
  65. this.Gview_element.AllowUserToDeleteRows = false;
  66. this.Gview_element.AllowUserToResizeColumns = false;
  67. this.Gview_element.AllowUserToResizeRows = false;
  68. this.Gview_element.BackgroundColor = System.Drawing.Color.White;
  69. this.Gview_element.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  70. this.Gview_element.Location = new System.Drawing.Point(12, 12);
  71. this.Gview_element.MultiSelect = false;
  72. this.Gview_element.Name = "Gview_element";
  73. this.Gview_element.ReadOnly = true;
  74. this.Gview_element.RowHeadersVisible = false;
  75. this.Gview_element.RowTemplate.Height = 30;
  76. this.Gview_element.Size = new System.Drawing.Size(437, 161);
  77. this.Gview_element.TabIndex = 70;
  78. this.Gview_element.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Gview_element_CellClick);
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Location = new System.Drawing.Point(15, 237);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(80, 18);
  86. this.label1.TabIndex = 136;
  87. this.label1.Text = "元素名称";
  88. //
  89. // label2
  90. //
  91. this.label2.AutoSize = true;
  92. this.label2.Location = new System.Drawing.Point(192, 237);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(80, 18);
  95. this.label2.TabIndex = 136;
  96. this.label2.Text = "元素数量";
  97. //
  98. // cbo_elementname
  99. //
  100. this.cbo_elementname.FormattingEnabled = true;
  101. this.cbo_elementname.Location = new System.Drawing.Point(101, 234);
  102. this.cbo_elementname.Name = "cbo_elementname";
  103. this.cbo_elementname.Size = new System.Drawing.Size(82, 26);
  104. this.cbo_elementname.TabIndex = 20;
  105. //
  106. // cbo_elementnumber
  107. //
  108. this.cbo_elementnumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  109. this.cbo_elementnumber.FormattingEnabled = true;
  110. this.cbo_elementnumber.Location = new System.Drawing.Point(278, 234);
  111. this.cbo_elementnumber.Name = "cbo_elementnumber";
  112. this.cbo_elementnumber.Size = new System.Drawing.Size(82, 26);
  113. this.cbo_elementnumber.TabIndex = 30;
  114. //
  115. // button3
  116. //
  117. this.button3.Location = new System.Drawing.Point(384, 228);
  118. this.button3.Name = "button3";
  119. this.button3.Size = new System.Drawing.Size(65, 36);
  120. this.button3.TabIndex = 40;
  121. this.button3.Text = "添加";
  122. this.button3.UseVisualStyleBackColor = true;
  123. this.button3.Click += new System.EventHandler(this.button3_Click);
  124. //
  125. // label3
  126. //
  127. this.label3.AutoSize = true;
  128. this.label3.Location = new System.Drawing.Point(15, 194);
  129. this.label3.Name = "label3";
  130. this.label3.Size = new System.Drawing.Size(80, 18);
  131. this.label3.TabIndex = 136;
  132. this.label3.Text = "项目名称";
  133. //
  134. // tb_itemname
  135. //
  136. this.tb_itemname.Location = new System.Drawing.Point(101, 191);
  137. this.tb_itemname.Name = "tb_itemname";
  138. this.tb_itemname.Size = new System.Drawing.Size(348, 28);
  139. this.tb_itemname.TabIndex = 10;
  140. //
  141. // Triangulation_Item
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(461, 329);
  146. this.Controls.Add(this.tb_itemname);
  147. this.Controls.Add(this.cbo_elementnumber);
  148. this.Controls.Add(this.cbo_elementname);
  149. this.Controls.Add(this.label2);
  150. this.Controls.Add(this.label3);
  151. this.Controls.Add(this.label1);
  152. this.Controls.Add(this.button2);
  153. this.Controls.Add(this.button3);
  154. this.Controls.Add(this.button1);
  155. this.Controls.Add(this.Gview_element);
  156. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  157. this.MaximizeBox = false;
  158. this.MaximumSize = new System.Drawing.Size(483, 385);
  159. this.MinimizeBox = false;
  160. this.MinimumSize = new System.Drawing.Size(483, 385);
  161. this.Name = "Triangulation_Item";
  162. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  163. this.Text = "三元相图模板";
  164. this.Load += new System.EventHandler(this.Triangulation_Item_Load);
  165. ((System.ComponentModel.ISupportInitialize)(this.Gview_element)).EndInit();
  166. this.ResumeLayout(false);
  167. this.PerformLayout();
  168. }
  169. #endregion
  170. private System.Windows.Forms.Button button2;
  171. private System.Windows.Forms.Button button1;
  172. public System.Windows.Forms.DataGridView Gview_element;
  173. private System.Windows.Forms.Label label1;
  174. private System.Windows.Forms.Label label2;
  175. private System.Windows.Forms.ComboBox cbo_elementname;
  176. private System.Windows.Forms.ComboBox cbo_elementnumber;
  177. private System.Windows.Forms.Button button3;
  178. private System.Windows.Forms.Label label3;
  179. private System.Windows.Forms.TextBox tb_itemname;
  180. }
  181. }