| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
-
- namespace UppPay.Forms
- {
- partial class SMPay
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.authcodeBox = new System.Windows.Forms.TextBox();
- this.Tlabel = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(70, 70);
- this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(85, 19);
- this.label1.TabIndex = 2;
- this.label1.Text = "请扫码:";
- //
- // authcodeBox
- //
- this.authcodeBox.Location = new System.Drawing.Point(169, 56);
- this.authcodeBox.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
- this.authcodeBox.Name = "authcodeBox";
- this.authcodeBox.Size = new System.Drawing.Size(349, 29);
- this.authcodeBox.TabIndex = 3;
- //
- // Tlabel
- //
- this.Tlabel.AutoSize = true;
- this.Tlabel.ForeColor = System.Drawing.Color.Red;
- this.Tlabel.Location = new System.Drawing.Point(91, 118);
- this.Tlabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.Tlabel.Name = "Tlabel";
- this.Tlabel.Size = new System.Drawing.Size(123, 19);
- this.Tlabel.TabIndex = 4;
- this.Tlabel.Text = "请输入支付码";
- //
- // SMPay
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 19F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(631, 241);
- this.Controls.Add(this.Tlabel);
- this.Controls.Add(this.authcodeBox);
- this.Controls.Add(this.label1);
- this.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "SMPay";
- this.Text = "SMPay";
- this.TopMost = true;
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox authcodeBox;
- private System.Windows.Forms.Label Tlabel;
- }
- }
|