📄 form_basic_buytype.designer.cs
字号:
namespace RepairCRM
{
partial class Form_Basic_Buytype
{
/// <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();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.buytypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSet_Tables = new RepairCRM.DataSet_Tables();
this.buytypeTableAdapter = new RepairCRM.DataSet_TablesTableAdapters.buytypeTableAdapter();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.buytypenameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.buytypescriptDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.buytypeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet_Tables)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.buytypenameDataGridViewTextBoxColumn,
this.buytypescriptDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.buytypeBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(89, 266);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(462, 215);
this.dataGridView1.TabIndex = 3;
//
// buytypeBindingSource
//
this.buytypeBindingSource.DataMember = "buytype";
this.buytypeBindingSource.DataSource = this.dataSet_Tables;
//
// dataSet_Tables
//
this.dataSet_Tables.DataSetName = "DataSet_Tables";
this.dataSet_Tables.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// buytypeTableAdapter
//
this.buytypeTableAdapter.ClearBeforeFill = true;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(175, 194);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 4;
//
// button1
//
this.button1.Location = new System.Drawing.Point(281, 193);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(45, 21);
this.button1.TabIndex = 5;
this.button1.Text = "查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(381, 193);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(47, 21);
this.button5.TabIndex = 7;
this.button5.Text = "删除";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(332, 193);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(43, 21);
this.button3.TabIndex = 6;
this.button3.Text = "修改";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// comboBox1
//
this.comboBox1.AutoCompleteCustomSource.AddRange(new string[] {
"购买类型",
"客户类型",
"销售类型"});
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(179, 124);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(249, 20);
this.comboBox1.TabIndex = 8;
//
// buytypenameDataGridViewTextBoxColumn
//
this.buytypenameDataGridViewTextBoxColumn.DataPropertyName = "buytypename";
this.buytypenameDataGridViewTextBoxColumn.HeaderText = "类型";
this.buytypenameDataGridViewTextBoxColumn.Name = "buytypenameDataGridViewTextBoxColumn";
this.buytypenameDataGridViewTextBoxColumn.Width = 210;
//
// buytypescriptDataGridViewTextBoxColumn
//
this.buytypescriptDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.buytypescriptDataGridViewTextBoxColumn.DataPropertyName = "buytypescript";
this.buytypescriptDataGridViewTextBoxColumn.HeaderText = "类型描述";
this.buytypescriptDataGridViewTextBoxColumn.Name = "buytypescriptDataGridViewTextBoxColumn";
//
// Form_Basic_Buytype
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 563);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button5);
this.Controls.Add(this.button3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridView1);
this.Name = "Form_Basic_Buytype";
this.Load += new System.EventHandler(this.Form_Basic_Buytype_Load);
this.Controls.SetChildIndex(this.dataGridView1, 0);
this.Controls.SetChildIndex(this.button1, 0);
this.Controls.SetChildIndex(this.textBox1, 0);
this.Controls.SetChildIndex(this.button3, 0);
this.Controls.SetChildIndex(this.button5, 0);
this.Controls.SetChildIndex(this.comboBox1, 0);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.buytypeBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet_Tables)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private DataSet_Tables dataSet_Tables;
private System.Windows.Forms.BindingSource buytypeBindingSource;
private RepairCRM.DataSet_TablesTableAdapters.buytypeTableAdapter buytypeTableAdapter;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.DataGridViewTextBoxColumn buytypenameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn buytypescriptDataGridViewTextBoxColumn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -