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

📄 moveform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.查询ToolStripButton.Size = new System.Drawing.Size(49, 22);
            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, 22);
            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, 22);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 迁出信息BindingNavigatorSaveItem
            // 
            this.迁出信息BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("迁出信息BindingNavigatorSaveItem.Image")));
            this.迁出信息BindingNavigatorSaveItem.Name = "迁出信息BindingNavigatorSaveItem";
            this.迁出信息BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 22);
            this.迁出信息BindingNavigatorSaveItem.Text = "保存";
            this.迁出信息BindingNavigatorSaveItem.Click += new System.EventHandler(this.迁出信息BindingNavigatorSaveItem_Click);
            // 
            // 业主编号Label
            // 
            业主编号Label.AutoSize = true;
            业主编号Label.Location = new System.Drawing.Point(312, 33);
            业主编号Label.Name = "业主编号Label";
            业主编号Label.Size = new System.Drawing.Size(59, 12);
            业主编号Label.TabIndex = 2;
            业主编号Label.Text = "业主编号:";
            // 
            // 业主编号TextBox
            // 
            this.业主编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.迁出信息BindingSource, "业主编号", true));
            this.业主编号TextBox.Location = new System.Drawing.Point(375, 27);
            this.业主编号TextBox.Name = "业主编号TextBox";
            this.业主编号TextBox.ReadOnly = true;
            this.业主编号TextBox.Size = new System.Drawing.Size(155, 21);
            this.业主编号TextBox.TabIndex = 3;
            // 
            // 业主姓名Label
            // 
            业主姓名Label.AutoSize = true;
            业主姓名Label.Location = new System.Drawing.Point(167, 33);
            业主姓名Label.Name = "业主姓名Label";
            业主姓名Label.Size = new System.Drawing.Size(59, 12);
            业主姓名Label.TabIndex = 4;
            业主姓名Label.Text = "业主姓名:";
            // 
            // 业主姓名ComboBox
            // 
            this.业主姓名ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.迁出信息BindingSource, "业主姓名", true));
            this.业主姓名ComboBox.FormattingEnabled = true;
            this.业主姓名ComboBox.Location = new System.Drawing.Point(232, 28);
            this.业主姓名ComboBox.Name = "业主姓名ComboBox";
            this.业主姓名ComboBox.Size = new System.Drawing.Size(74, 20);
            this.业主姓名ComboBox.TabIndex = 5;
            this.业主姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.业主姓名ComboBox_SelectedIndexChanged);
            // 
            // 迁出日期Label
            // 
            迁出日期Label.AutoSize = true;
            迁出日期Label.Location = new System.Drawing.Point(9, 58);
            迁出日期Label.Name = "迁出日期Label";
            迁出日期Label.Size = new System.Drawing.Size(59, 12);
            迁出日期Label.TabIndex = 6;
            迁出日期Label.Text = "迁出日期:";
            // 
            // 迁出日期DateTimePicker
            // 
            this.迁出日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.迁出信息BindingSource, "迁出日期", true));
            this.迁出日期DateTimePicker.Location = new System.Drawing.Point(74, 53);
            this.迁出日期DateTimePicker.Name = "迁出日期DateTimePicker";
            this.迁出日期DateTimePicker.Size = new System.Drawing.Size(117, 21);
            this.迁出日期DateTimePicker.TabIndex = 7;
            // 
            // 迁出原因Label
            // 
            迁出原因Label.AutoSize = true;
            迁出原因Label.Location = new System.Drawing.Point(197, 58);
            迁出原因Label.Name = "迁出原因Label";
            迁出原因Label.Size = new System.Drawing.Size(59, 12);
            迁出原因Label.TabIndex = 8;
            迁出原因Label.Text = "迁出原因:";
            // 
            // 迁出原因TextBox
            // 
            this.迁出原因TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.迁出信息BindingSource, "迁出原因", true));
            this.迁出原因TextBox.Location = new System.Drawing.Point(262, 53);
            this.迁出原因TextBox.Name = "迁出原因TextBox";
            this.迁出原因TextBox.Size = new System.Drawing.Size(268, 21);
            this.迁出原因TextBox.TabIndex = 9;
            this.迁出原因TextBox.Text = "售房";
            // 
            // 补充说明Label
            // 
            补充说明Label.AutoSize = true;
            补充说明Label.Location = new System.Drawing.Point(9, 83);
            补充说明Label.Name = "补充说明Label";
            补充说明Label.Size = new System.Drawing.Size(59, 12);
            补充说明Label.TabIndex = 10;
            补充说明Label.Text = "补充说明:";
            // 
            // 补充说明TextBox
            // 
            this.补充说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.迁出信息BindingSource, "补充说明", true));
            this.补充说明TextBox.Location = new System.Drawing.Point(74, 79);
            this.补充说明TextBox.Name = "补充说明TextBox";
            this.补充说明TextBox.Size = new System.Drawing.Size(456, 21);
            this.补充说明TextBox.TabIndex = 11;
            this.补充说明TextBox.Text = "暂无";
            // 
            // 楼栋名称Label
            // 
            this.楼栋名称Label.AutoSize = true;
            this.楼栋名称Label.Location = new System.Drawing.Point(10, 33);
            this.楼栋名称Label.Name = "楼栋名称Label";
            this.楼栋名称Label.Size = new System.Drawing.Size(65, 12);
            this.楼栋名称Label.TabIndex = 12;
            this.楼栋名称Label.Text = "楼栋名称:";
            // 
            // 楼栋名称ComboBox
            // 

⌨️ 快捷键说明

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