⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 otherpaymentform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // 交款人员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, 7);
            this.交款人员TextBox.Name = "交款人员TextBox";
            this.交款人员TextBox.Size = new System.Drawing.Size(74, 21);
            this.交款人员TextBox.TabIndex = 81;
            // 
            // 交款人员Label
            // 
            this.交款人员Label.AutoSize = true;
            this.交款人员Label.Location = new System.Drawing.Point(397, 12);
            this.交款人员Label.Name = "交款人员Label";
            this.交款人员Label.Size = new System.Drawing.Size(65, 12);
            this.交款人员Label.TabIndex = 80;
            this.交款人员Label.Text = "交款人员:";
            // 
            // 收款日期TextBox
            // 
            this.收款日期TextBox.Location = new System.Drawing.Point(71, 32);
            this.收款日期TextBox.Name = "收款日期TextBox";
            this.收款日期TextBox.Size = new System.Drawing.Size(66, 21);
            this.收款日期TextBox.TabIndex = 79;
            this.收款日期TextBox.Text = "2006-6-1";
            // 
            // 收款日期Label
            // 
            this.收款日期Label.AutoSize = true;
            this.收款日期Label.Location = new System.Drawing.Point(10, 37);
            this.收款日期Label.Name = "收款日期Label";
            this.收款日期Label.Size = new System.Drawing.Size(65, 12);
            this.收款日期Label.TabIndex = 78;
            this.收款日期Label.Text = "收款日期:";
            // 
            // 收据编号TextBox
            // 
            this.收据编号TextBox.Location = new System.Drawing.Point(71, 7);
            this.收据编号TextBox.Name = "收据编号TextBox";
            this.收据编号TextBox.Size = new System.Drawing.Size(322, 21);
            this.收据编号TextBox.TabIndex = 77;
            // 
            // 收据编号Label
            // 
            this.收据编号Label.AutoSize = true;
            this.收据编号Label.Location = new System.Drawing.Point(10, 12);
            this.收据编号Label.Name = "收据编号Label";
            this.收据编号Label.Size = new System.Drawing.Size(65, 12);
            this.收据编号Label.TabIndex = 76;
            this.收据编号Label.Text = "收据编号:";
            // 
            // 保存Button
            // 
            this.保存Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
            this.保存Button.Location = new System.Drawing.Point(451, 54);
            this.保存Button.Name = "保存Button";
            this.保存Button.Size = new System.Drawing.Size(80, 23);
            this.保存Button.TabIndex = 94;
            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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
            this.打印Button.Location = new System.Drawing.Point(365, 54);
            this.打印Button.Name = "打印Button";
            this.打印Button.Size = new System.Drawing.Size(80, 23);
            this.打印Button.TabIndex = 93;
            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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.新增Button.Image = ((System.Drawing.Image)(resources.GetObject("新增Button.Image")));
            this.新增Button.Location = new System.Drawing.Point(279, 54);
            this.新增Button.Name = "新增Button";
            this.新增Button.Size = new System.Drawing.Size(80, 23);
            this.新增Button.TabIndex = 92;
            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);
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // OtherPaymentForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(542, 176);
            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.收款人员Label);
            this.Controls.Add(this.收款人员TextBox);
            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.保存Button);
            this.Controls.Add(this.打印Button);
            this.Controls.Add(this.新增Button);
            this.Name = "OtherPaymentForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "费用管理[其他费用交纳]";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        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.Label 收款人员Label;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
        private System.Windows.Forms.TextBox 收款人员TextBox;
        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.Button 保存Button;
        private System.Windows.Forms.Button 打印Button;
        private System.Windows.Forms.Button 新增Button;
        private System.Drawing.Printing.PrintDocument printDocument1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -