|
@ -770,14 +770,13 @@ |
|
|
//
|
|
|
//
|
|
|
// btnEditProduct
|
|
|
// btnEditProduct
|
|
|
//
|
|
|
//
|
|
|
this.btnEditProduct.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.btnEditProduct.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
this.btnEditProduct.Image = global::QMAPP.WinForm.Resource1.edit; |
|
|
this.btnEditProduct.Image = global::QMAPP.WinForm.Resource1.edit; |
|
|
this.btnEditProduct.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
|
|
this.btnEditProduct.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
|
|
this.btnEditProduct.ImageTransparentColor = System.Drawing.Color.White; |
|
|
this.btnEditProduct.ImageTransparentColor = System.Drawing.Color.White; |
|
|
this.btnEditProduct.Name = "btnEditProduct"; |
|
|
this.btnEditProduct.Name = "btnEditProduct"; |
|
|
this.btnEditProduct.Size = new System.Drawing.Size(126, 67); |
|
|
this.btnEditProduct.Size = new System.Drawing.Size(126, 67); |
|
|
this.btnEditProduct.Text = "产品返修"; |
|
|
this.btnEditProduct.Text = "产品返修"; |
|
|
this.btnEditProduct.Visible = false; |
|
|
|
|
|
this.btnEditProduct.Click += new System.EventHandler(this.btnEditProduct_Click); |
|
|
this.btnEditProduct.Click += new System.EventHandler(this.btnEditProduct_Click); |
|
|
//
|
|
|
//
|
|
|
// btnRefresh
|
|
|
// btnRefresh
|
|
@ -1463,14 +1462,13 @@ |
|
|
//
|
|
|
//
|
|
|
// btnSignInfo
|
|
|
// btnSignInfo
|
|
|
//
|
|
|
//
|
|
|
this.btnSignInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
this.btnSignInfo.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
this.btnSignInfo.Image = global::QMAPP.WinForm.Resource1.edit; |
|
|
this.btnSignInfo.Image = global::QMAPP.WinForm.Resource1.edit; |
|
|
this.btnSignInfo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
|
|
this.btnSignInfo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; |
|
|
this.btnSignInfo.ImageTransparentColor = System.Drawing.Color.White; |
|
|
this.btnSignInfo.ImageTransparentColor = System.Drawing.Color.White; |
|
|
this.btnSignInfo.Name = "btnSignInfo"; |
|
|
this.btnSignInfo.Name = "btnSignInfo"; |
|
|
this.btnSignInfo.Size = new System.Drawing.Size(126, 67); |
|
|
this.btnSignInfo.Size = new System.Drawing.Size(126, 67); |
|
|
this.btnSignInfo.Text = "标记信息"; |
|
|
this.btnSignInfo.Text = "标记信息"; |
|
|
this.btnSignInfo.Visible = false; |
|
|
|
|
|
this.btnSignInfo.Click += new System.EventHandler(this.btnSignInfo_Click); |
|
|
this.btnSignInfo.Click += new System.EventHandler(this.btnSignInfo_Click); |
|
|
//
|
|
|
//
|
|
|
// OperationForm
|
|
|
// OperationForm
|
|
|