📄 删除型号.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.型号表BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.sqldatabase_DataDataSet = new 计量.sqldatabase_DataDataSet();
this.型号表TableAdapter = new 计量.sqldatabase_DataDataSetTableAdapters.型号表TableAdapter();
this.button1 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.button2 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button3 = 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.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.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(547, 414);
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;
//
// 型号表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;
//
// button1
//
this.button1.Location = new System.Drawing.Point(446, 487);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(89, 23);
this.button1.TabIndex = 1;
this.button1.Text = "删除这条记录";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBox1
//
this.comboBox1.DataSource = this.型号表BindingSource;
this.comboBox1.DisplayMember = "型号ID";
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(319, 487);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(212, 492);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 3;
this.label1.Text = "选择要删除的型号";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(227, 446);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 12;
this.label2.Text = "以";
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"型号ID",
"资产代号",
"资产类型",
"表计型号",
"厂家"});
this.comboBox2.Location = new System.Drawing.Point(250, 441);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 20);
this.comboBox2.TabIndex = 11;
//
// button2
//
this.button2.Location = new System.Drawing.Point(449, 441);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(87, 23);
this.button2.TabIndex = 10;
this.button2.Text = "查询所有型号";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(71, 440);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(141, 21);
this.textBox1.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 446);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 8;
this.label3.Text = "输入内容";
//
// button3
//
this.button3.Location = new System.Drawing.Point(383, 441);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(57, 23);
this.button3.TabIndex = 7;
this.button3.Text = "查询";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// 删除型号
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.ClientSize = new System.Drawing.Size(547, 522);
this.Controls.Add(this.label2);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.button3);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "删除型号";
this.Text = "删除型号";
this.Load += new System.EventHandler(this.删除型号_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.型号表BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private sqldatabase_DataDataSet sqldatabase_DataDataSet;
private System.Windows.Forms.BindingSource 型号表BindingSource;
private 计量.sqldatabase_DataDataSetTableAdapters.型号表TableAdapter 型号表TableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn 型号IDDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 资产代号DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 资产类型DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 表计型号DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 厂家DataGridViewTextBoxColumn;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -