📄 communityform.designer.cs
字号:
namespace MyCommunity
{
partial class CommunityForm
{
/// <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.Windows.Forms.Label 小区名称Label;
System.Windows.Forms.Label 总负责人Label;
System.Windows.Forms.Label 小区地址Label;
System.Windows.Forms.Label 邮政编码Label;
System.Windows.Forms.Label 服务电话Label;
System.Windows.Forms.Label 电子信箱Label;
System.Windows.Forms.Label 背景图像Label;
System.Windows.Forms.Label 标志图标Label;
System.Windows.Forms.Label 系统名称Label;
System.Windows.Forms.Label 优先级Label;
System.Windows.Forms.Label 小区网站Label;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CommunityForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.小区信息BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.小区信息BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.小区名称TextBox = new System.Windows.Forms.TextBox();
this.总负责人TextBox = new System.Windows.Forms.TextBox();
this.小区地址TextBox = new System.Windows.Forms.TextBox();
this.邮政编码TextBox = new System.Windows.Forms.TextBox();
this.服务电话TextBox = new System.Windows.Forms.TextBox();
this.电子信箱TextBox = new System.Windows.Forms.TextBox();
this.背景图像TextBox = new System.Windows.Forms.TextBox();
this.标志图标TextBox = new System.Windows.Forms.TextBox();
this.系统名称TextBox = new System.Windows.Forms.TextBox();
this.优先级TextBox = new System.Windows.Forms.TextBox();
this.小区信息DataGridView = new System.Windows.Forms.DataGridView();
this.小区网站TextBox = new System.Windows.Forms.TextBox();
this.浏览图像Button = new System.Windows.Forms.Button();
this.浏览图标Button = new System.Windows.Forms.Button();
this.小区信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.小区信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.小区信息TableAdapter();
小区名称Label = new System.Windows.Forms.Label();
总负责人Label = new System.Windows.Forms.Label();
小区地址Label = new System.Windows.Forms.Label();
邮政编码Label = new System.Windows.Forms.Label();
服务电话Label = new System.Windows.Forms.Label();
电子信箱Label = new System.Windows.Forms.Label();
背景图像Label = new System.Windows.Forms.Label();
标志图标Label = new System.Windows.Forms.Label();
系统名称Label = new System.Windows.Forms.Label();
优先级Label = new System.Windows.Forms.Label();
小区网站Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.小区信息BindingNavigator)).BeginInit();
this.小区信息BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.小区信息DataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.小区信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
this.SuspendLayout();
//
// 小区名称Label
//
小区名称Label.AutoSize = true;
小区名称Label.Location = new System.Drawing.Point(7, 34);
小区名称Label.Name = "小区名称Label";
小区名称Label.Size = new System.Drawing.Size(59, 12);
小区名称Label.TabIndex = 1;
小区名称Label.Text = "小区名称:";
//
// 总负责人Label
//
总负责人Label.AutoSize = true;
总负责人Label.Location = new System.Drawing.Point(230, 34);
总负责人Label.Name = "总负责人Label";
总负责人Label.Size = new System.Drawing.Size(59, 12);
总负责人Label.TabIndex = 3;
总负责人Label.Text = "总负责人:";
//
// 小区地址Label
//
小区地址Label.AutoSize = true;
小区地址Label.Location = new System.Drawing.Point(7, 61);
小区地址Label.Name = "小区地址Label";
小区地址Label.Size = new System.Drawing.Size(59, 12);
小区地址Label.TabIndex = 5;
小区地址Label.Text = "小区地址:";
//
// 邮政编码Label
//
邮政编码Label.AutoSize = true;
邮政编码Label.Location = new System.Drawing.Point(367, 61);
邮政编码Label.Name = "邮政编码Label";
邮政编码Label.Size = new System.Drawing.Size(59, 12);
邮政编码Label.TabIndex = 7;
邮政编码Label.Text = "邮政编码:";
//
// 服务电话Label
//
服务电话Label.AutoSize = true;
服务电话Label.Location = new System.Drawing.Point(367, 34);
服务电话Label.Name = "服务电话Label";
服务电话Label.Size = new System.Drawing.Size(59, 12);
服务电话Label.TabIndex = 9;
服务电话Label.Text = "服务电话:";
//
// 电子信箱Label
//
电子信箱Label.AutoSize = true;
电子信箱Label.Location = new System.Drawing.Point(7, 88);
电子信箱Label.Name = "电子信箱Label";
电子信箱Label.Size = new System.Drawing.Size(59, 12);
电子信箱Label.TabIndex = 11;
电子信箱Label.Text = "电子信箱:";
//
// 背景图像Label
//
背景图像Label.AutoSize = true;
背景图像Label.Location = new System.Drawing.Point(230, 88);
背景图像Label.Name = "背景图像Label";
背景图像Label.Size = new System.Drawing.Size(59, 12);
背景图像Label.TabIndex = 15;
背景图像Label.Text = "背景图像:";
//
// 标志图标Label
//
标志图标Label.AutoSize = true;
标志图标Label.Location = new System.Drawing.Point(230, 115);
标志图标Label.Name = "标志图标Label";
标志图标Label.Size = new System.Drawing.Size(59, 12);
标志图标Label.TabIndex = 17;
标志图标Label.Text = "标志图标:";
//
// 系统名称Label
//
系统名称Label.AutoSize = true;
系统名称Label.Location = new System.Drawing.Point(7, 142);
系统名称Label.Name = "系统名称Label";
系统名称Label.Size = new System.Drawing.Size(59, 12);
系统名称Label.TabIndex = 19;
系统名称Label.Text = "系统名称:";
//
// 优先级Label
//
优先级Label.AutoSize = true;
优先级Label.Location = new System.Drawing.Point(367, 142);
优先级Label.Name = "优先级Label";
优先级Label.Size = new System.Drawing.Size(47, 12);
优先级Label.TabIndex = 21;
优先级Label.Text = "优先级:";
//
// 小区网站Label
//
小区网站Label.AutoSize = true;
小区网站Label.Location = new System.Drawing.Point(7, 115);
小区网站Label.Name = "小区网站Label";
小区网站Label.Size = new System.Drawing.Size(59, 12);
小区网站Label.TabIndex = 24;
小区网站Label.Text = "小区网站:";
//
// 小区信息BindingNavigator
//
this.小区信息BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.小区信息BindingNavigator.BindingSource = this.小区信息BindingSource;
this.小区信息BindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.小区信息BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.小区信息BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.小区信息BindingNavigatorSaveItem});
this.小区信息BindingNavigator.Location = new System.Drawing.Point(0, 0);
this.小区信息BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.小区信息BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.小区信息BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.小区信息BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.小区信息BindingNavigator.Name = "小区信息BindingNavigator";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -