📄 gasqueryform.designer.cs
字号:
// 业主姓名ComboBox
//
this.业主姓名ComboBox.FormattingEnabled = true;
this.业主姓名ComboBox.Location = new System.Drawing.Point(228, 31);
this.业主姓名ComboBox.Name = "业主姓名ComboBox";
this.业主姓名ComboBox.Size = new System.Drawing.Size(75, 20);
this.业主姓名ComboBox.TabIndex = 30;
this.业主姓名ComboBox.Text = "全部";
//
// 业主姓名Label
//
this.业主姓名Label.AutoSize = true;
this.业主姓名Label.Location = new System.Drawing.Point(160, 36);
this.业主姓名Label.Name = "业主姓名Label";
this.业主姓名Label.Size = new System.Drawing.Size(65, 12);
this.业主姓名Label.TabIndex = 29;
this.业主姓名Label.Text = "业主姓名:";
//
// 楼栋名称ComboBox
//
this.楼栋名称ComboBox.FormattingEnabled = true;
this.楼栋名称ComboBox.Location = new System.Drawing.Point(71, 31);
this.楼栋名称ComboBox.Name = "楼栋名称ComboBox";
this.楼栋名称ComboBox.Size = new System.Drawing.Size(81, 20);
this.楼栋名称ComboBox.TabIndex = 28;
this.楼栋名称ComboBox.Text = "全部";
this.楼栋名称ComboBox.SelectedIndexChanged += new System.EventHandler(this.楼栋名称ComboBox_SelectedIndexChanged);
//
// 楼栋名称Label
//
this.楼栋名称Label.AutoSize = true;
this.楼栋名称Label.Location = new System.Drawing.Point(6, 36);
this.楼栋名称Label.Name = "楼栋名称Label";
this.楼栋名称Label.Size = new System.Drawing.Size(65, 12);
this.楼栋名称Label.TabIndex = 27;
this.楼栋名称Label.Text = "楼栋名称:";
//
// 打印Button
//
this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
this.打印Button.Location = new System.Drawing.Point(465, 30);
this.打印Button.Name = "打印Button";
this.打印Button.Size = new System.Drawing.Size(67, 23);
this.打印Button.TabIndex = 33;
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.Bottom)
| 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;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.水电气费DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.水电气费DataGridView.Location = new System.Drawing.Point(8, 61);
this.水电气费DataGridView.MultiSelect = false;
this.水电气费DataGridView.Name = "水电气费DataGridView";
this.水电气费DataGridView.ReadOnly = true;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.水电气费DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.水电气费DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.Green;
this.水电气费DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle9;
this.水电气费DataGridView.RowTemplate.Height = 23;
this.水电气费DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.水电气费DataGridView.Size = new System.Drawing.Size(523, 345);
this.水电气费DataGridView.TabIndex = 34;
//
// GasQueryForm
//
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.打印Button);
this.Controls.Add(this.费用状态ComboBox);
this.Controls.Add(this.费用状态Label);
this.Controls.Add(this.业主姓名ComboBox);
this.Controls.Add(this.业主姓名Label);
this.Controls.Add(this.楼栋名称ComboBox);
this.Controls.Add(this.楼栋名称Label);
this.Controls.Add(this.查询Button);
this.Controls.Add(this.费用类型ComboBox);
this.Controls.Add(this.费用类型Label);
this.Controls.Add(this.计费月份ComboBox);
this.Controls.Add(this.计费月份Label);
this.Controls.Add(this.计费年份ComboBox);
this.Controls.Add(this.计费年份Label);
this.Name = "GasQueryForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "费用管理[水电气费查询]";
this.Load += new System.EventHandler(this.GasQueryForm_Load);
((System.ComponentModel.ISupportInitialize)(this.水电气费DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label 计费年份Label;
private System.Windows.Forms.ComboBox 计费年份ComboBox;
private System.Windows.Forms.ComboBox 计费月份ComboBox;
private System.Windows.Forms.Label 计费月份Label;
private System.Windows.Forms.ComboBox 费用类型ComboBox;
private System.Windows.Forms.Label 费用类型Label;
private System.Windows.Forms.Button 查询Button;
private System.Windows.Forms.ComboBox 费用状态ComboBox;
private System.Windows.Forms.Label 费用状态Label;
private System.Windows.Forms.ComboBox 业主姓名ComboBox;
private System.Windows.Forms.Label 业主姓名Label;
private System.Windows.Forms.ComboBox 楼栋名称ComboBox;
private System.Windows.Forms.Label 楼栋名称Label;
private System.Windows.Forms.Button 打印Button;
private System.Windows.Forms.DataGridView 水电气费DataGridView;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -