133 lines
5.9 KiB
C#
133 lines
5.9 KiB
C#
|
namespace Chat.Framework.WXSdk.UIForm
|
|||
|
{
|
|||
|
partial class SetwxhForm
|
|||
|
{
|
|||
|
/// <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.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|||
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|||
|
this.groupControl1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// textEdit1
|
|||
|
//
|
|||
|
this.textEdit1.Location = new System.Drawing.Point(89, 24);
|
|||
|
this.textEdit1.Name = "textEdit1";
|
|||
|
this.textEdit1.Size = new System.Drawing.Size(181, 20);
|
|||
|
this.textEdit1.TabIndex = 0;
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(30, 27);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(40, 14);
|
|||
|
this.labelControl1.TabIndex = 1;
|
|||
|
this.labelControl1.Text = "微信号:";
|
|||
|
//
|
|||
|
// simpleButton1
|
|||
|
//
|
|||
|
this.simpleButton1.Location = new System.Drawing.Point(293, 22);
|
|||
|
this.simpleButton1.Name = "simpleButton1";
|
|||
|
this.simpleButton1.Size = new System.Drawing.Size(63, 24);
|
|||
|
this.simpleButton1.TabIndex = 2;
|
|||
|
this.simpleButton1.Text = "确认";
|
|||
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.textBox1.Location = new System.Drawing.Point(2, 21);
|
|||
|
this.textBox1.Multiline = true;
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|||
|
this.textBox1.Size = new System.Drawing.Size(387, 122);
|
|||
|
this.textBox1.TabIndex = 0;
|
|||
|
//
|
|||
|
// checkBox1
|
|||
|
//
|
|||
|
this.checkBox1.AutoSize = true;
|
|||
|
this.checkBox1.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|||
|
this.checkBox1.Location = new System.Drawing.Point(8, 69);
|
|||
|
this.checkBox1.Name = "checkBox1";
|
|||
|
this.checkBox1.Size = new System.Drawing.Size(381, 18);
|
|||
|
this.checkBox1.TabIndex = 1;
|
|||
|
this.checkBox1.Text = "老机器人(AliTools)账号【首次】转入 、输入设备信息防止账号异常";
|
|||
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|||
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|||
|
//
|
|||
|
// groupControl1
|
|||
|
//
|
|||
|
this.groupControl1.Controls.Add(this.textBox1);
|
|||
|
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.groupControl1.Location = new System.Drawing.Point(0, 97);
|
|||
|
this.groupControl1.Name = "groupControl1";
|
|||
|
this.groupControl1.Size = new System.Drawing.Size(391, 145);
|
|||
|
this.groupControl1.TabIndex = 3;
|
|||
|
this.groupControl1.Text = "设备信息";
|
|||
|
//
|
|||
|
// SetwxhForm
|
|||
|
//
|
|||
|
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(391, 242);
|
|||
|
this.Controls.Add(this.checkBox1);
|
|||
|
this.Controls.Add(this.groupControl1);
|
|||
|
this.Controls.Add(this.simpleButton1);
|
|||
|
this.Controls.Add(this.labelControl1);
|
|||
|
this.Controls.Add(this.textEdit1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "SetwxhForm";
|
|||
|
this.Text = "设置微信号";
|
|||
|
this.Load += new System.EventHandler(this.SetwxhForm_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|||
|
this.groupControl1.ResumeLayout(false);
|
|||
|
this.groupControl1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.CheckBox checkBox1;
|
|||
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|||
|
}
|
|||
|
}
|