SmartHouseAPI/Source/MyHouse/DbOp/FrmSetOpTime.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

134 lines
5.9 KiB
C#

namespace MyHouse.DbOp
{
partial class FrmSetOpTime
{
/// <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.CbbMode = new ryControls.RyComboBox();
this.dateTimePickerEX1 = new ryControls.DateTimePickerEX();
this.BtnOK = new ryControls.ButtonEx();
this.label5 = new System.Windows.Forms.Label();
this.TxtGoodsName = new ryControls.TextBoxEx2();
this.SuspendLayout();
//
// CbbMode
//
this.CbbMode.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.CbbMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CbbMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CbbMode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CbbMode.FormattingEnabled = true;
this.CbbMode.Items.AddRange(new object[] {
"清洁",
"充电"});
this.CbbMode.Location = new System.Drawing.Point(176, 46);
this.CbbMode.Name = "CbbMode";
this.CbbMode.Size = new System.Drawing.Size(76, 24);
this.CbbMode.TabIndex = 0;
//
// dateTimePickerEX1
//
this.dateTimePickerEX1.CustomFormat = "yyyy年MM月dd日 dddd HH:mm";
this.dateTimePickerEX1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerEX1.Location = new System.Drawing.Point(18, 76);
this.dateTimePickerEX1.Name = "dateTimePickerEX1";
this.dateTimePickerEX1.Size = new System.Drawing.Size(234, 21);
this.dateTimePickerEX1.TabIndex = 1;
//
// 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(187, 111);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(65, 27);
this.BtnOK.TabIndex = 18;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.SystemColors.Control;
this.label5.Location = new System.Drawing.Point(16, 31);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 25;
this.label5.Text = "编号";
//
// TxtGoodsName
//
this.TxtGoodsName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.TxtGoodsName.EmptyText = "";
this.TxtGoodsName.Location = new System.Drawing.Point(17, 46);
this.TxtGoodsName.MaxLength = 999999999;
this.TxtGoodsName.Multiline = false;
this.TxtGoodsName.Name = "TxtGoodsName";
this.TxtGoodsName.OnlyNumeric = false;
this.TxtGoodsName.PasswordChar = '\0';
this.TxtGoodsName.ReadOnly = true;
this.TxtGoodsName.SelectedText = "";
this.TxtGoodsName.SelectionLength = 0;
this.TxtGoodsName.SelectionStart = 0;
this.TxtGoodsName.Size = new System.Drawing.Size(153, 26);
this.TxtGoodsName.TabIndex = 24;
this.TxtGoodsName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.TxtGoodsName.ToolTip = "";
this.TxtGoodsName.WordWrap = true;
//
// FrmSetOpTime
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(266, 152);
this.Controls.Add(this.label5);
this.Controls.Add(this.TxtGoodsName);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.dateTimePickerEX1);
this.Controls.Add(this.CbbMode);
this.Location = new System.Drawing.Point(0, 0);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmSetOpTime";
this.Resizable = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "设置时间";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ryControls.RyComboBox CbbMode;
private ryControls.DateTimePickerEX dateTimePickerEX1;
private ryControls.ButtonEx BtnOK;
private System.Windows.Forms.Label label5;
public ryControls.TextBoxEx2 TxtGoodsName;
}
}