| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 | namespace OTSIncAReportApp.OTSMgrInfo{    partial class Triangulation_List    {        /// <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(Triangulation_List));            this.Gview_moban = new System.Windows.Forms.DataGridView();            this.button1 = new System.Windows.Forms.Button();            this.button2 = new System.Windows.Forms.Button();            ((System.ComponentModel.ISupportInitialize)(this.Gview_moban)).BeginInit();            this.SuspendLayout();            //             // Gview_moban            //             this.Gview_moban.AllowUserToAddRows = false;            this.Gview_moban.AllowUserToDeleteRows = false;            this.Gview_moban.AllowUserToResizeColumns = false;            this.Gview_moban.AllowUserToResizeRows = false;            this.Gview_moban.BackgroundColor = System.Drawing.Color.White;            this.Gview_moban.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            this.Gview_moban.Location = new System.Drawing.Point(12, 12);            this.Gview_moban.MultiSelect = false;            this.Gview_moban.Name = "Gview_moban";            this.Gview_moban.ReadOnly = true;            this.Gview_moban.RowHeadersVisible = false;            this.Gview_moban.RowTemplate.Height = 30;            this.Gview_moban.Size = new System.Drawing.Size(506, 431);            this.Gview_moban.TabIndex = 131;            this.Gview_moban.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Gview_gz_CellClick);            //             // button1            //             this.button1.Location = new System.Drawing.Point(43, 457);            this.button1.Name = "button1";            this.button1.Size = new System.Drawing.Size(117, 36);            this.button1.TabIndex = 132;            this.button1.Text = "添  加";            this.button1.UseVisualStyleBackColor = true;            this.button1.Click += new System.EventHandler(this.button1_Click);            //             // button2            //             this.button2.Location = new System.Drawing.Point(375, 457);            this.button2.Name = "button2";            this.button2.Size = new System.Drawing.Size(117, 36);            this.button2.TabIndex = 132;            this.button2.Text = "返  回";            this.button2.UseVisualStyleBackColor = true;            this.button2.Click += new System.EventHandler(this.button2_Click);            //             // Triangulation_List            //             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(528, 505);            this.Controls.Add(this.button2);            this.Controls.Add(this.button1);            this.Controls.Add(this.Gview_moban);            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));            this.MaximizeBox = false;            this.MaximumSize = new System.Drawing.Size(550, 561);            this.MinimizeBox = false;            this.MinimumSize = new System.Drawing.Size(550, 561);            this.Name = "Triangulation_List";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "三元相图模板列表";            this.Load += new System.EventHandler(this.Triangulation_List_Load);            ((System.ComponentModel.ISupportInitialize)(this.Gview_moban)).EndInit();            this.ResumeLayout(false);        }        #endregion        public System.Windows.Forms.DataGridView Gview_moban;        private System.Windows.Forms.Button button1;        private System.Windows.Forms.Button button2;    }}
 |