using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Mesnac.Action.ChemicalWeighing.LjProportional { partial class FrmProportional { /// /// Required designer variable. /// private 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.SV = new System.Windows.Forms.TextBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // SV // this.SV.Location = new System.Drawing.Point(152, 60); this.SV.Margin = new System.Windows.Forms.Padding(5); this.SV.Name = "SV"; this.SV.Size = new System.Drawing.Size(129, 21); this.SV.TabIndex = 64; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(217, 138); this.btnCancel.Margin = new System.Windows.Forms.Padding(5); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(98, 45); this.btnCancel.TabIndex = 62; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(44, 138); this.btnOK.Margin = new System.Windows.Forms.Padding(5); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(98, 45); this.btnOK.TabIndex = 61; this.btnOK.Text = "确认"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(71, 60); this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 12); this.label3.TabIndex = 60; this.label3.Text = "底料位重量:"; // // FrmProportional // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(397, 450); this.Controls.Add(this.SV); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.label3); this.Name = "FrmProportional"; this.RightToLeftLayout = true; this.Text = "比例阀参数设定"; this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.TextBox SV; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Label label3; #endregion } }