123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- namespace OTSExtremum
- {
- partial class GroupsGridForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupsGridForm));
- this.dtgrid = new System.Windows.Forms.DataGridView();
- this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ln = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.L1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Lmax = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Tn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.T1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Range = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Lmin = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LmaxView = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnShow = 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.Number,
- this.Ln,
- this.L1,
- this.Lmax,
- this.SE,
- this.Tn,
- this.T1,
- this.Range,
- this.Lmin,
- this.LmaxView});
- this.dtgrid.Location = new System.Drawing.Point(12, 50);
- this.dtgrid.Name = "dtgrid";
- this.dtgrid.ReadOnly = true;
- this.dtgrid.RowTemplate.Height = 30;
- this.dtgrid.Size = new System.Drawing.Size(1678, 401);
- this.dtgrid.TabIndex = 1;
- //
- // Number
- //
- this.Number.HeaderText = "试样编号";
- this.Number.Name = "Number";
- this.Number.ReadOnly = true;
- this.Number.Width = 120;
- //
- // Ln
- //
- this.Ln.HeaderText = "Ln";
- this.Ln.Name = "Ln";
- this.Ln.ReadOnly = true;
- //
- // L1
- //
- this.L1.HeaderText = "L1";
- this.L1.Name = "L1";
- this.L1.ReadOnly = true;
- //
- // Lmax
- //
- this.Lmax.HeaderText = "Lmax";
- this.Lmax.Name = "Lmax";
- this.Lmax.ReadOnly = true;
- //
- // SE
- //
- this.SE.HeaderText = "2SE(X)";
- this.SE.Name = "SE";
- this.SE.ReadOnly = true;
- //
- // Tn
- //
- this.Tn.HeaderText = "Tn";
- this.Tn.Name = "Tn";
- this.Tn.ReadOnly = true;
- //
- // T1
- //
- this.T1.HeaderText = "T1";
- this.T1.Name = "T1";
- this.T1.ReadOnly = true;
- //
- // Range
- //
- this.Range.HeaderText = "范围";
- this.Range.Name = "Range";
- this.Range.ReadOnly = true;
- //
- // Lmin
- //
- this.Lmin.HeaderText = "Lmin";
- this.Lmin.Name = "Lmin";
- this.Lmin.ReadOnly = true;
- //
- // LmaxView
- //
- this.LmaxView.HeaderText = "Lmax";
- this.LmaxView.Name = "LmaxView";
- this.LmaxView.ReadOnly = true;
- //
- // panel1
- //
- this.panel1.AutoScroll = true;
- this.panel1.Location = new System.Drawing.Point(12, 457);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1678, 625);
- this.panel1.TabIndex = 2;
- //
- // btnShow
- //
- this.btnShow.Location = new System.Drawing.Point(1564, 12);
- this.btnShow.Name = "btnShow";
- this.btnShow.Size = new System.Drawing.Size(126, 32);
- this.btnShow.TabIndex = 3;
- this.btnShow.Text = "差异性分析";
- this.btnShow.UseVisualStyleBackColor = true;
- this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
- //
- // GroupsGridForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1704, 1120);
- this.Controls.Add(this.btnShow);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.dtgrid);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "GroupsGridForm";
- this.Text = "夹杂物极值";
- this.Load += new System.EventHandler(this.GroupsGridForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dtgrid)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView dtgrid;
- private System.Windows.Forms.DataGridViewTextBoxColumn Number;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ln;
- private System.Windows.Forms.DataGridViewTextBoxColumn L1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Lmax;
- private System.Windows.Forms.DataGridViewTextBoxColumn SE;
- private System.Windows.Forms.DataGridViewTextBoxColumn Tn;
- private System.Windows.Forms.DataGridViewTextBoxColumn T1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Range;
- private System.Windows.Forms.DataGridViewTextBoxColumn Lmin;
- private System.Windows.Forms.DataGridViewTextBoxColumn LmaxView;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnShow;
- }
- }
|