From d35bb711f8d3d267b44b4a80c20e31dabf309ae7 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 14 一月 2025 08:17:18 +0800 Subject: [PATCH] 其它入库 --- DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs index c1ca443..4ec6b9c 100644 --- a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs @@ -28,18 +28,18 @@ /// </summary> private void InitializeComponent() { - this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); + this.btnReport = new DevExpress.XtraEditors.SimpleButton(); this.btnDesign = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // - // btnPrint + // btnReport // - this.btnPrint.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16; - this.btnPrint.Location = new System.Drawing.Point(115, 4); - this.btnPrint.Name = "btnPrint"; - this.btnPrint.Size = new System.Drawing.Size(94, 29); - this.btnPrint.TabIndex = 3; - this.btnPrint.Text = "纭畾鎵撳嵃"; + this.btnReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16; + this.btnReport.Location = new System.Drawing.Point(115, 4); + this.btnReport.Name = "btnReport"; + this.btnReport.Size = new System.Drawing.Size(94, 29); + this.btnReport.TabIndex = 3; + this.btnReport.Text = "纭畾鎵撳嵃"; // // btnDesign // @@ -48,13 +48,13 @@ this.btnDesign.Name = "btnDesign"; this.btnDesign.Size = new System.Drawing.Size(94, 29); this.btnDesign.TabIndex = 2; - this.btnDesign.Text = "妯℃澘璁剧疆"; + this.btnDesign.Text = "鎵撳嵃璁捐"; // // UcBtnPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.btnPrint); + this.Controls.Add(this.btnReport); this.Controls.Add(this.btnDesign); this.Name = "UcBtnPrint"; this.Size = new System.Drawing.Size(214, 36); @@ -64,7 +64,7 @@ #endregion - private DevExpress.XtraEditors.SimpleButton btnPrint; + private DevExpress.XtraEditors.SimpleButton btnReport; private DevExpress.XtraEditors.SimpleButton btnDesign; } } -- Gitblit v1.9.3