SMPay.Designer.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. 
  2. namespace UppPay.Forms
  3. {
  4. partial class SMPay
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.authcodeBox = new System.Windows.Forms.TextBox();
  31. this.Tlabel = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // label1
  35. //
  36. this.label1.AutoSize = true;
  37. this.label1.Location = new System.Drawing.Point(70, 70);
  38. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(85, 19);
  41. this.label1.TabIndex = 2;
  42. this.label1.Text = "请扫码:";
  43. //
  44. // authcodeBox
  45. //
  46. this.authcodeBox.Location = new System.Drawing.Point(169, 56);
  47. this.authcodeBox.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  48. this.authcodeBox.Name = "authcodeBox";
  49. this.authcodeBox.Size = new System.Drawing.Size(349, 29);
  50. this.authcodeBox.TabIndex = 3;
  51. //
  52. // Tlabel
  53. //
  54. this.Tlabel.AutoSize = true;
  55. this.Tlabel.ForeColor = System.Drawing.Color.Red;
  56. this.Tlabel.Location = new System.Drawing.Point(91, 118);
  57. this.Tlabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  58. this.Tlabel.Name = "Tlabel";
  59. this.Tlabel.Size = new System.Drawing.Size(123, 19);
  60. this.Tlabel.TabIndex = 4;
  61. this.Tlabel.Text = "请输入支付码";
  62. //
  63. // SMPay
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 19F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.ClientSize = new System.Drawing.Size(631, 241);
  68. this.Controls.Add(this.Tlabel);
  69. this.Controls.Add(this.authcodeBox);
  70. this.Controls.Add(this.label1);
  71. this.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  73. this.MaximizeBox = false;
  74. this.MinimizeBox = false;
  75. this.Name = "SMPay";
  76. this.Text = "SMPay";
  77. this.TopMost = true;
  78. this.ResumeLayout(false);
  79. this.PerformLayout();
  80. }
  81. #endregion
  82. private System.Windows.Forms.Label label1;
  83. private System.Windows.Forms.TextBox authcodeBox;
  84. private System.Windows.Forms.Label Tlabel;
  85. }
  86. }