📄 buildingform.designer.cs
字号:
namespace MyCommunity
{
partial class BuildingForm
{
/// <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(BuildingForm));
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.楼栋信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
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.补充说明TextBox = new System.Windows.Forms.TextBox();
this.楼栋信息DataGridView = new System.Windows.Forms.DataGridView();
this.楼栋名称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.总人口数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.管理楼长DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.联系电话DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.补充说明DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.楼栋信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter();
this.打印ToolStripButton = new System.Windows.Forms.ToolStripButton();
楼栋名称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.楼栋信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.楼栋信息DataGridView)).BeginInit();
this.SuspendLayout();
//
// 楼栋名称Label
//
楼栋名称Label.AutoSize = true;
楼栋名称Label.Location = new System.Drawing.Point(9, 32);
楼栋名称Label.Name = "楼栋名称Label";
楼栋名称Label.Size = new System.Drawing.Size(59, 12);
楼栋名称Label.TabIndex = 2;
楼栋名称Label.Text = "楼栋名称:";
//
// 所处位置Label
//
所处位置Label.AutoSize = true;
所处位置Label.Location = new System.Drawing.Point(182, 32);
所处位置Label.Name = "所处位置Label";
所处位置Label.Size = new System.Drawing.Size(59, 12);
所处位置Label.TabIndex = 4;
所处位置Label.Text = "所处位置:";
//
// 单元信息Label
//
单元信息Label.AutoSize = true;
单元信息Label.Location = new System.Drawing.Point(342, 32);
单元信息Label.Name = "单元信息Label";
单元信息Label.Size = new System.Drawing.Size(59, 12);
单元信息Label.TabIndex = 6;
单元信息Label.Text = "单元信息:";
//
// 楼层信息Label
//
楼层信息Label.AutoSize = true;
楼层信息Label.Location = new System.Drawing.Point(8, 56);
楼层信息Label.Name = "楼层信息Label";
楼层信息Label.Size = new System.Drawing.Size(59, 12);
楼层信息Label.TabIndex = 8;
楼层信息Label.Text = "楼层信息:";
//
// 总人口数Label
//
总人口数Label.AutoSize = true;
总人口数Label.Location = new System.Drawing.Point(124, 56);
总人口数Label.Name = "总人口数Label";
总人口数Label.Size = new System.Drawing.Size(59, 12);
总人口数Label.TabIndex = 10;
总人口数Label.Text = "总人口数:";
//
// 总户数Label
//
总户数Label.AutoSize = true;
总户数Label.Location = new System.Drawing.Point(226, 56);
总户数Label.Name = "总户数Label";
总户数Label.Size = new System.Drawing.Size(47, 12);
总户数Label.TabIndex = 12;
总户数Label.Text = "总户数:";
//
// 入住户数Label
//
入住户数Label.AutoSize = true;
入住户数Label.Location = new System.Drawing.Point(327, 56);
入住户数Label.Name = "入住户数Label";
入住户数Label.Size = new System.Drawing.Size(59, 12);
入住户数Label.TabIndex = 14;
入住户数Label.Text = "入住户数:";
//
// 住宅户数Label
//
住宅户数Label.AutoSize = true;
住宅户数Label.Location = new System.Drawing.Point(431, 56);
住宅户数Label.Name = "住宅户数Label";
住宅户数Label.Size = new System.Drawing.Size(59, 12);
住宅户数Label.TabIndex = 16;
住宅户数Label.Text = "住宅户数:";
//
// 管理楼长Label
//
管理楼长Label.AutoSize = true;
管理楼长Label.Location = new System.Drawing.Point(7, 80);
管理楼长Label.Name = "管理楼长Label";
管理楼长Label.Size = new System.Drawing.Size(59, 12);
管理楼长Label.TabIndex = 18;
管理楼长Label.Text = "管理楼长:";
//
// 联系电话Label
//
联系电话Label.AutoSize = true;
联系电话Label.Location = new System.Drawing.Point(149, 80);
联系电话Label.Name = "联系电话Label";
联系电话Label.Size = new System.Drawing.Size(59, 12);
联系电话Label.TabIndex = 20;
联系电话Label.Text = "联系电话:";
//
// 补充说明Label
//
补充说明Label.AutoSize = true;
补充说明Label.Location = new System.Drawing.Point(305, 80);
补充说明Label.Name = "补充说明Label";
补充说明Label.Size = new System.Drawing.Size(59, 12);
补充说明Label.TabIndex = 22;
补充说明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,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -