?? 刪除型號.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 + -