📄 frmareamanage.designer.cs
字号:
namespace CRM.DataManage
{
partial class frmAreaManage
{
/// <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(frmAreaManage));
this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.dgvAreaInfo = new System.Windows.Forms.DataGridView();
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tscboxCondition = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.tstxtKeyWord = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnLook = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.txtAreaName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtAreaCode = new System.Windows.Forms.TextBox();
this.cboxAreaType = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dgvAreaInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// tsbtnSave
//
this.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnSave.Enabled = false;
this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnSave.Name = "tsbtnSave";
this.tsbtnSave.Size = new System.Drawing.Size(23, 22);
this.tsbtnSave.Text = "保存";
this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// tsbtnAdd
//
this.tsbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdd.Name = "tsbtnAdd";
this.tsbtnAdd.Size = new System.Drawing.Size(23, 22);
this.tsbtnAdd.Text = "添加";
this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// dgvAreaInfo
//
this.dgvAreaInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAreaInfo.Location = new System.Drawing.Point(9, 107);
this.dgvAreaInfo.Name = "dgvAreaInfo";
this.dgvAreaInfo.ReadOnly = true;
this.dgvAreaInfo.RowTemplate.Height = 23;
this.dgvAreaInfo.Size = new System.Drawing.Size(434, 181);
this.dgvAreaInfo.TabIndex = 4;
this.dgvAreaInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAreaInfo_CellClick);
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.CountItem = null;
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdd,
this.toolStripSeparator1,
this.tsbtnEdit,
this.toolStripSeparator2,
this.tsbtnSave,
this.toolStripSeparator3,
this.tsbtnDel,
this.toolStripSeparator4,
this.toolStripLabel1,
this.tscboxCondition,
this.toolStripSeparator6,
this.toolStripLabel2,
this.tstxtKeyWord,
this.toolStripSeparator5,
this.tsbtnLook,
this.toolStripSeparator7,
this.tsbtnExit});
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator1.MoveFirstItem = null;
this.bindingNavigator1.MoveLastItem = null;
this.bindingNavigator1.MoveNextItem = null;
this.bindingNavigator1.MovePreviousItem = null;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.PositionItem = null;
this.bindingNavigator1.Size = new System.Drawing.Size(453, 25);
this.bindingNavigator1.TabIndex = 3;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tsbtnEdit
//
this.tsbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEdit.Image")));
this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnEdit.Name = "tsbtnEdit";
this.tsbtnEdit.Size = new System.Drawing.Size(23, 22);
this.tsbtnEdit.Text = "修改";
this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
//
// tsbtnDel
//
this.tsbtnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDel.Name = "tsbtnDel";
this.tsbtnDel.Size = new System.Drawing.Size(23, 22);
this.tsbtnDel.Text = "删除";
this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(53, 22);
this.toolStripLabel1.Text = "查询条件";
//
// tscboxCondition
//
this.tscboxCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -