namespace Lskj.PubUserTomodule { partial class FrmPermissionToCopy { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.btn_determine = new DevExpress.XtraEditors.SimpleButton(); this.employeeId = new Lskj.Control.LabelTextEdit(); this.employeeName = new Lskj.Control.LabelTextEdit(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.gridControlEx4 = new Lskj.Control.GridControlEx(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.btn_determine); this.panel1.Controls.Add(this.employeeId); this.panel1.Controls.Add(this.employeeName); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 530); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1150, 41); this.panel1.TabIndex = 0; // // btn_determine // this.btn_determine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_determine.Location = new System.Drawing.Point(1052, 8); this.btn_determine.Margin = new System.Windows.Forms.Padding(4); this.btn_determine.Name = "btn_determine"; this.btn_determine.Size = new System.Drawing.Size(85, 25); this.btn_determine.TabIndex = 6; this.btn_determine.Text = "确定"; this.btn_determine.Click += new System.EventHandler(this.btn_determine_Click); // // employeeId // this.employeeId.BackColor = System.Drawing.Color.Transparent; this.employeeId.EditText = ""; this.employeeId.FontSize = 0F; this.employeeId.LabelText = "工号"; this.employeeId.Location = new System.Drawing.Point(269, 8); this.employeeId.Margin = new System.Windows.Forms.Padding(5); this.employeeId.Model = null; this.employeeId.Name = "employeeId"; this.employeeId.NullText = ""; this.employeeId.ReadOnly = false; this.employeeId.Required = false; this.employeeId.Size = new System.Drawing.Size(231, 22); this.employeeId.TabIndex = 5; // // employeeName // this.employeeName.BackColor = System.Drawing.Color.Transparent; this.employeeName.EditText = ""; this.employeeName.FontSize = 0F; this.employeeName.LabelText = "人员"; this.employeeName.Location = new System.Drawing.Point(14, 8); this.employeeName.Margin = new System.Windows.Forms.Padding(5); this.employeeName.Model = null; this.employeeName.Name = "employeeName"; this.employeeName.NullText = ""; this.employeeName.ReadOnly = false; this.employeeName.Required = false; this.employeeName.Size = new System.Drawing.Size(231, 22); this.employeeName.TabIndex = 4; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.gridControlEx4); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.treeList1); this.splitContainer1.Size = new System.Drawing.Size(1150, 530); this.splitContainer1.SplitterDistance = 297; this.splitContainer1.TabIndex = 1; // // gridControlEx4 // this.gridControlEx4.AdapterObj = null; this.gridControlEx4.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlEx4.Location = new System.Drawing.Point(0, 0); this.gridControlEx4.Margin = new System.Windows.Forms.Padding(5); this.gridControlEx4.Name = "gridControlEx4"; this.gridControlEx4.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gridControlEx4.Size = new System.Drawing.Size(297, 530); this.gridControlEx4.TabIndex = 2; // // treeList1 // this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeList1.Location = new System.Drawing.Point(0, 0); this.treeList1.Margin = new System.Windows.Forms.Padding(4); this.treeList1.Name = "treeList1"; this.treeList1.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True; this.treeList1.OptionsClipboard.CopyNodeHierarchy = DevExpress.Utils.DefaultBoolean.True; this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.treeList1.Size = new System.Drawing.Size(849, 530); this.treeList1.TabIndex = 3; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // FrmPermissionToCopy // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1150, 571); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.Name = "FrmPermissionToCopy"; this.Text = "复制权限"; this.panel1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.SplitContainer splitContainer1; private Control.GridControlEx gridControlEx4; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private Control.LabelTextEdit employeeId; private Control.LabelTextEdit employeeName; private DevExpress.XtraEditors.SimpleButton btn_determine; } }