2023-02-21 01:46:13 +00:00
|
|
|
|
namespace GameBackup3H3.DbOp
|
|
|
|
|
{
|
|
|
|
|
partial class FrmHistoryView
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHistoryView));
|
|
|
|
|
this.rySearch1 = new ryControls.rySearch();
|
|
|
|
|
this.contextMenuStrip1 = 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.OlvSize = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
|
|
|
this.BtnPrev = new ryControls.ButtonEx();
|
|
|
|
|
this.BtnNext = new ryControls.ButtonEx();
|
|
|
|
|
this.scintillaDiffControl1 = new ScintillaDiff.ScintillaDiffControl();
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
2023-02-21 01:46:13 +00:00
|
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LvCbResult)).BeginInit();
|
2024-12-20 00:14:33 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
|
|
this.splitContainer1.SuspendLayout();
|
2023-02-21 01:46:13 +00:00
|
|
|
|
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(186, 24);
|
|
|
|
|
this.rySearch1.TabIndex = 28;
|
|
|
|
|
this.rySearch1.OnSearch += new System.EventHandler(this.RySearch1_OnSearch);
|
|
|
|
|
//
|
|
|
|
|
// contextMenuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.修改数据ToolStripMenuItem,
|
|
|
|
|
this.删除数据ToolStripMenuItem});
|
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
|
|
this.contextMenuStrip1.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)));
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.ctlMyPage1.Location = new System.Drawing.Point(12, 670);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
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)))));
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.btnDel.Location = new System.Drawing.Point(995, 5);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
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)))));
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.btnEdit.Location = new System.Drawing.Point(927, 5);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
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.OlvSize);
|
|
|
|
|
this.LvCbResult.CellEditUseWholeCell = false;
|
|
|
|
|
this.LvCbResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.OlvName,
|
|
|
|
|
this.OlvSize});
|
|
|
|
|
this.LvCbResult.ContextMenuStrip = this.contextMenuStrip1;
|
|
|
|
|
this.LvCbResult.Cursor = System.Windows.Forms.Cursors.Default;
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.LvCbResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
2023-02-21 01:46:13 +00:00
|
|
|
|
this.LvCbResult.EmptyListMsg = "当前文件没有存在历史记录";
|
|
|
|
|
this.LvCbResult.FullRowSelect = true;
|
|
|
|
|
this.LvCbResult.HideSelection = false;
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.LvCbResult.Location = new System.Drawing.Point(0, 0);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
this.LvCbResult.Name = "LvCbResult";
|
|
|
|
|
this.LvCbResult.RowHeight = 25;
|
|
|
|
|
this.LvCbResult.ShowGroups = false;
|
|
|
|
|
this.LvCbResult.ShowItemToolTips = true;
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.LvCbResult.Size = new System.Drawing.Size(214, 633);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
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.SelectionChanged += new System.EventHandler(this.LvCbResult_SelectionChanged);
|
|
|
|
|
this.LvCbResult.DoubleClick += new System.EventHandler(this.LvCbResult_DoubleClick);
|
|
|
|
|
//
|
|
|
|
|
// OlvName
|
|
|
|
|
//
|
|
|
|
|
this.OlvName.Text = "名称";
|
|
|
|
|
this.OlvName.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// OlvSize
|
|
|
|
|
//
|
|
|
|
|
this.OlvSize.Text = "字数";
|
|
|
|
|
this.OlvSize.Width = 70;
|
|
|
|
|
//
|
|
|
|
|
// BtnPrev
|
|
|
|
|
//
|
|
|
|
|
this.BtnPrev.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
|
|
|
this.BtnPrev.Enabled = false;
|
|
|
|
|
this.BtnPrev.Location = new System.Drawing.Point(204, 5);
|
|
|
|
|
this.BtnPrev.Name = "BtnPrev";
|
|
|
|
|
this.BtnPrev.Size = new System.Drawing.Size(62, 24);
|
|
|
|
|
this.BtnPrev.TabIndex = 87;
|
|
|
|
|
this.BtnPrev.Text = "上一处";
|
|
|
|
|
this.BtnPrev.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BtnPrev.Click += new System.EventHandler(this.BtnPrev_Click);
|
|
|
|
|
//
|
|
|
|
|
// BtnNext
|
|
|
|
|
//
|
|
|
|
|
this.BtnNext.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
|
|
|
this.BtnNext.Enabled = false;
|
|
|
|
|
this.BtnNext.Location = new System.Drawing.Point(272, 5);
|
|
|
|
|
this.BtnNext.Name = "BtnNext";
|
|
|
|
|
this.BtnNext.Size = new System.Drawing.Size(62, 24);
|
|
|
|
|
this.BtnNext.TabIndex = 88;
|
|
|
|
|
this.BtnNext.Text = "下一处";
|
|
|
|
|
this.BtnNext.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BtnNext.Click += new System.EventHandler(this.BtnNext_Click);
|
|
|
|
|
//
|
|
|
|
|
// scintillaDiffControl1
|
|
|
|
|
//
|
|
|
|
|
this.scintillaDiffControl1.AddedCharacterSymbol = '+';
|
|
|
|
|
this.scintillaDiffControl1.CharacterComparison = false;
|
|
|
|
|
this.scintillaDiffControl1.CharacterComparisonMarkAddRemove = false;
|
|
|
|
|
this.scintillaDiffControl1.DiffColorAdded = System.Drawing.Color.FromArgb(((int)(((byte)(212)))), ((int)(((byte)(242)))), ((int)(((byte)(196)))));
|
|
|
|
|
this.scintillaDiffControl1.DiffColorChangeBackground = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(255)))), ((int)(((byte)(140)))));
|
|
|
|
|
this.scintillaDiffControl1.DiffColorCharAdded = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(234)))), ((int)(((byte)(111)))));
|
|
|
|
|
this.scintillaDiffControl1.DiffColorCharDeleted = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
|
|
|
|
|
this.scintillaDiffControl1.DiffColorDeleted = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
|
|
|
this.scintillaDiffControl1.DiffStyle = ScintillaDiff.ScintillaDiffStyles.DiffStyle.DiffSideBySide;
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.scintillaDiffControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
2023-02-21 01:46:13 +00:00
|
|
|
|
this.scintillaDiffControl1.ImageRowAdded = ((System.Drawing.Bitmap)(resources.GetObject("scintillaDiffControl1.ImageRowAdded")));
|
|
|
|
|
this.scintillaDiffControl1.ImageRowAddedScintillaIndex = 28;
|
|
|
|
|
this.scintillaDiffControl1.ImageRowDeleted = ((System.Drawing.Bitmap)(resources.GetObject("scintillaDiffControl1.ImageRowDeleted")));
|
|
|
|
|
this.scintillaDiffControl1.ImageRowDeletedScintillaIndex = 29;
|
|
|
|
|
this.scintillaDiffControl1.ImageRowDiff = ((System.Drawing.Bitmap)(resources.GetObject("scintillaDiffControl1.ImageRowDiff")));
|
|
|
|
|
this.scintillaDiffControl1.ImageRowDiffScintillaIndex = 31;
|
|
|
|
|
this.scintillaDiffControl1.ImageRowOk = ((System.Drawing.Bitmap)(resources.GetObject("scintillaDiffControl1.ImageRowOk")));
|
|
|
|
|
this.scintillaDiffControl1.ImageRowOkScintillaIndex = 30;
|
|
|
|
|
this.scintillaDiffControl1.IsEntireLineHighlighted = false;
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.scintillaDiffControl1.Location = new System.Drawing.Point(0, 0);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
this.scintillaDiffControl1.MarkColorIndexModifiedBackground = 31;
|
|
|
|
|
this.scintillaDiffControl1.MarkColorIndexRemovedOrAdded = 30;
|
|
|
|
|
this.scintillaDiffControl1.Name = "scintillaDiffControl1";
|
|
|
|
|
this.scintillaDiffControl1.RemovedCharacterSymbol = '-';
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.scintillaDiffControl1.Size = new System.Drawing.Size(827, 633);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
this.scintillaDiffControl1.TabIndex = 86;
|
|
|
|
|
this.scintillaDiffControl1.TextLeft = "";
|
|
|
|
|
this.scintillaDiffControl1.TextRight = "";
|
|
|
|
|
this.scintillaDiffControl1.TitleLeft = "当前编辑器文本";
|
|
|
|
|
this.scintillaDiffControl1.TitleRight = "历史记录文本";
|
|
|
|
|
this.scintillaDiffControl1.TitleVisible = true;
|
|
|
|
|
this.scintillaDiffControl1.UseRowOkSign = false;
|
|
|
|
|
//
|
2024-12-20 00:14:33 +00:00
|
|
|
|
// splitContainer1
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 35);
|
|
|
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
|
|
|
//
|
|
|
|
|
// splitContainer1.Panel1
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.LvCbResult);
|
|
|
|
|
//
|
|
|
|
|
// splitContainer1.Panel2
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.scintillaDiffControl1);
|
|
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(1045, 633);
|
|
|
|
|
this.splitContainer1.SplitterDistance = 214;
|
|
|
|
|
this.splitContainer1.TabIndex = 89;
|
|
|
|
|
//
|
2023-02-21 01:46:13 +00:00
|
|
|
|
// FrmHistoryView
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(1069, 697);
|
|
|
|
|
this.Controls.Add(this.splitContainer1);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
this.Controls.Add(this.BtnNext);
|
|
|
|
|
this.Controls.Add(this.BtnPrev);
|
|
|
|
|
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 = "FrmHistoryView";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
this.Text = "浏览";
|
|
|
|
|
this.Load += new System.EventHandler(this.FrmView_Load);
|
|
|
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LvCbResult)).EndInit();
|
2024-12-20 00:14:33 +00:00
|
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
|
|
this.splitContainer1.ResumeLayout(false);
|
2023-02-21 01:46:13 +00:00
|
|
|
|
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 contextMenuStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem 修改数据ToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem 删除数据ToolStripMenuItem;
|
|
|
|
|
private BrightIdeasSoftware.FastObjectListView LvCbResult;
|
|
|
|
|
private BrightIdeasSoftware.OLVColumn OlvName;
|
|
|
|
|
private BrightIdeasSoftware.OLVColumn OlvSize;
|
|
|
|
|
private ScintillaDiff.ScintillaDiffControl scintillaDiffControl1;
|
|
|
|
|
private ryControls.ButtonEx BtnPrev;
|
|
|
|
|
private ryControls.ButtonEx BtnNext;
|
2024-12-20 00:14:33 +00:00
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
2023-02-21 01:46:13 +00:00
|
|
|
|
}
|
|
|
|
|
}
|