using System.Windows.Forms; namespace Lskj.FileManager { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.tvLeft = new Lskj.Control.TreeViewEx(); this.splitContainerRight = new DevExpress.XtraEditors.SplitContainerControl(); this.pl_main = new System.Windows.Forms.Panel(); this.tabBottomDetail = new Lskj.Control.TabControlEx(); this.pl_top = new DevExpress.XtraEditors.PanelControl(); this.pl_top_search = new DevExpress.XtraEditors.PanelControl(); this.cbField = new System.Windows.Forms.ComboBox(); this.btnSearch = new DevExpress.XtraEditors.SimpleButton(); this.label_search = new System.Windows.Forms.Label(); this.txtFixKey = new System.Windows.Forms.TextBox(); this.pl_topBtn = new DevExpress.XtraEditors.PanelControl(); this.btnGoBack = new DevExpress.XtraEditors.SimpleButton(); this.btnGoForward = new DevExpress.XtraEditors.SimpleButton(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(); this.UpLoad = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).BeginInit(); this.splitContainerRight.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit(); this.pl_top.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).BeginInit(); this.pl_top_search.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_topBtn)).BeginInit(); this.pl_topBtn.SuspendLayout(); this.contextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1; this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.tvLeft); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerRight); this.splitContainerControl1.Panel2.Controls.Add(this.pl_top); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(909, 674); this.splitContainerControl1.SplitterPosition = 217; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // tvLeft // this.tvLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.tvLeft.Location = new System.Drawing.Point(0, 0); this.tvLeft.Name = "tvLeft"; this.tvLeft.Size = new System.Drawing.Size(217, 674); this.tvLeft.TabIndex = 0; // // splitContainerRight // this.splitContainerRight.Appearance.BackColor = System.Drawing.Color.White; this.splitContainerRight.Appearance.Options.UseBackColor = true; this.splitContainerRight.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitContainerRight.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerRight.Horizontal = false; this.splitContainerRight.Location = new System.Drawing.Point(0, 32); this.splitContainerRight.Name = "splitContainerRight"; this.splitContainerRight.Panel1.Controls.Add(this.pl_main); this.splitContainerRight.Panel1.Text = "Panel1"; this.splitContainerRight.Panel2.Controls.Add(this.tabBottomDetail); this.splitContainerRight.Panel2.Text = "Panel2"; this.splitContainerRight.Size = new System.Drawing.Size(687, 642); this.splitContainerRight.SplitterPosition = 354; this.splitContainerRight.TabIndex = 0; this.splitContainerRight.Text = "splitContainerControl2"; // // pl_main // this.pl_main.AutoScroll = true; this.pl_main.BackColor = System.Drawing.Color.White; this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill; this.pl_main.Location = new System.Drawing.Point(0, 0); this.pl_main.Name = "pl_main"; this.pl_main.Size = new System.Drawing.Size(687, 354); this.pl_main.TabIndex = 0; this.pl_main.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pl_main_MouseDown); this.pl_main.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pl_main_MouseMove); this.pl_main.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pl_main_MouseUp); // // tabBottomDetail // this.tabBottomDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.tabBottomDetail.Location = new System.Drawing.Point(0, 0); this.tabBottomDetail.Name = "tabBottomDetail"; this.tabBottomDetail.Size = new System.Drawing.Size(687, 283); this.tabBottomDetail.TabIndex = 0; // // pl_top // this.pl_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top.Controls.Add(this.pl_top_search); this.pl_top.Controls.Add(this.pl_topBtn); this.pl_top.Dock = System.Windows.Forms.DockStyle.Top; this.pl_top.Location = new System.Drawing.Point(0, 0); this.pl_top.Name = "pl_top"; this.pl_top.Size = new System.Drawing.Size(687, 32); this.pl_top.TabIndex = 0; // // pl_top_search // this.pl_top_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_top_search.Controls.Add(this.cbField); this.pl_top_search.Controls.Add(this.btnSearch); this.pl_top_search.Controls.Add(this.label_search); this.pl_top_search.Controls.Add(this.txtFixKey); this.pl_top_search.Dock = System.Windows.Forms.DockStyle.Left; this.pl_top_search.Location = new System.Drawing.Point(138, 0); this.pl_top_search.Name = "pl_top_search"; this.pl_top_search.Size = new System.Drawing.Size(381, 32); this.pl_top_search.TabIndex = 0; // // cbField // this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbField.FormattingEnabled = true; this.cbField.Location = new System.Drawing.Point(40, 7); this.cbField.Name = "cbField"; this.cbField.Size = new System.Drawing.Size(107, 20); this.cbField.TabIndex = 3; // // btnSearch // this.btnSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSearch.Appearance.Options.UseFont = true; this.btnSearch.Location = new System.Drawing.Point(310, 4); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(63, 24); this.btnSearch.TabIndex = 35; this.btnSearch.Text = "搜索(&Q)"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // label_search // this.label_search.AutoSize = true; this.label_search.Location = new System.Drawing.Point(9, 11); this.label_search.Name = "label_search"; this.label_search.Size = new System.Drawing.Size(29, 12); this.label_search.TabIndex = 2; this.label_search.Text = "查询"; // // txtFixKey // this.txtFixKey.Location = new System.Drawing.Point(151, 6); this.txtFixKey.Name = "txtFixKey"; this.txtFixKey.Size = new System.Drawing.Size(154, 21); this.txtFixKey.TabIndex = 34; // // pl_topBtn // this.pl_topBtn.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_topBtn.Controls.Add(this.btnGoBack); this.pl_topBtn.Controls.Add(this.btnGoForward); this.pl_topBtn.Dock = System.Windows.Forms.DockStyle.Left; this.pl_topBtn.Location = new System.Drawing.Point(0, 0); this.pl_topBtn.Name = "pl_topBtn"; this.pl_topBtn.Size = new System.Drawing.Size(138, 32); this.pl_topBtn.TabIndex = 0; // // btnGoBack // this.btnGoBack.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnGoBack.Appearance.Options.UseFont = true; this.btnGoBack.Enabled = false; this.btnGoBack.Location = new System.Drawing.Point(5, 5); this.btnGoBack.Name = "btnGoBack"; this.btnGoBack.Size = new System.Drawing.Size(63, 24); this.btnGoBack.TabIndex = 0; this.btnGoBack.Text = "上一级"; this.btnGoBack.Click += new System.EventHandler(this.btnGoBack_Click); // // btnGoForward // this.btnGoForward.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.btnGoForward.Appearance.Options.UseFont = true; this.btnGoForward.Enabled = false; this.btnGoForward.Location = new System.Drawing.Point(71, 5); this.btnGoForward.Name = "btnGoForward"; this.btnGoForward.Size = new System.Drawing.Size(63, 24); this.btnGoForward.TabIndex = 1; this.btnGoForward.Text = "下一级"; this.btnGoForward.Click += new System.EventHandler(this.btnGoForward_Click); // // contextMenuStrip // this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.UpLoad}); this.contextMenuStrip.Name = "contextMenuStrip"; this.contextMenuStrip.Size = new System.Drawing.Size(125, 26); // // UpLoad // this.UpLoad.Name = "UpLoad"; this.UpLoad.Size = new System.Drawing.Size(124, 22); this.UpLoad.Text = "上传附件"; this.UpLoad.Click += new System.EventHandler(this.btnUpload_Click); // // FrmMain // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(909, 674); this.Controls.Add(this.splitContainerControl1); this.KeyPreview = true; this.Name = "FrmMain"; this.Text = "文件管理"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AttachControl_KeyDown); this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.AttachControl_KeyUp); this.Resize += new System.EventHandler(this.pl_main_Resize); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerRight)).EndInit(); this.splitContainerRight.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit(); this.pl_top.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_top_search)).EndInit(); this.pl_top_search.ResumeLayout(false); this.pl_top_search.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_topBtn)).EndInit(); this.pl_topBtn.ResumeLayout(false); this.contextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraEditors.SplitContainerControl splitContainerRight; private DevExpress.XtraEditors.PanelControl pl_top; private DevExpress.XtraEditors.SimpleButton btnGoBack; private DevExpress.XtraEditors.SimpleButton btnGoForward; private System.Windows.Forms.ComboBox cbField; private System.Windows.Forms.Label label_search; private DevExpress.XtraEditors.SimpleButton btnSearch; private System.Windows.Forms.TextBox txtFixKey; private Control.TreeViewEx tvLeft; private DevExpress.XtraEditors.PanelControl pl_topBtn; private DevExpress.XtraEditors.PanelControl pl_top_search; private ContextMenuStrip contextMenuStrip; private ToolStripMenuItem UpLoad; private Control.TabControlEx tabBottomDetail; private Panel pl_main; } }