📄 otherpaymentform.designer.cs
字号:
namespace MyCommunity
{
partial class OtherPaymentForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OtherPaymentForm));
this.补充说明TextBox = new System.Windows.Forms.TextBox();
this.补充说明Label = new System.Windows.Forms.Label();
this.收款事由TextBox = new System.Windows.Forms.TextBox();
this.收款事由Label = new System.Windows.Forms.Label();
this.收款形式TextBox = new System.Windows.Forms.TextBox();
this.收款形式Label = new System.Windows.Forms.Label();
this.收款人员Label = new System.Windows.Forms.Label();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.收款人员TextBox = new System.Windows.Forms.TextBox();
this.收款金额TextBox = new System.Windows.Forms.TextBox();
this.收款金额Label = new System.Windows.Forms.Label();
this.交款人员TextBox = new System.Windows.Forms.TextBox();
this.交款人员Label = new System.Windows.Forms.Label();
this.收款日期TextBox = new System.Windows.Forms.TextBox();
this.收款日期Label = new System.Windows.Forms.Label();
this.收据编号TextBox = new System.Windows.Forms.TextBox();
this.收据编号Label = new System.Windows.Forms.Label();
this.保存Button = new System.Windows.Forms.Button();
this.打印Button = new System.Windows.Forms.Button();
this.新增Button = new System.Windows.Forms.Button();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.SuspendLayout();
//
// 补充说明TextBox
//
this.补充说明TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.补充说明TextBox.Location = new System.Drawing.Point(71, 149);
this.补充说明TextBox.Name = "补充说明TextBox";
this.补充说明TextBox.Size = new System.Drawing.Size(463, 21);
this.补充说明TextBox.TabIndex = 91;
this.补充说明TextBox.Text = "暂无";
//
// 补充说明Label
//
this.补充说明Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.补充说明Label.AutoSize = true;
this.补充说明Label.Location = new System.Drawing.Point(10, 153);
this.补充说明Label.Name = "补充说明Label";
this.补充说明Label.Size = new System.Drawing.Size(65, 12);
this.补充说明Label.TabIndex = 90;
this.补充说明Label.Text = "补充说明:";
//
// 收款事由TextBox
//
this.收款事由TextBox.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.收款事由TextBox.Location = new System.Drawing.Point(8, 80);
this.收款事由TextBox.Multiline = true;
this.收款事由TextBox.Name = "收款事由TextBox";
this.收款事由TextBox.Size = new System.Drawing.Size(526, 65);
this.收款事由TextBox.TabIndex = 89;
this.收款事由TextBox.Text = "交维修费";
//
// 收款事由Label
//
this.收款事由Label.AutoSize = true;
this.收款事由Label.Location = new System.Drawing.Point(9, 62);
this.收款事由Label.Name = "收款事由Label";
this.收款事由Label.Size = new System.Drawing.Size(65, 12);
this.收款事由Label.TabIndex = 88;
this.收款事由Label.Text = "收款事由:";
//
// 收款形式TextBox
//
this.收款形式TextBox.Location = new System.Drawing.Point(336, 32);
this.收款形式TextBox.Name = "收款形式TextBox";
this.收款形式TextBox.Size = new System.Drawing.Size(57, 21);
this.收款形式TextBox.TabIndex = 85;
this.收款形式TextBox.Text = "现金";
//
// 收款形式Label
//
this.收款形式Label.AutoSize = true;
this.收款形式Label.Location = new System.Drawing.Point(272, 37);
this.收款形式Label.Name = "收款形式Label";
this.收款形式Label.Size = new System.Drawing.Size(65, 12);
this.收款形式Label.TabIndex = 84;
this.收款形式Label.Text = "收款形式:";
//
// 收款人员Label
//
this.收款人员Label.AutoSize = true;
this.收款人员Label.Location = new System.Drawing.Point(395, 37);
this.收款人员Label.Name = "收款人员Label";
this.收款人员Label.Size = new System.Drawing.Size(65, 12);
this.收款人员Label.TabIndex = 86;
this.收款人员Label.Text = "收款人员:";
//
// printPreviewDialog1
//
this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
this.printPreviewDialog1.Enabled = true;
this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
this.printPreviewDialog1.Name = "printPreviewDialog1";
this.printPreviewDialog1.Visible = false;
//
// 收款人员TextBox
//
this.收款人员TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.收款人员TextBox.Location = new System.Drawing.Point(460, 32);
this.收款人员TextBox.Name = "收款人员TextBox";
this.收款人员TextBox.Size = new System.Drawing.Size(74, 21);
this.收款人员TextBox.TabIndex = 87;
//
// 收款金额TextBox
//
this.收款金额TextBox.Location = new System.Drawing.Point(208, 32);
this.收款金额TextBox.Name = "收款金额TextBox";
this.收款金额TextBox.Size = new System.Drawing.Size(57, 21);
this.收款金额TextBox.TabIndex = 83;
this.收款金额TextBox.Text = "0";
//
// 收款金额Label
//
this.收款金额Label.AutoSize = true;
this.收款金额Label.Location = new System.Drawing.Point(140, 37);
this.收款金额Label.Name = "收款金额Label";
this.收款金额Label.Size = new System.Drawing.Size(65, 12);
this.收款金额Label.TabIndex = 82;
this.收款金额Label.Text = "收款金额:";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -