📄 managepaymentform.designer.cs
字号:
this.收款人员Label.Text = "收款人员:";
//
// 收款形式TextBox
//
this.收款形式TextBox.Location = new System.Drawing.Point(206, 34);
this.收款形式TextBox.Name = "收款形式TextBox";
this.收款形式TextBox.Size = new System.Drawing.Size(57, 21);
this.收款形式TextBox.TabIndex = 56;
this.收款形式TextBox.Text = "现金";
//
// 收款形式Label
//
this.收款形式Label.AutoSize = true;
this.收款形式Label.Location = new System.Drawing.Point(139, 39);
this.收款形式Label.Name = "收款形式Label";
this.收款形式Label.Size = new System.Drawing.Size(65, 12);
this.收款形式Label.TabIndex = 55;
this.收款形式Label.Text = "收款形式:";
//
// 收款金额TextBox
//
this.收款金额TextBox.Location = new System.Drawing.Point(77, 34);
this.收款金额TextBox.Name = "收款金额TextBox";
this.收款金额TextBox.ReadOnly = true;
this.收款金额TextBox.Size = new System.Drawing.Size(57, 21);
this.收款金额TextBox.TabIndex = 54;
//
// 收款金额Label
//
this.收款金额Label.AutoSize = true;
this.收款金额Label.Location = new System.Drawing.Point(10, 40);
this.收款金额Label.Name = "收款金额Label";
this.收款金额Label.Size = new System.Drawing.Size(65, 12);
this.收款金额Label.TabIndex = 53;
this.收款金额Label.Text = "收款金额:";
//
// 交款人员TextBox
//
this.交款人员TextBox.Location = new System.Drawing.Point(483, 10);
this.交款人员TextBox.Name = "交款人员TextBox";
this.交款人员TextBox.Size = new System.Drawing.Size(51, 21);
this.交款人员TextBox.TabIndex = 52;
//
// 交款人员Label
//
this.交款人员Label.AutoSize = true;
this.交款人员Label.Location = new System.Drawing.Point(417, 14);
this.交款人员Label.Name = "交款人员Label";
this.交款人员Label.Size = new System.Drawing.Size(65, 12);
this.交款人员Label.TabIndex = 51;
this.交款人员Label.Text = "交款人员:";
//
// 收款日期TextBox
//
this.收款日期TextBox.Location = new System.Drawing.Point(345, 10);
this.收款日期TextBox.Name = "收款日期TextBox";
this.收款日期TextBox.Size = new System.Drawing.Size(66, 21);
this.收款日期TextBox.TabIndex = 50;
this.收款日期TextBox.Text = "2006-6-1";
//
// 收款日期Label
//
this.收款日期Label.AutoSize = true;
this.收款日期Label.Location = new System.Drawing.Point(282, 14);
this.收款日期Label.Name = "收款日期Label";
this.收款日期Label.Size = new System.Drawing.Size(65, 12);
this.收款日期Label.TabIndex = 49;
this.收款日期Label.Text = "收款日期:";
//
// 收据编号TextBox
//
this.收据编号TextBox.Location = new System.Drawing.Point(77, 10);
this.收据编号TextBox.Name = "收据编号TextBox";
this.收据编号TextBox.Size = new System.Drawing.Size(203, 21);
this.收据编号TextBox.TabIndex = 48;
//
// 收据编号Label
//
this.收据编号Label.AutoSize = true;
this.收据编号Label.Location = new System.Drawing.Point(10, 15);
this.收据编号Label.Name = "收据编号Label";
this.收据编号Label.Size = new System.Drawing.Size(65, 12);
this.收据编号Label.TabIndex = 47;
this.收据编号Label.Text = "收据编号:";
//
// 楼栋信息TableAdapter
//
this.楼栋信息TableAdapter.ClearBeforeFill = true;
//
// ManagePaymentForm
//
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.业主姓名Label);
this.Controls.Add(this.楼栋名称ComboBox);
this.Controls.Add(this.楼栋名称Label);
this.Controls.Add(this.保存Button);
this.Controls.Add(this.打印Button);
this.Controls.Add(this.新增Button);
this.Controls.Add(this.移除Button);
this.Controls.Add(this.添加Button);
this.Controls.Add(this.明细DataGridView);
this.Controls.Add(this.label1);
this.Controls.Add(this.未交DataGridView);
this.Controls.Add(this.查询Button);
this.Controls.Add(this.业主姓名ComboBox);
this.Controls.Add(this.补充说明TextBox);
this.Controls.Add(this.补充说明Label);
this.Controls.Add(this.收款事由TextBox);
this.Controls.Add(this.收款事由Label);
this.Controls.Add(this.收款人员TextBox);
this.Controls.Add(this.收款人员Label);
this.Controls.Add(this.收款形式TextBox);
this.Controls.Add(this.收款形式Label);
this.Controls.Add(this.收款金额TextBox);
this.Controls.Add(this.收款金额Label);
this.Controls.Add(this.交款人员TextBox);
this.Controls.Add(this.交款人员Label);
this.Controls.Add(this.收款日期TextBox);
this.Controls.Add(this.收款日期Label);
this.Controls.Add(this.收据编号TextBox);
this.Controls.Add(this.收据编号Label);
this.Name = "ManagePaymentForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "费用管理[物管费用交纳]";
this.Load += new System.EventHandler(this.ManagePaymentForm_Load);
((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.明细DataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.业主信息BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.未交DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Drawing.Printing.PrintDocument printDocument1;
private MyCommunity.Data.DBCommunityDataSetTableAdapters.业主信息TableAdapter 业主信息TableAdapter;
private System.Windows.Forms.Label 业主姓名Label;
private System.Windows.Forms.ComboBox 楼栋名称ComboBox;
private System.Windows.Forms.BindingSource 楼栋信息BindingSource;
private MyCommunity.Data.DBCommunityDataSet dBCommunityDataSet;
private System.Windows.Forms.Label 楼栋名称Label;
private System.Windows.Forms.Button 保存Button;
private System.Windows.Forms.Button 打印Button;
private System.Windows.Forms.Button 新增Button;
private System.Windows.Forms.Button 移除Button;
private System.Windows.Forms.Button 添加Button;
private System.Windows.Forms.DataGridView 明细DataGridView;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.BindingSource 业主信息BindingSource;
private System.Windows.Forms.DataGridView 未交DataGridView;
private System.Windows.Forms.Button 查询Button;
private System.Windows.Forms.ComboBox 业主姓名ComboBox;
private System.Windows.Forms.TextBox 补充说明TextBox;
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
private System.Windows.Forms.Label 补充说明Label;
private System.Windows.Forms.TextBox 收款事由TextBox;
private System.Windows.Forms.Label 收款事由Label;
private System.Windows.Forms.TextBox 收款人员TextBox;
private System.Windows.Forms.Label 收款人员Label;
private System.Windows.Forms.TextBox 收款形式TextBox;
private System.Windows.Forms.Label 收款形式Label;
private System.Windows.Forms.TextBox 收款金额TextBox;
private System.Windows.Forms.Label 收款金额Label;
private System.Windows.Forms.TextBox 交款人员TextBox;
private System.Windows.Forms.Label 交款人员Label;
private System.Windows.Forms.TextBox 收款日期TextBox;
private System.Windows.Forms.Label 收款日期Label;
private System.Windows.Forms.TextBox 收据编号TextBox;
private System.Windows.Forms.Label 收据编号Label;
private MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter 楼栋信息TableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -