SmartHouseAPI/Source/MyHouse/DbOp/FrmGoodsEntry.Designer.cs
zilinsoft f0ff641ed4 ## 2025-02-08 星期六更新
### MyHouse    V1.0.2502.0801
- *.[新增]适配新版接口。
### SmartHouseAPI    V1.0.2502.0801
- *.[新增]支持Docker部署,支持NAS。
2025-02-08 17:01:20 +08:00

262 lines
12 KiB
C#

namespace MyHouse.DbOp
{
partial class FrmGoodsEntry
{
/// <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()
{
this.BtnCancel = new ryControls.ButtonEx();
this.BtnOK = new ryControls.ButtonEx();
this.label1 = new System.Windows.Forms.Label();
this.txtName = new ryControls.TextBoxEx2();
this.label2 = new System.Windows.Forms.Label();
this.NumCount = new ryControls.NumericUpDownEx();
this.label3 = new System.Windows.Forms.Label();
this.TxtDes = new ryControls.TextBoxEx2();
this.TxtUnit = new ryControls.TextBoxEx2();
this.LblState = new System.Windows.Forms.Label();
this.TxtGoodsSN = new ryControls.TextBoxEx2();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.NumCount)).BeginInit();
this.SuspendLayout();
//
// BtnCancel
//
this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnCancel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnCancel.Location = new System.Drawing.Point(311, 318);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(65, 27);
this.BtnCancel.TabIndex = 5;
this.BtnCancel.Text = "取消";
this.BtnCancel.UseVisualStyleBackColor = true;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// BtnOK
//
this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.BtnOK.Location = new System.Drawing.Point(240, 318);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(65, 27);
this.BtnOK.TabIndex = 4;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(131, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 7;
this.label1.Text = "名称";
//
// txtName
//
this.txtName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.txtName.EmptyText = "";
this.txtName.Location = new System.Drawing.Point(133, 47);
this.txtName.MaxLength = 999999999;
this.txtName.Multiline = false;
this.txtName.Name = "txtName";
this.txtName.OnlyNumeric = false;
this.txtName.PasswordChar = '\0';
this.txtName.ReadOnly = true;
this.txtName.SelectedText = "";
this.txtName.SelectionLength = 0;
this.txtName.SelectionStart = 0;
this.txtName.Size = new System.Drawing.Size(243, 25);
this.txtName.TabIndex = 6;
this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtName.ToolTip = "";
this.txtName.WordWrap = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 8;
this.label2.Text = "数量";
//
// NumCount
//
this.NumCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.NumCount.DecimalPlaces = 2;
this.NumCount.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NumCount.Location = new System.Drawing.Point(9, 90);
this.NumCount.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.NumCount.Name = "NumCount";
this.NumCount.Size = new System.Drawing.Size(118, 22);
this.NumCount.TabIndex = 9;
this.NumCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NumCount.ValueChanged += new System.EventHandler(this.NumCount_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 115);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 11;
this.label3.Text = "备注";
//
// TxtDes
//
this.TxtDes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtDes.BackColor = System.Drawing.Color.White;
this.TxtDes.EmptyText = "";
this.TxtDes.Location = new System.Drawing.Point(9, 130);
this.TxtDes.MaxLength = 999999999;
this.TxtDes.Multiline = true;
this.TxtDes.Name = "TxtDes";
this.TxtDes.OnlyNumeric = false;
this.TxtDes.PasswordChar = '\0';
this.TxtDes.ReadOnly = false;
this.TxtDes.SelectedText = "";
this.TxtDes.SelectionLength = 0;
this.TxtDes.SelectionStart = 0;
this.TxtDes.Size = new System.Drawing.Size(367, 182);
this.TxtDes.TabIndex = 12;
this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtDes.ToolTip = "";
this.TxtDes.WordWrap = true;
//
// TxtUnit
//
this.TxtUnit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.TxtUnit.EmptyText = "";
this.TxtUnit.Location = new System.Drawing.Point(133, 88);
this.TxtUnit.MaxLength = 999999999;
this.TxtUnit.Multiline = false;
this.TxtUnit.Name = "TxtUnit";
this.TxtUnit.OnlyNumeric = false;
this.TxtUnit.PasswordChar = '\0';
this.TxtUnit.ReadOnly = true;
this.TxtUnit.SelectedText = "";
this.TxtUnit.SelectionLength = 0;
this.TxtUnit.SelectionStart = 0;
this.TxtUnit.Size = new System.Drawing.Size(45, 25);
this.TxtUnit.TabIndex = 13;
this.TxtUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtUnit.ToolTip = "";
this.TxtUnit.WordWrap = true;
//
// LblState
//
this.LblState.AutoSize = true;
this.LblState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.LblState.Location = new System.Drawing.Point(184, 96);
this.LblState.Name = "LblState";
this.LblState.Size = new System.Drawing.Size(29, 12);
this.LblState.TabIndex = 45;
this.LblState.Text = "持平";
//
// TxtGoodsSN
//
this.TxtGoodsSN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.TxtGoodsSN.EmptyText = "";
this.TxtGoodsSN.Location = new System.Drawing.Point(9, 47);
this.TxtGoodsSN.MaxLength = 999999999;
this.TxtGoodsSN.Multiline = false;
this.TxtGoodsSN.Name = "TxtGoodsSN";
this.TxtGoodsSN.OnlyNumeric = false;
this.TxtGoodsSN.PasswordChar = '\0';
this.TxtGoodsSN.ReadOnly = true;
this.TxtGoodsSN.SelectedText = "";
this.TxtGoodsSN.SelectionLength = 0;
this.TxtGoodsSN.SelectionStart = 0;
this.TxtGoodsSN.Size = new System.Drawing.Size(118, 25);
this.TxtGoodsSN.TabIndex = 47;
this.TxtGoodsSN.TabStop = false;
this.TxtGoodsSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtGoodsSN.ToolTip = "";
this.TxtGoodsSN.WordWrap = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.SystemColors.Control;
this.label4.Location = new System.Drawing.Point(8, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 46;
this.label4.Text = "编号";
//
// FrmGoodsEntry
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(386, 355);
this.Controls.Add(this.TxtGoodsSN);
this.Controls.Add(this.label4);
this.Controls.Add(this.LblState);
this.Controls.Add(this.TxtUnit);
this.Controls.Add(this.TxtDes);
this.Controls.Add(this.label3);
this.Controls.Add(this.NumCount);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtName);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Location = new System.Drawing.Point(0, 0);
this.MaximizeBox = false;
this.Name = "FrmGoodsEntry";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "新增";
this.Load += new System.EventHandler(this.FrmAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.NumCount)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ryControls.ButtonEx BtnCancel;
private ryControls.ButtonEx BtnOK;
private System.Windows.Forms.Label label1;
private ryControls.TextBoxEx2 txtName;
private System.Windows.Forms.Label label2;
private ryControls.NumericUpDownEx NumCount;
private System.Windows.Forms.Label label3;
private ryControls.TextBoxEx2 TxtDes;
private ryControls.TextBoxEx2 TxtUnit;
private System.Windows.Forms.Label LblState;
private ryControls.TextBoxEx2 TxtGoodsSN;
private System.Windows.Forms.Label label4;
}
}