|
|
@ -62,7 +62,7 @@ |
|
|
|
this.tlbOutPut.Image = ((System.Drawing.Image)(resources.GetObject("tlbOutPut.Image"))); |
|
|
|
this.tlbOutPut.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbOutPut.Name = "tlbOutPut"; |
|
|
|
this.tlbOutPut.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbOutPut.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbOutPut.Text = "导出"; |
|
|
|
this.tlbOutPut.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbOutPut.Click += new System.EventHandler(this.tlbOutPut_Click); |
|
|
@ -83,7 +83,7 @@ |
|
|
|
this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
|
this.txtCode.Location = new System.Drawing.Point(682, 8); |
|
|
|
this.txtCode.Name = "txtCode"; |
|
|
|
this.txtCode.Size = new System.Drawing.Size(111, 28); |
|
|
|
this.txtCode.Size = new System.Drawing.Size(111, 21); |
|
|
|
this.txtCode.TabIndex = 13; |
|
|
|
this.txtCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown); |
|
|
|
//
|
|
|
@ -92,7 +92,7 @@ |
|
|
|
this.tlbExit.Image = ((System.Drawing.Image)(resources.GetObject("tlbExit.Image"))); |
|
|
|
this.tlbExit.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbExit.Name = "tlbExit"; |
|
|
|
this.tlbExit.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbExit.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbExit.Text = "关闭"; |
|
|
|
this.tlbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbExit.Click += new System.EventHandler(this.tlbExit_Click); |
|
|
@ -104,13 +104,13 @@ |
|
|
|
this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None; |
|
|
|
this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.dgrdView.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.dgrdView.Location = new System.Drawing.Point(0, 55); |
|
|
|
this.dgrdView.Location = new System.Drawing.Point(0, 40); |
|
|
|
this.dgrdView.MultiSelect = false; |
|
|
|
this.dgrdView.Name = "dgrdView"; |
|
|
|
this.dgrdView.ReadOnly = true; |
|
|
|
this.dgrdView.RowTemplate.Height = 23; |
|
|
|
this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.dgrdView.Size = new System.Drawing.Size(881, 480); |
|
|
|
this.dgrdView.Size = new System.Drawing.Size(881, 497); |
|
|
|
this.dgrdView.TabIndex = 15; |
|
|
|
this.dgrdView.DoubleClick += new System.EventHandler(this.dgrdView_DoubleClick); |
|
|
|
//
|
|
|
@ -125,14 +125,13 @@ |
|
|
|
this.tlbInput.Image = ((System.Drawing.Image)(resources.GetObject("tlbInput.Image"))); |
|
|
|
this.tlbInput.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbInput.Name = "tlbInput"; |
|
|
|
this.tlbInput.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbInput.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbInput.Text = "导入"; |
|
|
|
this.tlbInput.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbInput.Click += new System.EventHandler(this.tlbInput_Click); |
|
|
|
//
|
|
|
|
// toolStrip1
|
|
|
|
//
|
|
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); |
|
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
|
|
this.tlbAdd, |
|
|
|
this.tlbAddCopy, |
|
|
@ -153,7 +152,7 @@ |
|
|
|
this.toolStrip1.Name = "toolStrip1"; |
|
|
|
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 200, 0); |
|
|
|
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; |
|
|
|
this.toolStrip1.Size = new System.Drawing.Size(881, 55); |
|
|
|
this.toolStrip1.Size = new System.Drawing.Size(881, 40); |
|
|
|
this.toolStrip1.TabIndex = 14; |
|
|
|
this.toolStrip1.Text = "toolStrip1"; |
|
|
|
//
|
|
|
@ -162,7 +161,7 @@ |
|
|
|
this.tlbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tlbAdd.Image"))); |
|
|
|
this.tlbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbAdd.Name = "tlbAdd"; |
|
|
|
this.tlbAdd.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbAdd.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbAdd.Text = "新增"; |
|
|
|
this.tlbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbAdd.Click += new System.EventHandler(this.tlbAdd_Click); |
|
|
@ -172,7 +171,7 @@ |
|
|
|
this.tlbAddCopy.Image = ((System.Drawing.Image)(resources.GetObject("tlbAddCopy.Image"))); |
|
|
|
this.tlbAddCopy.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbAddCopy.Name = "tlbAddCopy"; |
|
|
|
this.tlbAddCopy.Size = new System.Drawing.Size(86, 52); |
|
|
|
this.tlbAddCopy.Size = new System.Drawing.Size(60, 37); |
|
|
|
this.tlbAddCopy.Text = "复制新增"; |
|
|
|
this.tlbAddCopy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbAddCopy.Click += new System.EventHandler(this.tlbAddCopy_Click); |
|
|
@ -182,7 +181,7 @@ |
|
|
|
this.tlbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tlbEdit.Image"))); |
|
|
|
this.tlbEdit.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbEdit.Name = "tlbEdit"; |
|
|
|
this.tlbEdit.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbEdit.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbEdit.Text = "修改"; |
|
|
|
this.tlbEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbEdit.Click += new System.EventHandler(this.tlbEdit_Click); |
|
|
@ -192,7 +191,7 @@ |
|
|
|
this.tlbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tlbDelete.Image"))); |
|
|
|
this.tlbDelete.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbDelete.Name = "tlbDelete"; |
|
|
|
this.tlbDelete.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbDelete.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbDelete.Text = "删除"; |
|
|
|
this.tlbDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbDelete.Click += new System.EventHandler(this.tlbDelete_Click); |
|
|
@ -208,7 +207,7 @@ |
|
|
|
this.tlbFilter.Image = ((System.Drawing.Image)(resources.GetObject("tlbFilter.Image"))); |
|
|
|
this.tlbFilter.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbFilter.Name = "tlbFilter"; |
|
|
|
this.tlbFilter.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbFilter.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbFilter.Text = "查询"; |
|
|
|
this.tlbFilter.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbFilter.Click += new System.EventHandler(this.tlbFilter_Click); |
|
|
@ -219,7 +218,7 @@ |
|
|
|
this.tlbSelect.Image = ((System.Drawing.Image)(resources.GetObject("tlbSelect.Image"))); |
|
|
|
this.tlbSelect.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbSelect.Name = "tlbSelect"; |
|
|
|
this.tlbSelect.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbSelect.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbSelect.Text = "选择"; |
|
|
|
this.tlbSelect.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbSelect.Click += new System.EventHandler(this.tlbSelect_Click); |
|
|
@ -229,7 +228,7 @@ |
|
|
|
this.tlbRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tlbRefresh.Image"))); |
|
|
|
this.tlbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbRefresh.Name = "tlbRefresh"; |
|
|
|
this.tlbRefresh.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbRefresh.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbRefresh.Text = "刷新"; |
|
|
|
this.tlbRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbRefresh.Click += new System.EventHandler(this.tlbRefresh_Click); |
|
|
@ -245,7 +244,7 @@ |
|
|
|
this.tlbSet.Image = ((System.Drawing.Image)(resources.GetObject("tlbSet.Image"))); |
|
|
|
this.tlbSet.ImageTransparentColor = System.Drawing.Color.Magenta; |
|
|
|
this.tlbSet.Name = "tlbSet"; |
|
|
|
this.tlbSet.Size = new System.Drawing.Size(50, 52); |
|
|
|
this.tlbSet.Size = new System.Drawing.Size(36, 37); |
|
|
|
this.tlbSet.Text = "设置"; |
|
|
|
this.tlbSet.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; |
|
|
|
this.tlbSet.Click += new System.EventHandler(this.tlbSet_Click); |
|
|
@ -261,29 +260,28 @@ |
|
|
|
this.pageBar.CountItem = null; |
|
|
|
this.pageBar.DeleteItem = null; |
|
|
|
this.pageBar.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
|
|
this.pageBar.ImageScalingSize = new System.Drawing.Size(24, 24); |
|
|
|
this.pageBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
|
|
this.tlbAllCount}); |
|
|
|
this.pageBar.Location = new System.Drawing.Point(0, 535); |
|
|
|
this.pageBar.Location = new System.Drawing.Point(0, 537); |
|
|
|
this.pageBar.MoveFirstItem = null; |
|
|
|
this.pageBar.MoveLastItem = null; |
|
|
|
this.pageBar.MoveNextItem = null; |
|
|
|
this.pageBar.MovePreviousItem = null; |
|
|
|
this.pageBar.Name = "pageBar"; |
|
|
|
this.pageBar.PositionItem = null; |
|
|
|
this.pageBar.Size = new System.Drawing.Size(881, 27); |
|
|
|
this.pageBar.Size = new System.Drawing.Size(881, 25); |
|
|
|
this.pageBar.TabIndex = 18; |
|
|
|
this.pageBar.Text = "bindingNavigator1"; |
|
|
|
//
|
|
|
|
// tlbAllCount
|
|
|
|
//
|
|
|
|
this.tlbAllCount.Name = "tlbAllCount"; |
|
|
|
this.tlbAllCount.Size = new System.Drawing.Size(93, 24); |
|
|
|
this.tlbAllCount.Size = new System.Drawing.Size(63, 22); |
|
|
|
this.tlbAllCount.Text = "记录数:0"; |
|
|
|
//
|
|
|
|
// frmBaseMain
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.ClientSize = new System.Drawing.Size(881, 562); |
|
|
|
this.Controls.Add(this.dgrdView); |
|
|
|
this.Controls.Add(this.pageBar); |
|
|
|