?? 刪除廠家信息.designer.cs
字號:
?namespace 計量
{
partial class 刪除廠家信息
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </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.廠家名稱DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.地址DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.聯(lián)系人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.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
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.Color.LightSteelBlue;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.廠家名稱DataGridViewTextBoxColumn,
this.地址DataGridViewTextBoxColumn,
this.聯(lián)系人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(643, 467);
this.dataGridView1.TabIndex = 0;
//
// 廠家名稱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;
//
// 聯(lián)系人DataGridViewTextBoxColumn
//
this.聯(lián)系人DataGridViewTextBoxColumn.DataPropertyName = "聯(lián)系人";
this.聯(lián)系人DataGridViewTextBoxColumn.HeaderText = "聯(lián)系人";
this.聯(lián)系人DataGridViewTextBoxColumn.Name = "聯(lián)系人DataGridViewTextBoxColumn";
this.聯(lián)系人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;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(307, 552);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "廠家名稱";
//
// button1
//
this.button1.Location = new System.Drawing.Point(505, 547);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(126, 23);
this.button1.TabIndex = 3;
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 = "廠家名稱";
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(366, 547);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(226, 500);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 11;
this.label2.Text = "以";
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"廠家名稱",
"地址",
"聯(lián)系人",
"手機",
"電話",
"傳真"});
this.comboBox2.Location = new System.Drawing.Point(249, 497);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(121, 20);
this.comboBox2.TabIndex = 10;
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.廠家信息表BindingSource, "廠家名稱", true));
this.textBox1.Location = new System.Drawing.Point(91, 495);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(129, 21);
this.textBox1.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 500);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 8;
this.label3.Text = "輸入查詢內(nèi)容";
//
// button2
//
this.button2.Location = new System.Drawing.Point(400, 494);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(69, 23);
this.button2.TabIndex = 7;
this.button2.Text = "查詢";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(505, 495);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(108, 23);
this.button3.TabIndex = 12;
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.SystemColors.GradientInactiveCaption;
this.ClientSize = new System.Drawing.Size(643, 601);
this.Controls.Add(this.button3);
this.Controls.Add(this.label2);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.button2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
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.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.DataGridViewTextBoxColumn 廠家名稱DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 地址DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 聯(lián)系人DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 手機DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 電話DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 傳真DataGridViewTextBoxColumn;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -