123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- namespace OTSIncAReportApp.OTSMgrInfo
- {
- partial class Triangulation_Item
- {
- /// <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_Item));
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.Gview_element = new System.Windows.Forms.DataGridView();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.cbo_elementname = new System.Windows.Forms.ComboBox();
- this.cbo_elementnumber = new System.Windows.Forms.ComboBox();
- this.button3 = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.tb_itemname = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.Gview_element)).BeginInit();
- this.SuspendLayout();
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(255, 281);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(117, 36);
- this.button2.TabIndex = 60;
- this.button2.Text = "返 回";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(92, 281);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(117, 36);
- this.button1.TabIndex = 50;
- this.button1.Text = "保 存";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Gview_element
- //
- this.Gview_element.AllowUserToAddRows = false;
- this.Gview_element.AllowUserToDeleteRows = false;
- this.Gview_element.AllowUserToResizeColumns = false;
- this.Gview_element.AllowUserToResizeRows = false;
- this.Gview_element.BackgroundColor = System.Drawing.Color.White;
- this.Gview_element.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.Gview_element.Location = new System.Drawing.Point(12, 12);
- this.Gview_element.MultiSelect = false;
- this.Gview_element.Name = "Gview_element";
- this.Gview_element.ReadOnly = true;
- this.Gview_element.RowHeadersVisible = false;
- this.Gview_element.RowTemplate.Height = 30;
- this.Gview_element.Size = new System.Drawing.Size(437, 161);
- this.Gview_element.TabIndex = 70;
- this.Gview_element.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Gview_element_CellClick);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(15, 237);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(80, 18);
- this.label1.TabIndex = 136;
- this.label1.Text = "元素名称";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(192, 237);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(80, 18);
- this.label2.TabIndex = 136;
- this.label2.Text = "元素数量";
- //
- // cbo_elementname
- //
- this.cbo_elementname.FormattingEnabled = true;
- this.cbo_elementname.Location = new System.Drawing.Point(101, 234);
- this.cbo_elementname.Name = "cbo_elementname";
- this.cbo_elementname.Size = new System.Drawing.Size(82, 26);
- this.cbo_elementname.TabIndex = 20;
- //
- // cbo_elementnumber
- //
- this.cbo_elementnumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbo_elementnumber.FormattingEnabled = true;
- this.cbo_elementnumber.Location = new System.Drawing.Point(278, 234);
- this.cbo_elementnumber.Name = "cbo_elementnumber";
- this.cbo_elementnumber.Size = new System.Drawing.Size(82, 26);
- this.cbo_elementnumber.TabIndex = 30;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(384, 228);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(65, 36);
- this.button3.TabIndex = 40;
- this.button3.Text = "添加";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(15, 194);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(80, 18);
- this.label3.TabIndex = 136;
- this.label3.Text = "项目名称";
- //
- // tb_itemname
- //
- this.tb_itemname.Location = new System.Drawing.Point(101, 191);
- this.tb_itemname.Name = "tb_itemname";
- this.tb_itemname.Size = new System.Drawing.Size(348, 28);
- this.tb_itemname.TabIndex = 10;
- //
- // Triangulation_Item
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(461, 329);
- this.Controls.Add(this.tb_itemname);
- this.Controls.Add(this.cbo_elementnumber);
- this.Controls.Add(this.cbo_elementname);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.Gview_element);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(483, 385);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(483, 385);
- this.Name = "Triangulation_Item";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "三元相图模板";
- this.Load += new System.EventHandler(this.Triangulation_Item_Load);
- ((System.ComponentModel.ISupportInitialize)(this.Gview_element)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- public System.Windows.Forms.DataGridView Gview_element;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cbo_elementname;
- private System.Windows.Forms.ComboBox cbo_elementnumber;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tb_itemname;
- }
- }
|