namespace SuperDesign.Manager.FTP { partial class FrmFTPBrowser { /// /// 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(FrmFTPBrowser)); this.objectListView1 = new BrightIdeasSoftware.FastObjectListView(); this.OlvFileName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvFileSize = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvFileType = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvLastWriteTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.刷新列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.查看历史记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.打开同位置本地文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.下载选定文件到对应目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.复制选定文件名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除选定文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageListSmall = new System.Windows.Forms.ImageList(this.components); this.CbbMatch = new ryControls.RyComboBox(); this.TxtSearch = new ryControls.TextBoxEx2(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.PnlState = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.TxtFtpPath = new ryControls.TextBoxEx2(); this.MenuForm = new System.Windows.Forms.ContextMenuStrip(this.components); this.重命名ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.BtnMustUpdate = new ryControls.ButtonEx(); this.panel1 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new ryControls.Controls.LableX(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.BtnUp = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.PnlState.SuspendLayout(); this.MenuForm.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // objectListView1 // this.objectListView1.AllColumns.Add(this.OlvFileName); this.objectListView1.AllColumns.Add(this.OlvFileSize); this.objectListView1.AllColumns.Add(this.OlvFileType); this.objectListView1.AllColumns.Add(this.OlvLastWriteTime); this.objectListView1.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.objectListView1.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick; this.objectListView1.CellEditUseWholeCell = false; this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.OlvFileName, this.OlvFileSize, this.OlvFileType, this.OlvLastWriteTime}); this.objectListView1.ContextMenuStrip = this.contextMenuStrip1; this.objectListView1.Cursor = System.Windows.Forms.Cursors.Default; this.objectListView1.FullRowSelect = true; this.objectListView1.HideSelection = false; this.objectListView1.IsSearchOnSortColumn = false; this.objectListView1.LargeImageList = this.imageListSmall; this.objectListView1.Location = new System.Drawing.Point(1, 53); this.objectListView1.Name = "objectListView1"; this.objectListView1.ShowGroups = false; this.objectListView1.Size = new System.Drawing.Size(278, 455); this.objectListView1.SmallImageList = this.imageListSmall; this.objectListView1.TabIndex = 0; this.objectListView1.UseCompatibleStateImageBehavior = false; this.objectListView1.UseFiltering = true; this.objectListView1.View = System.Windows.Forms.View.Details; this.objectListView1.VirtualMode = true; this.objectListView1.BeforeSorting += new System.EventHandler(this.ObjectListView1_BeforeSorting); this.objectListView1.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.ObjectListView1_CellEditFinished); this.objectListView1.SelectionChanged += new System.EventHandler(this.ObjectListView1_SelectionChanged); this.objectListView1.DoubleClick += new System.EventHandler(this.ObjectListView1_DoubleClick); // // OlvFileName // this.OlvFileName.IsEditable = true; this.OlvFileName.Tag = "FileName"; this.OlvFileName.Text = "文件名"; this.OlvFileName.Width = 200; // // OlvFileSize // this.OlvFileSize.Tag = "FileSize"; this.OlvFileSize.Text = "文件大小"; this.OlvFileSize.UseFiltering = false; this.OlvFileSize.Width = 90; // // OlvFileType // this.OlvFileType.Tag = "FileType"; this.OlvFileType.Text = "文件类型"; this.OlvFileType.UseFiltering = false; this.OlvFileType.Width = 90; // // OlvLastWriteTime // this.OlvLastWriteTime.Searchable = false; this.OlvLastWriteTime.Tag = "LastWriteTime"; this.OlvLastWriteTime.Text = "最后写入时间"; this.OlvLastWriteTime.UseFiltering = false; this.OlvLastWriteTime.Width = 200; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.刷新列表ToolStripMenuItem, this.toolStripMenuItem1, this.查看历史记录ToolStripMenuItem, this.打开同位置本地文件ToolStripMenuItem, this.下载选定文件到对应目录ToolStripMenuItem, this.toolStripMenuItem2, this.复制选定文件名ToolStripMenuItem, this.删除选定文件ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(209, 148); // // 刷新列表ToolStripMenuItem // this.刷新列表ToolStripMenuItem.Name = "刷新列表ToolStripMenuItem"; this.刷新列表ToolStripMenuItem.Size = new System.Drawing.Size(208, 22); this.刷新列表ToolStripMenuItem.Text = "刷新列表"; this.刷新列表ToolStripMenuItem.Click += new System.EventHandler(this.刷新列表ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(205, 6); // // 查看历史记录ToolStripMenuItem // this.查看历史记录ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("查看历史记录ToolStripMenuItem.Image"))); this.查看历史记录ToolStripMenuItem.Name = "查看历史记录ToolStripMenuItem"; this.查看历史记录ToolStripMenuItem.Size = new System.Drawing.Size(208, 22); this.查看历史记录ToolStripMenuItem.Text = "查看历史记录"; this.查看历史记录ToolStripMenuItem.Click += new System.EventHandler(this.查看历史记录ToolStripMenuItem_Click); // // 打开同位置本地文件ToolStripMenuItem // this.打开同位置本地文件ToolStripMenuItem.Name = "打开同位置本地文件ToolStripMenuItem"; this.打开同位置本地文件ToolStripMenuItem.Size = new System.Drawing.Size(208, 22); this.打开同位置本地文件ToolStripMenuItem.Text = "打开同位置本地文件"; this.打开同位置本地文件ToolStripMenuItem.Click += new System.EventHandler(this.打开同位置本地文件ToolStripMenuItem_Click); // // 下载选定文件到对应目录ToolStripMenuItem // this.下载选定文件到对应目录ToolStripMenuItem.Name = "下载选定文件到对应目录ToolStripMenuItem"; this.下载选定文件到对应目录ToolStripMenuItem.Size = new System.Drawing.Size(208, 22); this.下载选定文件到对应目录ToolStripMenuItem.Text = "下载选定文件到对应目录"; this.下载选定文件到对应目录ToolStripMenuItem.Click += new System.EventHandler(this.下载选定文件到对应目录ToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(205, 6); // // 复制选定文件名ToolStripMenuItem // this.复制选定文件名ToolStripMenuItem.Name = "复制选定文件名ToolStripMenuItem"; this.复制选定文件名ToolStripMenuItem.Size = new System.Drawing.Size(208, 22); this.复制选定文件名ToolStripMenuItem.Text = "复制选定文件名"; this.复制选定文件名ToolStripMenuItem.Click += new System.EventHandler(this.复制选定文件名ToolStripMenuItem_Click); // // 删除选定文件ToolStripMenuItem // this.删除选定文件ToolStripMenuItem.Name = "删除选定文件ToolStripMenuItem"; this.删除选定文件ToolStripMenuItem.Size = new System.Drawing.Size(208, 22); this.删除选定文件ToolStripMenuItem.Text = "删除选定文件"; this.删除选定文件ToolStripMenuItem.Click += new System.EventHandler(this.删除选定文件ToolStripMenuItem_Click); // // imageListSmall // this.imageListSmall.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageListSmall.ImageSize = new System.Drawing.Size(16, 16); this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent; // // CbbMatch // this.CbbMatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CbbMatch.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.CbbMatch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CbbMatch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.CbbMatch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CbbMatch.FormattingEnabled = true; this.CbbMatch.Items.AddRange(new object[] { "任意文本", "前缀", "正则表达式"}); this.CbbMatch.Location = new System.Drawing.Point(185, 1); this.CbbMatch.Name = "CbbMatch"; this.CbbMatch.Size = new System.Drawing.Size(94, 24); this.CbbMatch.TabIndex = 12; this.CbbMatch.SelectedIndexChanged += new System.EventHandler(this.CbbMatch_SelectedIndexChanged); // // TxtSearch // this.TxtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtSearch.BackColor = System.Drawing.Color.White; this.TxtSearch.EmptyText = "请输入搜索内容"; this.TxtSearch.Location = new System.Drawing.Point(1, 1); this.TxtSearch.MaxLength = 999999999; this.TxtSearch.Multiline = false; this.TxtSearch.Name = "TxtSearch"; this.TxtSearch.OnlyNumeric = false; this.TxtSearch.PasswordChar = '\0'; this.TxtSearch.ReadOnly = false; this.TxtSearch.SelectedText = ""; this.TxtSearch.SelectionLength = 0; this.TxtSearch.SelectionStart = 0; this.TxtSearch.Size = new System.Drawing.Size(178, 24); this.TxtSearch.TabIndex = 11; this.TxtSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtSearch.ToolTip = ""; this.TxtSearch.WordWrap = true; this.TxtSearch.TextChanged2 += new System.EventHandler(this.TxtSearch_TextChanged2); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(121, 21); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(32, 32); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox1.TabIndex = 13; this.pictureBox1.TabStop = false; // // PnlState // this.PnlState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PnlState.BackColor = System.Drawing.Color.White; this.PnlState.Controls.Add(this.label1); this.PnlState.Controls.Add(this.pictureBox1); this.PnlState.Location = new System.Drawing.Point(1, 216); this.PnlState.Name = "PnlState"; this.PnlState.Size = new System.Drawing.Size(281, 98); this.PnlState.TabIndex = 14; this.PnlState.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(101, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 14; this.label1.Text = "正在加载...."; // // TxtFtpPath // this.TxtFtpPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TxtFtpPath.BackColor = System.Drawing.Color.White; this.TxtFtpPath.EmptyText = ""; this.TxtFtpPath.Location = new System.Drawing.Point(29, 28); this.TxtFtpPath.MaxLength = 999999999; this.TxtFtpPath.Multiline = false; this.TxtFtpPath.Name = "TxtFtpPath"; this.TxtFtpPath.OnlyNumeric = false; this.TxtFtpPath.PasswordChar = '\0'; this.TxtFtpPath.ReadOnly = false; this.TxtFtpPath.SelectedText = ""; this.TxtFtpPath.SelectionLength = 0; this.TxtFtpPath.SelectionStart = 0; this.TxtFtpPath.Size = new System.Drawing.Size(250, 24); this.TxtFtpPath.TabIndex = 15; this.TxtFtpPath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtFtpPath.ToolTip = ""; this.TxtFtpPath.WordWrap = true; this.TxtFtpPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtFtpPath_KeyDown); // // MenuForm // this.MenuForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.重命名ToolStripMenuItem1}); this.MenuForm.Name = "MenuForm"; this.MenuForm.Size = new System.Drawing.Size(113, 26); // // 重命名ToolStripMenuItem1 // this.重命名ToolStripMenuItem1.Name = "重命名ToolStripMenuItem1"; this.重命名ToolStripMenuItem1.Size = new System.Drawing.Size(112, 22); this.重命名ToolStripMenuItem1.Text = "重命名"; this.重命名ToolStripMenuItem1.Click += new System.EventHandler(this.重命名ToolStripMenuItem1_Click); // // BtnMustUpdate // this.BtnMustUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnMustUpdate.BaseColor = System.Drawing.Color.Green; this.BtnMustUpdate.ColorGradient = true; this.BtnMustUpdate.Location = new System.Drawing.Point(77, 320); this.BtnMustUpdate.Name = "BtnMustUpdate"; this.BtnMustUpdate.Size = new System.Drawing.Size(115, 48); this.BtnMustUpdate.TabIndex = 17; this.BtnMustUpdate.Text = "必须刷新"; this.BtnMustUpdate.UseDefSkin = false; this.BtnMustUpdate.UseVisualStyleBackColor = true; this.BtnMustUpdate.Visible = false; this.BtnMustUpdate.Click += new System.EventHandler(this.BtnMustUpdate_Click); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Location = new System.Drawing.Point(1, 509); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(278, 75); this.panel1.TabIndex = 18; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 58); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(89, 12); this.label7.TabIndex = 5; this.label7.Text = "本地文件比较新"; this.label7.Visible = false; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label6.Location = new System.Drawing.Point(71, 27); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(204, 31); this.label6.TabIndex = 4; this.label6.Text = "无"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(71, 5); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(17, 12); this.label5.TabIndex = 2; this.label5.Text = "无"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 27); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 12); this.label4.TabIndex = 1; this.label4.Text = "修改时间:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 5); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 0; this.label3.Text = "文件大小:"; // // BtnUp // this.BtnUp.Image = ((System.Drawing.Image)(resources.GetObject("BtnUp.Image"))); this.BtnUp.Location = new System.Drawing.Point(1, 28); this.BtnUp.Name = "BtnUp"; this.BtnUp.Size = new System.Drawing.Size(27, 25); this.BtnUp.TabIndex = 91; this.BtnUp.UseVisualStyleBackColor = true; this.BtnUp.Click += new System.EventHandler(this.BtnUp_Click); // // FrmFTPBrowser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(282, 587); this.Controls.Add(this.BtnUp); this.Controls.Add(this.panel1); this.Controls.Add(this.BtnMustUpdate); this.Controls.Add(this.TxtFtpPath); this.Controls.Add(this.PnlState); this.Controls.Add(this.CbbMatch); this.Controls.Add(this.TxtSearch); this.Controls.Add(this.objectListView1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmFTPBrowser"; this.TabPageContextMenuStrip = this.MenuForm; this.Text = "FTP浏览"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFTPBrowser_FormClosing); this.Load += new System.EventHandler(this.FTPBrowser_Load); this.ResizeEnd += new System.EventHandler(this.FrmFTPBrowser_ResizeEnd); this.SizeChanged += new System.EventHandler(this.FrmFTPBrowser_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.PnlState.ResumeLayout(false); this.PnlState.PerformLayout(); this.MenuForm.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private ryControls.RyComboBox CbbMatch; private ryControls.TextBoxEx2 TxtSearch; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel PnlState; private System.Windows.Forms.Label label1; private ryControls.TextBoxEx2 TxtFtpPath; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ContextMenuStrip MenuForm; private System.Windows.Forms.ToolStripMenuItem 重命名ToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 刷新列表ToolStripMenuItem; public BrightIdeasSoftware.FastObjectListView objectListView1; private ryControls.ButtonEx BtnMustUpdate; private BrightIdeasSoftware.OLVColumn OlvFileName; private BrightIdeasSoftware.OLVColumn OlvFileSize; private BrightIdeasSoftware.OLVColumn OlvFileType; private BrightIdeasSoftware.OLVColumn OlvLastWriteTime; private System.Windows.Forms.ImageList imageListSmall; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private ryControls.Controls.LableX label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 打开同位置本地文件ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 查看历史记录ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 下载选定文件到对应目录ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除选定文件ToolStripMenuItem; private System.Windows.Forms.Button BtnUp; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem 复制选定文件名ToolStripMenuItem; } }