namespace OTSIncAReportApp.OTSMgrInfo { partial class Triangulation_Edit { /// /// 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_Edit)); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtType1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtElement2 = new System.Windows.Forms.TextBox(); this.txtType2 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtType3 = new System.Windows.Forms.TextBox(); this.btn_xsys = new System.Windows.Forms.Button(); this.cboElement1 = new System.Windows.Forms.ComboBox(); this.cboElement3 = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(215, 283); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(85, 34); this.button1.TabIndex = 2; this.button1.Text = "Save"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(357, 283); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(84, 34); this.button2.TabIndex = 3; this.button2.Text = "Cancel"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F); this.label1.Location = new System.Drawing.Point(138, 64); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(106, 24); this.label1.TabIndex = 1015; this.label1.Text = "TypeName"; // // txtType1 // this.txtType1.Location = new System.Drawing.Point(99, 97); this.txtType1.Name = "txtType1"; this.txtType1.Size = new System.Drawing.Size(217, 28); this.txtType1.TabIndex = 1017; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 12F); this.label2.Location = new System.Drawing.Point(362, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(94, 24); this.label2.TabIndex = 1019; this.label2.Text = "Element"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 12F); this.label3.Location = new System.Drawing.Point(46, 97); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(46, 24); this.label3.TabIndex = 1020; this.label3.Text = "top"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 12F); this.label4.Location = new System.Drawing.Point(34, 148); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(58, 24); this.label4.TabIndex = 1025; this.label4.Text = "left"; // // txtElement2 // this.txtElement2.Location = new System.Drawing.Point(343, 148); this.txtElement2.Name = "txtElement2"; this.txtElement2.ReadOnly = true; this.txtElement2.Size = new System.Drawing.Size(141, 28); this.txtElement2.TabIndex = 1023; // // txtType2 // this.txtType2.Location = new System.Drawing.Point(99, 148); this.txtType2.Name = "txtType2"; this.txtType2.Size = new System.Drawing.Size(217, 28); this.txtType2.TabIndex = 1022; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 12F); this.label5.Location = new System.Drawing.Point(22, 198); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(70, 24); this.label5.TabIndex = 1028; this.label5.Text = "right"; // // txtType3 // this.txtType3.Location = new System.Drawing.Point(99, 198); this.txtType3.Name = "txtType3"; this.txtType3.Size = new System.Drawing.Size(217, 28); this.txtType3.TabIndex = 1026; // // btn_xsys // this.btn_xsys.Location = new System.Drawing.Point(490, 148); this.btn_xsys.Name = "btn_xsys"; this.btn_xsys.Size = new System.Drawing.Size(50, 28); this.btn_xsys.TabIndex = 1029; this.btn_xsys.Text = "..."; this.btn_xsys.UseVisualStyleBackColor = true; this.btn_xsys.Click += new System.EventHandler(this.btn_xsys_Click); // // cboElement1 // this.cboElement1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboElement1.FormattingEnabled = true; this.cboElement1.Location = new System.Drawing.Point(343, 100); this.cboElement1.Name = "cboElement1"; this.cboElement1.Size = new System.Drawing.Size(121, 26); this.cboElement1.TabIndex = 1030; // // cboElement3 // this.cboElement3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboElement3.FormattingEnabled = true; this.cboElement3.Location = new System.Drawing.Point(343, 201); this.cboElement3.Name = "cboElement3"; this.cboElement3.Size = new System.Drawing.Size(121, 26); this.cboElement3.TabIndex = 1030; // // Triangulation_Edit // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(566, 406); this.Controls.Add(this.cboElement3); this.Controls.Add(this.cboElement1); this.Controls.Add(this.btn_xsys); this.Controls.Add(this.label5); this.Controls.Add(this.txtType3); this.Controls.Add(this.label4); this.Controls.Add(this.txtElement2); this.Controls.Add(this.txtType2); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtType1); this.Controls.Add(this.label1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(588, 462); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(588, 462); this.Name = "Triangulation_Edit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "三元相图模板编辑"; this.Load += new System.EventHandler(this.Triangulation_Edit_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtType1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtElement2; private System.Windows.Forms.TextBox txtType2; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtType3; private System.Windows.Forms.Button btn_xsys; private System.Windows.Forms.ComboBox cboElement1; private System.Windows.Forms.ComboBox cboElement3; } }