namespace Gs.DevApp.UserControl
|
{
|
partial class UcBtnPrint
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
this.btnDesign = new DevExpress.XtraEditors.SimpleButton();
|
this.SuspendLayout();
|
//
|
// btnPrint
|
//
|
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 = "确定打印";
|
//
|
// btnDesign
|
//
|
this.btnDesign.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.richeditcleartablestyle_16x16;
|
this.btnDesign.Location = new System.Drawing.Point(6, 4);
|
this.btnDesign.Name = "btnDesign";
|
this.btnDesign.Size = new System.Drawing.Size(94, 29);
|
this.btnDesign.TabIndex = 2;
|
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.btnDesign);
|
this.Name = "UcBtnPrint";
|
this.Size = new System.Drawing.Size(214, 36);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
private DevExpress.XtraEditors.SimpleButton btnDesign;
|
}
|
}
|