📄 gasregisterform.designer.cs
字号:
namespace MyCommunity
{
partial class GasRegisterForm
{
/// <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(GasRegisterForm));
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.费用类型ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.费用类型ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.新增ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.水电气费BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.登记ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
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.水电气费DataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn4 = 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.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.水电气费BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
this.水电气费TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.水电气费TableAdapter();
((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();
//
// 水电气费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.费用类型ToolStripLabel,
this.费用类型ToolStripComboBox,
this.查询ToolStripButton,
this.新增ToolStripButton,
this.bindingNavigatorDeleteItem,
this.水电气费BindingNavigatorSaveItem,
this.登记ToolStripButton,
this.bindingNavigatorSeparator,
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorPositionItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorCountItem,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2});
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(547, 43);
this.水电气费BindingNavigator.TabIndex = 0;
this.水电气费BindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 12);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
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(75, 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);
//
// 计费月份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);
//
// 费用类型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);
//
// 新增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);
//
// 水电气费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);
//
// 登记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);
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 23);
//
// 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 = "移到上一条记录";
//
// bindingNavigatorPositionItem
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -