📄 gaspaymentform.designer.cs
字号:
// 收款事由TextBox
//
this.收款事由TextBox.Location = new System.Drawing.Point(460, 34);
this.收款事由TextBox.Name = "收款事由TextBox";
this.收款事由TextBox.Size = new System.Drawing.Size(73, 21);
this.收款事由TextBox.TabIndex = 13;
this.收款事由TextBox.Text = "交水电气费";
//
// 收款事由Label
//
this.收款事由Label.AutoSize = true;
this.收款事由Label.Location = new System.Drawing.Point(393, 40);
this.收款事由Label.Name = "收款事由Label";
this.收款事由Label.Size = new System.Drawing.Size(65, 12);
this.收款事由Label.TabIndex = 12;
this.收款事由Label.Text = "收款事由:";
//
// 补充说明TextBox
//
this.补充说明TextBox.Location = new System.Drawing.Point(76, 58);
this.补充说明TextBox.Name = "补充说明TextBox";
this.补充说明TextBox.Size = new System.Drawing.Size(203, 21);
this.补充说明TextBox.TabIndex = 15;
this.补充说明TextBox.Text = "暂无";
//
// 补充说明Label
//
this.补充说明Label.AutoSize = true;
this.补充说明Label.Location = new System.Drawing.Point(9, 65);
this.补充说明Label.Name = "补充说明Label";
this.补充说明Label.Size = new System.Drawing.Size(65, 12);
this.补充说明Label.TabIndex = 14;
this.补充说明Label.Text = "补充说明:";
//
// 打印Button
//
this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
this.打印Button.Location = new System.Drawing.Point(369, 57);
this.打印Button.Name = "打印Button";
this.打印Button.Size = new System.Drawing.Size(80, 23);
this.打印Button.TabIndex = 35;
this.打印Button.Text = "打印";
this.打印Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.打印Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.打印Button.UseVisualStyleBackColor = true;
this.打印Button.Click += new System.EventHandler(this.打印Button_Click);
//
// 新增Button
//
this.新增Button.Image = ((System.Drawing.Image)(resources.GetObject("新增Button.Image")));
this.新增Button.Location = new System.Drawing.Point(285, 57);
this.新增Button.Name = "新增Button";
this.新增Button.Size = new System.Drawing.Size(80, 23);
this.新增Button.TabIndex = 34;
this.新增Button.Text = "新增";
this.新增Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.新增Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.新增Button.UseVisualStyleBackColor = true;
this.新增Button.Click += new System.EventHandler(this.新增Button_Click);
//
// 保存Button
//
this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
this.保存Button.Location = new System.Drawing.Point(453, 57);
this.保存Button.Name = "保存Button";
this.保存Button.Size = new System.Drawing.Size(80, 23);
this.保存Button.TabIndex = 36;
this.保存Button.Text = "保存";
this.保存Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.保存Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.保存Button.UseVisualStyleBackColor = true;
this.保存Button.Click += new System.EventHandler(this.保存Button_Click);
//
// 楼栋名称Label
//
this.楼栋名称Label.AutoSize = true;
this.楼栋名称Label.Location = new System.Drawing.Point(8, 87);
this.楼栋名称Label.Name = "楼栋名称Label";
this.楼栋名称Label.Size = new System.Drawing.Size(197, 12);
this.楼栋名称Label.TabIndex = 37;
this.楼栋名称Label.Text = "请选择未交费业主所在的楼栋名称:";
//
// 楼栋名称ComboBox
//
this.楼栋名称ComboBox.DataSource = this.楼栋信息BindingSource;
this.楼栋名称ComboBox.DisplayMember = "楼栋名称";
this.楼栋名称ComboBox.FormattingEnabled = true;
this.楼栋名称ComboBox.Location = new System.Drawing.Point(205, 83);
this.楼栋名称ComboBox.Name = "楼栋名称ComboBox";
this.楼栋名称ComboBox.Size = new System.Drawing.Size(95, 20);
this.楼栋名称ComboBox.TabIndex = 38;
this.楼栋名称ComboBox.ValueMember = "楼栋名称";
this.楼栋名称ComboBox.SelectedIndexChanged += new System.EventHandler(this.楼栋名称ComboBox_SelectedIndexChanged);
//
// 楼栋信息BindingSource
//
this.楼栋信息BindingSource.DataMember = "楼栋信息";
this.楼栋信息BindingSource.DataSource = this.dBCommunityDataSet;
//
// dBCommunityDataSet
//
this.dBCommunityDataSet.DataSetName = "DBCommunityDataSet";
this.dBCommunityDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 业主姓名Label
//
this.业主姓名Label.AutoSize = true;
this.业主姓名Label.Location = new System.Drawing.Point(306, 87);
this.业主姓名Label.Name = "业主姓名Label";
this.业主姓名Label.Size = new System.Drawing.Size(65, 12);
this.业主姓名Label.TabIndex = 39;
this.业主姓名Label.Text = "业主姓名:";
//
// 业主姓名ComboBox
//
this.业主姓名ComboBox.FormattingEnabled = true;
this.业主姓名ComboBox.Location = new System.Drawing.Point(370, 83);
this.业主姓名ComboBox.Name = "业主姓名ComboBox";
this.业主姓名ComboBox.Size = new System.Drawing.Size(79, 20);
this.业主姓名ComboBox.TabIndex = 40;
//
// 查询Button
//
this.查询Button.Image = ((System.Drawing.Image)(resources.GetObject("查询Button.Image")));
this.查询Button.Location = new System.Drawing.Point(453, 81);
this.查询Button.Name = "查询Button";
this.查询Button.Size = new System.Drawing.Size(80, 23);
this.查询Button.TabIndex = 41;
this.查询Button.Text = "查询";
this.查询Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.查询Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.查询Button.UseVisualStyleBackColor = true;
this.查询Button.Click += new System.EventHandler(this.查询Button_Click);
//
// 未交DataGridView
//
this.未交DataGridView.AllowUserToAddRows = false;
this.未交DataGridView.AllowUserToDeleteRows = false;
this.未交DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.未交DataGridView.BackgroundColor = System.Drawing.Color.LightGray;
this.未交DataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.未交DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.未交DataGridView.Location = new System.Drawing.Point(8, 108);
this.未交DataGridView.MultiSelect = false;
this.未交DataGridView.Name = "未交DataGridView";
this.未交DataGridView.ReadOnly = true;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.未交DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.未交DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Green;
this.未交DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.未交DataGridView.RowTemplate.Height = 23;
this.未交DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.未交DataGridView.Size = new System.Drawing.Size(523, 139);
this.未交DataGridView.TabIndex = 42;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 260);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(209, 12);
this.label1.TabIndex = 43;
this.label1.Text = "未交费业主即将交纳的水电气费明细:";
//
// 明细DataGridView
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -