namespace Itrycn_Project2.DbOp { partial class FrmView { /// /// 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(); this.rySearch1 = new ryControls.rySearch(); this.table1 = new XPTable.Models.Table(); this.columnModel1 = new XPTable.Models.ColumnModel(); this.tableModel1 = new XPTable.Models.TableModel(); this.ctlMyPage1 = new MyPage.ctlMyPage(); this.btnDel = new ryControls.ButtonEx(); this.btnEdit = new ryControls.ButtonEx(); this.btnAdd = new ryControls.ButtonEx(); 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(); ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // rySearch1 // this.rySearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.rySearch1.EmptyText = "请输入搜索内容"; this.rySearch1.Location = new System.Drawing.Point(12, 12); 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); // // table1 // this.table1.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.table1.ColumnModel = this.columnModel1; this.table1.ContextMenuStrip = this.contextMenuStrip1; this.table1.EditStartAction = XPTable.Editors.EditStartAction.SingleClick; this.table1.EnableHeaderContextMenu = false; this.table1.EnableToolTips = true; this.table1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.table1.FullRowSelect = true; this.table1.GridColor = System.Drawing.Color.Silver; this.table1.GridLines = XPTable.Models.GridLines.Rows; this.table1.GridLineStyle = XPTable.Models.GridLineStyle.Dash; this.table1.HeaderFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.table1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.table1.Location = new System.Drawing.Point(12, 42); this.table1.Name = "table1"; this.table1.NoItemsText = "当前还没有任何数据"; this.table1.Size = new System.Drawing.Size(1028, 551); this.table1.TabIndex = 29; this.table1.TableModel = this.tableModel1; this.table1.Text = "table1"; this.table1.ToolTipShowAlways = true; // // tableModel1 // this.tableModel1.RowHeight = 25; // // 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, 595); 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.ForeColor = System.Drawing.Color.White; this.btnDel.Location = new System.Drawing.Point(978, 12); 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.ForeColor = System.Drawing.Color.White; this.btnEdit.Location = new System.Drawing.Point(910, 12); 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.ForeColor = System.Drawing.Color.White; this.btnAdd.Location = new System.Drawing.Point(842, 12); 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); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.添加数据ToolStripMenuItem, this.修改数据ToolStripMenuItem, this.删除数据ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 70); // // 添加数据ToolStripMenuItem // this.添加数据ToolStripMenuItem.Name = "添加数据ToolStripMenuItem"; this.添加数据ToolStripMenuItem.Size = new System.Drawing.Size(152, 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(152, 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(152, 22); this.删除数据ToolStripMenuItem.Text = "删除数据"; this.删除数据ToolStripMenuItem.Click += new System.EventHandler(this.删除数据ToolStripMenuItem_Click); // // FrmView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1052, 625); this.Controls.Add(this.btnDel); this.Controls.Add(this.btnEdit); this.Controls.Add(this.btnAdd); this.Controls.Add(this.ctlMyPage1); this.Controls.Add(this.table1); this.Controls.Add(this.rySearch1); this.Name = "FrmView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "浏览"; this.Load += new System.EventHandler(this.FrmView_Load); ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ryControls.rySearch rySearch1; private XPTable.Models.Table table1; private MyPage.ctlMyPage ctlMyPage1; private XPTable.Models.TableModel tableModel1; private XPTable.Models.ColumnModel columnModel1; 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; } }