📄 manageregisterform.designer.cs
字号:
// 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, 20);
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, 20);
this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 23);
//
// 物管费用BindingNavigatorSaveItem
//
this.物管费用BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("物管费用BindingNavigatorSaveItem.Image")));
this.物管费用BindingNavigatorSaveItem.Name = "物管费用BindingNavigatorSaveItem";
this.物管费用BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 20);
this.物管费用BindingNavigatorSaveItem.Text = "保存";
this.物管费用BindingNavigatorSaveItem.Click += new System.EventHandler(this.物管费用BindingNavigatorSaveItem_Click);
//
// 物管费用DataGridView
//
this.物管费用DataGridView.AutoGenerateColumns = false;
this.物管费用DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn9,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn10,
this.dataGridViewTextBoxColumn11,
this.dataGridViewTextBoxColumn12});
this.物管费用DataGridView.DataSource = this.物管费用BindingSource;
this.物管费用DataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.物管费用DataGridView.Location = new System.Drawing.Point(0, 46);
this.物管费用DataGridView.Name = "物管费用DataGridView";
this.物管费用DataGridView.RowTemplate.Height = 23;
this.物管费用DataGridView.Size = new System.Drawing.Size(542, 370);
this.物管费用DataGridView.TabIndex = 2;
//
// 新增ToolStripButton
//
this.新增ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("新增ToolStripButton.Image")));
this.新增ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
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);
//
// 登记ToolStripButton
//
this.登记ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("登记ToolStripButton.Image")));
this.登记ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
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);
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "楼栋名称";
this.dataGridViewTextBoxColumn2.HeaderText = "楼栋名称";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "业主编号";
this.dataGridViewTextBoxColumn3.HeaderText = "业主编号";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "业主姓名";
this.dataGridViewTextBoxColumn4.HeaderText = "业主姓名";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "计费单价";
this.dataGridViewTextBoxColumn9.HeaderText = "计费单价";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "建筑面积";
this.dataGridViewTextBoxColumn7.HeaderText = "建筑面积";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "套内面积";
this.dataGridViewTextBoxColumn8.HeaderText = "套内面积";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
this.dataGridViewTextBoxColumn8.ReadOnly = true;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "计费年份";
this.dataGridViewTextBoxColumn5.HeaderText = "计费年份";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "计费月份";
this.dataGridViewTextBoxColumn6.HeaderText = "计费月份";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "自动编号";
this.dataGridViewTextBoxColumn1.HeaderText = "自动编号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Visible = false;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "登记标志";
this.dataGridViewTextBoxColumn10.HeaderText = "登记标志";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.Visible = false;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.DataPropertyName = "费用状态";
this.dataGridViewTextBoxColumn11.HeaderText = "费用状态";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.Visible = false;
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.DataPropertyName = "收据编号";
this.dataGridViewTextBoxColumn12.HeaderText = "收据编号";
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
this.dataGridViewTextBoxColumn12.Visible = false;
//
// ManageRegisterForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(542, 416);
this.Controls.Add(this.物管费用DataGridView);
this.Controls.Add(this.物管费用BindingNavigator);
this.Name = "ManageRegisterForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "费用管理[物管费用登记]";
this.Load += new System.EventHandler(this.ManageRegisterForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.物管费用BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.物管费用BindingNavigator)).EndInit();
this.物管费用BindingNavigator.ResumeLayout(false);
this.物管费用BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.物管费用DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyCommunity.Data.DBCommunityDataSet dBCommunityDataSet;
private System.Windows.Forms.BindingSource 物管费用BindingSource;
private MyCommunity.Data.DBCommunityDataSetTableAdapters.物管费用TableAdapter 物管费用TableAdapter;
private System.Windows.Forms.BindingNavigator 物管费用BindingNavigator;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton 物管费用BindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView 物管费用DataGridView;
private System.Windows.Forms.ToolStripLabel 楼栋名称ToolStripLabel;
private System.Windows.Forms.ToolStripComboBox 楼栋名称ToolStripComboBox;
private System.Windows.Forms.ToolStripLabel 计费年份ToolStripLabel;
private System.Windows.Forms.ToolStripComboBox 计费年份ToolStripComboBox;
private System.Windows.Forms.ToolStripLabel 计费月份ToolStripLabel;
private System.Windows.Forms.ToolStripComboBox 计费月份ToolStripComboBox;
private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
private System.Windows.Forms.ToolStripButton 新增ToolStripButton;
private System.Windows.Forms.ToolStripButton 登记ToolStripButton;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -