132 lines
5.7 KiB
C#
132 lines
5.7 KiB
C#
namespace FLSystem.Forms
|
|
{
|
|
partial class LeavingMessageForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LeavingMessageForm));
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBox1.Size = new System.Drawing.Size(449, 224);
|
|
this.textBox1.TabIndex = 0;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
|
|
this.simpleButton1.Location = new System.Drawing.Point(173, 280);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(111, 29);
|
|
this.simpleButton1.TabIndex = 1;
|
|
this.simpleButton1.Text = "传朕旨意";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.Color.Gray;
|
|
this.label1.Location = new System.Drawing.Point(59, 242);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(367, 14);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "此处留言仅供技术团队分析,并不予回复,如有售后问题请联系客服";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.Gray;
|
|
this.label2.Location = new System.Drawing.Point(62, 261);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(151, 14);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "如有紧急情况请联系邮箱:";
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.linkLabel1.Location = new System.Drawing.Point(209, 261);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(117, 14);
|
|
this.linkLabel1.TabIndex = 3;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "fl_system@163.com";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.Color.Gray;
|
|
this.label3.Location = new System.Drawing.Point(331, 261);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(89, 14);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "(点击即可复制)";
|
|
//
|
|
// LeavingMessageForm
|
|
//
|
|
this.AcceptButton = this.simpleButton1;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(471, 321);
|
|
this.Controls.Add(this.linkLabel1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.simpleButton1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "LeavingMessageForm";
|
|
this.Text = "建议反馈";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |