124 lines
5.7 KiB
C#
124 lines
5.7 KiB
C#
namespace FLSystem.Forms
|
|
{
|
|
partial class set_wechat_device
|
|
{
|
|
/// <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(set_wechat_device));
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.textEdit2 = new DevExpress.XtraEditors.MemoEdit();
|
|
this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(44, 45);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "微信号:";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(32, 100);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl2.TabIndex = 1;
|
|
this.labelControl2.Text = "设备信息:";
|
|
//
|
|
// textEdit1
|
|
//
|
|
this.textEdit1.Location = new System.Drawing.Point(108, 42);
|
|
this.textEdit1.Name = "textEdit1";
|
|
this.textEdit1.Size = new System.Drawing.Size(243, 20);
|
|
this.textEdit1.TabIndex = 2;
|
|
this.textEdit1.EditValueChanged += new System.EventHandler(this.textEdit1_EditValueChanged);
|
|
//
|
|
// textEdit2
|
|
//
|
|
this.textEdit2.Location = new System.Drawing.Point(108, 94);
|
|
this.textEdit2.Name = "textEdit2";
|
|
this.textEdit2.Size = new System.Drawing.Size(243, 147);
|
|
this.textEdit2.TabIndex = 3;
|
|
//
|
|
// hyperlinkLabelControl1
|
|
//
|
|
this.hyperlinkLabelControl1.Location = new System.Drawing.Point(32, 151);
|
|
this.hyperlinkLabelControl1.Name = "hyperlinkLabelControl1";
|
|
this.hyperlinkLabelControl1.Size = new System.Drawing.Size(48, 14);
|
|
this.hyperlinkLabelControl1.TabIndex = 4;
|
|
this.hyperlinkLabelControl1.Text = "随机生成";
|
|
this.hyperlinkLabelControl1.Click += new System.EventHandler(this.hyperlinkLabelControl1_Click);
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
|
|
this.simpleButton1.Location = new System.Drawing.Point(152, 268);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(133, 34);
|
|
this.simpleButton1.TabIndex = 5;
|
|
this.simpleButton1.Text = "更新设备";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// set_wechat_device
|
|
//
|
|
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(386, 331);
|
|
this.Controls.Add(this.simpleButton1);
|
|
this.Controls.Add(this.hyperlinkLabelControl1);
|
|
this.Controls.Add(this.textEdit1);
|
|
this.Controls.Add(this.labelControl2);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.textEdit2);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "set_wechat_device";
|
|
this.Text = "SetWechatDevice";
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|
private DevExpress.XtraEditors.MemoEdit textEdit2;
|
|
private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
}
|
|
} |