using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Mesnac.Action.ChemicalWeighing.LjStock { partial class FrmStock { /// /// 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.TankName = new System.Windows.Forms.TextBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.DrpType = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // TankName // this.TankName.Enabled = false; this.TankName.Location = new System.Drawing.Point(81, 66); this.TankName.Margin = new System.Windows.Forms.Padding(5); this.TankName.MaxLength = 100; this.TankName.Name = "TankName"; this.TankName.Size = new System.Drawing.Size(161, 21); this.TankName.TabIndex = 29; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(144, 97); 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 = 28; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(14, 97); 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 = 27; this.btnOK.Text = "确认"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(18, 69); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 24; this.label4.Text = "大仓名称"; // // DrpType // this.DrpType.FormattingEnabled = true; this.DrpType.Location = new System.Drawing.Point(81, 12); this.DrpType.Name = "DrpType"; this.DrpType.Size = new System.Drawing.Size(161, 20); this.DrpType.TabIndex = 42; this.DrpType.SelectedIndexChanged += new System.EventHandler(this.DrpType_SelectedIndexChanged); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(81, 38); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(161, 20); this.comboBox2.TabIndex = 43; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 15); this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 40; this.label3.Text = "物料类别:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 41); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 12); this.label2.TabIndex = 41; this.label2.Text = "物料名称:"; // // FrmStock // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(255, 157); this.Controls.Add(this.DrpType); this.Controls.Add(this.comboBox2); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.TankName); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.label4); this.Name = "FrmStock"; this.Text = "大仓物料"; this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.ComboBox DrpType; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox TankName; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; #endregion } }