### MyHouse V1.0.2502.0801 - *.[新增]适配新版接口。 ### SmartHouseAPI V1.0.2502.0801 - *.[新增]支持Docker部署,支持NAS。
256 lines
12 KiB
C#
256 lines
12 KiB
C#
namespace MyHouse.DbOp
|
|
{
|
|
partial class FrmLocationAdd
|
|
{
|
|
/// <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.label3 = new System.Windows.Forms.Label();
|
|
this.TxtDes = new ryControls.TextBoxEx2();
|
|
this.PicLogo = new System.Windows.Forms.PictureBox();
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
this.BtnCapture = new ryControls.ButtonEx();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.TxtSN = new ryControls.TextBoxEx2();
|
|
this.DtLocation = new ryControls.DoubleText();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.PicLogo)).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(393, 311);
|
|
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(322, 311);
|
|
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(7, 76);
|
|
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.White;
|
|
this.txtName.EmptyText = "";
|
|
this.txtName.Location = new System.Drawing.Point(9, 91);
|
|
this.txtName.MaxLength = 999999999;
|
|
this.txtName.Multiline = false;
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.OnlyNumeric = false;
|
|
this.txtName.PasswordChar = '\0';
|
|
this.txtName.ReadOnly = false;
|
|
this.txtName.SelectedText = "";
|
|
this.txtName.SelectionLength = 0;
|
|
this.txtName.SelectionStart = 0;
|
|
this.txtName.Size = new System.Drawing.Size(216, 25);
|
|
this.txtName.TabIndex = 6;
|
|
this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtName.ToolTip = "";
|
|
this.txtName.WordWrap = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(7, 164);
|
|
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, 180);
|
|
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(216, 125);
|
|
this.TxtDes.TabIndex = 12;
|
|
this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtDes.ToolTip = "";
|
|
this.TxtDes.WordWrap = true;
|
|
//
|
|
// PicLogo
|
|
//
|
|
this.PicLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PicLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.PicLogo.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.PicLogo.Location = new System.Drawing.Point(231, 32);
|
|
this.PicLogo.Name = "PicLogo";
|
|
this.PicLogo.Size = new System.Drawing.Size(227, 273);
|
|
this.PicLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.PicLogo.TabIndex = 23;
|
|
this.PicLogo.TabStop = false;
|
|
this.PicLogo.Click += new System.EventHandler(this.PicLogo_Click);
|
|
//
|
|
// openFileDialog1
|
|
//
|
|
this.openFileDialog1.Filter = "图片文件|*.png;*.jpg;*.bmp;*.jpeg";
|
|
//
|
|
// BtnCapture
|
|
//
|
|
this.BtnCapture.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.BtnCapture.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnCapture.Location = new System.Drawing.Point(9, 311);
|
|
this.BtnCapture.Name = "BtnCapture";
|
|
this.BtnCapture.Size = new System.Drawing.Size(65, 27);
|
|
this.BtnCapture.TabIndex = 24;
|
|
this.BtnCapture.Text = "截图";
|
|
this.BtnCapture.UseVisualStyleBackColor = true;
|
|
this.BtnCapture.Click += new System.EventHandler(this.BtnCapture_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 32);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(29, 12);
|
|
this.label2.TabIndex = 26;
|
|
this.label2.Text = "编号";
|
|
//
|
|
// TxtSN
|
|
//
|
|
this.TxtSN.BackColor = System.Drawing.Color.White;
|
|
this.TxtSN.EmptyText = "";
|
|
this.TxtSN.Location = new System.Drawing.Point(9, 47);
|
|
this.TxtSN.MaxLength = 999999999;
|
|
this.TxtSN.Multiline = false;
|
|
this.TxtSN.Name = "TxtSN";
|
|
this.TxtSN.OnlyNumeric = false;
|
|
this.TxtSN.PasswordChar = '\0';
|
|
this.TxtSN.ReadOnly = false;
|
|
this.TxtSN.SelectedText = "";
|
|
this.TxtSN.SelectionLength = 0;
|
|
this.TxtSN.SelectionStart = 0;
|
|
this.TxtSN.Size = new System.Drawing.Size(216, 25);
|
|
this.TxtSN.TabIndex = 25;
|
|
this.TxtSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtSN.ToolTip = "";
|
|
this.TxtSN.WordWrap = true;
|
|
//
|
|
// DtLocation
|
|
//
|
|
this.DtLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.DtLocation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
|
|
this.DtLocation.Location = new System.Drawing.Point(9, 135);
|
|
this.DtLocation.Name = "DtLocation";
|
|
this.DtLocation.SelectName = "";
|
|
this.DtLocation.Size = new System.Drawing.Size(216, 23);
|
|
this.DtLocation.TabIndex = 28;
|
|
this.DtLocation.OnSelected += new System.EventHandler(this.DtLocation_OnSelected);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(7, 120);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 27;
|
|
this.label4.Text = "所在位置";
|
|
//
|
|
// FrmLocationAdd
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(468, 348);
|
|
this.Controls.Add(this.DtLocation);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.TxtSN);
|
|
this.Controls.Add(this.BtnCapture);
|
|
this.Controls.Add(this.PicLogo);
|
|
this.Controls.Add(this.TxtDes);
|
|
this.Controls.Add(this.label3);
|
|
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 = "FrmLocationAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "新增";
|
|
this.Load += new System.EventHandler(this.FrmAdd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.PicLogo)).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 label3;
|
|
private ryControls.TextBoxEx2 TxtDes;
|
|
private System.Windows.Forms.PictureBox PicLogo;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
private ryControls.ButtonEx BtnCapture;
|
|
private System.Windows.Forms.Label label2;
|
|
private ryControls.TextBoxEx2 TxtSN;
|
|
private ryControls.DoubleText DtLocation;
|
|
private System.Windows.Forms.Label label4;
|
|
}
|
|
} |