From b7b06604c4057163332b4017e02fe38bb40f51e4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 03 十二月 2024 21:46:00 +0800 Subject: [PATCH] 修改了初始化 --- DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs index 04e8be1..814ea0f 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_MesSysPageview.Designer.cs @@ -76,7 +76,7 @@ // this.lb_pageStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_pageStatus.Appearance.Options.UseFont = true; - this.lb_pageStatus.Location = new System.Drawing.Point(464, 102); + this.lb_pageStatus.Location = new System.Drawing.Point(471, 102); this.lb_pageStatus.Name = "lb_pageStatus"; this.lb_pageStatus.Size = new System.Drawing.Size(34, 21); this.lb_pageStatus.TabIndex = 222; @@ -101,7 +101,7 @@ // this.lb_pageIdx.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_pageIdx.Appearance.Options.UseFont = true; - this.lb_pageIdx.Location = new System.Drawing.Point(464, 61); + this.lb_pageIdx.Location = new System.Drawing.Point(471, 61); this.lb_pageIdx.Name = "lb_pageIdx"; this.lb_pageIdx.Size = new System.Drawing.Size(34, 21); this.lb_pageIdx.TabIndex = 219; @@ -125,7 +125,7 @@ // this.lb_pageGroup.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_pageGroup.Appearance.Options.UseFont = true; - this.lb_pageGroup.Location = new System.Drawing.Point(464, 20); + this.lb_pageGroup.Location = new System.Drawing.Point(471, 20); this.lb_pageGroup.Name = "lb_pageGroup"; this.lb_pageGroup.Size = new System.Drawing.Size(34, 21); this.lb_pageGroup.TabIndex = 217; @@ -325,7 +325,6 @@ this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; - this.pageBar1.RowsCount = 50; this.pageBar1.Size = new System.Drawing.Size(1126, 39); this.pageBar1.TabIndex = 3; this.pageBar1.TotalPages = 0; -- Gitblit v1.9.3