namespace CSFrameworkV5.Library.PermissionForms
|
{
|
partial class frmChangeTagName
|
{
|
/// <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(frmChangeTagName));
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.btnApply = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.panel1 = new System.Windows.Forms.Panel();
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// textEdit1
|
//
|
this.textEdit1.Location = new System.Drawing.Point(108, 39);
|
this.textEdit1.Name = "textEdit1";
|
this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.textEdit1.Properties.Appearance.Options.UseFont = true;
|
this.textEdit1.Size = new System.Drawing.Size(202, 22);
|
this.textEdit1.TabIndex = 3;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(59, 42);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(36, 14);
|
this.labelControl1.TabIndex = 2;
|
this.labelControl1.Text = "名称:";
|
//
|
// btnApply
|
//
|
this.btnApply.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnApply.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnApply.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnApply.ImageOptions.Image")));
|
this.btnApply.Location = new System.Drawing.Point(102, 15);
|
this.btnApply.Name = "btnApply";
|
this.btnApply.Size = new System.Drawing.Size(82, 29);
|
this.btnApply.TabIndex = 1;
|
this.btnApply.Text = "应用";
|
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
|
//
|
// btnCancel
|
//
|
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
|
this.btnCancel.Location = new System.Drawing.Point(196, 15);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(82, 29);
|
this.btnCancel.TabIndex = 0;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.panel1.Controls.Add(this.btnCancel);
|
this.panel1.Controls.Add(this.btnApply);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 102);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(377, 61);
|
this.panel1.TabIndex = 5;
|
//
|
// frmChangeTagName
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(377, 163);
|
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.textEdit1);
|
this.Controls.Add(this.labelControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
this.Name = "frmChangeTagName";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "修改功能点名称";
|
this.Shown += new System.EventHandler(this.frmChangeTagName_Shown);
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
this.panel1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.SimpleButton btnApply;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
private System.Windows.Forms.Panel panel1;
|
}
|
}
|