lu
2025-03-31 236874a930147c27e46c673d8c1a607f1260e8aa
DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs
@@ -28,43 +28,48 @@
        /// </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.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16;
            this.btnReport.Location = new System.Drawing.Point(138, 0);
            this.btnReport.Margin = new System.Windows.Forms.Padding(0);
            this.btnReport.Name = "btnReport";
            this.btnReport.Size = new System.Drawing.Size(94, 36);
            this.btnReport.TabIndex = 3;
            this.btnReport.Text = "确定打印";
            // 
            // btnDesign
            // 
            this.btnDesign.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnDesign.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.richeditcleartablestyle_16x16;
            this.btnDesign.Location = new System.Drawing.Point(6, 4);
            this.btnDesign.Location = new System.Drawing.Point(0, 0);
            this.btnDesign.Margin = new System.Windows.Forms.Padding(0);
            this.btnDesign.Name = "btnDesign";
            this.btnDesign.Size = new System.Drawing.Size(94, 29);
            this.btnDesign.Size = new System.Drawing.Size(94, 36);
            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.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "UcBtnPrint";
            this.Size = new System.Drawing.Size(214, 36);
            this.Size = new System.Drawing.Size(232, 36);
            this.ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraEditors.SimpleButton btnPrint;
        private DevExpress.XtraEditors.SimpleButton btnReport;
        private DevExpress.XtraEditors.SimpleButton btnDesign;
    }
}