⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manageregisterform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyCommunity
{
    partial class ManageRegisterForm
    {
        /// <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(ManageRegisterForm));
            this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
            this.物管费用BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.物管费用TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.物管费用TableAdapter();
            this.物管费用BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.楼栋名称ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.楼栋名称ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.计费年份ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.计费年份ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.计费月份ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.计费月份ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.查询ToolStripButton = 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.物管费用DataGridView = new System.Windows.Forms.DataGridView();
            this.新增ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.登记ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.物管费用BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.物管费用BindingNavigator)).BeginInit();
            this.物管费用BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.物管费用DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // dBCommunityDataSet
            // 
            this.dBCommunityDataSet.DataSetName = "DBCommunityDataSet";
            this.dBCommunityDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // 物管费用BindingSource
            // 
            this.物管费用BindingSource.DataMember = "物管费用";
            this.物管费用BindingSource.DataSource = this.dBCommunityDataSet;
            // 
            // 物管费用TableAdapter
            // 
            this.物管费用TableAdapter.ClearBeforeFill = true;
            // 
            // 物管费用BindingNavigator
            // 
            this.物管费用BindingNavigator.AddNewItem = null;
            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.楼栋名称ToolStripLabel,
            this.楼栋名称ToolStripComboBox,
            this.计费年份ToolStripLabel,
            this.计费年份ToolStripComboBox,
            this.计费月份ToolStripLabel,
            this.计费月份ToolStripComboBox,
            this.查询ToolStripButton,
            this.新增ToolStripButton,
            this.bindingNavigatorDeleteItem,
            this.物管费用BindingNavigatorSaveItem,
            this.登记ToolStripButton,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem});
            this.物管费用BindingNavigator.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            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";
            this.物管费用BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.物管费用BindingNavigator.Size = new System.Drawing.Size(542, 46);
            this.物管费用BindingNavigator.TabIndex = 0;
            this.物管费用BindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 12);
            this.bindingNavigatorCountItem.Text = "/ {0}";
            this.bindingNavigatorCountItem.ToolTipText = "总项数";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(49, 20);
            this.bindingNavigatorDeleteItem.Text = "删除";
            // 
            // 楼栋名称ToolStripLabel
            // 
            this.楼栋名称ToolStripLabel.Name = "楼栋名称ToolStripLabel";
            this.楼栋名称ToolStripLabel.Size = new System.Drawing.Size(59, 12);
            this.楼栋名称ToolStripLabel.Text = "楼栋名称:";
            // 
            // 楼栋名称ToolStripComboBox
            // 
            this.楼栋名称ToolStripComboBox.Name = "楼栋名称ToolStripComboBox";
            this.楼栋名称ToolStripComboBox.Size = new System.Drawing.Size(100, 20);
            // 
            // 计费年份ToolStripLabel
            // 
            this.计费年份ToolStripLabel.Name = "计费年份ToolStripLabel";
            this.计费年份ToolStripLabel.Size = new System.Drawing.Size(59, 12);
            this.计费年份ToolStripLabel.Text = "计费年份:";
            // 
            // 计费年份ToolStripComboBox
            // 
            this.计费年份ToolStripComboBox.Name = "计费年份ToolStripComboBox";
            this.计费年份ToolStripComboBox.Size = new System.Drawing.Size(90, 20);
            // 
            // 计费月份ToolStripLabel
            // 
            this.计费月份ToolStripLabel.Name = "计费月份ToolStripLabel";
            this.计费月份ToolStripLabel.Size = new System.Drawing.Size(59, 12);
            this.计费月份ToolStripLabel.Text = "计费月份:";
            // 
            // 计费月份ToolStripComboBox
            // 
            this.计费月份ToolStripComboBox.Name = "计费月份ToolStripComboBox";
            this.计费月份ToolStripComboBox.Size = new System.Drawing.Size(75, 20);
            // 
            // 查询ToolStripButton
            // 
            this.查询ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询ToolStripButton.Image")));
            this.查询ToolStripButton.Name = "查询ToolStripButton";
            this.查询ToolStripButton.Size = new System.Drawing.Size(49, 20);
            this.查询ToolStripButton.Text = "查询";
            this.查询ToolStripButton.Click += new System.EventHandler(this.查询ToolStripButton_Click);
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 23);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(120, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 23);
            // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -