FormSupport.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. namespace HslCommunication.BasicFramework
  2. {
  3. partial class FormSupport
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose( bool disposing )
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose( );
  18. }
  19. base.Dispose( disposing );
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent( )
  27. {
  28. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // pictureBox1
  38. //
  39. this.pictureBox1.Image = global::HslCommunication.Properties.Resources.alipay;
  40. this.pictureBox1.Location = new System.Drawing.Point(14, 18);
  41. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  42. this.pictureBox1.Name = "pictureBox1";
  43. this.pictureBox1.Size = new System.Drawing.Size(317, 433);
  44. this.pictureBox1.TabIndex = 0;
  45. this.pictureBox1.TabStop = false;
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Location = new System.Drawing.Point(337, 18);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(284, 17);
  53. this.label1.TabIndex = 1;
  54. this.label1.Text = "如果这个组件真的帮到了你,那么非常感谢您的支持";
  55. //
  56. // label2
  57. //
  58. this.label2.AutoSize = true;
  59. this.label2.Location = new System.Drawing.Point(337, 54);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(363, 17);
  62. this.label2.TabIndex = 2;
  63. this.label2.Text = "多少无所谓,请量力而行,没有收入的不要超过5元,心意到了就行";
  64. //
  65. // label3
  66. //
  67. this.label3.AutoSize = true;
  68. this.label3.Location = new System.Drawing.Point(337, 88);
  69. this.label3.Name = "label3";
  70. this.label3.Size = new System.Drawing.Size(248, 17);
  71. this.label3.TabIndex = 3;
  72. this.label3.Text = "有了您的支持,相信本组件的未来会更加美好";
  73. //
  74. // label4
  75. //
  76. this.label4.AutoSize = true;
  77. this.label4.Location = new System.Drawing.Point(337, 434);
  78. this.label4.Name = "label4";
  79. this.label4.Size = new System.Drawing.Size(327, 17);
  80. this.label4.TabIndex = 4;
  81. this.label4.Text = "作者:Richard.Hu 左图为支付宝账户的收钱码,金额自定义";
  82. //
  83. // label5
  84. //
  85. this.label5.Location = new System.Drawing.Point(337, 120);
  86. this.label5.Name = "label5";
  87. this.label5.Size = new System.Drawing.Size(384, 44);
  88. this.label5.TabIndex = 5;
  89. this.label5.Text = "如果不小心点错了,需要退款,请通过支付宝或是本组件的交流群联系作者,群号:592132877";
  90. //
  91. // FormSupport
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.BackColor = System.Drawing.Color.AliceBlue;
  96. this.ClientSize = new System.Drawing.Size(733, 472);
  97. this.Controls.Add(this.label5);
  98. this.Controls.Add(this.label4);
  99. this.Controls.Add(this.label3);
  100. this.Controls.Add(this.label2);
  101. this.Controls.Add(this.label1);
  102. this.Controls.Add(this.pictureBox1);
  103. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.Name = "FormSupport";
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  107. this.Text = "感谢支持";
  108. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  109. this.ResumeLayout(false);
  110. this.PerformLayout();
  111. }
  112. #endregion
  113. private System.Windows.Forms.PictureBox pictureBox1;
  114. private System.Windows.Forms.Label label1;
  115. private System.Windows.Forms.Label label2;
  116. private System.Windows.Forms.Label label3;
  117. private System.Windows.Forms.Label label4;
  118. private System.Windows.Forms.Label label5;
  119. }
  120. }