88 lines
3.5 KiB
C#
88 lines
3.5 KiB
C#
namespace Weixin.CircleTools
|
|
{
|
|
partial class ImageForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(31, 22);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(84, 14);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "网络图片地址:";
|
|
//
|
|
// memoEdit1
|
|
//
|
|
this.memoEdit1.Location = new System.Drawing.Point(31, 42);
|
|
this.memoEdit1.Name = "memoEdit1";
|
|
this.memoEdit1.Size = new System.Drawing.Size(486, 188);
|
|
this.memoEdit1.TabIndex = 1;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Gray;
|
|
this.labelControl2.Appearance.Options.UseForeColor = true;
|
|
this.labelControl2.Location = new System.Drawing.Point(153, 22);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(106, 14);
|
|
this.labelControl2.TabIndex = 2;
|
|
this.labelControl2.Text = "(一行一个图片链接)";
|
|
//
|
|
// ImageForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(548, 256);
|
|
this.Controls.Add(this.labelControl2);
|
|
this.Controls.Add(this.memoEdit1);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "ImageForm";
|
|
this.Text = "ImageForm";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageForm_FormClosing);
|
|
this.Load += new System.EventHandler(this.ImageForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
}
|
|
} |