| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
-
- namespace UppPay.Forms
- {
- partial class SMForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|