### RaUI V4.0.2606.0401 - *.[新增]QuickWeb新增支持重试次数。 - *.[新增]RySetting类新增支持json格式设置存储和获取。 - *.[新增]RySetting类新增支持读取设置到内存,然后按配置名称读取。 - *.[新增]新增SuperFileSearch类,文件查找。 - *.[新增]QuickWeb新增CurPageUrl属性。 - *.[新增]HardWare新增支持获取显示器信息。 - *.[新增]HardWare新增GetWMI函数。 - *.[改进]QuickWeb类的UA从IE改为Edge。 - *.[改进]Hosts类IP与域名分隔符从\t改为三个空格。 - *.[改进]RyImage的CropOrFill函数,如果输入的长宽比例与原图一致,则返回原图的副本而不是原图。 - *.[改进]RySoft类的CompareVer函数支持特殊格式的版本号。 - *.[改进]QuickWeb的ConvertUrl函数新增支持自动从CurPageUrl获取。 - *.[改进]DateDiff函数对时间差异小于等于10秒的,自动加上毫秒数据。 - *.[修复]修复ObjectListView控件的AspectGetter方法可能调用null对象的问题。 - *.[修复]修复日期选择控件在获取节假日数据时,会因为节假日文件夹无法访问而报错的问题。 - *.[修复]修复某些情况下剪切板权限问题导致ObjectListView控件报错。 - *.[修复]修复RyImage的CropOrFill函数图片比例不一致时,也是返回原图副本的BUG。 ### Itrycn_Project2 V1.0.2606.0401 - *.[改进]将公共调用,无需新增内容的部分代码,改到Public文件夹下
232 lines
12 KiB
C#
232 lines
12 KiB
C#
namespace Itrycn_Project2.DbOp
|
|
{
|
|
partial class FrmView
|
|
{
|
|
/// <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();
|
|
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.修改数据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.btnAdd = new ryControls.ButtonEx();
|
|
this.LvCbResult = new BrightIdeasSoftware.FastObjectListView();
|
|
this.OlvName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvAddTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LvCbResult)).BeginInit();
|
|
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, 30);
|
|
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);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.复制并添加数据ToolStripMenuItem,
|
|
this.添加数据ToolStripMenuItem,
|
|
this.修改数据ToolStripMenuItem,
|
|
this.删除数据ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(161, 92);
|
|
//
|
|
// 复制并添加数据ToolStripMenuItem
|
|
//
|
|
this.复制并添加数据ToolStripMenuItem.Name = "复制并添加数据ToolStripMenuItem";
|
|
this.复制并添加数据ToolStripMenuItem.Size = new System.Drawing.Size(160, 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(160, 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(160, 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(160, 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.Location = new System.Drawing.Point(12, 637);
|
|
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(978, 30);
|
|
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(910, 30);
|
|
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);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAdd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.btnAdd.Location = new System.Drawing.Point(842, 30);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(62, 24);
|
|
this.btnAdd.TabIndex = 38;
|
|
this.btnAdd.Text = "添加";
|
|
this.btnAdd.UseVisualStyleBackColor = true;
|
|
this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
|
|
//
|
|
// LvCbResult
|
|
//
|
|
this.LvCbResult.AllColumns.Add(this.OlvName);
|
|
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.OlvAddTime});
|
|
this.LvCbResult.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.LvCbResult.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.LvCbResult.EmptyListMsg = "当前列表没有任何项";
|
|
this.LvCbResult.FullRowSelect = true;
|
|
this.LvCbResult.HideSelection = false;
|
|
this.LvCbResult.IsSearchOnSortColumn = false;
|
|
this.LvCbResult.Location = new System.Drawing.Point(12, 60);
|
|
this.LvCbResult.Name = "LvCbResult";
|
|
this.LvCbResult.RowHeight = 25;
|
|
this.LvCbResult.ShowGroups = false;
|
|
this.LvCbResult.ShowItemToolTips = true;
|
|
this.LvCbResult.Size = new System.Drawing.Size(1028, 575);
|
|
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.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.LvCbResult_MouseDoubleClick);
|
|
//
|
|
// OlvName
|
|
//
|
|
this.OlvName.Text = "名称";
|
|
this.OlvName.Width = 200;
|
|
//
|
|
// OlvAddTime
|
|
//
|
|
this.OlvAddTime.Text = "时间";
|
|
this.OlvAddTime.Width = 200;
|
|
//
|
|
// FrmView
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1052, 667);
|
|
this.Controls.Add(this.LvCbResult);
|
|
this.Controls.Add(this.btnDel);
|
|
this.Controls.Add(this.btnEdit);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.ctlMyPage1);
|
|
this.Controls.Add(this.rySearch1);
|
|
this.Location = new System.Drawing.Point(0, 0);
|
|
this.Name = "FrmView";
|
|
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();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.rySearch rySearch1;
|
|
private MyPage.ctlMyPage ctlMyPage1;
|
|
private ryControls.ButtonEx btnDel;
|
|
private ryControls.ButtonEx btnEdit;
|
|
private ryControls.ButtonEx btnAdd;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 添加数据ToolStripMenuItem;
|
|
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 System.Windows.Forms.ToolStripMenuItem 复制并添加数据ToolStripMenuItem;
|
|
}
|
|
} |