namespace GameBackup3H3.DbOp
{
partial class FrmFavView
{
///
/// 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(FrmFavView));
this.rySearch1 = new ryControls.rySearch();
this.MenuFav = new System.Windows.Forms.ContextMenuStrip(this.components);
this.修改数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ctlMyPage1 = new MyPage.ctlMyPage();
this.btnDel = new ryControls.ButtonEx();
this.btnEdit = new ryControls.ButtonEx();
this.LvCbResult = new BrightIdeasSoftware.FastObjectListView();
this.OlvName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.OlvFilePath = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.OlvAddTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.LvGroup = new BrightIdeasSoftware.FastObjectListView();
this.OlvGroupName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.MenuFavGroup = new System.Windows.Forms.ContextMenuStrip(this.components);
this.添加组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.打开本分组到编辑器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MenuFav.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LvCbResult)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LvGroup)).BeginInit();
this.MenuFavGroup.SuspendLayout();
this.SuspendLayout();
//
// rySearch1
//
this.rySearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.rySearch1.ButtonRoundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244)))));
this.rySearch1.EmptyText = "请输入搜索内容";
this.rySearch1.Location = new System.Drawing.Point(12, 5);
this.rySearch1.Name = "rySearch1";
this.rySearch1.Size = new System.Drawing.Size(329, 24);
this.rySearch1.TabIndex = 28;
this.rySearch1.OnSearch += new System.EventHandler(this.RySearch1_OnSearch);
//
// MenuFav
//
this.MenuFav.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.修改数据ToolStripMenuItem,
this.删除数据ToolStripMenuItem});
this.MenuFav.Name = "contextMenuStrip1";
this.MenuFav.Size = new System.Drawing.Size(125, 48);
//
// 修改数据ToolStripMenuItem
//
this.修改数据ToolStripMenuItem.Name = "修改数据ToolStripMenuItem";
this.修改数据ToolStripMenuItem.Size = new System.Drawing.Size(124, 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(124, 22);
this.删除数据ToolStripMenuItem.Text = "删除数据";
this.删除数据ToolStripMenuItem.Click += new System.EventHandler(this.删除数据ToolStripMenuItem_Click);
//
// ctlMyPage1
//
this.ctlMyPage1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.ctlMyPage1.CountSQL = "";
this.ctlMyPage1.db = null;
this.ctlMyPage1.Location = new System.Drawing.Point(12, 644);
this.ctlMyPage1.Multithreading = false;
this.ctlMyPage1.Name = "ctlMyPage1";
this.ctlMyPage1.PageSize = 50;
this.ctlMyPage1.RecordCount = 0;
this.ctlMyPage1.Size = new System.Drawing.Size(506, 26);
this.ctlMyPage1.SQLText = "";
this.ctlMyPage1.SQLText2 = "";
this.ctlMyPage1.T_FirstCaption = "首页";
this.ctlMyPage1.T_LastCaption = "末页";
this.ctlMyPage1.T_NextCaption = "下一页";
this.ctlMyPage1.T_Parameters = null;
this.ctlMyPage1.T_PreCaption = "上一页";
this.ctlMyPage1.T_SkipCaption = "跳到";
this.ctlMyPage1.T_TipCaption = "{pageindex}/{pagecount} 页,共 {recordcount} 条记录,每页 {pagesize} 条";
this.ctlMyPage1.TabIndex = 30;
this.ctlMyPage1.OnPageChange += new System.EventHandler(this.CtlMyPage1_OnPageChange);
//
// btnDel
//
this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnDel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.btnDel.Location = new System.Drawing.Point(977, 5);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(62, 24);
this.btnDel.TabIndex = 40;
this.btnDel.Text = "删除";
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.BtnDel_Click);
//
// btnEdit
//
this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnEdit.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
this.btnEdit.Location = new System.Drawing.Point(909, 5);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(62, 24);
this.btnEdit.TabIndex = 39;
this.btnEdit.Text = "修改";
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.BtnEdit_Click);
//
// LvCbResult
//
this.LvCbResult.AllColumns.Add(this.OlvName);
this.LvCbResult.AllColumns.Add(this.OlvFilePath);
this.LvCbResult.AllColumns.Add(this.OlvAddTime);
this.LvCbResult.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.LvCbResult.CellEditUseWholeCell = false;
this.LvCbResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.OlvName,
this.OlvFilePath,
this.OlvAddTime});
this.LvCbResult.ContextMenuStrip = this.MenuFav;
this.LvCbResult.Cursor = System.Windows.Forms.Cursors.Default;
this.LvCbResult.EmptyListMsg = "当前列表没有任何项";
this.LvCbResult.FullRowSelect = true;
this.LvCbResult.HideSelection = false;
this.LvCbResult.Location = new System.Drawing.Point(191, 35);
this.LvCbResult.Name = "LvCbResult";
this.LvCbResult.ShowGroups = false;
this.LvCbResult.ShowItemToolTips = true;
this.LvCbResult.Size = new System.Drawing.Size(848, 607);
this.LvCbResult.TabIndex = 85;
this.LvCbResult.UseCompatibleStateImageBehavior = false;
this.LvCbResult.UseFiltering = true;
this.LvCbResult.View = System.Windows.Forms.View.Details;
this.LvCbResult.VirtualMode = true;
this.LvCbResult.DoubleClick += new System.EventHandler(this.LvCbResult_DoubleClick);
//
// OlvName
//
this.OlvName.Text = "名称";
this.OlvName.Width = 200;
//
// OlvFilePath
//
this.OlvFilePath.Text = "路径";
this.OlvFilePath.Width = 450;
//
// OlvAddTime
//
this.OlvAddTime.Text = "时间";
this.OlvAddTime.Width = 180;
//
// LvGroup
//
this.LvGroup.AllColumns.Add(this.OlvGroupName);
this.LvGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.LvGroup.CellEditUseWholeCell = false;
this.LvGroup.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.OlvGroupName});
this.LvGroup.ContextMenuStrip = this.MenuFavGroup;
this.LvGroup.Cursor = System.Windows.Forms.Cursors.Default;
this.LvGroup.EmptyListMsg = "当前列表没有任何项";
this.LvGroup.FullRowSelect = true;
this.LvGroup.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.LvGroup.HideSelection = false;
this.LvGroup.Location = new System.Drawing.Point(12, 35);
this.LvGroup.MultiSelect = false;
this.LvGroup.Name = "LvGroup";
this.LvGroup.ShowGroups = false;
this.LvGroup.ShowItemToolTips = true;
this.LvGroup.Size = new System.Drawing.Size(173, 607);
this.LvGroup.TabIndex = 86;
this.LvGroup.UnfocusedSelectedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.LvGroup.UseCompatibleStateImageBehavior = false;
this.LvGroup.UseFiltering = true;
this.LvGroup.View = System.Windows.Forms.View.Details;
this.LvGroup.VirtualMode = true;
this.LvGroup.SelectionChanged += new System.EventHandler(this.LvGroup_SelectionChanged);
//
// OlvGroupName
//
this.OlvGroupName.Text = "组名称";
this.OlvGroupName.Width = 160;
//
// MenuFavGroup
//
this.MenuFavGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.添加组ToolStripMenuItem,
this.修改组ToolStripMenuItem,
this.删除组ToolStripMenuItem,
this.toolStripMenuItem1,
this.打开本分组到编辑器ToolStripMenuItem});
this.MenuFavGroup.Name = "MenuFavGroup";
this.MenuFavGroup.Size = new System.Drawing.Size(185, 98);
//
// 添加组ToolStripMenuItem
//
this.添加组ToolStripMenuItem.Name = "添加组ToolStripMenuItem";
this.添加组ToolStripMenuItem.Size = new System.Drawing.Size(184, 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(184, 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(184, 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(181, 6);
//
// 打开本分组到编辑器ToolStripMenuItem
//
this.打开本分组到编辑器ToolStripMenuItem.Name = "打开本分组到编辑器ToolStripMenuItem";
this.打开本分组到编辑器ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.打开本分组到编辑器ToolStripMenuItem.Text = "打开本分组到编辑器";
this.打开本分组到编辑器ToolStripMenuItem.Click += new System.EventHandler(this.打开本分组到编辑器ToolStripMenuItem_Click);
//
// FrmFavView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1051, 674);
this.Controls.Add(this.LvGroup);
this.Controls.Add(this.LvCbResult);
this.Controls.Add(this.btnDel);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.ctlMyPage1);
this.Controls.Add(this.rySearch1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmFavView";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "浏览";
this.Load += new System.EventHandler(this.FrmView_Load);
this.MenuFav.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.LvCbResult)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LvGroup)).EndInit();
this.MenuFavGroup.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ryControls.rySearch rySearch1;
private MyPage.ctlMyPage ctlMyPage1;
private ryControls.ButtonEx btnDel;
private ryControls.ButtonEx btnEdit;
private System.Windows.Forms.ContextMenuStrip MenuFav;
private System.Windows.Forms.ToolStripMenuItem 修改数据ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除数据ToolStripMenuItem;
private BrightIdeasSoftware.FastObjectListView LvCbResult;
private BrightIdeasSoftware.OLVColumn OlvName;
private BrightIdeasSoftware.OLVColumn OlvAddTime;
private BrightIdeasSoftware.OLVColumn OlvFilePath;
private BrightIdeasSoftware.FastObjectListView LvGroup;
private BrightIdeasSoftware.OLVColumn OlvGroupName;
private System.Windows.Forms.ContextMenuStrip MenuFavGroup;
private System.Windows.Forms.ToolStripMenuItem 添加组ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改组ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除组ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 打开本分组到编辑器ToolStripMenuItem;
}
}