namespace SIMDP.View { partial class FormBlack { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBlack)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txt_Name = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.lookUp_Type = new DevExpress.XtraEditors.LookUpEdit(); this.check_Forbid = new DevExpress.XtraEditors.CheckEdit(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.btn_Query = new DevExpress.XtraEditors.SimpleButton(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.lookUp_UserName = new DevExpress.XtraEditors.LookUpEdit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_UserName.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.simpleButton2); this.panelControl1.Controls.Add(this.btn_Query); this.panelControl1.Controls.Add(this.check_Forbid); this.panelControl1.Controls.Add(this.lookUp_UserName); this.panelControl1.Controls.Add(this.lookUp_Type); this.panelControl1.Controls.Add(this.txt_Name); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(958, 41); this.panelControl1.TabIndex = 0; // // winGridViewPager1 // this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary)(resources.GetObject("winGridViewPager1.ColumnNameAlias"))); this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.FixedColumns = null; this.winGridViewPager1.Location = new System.Drawing.Point(0, 39); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.ShowAddMenu = true; this.winGridViewPager1.ShowCheckBox = false; this.winGridViewPager1.ShowDeleteMenu = true; this.winGridViewPager1.ShowEditMenu = true; this.winGridViewPager1.ShowExportButton = true; this.winGridViewPager1.Size = new System.Drawing.Size(958, 212); this.winGridViewPager1.TabIndex = 1; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(13, 13); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "显示名称:"; // // txt_Name // this.txt_Name.Location = new System.Drawing.Point(76, 10); this.txt_Name.Name = "txt_Name"; this.txt_Name.Size = new System.Drawing.Size(178, 20); this.txt_Name.TabIndex = 1; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(466, 12); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "授权类型:"; // // lookUp_Type // this.lookUp_Type.Location = new System.Drawing.Point(529, 9); this.lookUp_Type.Name = "lookUp_Type"; this.lookUp_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_Type.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "授权类型")}); this.lookUp_Type.Size = new System.Drawing.Size(100, 20); this.lookUp_Type.TabIndex = 2; // // check_Forbid // this.check_Forbid.Location = new System.Drawing.Point(653, 10); this.check_Forbid.Name = "check_Forbid"; this.check_Forbid.Properties.Caption = "是否禁用"; this.check_Forbid.Size = new System.Drawing.Size(75, 19); this.check_Forbid.TabIndex = 3; // // simpleButton2 // this.simpleButton2.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image"))); this.simpleButton2.Location = new System.Drawing.Point(871, 8); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(75, 23); this.simpleButton2.TabIndex = 4; this.simpleButton2.Text = "新建"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // btn_Query // this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image"))); this.btn_Query.Location = new System.Drawing.Point(782, 8); this.btn_Query.Name = "btn_Query"; this.btn_Query.Size = new System.Drawing.Size(75, 23); this.btn_Query.TabIndex = 4; this.btn_Query.Text = "查询"; this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click); // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(276, 12); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "所属用户:"; // // lookUp_UserName // this.lookUp_UserName.Location = new System.Drawing.Point(339, 9); this.lookUp_UserName.Name = "lookUp_UserName"; this.lookUp_UserName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUp_UserName.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "用户名称")}); this.lookUp_UserName.Size = new System.Drawing.Size(100, 20); this.lookUp_UserName.TabIndex = 2; // // FormBlack // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(958, 251); this.Controls.Add(this.winGridViewPager1); this.Controls.Add(this.panelControl1); this.Name = "FormBlack"; this.Text = "黑白名单"; this.Load += new System.EventHandler(this.FormBlack_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_UserName.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private ProjectBase.Controls.WinGridViewPager winGridViewPager1; private DevExpress.XtraEditors.LookUpEdit lookUp_Type; private DevExpress.XtraEditors.TextEdit txt_Name; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton btn_Query; private DevExpress.XtraEditors.CheckEdit check_Forbid; private DevExpress.XtraEditors.LookUpEdit lookUp_UserName; private DevExpress.XtraEditors.LabelControl labelControl3; } }