### MyHouse V1.0.2502.0801 - *.[新增]适配新版接口。 ### SmartHouseAPI V1.0.2502.0801 - *.[新增]支持Docker部署,支持NAS。
630 lines
30 KiB
C#
630 lines
30 KiB
C#
namespace MyHouse.DbOp
|
|
{
|
|
partial class FrmGoodsAdd
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGoodsAdd));
|
|
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.CbbUnit = new ryControls.RyComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.TxtDes = new ryControls.TextBoxEx2();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.DtLocation = new ryControls.DoubleText();
|
|
this.TxtGoodsSN = new ryControls.TextBoxEx2();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.PicLogo = new System.Windows.Forms.PictureBox();
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
this.BtnCapture = new ryControls.ButtonEx();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.DtOutTime = new ryControls.DateTimePickerEX();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.ChkTipOn = new System.Windows.Forms.CheckBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.NumTipCount = new ryControls.NumericUpDownEx();
|
|
this.iconViewEx1 = new ryControls.IconViewEx();
|
|
this.BtnCapture2 = new ryControls.ButtonEx();
|
|
this.BtnDel = new ryControls.ButtonEx();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.NumCleanInterval = new ryControls.NumericUpDownEx();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.NumChargingInterval = new ryControls.NumericUpDownEx();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.TxtBarCode = new ryControls.TextBoxEx2();
|
|
this.BtnReadBarCode = new ryControls.ButtonEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumCount)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PicLogo)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumTipCount)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumCleanInterval)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumChargingInterval)).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(384, 556);
|
|
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(313, 556);
|
|
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(115, 33);
|
|
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(117, 48);
|
|
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(138, 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.Minimum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
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;
|
|
//
|
|
// CbbUnit
|
|
//
|
|
this.CbbUnit.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.CbbUnit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.CbbUnit.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CbbUnit.Items.AddRange(new object[] {
|
|
"个",
|
|
"台",
|
|
"双",
|
|
"套",
|
|
"盒",
|
|
"件",
|
|
"卷",
|
|
"米",
|
|
"斤",
|
|
"kg",
|
|
"瓶",
|
|
"提",
|
|
"条",
|
|
"桶",
|
|
"条",
|
|
"支",
|
|
"只",
|
|
"组",
|
|
"把",
|
|
"包",
|
|
"本",
|
|
"次",
|
|
"袋",
|
|
"对",
|
|
"份",
|
|
"根",
|
|
"升",
|
|
"块",
|
|
"片",
|
|
"批",
|
|
"扎",
|
|
"张",
|
|
"辆",
|
|
"付"});
|
|
this.CbbUnit.Location = new System.Drawing.Point(133, 89);
|
|
this.CbbUnit.Name = "CbbUnit";
|
|
this.CbbUnit.Size = new System.Drawing.Size(122, 24);
|
|
this.CbbUnit.TabIndex = 10;
|
|
this.CbbUnit.SelectedIndexChanged += new System.EventHandler(this.CbbUnit_SelectedIndexChanged);
|
|
this.CbbUnit.TextChanged += new System.EventHandler(this.CbbUnit_TextChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(8, 418);
|
|
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, 433);
|
|
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(440, 117);
|
|
this.TxtDes.TabIndex = 12;
|
|
this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtDes.ToolTip = "";
|
|
this.TxtDes.WordWrap = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(8, 115);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 13;
|
|
this.label4.Text = "所在位置";
|
|
//
|
|
// DtLocation
|
|
//
|
|
this.DtLocation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
|
|
this.DtLocation.Location = new System.Drawing.Point(10, 130);
|
|
this.DtLocation.Name = "DtLocation";
|
|
this.DtLocation.SelectName = "";
|
|
this.DtLocation.Size = new System.Drawing.Size(245, 23);
|
|
this.DtLocation.TabIndex = 14;
|
|
this.DtLocation.OnSelected += new System.EventHandler(this.DtLocation_OnSelected);
|
|
//
|
|
// TxtGoodsSN
|
|
//
|
|
this.TxtGoodsSN.BackColor = System.Drawing.Color.White;
|
|
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 = false;
|
|
this.TxtGoodsSN.SelectedText = "";
|
|
this.TxtGoodsSN.SelectionLength = 0;
|
|
this.TxtGoodsSN.SelectionStart = 0;
|
|
this.TxtGoodsSN.Size = new System.Drawing.Size(102, 26);
|
|
this.TxtGoodsSN.TabIndex = 15;
|
|
this.TxtGoodsSN.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtGoodsSN.ToolTip = "";
|
|
this.TxtGoodsSN.WordWrap = true;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.BackColor = System.Drawing.SystemColors.Control;
|
|
this.label5.Location = new System.Drawing.Point(8, 32);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
|
this.label5.TabIndex = 21;
|
|
this.label5.Text = "编号";
|
|
//
|
|
// PicLogo
|
|
//
|
|
this.PicLogo.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.PicLogo.Location = new System.Drawing.Point(263, 33);
|
|
this.PicLogo.Name = "PicLogo";
|
|
this.PicLogo.Size = new System.Drawing.Size(186, 161);
|
|
this.PicLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.PicLogo.TabIndex = 22;
|
|
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, 556);
|
|
this.BtnCapture.Name = "BtnCapture";
|
|
this.BtnCapture.Size = new System.Drawing.Size(65, 27);
|
|
this.BtnCapture.TabIndex = 23;
|
|
this.BtnCapture.Text = "截图";
|
|
this.BtnCapture.UseVisualStyleBackColor = true;
|
|
this.BtnCapture.Click += new System.EventHandler(this.BtnCapture_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(8, 156);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
this.label6.TabIndex = 24;
|
|
this.label6.Text = "过期时间";
|
|
//
|
|
// DtOutTime
|
|
//
|
|
this.DtOutTime.Checked = false;
|
|
this.DtOutTime.CustomFormat = "yyyy年MM月dd日 dddd";
|
|
this.DtOutTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.DtOutTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.DtOutTime.Location = new System.Drawing.Point(9, 171);
|
|
this.DtOutTime.Name = "DtOutTime";
|
|
this.DtOutTime.ShowCheckBox = true;
|
|
this.DtOutTime.Size = new System.Drawing.Size(246, 23);
|
|
this.DtOutTime.TabIndex = 25;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.ChkTipOn);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.NumTipCount);
|
|
this.groupBox1.Location = new System.Drawing.Point(10, 357);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(440, 54);
|
|
this.groupBox1.TabIndex = 26;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "提醒";
|
|
//
|
|
// ChkTipOn
|
|
//
|
|
this.ChkTipOn.AutoSize = true;
|
|
this.ChkTipOn.Location = new System.Drawing.Point(17, 22);
|
|
this.ChkTipOn.Name = "ChkTipOn";
|
|
this.ChkTipOn.Size = new System.Drawing.Size(72, 16);
|
|
this.ChkTipOn.TabIndex = 12;
|
|
this.ChkTipOn.Text = "数量低于";
|
|
this.ChkTipOn.UseVisualStyleBackColor = true;
|
|
this.ChkTipOn.CheckedChanged += new System.EventHandler(this.ChkTipOn_CheckedChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(168, 23);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(53, 12);
|
|
this.label8.TabIndex = 11;
|
|
this.label8.Text = "进行提醒";
|
|
//
|
|
// NumTipCount
|
|
//
|
|
this.NumTipCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.NumTipCount.DecimalPlaces = 2;
|
|
this.NumTipCount.Enabled = false;
|
|
this.NumTipCount.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.NumTipCount.Location = new System.Drawing.Point(89, 18);
|
|
this.NumTipCount.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NumTipCount.Name = "NumTipCount";
|
|
this.NumTipCount.Size = new System.Drawing.Size(73, 22);
|
|
this.NumTipCount.TabIndex = 10;
|
|
this.NumTipCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// iconViewEx1
|
|
//
|
|
this.iconViewEx1.BadgeListImage = ((System.Collections.Generic.List<System.Drawing.Image>)(resources.GetObject("iconViewEx1.BadgeListImage")));
|
|
this.iconViewEx1.HideSelection = false;
|
|
this.iconViewEx1.Icon = null;
|
|
this.iconViewEx1.IconSize = 60;
|
|
this.iconViewEx1.IsDrawGridLines = false;
|
|
this.iconViewEx1.IsDrawIcon = true;
|
|
this.iconViewEx1.Location = new System.Drawing.Point(9, 243);
|
|
this.iconViewEx1.MultiSelect = false;
|
|
this.iconViewEx1.Name = "iconViewEx1";
|
|
this.iconViewEx1.OwnerDraw = true;
|
|
this.iconViewEx1.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(195)))), ((int)(((byte)(101)))));
|
|
this.iconViewEx1.SelectedEndBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(236)))), ((int)(((byte)(181)))));
|
|
this.iconViewEx1.SelectedForeColor = System.Drawing.Color.Black;
|
|
this.iconViewEx1.SelectedStartBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(237)))));
|
|
this.iconViewEx1.Size = new System.Drawing.Size(396, 102);
|
|
this.iconViewEx1.TabIndex = 27;
|
|
this.iconViewEx1.TextHeight = 10;
|
|
this.iconViewEx1.TileSize = new System.Drawing.Size(95, 92);
|
|
this.iconViewEx1.UseCompatibleStateImageBehavior = false;
|
|
this.iconViewEx1.View = System.Windows.Forms.View.Tile;
|
|
this.iconViewEx1.DoubleClick += new System.EventHandler(this.iconViewEx1_DoubleClick);
|
|
//
|
|
// BtnCapture2
|
|
//
|
|
this.BtnCapture2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnCapture2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnCapture2.Location = new System.Drawing.Point(411, 243);
|
|
this.BtnCapture2.Name = "BtnCapture2";
|
|
this.BtnCapture2.Size = new System.Drawing.Size(38, 27);
|
|
this.BtnCapture2.TabIndex = 28;
|
|
this.BtnCapture2.Text = "截图";
|
|
this.BtnCapture2.UseVisualStyleBackColor = true;
|
|
this.BtnCapture2.Click += new System.EventHandler(this.BtnCapture2_Click);
|
|
//
|
|
// BtnDel
|
|
//
|
|
this.BtnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnDel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnDel.Location = new System.Drawing.Point(411, 276);
|
|
this.BtnDel.Name = "BtnDel";
|
|
this.BtnDel.Size = new System.Drawing.Size(38, 27);
|
|
this.BtnDel.TabIndex = 29;
|
|
this.BtnDel.Text = "删除";
|
|
this.BtnDel.UseVisualStyleBackColor = true;
|
|
this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(8, 198);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
|
this.label7.TabIndex = 30;
|
|
this.label7.Text = "清洁周期";
|
|
//
|
|
// NumCleanInterval
|
|
//
|
|
this.NumCleanInterval.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.NumCleanInterval.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.NumCleanInterval.Location = new System.Drawing.Point(9, 213);
|
|
this.NumCleanInterval.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NumCleanInterval.Name = "NumCleanInterval";
|
|
this.NumCleanInterval.Size = new System.Drawing.Size(78, 22);
|
|
this.NumCleanInterval.TabIndex = 31;
|
|
this.NumCleanInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(91, 219);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(17, 12);
|
|
this.label9.TabIndex = 32;
|
|
this.label9.Text = "天";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(196, 219);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(17, 12);
|
|
this.label10.TabIndex = 35;
|
|
this.label10.Text = "天";
|
|
//
|
|
// NumChargingInterval
|
|
//
|
|
this.NumChargingInterval.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.NumChargingInterval.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.NumChargingInterval.Location = new System.Drawing.Point(114, 213);
|
|
this.NumChargingInterval.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NumChargingInterval.Name = "NumChargingInterval";
|
|
this.NumChargingInterval.Size = new System.Drawing.Size(78, 22);
|
|
this.NumChargingInterval.TabIndex = 34;
|
|
this.NumChargingInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(113, 198);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(53, 12);
|
|
this.label11.TabIndex = 33;
|
|
this.label11.Text = "充电周期";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(218, 198);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(65, 12);
|
|
this.label12.TabIndex = 36;
|
|
this.label12.Text = "唯一条形码";
|
|
//
|
|
// TxtBarCode
|
|
//
|
|
this.TxtBarCode.BackColor = System.Drawing.Color.White;
|
|
this.TxtBarCode.EmptyText = "";
|
|
this.TxtBarCode.Location = new System.Drawing.Point(219, 213);
|
|
this.TxtBarCode.MaxLength = 999999999;
|
|
this.TxtBarCode.Multiline = false;
|
|
this.TxtBarCode.Name = "TxtBarCode";
|
|
this.TxtBarCode.OnlyNumeric = false;
|
|
this.TxtBarCode.PasswordChar = '\0';
|
|
this.TxtBarCode.ReadOnly = false;
|
|
this.TxtBarCode.SelectedText = "";
|
|
this.TxtBarCode.SelectionLength = 0;
|
|
this.TxtBarCode.SelectionStart = 0;
|
|
this.TxtBarCode.Size = new System.Drawing.Size(186, 26);
|
|
this.TxtBarCode.TabIndex = 37;
|
|
this.TxtBarCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtBarCode.ToolTip = "";
|
|
this.TxtBarCode.WordWrap = true;
|
|
//
|
|
// BtnReadBarCode
|
|
//
|
|
this.BtnReadBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnReadBarCode.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnReadBarCode.Location = new System.Drawing.Point(411, 213);
|
|
this.BtnReadBarCode.Name = "BtnReadBarCode";
|
|
this.BtnReadBarCode.Size = new System.Drawing.Size(38, 27);
|
|
this.BtnReadBarCode.TabIndex = 38;
|
|
this.BtnReadBarCode.Text = "读取";
|
|
this.BtnReadBarCode.UseVisualStyleBackColor = true;
|
|
this.BtnReadBarCode.Click += new System.EventHandler(this.BtnReadBarCode_Click);
|
|
//
|
|
// FrmGoodsAdd
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(459, 593);
|
|
this.Controls.Add(this.BtnReadBarCode);
|
|
this.Controls.Add(this.TxtBarCode);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.NumChargingInterval);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.NumCleanInterval);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.BtnDel);
|
|
this.Controls.Add(this.BtnCapture2);
|
|
this.Controls.Add(this.iconViewEx1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.DtOutTime);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.BtnCapture);
|
|
this.Controls.Add(this.PicLogo);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.TxtGoodsSN);
|
|
this.Controls.Add(this.DtLocation);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.TxtDes);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.CbbUnit);
|
|
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 = "FrmGoodsAdd";
|
|
this.Resizable = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "新增";
|
|
this.Load += new System.EventHandler(this.FrmAdd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.NumCount)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PicLogo)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumTipCount)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumCleanInterval)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumChargingInterval)).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 ryControls.RyComboBox CbbUnit;
|
|
private System.Windows.Forms.Label label3;
|
|
private ryControls.TextBoxEx2 TxtDes;
|
|
private System.Windows.Forms.Label label4;
|
|
private ryControls.DoubleText DtLocation;
|
|
private ryControls.TextBoxEx2 TxtGoodsSN;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.PictureBox PicLogo;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|
private ryControls.ButtonEx BtnCapture;
|
|
private System.Windows.Forms.Label label6;
|
|
private ryControls.DateTimePickerEX DtOutTime;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckBox ChkTipOn;
|
|
private System.Windows.Forms.Label label8;
|
|
private ryControls.NumericUpDownEx NumTipCount;
|
|
private ryControls.IconViewEx iconViewEx1;
|
|
private ryControls.ButtonEx BtnCapture2;
|
|
private ryControls.ButtonEx BtnDel;
|
|
private System.Windows.Forms.Label label7;
|
|
private ryControls.NumericUpDownEx NumCleanInterval;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label10;
|
|
private ryControls.NumericUpDownEx NumChargingInterval;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private ryControls.TextBoxEx2 TxtBarCode;
|
|
private ryControls.ButtonEx BtnReadBarCode;
|
|
}
|
|
} |