149 lines
6.8 KiB
C#
149 lines
6.8 KiB
C#
namespace Grant.Framework
|
|
{
|
|
partial class ReplaceAuthorizeForm
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.labelControl3);
|
|
this.groupBox1.Controls.Add(this.textEdit2);
|
|
this.groupBox1.Controls.Add(this.textEdit1);
|
|
this.groupBox1.Controls.Add(this.labelControl2);
|
|
this.groupBox1.Controls.Add(this.labelControl1);
|
|
this.groupBox1.Controls.Add(this.simpleButton2);
|
|
this.groupBox1.Controls.Add(this.simpleButton1);
|
|
this.groupBox1.Location = new System.Drawing.Point(50, 32);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(410, 214);
|
|
this.groupBox1.TabIndex = 2;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = " 基础信息 ";
|
|
//
|
|
// textEdit2
|
|
//
|
|
this.textEdit2.Location = new System.Drawing.Point(171, 85);
|
|
this.textEdit2.Name = "textEdit2";
|
|
this.textEdit2.Size = new System.Drawing.Size(158, 20);
|
|
this.textEdit2.TabIndex = 5;
|
|
//
|
|
// textEdit1
|
|
//
|
|
this.textEdit1.Location = new System.Drawing.Point(171, 48);
|
|
this.textEdit1.Name = "textEdit1";
|
|
this.textEdit1.Size = new System.Drawing.Size(158, 20);
|
|
this.textEdit1.TabIndex = 6;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(98, 88);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(72, 14);
|
|
this.labelControl2.TabIndex = 3;
|
|
this.labelControl2.Text = "新授权账号:";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(97, 51);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(72, 14);
|
|
this.labelControl1.TabIndex = 4;
|
|
this.labelControl1.Text = "原授权账号:";
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.simpleButton2.Location = new System.Drawing.Point(251, 156);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
|
|
this.simpleButton2.TabIndex = 2;
|
|
this.simpleButton2.Text = " 取 消 ";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.simpleButton1.Location = new System.Drawing.Point(113, 156);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
|
|
this.simpleButton1.TabIndex = 2;
|
|
this.simpleButton1.Text = " 确 定 ";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
|
|
this.labelControl3.Appearance.Options.UseForeColor = true;
|
|
this.labelControl3.Location = new System.Drawing.Point(76, 124);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(288, 14);
|
|
this.labelControl3.TabIndex = 7;
|
|
this.labelControl3.Text = "注:该操作是将原授权账号与新授权账号授权时间对调";
|
|
//
|
|
// ReplaceAuthorizeForm
|
|
//
|
|
this.AcceptButton = this.simpleButton1;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.simpleButton2;
|
|
this.ClientSize = new System.Drawing.Size(510, 278);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "ReplaceAuthorizeForm";
|
|
this.Text = "更换授权";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
}
|
|
} |