### MyHouse V1.0.2502.0801 - *.[新增]适配新版接口。 ### SmartHouseAPI V1.0.2502.0801 - *.[新增]支持Docker部署,支持NAS。
501 lines
26 KiB
C#
501 lines
26 KiB
C#
namespace MyHouse.DbOp
|
|
{
|
|
partial class FrmLocationView
|
|
{
|
|
/// <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.OlvSN = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvDes = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.OlvAddTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.TxtDes = new ryControls.TextBoxEx2();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.TxtAddTime = new ryControls.TextBoxEx2();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.TxtEditTime = new ryControls.TextBoxEx2();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.PicLogo = new System.Windows.Forms.PictureBox();
|
|
this.TxtName = new ryControls.TextBoxEx2();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LvCbResult)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PicLogo)).BeginInit();
|
|
this.contextMenuStrip2.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, 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, 618);
|
|
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(843, 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(775, 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(707, 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.OlvSN);
|
|
this.LvCbResult.AllColumns.Add(this.OlvName);
|
|
this.LvCbResult.AllColumns.Add(this.OlvDes);
|
|
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.OlvSN,
|
|
this.OlvName,
|
|
this.OlvDes,
|
|
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.Location = new System.Drawing.Point(3, 3);
|
|
this.LvCbResult.Name = "LvCbResult";
|
|
this.LvCbResult.RowHeight = 25;
|
|
this.LvCbResult.ShowGroups = false;
|
|
this.LvCbResult.ShowItemToolTips = true;
|
|
this.LvCbResult.Size = new System.Drawing.Size(622, 549);
|
|
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);
|
|
//
|
|
// OlvSN
|
|
//
|
|
this.OlvSN.Text = "编号";
|
|
//
|
|
// OlvName
|
|
//
|
|
this.OlvName.Text = "名称";
|
|
this.OlvName.Width = 170;
|
|
//
|
|
// OlvDes
|
|
//
|
|
this.OlvDes.Text = "备注";
|
|
this.OlvDes.Width = 200;
|
|
//
|
|
// OlvAddTime
|
|
//
|
|
this.OlvAddTime.Text = "时间";
|
|
this.OlvAddTime.Width = 170;
|
|
//
|
|
// 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.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.splitContainer1.Location = new System.Drawing.Point(12, 60);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.LvCbResult);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.TxtDes);
|
|
this.splitContainer1.Panel2.Controls.Add(this.label1);
|
|
this.splitContainer1.Panel2.Controls.Add(this.TxtAddTime);
|
|
this.splitContainer1.Panel2.Controls.Add(this.label8);
|
|
this.splitContainer1.Panel2.Controls.Add(this.TxtEditTime);
|
|
this.splitContainer1.Panel2.Controls.Add(this.label7);
|
|
this.splitContainer1.Panel2.Controls.Add(this.PicLogo);
|
|
this.splitContainer1.Panel2.Controls.Add(this.TxtName);
|
|
this.splitContainer1.Panel2.Controls.Add(this.label2);
|
|
this.splitContainer1.Size = new System.Drawing.Size(893, 556);
|
|
this.splitContainer1.SplitterDistance = 628;
|
|
this.splitContainer1.TabIndex = 86;
|
|
//
|
|
// TxtDes
|
|
//
|
|
this.TxtDes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtDes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.TxtDes.EmptyText = "";
|
|
this.TxtDes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(185)))), ((int)(((byte)(200)))));
|
|
this.TxtDes.Location = new System.Drawing.Point(3, 152);
|
|
this.TxtDes.MaxLength = 999999999;
|
|
this.TxtDes.Multiline = true;
|
|
this.TxtDes.Name = "TxtDes";
|
|
this.TxtDes.OnlyNumeric = false;
|
|
this.TxtDes.PasswordChar = '\0';
|
|
this.TxtDes.ReadOnly = true;
|
|
this.TxtDes.SelectedText = "";
|
|
this.TxtDes.SelectionLength = 0;
|
|
this.TxtDes.SelectionStart = 0;
|
|
this.TxtDes.Size = new System.Drawing.Size(255, 90);
|
|
this.TxtDes.TabIndex = 30;
|
|
this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtDes.ToolTip = "";
|
|
this.TxtDes.WordWrap = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Location = new System.Drawing.Point(3, 138);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 29;
|
|
this.label1.Text = "备注";
|
|
//
|
|
// TxtAddTime
|
|
//
|
|
this.TxtAddTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtAddTime.BackColor = System.Drawing.Color.White;
|
|
this.TxtAddTime.EmptyText = "";
|
|
this.TxtAddTime.Location = new System.Drawing.Point(3, 109);
|
|
this.TxtAddTime.MaxLength = 999999999;
|
|
this.TxtAddTime.Multiline = false;
|
|
this.TxtAddTime.Name = "TxtAddTime";
|
|
this.TxtAddTime.OnlyNumeric = false;
|
|
this.TxtAddTime.PasswordChar = '\0';
|
|
this.TxtAddTime.ReadOnly = true;
|
|
this.TxtAddTime.SelectedText = "";
|
|
this.TxtAddTime.SelectionLength = 0;
|
|
this.TxtAddTime.SelectionStart = 0;
|
|
this.TxtAddTime.Size = new System.Drawing.Size(255, 26);
|
|
this.TxtAddTime.TabIndex = 28;
|
|
this.TxtAddTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtAddTime.ToolTip = "";
|
|
this.TxtAddTime.WordWrap = true;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.BackColor = System.Drawing.Color.Transparent;
|
|
this.label8.Location = new System.Drawing.Point(3, 93);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(77, 12);
|
|
this.label8.TabIndex = 27;
|
|
this.label8.Text = "记录添加时间";
|
|
//
|
|
// TxtEditTime
|
|
//
|
|
this.TxtEditTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtEditTime.BackColor = System.Drawing.Color.White;
|
|
this.TxtEditTime.EmptyText = "";
|
|
this.TxtEditTime.Location = new System.Drawing.Point(3, 64);
|
|
this.TxtEditTime.MaxLength = 999999999;
|
|
this.TxtEditTime.Multiline = false;
|
|
this.TxtEditTime.Name = "TxtEditTime";
|
|
this.TxtEditTime.OnlyNumeric = false;
|
|
this.TxtEditTime.PasswordChar = '\0';
|
|
this.TxtEditTime.ReadOnly = true;
|
|
this.TxtEditTime.SelectedText = "";
|
|
this.TxtEditTime.SelectionLength = 0;
|
|
this.TxtEditTime.SelectionStart = 0;
|
|
this.TxtEditTime.Size = new System.Drawing.Size(255, 26);
|
|
this.TxtEditTime.TabIndex = 26;
|
|
this.TxtEditTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtEditTime.ToolTip = "";
|
|
this.TxtEditTime.WordWrap = true;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.BackColor = System.Drawing.Color.Transparent;
|
|
this.label7.Location = new System.Drawing.Point(3, 49);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(77, 12);
|
|
this.label7.TabIndex = 25;
|
|
this.label7.Text = "记录更新时间";
|
|
//
|
|
// PicLogo
|
|
//
|
|
this.PicLogo.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.PicLogo.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.PicLogo.Location = new System.Drawing.Point(3, 248);
|
|
this.PicLogo.Name = "PicLogo";
|
|
this.PicLogo.Size = new System.Drawing.Size(255, 302);
|
|
this.PicLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.PicLogo.TabIndex = 24;
|
|
this.PicLogo.TabStop = false;
|
|
this.PicLogo.Click += new System.EventHandler(this.PicLogo_Click);
|
|
//
|
|
// TxtName
|
|
//
|
|
this.TxtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtName.BackColor = System.Drawing.Color.White;
|
|
this.TxtName.EmptyText = "";
|
|
this.TxtName.Location = new System.Drawing.Point(3, 20);
|
|
this.TxtName.MaxLength = 999999999;
|
|
this.TxtName.Multiline = false;
|
|
this.TxtName.Name = "TxtName";
|
|
this.TxtName.OnlyNumeric = false;
|
|
this.TxtName.PasswordChar = '\0';
|
|
this.TxtName.ReadOnly = true;
|
|
this.TxtName.SelectedText = "";
|
|
this.TxtName.SelectionLength = 0;
|
|
this.TxtName.SelectionStart = 0;
|
|
this.TxtName.Size = new System.Drawing.Size(255, 26);
|
|
this.TxtName.TabIndex = 19;
|
|
this.TxtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtName.ToolTip = "";
|
|
this.TxtName.WordWrap = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Location = new System.Drawing.Point(3, 5);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(29, 12);
|
|
this.label2.TabIndex = 18;
|
|
this.label2.Text = "名称";
|
|
//
|
|
// contextMenuStrip2
|
|
//
|
|
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1,
|
|
this.toolStripMenuItem2,
|
|
this.toolStripMenuItem3,
|
|
this.toolStripMenuItem4});
|
|
this.contextMenuStrip2.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip2.Size = new System.Drawing.Size(181, 114);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
|
this.toolStripMenuItem1.Text = "复制并添加数据";
|
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.复制并添加数据ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
|
|
this.toolStripMenuItem2.Text = "添加数据";
|
|
this.toolStripMenuItem2.Click += new System.EventHandler(this.添加数据ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem3
|
|
//
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(180, 22);
|
|
this.toolStripMenuItem3.Text = "修改数据";
|
|
this.toolStripMenuItem3.Click += new System.EventHandler(this.修改数据ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem4
|
|
//
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(180, 22);
|
|
this.toolStripMenuItem4.Text = "删除数据";
|
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.删除数据ToolStripMenuItem_Click);
|
|
//
|
|
// FrmLocationView
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(917, 648);
|
|
this.Controls.Add(this.splitContainer1);
|
|
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 = "FrmLocationView";
|
|
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.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.PicLogo)).EndInit();
|
|
this.contextMenuStrip2.ResumeLayout(false);
|
|
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;
|
|
private BrightIdeasSoftware.OLVColumn OlvDes;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private ryControls.TextBoxEx2 TxtName;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.PictureBox PicLogo;
|
|
private ryControls.TextBoxEx2 TxtDes;
|
|
private System.Windows.Forms.Label label1;
|
|
private ryControls.TextBoxEx2 TxtAddTime;
|
|
private System.Windows.Forms.Label label8;
|
|
private ryControls.TextBoxEx2 TxtEditTime;
|
|
private System.Windows.Forms.Label label7;
|
|
private BrightIdeasSoftware.OLVColumn OlvSN;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
|
}
|
|
} |