namespace OTSExtremum { partial class InputValue { /// /// 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(InputValue)); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.txtString = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(349, 71); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(95, 35); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(238, 71); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(95, 35); this.btnOK.TabIndex = 4; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // txtString // this.txtString.Location = new System.Drawing.Point(12, 12); this.txtString.Name = "txtString"; this.txtString.Size = new System.Drawing.Size(375, 28); this.txtString.TabIndex = 3; this.txtString.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtString_KeyPress); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(392, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 18); this.label1.TabIndex = 6; this.label1.Text = "(μm)"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(242, 18); this.label2.TabIndex = 7; this.label2.Text = "* 输入多数据用英文逗号分开"; // // InputValue // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(456, 115); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.txtString); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "InputValue"; this.Text = "添加颗粒"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.TextBox txtString; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; } }