namespace CSFrameworkV5.Library
{
partial class frmBasePrint
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBasePrint));
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.bar1 = new DevExpress.XtraBars.Bar();
this.btnPreview = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnPrint = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnDesign = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnClose = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.AllowCustomization = false;
this.barManager1.AllowMoveBarOnToolbar = false;
this.barManager1.AllowQuickCustomization = false;
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Images = this.imageList1;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btnPrint,
this.btnPreview,
this.btnClose,
this.btnHelp,
this.btnDesign});
this.barManager1.MaxItemId = 6;
//
// bar1
//
this.bar1.BarName = "Custom 2";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnPreview, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnPrint, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnDesign, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnHelp, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnClose, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar1.OptionsBar.AllowQuickCustomization = false;
this.bar1.OptionsBar.DisableClose = true;
this.bar1.OptionsBar.UseWholeRow = true;
this.bar1.Text = "Custom 2";
//
// btnPreview
//
this.btnPreview.Caption = "预览";
this.btnPreview.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
this.btnPreview.Id = 1;
this.btnPreview.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPreview.ImageOptions.Image")));
this.btnPreview.ImageOptions.ImageIndex = 3;
this.btnPreview.MinSize = new System.Drawing.Size(50, 0);
this.btnPreview.Name = "btnPreview";
this.btnPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPreview_ItemClick);
//
// btnPrint
//
this.btnPrint.Caption = "打印";
this.btnPrint.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
this.btnPrint.Id = 0;
this.btnPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.ImageOptions.Image")));
this.btnPrint.ImageOptions.ImageIndex = 2;
this.btnPrint.MinSize = new System.Drawing.Size(50, 0);
this.btnPrint.Name = "btnPrint";
this.btnPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPrint_ItemClick);
//
// btnDesign
//
this.btnDesign.Caption = "报表设计";
this.btnDesign.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
this.btnDesign.Id = 5;
this.btnDesign.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDesign.ImageOptions.Image")));
this.btnDesign.ImageOptions.ImageIndex = 0;
this.btnDesign.Name = "btnDesign";
this.btnDesign.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDesign_ItemClick);
//
// btnHelp
//
this.btnHelp.Caption = "帮助";
this.btnHelp.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
this.btnHelp.Id = 3;
this.btnHelp.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnHelp.ImageOptions.Image")));
this.btnHelp.ImageOptions.ImageIndex = 1;
this.btnHelp.MinSize = new System.Drawing.Size(50, 0);
this.btnHelp.Name = "btnHelp";
this.btnHelp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnHelp_ItemClick);
//
// btnClose
//
this.btnClose.Caption = "关闭";
this.btnClose.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
this.btnClose.Id = 2;
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
this.btnClose.ImageOptions.ImageIndex = 4;
this.btnClose.MinSize = new System.Drawing.Size(50, 0);
this.btnClose.Name = "btnClose";
this.btnClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClose_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
this.barDockControlTop.Size = new System.Drawing.Size(491, 47);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 354);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(491, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 47);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 307);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(491, 47);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 307);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "24_DesignReport.ico");
this.imageList1.Images.SetKeyName(1, "24_Help.ico");
this.imageList1.Images.SetKeyName(2, "24_Print.ico");
this.imageList1.Images.SetKeyName(3, "24_PrintPreview.ico");
this.imageList1.Images.SetKeyName(4, "24_Void.ico");
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.panel1.Controls.Add(this.label4);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 282);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(491, 72);
this.panel1.TabIndex = 4;
//
// label4
//
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label4.Dock = System.Windows.Forms.DockStyle.Top;
this.label4.Location = new System.Drawing.Point(0, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(491, 2);
this.label4.TabIndex = 153;
//
// panel2
//
this.panel2.Controls.Add(this.groupControl1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 47);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(491, 235);
this.panel2.TabIndex = 5;
//
// groupControl1
//
this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.Location = new System.Drawing.Point(0, 0);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(491, 235);
this.groupControl1.TabIndex = 0;
this.groupControl1.Text = "查询条件";
//
// frmBasePrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(491, 354);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "frmBasePrint";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "打印窗体";
this.Load += new System.EventHandler(this.frmPrintBase_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
protected DevExpress.XtraBars.Bar bar1;
protected DevExpress.XtraBars.BarLargeButtonItem btnPreview;
protected DevExpress.XtraBars.BarLargeButtonItem btnPrint;
protected DevExpress.XtraBars.BarLargeButtonItem btnClose;
protected DevExpress.XtraBars.BarLargeButtonItem btnHelp;
protected System.Windows.Forms.Panel panel2;
protected System.Windows.Forms.Panel panel1;
protected DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraBars.BarLargeButtonItem btnDesign;
protected System.Windows.Forms.Label label4;
private System.Windows.Forms.ImageList imageList1;
}
}