87 lines
3.4 KiB
C#
87 lines
3.4 KiB
C#
namespace AutoAnswer
|
||
{
|
||
partial class CommonForm
|
||
{
|
||
/// <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.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
||
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// labelControl2
|
||
//
|
||
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Gray;
|
||
this.labelControl2.Appearance.Options.UseForeColor = true;
|
||
this.labelControl2.Location = new System.Drawing.Point(152, 28);
|
||
this.labelControl2.Name = "labelControl2";
|
||
this.labelControl2.Size = new System.Drawing.Size(58, 14);
|
||
this.labelControl2.TabIndex = 5;
|
||
this.labelControl2.Text = "(一行一个)";
|
||
//
|
||
// memoEdit1
|
||
//
|
||
this.memoEdit1.Location = new System.Drawing.Point(30, 48);
|
||
this.memoEdit1.Name = "memoEdit1";
|
||
this.memoEdit1.Size = new System.Drawing.Size(486, 188);
|
||
this.memoEdit1.TabIndex = 4;
|
||
//
|
||
// labelControl1
|
||
//
|
||
this.labelControl1.Location = new System.Drawing.Point(30, 28);
|
||
this.labelControl1.Name = "labelControl1";
|
||
this.labelControl1.Size = new System.Drawing.Size(47, 14);
|
||
this.labelControl1.TabIndex = 3;
|
||
this.labelControl1.Text = "增加@:";
|
||
//
|
||
// CommonForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(546, 270);
|
||
this.Controls.Add(this.labelControl2);
|
||
this.Controls.Add(this.memoEdit1);
|
||
this.Controls.Add(this.labelControl1);
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "CommonForm";
|
||
this.Text = "增加@";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CommonForm_FormClosing);
|
||
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||
}
|
||
} |