namespace HL_FristAidPlatform_SYS { partial class Form_RoleSelect { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_RoleSelect)); this.grb_List = new DevExpress.XtraEditors.GroupControl(); this.grid_Role = new DevExpress.XtraGrid.GridControl(); this.grv_Role = new DevExpress.XtraGrid.Views.Grid.GridView(); this.R_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.R_GUID = new DevExpress.XtraGrid.Columns.GridColumn(); this.R_RoleName = new DevExpress.XtraGrid.Columns.GridColumn(); this.R_Description = new DevExpress.XtraGrid.Columns.GridColumn(); this.R_Creator = new DevExpress.XtraGrid.Columns.GridColumn(); this.R_CreationDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btn_SaveRoleMenu = new DevExpress.XtraEditors.SimpleButton(); this.txt_Key = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.grb_List)).BeginInit(); this.grb_List.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grid_Role)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_Role)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).BeginInit(); this.SuspendLayout(); // // grb_List // this.grb_List.Controls.Add(this.grid_Role); this.grb_List.Controls.Add(this.panelControl1); this.grb_List.Dock = System.Windows.Forms.DockStyle.Fill; this.grb_List.Location = new System.Drawing.Point(0, 0); this.grb_List.Name = "grb_List"; this.grb_List.Size = new System.Drawing.Size(588, 437); this.grb_List.TabIndex = 20; this.grb_List.Text = "角色列表"; // // grid_Role // this.grid_Role.Dock = System.Windows.Forms.DockStyle.Fill; this.grid_Role.Location = new System.Drawing.Point(2, 87); this.grid_Role.MainView = this.grv_Role; this.grid_Role.Name = "grid_Role"; this.grid_Role.Size = new System.Drawing.Size(584, 348); this.grid_Role.TabIndex = 6; this.grid_Role.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grv_Role, this.gridView1}); // // grv_Role // this.grv_Role.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.R_ID, this.R_GUID, this.R_RoleName, this.R_Description, this.R_Creator, this.R_CreationDate}); this.grv_Role.CustomizationFormBounds = new System.Drawing.Rectangle(702, 342, 303, 302); this.grv_Role.DetailHeight = 437; this.grv_Role.GridControl = this.grid_Role; this.grv_Role.Name = "grv_Role"; this.grv_Role.OptionsBehavior.Editable = false; this.grv_Role.OptionsView.ShowGroupPanel = false; this.grv_Role.Tag = ""; // // R_ID // this.R_ID.Caption = "编号"; this.R_ID.FieldName = "ID"; this.R_ID.MinWidth = 23; this.R_ID.Name = "R_ID"; this.R_ID.Visible = true; this.R_ID.VisibleIndex = 0; this.R_ID.Width = 87; // // R_GUID // this.R_GUID.Caption = "GUID"; this.R_GUID.FieldName = "GUID"; this.R_GUID.MinWidth = 23; this.R_GUID.Name = "R_GUID"; this.R_GUID.Width = 87; // // R_RoleName // this.R_RoleName.Caption = "角色名称"; this.R_RoleName.FieldName = "RoleName"; this.R_RoleName.MinWidth = 23; this.R_RoleName.Name = "R_RoleName"; this.R_RoleName.Visible = true; this.R_RoleName.VisibleIndex = 1; this.R_RoleName.Width = 87; // // R_Description // this.R_Description.Caption = "角色描述"; this.R_Description.FieldName = "Description"; this.R_Description.MinWidth = 23; this.R_Description.Name = "R_Description"; this.R_Description.Visible = true; this.R_Description.VisibleIndex = 2; this.R_Description.Width = 87; // // R_Creator // this.R_Creator.Caption = "创建人"; this.R_Creator.FieldName = "Creator"; this.R_Creator.MinWidth = 23; this.R_Creator.Name = "R_Creator"; this.R_Creator.Visible = true; this.R_Creator.VisibleIndex = 4; this.R_Creator.Width = 87; // // R_CreationDate // this.R_CreationDate.Caption = "创建时间"; this.R_CreationDate.FieldName = "CreationDate"; this.R_CreationDate.MinWidth = 23; this.R_CreationDate.Name = "R_CreationDate"; this.R_CreationDate.Visible = true; this.R_CreationDate.VisibleIndex = 3; this.R_CreationDate.Width = 87; // // gridView1 // this.gridView1.DetailHeight = 437; this.gridView1.GridControl = this.grid_Role; this.gridView1.Name = "gridView1"; // // panelControl1 // this.panelControl1.Controls.Add(this.btn_SaveRoleMenu); this.panelControl1.Controls.Add(this.txt_Key); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(2, 22); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(584, 65); this.panelControl1.TabIndex = 14; // // btn_SaveRoleMenu // this.btn_SaveRoleMenu.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_SaveRoleMenu.ImageOptions.Image"))); this.btn_SaveRoleMenu.Location = new System.Drawing.Point(454, 7); this.btn_SaveRoleMenu.Name = "btn_SaveRoleMenu"; this.btn_SaveRoleMenu.Size = new System.Drawing.Size(104, 46); this.btn_SaveRoleMenu.TabIndex = 15; this.btn_SaveRoleMenu.Text = "确认选择"; this.btn_SaveRoleMenu.Click += new System.EventHandler(this.btn_SaveRoleMenu_Click); // // txt_Key // this.txt_Key.Location = new System.Drawing.Point(84, 17); this.txt_Key.Name = "txt_Key"; this.txt_Key.Size = new System.Drawing.Size(335, 22); this.txt_Key.TabIndex = 11; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(15, 21); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(60, 15); this.labelControl6.TabIndex = 12; this.labelControl6.Text = "角色名称:"; // // Form_RoleSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(588, 437); this.Controls.Add(this.grb_List); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_RoleSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "选择角色"; this.Load += new System.EventHandler(this.Form_RoleSelect_Load); ((System.ComponentModel.ISupportInitialize)(this.grb_List)).EndInit(); this.grb_List.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grid_Role)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_Role)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Key.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl grb_List; private DevExpress.XtraGrid.GridControl grid_Role; private DevExpress.XtraGrid.Views.Grid.GridView grv_Role; private DevExpress.XtraGrid.Columns.GridColumn R_ID; private DevExpress.XtraGrid.Columns.GridColumn R_GUID; private DevExpress.XtraGrid.Columns.GridColumn R_RoleName; private DevExpress.XtraGrid.Columns.GridColumn R_Description; private DevExpress.XtraGrid.Columns.GridColumn R_Creator; private DevExpress.XtraGrid.Columns.GridColumn R_CreationDate; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.TextEdit txt_Key; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.SimpleButton btn_SaveRoleMenu; } }