namespace IStation.WinFrmUI { partial class InputXYDialog { /// /// 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() { this.buttonOK = new System.Windows.Forms.Button(); this.labelX = new System.Windows.Forms.Label(); this.labelY = new System.Windows.Forms.Label(); this.textX = new System.Windows.Forms.TextBox(); this.textY = new System.Windows.Forms.TextBox(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonOK // this.buttonOK.BackColor = System.Drawing.SystemColors.GradientActiveCaption; this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonOK.ForeColor = System.Drawing.Color.White; this.buttonOK.Location = new System.Drawing.Point(6, 62); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(76, 23); this.buttonOK.TabIndex = 2; this.buttonOK.Text = "确认"; this.buttonOK.UseVisualStyleBackColor = false; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // labelX // this.labelX.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.labelX.Location = new System.Drawing.Point(6, 10); this.labelX.Name = "labelX"; this.labelX.Size = new System.Drawing.Size(21, 18); this.labelX.TabIndex = 1; this.labelX.Text = "X"; this.labelX.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelY // this.labelY.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.labelY.Location = new System.Drawing.Point(-3, 37); this.labelY.Name = "labelY"; this.labelY.Size = new System.Drawing.Size(30, 18); this.labelY.TabIndex = 2; this.labelY.Text = "Y"; this.labelY.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textX // this.textX.Location = new System.Drawing.Point(33, 7); this.textX.Name = "textX"; this.textX.Size = new System.Drawing.Size(76, 21); this.textX.TabIndex = 0; this.textX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textY // this.textY.Location = new System.Drawing.Point(33, 34); this.textY.Name = "textY"; this.textY.Size = new System.Drawing.Size(76, 21); this.textY.TabIndex = 1; this.textY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Maroon; this.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(88, 62); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(21, 23); this.btnCancel.TabIndex = 2; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // InputXYDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.ClientSize = new System.Drawing.Size(120, 91); this.ControlBox = false; this.Controls.Add(this.textY); this.Controls.Add(this.textX); this.Controls.Add(this.labelY); this.Controls.Add(this.labelX); this.Controls.Add(this.btnCancel); this.Controls.Add(this.buttonOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "InputXYDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "输入流量扬程"; this.Load += new System.EventHandler(this.InputXYDialog_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Label labelX; private System.Windows.Forms.Label labelY; public System.Windows.Forms.TextBox textX; public System.Windows.Forms.TextBox textY; private System.Windows.Forms.Button btnCancel; } }