📄 修改库存产品.designer.cs
字号:
namespace 计量
{
partial class 修改库存产品
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(修改库存产品));
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.库存IDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.资产类型DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.型号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.规格DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.等级DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.数量DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.库存类型BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.sqldatabase_DataDataSet = new 计量.sqldatabase_DataDataSet();
this.库存类型TableAdapter = new 计量.sqldatabase_DataDataSetTableAdapters.库存类型TableAdapter();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.库存类型BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.InactiveCaptionText;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.库存IDDataGridViewTextBoxColumn,
this.资产类型DataGridViewTextBoxColumn,
this.型号DataGridViewTextBoxColumn,
this.规格DataGridViewTextBoxColumn,
this.等级DataGridViewTextBoxColumn,
this.数量DataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.库存类型BindingSource;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Top;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1028, 475);
this.dataGridView1.TabIndex = 0;
//
// 库存IDDataGridViewTextBoxColumn
//
this.库存IDDataGridViewTextBoxColumn.DataPropertyName = "库存ID";
this.库存IDDataGridViewTextBoxColumn.HeaderText = "库存ID";
this.库存IDDataGridViewTextBoxColumn.Name = "库存IDDataGridViewTextBoxColumn";
this.库存IDDataGridViewTextBoxColumn.ReadOnly = true;
//
// 资产类型DataGridViewTextBoxColumn
//
this.资产类型DataGridViewTextBoxColumn.DataPropertyName = "资产类型";
this.资产类型DataGridViewTextBoxColumn.HeaderText = "资产类型";
this.资产类型DataGridViewTextBoxColumn.Name = "资产类型DataGridViewTextBoxColumn";
this.资产类型DataGridViewTextBoxColumn.ReadOnly = true;
//
// 型号DataGridViewTextBoxColumn
//
this.型号DataGridViewTextBoxColumn.DataPropertyName = "型号";
this.型号DataGridViewTextBoxColumn.HeaderText = "型号";
this.型号DataGridViewTextBoxColumn.Name = "型号DataGridViewTextBoxColumn";
this.型号DataGridViewTextBoxColumn.ReadOnly = true;
//
// 规格DataGridViewTextBoxColumn
//
this.规格DataGridViewTextBoxColumn.DataPropertyName = "规格";
this.规格DataGridViewTextBoxColumn.HeaderText = "规格";
this.规格DataGridViewTextBoxColumn.Name = "规格DataGridViewTextBoxColumn";
this.规格DataGridViewTextBoxColumn.ReadOnly = true;
//
// 等级DataGridViewTextBoxColumn
//
this.等级DataGridViewTextBoxColumn.DataPropertyName = "等级";
this.等级DataGridViewTextBoxColumn.HeaderText = "等级";
this.等级DataGridViewTextBoxColumn.Name = "等级DataGridViewTextBoxColumn";
this.等级DataGridViewTextBoxColumn.ReadOnly = true;
//
// 数量DataGridViewTextBoxColumn
//
this.数量DataGridViewTextBoxColumn.DataPropertyName = "数量";
this.数量DataGridViewTextBoxColumn.HeaderText = "数量";
this.数量DataGridViewTextBoxColumn.Name = "数量DataGridViewTextBoxColumn";
this.数量DataGridViewTextBoxColumn.ReadOnly = true;
//
// 库存类型BindingSource
//
this.库存类型BindingSource.DataMember = "库存类型";
this.库存类型BindingSource.DataSource = this.sqldatabase_DataDataSet;
//
// sqldatabase_DataDataSet
//
this.sqldatabase_DataDataSet.DataSetName = "sqldatabase_DataDataSet";
this.sqldatabase_DataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 库存类型TableAdapter
//
this.库存类型TableAdapter.ClearBeforeFill = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.textBox6);
this.groupBox1.Controls.Add(this.textBox5);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Location = new System.Drawing.Point(12, 492);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(521, 139);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "编辑区";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(292, 106);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 11;
this.label6.Text = "数量";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(292, 65);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 10;
this.label5.Text = "等级";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(292, 28);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 9;
this.label4.Text = "规格";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(28, 106);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -