📄 form_basic_customer.designer.cs
字号:
namespace RepairCRM
{
partial class Form_Basic_customer
{
/// <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.ctypenameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.typeDescriptDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.hghjgToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ghgjToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.customertypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSet_Tables = new RepairCRM.DataSet_Tables();
this.textBox1 = new System.Windows.Forms.TextBox();
this.combTypeSele = new System.Windows.Forms.ComboBox();
this.customertypeTableAdapter = new RepairCRM.DataSet_TablesTableAdapters.customertypeTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.customertypeBindingSource)).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.ctypenameDataGridViewTextBoxColumn,
this.typeDescriptDataGridViewTextBoxColumn});
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.DataSource = this.customertypeBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(91, 127);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(467, 220);
this.dataGridView1.TabIndex = 3;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// ctypenameDataGridViewTextBoxColumn
//
this.ctypenameDataGridViewTextBoxColumn.DataPropertyName = "Ctypename";
this.ctypenameDataGridViewTextBoxColumn.HeaderText = "类型名称";
this.ctypenameDataGridViewTextBoxColumn.Name = "ctypenameDataGridViewTextBoxColumn";
this.ctypenameDataGridViewTextBoxColumn.Width = 210;
//
// typeDescriptDataGridViewTextBoxColumn
//
this.typeDescriptDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.typeDescriptDataGridViewTextBoxColumn.DataPropertyName = "TypeDescript";
this.typeDescriptDataGridViewTextBoxColumn.HeaderText = "类型描述";
this.typeDescriptDataGridViewTextBoxColumn.Name = "typeDescriptDataGridViewTextBoxColumn";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.hghjgToolStripMenuItem,
this.ghgjToolStripMenuItem,
this.修改ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(111, 70);
//
// hghjgToolStripMenuItem
//
this.hghjgToolStripMenuItem.Name = "hghjgToolStripMenuItem";
this.hghjgToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.hghjgToolStripMenuItem.Text = "添加";
//
// ghgjToolStripMenuItem
//
this.ghgjToolStripMenuItem.Name = "ghgjToolStripMenuItem";
this.ghgjToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.ghgjToolStripMenuItem.Text = "删除";
//
// 修改ToolStripMenuItem
//
this.修改ToolStripMenuItem.Name = "修改ToolStripMenuItem";
this.修改ToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.修改ToolStripMenuItem.Text = "修改";
//
// customertypeBindingSource
//
this.customertypeBindingSource.DataMember = "customertype";
this.customertypeBindingSource.DataSource = this.dataSet_Tables;
//
// dataSet_Tables
//
this.dataSet_Tables.DataSetName = "DataSet_Tables";
this.dataSet_Tables.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(47, -67);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(113, 23);
this.textBox1.TabIndex = 4;
//
// combTypeSele
//
this.combTypeSele.AutoCompleteCustomSource.AddRange(new string[] {
"购买类型",
"客户类型",
"销售类型"});
this.combTypeSele.FormattingEnabled = true;
this.combTypeSele.Items.AddRange(new object[] {
"客户类型",
"购买类型",
"销售状态"});
this.combTypeSele.Location = new System.Drawing.Point(188, 89);
this.combTypeSele.Name = "combTypeSele";
this.combTypeSele.Size = new System.Drawing.Size(234, 22);
this.combTypeSele.TabIndex = 16;
//
// customertypeTableAdapter
//
this.customertypeTableAdapter.ClearBeforeFill = true;
//
// Form_Basic_customer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.BackColor = System.Drawing.SystemColors.ActiveBorder;
this.ClientSize = new System.Drawing.Size(792, 563);
this.Controls.Add(this.combTypeSele);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.dataGridView1);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "Form_Basic_customer";
this.Load += new System.EventHandler(this.Form_Basic_customer_Load);
this.Controls.SetChildIndex(this.dataGridView1, 0);
this.Controls.SetChildIndex(this.textBox1, 0);
this.Controls.SetChildIndex(this.combTypeSele, 0);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.customertypeBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet_Tables)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox textBox1;
private DataSet_Tables dataSet_Tables;
private System.Windows.Forms.BindingSource customertypeBindingSource;
private RepairCRM.DataSet_TablesTableAdapters.customertypeTableAdapter customertypeTableAdapter;
private System.Windows.Forms.ComboBox combTypeSele;
private System.Windows.Forms.DataGridViewTextBoxColumn ctypenameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn typeDescriptDataGridViewTextBoxColumn;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem hghjgToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ghgjToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -