2025-03-27 15:05:14 +08:00

139 lines
6.3 KiB
C#

namespace InventoryTool
{
partial class Form3
{
/// <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.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.cobshopname = new System.Windows.Forms.ComboBox();
this.cobcheckdate = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button1
//
this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(30, 140);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(86, 34);
this.button1.TabIndex = 0;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(146, 140);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(87, 34);
this.button2.TabIndex = 1;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
//
// cobshopname
//
this.cobshopname.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobshopname.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cobshopname.FormattingEnabled = true;
this.cobshopname.Location = new System.Drawing.Point(88, 28);
this.cobshopname.Name = "cobshopname";
this.cobshopname.Size = new System.Drawing.Size(161, 25);
this.cobshopname.TabIndex = 2;
this.cobshopname.SelectedIndexChanged += new System.EventHandler(this.cobshopname_SelectedIndexChanged_1);
//
// cobcheckdate
//
this.cobcheckdate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobcheckdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cobcheckdate.FormattingEnabled = true;
this.cobcheckdate.Location = new System.Drawing.Point(88, 91);
this.cobcheckdate.Name = "cobcheckdate";
this.cobcheckdate.Size = new System.Drawing.Size(161, 25);
this.cobcheckdate.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(12, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.TabIndex = 4;
this.label1.Text = "盘点门店:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(12, 97);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 17);
this.label2.TabIndex = 5;
this.label2.Text = "盘点日期:";
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(267, 199);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.cobcheckdate);
this.Controls.Add(this.cobshopname);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form3";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "盘点上传选择";
this.ResumeLayout(false);
this.PerformLayout();
}
private void Cobshopname_SelectedIndexChanged(object sender, System.EventArgs e)
{
throw new System.NotImplementedException();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox cobshopname;
private System.Windows.Forms.ComboBox cobcheckdate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}