namespace CSFrameworkV5.Library.PermissionForms
|
{
|
partial class frmGroupOrganization_SetOwner
|
{
|
/// <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(frmGroupOrganization_SetOwner));
|
this.rg = new DevExpress.XtraEditors.RadioGroup();
|
this.lblMsg = new DevExpress.XtraEditors.LabelControl();
|
this.picDept = new DevExpress.XtraEditors.PictureEdit();
|
this.label1 = new System.Windows.Forms.Label();
|
this.lblGroup_Owner2 = new DevExpress.XtraEditors.LabelControl();
|
this.lblGroup_Owner1 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
|
this.lblGroup_Name = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
this.lblGroup_Code = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
this.picUser = new DevExpress.XtraEditors.PictureEdit();
|
this.lblUser = new DevExpress.XtraEditors.LabelControl();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
this.pnlButtonAction.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.rg.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.picDept.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.picUser.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// panelControl1
|
//
|
this.panelControl1.Controls.Add(this.picUser);
|
this.panelControl1.Controls.Add(this.lblGroup_Owner2);
|
this.panelControl1.Controls.Add(this.lblGroup_Owner1);
|
this.panelControl1.Controls.Add(this.labelControl12);
|
this.panelControl1.Controls.Add(this.lblGroup_Name);
|
this.panelControl1.Controls.Add(this.labelControl10);
|
this.panelControl1.Controls.Add(this.labelControl5);
|
this.panelControl1.Controls.Add(this.lblUser);
|
this.panelControl1.Controls.Add(this.lblGroup_Code);
|
this.panelControl1.Controls.Add(this.labelControl4);
|
this.panelControl1.Controls.Add(this.label1);
|
this.panelControl1.Controls.Add(this.picDept);
|
this.panelControl1.Controls.Add(this.lblMsg);
|
this.panelControl1.Controls.Add(this.rg);
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl1.Size = new System.Drawing.Size(551, 407);
|
//
|
// btnOk
|
//
|
this.btnOk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image")));
|
this.btnOk.Location = new System.Drawing.Point(164, 18);
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
//
|
// btnCancel
|
//
|
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
|
this.btnCancel.Location = new System.Drawing.Point(275, 18);
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// pnlButtonAction
|
//
|
this.pnlButtonAction.Location = new System.Drawing.Point(0, 336);
|
this.pnlButtonAction.Size = new System.Drawing.Size(551, 71);
|
//
|
// rg
|
//
|
this.rg.EditValue = "Owner1";
|
this.rg.Location = new System.Drawing.Point(164, 183);
|
this.rg.Name = "rg";
|
this.rg.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
this.rg.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 13F, System.Drawing.FontStyle.Bold);
|
this.rg.Properties.Appearance.Options.UseBackColor = true;
|
this.rg.Properties.Appearance.Options.UseFont = true;
|
this.rg.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.rg.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("Owner1", "主管"),
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("Owner2", "副主管")});
|
this.rg.Size = new System.Drawing.Size(267, 102);
|
this.rg.TabIndex = 0;
|
//
|
// lblMsg
|
//
|
this.lblMsg.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.lblMsg.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.lblMsg.Appearance.Options.UseFont = true;
|
this.lblMsg.Appearance.Options.UseForeColor = true;
|
this.lblMsg.Location = new System.Drawing.Point(238, 127);
|
this.lblMsg.Name = "lblMsg";
|
this.lblMsg.Size = new System.Drawing.Size(150, 19);
|
this.lblMsg.TabIndex = 1;
|
this.lblMsg.Text = "将设置为部门负责人。";
|
//
|
// picDept
|
//
|
this.picDept.EditValue = ((object)(resources.GetObject("picDept.EditValue")));
|
this.picDept.Location = new System.Drawing.Point(20, 22);
|
this.picDept.Name = "picDept";
|
this.picDept.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
this.picDept.Properties.Appearance.Options.UseBackColor = true;
|
this.picDept.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.picDept.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
this.picDept.Size = new System.Drawing.Size(36, 37);
|
this.picDept.TabIndex = 9;
|
//
|
// label1
|
//
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
this.label1.Location = new System.Drawing.Point(17, 86);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(511, 1);
|
this.label1.TabIndex = 10;
|
this.label1.Text = "label1";
|
//
|
// lblGroup_Owner2
|
//
|
this.lblGroup_Owner2.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.lblGroup_Owner2.Appearance.ForeColor = System.Drawing.SystemColors.Highlight;
|
this.lblGroup_Owner2.Appearance.Options.UseFont = true;
|
this.lblGroup_Owner2.Appearance.Options.UseForeColor = true;
|
this.lblGroup_Owner2.Location = new System.Drawing.Point(443, 48);
|
this.lblGroup_Owner2.Name = "lblGroup_Owner2";
|
this.lblGroup_Owner2.Size = new System.Drawing.Size(60, 19);
|
this.lblGroup_Owner2.TabIndex = 11;
|
this.lblGroup_Owner2.Text = "刘备曹操";
|
//
|
// lblGroup_Owner1
|
//
|
this.lblGroup_Owner1.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.lblGroup_Owner1.Appearance.ForeColor = System.Drawing.SystemColors.Highlight;
|
this.lblGroup_Owner1.Appearance.Options.UseFont = true;
|
this.lblGroup_Owner1.Appearance.Options.UseForeColor = true;
|
this.lblGroup_Owner1.Location = new System.Drawing.Point(443, 18);
|
this.lblGroup_Owner1.Name = "lblGroup_Owner1";
|
this.lblGroup_Owner1.Size = new System.Drawing.Size(60, 19);
|
this.lblGroup_Owner1.TabIndex = 12;
|
this.lblGroup_Owner1.Text = "刘备曹操";
|
//
|
// labelControl12
|
//
|
this.labelControl12.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.labelControl12.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.labelControl12.Appearance.Options.UseFont = true;
|
this.labelControl12.Appearance.Options.UseForeColor = true;
|
this.labelControl12.Location = new System.Drawing.Point(340, 48);
|
this.labelControl12.Name = "labelControl12";
|
this.labelControl12.Size = new System.Drawing.Size(97, 19);
|
this.labelControl12.TabIndex = 13;
|
this.labelControl12.Text = "副主管/经理:";
|
//
|
// lblGroup_Name
|
//
|
this.lblGroup_Name.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.lblGroup_Name.Appearance.ForeColor = System.Drawing.SystemColors.Highlight;
|
this.lblGroup_Name.Appearance.Options.UseFont = true;
|
this.lblGroup_Name.Appearance.Options.UseForeColor = true;
|
this.lblGroup_Name.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
this.lblGroup_Name.Location = new System.Drawing.Point(149, 39);
|
this.lblGroup_Name.Name = "lblGroup_Name";
|
this.lblGroup_Name.Size = new System.Drawing.Size(185, 36);
|
this.lblGroup_Name.TabIndex = 14;
|
this.lblGroup_Name.Text = "软件开发部";
|
//
|
// labelControl10
|
//
|
this.labelControl10.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.labelControl10.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.labelControl10.Appearance.Options.UseFont = true;
|
this.labelControl10.Appearance.Options.UseForeColor = true;
|
this.labelControl10.Location = new System.Drawing.Point(355, 18);
|
this.labelControl10.Name = "labelControl10";
|
this.labelControl10.Size = new System.Drawing.Size(82, 19);
|
this.labelControl10.TabIndex = 15;
|
this.labelControl10.Text = "主管/经理:";
|
//
|
// labelControl5
|
//
|
this.labelControl5.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.labelControl5.Appearance.Options.UseFont = true;
|
this.labelControl5.Appearance.Options.UseForeColor = true;
|
this.labelControl5.Location = new System.Drawing.Point(68, 47);
|
this.labelControl5.Name = "labelControl5";
|
this.labelControl5.Size = new System.Drawing.Size(75, 19);
|
this.labelControl5.TabIndex = 16;
|
this.labelControl5.Text = "部门名称:";
|
//
|
// lblGroup_Code
|
//
|
this.lblGroup_Code.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.lblGroup_Code.Appearance.ForeColor = System.Drawing.SystemColors.Highlight;
|
this.lblGroup_Code.Appearance.Options.UseFont = true;
|
this.lblGroup_Code.Appearance.Options.UseForeColor = true;
|
this.lblGroup_Code.Location = new System.Drawing.Point(149, 18);
|
this.lblGroup_Code.Name = "lblGroup_Code";
|
this.lblGroup_Code.Size = new System.Drawing.Size(56, 19);
|
this.lblGroup_Code.TabIndex = 17;
|
this.lblGroup_Code.Text = "A00232";
|
//
|
// labelControl4
|
//
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.labelControl4.Appearance.Options.UseFont = true;
|
this.labelControl4.Appearance.Options.UseForeColor = true;
|
this.labelControl4.Location = new System.Drawing.Point(68, 18);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(75, 19);
|
this.labelControl4.TabIndex = 18;
|
this.labelControl4.Text = "部门编号:";
|
//
|
// picUser
|
//
|
this.picUser.EditValue = ((object)(resources.GetObject("picUser.EditValue")));
|
this.picUser.Location = new System.Drawing.Point(100, 118);
|
this.picUser.Name = "picUser";
|
this.picUser.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
this.picUser.Properties.Appearance.Options.UseBackColor = true;
|
this.picUser.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.picUser.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
this.picUser.Size = new System.Drawing.Size(36, 37);
|
this.picUser.TabIndex = 19;
|
//
|
// lblUser
|
//
|
this.lblUser.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold);
|
this.lblUser.Appearance.ForeColor = System.Drawing.SystemColors.Highlight;
|
this.lblUser.Appearance.Options.UseFont = true;
|
this.lblUser.Appearance.Options.UseForeColor = true;
|
this.lblUser.Location = new System.Drawing.Point(149, 127);
|
this.lblUser.Name = "lblUser";
|
this.lblUser.Size = new System.Drawing.Size(56, 19);
|
this.lblUser.TabIndex = 17;
|
this.lblUser.Text = "A00232";
|
//
|
// frmGroupOrganization_SetOwner
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(551, 407);
|
this.Name = "frmGroupOrganization_SetOwner";
|
this.Text = "设置部门负责人";
|
this.Load += new System.EventHandler(this.frmGroupOrganizationSetOwner_Load);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.panelControl1.PerformLayout();
|
this.pnlButtonAction.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.rg.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.picDept.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.picUser.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.RadioGroup rg;
|
private DevExpress.XtraEditors.LabelControl lblMsg;
|
private System.Windows.Forms.Label label1;
|
private DevExpress.XtraEditors.PictureEdit picDept;
|
private DevExpress.XtraEditors.LabelControl lblGroup_Owner2;
|
private DevExpress.XtraEditors.LabelControl lblGroup_Owner1;
|
private DevExpress.XtraEditors.LabelControl labelControl12;
|
private DevExpress.XtraEditors.LabelControl lblGroup_Name;
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
private DevExpress.XtraEditors.LabelControl lblGroup_Code;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.PictureEdit picUser;
|
private DevExpress.XtraEditors.LabelControl lblUser;
|
}
|
}
|