GroupsGridForm.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. namespace OTSExtremum
  2. {
  3. partial class GroupsGridForm
  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(GroupsGridForm));
  29. this.dtgrid = new System.Windows.Forms.DataGridView();
  30. this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.Ln = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.L1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Lmax = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.SE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Tn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.T1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Range = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Lmin = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.LmaxView = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.btnShow = new System.Windows.Forms.Button();
  42. ((System.ComponentModel.ISupportInitialize)(this.dtgrid)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // dtgrid
  46. //
  47. this.dtgrid.AllowUserToAddRows = false;
  48. this.dtgrid.AllowUserToDeleteRows = false;
  49. this.dtgrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  50. this.dtgrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  51. this.Number,
  52. this.Ln,
  53. this.L1,
  54. this.Lmax,
  55. this.SE,
  56. this.Tn,
  57. this.T1,
  58. this.Range,
  59. this.Lmin,
  60. this.LmaxView});
  61. this.dtgrid.Location = new System.Drawing.Point(12, 50);
  62. this.dtgrid.Name = "dtgrid";
  63. this.dtgrid.ReadOnly = true;
  64. this.dtgrid.RowTemplate.Height = 30;
  65. this.dtgrid.Size = new System.Drawing.Size(1678, 401);
  66. this.dtgrid.TabIndex = 1;
  67. //
  68. // Number
  69. //
  70. this.Number.HeaderText = "试样编号";
  71. this.Number.Name = "Number";
  72. this.Number.ReadOnly = true;
  73. this.Number.Width = 120;
  74. //
  75. // Ln
  76. //
  77. this.Ln.HeaderText = "Ln";
  78. this.Ln.Name = "Ln";
  79. this.Ln.ReadOnly = true;
  80. //
  81. // L1
  82. //
  83. this.L1.HeaderText = "L1";
  84. this.L1.Name = "L1";
  85. this.L1.ReadOnly = true;
  86. //
  87. // Lmax
  88. //
  89. this.Lmax.HeaderText = "Lmax";
  90. this.Lmax.Name = "Lmax";
  91. this.Lmax.ReadOnly = true;
  92. //
  93. // SE
  94. //
  95. this.SE.HeaderText = "2SE(X)";
  96. this.SE.Name = "SE";
  97. this.SE.ReadOnly = true;
  98. //
  99. // Tn
  100. //
  101. this.Tn.HeaderText = "Tn";
  102. this.Tn.Name = "Tn";
  103. this.Tn.ReadOnly = true;
  104. //
  105. // T1
  106. //
  107. this.T1.HeaderText = "T1";
  108. this.T1.Name = "T1";
  109. this.T1.ReadOnly = true;
  110. //
  111. // Range
  112. //
  113. this.Range.HeaderText = "范围";
  114. this.Range.Name = "Range";
  115. this.Range.ReadOnly = true;
  116. //
  117. // Lmin
  118. //
  119. this.Lmin.HeaderText = "Lmin";
  120. this.Lmin.Name = "Lmin";
  121. this.Lmin.ReadOnly = true;
  122. //
  123. // LmaxView
  124. //
  125. this.LmaxView.HeaderText = "Lmax";
  126. this.LmaxView.Name = "LmaxView";
  127. this.LmaxView.ReadOnly = true;
  128. //
  129. // panel1
  130. //
  131. this.panel1.AutoScroll = true;
  132. this.panel1.Location = new System.Drawing.Point(12, 457);
  133. this.panel1.Name = "panel1";
  134. this.panel1.Size = new System.Drawing.Size(1678, 625);
  135. this.panel1.TabIndex = 2;
  136. //
  137. // btnShow
  138. //
  139. this.btnShow.Location = new System.Drawing.Point(1564, 12);
  140. this.btnShow.Name = "btnShow";
  141. this.btnShow.Size = new System.Drawing.Size(126, 32);
  142. this.btnShow.TabIndex = 3;
  143. this.btnShow.Text = "差异性分析";
  144. this.btnShow.UseVisualStyleBackColor = true;
  145. this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
  146. //
  147. // GroupsGridForm
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(1704, 1120);
  152. this.Controls.Add(this.btnShow);
  153. this.Controls.Add(this.panel1);
  154. this.Controls.Add(this.dtgrid);
  155. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  156. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  157. this.MaximizeBox = false;
  158. this.Name = "GroupsGridForm";
  159. this.Text = "夹杂物极值";
  160. this.Load += new System.EventHandler(this.GroupsGridForm_Load);
  161. ((System.ComponentModel.ISupportInitialize)(this.dtgrid)).EndInit();
  162. this.ResumeLayout(false);
  163. }
  164. #endregion
  165. private System.Windows.Forms.DataGridView dtgrid;
  166. private System.Windows.Forms.DataGridViewTextBoxColumn Number;
  167. private System.Windows.Forms.DataGridViewTextBoxColumn Ln;
  168. private System.Windows.Forms.DataGridViewTextBoxColumn L1;
  169. private System.Windows.Forms.DataGridViewTextBoxColumn Lmax;
  170. private System.Windows.Forms.DataGridViewTextBoxColumn SE;
  171. private System.Windows.Forms.DataGridViewTextBoxColumn Tn;
  172. private System.Windows.Forms.DataGridViewTextBoxColumn T1;
  173. private System.Windows.Forms.DataGridViewTextBoxColumn Range;
  174. private System.Windows.Forms.DataGridViewTextBoxColumn Lmin;
  175. private System.Windows.Forms.DataGridViewTextBoxColumn LmaxView;
  176. private System.Windows.Forms.Panel panel1;
  177. private System.Windows.Forms.Button btnShow;
  178. }
  179. }