namespace OTSExtremum { partial class GridForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GridForm)); this.dtgrid = new System.Windows.Forms.DataGridView(); this.A = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.B = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.C = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.E = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.F = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.G = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.I = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.btnChart = new System.Windows.Forms.Button(); this.btnLmax = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dtgrid)).BeginInit(); this.SuspendLayout(); // // dtgrid // this.dtgrid.AllowUserToAddRows = false; this.dtgrid.AllowUserToDeleteRows = false; this.dtgrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.A, this.B, this.C, this.D, this.E, this.F, this.G, this.H, this.I}); this.dtgrid.Location = new System.Drawing.Point(8, 33); this.dtgrid.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.dtgrid.Name = "dtgrid"; this.dtgrid.ReadOnly = true; this.dtgrid.RowTemplate.Height = 30; this.dtgrid.Size = new System.Drawing.Size(1043, 534); this.dtgrid.TabIndex = 0; // // A // this.A.HeaderText = "A"; this.A.Name = "A"; this.A.ReadOnly = true; // // B // this.B.HeaderText = "B"; this.B.Name = "B"; this.B.ReadOnly = true; // // C // this.C.HeaderText = "C"; this.C.Name = "C"; this.C.ReadOnly = true; // // D // this.D.HeaderText = "D"; this.D.Name = "D"; this.D.ReadOnly = true; // // E // this.E.HeaderText = "E"; this.E.Name = "E"; this.E.ReadOnly = true; // // F // this.F.HeaderText = "F"; this.F.Name = "F"; this.F.ReadOnly = true; // // G // this.G.HeaderText = "G"; this.G.Name = "G"; this.G.ReadOnly = true; // // H // this.H.HeaderText = "H"; this.H.Name = "H"; this.H.ReadOnly = true; // // I // this.I.HeaderText = "I"; this.I.Name = "I"; this.I.ReadOnly = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(251, 6); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(314, 16); this.label1.TabIndex = 1; this.label1.Text = "夹杂物长度、概率和所计算出的统计参数"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(751, 10); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 2; this.label2.Text = "单位为微米"; // // btnChart // this.btnChart.Location = new System.Drawing.Point(929, 3); this.btnChart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnChart.Name = "btnChart"; this.btnChart.Size = new System.Drawing.Size(50, 27); this.btnChart.TabIndex = 3; this.btnChart.Text = "分析图"; this.btnChart.UseVisualStyleBackColor = true; this.btnChart.Click += new System.EventHandler(this.btnChart_Click); // // btnLmax // this.btnLmax.Location = new System.Drawing.Point(988, 3); this.btnLmax.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnLmax.Name = "btnLmax"; this.btnLmax.Size = new System.Drawing.Size(63, 27); this.btnLmax.TabIndex = 4; this.btnLmax.Text = "极值分布"; this.btnLmax.UseVisualStyleBackColor = true; this.btnLmax.Click += new System.EventHandler(this.btnLmax_Click); // // button1 // this.button1.Location = new System.Drawing.Point(867, 3); this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(50, 27); this.button1.TabIndex = 5; this.button1.Text = "导出"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // GridForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(963, 575); this.Controls.Add(this.button1); this.Controls.Add(this.btnLmax); this.Controls.Add(this.btnChart); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.dtgrid); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MaximizeBox = false; this.Name = "GridForm"; this.Text = "参数统计"; this.Load += new System.EventHandler(this.GridForm_Load); ((System.ComponentModel.ISupportInitialize)(this.dtgrid)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dtgrid; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataGridViewTextBoxColumn A; private System.Windows.Forms.DataGridViewTextBoxColumn B; private System.Windows.Forms.DataGridViewTextBoxColumn C; private System.Windows.Forms.DataGridViewTextBoxColumn D; private System.Windows.Forms.DataGridViewTextBoxColumn E; private System.Windows.Forms.DataGridViewTextBoxColumn F; private System.Windows.Forms.DataGridViewTextBoxColumn G; private System.Windows.Forms.DataGridViewTextBoxColumn H; private System.Windows.Forms.DataGridViewTextBoxColumn I; private System.Windows.Forms.Button btnChart; private System.Windows.Forms.Button btnLmax; private System.Windows.Forms.Button button1; } }