namespace OTSIncAReportApp.OTSMgrInfo { partial class Triangulation_List { /// /// 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(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; } }