2025-03-28 09:49:56 +08:00

156 lines
7.5 KiB
C#

namespace BARCODELIBRARY
{
partial class Update
{
/// <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.label1 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.BT_Update = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.BT_Search = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(14, 71);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(152, 20);
this.label1.TabIndex = 0;
this.label1.Text = "当前可更新的商品信息:";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.WhiteSmoke;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(12, 101);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(921, 388);
this.dataGridView1.TabIndex = 1;
//
// BT_Update
//
this.BT_Update.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(182)))), ((int)(((byte)(201)))));
this.BT_Update.FlatAppearance.BorderSize = 0;
this.BT_Update.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BT_Update.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BT_Update.ForeColor = System.Drawing.Color.White;
this.BT_Update.Location = new System.Drawing.Point(702, 21);
this.BT_Update.Name = "BT_Update";
this.BT_Update.Size = new System.Drawing.Size(100, 35);
this.BT_Update.TabIndex = 3;
this.BT_Update.Text = "更 新";
this.BT_Update.UseVisualStyleBackColor = false;
this.BT_Update.Click += new System.EventHandler(this.BT_Update_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(831, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(21, 14);
this.label2.TabIndex = 4;
this.label2.Text = "共";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(859, 68);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(0, 17);
this.label3.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(904, 70);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(21, 14);
this.label4.TabIndex = 6;
this.label4.Text = "条";
//
// BT_Search
//
this.BT_Search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(201)))), ((int)(((byte)(169)))));
this.BT_Search.FlatAppearance.BorderSize = 0;
this.BT_Search.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BT_Search.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BT_Search.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.BT_Search.Location = new System.Drawing.Point(136, 21);
this.BT_Search.Name = "BT_Search";
this.BT_Search.Size = new System.Drawing.Size(105, 35);
this.BT_Search.TabIndex = 7;
this.BT_Search.Text = "搜 索";
this.BT_Search.UseVisualStyleBackColor = false;
this.BT_Search.Click += new System.EventHandler(this.BT_Search_Click);
//
// Update
//
this.AcceptButton = this.BT_Search;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(945, 501);
this.Controls.Add(this.BT_Search);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.BT_Update);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.label1);
this.Name = "Update";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Update";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Update_FormClosing);
this.Load += new System.EventHandler(this.Update_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button BT_Update;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button BT_Search;
}
}