GridForm.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. namespace OTSExtremum
  2. {
  3. partial class GridForm
  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(GridForm));
  29. this.dtgrid = new System.Windows.Forms.DataGridView();
  30. this.A = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.B = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.C = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.D = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.E = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.F = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.G = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.H = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.I = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.btnChart = new System.Windows.Forms.Button();
  42. this.btnLmax = new System.Windows.Forms.Button();
  43. this.button1 = new System.Windows.Forms.Button();
  44. ((System.ComponentModel.ISupportInitialize)(this.dtgrid)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // dtgrid
  48. //
  49. this.dtgrid.AllowUserToAddRows = false;
  50. this.dtgrid.AllowUserToDeleteRows = false;
  51. this.dtgrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  52. this.dtgrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  53. this.A,
  54. this.B,
  55. this.C,
  56. this.D,
  57. this.E,
  58. this.F,
  59. this.G,
  60. this.H,
  61. this.I});
  62. this.dtgrid.Location = new System.Drawing.Point(8, 33);
  63. this.dtgrid.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  64. this.dtgrid.Name = "dtgrid";
  65. this.dtgrid.ReadOnly = true;
  66. this.dtgrid.RowTemplate.Height = 30;
  67. this.dtgrid.Size = new System.Drawing.Size(1043, 534);
  68. this.dtgrid.TabIndex = 0;
  69. //
  70. // A
  71. //
  72. this.A.HeaderText = "A";
  73. this.A.Name = "A";
  74. this.A.ReadOnly = true;
  75. //
  76. // B
  77. //
  78. this.B.HeaderText = "B";
  79. this.B.Name = "B";
  80. this.B.ReadOnly = true;
  81. //
  82. // C
  83. //
  84. this.C.HeaderText = "C";
  85. this.C.Name = "C";
  86. this.C.ReadOnly = true;
  87. //
  88. // D
  89. //
  90. this.D.HeaderText = "D";
  91. this.D.Name = "D";
  92. this.D.ReadOnly = true;
  93. //
  94. // E
  95. //
  96. this.E.HeaderText = "E";
  97. this.E.Name = "E";
  98. this.E.ReadOnly = true;
  99. //
  100. // F
  101. //
  102. this.F.HeaderText = "F";
  103. this.F.Name = "F";
  104. this.F.ReadOnly = true;
  105. //
  106. // G
  107. //
  108. this.G.HeaderText = "G";
  109. this.G.Name = "G";
  110. this.G.ReadOnly = true;
  111. //
  112. // H
  113. //
  114. this.H.HeaderText = "H";
  115. this.H.Name = "H";
  116. this.H.ReadOnly = true;
  117. //
  118. // I
  119. //
  120. this.I.HeaderText = "I";
  121. this.I.Name = "I";
  122. this.I.ReadOnly = true;
  123. //
  124. // label1
  125. //
  126. this.label1.AutoSize = true;
  127. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.label1.Location = new System.Drawing.Point(251, 6);
  129. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  130. this.label1.Name = "label1";
  131. this.label1.Size = new System.Drawing.Size(314, 16);
  132. this.label1.TabIndex = 1;
  133. this.label1.Text = "夹杂物长度、概率和所计算出的统计参数";
  134. //
  135. // label2
  136. //
  137. this.label2.AutoSize = true;
  138. this.label2.Location = new System.Drawing.Point(751, 10);
  139. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  140. this.label2.Name = "label2";
  141. this.label2.Size = new System.Drawing.Size(65, 12);
  142. this.label2.TabIndex = 2;
  143. this.label2.Text = "单位为微米";
  144. //
  145. // btnChart
  146. //
  147. this.btnChart.Location = new System.Drawing.Point(929, 3);
  148. this.btnChart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  149. this.btnChart.Name = "btnChart";
  150. this.btnChart.Size = new System.Drawing.Size(50, 27);
  151. this.btnChart.TabIndex = 3;
  152. this.btnChart.Text = "分析图";
  153. this.btnChart.UseVisualStyleBackColor = true;
  154. this.btnChart.Click += new System.EventHandler(this.btnChart_Click);
  155. //
  156. // btnLmax
  157. //
  158. this.btnLmax.Location = new System.Drawing.Point(988, 3);
  159. this.btnLmax.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  160. this.btnLmax.Name = "btnLmax";
  161. this.btnLmax.Size = new System.Drawing.Size(63, 27);
  162. this.btnLmax.TabIndex = 4;
  163. this.btnLmax.Text = "极值分布";
  164. this.btnLmax.UseVisualStyleBackColor = true;
  165. this.btnLmax.Click += new System.EventHandler(this.btnLmax_Click);
  166. //
  167. // button1
  168. //
  169. this.button1.Location = new System.Drawing.Point(867, 3);
  170. this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  171. this.button1.Name = "button1";
  172. this.button1.Size = new System.Drawing.Size(50, 27);
  173. this.button1.TabIndex = 5;
  174. this.button1.Text = "导出";
  175. this.button1.UseVisualStyleBackColor = true;
  176. this.button1.Visible = false;
  177. this.button1.Click += new System.EventHandler(this.button1_Click);
  178. //
  179. // GridForm
  180. //
  181. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  182. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  183. this.ClientSize = new System.Drawing.Size(963, 575);
  184. this.Controls.Add(this.button1);
  185. this.Controls.Add(this.btnLmax);
  186. this.Controls.Add(this.btnChart);
  187. this.Controls.Add(this.label2);
  188. this.Controls.Add(this.label1);
  189. this.Controls.Add(this.dtgrid);
  190. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  191. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  192. this.MaximizeBox = false;
  193. this.Name = "GridForm";
  194. this.Text = "参数统计";
  195. this.Load += new System.EventHandler(this.GridForm_Load);
  196. ((System.ComponentModel.ISupportInitialize)(this.dtgrid)).EndInit();
  197. this.ResumeLayout(false);
  198. this.PerformLayout();
  199. }
  200. #endregion
  201. private System.Windows.Forms.DataGridView dtgrid;
  202. private System.Windows.Forms.Label label1;
  203. private System.Windows.Forms.Label label2;
  204. private System.Windows.Forms.DataGridViewTextBoxColumn A;
  205. private System.Windows.Forms.DataGridViewTextBoxColumn B;
  206. private System.Windows.Forms.DataGridViewTextBoxColumn C;
  207. private System.Windows.Forms.DataGridViewTextBoxColumn D;
  208. private System.Windows.Forms.DataGridViewTextBoxColumn E;
  209. private System.Windows.Forms.DataGridViewTextBoxColumn F;
  210. private System.Windows.Forms.DataGridViewTextBoxColumn G;
  211. private System.Windows.Forms.DataGridViewTextBoxColumn H;
  212. private System.Windows.Forms.DataGridViewTextBoxColumn I;
  213. private System.Windows.Forms.Button btnChart;
  214. private System.Windows.Forms.Button btnLmax;
  215. private System.Windows.Forms.Button button1;
  216. }
  217. }