GridForm.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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(12, 50);
  63. this.dtgrid.Name = "dtgrid";
  64. this.dtgrid.ReadOnly = true;
  65. this.dtgrid.RowTemplate.Height = 30;
  66. this.dtgrid.Size = new System.Drawing.Size(1565, 801);
  67. this.dtgrid.TabIndex = 0;
  68. //
  69. // A
  70. //
  71. this.A.HeaderText = "A";
  72. this.A.Name = "A";
  73. this.A.ReadOnly = true;
  74. //
  75. // B
  76. //
  77. this.B.HeaderText = "B";
  78. this.B.Name = "B";
  79. this.B.ReadOnly = true;
  80. //
  81. // C
  82. //
  83. this.C.HeaderText = "C";
  84. this.C.Name = "C";
  85. this.C.ReadOnly = true;
  86. //
  87. // D
  88. //
  89. this.D.HeaderText = "D";
  90. this.D.Name = "D";
  91. this.D.ReadOnly = true;
  92. //
  93. // E
  94. //
  95. this.E.HeaderText = "E";
  96. this.E.Name = "E";
  97. this.E.ReadOnly = true;
  98. //
  99. // F
  100. //
  101. this.F.HeaderText = "F";
  102. this.F.Name = "F";
  103. this.F.ReadOnly = true;
  104. //
  105. // G
  106. //
  107. this.G.HeaderText = "G";
  108. this.G.Name = "G";
  109. this.G.ReadOnly = true;
  110. //
  111. // H
  112. //
  113. this.H.HeaderText = "H";
  114. this.H.Name = "H";
  115. this.H.ReadOnly = true;
  116. //
  117. // I
  118. //
  119. this.I.HeaderText = "I";
  120. this.I.Name = "I";
  121. this.I.ReadOnly = true;
  122. //
  123. // label1
  124. //
  125. this.label1.AutoSize = true;
  126. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.label1.Location = new System.Drawing.Point(377, 9);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(460, 24);
  130. this.label1.TabIndex = 1;
  131. this.label1.Text = "夹杂物长度、概率和所计算出的统计参数";
  132. //
  133. // label2
  134. //
  135. this.label2.AutoSize = true;
  136. this.label2.Location = new System.Drawing.Point(1127, 15);
  137. this.label2.Name = "label2";
  138. this.label2.Size = new System.Drawing.Size(98, 18);
  139. this.label2.TabIndex = 2;
  140. this.label2.Text = "单位为微米";
  141. //
  142. // btnChart
  143. //
  144. this.btnChart.Location = new System.Drawing.Point(1393, 4);
  145. this.btnChart.Name = "btnChart";
  146. this.btnChart.Size = new System.Drawing.Size(75, 40);
  147. this.btnChart.TabIndex = 3;
  148. this.btnChart.Text = "分析图";
  149. this.btnChart.UseVisualStyleBackColor = true;
  150. this.btnChart.Click += new System.EventHandler(this.btnChart_Click);
  151. //
  152. // btnLmax
  153. //
  154. this.btnLmax.Location = new System.Drawing.Point(1482, 4);
  155. this.btnLmax.Name = "btnLmax";
  156. this.btnLmax.Size = new System.Drawing.Size(94, 40);
  157. this.btnLmax.TabIndex = 4;
  158. this.btnLmax.Text = "极值分布";
  159. this.btnLmax.UseVisualStyleBackColor = true;
  160. this.btnLmax.Click += new System.EventHandler(this.btnLmax_Click);
  161. //
  162. // button1
  163. //
  164. this.button1.Location = new System.Drawing.Point(1300, 4);
  165. this.button1.Name = "button1";
  166. this.button1.Size = new System.Drawing.Size(75, 40);
  167. this.button1.TabIndex = 5;
  168. this.button1.Text = "导出";
  169. this.button1.UseVisualStyleBackColor = true;
  170. this.button1.Visible = false;
  171. this.button1.Click += new System.EventHandler(this.button1_Click);
  172. //
  173. // GridForm
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(1588, 863);
  178. this.Controls.Add(this.button1);
  179. this.Controls.Add(this.btnLmax);
  180. this.Controls.Add(this.btnChart);
  181. this.Controls.Add(this.label2);
  182. this.Controls.Add(this.label1);
  183. this.Controls.Add(this.dtgrid);
  184. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  185. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  186. this.MaximizeBox = false;
  187. this.Name = "GridForm";
  188. this.Text = "参数统计";
  189. this.Load += new System.EventHandler(this.GridForm_Load);
  190. ((System.ComponentModel.ISupportInitialize)(this.dtgrid)).EndInit();
  191. this.ResumeLayout(false);
  192. this.PerformLayout();
  193. }
  194. #endregion
  195. private System.Windows.Forms.DataGridView dtgrid;
  196. private System.Windows.Forms.Label label1;
  197. private System.Windows.Forms.Label label2;
  198. private System.Windows.Forms.DataGridViewTextBoxColumn A;
  199. private System.Windows.Forms.DataGridViewTextBoxColumn B;
  200. private System.Windows.Forms.DataGridViewTextBoxColumn C;
  201. private System.Windows.Forms.DataGridViewTextBoxColumn D;
  202. private System.Windows.Forms.DataGridViewTextBoxColumn E;
  203. private System.Windows.Forms.DataGridViewTextBoxColumn F;
  204. private System.Windows.Forms.DataGridViewTextBoxColumn G;
  205. private System.Windows.Forms.DataGridViewTextBoxColumn H;
  206. private System.Windows.Forms.DataGridViewTextBoxColumn I;
  207. private System.Windows.Forms.Button btnChart;
  208. private System.Windows.Forms.Button btnLmax;
  209. private System.Windows.Forms.Button button1;
  210. }
  211. }