ab56a9bcf7
SVN-Revision: r240
114 lines
4.9 KiB
C#
114 lines
4.9 KiB
C#
|
|
namespace Lskj.PubUserTomodule
|
|
{
|
|
partial class FrmCopyStaffPermission
|
|
{
|
|
/// <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.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.labelAutoGridLook = new Lskj.Control.LabelAutoGridLook();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancel.Appearance.Options.UseFont = true;
|
|
this.btnCancel.Location = new System.Drawing.Point(129, 76);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(80, 28);
|
|
this.btnCancel.TabIndex = 28;
|
|
this.btnCancel.TabStop = false;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOK.Appearance.Options.UseFont = true;
|
|
this.btnOK.Location = new System.Drawing.Point(26, 76);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(80, 28);
|
|
this.btnOK.TabIndex = 27;
|
|
this.btnOK.TabStop = false;
|
|
this.btnOK.Text = "确定(&O)";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 10);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(149, 12);
|
|
this.label1.TabIndex = 26;
|
|
this.label1.Text = "请选择需要被赋值的人员:";
|
|
//
|
|
// labelAutoGridLook
|
|
//
|
|
this.labelAutoGridLook.BackColor = System.Drawing.Color.Transparent;
|
|
this.labelAutoGridLook.DataSource = null;
|
|
this.labelAutoGridLook.EditText = "";
|
|
this.labelAutoGridLook.EditValue = "";
|
|
this.labelAutoGridLook.FontSize = 0F;
|
|
this.labelAutoGridLook.LabelText = "名称";
|
|
this.labelAutoGridLook.Location = new System.Drawing.Point(26, 38);
|
|
this.labelAutoGridLook.Model = null;
|
|
this.labelAutoGridLook.Name = "labelAutoGridLook";
|
|
this.labelAutoGridLook.NullText = null;
|
|
this.labelAutoGridLook.ReadOnly = false;
|
|
this.labelAutoGridLook.Required = false;
|
|
this.labelAutoGridLook.Size = new System.Drawing.Size(181, 23);
|
|
this.labelAutoGridLook.TabIndex = 30;
|
|
this.labelAutoGridLook.TextField = "";
|
|
//
|
|
// FrmCopyStaffPermission
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(219, 114);
|
|
this.Controls.Add(this.labelAutoGridLook);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "FrmCopyStaffPermission";
|
|
this.Text = "复制权限";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private System.Windows.Forms.Label label1;
|
|
private Control.LabelAutoGridLook labelAutoGridLook;
|
|
}
|
|
} |