namespace CSFrameworkV5.Library.PermissionForms
|
{
|
partial class frmCopyPermission
|
{
|
/// <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(frmCopyPermission));
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCopy = new DevExpress.XtraEditors.SimpleButton();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.txtTarget = new DevExpress.XtraEditors.LookUpEdit();
|
this.txtSource = new DevExpress.XtraEditors.LookUpEdit();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtSource.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// 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(286, 86);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(83, 35);
|
this.btnCancel.TabIndex = 4;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// btnCopy
|
//
|
this.btnCopy.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnCopy.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnCopy.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCopy.ImageOptions.Image")));
|
this.btnCopy.Location = new System.Drawing.Point(187, 86);
|
this.btnCopy.Name = "btnCopy";
|
this.btnCopy.Size = new System.Drawing.Size(83, 35);
|
this.btnCopy.TabIndex = 3;
|
this.btnCopy.Text = "开始复制";
|
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
|
//
|
// panel1
|
//
|
this.panel1.BackgroundImage = global::CSFrameworkV5.Library.Properties.Resources.复制权限;
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.panel1.Controls.Add(this.txtTarget);
|
this.panel1.Controls.Add(this.txtSource);
|
this.panel1.Controls.Add(this.label2);
|
this.panel1.Controls.Add(this.label1);
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(546, 58);
|
this.panel1.TabIndex = 2;
|
//
|
// txtTarget
|
//
|
this.txtTarget.Location = new System.Drawing.Point(429, 20);
|
this.txtTarget.Name = "txtTarget";
|
this.txtTarget.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtTarget.Size = new System.Drawing.Size(94, 20);
|
this.txtTarget.TabIndex = 26;
|
//
|
// txtSource
|
//
|
this.txtSource.Location = new System.Drawing.Point(73, 18);
|
this.txtSource.Name = "txtSource";
|
this.txtSource.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtSource.Size = new System.Drawing.Size(94, 20);
|
this.txtSource.TabIndex = 25;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
this.label2.Location = new System.Drawing.Point(362, 22);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(67, 14);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "目的用户:";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
this.label1.Location = new System.Drawing.Point(7, 21);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(67, 14);
|
this.label1.TabIndex = 1;
|
this.label1.Text = "来源用户:";
|
//
|
// frmCopyPermission
|
//
|
this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.Appearance.Options.UseBackColor = true;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(545, 147);
|
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnCopy);
|
this.Controls.Add(this.panel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "frmCopyPermission";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "复制权限";
|
this.Load += new System.EventHandler(this.frmCopyPermission_Load);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtSource.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label label2;
|
private DevExpress.XtraEditors.SimpleButton btnCopy;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.LookUpEdit txtTarget;
|
private DevExpress.XtraEditors.LookUpEdit txtSource;
|
}
|
}
|