SMForm.Designer.cs 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. 
  2. namespace UppPay.Forms
  3. {
  4. partial class SMForm
  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.Tlabel = new System.Windows.Forms.Label();
  30. this.authcodeBox = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // Tlabel
  35. //
  36. this.Tlabel.AutoSize = true;
  37. this.Tlabel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  38. this.Tlabel.ForeColor = System.Drawing.Color.Red;
  39. this.Tlabel.Location = new System.Drawing.Point(140, 98);
  40. this.Tlabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  41. this.Tlabel.Name = "Tlabel";
  42. this.Tlabel.Size = new System.Drawing.Size(129, 20);
  43. this.Tlabel.TabIndex = 7;
  44. this.Tlabel.Text = "请输入支付码";
  45. //
  46. // authcodeBox
  47. //
  48. this.authcodeBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.authcodeBox.Location = new System.Drawing.Point(123, 42);
  50. this.authcodeBox.Margin = new System.Windows.Forms.Padding(5);
  51. this.authcodeBox.Name = "authcodeBox";
  52. this.authcodeBox.Size = new System.Drawing.Size(416, 30);
  53. this.authcodeBox.TabIndex = 6;
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.label1.Location = new System.Drawing.Point(40, 48);
  60. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(89, 19);
  63. this.label1.TabIndex = 5;
  64. this.label1.Text = "请扫码:";
  65. //
  66. // SMForm
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.ClientSize = new System.Drawing.Size(583, 160);
  71. this.Controls.Add(this.Tlabel);
  72. this.Controls.Add(this.authcodeBox);
  73. this.Controls.Add(this.label1);
  74. this.MaximizeBox = false;
  75. this.MinimizeBox = false;
  76. this.Name = "SMForm";
  77. this.Text = "SMForm";
  78. this.ResumeLayout(false);
  79. this.PerformLayout();
  80. }
  81. #endregion
  82. private System.Windows.Forms.Label Tlabel;
  83. private System.Windows.Forms.TextBox authcodeBox;
  84. private System.Windows.Forms.Label label1;
  85. }
  86. }