namespace UppPay.Forms { partial class SMForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.Tlabel = new System.Windows.Forms.Label(); this.authcodeBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Tlabel // this.Tlabel.AutoSize = true; this.Tlabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Tlabel.ForeColor = System.Drawing.Color.Red; this.Tlabel.Location = new System.Drawing.Point(140, 98); this.Tlabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.Tlabel.Name = "Tlabel"; this.Tlabel.Size = new System.Drawing.Size(129, 20); this.Tlabel.TabIndex = 7; this.Tlabel.Text = "请输入支付码"; // // authcodeBox // this.authcodeBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.authcodeBox.Location = new System.Drawing.Point(123, 42); this.authcodeBox.Margin = new System.Windows.Forms.Padding(5); this.authcodeBox.Name = "authcodeBox"; this.authcodeBox.Size = new System.Drawing.Size(416, 30); this.authcodeBox.TabIndex = 6; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(40, 48); this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 19); this.label1.TabIndex = 5; this.label1.Text = "请扫码:"; // // SMForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(583, 160); this.Controls.Add(this.Tlabel); this.Controls.Add(this.authcodeBox); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SMForm"; this.Text = "SMForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label Tlabel; private System.Windows.Forms.TextBox authcodeBox; private System.Windows.Forms.Label label1; } }