|
|
namespace ICSSoft.Frame.Main.Entrance { partial class FormTableMenu { /// <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(FormTableMenu)); this.galTable = new DevExpress.XtraBars.Ribbon.GalleryControl(); this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.chkSearch = new DevExpress.XtraEditors.CheckEdit(); this.chkSelfMenu = new DevExpress.XtraEditors.CheckEdit(); this.chkSysMenu = new DevExpress.XtraEditors.CheckEdit(); this.txtKeyWords = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.galTable)).BeginInit(); this.galTable.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSearch.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSelfMenu.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSysMenu.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtKeyWords.Properties)).BeginInit(); this.SuspendLayout(); //
// galTable
//
this.galTable.AccessibleDescription = ""; this.galTable.Controls.Add(this.galleryControlClient1); this.galTable.DesignGalleryGroupIndex = 0; this.galTable.DesignGalleryItemIndex = 0; this.galTable.Dock = System.Windows.Forms.DockStyle.Fill; //
// galleryControlGallery1
//
this.galTable.Gallery.AllowFilter = false; this.galTable.Gallery.ColumnCount = 2; this.galTable.Gallery.ImageSize = new System.Drawing.Size(80, 48); this.galTable.Gallery.ShowItemText = true; this.galTable.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Hide; this.galTable.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.galleryControlGallery1_ItemClick); this.galTable.Gallery.GalleryItemHover += new DevExpress.XtraBars.Ribbon.GalleryItemEventHandler(this.galleryControlGallery1_GalleryItemHover); this.galTable.Gallery.GalleryItemLeave += new DevExpress.XtraBars.Ribbon.GalleryItemEventHandler(this.galleryControlGallery1_GalleryItemLeave); this.galTable.Location = new System.Drawing.Point(0, 50); this.galTable.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.galTable.LookAndFeel.UseDefaultLookAndFeel = false; this.galTable.Name = "galTable"; this.galTable.Size = new System.Drawing.Size(987, 435); this.galTable.TabIndex = 0; this.galTable.Text = "工作台"; //
// galleryControlClient1
//
this.galleryControlClient1.GalleryControl = this.galTable; this.galleryControlClient1.Location = new System.Drawing.Point(3, 3); this.galleryControlClient1.Size = new System.Drawing.Size(981, 429); //
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246))))); this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.pictureBox7); this.panelControl1.Controls.Add(this.chkSearch); this.panelControl1.Controls.Add(this.chkSelfMenu); this.panelControl1.Controls.Add(this.chkSysMenu); this.panelControl1.Controls.Add(this.txtKeyWords); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(987, 50); this.panelControl1.TabIndex = 1; //
// pictureBox7
//
this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image"))); this.pictureBox7.Location = new System.Drawing.Point(210, 8); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(43, 34); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox7.TabIndex = 5; this.pictureBox7.TabStop = false; this.pictureBox7.Click += new System.EventHandler(this.btnSelect_Click); //
// chkSearch
//
this.chkSearch.Location = new System.Drawing.Point(562, 17); this.chkSearch.Name = "chkSearch"; this.chkSearch.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSearch.Properties.Appearance.Options.UseFont = true; this.chkSearch.Properties.Caption = "功能搜索结果"; this.chkSearch.Size = new System.Drawing.Size(98, 22); this.chkSearch.TabIndex = 4; this.chkSearch.CheckedChanged += new System.EventHandler(this.chkSearch_CheckedChanged); //
// chkSelfMenu
//
this.chkSelfMenu.Location = new System.Drawing.Point(458, 17); this.chkSelfMenu.Name = "chkSelfMenu"; this.chkSelfMenu.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkSelfMenu.Properties.Appearance.Options.UseFont = true; this.chkSelfMenu.Properties.Caption = "自定义菜单"; this.chkSelfMenu.Size = new System.Drawing.Size(98, 22); this.chkSelfMenu.TabIndex = 3; this.chkSelfMenu.CheckedChanged += new System.EventHandler(this.chkSelfMenu_CheckedChanged); //
// chkSysMenu
//
this.chkSysMenu.Location = new System.Drawing.Point(359, 17); this.chkSysMenu.Name = "chkSysMenu"; this.chkSysMenu.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.chkSysMenu.Properties.Appearance.Options.UseFont = true; this.chkSysMenu.Properties.Caption = "系统菜单"; this.chkSysMenu.Size = new System.Drawing.Size(75, 22); this.chkSysMenu.TabIndex = 3; this.chkSysMenu.CheckedChanged += new System.EventHandler(this.chkSysMenu_CheckedChanged); //
// txtKeyWords
//
this.txtKeyWords.Location = new System.Drawing.Point(0, 8); this.txtKeyWords.Name = "txtKeyWords"; this.txtKeyWords.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F); this.txtKeyWords.Properties.Appearance.Options.UseFont = true; this.txtKeyWords.Size = new System.Drawing.Size(210, 34); this.txtKeyWords.TabIndex = 1; //
// FormTableMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(987, 485); this.Controls.Add(this.galTable); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormTableMenu"; this.Text = "业务导航"; ((System.ComponentModel.ISupportInitialize)(this.galTable)).EndInit(); this.galTable.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSearch.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSelfMenu.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkSysMenu.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtKeyWords.Properties)).EndInit(); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.Ribbon.GalleryControl galTable; private DevExpress.XtraBars.Ribbon.GalleryControlClient galleryControlClient1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.TextEdit txtKeyWords; private DevExpress.XtraEditors.CheckEdit chkSelfMenu; private DevExpress.XtraEditors.CheckEdit chkSysMenu; private DevExpress.XtraEditors.CheckEdit chkSearch; private System.Windows.Forms.PictureBox pictureBox7; } }
|