614 lines
31 KiB
C#
614 lines
31 KiB
C#
namespace UserFission
|
||
{
|
||
partial class ImageDesignForm
|
||
{
|
||
/// <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(ImageDesignForm));
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.cBox_AutoPicture = new System.Windows.Forms.CheckBox();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.btn_BackIamge = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.tBox_Size = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.tBox_Logo = new System.Windows.Forms.TextBox();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.colorPickEdit2 = new DevExpress.XtraEditors.ColorPickEdit();
|
||
this.colorPickEdit1 = new DevExpress.XtraEditors.ColorPickEdit();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
|
||
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
||
this.btn_txt2 = new System.Windows.Forms.Button();
|
||
this.btn_txt1 = new System.Windows.Forms.Button();
|
||
this.tBox_txt2 = new System.Windows.Forms.TextBox();
|
||
this.tBox_txt1 = new System.Windows.Forms.TextBox();
|
||
this.cBox_txt2 = new System.Windows.Forms.CheckBox();
|
||
this.cBox_txt1 = new System.Windows.Forms.CheckBox();
|
||
this.groupBox_ImageType = new System.Windows.Forms.GroupBox();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.label15 = new System.Windows.Forms.Label();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.cBox_AutoQrCode = new System.Windows.Forms.CheckBox();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.panel_Plot = new UserFission.重绘.MyPanel();
|
||
this.lbltxt2 = new System.Windows.Forms.Label();
|
||
this.lbltxt1 = new System.Windows.Forms.Label();
|
||
this.pBox_QRcode = new UserFission.重绘.MyPictureBox();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox3.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.colorPickEdit2.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.colorPickEdit1.Properties)).BeginInit();
|
||
this.groupBox_ImageType.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
this.panel_Plot.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBox_QRcode)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.cBox_AutoPicture);
|
||
this.groupBox1.Controls.Add(this.label12);
|
||
this.groupBox1.Controls.Add(this.btn_BackIamge);
|
||
this.groupBox1.Controls.Add(this.button1);
|
||
this.groupBox1.Controls.Add(this.button3);
|
||
this.groupBox1.Controls.Add(this.groupBox3);
|
||
this.groupBox1.Controls.Add(this.groupBox2);
|
||
this.groupBox1.Controls.Add(this.groupBox_ImageType);
|
||
this.groupBox1.Location = new System.Drawing.Point(485, 13);
|
||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox1.Size = new System.Drawing.Size(641, 603);
|
||
this.groupBox1.TabIndex = 15;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = " 二维码生成 ";
|
||
//
|
||
// cBox_AutoPicture
|
||
//
|
||
this.cBox_AutoPicture.AutoSize = true;
|
||
this.cBox_AutoPicture.Location = new System.Drawing.Point(386, 202);
|
||
this.cBox_AutoPicture.Margin = new System.Windows.Forms.Padding(4);
|
||
this.cBox_AutoPicture.Name = "cBox_AutoPicture";
|
||
this.cBox_AutoPicture.Size = new System.Drawing.Size(122, 18);
|
||
this.cBox_AutoPicture.TabIndex = 19;
|
||
this.cBox_AutoPicture.Text = "自动获取微信头像";
|
||
this.cBox_AutoPicture.UseVisualStyleBackColor = true;
|
||
this.cBox_AutoPicture.CheckedChanged += new System.EventHandler(this.cBox_AutoPicture_CheckedChanged);
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Location = new System.Drawing.Point(36, 29);
|
||
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(67, 14);
|
||
this.label12.TabIndex = 21;
|
||
this.label12.Text = "修改背景:";
|
||
//
|
||
// btn_BackIamge
|
||
//
|
||
this.btn_BackIamge.Location = new System.Drawing.Point(109, 21);
|
||
this.btn_BackIamge.Margin = new System.Windows.Forms.Padding(4);
|
||
this.btn_BackIamge.Name = "btn_BackIamge";
|
||
this.btn_BackIamge.Size = new System.Drawing.Size(445, 29);
|
||
this.btn_BackIamge.TabIndex = 20;
|
||
this.btn_BackIamge.Text = "上传背景";
|
||
this.btn_BackIamge.UseVisualStyleBackColor = true;
|
||
this.btn_BackIamge.Click += new System.EventHandler(this.btn_BackIamge_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(328, 543);
|
||
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(203, 50);
|
||
this.button1.TabIndex = 19;
|
||
this.button1.Text = "预览效果";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(73, 543);
|
||
this.button3.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(203, 50);
|
||
this.button3.TabIndex = 18;
|
||
this.button3.Text = "保存模板属性";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// groupBox3
|
||
//
|
||
this.groupBox3.Controls.Add(this.label9);
|
||
this.groupBox3.Controls.Add(this.label8);
|
||
this.groupBox3.Controls.Add(this.button2);
|
||
this.groupBox3.Controls.Add(this.tBox_Size);
|
||
this.groupBox3.Controls.Add(this.label3);
|
||
this.groupBox3.Controls.Add(this.tBox_Logo);
|
||
this.groupBox3.Location = new System.Drawing.Point(19, 206);
|
||
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox3.Name = "groupBox3";
|
||
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox3.Size = new System.Drawing.Size(605, 111);
|
||
this.groupBox3.TabIndex = 17;
|
||
this.groupBox3.TabStop = false;
|
||
this.groupBox3.Text = " 二维码属性 ";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.ForeColor = System.Drawing.Color.DimGray;
|
||
this.label9.Location = new System.Drawing.Point(77, 78);
|
||
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(343, 14);
|
||
this.label9.TabIndex = 22;
|
||
this.label9.Text = "注:勾选自动获取微信头像,则会自动获取微信机器人的头像。";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Location = new System.Drawing.Point(370, 37);
|
||
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(70, 14);
|
||
this.label8.TabIndex = 21;
|
||
this.label8.Text = "Logo尺寸:";
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(286, 31);
|
||
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(76, 25);
|
||
this.button2.TabIndex = 17;
|
||
this.button2.Text = "增加..";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// tBox_Size
|
||
//
|
||
this.tBox_Size.Location = new System.Drawing.Point(442, 33);
|
||
this.tBox_Size.Margin = new System.Windows.Forms.Padding(4);
|
||
this.tBox_Size.Name = "tBox_Size";
|
||
this.tBox_Size.Size = new System.Drawing.Size(130, 22);
|
||
this.tBox_Size.TabIndex = 20;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(77, 37);
|
||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(70, 14);
|
||
this.label3.TabIndex = 18;
|
||
this.label3.Text = "上传Logo:";
|
||
//
|
||
// tBox_Logo
|
||
//
|
||
this.tBox_Logo.Location = new System.Drawing.Point(150, 33);
|
||
this.tBox_Logo.Margin = new System.Windows.Forms.Padding(4);
|
||
this.tBox_Logo.Name = "tBox_Logo";
|
||
this.tBox_Logo.Size = new System.Drawing.Size(128, 22);
|
||
this.tBox_Logo.TabIndex = 16;
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.colorPickEdit2);
|
||
this.groupBox2.Controls.Add(this.colorPickEdit1);
|
||
this.groupBox2.Controls.Add(this.label11);
|
||
this.groupBox2.Controls.Add(this.label10);
|
||
this.groupBox2.Controls.Add(this.label6);
|
||
this.groupBox2.Controls.Add(this.linkLabel3);
|
||
this.groupBox2.Controls.Add(this.linkLabel2);
|
||
this.groupBox2.Controls.Add(this.label4);
|
||
this.groupBox2.Controls.Add(this.linkLabel1);
|
||
this.groupBox2.Controls.Add(this.btn_txt2);
|
||
this.groupBox2.Controls.Add(this.btn_txt1);
|
||
this.groupBox2.Controls.Add(this.tBox_txt2);
|
||
this.groupBox2.Controls.Add(this.tBox_txt1);
|
||
this.groupBox2.Controls.Add(this.cBox_txt2);
|
||
this.groupBox2.Controls.Add(this.cBox_txt1);
|
||
this.groupBox2.Location = new System.Drawing.Point(19, 334);
|
||
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox2.Size = new System.Drawing.Size(605, 201);
|
||
this.groupBox2.TabIndex = 16;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = " 扩展文本 ";
|
||
//
|
||
// colorPickEdit2
|
||
//
|
||
this.colorPickEdit2.EditValue = System.Drawing.Color.Empty;
|
||
this.colorPickEdit2.Location = new System.Drawing.Point(311, 127);
|
||
this.colorPickEdit2.Name = "colorPickEdit2";
|
||
this.colorPickEdit2.Properties.AutomaticColor = System.Drawing.Color.Black;
|
||
this.colorPickEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.colorPickEdit2.Size = new System.Drawing.Size(261, 20);
|
||
this.colorPickEdit2.TabIndex = 19;
|
||
this.colorPickEdit2.EditValueChanged += new System.EventHandler(this.colorPickEdit1_EditValueChanged);
|
||
//
|
||
// colorPickEdit1
|
||
//
|
||
this.colorPickEdit1.EditValue = System.Drawing.Color.Empty;
|
||
this.colorPickEdit1.Location = new System.Drawing.Point(311, 57);
|
||
this.colorPickEdit1.Name = "colorPickEdit1";
|
||
this.colorPickEdit1.Properties.AutomaticColor = System.Drawing.Color.Black;
|
||
this.colorPickEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||
this.colorPickEdit1.Size = new System.Drawing.Size(261, 20);
|
||
this.colorPickEdit1.TabIndex = 18;
|
||
this.colorPickEdit1.EditValueChanged += new System.EventHandler(this.colorPickEdit1_EditValueChanged);
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Location = new System.Drawing.Point(261, 130);
|
||
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(43, 14);
|
||
this.label11.TabIndex = 17;
|
||
this.label11.Text = "颜色:";
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(261, 60);
|
||
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(43, 14);
|
||
this.label10.TabIndex = 16;
|
||
this.label10.Text = "颜色:";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.ForeColor = System.Drawing.Color.DimGray;
|
||
this.label6.Location = new System.Drawing.Point(440, 169);
|
||
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(127, 14);
|
||
this.label6.TabIndex = 13;
|
||
this.label6.Text = "(变量支持点击复制)";
|
||
//
|
||
// linkLabel3
|
||
//
|
||
this.linkLabel3.AutoSize = true;
|
||
this.linkLabel3.Location = new System.Drawing.Point(361, 169);
|
||
this.linkLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.linkLabel3.Name = "linkLabel3";
|
||
this.linkLabel3.Size = new System.Drawing.Size(53, 14);
|
||
this.linkLabel3.TabIndex = 12;
|
||
this.linkLabel3.TabStop = true;
|
||
this.linkLabel3.Text = "[邀请码]";
|
||
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||
//
|
||
// linkLabel2
|
||
//
|
||
this.linkLabel2.AutoSize = true;
|
||
this.linkLabel2.Location = new System.Drawing.Point(266, 169);
|
||
this.linkLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.linkLabel2.Name = "linkLabel2";
|
||
this.linkLabel2.Size = new System.Drawing.Size(65, 14);
|
||
this.linkLabel2.TabIndex = 11;
|
||
this.linkLabel2.TabStop = true;
|
||
this.linkLabel2.Text = "[微信名称]";
|
||
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(77, 169);
|
||
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(67, 14);
|
||
this.label4.TabIndex = 10;
|
||
this.label4.Text = "支持变量:";
|
||
//
|
||
// linkLabel1
|
||
//
|
||
this.linkLabel1.AutoSize = true;
|
||
this.linkLabel1.Location = new System.Drawing.Point(172, 169);
|
||
this.linkLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.linkLabel1.Name = "linkLabel1";
|
||
this.linkLabel1.Size = new System.Drawing.Size(65, 14);
|
||
this.linkLabel1.TabIndex = 9;
|
||
this.linkLabel1.TabStop = true;
|
||
this.linkLabel1.Text = "[微信账号]";
|
||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||
//
|
||
// btn_txt2
|
||
//
|
||
this.btn_txt2.Location = new System.Drawing.Point(165, 123);
|
||
this.btn_txt2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.btn_txt2.Name = "btn_txt2";
|
||
this.btn_txt2.Size = new System.Drawing.Size(81, 29);
|
||
this.btn_txt2.TabIndex = 8;
|
||
this.btn_txt2.Text = "字体属性";
|
||
this.btn_txt2.UseVisualStyleBackColor = true;
|
||
this.btn_txt2.Click += new System.EventHandler(this.btn_txt_Click);
|
||
//
|
||
// btn_txt1
|
||
//
|
||
this.btn_txt1.Location = new System.Drawing.Point(165, 53);
|
||
this.btn_txt1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.btn_txt1.Name = "btn_txt1";
|
||
this.btn_txt1.Size = new System.Drawing.Size(81, 29);
|
||
this.btn_txt1.TabIndex = 7;
|
||
this.btn_txt1.Text = "字体属性";
|
||
this.btn_txt1.UseVisualStyleBackColor = true;
|
||
this.btn_txt1.Click += new System.EventHandler(this.btn_txt_Click);
|
||
//
|
||
// tBox_txt2
|
||
//
|
||
this.tBox_txt2.Location = new System.Drawing.Point(165, 97);
|
||
this.tBox_txt2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.tBox_txt2.Name = "tBox_txt2";
|
||
this.tBox_txt2.Size = new System.Drawing.Size(407, 22);
|
||
this.tBox_txt2.TabIndex = 3;
|
||
this.tBox_txt2.TextChanged += new System.EventHandler(this.tBox_txt_TextChanged);
|
||
//
|
||
// tBox_txt1
|
||
//
|
||
this.tBox_txt1.Location = new System.Drawing.Point(165, 26);
|
||
this.tBox_txt1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.tBox_txt1.Name = "tBox_txt1";
|
||
this.tBox_txt1.Size = new System.Drawing.Size(407, 22);
|
||
this.tBox_txt1.TabIndex = 2;
|
||
this.tBox_txt1.TextChanged += new System.EventHandler(this.tBox_txt_TextChanged);
|
||
//
|
||
// cBox_txt2
|
||
//
|
||
this.cBox_txt2.AutoSize = true;
|
||
this.cBox_txt2.Location = new System.Drawing.Point(79, 99);
|
||
this.cBox_txt2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.cBox_txt2.Name = "cBox_txt2";
|
||
this.cBox_txt2.Size = new System.Drawing.Size(93, 18);
|
||
this.cBox_txt2.TabIndex = 1;
|
||
this.cBox_txt2.Text = "扩展文本2:";
|
||
this.cBox_txt2.UseVisualStyleBackColor = true;
|
||
this.cBox_txt2.CheckedChanged += new System.EventHandler(this.cBox_txt_CheckedChangedcBox_txt_CheckedChanged);
|
||
//
|
||
// cBox_txt1
|
||
//
|
||
this.cBox_txt1.AutoSize = true;
|
||
this.cBox_txt1.ForeColor = System.Drawing.SystemColors.ControlText;
|
||
this.cBox_txt1.Location = new System.Drawing.Point(79, 28);
|
||
this.cBox_txt1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.cBox_txt1.Name = "cBox_txt1";
|
||
this.cBox_txt1.Size = new System.Drawing.Size(93, 18);
|
||
this.cBox_txt1.TabIndex = 0;
|
||
this.cBox_txt1.Text = "扩展文本1:";
|
||
this.cBox_txt1.UseVisualStyleBackColor = true;
|
||
this.cBox_txt1.CheckedChanged += new System.EventHandler(this.cBox_txt_CheckedChangedcBox_txt_CheckedChanged);
|
||
//
|
||
// groupBox_ImageType
|
||
//
|
||
this.groupBox_ImageType.Controls.Add(this.button4);
|
||
this.groupBox_ImageType.Controls.Add(this.label15);
|
||
this.groupBox_ImageType.Controls.Add(this.label14);
|
||
this.groupBox_ImageType.Controls.Add(this.label13);
|
||
this.groupBox_ImageType.Controls.Add(this.cBox_AutoQrCode);
|
||
this.groupBox_ImageType.Location = new System.Drawing.Point(19, 66);
|
||
this.groupBox_ImageType.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox_ImageType.Name = "groupBox_ImageType";
|
||
this.groupBox_ImageType.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox_ImageType.Size = new System.Drawing.Size(605, 132);
|
||
this.groupBox_ImageType.TabIndex = 11;
|
||
this.groupBox_ImageType.TabStop = false;
|
||
this.groupBox_ImageType.Text = " 二维码内容 ";
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Location = new System.Drawing.Point(176, 79);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(288, 23);
|
||
this.button4.TabIndex = 26;
|
||
this.button4.Text = "设置机器人二维码(支持所有微信)";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
//
|
||
// label15
|
||
//
|
||
this.label15.AutoSize = true;
|
||
this.label15.Location = new System.Drawing.Point(87, 83);
|
||
this.label15.Name = "label15";
|
||
this.label15.Size = new System.Drawing.Size(79, 14);
|
||
this.label15.TabIndex = 25;
|
||
this.label15.Text = "第二种方式:";
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Location = new System.Drawing.Point(87, 41);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(79, 14);
|
||
this.label14.TabIndex = 24;
|
||
this.label14.Text = "第一种方式:";
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.ForeColor = System.Drawing.Color.Gray;
|
||
this.label13.Location = new System.Drawing.Point(317, 40);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(200, 14);
|
||
this.label13.TabIndex = 23;
|
||
this.label13.Text = "(pc版微信不支持获取自动二维码)";
|
||
//
|
||
// cBox_AutoQrCode
|
||
//
|
||
this.cBox_AutoQrCode.AutoSize = true;
|
||
this.cBox_AutoQrCode.Location = new System.Drawing.Point(176, 39);
|
||
this.cBox_AutoQrCode.Name = "cBox_AutoQrCode";
|
||
this.cBox_AutoQrCode.Size = new System.Drawing.Size(134, 18);
|
||
this.cBox_AutoQrCode.TabIndex = 22;
|
||
this.cBox_AutoQrCode.Text = "自动获取微信二维码";
|
||
this.cBox_AutoQrCode.UseVisualStyleBackColor = true;
|
||
this.cBox_AutoQrCode.CheckedChanged += new System.EventHandler(this.cBox_AutoQrCode_CheckedChanged);
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.panel_Plot);
|
||
this.panel1.Location = new System.Drawing.Point(13, 13);
|
||
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(463, 603);
|
||
this.panel1.TabIndex = 16;
|
||
//
|
||
// panel_Plot
|
||
//
|
||
this.panel_Plot.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel_Plot.BackgroundImage")));
|
||
this.panel_Plot.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.panel_Plot.Controls.Add(this.lbltxt2);
|
||
this.panel_Plot.Controls.Add(this.lbltxt1);
|
||
this.panel_Plot.Controls.Add(this.pBox_QRcode);
|
||
this.panel_Plot.Location = new System.Drawing.Point(25, 59);
|
||
this.panel_Plot.Name = "panel_Plot";
|
||
this.panel_Plot.Size = new System.Drawing.Size(364, 474);
|
||
this.panel_Plot.TabIndex = 0;
|
||
//
|
||
// lbltxt2
|
||
//
|
||
this.lbltxt2.AutoSize = true;
|
||
this.lbltxt2.BackColor = System.Drawing.Color.Transparent;
|
||
this.lbltxt2.Font = new System.Drawing.Font("宋体", 14F);
|
||
this.lbltxt2.Location = new System.Drawing.Point(22, 417);
|
||
this.lbltxt2.Name = "lbltxt2";
|
||
this.lbltxt2.Size = new System.Drawing.Size(39, 19);
|
||
this.lbltxt2.TabIndex = 4;
|
||
this.lbltxt2.Text = "222";
|
||
//
|
||
// lbltxt1
|
||
//
|
||
this.lbltxt1.AutoSize = true;
|
||
this.lbltxt1.BackColor = System.Drawing.Color.Transparent;
|
||
this.lbltxt1.Font = new System.Drawing.Font("宋体", 14F);
|
||
this.lbltxt1.Location = new System.Drawing.Point(22, 388);
|
||
this.lbltxt1.Name = "lbltxt1";
|
||
this.lbltxt1.Size = new System.Drawing.Size(39, 19);
|
||
this.lbltxt1.TabIndex = 3;
|
||
this.lbltxt1.Text = "111";
|
||
//
|
||
// pBox_QRcode
|
||
//
|
||
this.pBox_QRcode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.pBox_QRcode.Location = new System.Drawing.Point(102, 65);
|
||
this.pBox_QRcode.Name = "pBox_QRcode";
|
||
this.pBox_QRcode.Size = new System.Drawing.Size(134, 120);
|
||
this.pBox_QRcode.TabIndex = 0;
|
||
this.pBox_QRcode.TabStop = false;
|
||
//
|
||
// ImageDesignForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1139, 634);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "ImageDesignForm";
|
||
this.Text = "ImageDesignForm";
|
||
this.Load += new System.EventHandler(this.ImageDesignForm_Load);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.groupBox3.ResumeLayout(false);
|
||
this.groupBox3.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.colorPickEdit2.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.colorPickEdit1.Properties)).EndInit();
|
||
this.groupBox_ImageType.ResumeLayout(false);
|
||
this.groupBox_ImageType.PerformLayout();
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel_Plot.ResumeLayout(false);
|
||
this.panel_Plot.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pBox_QRcode)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.CheckBox cBox_AutoPicture;
|
||
private System.Windows.Forms.CheckBox cBox_AutoQrCode;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.Button btn_BackIamge;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.GroupBox groupBox3;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.TextBox tBox_Size;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox tBox_Logo;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.LinkLabel linkLabel3;
|
||
private System.Windows.Forms.LinkLabel linkLabel2;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.LinkLabel linkLabel1;
|
||
private System.Windows.Forms.Button btn_txt2;
|
||
private System.Windows.Forms.Button btn_txt1;
|
||
private System.Windows.Forms.TextBox tBox_txt2;
|
||
private System.Windows.Forms.TextBox tBox_txt1;
|
||
private System.Windows.Forms.CheckBox cBox_txt2;
|
||
private System.Windows.Forms.CheckBox cBox_txt1;
|
||
private 重绘.MyPanel panel_Plot;
|
||
private System.Windows.Forms.Label lbltxt2;
|
||
private System.Windows.Forms.Label lbltxt1;
|
||
private 重绘.MyPictureBox pBox_QRcode;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private DevExpress.XtraEditors.ColorPickEdit colorPickEdit2;
|
||
private DevExpress.XtraEditors.ColorPickEdit colorPickEdit1;
|
||
private System.Windows.Forms.GroupBox groupBox_ImageType;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.Label label14;
|
||
private System.Windows.Forms.Label label15;
|
||
private System.Windows.Forms.Button button4;
|
||
}
|
||
} |