Loading.Designer.cs 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. 
  2. namespace UppPay.Forms
  3. {
  4. partial class Loading
  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.label2 = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // label1
  34. //
  35. this.label1.AutoSize = true;
  36. this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.label1.ForeColor = System.Drawing.Color.Red;
  38. this.label1.Location = new System.Drawing.Point(202, 55);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(359, 20);
  41. this.label1.TabIndex = 0;
  42. this.label1.Text = "请稍后.............................";
  43. //
  44. // label2
  45. //
  46. this.label2.AutoSize = true;
  47. this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.label2.Location = new System.Drawing.Point(608, 21);
  49. this.label2.Name = "label2";
  50. this.label2.Size = new System.Drawing.Size(82, 24);
  51. this.label2.TabIndex = 1;
  52. this.label2.Text = "label2";
  53. //
  54. // Loading
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.ClientSize = new System.Drawing.Size(718, 151);
  59. this.Controls.Add(this.label2);
  60. this.Controls.Add(this.label1);
  61. this.MaximizeBox = false;
  62. this.MinimizeBox = false;
  63. this.Name = "Loading";
  64. this.Text = "Loading";
  65. this.TopMost = true;
  66. this.ResumeLayout(false);
  67. this.PerformLayout();
  68. }
  69. #endregion
  70. private System.Windows.Forms.Label label1;
  71. private System.Windows.Forms.Label label2;
  72. }
  73. }