namespace HslCommunication.BasicFramework { partial class FormSupport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose( bool disposing ) { if (disposing && (components != null)) { components.Dispose( ); } base.Dispose( disposing ); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent( ) { this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = global::HslCommunication.Properties.Resources.alipay; this.pictureBox1.Location = new System.Drawing.Point(14, 18); this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(317, 433); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(337, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(284, 17); this.label1.TabIndex = 1; this.label1.Text = "如果这个组件真的帮到了你,那么非常感谢您的支持"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(337, 54); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(363, 17); this.label2.TabIndex = 2; this.label2.Text = "多少无所谓,请量力而行,没有收入的不要超过5元,心意到了就行"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(337, 88); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(248, 17); this.label3.TabIndex = 3; this.label3.Text = "有了您的支持,相信本组件的未来会更加美好"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(337, 434); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(327, 17); this.label4.TabIndex = 4; this.label4.Text = "作者:Richard.Hu 左图为支付宝账户的收钱码,金额自定义"; // // label5 // this.label5.Location = new System.Drawing.Point(337, 120); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(384, 44); this.label5.TabIndex = 5; this.label5.Text = "如果不小心点错了,需要退款,请通过支付宝或是本组件的交流群联系作者,群号:592132877"; // // FormSupport // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.AliceBlue; this.ClientSize = new System.Drawing.Size(733, 472); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormSupport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "感谢支持"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; } }