namespace Gs.DevApp.UserControl
{
partial class UcToolBarMenu
{
///
/// 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 Component 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(UcToolBarMenu));
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.bar2 = new DevExpress.XtraBars.Bar();
this.btnAdd = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnEdit = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnSave = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnEsc = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnLoad = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnDel = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnChk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnFchk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnHb = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnQuery = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnIn = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnOut = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnReport = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnDesign = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnPiZhun = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnFPiZhun = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnCaiGouChk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnCaiGouFchk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnLog = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnTzbl = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnKg = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnShouJian = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnWg = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnZhongTai = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnJieAn = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnFjieAn = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnShouHouChk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnShouHouFchk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnCaiWuChk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnCaiWuFchk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnLayout = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnFont = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem2 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem4 = 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();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.AllowCustomization = false;
this.barManager1.AllowMoveBarOnToolbar = false;
this.barManager1.AllowShowToolbarsPopup = false;
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
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.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btnAdd,
this.btnDel,
this.btnEdit,
this.btnSave,
this.btnEsc,
this.btnLoad,
this.btnOut,
this.btnChk,
this.btnFchk,
this.btnHb,
this.btnIn,
this.btnLog,
this.btnReport,
this.btnQuery,
this.btnDesign,
this.btnPiZhun,
this.btnCaiGouChk,
this.btnCaiGouFchk,
this.btnJieAn,
this.btnFjieAn,
this.btnTzbl,
this.btnKg,
this.btnZhongTai,
this.btnWg,
this.btnHelp,
this.btnLayout,
this.btnFont,
this.btnShouJian,
this.btnCaiWuChk,
this.btnCaiWuFchk,
this.btnShouHouChk,
this.btnShouHouFchk,
this.barLargeButtonItem1,
this.barLargeButtonItem2,
this.barLargeButtonItem3,
this.barLargeButtonItem4,
this.btnFPiZhun});
this.barManager1.MainMenu = this.bar2;
this.barManager1.MaxItemId = 67;
//
// bar2
//
this.bar2.BarAppearance.Disabled.Options.UseFont = true;
this.bar2.BarAppearance.Hovered.Options.UseFont = true;
this.bar2.BarAppearance.Normal.Options.UseFont = true;
this.bar2.BarAppearance.Pressed.Options.UseFont = true;
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnAdd, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEdit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.btnEsc),
new DevExpress.XtraBars.LinkPersistInfo(this.btnLoad),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnDel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.btnChk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnFchk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnHb),
new DevExpress.XtraBars.LinkPersistInfo(this.btnQuery),
new DevExpress.XtraBars.LinkPersistInfo(this.btnIn),
new DevExpress.XtraBars.LinkPersistInfo(this.btnOut),
new DevExpress.XtraBars.LinkPersistInfo(this.btnReport),
new DevExpress.XtraBars.LinkPersistInfo(this.btnDesign),
new DevExpress.XtraBars.LinkPersistInfo(this.btnPiZhun),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnFPiZhun, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiGouChk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiGouFchk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnLog),
new DevExpress.XtraBars.LinkPersistInfo(this.btnTzbl),
new DevExpress.XtraBars.LinkPersistInfo(this.btnKg),
new DevExpress.XtraBars.LinkPersistInfo(this.btnShouJian),
new DevExpress.XtraBars.LinkPersistInfo(this.btnWg),
new DevExpress.XtraBars.LinkPersistInfo(this.btnZhongTai),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnJieAn, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnFjieAn, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.btnShouHouChk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnShouHouFchk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiWuChk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiWuFchk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnLayout),
new DevExpress.XtraBars.LinkPersistInfo(this.btnFont),
new DevExpress.XtraBars.LinkPersistInfo(this.btnHelp),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem1),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4)});
this.bar2.OptionsBar.AllowQuickCustomization = false;
this.bar2.OptionsBar.DrawBorder = false;
this.bar2.OptionsBar.DrawDragBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
//
// btnAdd
//
this.btnAdd.Caption = "增加";
this.btnAdd.Id = 3;
this.btnAdd.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_16x16;
this.btnAdd.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_32x32;
this.btnAdd.ItemAppearance.Normal.Options.UseFont = true;
this.btnAdd.ItemInMenuAppearance.Normal.Options.UseFont = true;
this.btnAdd.Name = "btnAdd";
this.btnAdd.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnEdit
//
this.btnEdit.Caption = "修改";
this.btnEdit.Id = 5;
this.btnEdit.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_trackchanges_16x16;
this.btnEdit.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.trackingchanges_trackchanges_32x32;
this.btnEdit.ItemAppearance.Normal.Options.UseFont = true;
this.btnEdit.Name = "btnEdit";
this.btnEdit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnSave
//
this.btnSave.Caption = "保存";
this.btnSave.Id = 6;
this.btnSave.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.exportfile_16x16;
this.btnSave.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.exportfile_32x32;
this.btnSave.ItemAppearance.Normal.Options.UseFont = true;
this.btnSave.Name = "btnSave";
this.btnSave.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnEsc
//
this.btnEsc.Caption = "取消";
this.btnEsc.Id = 9;
this.btnEsc.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEsc.ImageOptions.Image")));
this.btnEsc.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnEsc.ImageOptions.LargeImage")));
this.btnEsc.ItemAppearance.Normal.Options.UseFont = true;
this.btnEsc.Name = "btnEsc";
this.btnEsc.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnLoad
//
this.btnLoad.Caption = "刷新";
this.btnLoad.Id = 10;
this.btnLoad.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.convert_16x16;
this.btnLoad.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.convert_32x32;
this.btnLoad.ItemAppearance.Normal.Options.UseFont = true;
this.btnLoad.Name = "btnLoad";
this.btnLoad.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnDel
//
this.btnDel.Caption = "删除";
this.btnDel.Id = 4;
this.btnDel.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16;
this.btnDel.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.removegroupfooter_32x32;
this.btnDel.ItemAppearance.Normal.Options.UseFont = true;
this.btnDel.Name = "btnDel";
this.btnDel.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnChk
//
this.btnChk.Caption = "审核";
this.btnChk.Id = 13;
this.btnChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_16x16;
this.btnChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbox2_32x32;
this.btnChk.ItemAppearance.Normal.Options.UseFont = true;
this.btnChk.Name = "btnChk";
this.btnChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnFchk
//
this.btnFchk.Caption = "反审核";
this.btnFchk.Id = 14;
this.btnFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.forcetesting_16x16;
this.btnFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.forcetesting_32x32;
this.btnFchk.ItemAppearance.Normal.Options.UseFont = true;
this.btnFchk.Name = "btnFchk";
this.btnFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnHb
//
this.btnHb.Caption = "合并";
this.btnHb.Id = 16;
this.btnHb.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnHb.ImageOptions.Image")));
this.btnHb.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnHb.ImageOptions.LargeImage")));
this.btnHb.ItemAppearance.Normal.Options.UseFont = true;
this.btnHb.Name = "btnHb";
this.btnHb.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnQuery
//
this.btnQuery.Caption = "查询";
this.btnQuery.Id = 23;
this.btnQuery.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.viewmergeddata_16x16;
this.btnQuery.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.viewmergeddata_32x32;
this.btnQuery.ItemAppearance.Normal.Options.UseFont = true;
this.btnQuery.Name = "btnQuery";
this.btnQuery.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnIn
//
this.btnIn.Caption = "导入";
this.btnIn.Id = 17;
this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.sendxls_16x16;
this.btnIn.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.sendxls_32x32;
this.btnIn.ItemAppearance.Normal.Options.UseFont = true;
this.btnIn.Name = "btnIn";
this.btnIn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnOut
//
this.btnOut.Caption = "导出";
this.btnOut.Description = "导出";
this.btnOut.Id = 12;
this.btnOut.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.wraptext2_16x16;
this.btnOut.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.wraptext2_32x32;
this.btnOut.ItemAppearance.Normal.Options.UseFont = true;
this.btnOut.Name = "btnOut";
this.btnOut.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnReport
//
this.btnReport.Caption = "打印";
this.btnReport.Id = 22;
this.btnReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printlayoutview_16x16;
this.btnReport.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.printlayoutview_32x32;
this.btnReport.ItemAppearance.Normal.Options.UseFont = true;
this.btnReport.Name = "btnReport";
this.btnReport.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnReport.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnDesign
//
this.btnDesign.Caption = "设计打印";
this.btnDesign.Id = 26;
this.btnDesign.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDesign.ImageOptions.Image")));
this.btnDesign.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnDesign.ImageOptions.LargeImage")));
this.btnDesign.ItemAppearance.Normal.Options.UseFont = true;
this.btnDesign.Name = "btnDesign";
this.btnDesign.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnPiZhun
//
this.btnPiZhun.Caption = "批准";
this.btnPiZhun.Id = 29;
this.btnPiZhun.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.boposition2_16x161;
this.btnPiZhun.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.boposition2_32x32;
this.btnPiZhun.ItemAppearance.Normal.Options.UseFont = true;
this.btnPiZhun.Name = "btnPiZhun";
this.btnPiZhun.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnFPiZhun
//
this.btnFPiZhun.Caption = "反批准";
this.btnFPiZhun.Id = 66;
this.btnFPiZhun.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.bodetails_16x163;
this.btnFPiZhun.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.bodetails_32x321;
this.btnFPiZhun.Name = "btnFPiZhun";
this.btnFPiZhun.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnCaiGouChk
//
this.btnCaiGouChk.Caption = "采购审核";
this.btnCaiGouChk.Id = 34;
this.btnCaiGouChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_showmarkup_16x16;
this.btnCaiGouChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.trackingchanges_showmarkup_32x32;
this.btnCaiGouChk.ItemAppearance.Normal.Options.UseFont = true;
this.btnCaiGouChk.Name = "btnCaiGouChk";
this.btnCaiGouChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnCaiGouFchk
//
this.btnCaiGouFchk.Caption = "采购反审核";
this.btnCaiGouFchk.Id = 35;
this.btnCaiGouFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.insertdatafield_16x16;
this.btnCaiGouFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.insertdatafield_32x32;
this.btnCaiGouFchk.Name = "btnCaiGouFchk";
this.btnCaiGouFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnLog
//
this.btnLog.Caption = "日志";
this.btnLog.Id = 18;
this.btnLog.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_16x16;
this.btnLog.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.salesperiodlifetime_32x32;
this.btnLog.ItemAppearance.Normal.Options.UseFont = true;
this.btnLog.Name = "btnLog";
this.btnLog.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnTzbl
//
this.btnTzbl.Caption = "通知备料";
this.btnTzbl.Id = 41;
this.btnTzbl.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.announcement_32x32;
this.btnTzbl.ItemAppearance.Normal.Options.UseFont = true;
this.btnTzbl.Name = "btnTzbl";
this.btnTzbl.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnTzbl.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnKg
//
this.btnKg.Caption = "开工";
this.btnKg.Id = 42;
this.btnKg.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_32x323;
this.btnKg.ItemAppearance.Normal.Options.UseFont = true;
this.btnKg.Name = "btnKg";
this.btnKg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnKg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnShouJian
//
this.btnShouJian.Caption = "生成首检";
this.btnShouJian.Id = 56;
this.btnShouJian.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.inlinesizelegend_16x16;
this.btnShouJian.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.inlinesizelegend_32x32;
this.btnShouJian.Name = "btnShouJian";
this.btnShouJian.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnWg
//
this.btnWg.Caption = "手动完工";
this.btnWg.Id = 45;
this.btnWg.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_trackchanges_32x32;
this.btnWg.ItemAppearance.Normal.Options.UseFont = true;
this.btnWg.Name = "btnWg";
this.btnWg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnWg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnZhongTai
//
this.btnZhongTai.Caption = "状态修改";
this.btnZhongTai.Id = 44;
this.btnZhongTai.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_32x32;
this.btnZhongTai.ItemAppearance.Normal.Options.UseFont = true;
this.btnZhongTai.Name = "btnZhongTai";
this.btnZhongTai.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnZhongTai.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnJieAn
//
this.btnJieAn.Caption = "结案";
this.btnJieAn.Id = 38;
this.btnJieAn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.copymodeldifferences_32x32;
this.btnJieAn.ItemAppearance.Normal.Options.UseFont = true;
this.btnJieAn.Name = "btnJieAn";
this.btnJieAn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnFjieAn
//
this.btnFjieAn.Caption = "反结案";
this.btnFjieAn.Id = 39;
this.btnFjieAn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.wordwrap_32x32;
this.btnFjieAn.ItemAppearance.Normal.Options.UseFont = true;
this.btnFjieAn.Name = "btnFjieAn";
this.btnFjieAn.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnShouHouChk
//
this.btnShouHouChk.Caption = "售后审核";
this.btnShouHouChk.Id = 60;
this.btnShouHouChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.boperson_16x16;
this.btnShouHouChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.boperson_32x32;
this.btnShouHouChk.Name = "btnShouHouChk";
this.btnShouHouChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnShouHouFchk
//
this.btnShouHouFchk.Caption = "售后反审核";
this.btnShouHouFchk.Id = 61;
this.btnShouHouFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.bodetails_16x162;
this.btnShouHouFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.bodetails_32x32;
this.btnShouHouFchk.Name = "btnShouHouFchk";
this.btnShouHouFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnCaiWuChk
//
this.btnCaiWuChk.Caption = "财务审核";
this.btnCaiWuChk.Id = 58;
this.btnCaiWuChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.botask_16x16;
this.btnCaiWuChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.botask_32x32;
this.btnCaiWuChk.Name = "btnCaiWuChk";
this.btnCaiWuChk.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnCaiWuChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnCaiWuFchk
//
this.btnCaiWuFchk.Caption = "财务反审核";
this.btnCaiWuFchk.Id = 59;
this.btnCaiWuFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.boresume_16x16;
this.btnCaiWuFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.boresume_32x32;
this.btnCaiWuFchk.Name = "btnCaiWuFchk";
this.btnCaiWuFchk.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnCaiWuFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// btnLayout
//
this.btnLayout.Caption = "版面";
this.btnLayout.Id = 51;
this.btnLayout.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.subreport_16x16;
this.btnLayout.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.subreport_32x32;
this.btnLayout.ItemAppearance.Normal.Options.UseFont = true;
this.btnLayout.Name = "btnLayout";
//
// btnFont
//
this.btnFont.Caption = "字体";
this.btnFont.Id = 55;
this.btnFont.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.fontsizeincrease_16x161;
this.btnFont.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.fontsizeincrease_32x321;
this.btnFont.Name = "btnFont";
this.btnFont.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// btnHelp
//
this.btnHelp.Caption = "帮助";
this.btnHelp.Id = 49;
this.btnHelp.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.knowledgebasearticle_32x32;
this.btnHelp.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.knowledgebasearticle_32x32;
this.btnHelp.ItemAppearance.Normal.Options.UseFont = true;
this.btnHelp.Name = "btnHelp";
//
// barLargeButtonItem1
//
this.barLargeButtonItem1.Caption = "托板码打印";
this.barLargeButtonItem1.Id = 62;
this.barLargeButtonItem1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.print_16x16;
this.barLargeButtonItem1.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.print_32x32;
this.barLargeButtonItem1.Name = "barLargeButtonItem1";
this.barLargeButtonItem1.Tag = "Never";
this.barLargeButtonItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// barLargeButtonItem2
//
this.barLargeButtonItem2.Caption = "追溯码打印";
this.barLargeButtonItem2.Id = 63;
this.barLargeButtonItem2.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.print_16x161;
this.barLargeButtonItem2.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.print_32x321;
this.barLargeButtonItem2.Name = "barLargeButtonItem2";
this.barLargeButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.barLargeButtonItem2.Tag = "Never";
this.barLargeButtonItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// barLargeButtonItem3
//
this.barLargeButtonItem3.Caption = "后盖码打印";
this.barLargeButtonItem3.Id = 64;
this.barLargeButtonItem3.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.print_16x162;
this.barLargeButtonItem3.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.print_32x322;
this.barLargeButtonItem3.Name = "barLargeButtonItem3";
this.barLargeButtonItem3.Tag = "Never";
this.barLargeButtonItem3.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// barLargeButtonItem4
//
this.barLargeButtonItem4.Caption = "齐套标识卡打印";
this.barLargeButtonItem4.Id = 65;
this.barLargeButtonItem4.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printer_16x16;
this.barLargeButtonItem4.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.printer_32x32;
this.barLargeButtonItem4.Name = "barLargeButtonItem4";
this.barLargeButtonItem4.Tag = "Never";
this.barLargeButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// 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(1543, 142);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 146);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 142);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 4);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1543, 142);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 4);
//
// UcToolBarMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "UcToolBarMenu";
this.Size = new System.Drawing.Size(1543, 146);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarLargeButtonItem btnAdd;
private DevExpress.XtraBars.BarLargeButtonItem btnDel;
private DevExpress.XtraBars.BarLargeButtonItem btnEdit;
private DevExpress.XtraBars.BarLargeButtonItem btnSave;
private DevExpress.XtraBars.BarLargeButtonItem btnEsc;
private DevExpress.XtraBars.BarLargeButtonItem btnLoad;
private DevExpress.XtraBars.BarLargeButtonItem btnOut;
private DevExpress.XtraBars.BarLargeButtonItem btnChk;
private DevExpress.XtraBars.BarLargeButtonItem btnFchk;
private DevExpress.XtraBars.BarLargeButtonItem btnHb;
private DevExpress.XtraBars.BarLargeButtonItem btnIn;
private DevExpress.XtraBars.BarLargeButtonItem btnLog;
private DevExpress.XtraBars.BarLargeButtonItem btnReport;
private DevExpress.XtraBars.BarLargeButtonItem btnQuery;
private DevExpress.XtraBars.BarLargeButtonItem btnDesign;
private DevExpress.XtraBars.BarLargeButtonItem btnPiZhun;
private DevExpress.XtraBars.BarLargeButtonItem btnCaiGouChk;
private DevExpress.XtraBars.BarLargeButtonItem btnCaiGouFchk;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarLargeButtonItem btnJieAn;
private DevExpress.XtraBars.BarLargeButtonItem btnFjieAn;
private DevExpress.XtraBars.BarLargeButtonItem btnTzbl;
private DevExpress.XtraBars.BarLargeButtonItem btnKg;
private DevExpress.XtraBars.BarLargeButtonItem btnZhongTai;
private DevExpress.XtraBars.BarLargeButtonItem btnWg;
private DevExpress.XtraBars.BarLargeButtonItem btnHelp;
private DevExpress.XtraBars.BarLargeButtonItem btnLayout;
private DevExpress.XtraBars.BarLargeButtonItem btnFont;
private DevExpress.XtraBars.BarLargeButtonItem btnShouJian;
private DevExpress.XtraBars.BarLargeButtonItem btnCaiWuChk;
private DevExpress.XtraBars.BarLargeButtonItem btnCaiWuFchk;
private DevExpress.XtraBars.BarLargeButtonItem btnShouHouChk;
private DevExpress.XtraBars.BarLargeButtonItem btnShouHouFchk;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem2;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem3;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem4;
private DevExpress.XtraBars.BarLargeButtonItem btnFPiZhun;
}
}