Mini Kabibi Habibi
namespace DevExpress.XtraBars.Demos.MDIDemo {
partial class frmMain {
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose(bool disposing) {
if(disposing) {
if(components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
#region 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() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.iPicture = new DevExpress.XtraBars.BarStaticItem();
this.mHelp = new DevExpress.XtraBars.BarSubItem();
this.iWeb = new DevExpress.XtraBars.BarButtonItem();
this.iAbout = new DevExpress.XtraBars.BarButtonItem();
this.imageList1 = new System.Windows.Forms.ImageList();
this.iHorizontalFlip = new DevExpress.XtraBars.BarButtonItem();
this.iSelectAll = new DevExpress.XtraBars.BarButtonItem();
this.iCopy = new DevExpress.XtraBars.BarButtonItem();
this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer();
this.alignmentControl1 = new DevExpress.Tutorials.Controls.AlignmentControl();
this.barManager1 = new DevExpress.XtraBars.BarManager();
this.bar1 = new DevExpress.XtraBars.Bar();
this.mFile = new DevExpress.XtraBars.BarSubItem();
this.iOpen = new DevExpress.XtraBars.BarButtonItem();
this.iClose = new DevExpress.XtraBars.BarButtonItem();
this.iExit = new DevExpress.XtraBars.BarButtonItem();
this.mEdit = new DevExpress.XtraBars.BarSubItem();
this.mWindow = new DevExpress.XtraBars.BarSubItem();
this.biTabbedMDI = new DevExpress.XtraBars.BarButtonItem();
this.iCascade = new DevExpress.XtraBars.BarButtonItem();
this.iTileHorizontal = new DevExpress.XtraBars.BarButtonItem();
this.iTileVertical = new DevExpress.XtraBars.BarButtonItem();
this.BarMdiChildrenListItem = new DevExpress.XtraBars.BarMdiChildrenListItem();
this.bar2 = new DevExpress.XtraBars.Bar();
this.bar3 = new DevExpress.XtraBars.Bar();
this.iVerticalFlip = new DevExpress.XtraBars.BarButtonItem();
this.iRotateBy90 = new DevExpress.XtraBars.BarButtonItem();
this.iPictureAlignment = new DevExpress.XtraBars.BarButtonItem();
this.sizeMode = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
this.bar4 = new DevExpress.XtraBars.Bar();
this.iCut = new DevExpress.XtraBars.BarButtonItem();
this.iPaste = new DevExpress.XtraBars.BarButtonItem();
this.colorEdit = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemColorEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
this.iFont = new DevExpress.XtraBars.BarButtonItem();
this.bar5 = new DevExpress.XtraBars.Bar();
this.iDocName = new DevExpress.XtraBars.BarStaticItem();
this.bar6 = new DevExpress.XtraBars.Bar();
this.iPaintStyle = new DevExpress.XtraBars.BarSubItem();
this.ipsDefault = new DevExpress.XtraBars.BarButtonItem();
this.ipsWXP = new DevExpress.XtraBars.BarButtonItem();
this.ipsOXP = new DevExpress.XtraBars.BarButtonItem();
this.ipsO2K = new DevExpress.XtraBars.BarButtonItem();
this.ipsO2003 = new DevExpress.XtraBars.BarButtonItem();
this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
this.popupMenu2 = new DevExpress.XtraBars.PopupMenu();
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu();
this.imageList2 = new System.Windows.Forms.ImageList();
this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager();
((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).BeginInit();
this.popupControlContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
this.SuspendLayout();
//
// iPicture
//
this.iPicture.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.iPicture.CategoryGuid = new System.Guid("2827f321-90e1-4a0d-9bfa-bef5134ad8db");
this.iPicture.Id = 22;
this.iPicture.Name = "iPicture";
this.iPicture.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.iPicture.TextAlignment = System.Drawing.StringAlignment.Near;
//
// mHelp
//
this.mHelp.Caption = "&Help";
this.mHelp.CategoryGuid = new System.Guid("e1421a93-0d6d-407d-95c2-a10747db3dd9");
this.mHelp.Id = 1;
this.mHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iWeb),
new DevExpress.XtraBars.LinkPersistInfo(this.iAbout, true)});
this.mHelp.Name = "mHelp";
//
// iWeb
//
this.iWeb.Caption = "&Developer Express on the Web";
this.iWeb.CategoryGuid = new System.Guid("f105c191-7872-4980-8ab3-8cfec30fe301");
this.iWeb.Id = 13;
this.iWeb.ImageIndex = 8;
this.iWeb.Name = "iWeb";
this.iWeb.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iWeb_ItemClick);
//
// iAbout
//
this.iAbout.Caption = "&About";
this.iAbout.CategoryGuid = new System.Guid("f105c191-7872-4980-8ab3-8cfec30fe301");
this.iAbout.Id = 14;
this.iAbout.Name = "iAbout";
this.iAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
this.imageList1.Images.SetKeyName(0, "");
this.imageList1.Images.SetKeyName(1, "");
this.imageList1.Images.SetKeyName(2, "");
this.imageList1.Images.SetKeyName(3, "");
this.imageList1.Images.SetKeyName(4, "");
this.imageList1.Images.SetKeyName(5, "");
this.imageList1.Images.SetKeyName(6, "");
this.imageList1.Images.SetKeyName(7, "");
this.imageList1.Images.SetKeyName(8, "");
this.imageList1.Images.SetKeyName(9, "");
this.imageList1.Images.SetKeyName(10, "");
this.imageList1.Images.SetKeyName(11, "");
this.imageList1.Images.SetKeyName(12, "");
this.imageList1.Images.SetKeyName(13, "");
this.imageList1.Images.SetKeyName(14, "");
this.imageList1.Images.SetKeyName(15, "");
this.imageList1.Images.SetKeyName(16, "");
this.imageList1.Images.SetKeyName(17, "");
this.imageList1.Images.SetKeyName(18, "");
//
// iHorizontalFlip
//
this.iHorizontalFlip.Caption = "&Horizontal Flip";
this.iHorizontalFlip.CategoryGuid = new System.Guid("fe2c529e-0920-415c-bb9e-16f91547b76f");
this.iHorizontalFlip.Hint = "Horizontal Flip";
this.iHorizontalFlip.Id = 5;
this.iHorizontalFlip.ImageIndex = 2;
this.iHorizontalFlip.Name = "iHorizontalFlip";
this.iHorizontalFlip.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHorizontalFlip_ItemClick);
//
// iSelectAll
//
this.iSelectAll.Caption = "Select &All";
this.iSelectAll.CategoryGuid = new System.Guid("2484205c-8785-4d92-a79d-d9d652073711");
this.iSelectAll.Id = 18;
this.iSelectAll.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A));
this.iSelectAll.Name = "iSelectAll";
this.iSelectAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSelectAll_ItemClick);
//
// iCopy
//
this.iCopy.Caption = "&Copy";
this.iCopy.CategoryGuid = new System.Guid("2484205c-8785-4d92-a79d-d9d652073711");
this.iCopy.Hint = "Copy";
this.iCopy.Id = 16;
this.iCopy.ImageIndex = 10;
this.iCopy.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C));
this.iCopy.Name = "iCopy";
this.iCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCopy_ItemClick);
//
// popupControlContainer1
//
this.popupControlContainer1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.popupControlContainer1.Controls.Add(this.alignmentControl1);
this.popupControlContainer1.Location = new System.Drawing.Point(10, 215);
this.popupControlContainer1.Manager = this.barManager1;
this.popupControlContainer1.Name = "popupControlContainer1";
this.popupControlContainer1.Padding = new System.Windows.Forms.Padding(4);
this.popupControlContainer1.Size = new System.Drawing.Size(142, 121);
this.popupControlContainer1.TabIndex = 5;
this.popupControlContainer1.Visible = false;
this.popupControlContainer1.Popup += new System.EventHandler(this.popupControlContainer1_Popup);
//
// alignmentControl1
//
this.alignmentControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.alignmentControl1.Appearance.Options.UseBackColor = true;
this.alignmentControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.alignmentControl1.Location = new System.Drawing.Point(4, 4);
this.alignmentControl1.Name = "alignmentControl1";
this.alignmentControl1.Size = new System.Drawing.Size(134, 113);
this.alignmentControl1.TabIndex = 0;
this.alignmentControl1.AlignmentChanged += new System.EventHandler(this.PictureAlignmentChanged);
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1,
this.bar2,
this.bar3,
this.bar4,
this.bar5,
this.bar6});
this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
new DevExpress.XtraBars.BarManagerCategory("File", new System.Guid("8fbf2483-3ab6-45dc-9a54-0a6db013e021")),
new DevExpress.XtraBars.BarManagerCategory("Built-in Menus", new System.Guid("e1421a93-0d6d-407d-95c2-a10747db3dd9")),
new DevExpress.XtraBars.BarManagerCategory("Image", new System.Guid("fe2c529e-0920-415c-bb9e-16f91547b76f")),
new DevExpress.XtraBars.BarManagerCategory("Window", new System.Guid("8a7c73f0-86d6-47e0-bc21-cc6a93939e04")),
new DevExpress.XtraBars.BarManagerCategory("Help", new System.Guid("f105c191-7872-4980-8ab3-8cfec30fe301")),
new DevExpress.XtraBars.BarManagerCategory("Edit", new System.Guid("2484205c-8785-4d92-a79d-d9d652073711")),
new DevExpress.XtraBars.BarManagerCategory("Format", new System.Guid("2647ec04-72de-46d9-a06c-477510ca4f71")),
new DevExpress.XtraBars.BarManagerCategory("Status", new System.Guid("2827f321-90e1-4a0d-9bfa-bef5134ad8db")),
new DevExpress.XtraBars.BarManagerCategory("PaintStyles", new System.Guid("cd6a5e26-77b5-4eca-9cc6-fbd0918eb85f"))});
this.barManager1.DockControls.Add(this.barDockControl1);
this.barManager1.DockControls.Add(this.barDockControl2);
this.barManager1.DockControls.Add(this.barDockControl3);
this.barManager1.DockControls.Add(this.barDockControl4);
this.barManager1.Form = this;
this.barManager1.Images = this.imageList1;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.mFile,
this.mHelp,
this.iOpen,
this.iClose,
this.iExit,
this.iHorizontalFlip,
this.iVerticalFlip,
this.iRotateBy90,
this.iPictureAlignment,
this.biTabbedMDI,
this.iCascade,
this.iTileHorizontal,
this.iTileVertical,
this.mWindow,
this.iWeb,
this.iAbout,
this.iCut,
this.iCopy,
this.iPaste,
this.iSelectAll,
this.mEdit,
this.iFont,
this.iDocName,
this.iPicture,
this.BarMdiChildrenListItem,
this.colorEdit,
this.sizeMode,
this.iPaintStyle,
this.ipsWXP,
this.ipsOXP,
this.ipsO2K,
this.ipsO2003,
this.ipsDefault});
this.barManager1.MainMenu = this.bar1;
this.barManager1.MaxItemId = 31;
this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemColorEdit1,
this.repositoryItemImageComboBox1});
this.barManager1.StatusBar = this.bar5;
//
// bar1
//
this.bar1.BarName = "Main Menu";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.FloatLocation = new System.Drawing.Point(32, 148);
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.mFile),
new DevExpress.XtraBars.LinkPersistInfo(this.mEdit),
new DevExpress.XtraBars.LinkPersistInfo(this.mWindow),
new DevExpress.XtraBars.LinkPersistInfo(this.mHelp)});
this.bar1.OptionsBar.AllowQuickCustomization = false;
this.bar1.OptionsBar.DrawDragBorder = false;
this.bar1.OptionsBar.MultiLine = true;
this.bar1.OptionsBar.UseWholeRow = true;
this.bar1.Text = "Main Menu";
//
// mFile
//
this.mFile.Caption = "&File";
this.mFile.CategoryGuid = new System.Guid("e1421a93-0d6d-407d-95c2-a10747db3dd9");
this.mFile.Id = 0;
this.mFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iOpen),
new DevExpress.XtraBars.LinkPersistInfo(this.iClose),
new DevExpress.XtraBars.LinkPersistInfo(this.iExit, true)});
this.mFile.Name = "mFile";
//
// iOpen
//
this.iOpen.Caption = "&Open...";
this.iOpen.CategoryGuid = new System.Guid("8fbf2483-3ab6-45dc-9a54-0a6db013e021");
this.iOpen.Hint = "Open";
this.iOpen.Id = 2;
this.iOpen.ImageIndex = 0;
this.iOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
this.iOpen.Name = "iOpen";
this.iOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_ItemClick);
//
// iClose
//
this.iClose.Caption = "&Close";
this.iClose.CategoryGuid = new System.Guid("8fbf2483-3ab6-45dc-9a54-0a6db013e021");
this.iClose.Hint = "Close";
this.iClose.Id = 3;
this.iClose.ImageIndex = 1;
this.iClose.Name = "iClose";
this.iClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iClose_ItemClick);
//
// iExit
//
this.iExit.Caption = "E&xit";
this.iExit.CategoryGuid = new System.Guid("8fbf2483-3ab6-45dc-9a54-0a6db013e021");
this.iExit.Id = 4;
this.iExit.Name = "iExit";
this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
//
// mEdit
//
this.mEdit.Caption = "&Edit";
this.mEdit.CategoryGuid = new System.Guid("e1421a93-0d6d-407d-95c2-a10747db3dd9");
this.mEdit.Id = 19;
this.mEdit.Name = "mEdit";
//
// mWindow
//
this.mWindow.Caption = "&Window";
this.mWindow.CategoryGuid = new System.Guid("e1421a93-0d6d-407d-95c2-a10747db3dd9");
this.mWindow.Id = 12;
this.mWindow.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.biTabbedMDI),
new DevExpress.XtraBars.LinkPersistInfo(this.iCascade, true),
new DevExpress.XtraBars.LinkPersistInfo(this.iTileHorizontal),
new DevExpress.XtraBars.LinkPersistInfo(this.iTileVertical),
new DevExpress.XtraBars.LinkPersistInfo(this.BarMdiChildrenListItem, true)});
this.mWindow.Name = "mWindow";
//
// biTabbedMDI
//
this.biTabbedMDI.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
this.biTabbedMDI.Caption = "Use TabbedMDI";
this.biTabbedMDI.CategoryGuid = new System.Guid("8a7c73f0-86d6-47e0-bc21-cc6a93939e04");
this.biTabbedMDI.Down = true;
this.biTabbedMDI.Id = 66;
this.biTabbedMDI.Name = "biTabbedMDI";
this.biTabbedMDI.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biTabbedMDI_ItemClick);
//
// iCascade
//
this.iCascade.Caption = "&Cascade";
this.iCascade.CategoryGuid = new System.Guid("8a7c73f0-86d6-47e0-bc21-cc6a93939e04");
this.iCascade.Id = 9;
this.iCascade.ImageIndex = 5;
this.iCascade.Name = "iCascade";
this.iCascade.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCascade_ItemClick);
//
// iTileHorizontal
//
this.iTileHorizontal.Caption = "Tile &Horizontal";
this.iTileHorizontal.CategoryGuid = new System.Guid("8a7c73f0-86d6-47e0-bc21-cc6a93939e04");
this.iTileHorizontal.Id = 10;
this.iTileHorizontal.ImageIndex = 7;
this.iTileHorizontal.Name = "iTileHorizontal";
this.iTileHorizontal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iTileHorizontal_ItemClick);
//
// iTileVertical
//
this.iTileVertical.Caption = "Tile &Vertical";
this.iTileVertical.CategoryGuid = new System.Guid("8a7c73f0-86d6-47e0-bc21-cc6a93939e04");
this.iTileVertical.Id = 11;
this.iTileVertical.ImageIndex = 6;
this.iTileVertical.Name = "iTileVertical";
this.iTileVertical.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iTileVertical_ItemClick);
//
// BarMdiChildrenListItem
//
this.BarMdiChildrenListItem.Caption = "Windows";
this.BarMdiChildrenListItem.CategoryGuid = new System.Guid("8a7c73f0-86d6-47e0-bc21-cc6a93939e04");
this.BarMdiChildrenListItem.Id = 23;
this.BarMdiChildrenListItem.Name = "BarMdiChildrenListItem";
//
// bar2
//
this.bar2.BarName = "File";
this.bar2.DockCol = 0;
this.bar2.DockRow = 1;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.FloatLocation = new System.Drawing.Point(143, 152);
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iOpen),
new DevExpress.XtraBars.LinkPersistInfo(this.iClose)});
this.bar2.Text = "File";
//
// bar3
//
this.bar3.BarName = "Image";
this.bar3.DockCol = 1;
this.bar3.DockRow = 1;
this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar3.FloatLocation = new System.Drawing.Point(57, 226);
this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iHorizontalFlip),
new DevExpress.XtraBars.LinkPersistInfo(this.iVerticalFlip),
new DevExpress.XtraBars.LinkPersistInfo(this.iRotateBy90),
new DevExpress.XtraBars.LinkPersistInfo(this.iPictureAlignment, true),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.sizeMode, "", false, true, true, 91)});
this.bar3.Offset = 74;
this.bar3.Text = "Image";
//
// iVerticalFlip
//
this.iVerticalFlip.Caption = "&Vertical Flip";
this.iVerticalFlip.CategoryGuid = new System.Guid("fe2c529e-0920-415c-bb9e-16f91547b76f");
this.iVerticalFlip.Hint = "Vertical Flip";
this.iVerticalFlip.Id = 6;
this.iVerticalFlip.ImageIndex = 3;
this.iVerticalFlip.Name = "iVerticalFlip";
this.iVerticalFlip.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iVerticalFlip_ItemClick);
//
// iRotateBy90
//
this.iRotateBy90.Caption = "&Rotate by 90";
this.iRotateBy90.CategoryGuid = new System.Guid("fe2c529e-0920-415c-bb9e-16f91547b76f");
this.iRotateBy90.Hint = "Rotate by 90";
this.iRotateBy90.Id = 7;
this.iRotateBy90.ImageIndex = 4;
this.iRotateBy90.Name = "iRotateBy90";
this.iRotateBy90.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iRotateBy90_ItemClick);
//
// iPictureAlignment
//
this.iPictureAlignment.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
this.iPictureAlignment.Caption = "Picture Alignment";
this.iPictureAlignment.CategoryGuid = new System.Guid("fe2c529e-0920-415c-bb9e-16f91547b76f");
this.iPictureAlignment.DropDownControl = this.popupControlContainer1;
this.iPictureAlignment.Id = 8;
this.iPictureAlignment.Name = "iPictureAlignment";
//
// sizeMode
//
this.sizeMode.Caption = "Size Mode:";
this.sizeMode.CategoryGuid = new System.Guid("fe2c529e-0920-415c-bb9e-16f91547b76f");
this.sizeMode.Edit = this.repositoryItemImageComboBox1;
this.sizeMode.Id = 25;
this.sizeMode.Name = "sizeMode";
this.sizeMode.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.Caption;
this.sizeMode.EditValueChanged += new System.EventHandler(this.sizeMode_EditValueChanged);
//
// repositoryItemImageComboBox1
//
this.repositoryItemImageComboBox1.AllowFocused = false;
this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
//
// bar4
//
this.bar4.BarName = "Edit";
this.bar4.DockCol = 0;
this.bar4.DockRow = 2;
this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar4.FloatLocation = new System.Drawing.Point(47, 222);
this.bar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iCut),
new DevExpress.XtraBars.LinkPersistInfo(this.iCopy),
new DevExpress.XtraBars.LinkPersistInfo(this.iPaste),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.colorEdit, "", true, true, true, 111),
new DevExpress.XtraBars.LinkPersistInfo(this.iFont)});
this.bar4.Text = "Edit";
//
// iCut
//
this.iCut.Caption = "Cu&t";
this.iCut.CategoryGuid = new System.Guid("2484205c-8785-4d92-a79d-d9d652073711");
this.iCut.Hint = "Cut";
this.iCut.Id = 15;
this.iCut.ImageIndex = 9;
this.iCut.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X));
this.iCut.Name = "iCut";
this.iCut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCut_ItemClick);
//
// iPaste
//
this.iPaste.Caption = "&Paste";
this.iPaste.CategoryGuid = new System.Guid("2484205c-8785-4d92-a79d-d9d652073711");
this.iPaste.Hint = "Paste";
this.iPaste.Id = 17;
this.iPaste.ImageIndex = 11;
this.iPaste.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V));
this.iPaste.Name = "iPaste";
this.iPaste.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPaste_ItemClick);
//
// colorEdit
//
this.colorEdit.Caption = "Font Color:";
this.colorEdit.CategoryGuid = new System.Guid("2647ec04-72de-46d9-a06c-477510ca4f71");
this.colorEdit.Edit = this.repositoryItemColorEdit1;
this.colorEdit.Id = 24;
this.colorEdit.Name = "colorEdit";
this.colorEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.Caption;
this.colorEdit.Width = 20;
this.colorEdit.EditValueChanged += new System.EventHandler(this.colorEdit_EditValueChanged);
//
// repositoryItemColorEdit1
//
this.repositoryItemColorEdit1.AllowFocused = false;
this.repositoryItemColorEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemColorEdit1.Name = "repositoryItemColorEdit1";
//
// iFont
//
this.iFont.Caption = "Font...";
this.iFont.CategoryGuid = new System.Guid("2647ec04-72de-46d9-a06c-477510ca4f71");
this.iFont.Hint = "Font Dialog";
this.iFont.Id = 20;
this.iFont.ImageIndex = 12;
this.iFont.Name = "iFont";
this.iFont.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.iFont.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFont_ItemClick);
//
// bar5
//
this.bar5.BarName = "StatusBar";
this.bar5.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
this.bar5.DockCol = 0;
this.bar5.DockRow = 0;
this.bar5.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
this.bar5.FloatLocation = new System.Drawing.Point(59, 506);
this.bar5.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iDocName),
new DevExpress.XtraBars.LinkPersistInfo(this.iPicture)});
this.bar5.OptionsBar.AllowQuickCustomization = false;
this.bar5.OptionsBar.DrawDragBorder = false;
this.bar5.OptionsBar.DrawSizeGrip = true;
this.bar5.OptionsBar.RotateWhenVertical = false;
this.bar5.OptionsBar.UseWholeRow = true;
this.bar5.Text = "StatusBar";
//
// iDocName
//
this.iDocName.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
this.iDocName.CategoryGuid = new System.Guid("2827f321-90e1-4a0d-9bfa-bef5134ad8db");
this.iDocName.Id = 21;
this.iDocName.Name = "iDocName";
this.iDocName.TextAlignment = System.Drawing.StringAlignment.Near;
this.iDocName.Width = 522;
//
// bar6
//
this.bar6.BarName = "PaintStyle";
this.bar6.DockCol = 2;
this.bar6.DockRow = 1;
this.bar6.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iPaintStyle)});
this.bar6.Offset = 515;
this.bar6.OptionsBar.AllowQuickCustomization = false;
this.bar6.OptionsBar.RotateWhenVertical = false;
this.bar6.Text = "PaintStyle";
//
// iPaintStyle
//
this.iPaintStyle.Caption = "Paint Style";
this.iPaintStyle.CategoryGuid = new System.Guid("cd6a5e26-77b5-4eca-9cc6-fbd0918eb85f");
this.iPaintStyle.Id = 25;
this.iPaintStyle.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.ipsDefault),
new DevExpress.XtraBars.LinkPersistInfo(this.ipsWXP),
new DevExpress.XtraBars.LinkPersistInfo(this.ipsOXP),
new DevExpress.XtraBars.LinkPersistInfo(this.ipsO2K),
new DevExpress.XtraBars.LinkPersistInfo(this.ipsO2003)});
this.iPaintStyle.Name = "iPaintStyle";
this.iPaintStyle.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// ipsDefault
//
this.ipsDefault.Caption = "Default";
this.ipsDefault.CategoryGuid = new System.Guid("cd6a5e26-77b5-4eca-9cc6-fbd0918eb85f");
this.ipsDefault.Description = "Default";
this.ipsDefault.Id = 30;
this.ipsDefault.Name = "ipsDefault";
this.ipsDefault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
//
// ipsWXP
//
this.ipsWXP.Caption = "Windows XP";
this.ipsWXP.CategoryGuid = new System.Guid("cd6a5e26-77b5-4eca-9cc6-fbd0918eb85f");
this.ipsWXP.Description = "WindowsXP";
this.ipsWXP.Id = 26;
this.ipsWXP.ImageIndex = 17;
this.ipsWXP.Name = "ipsWXP";
this.ipsWXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
//
// ipsOXP
//
this.ipsOXP.Caption = "Office XP";
this.ipsOXP.CategoryGuid = new System.Guid("cd6a5e26-77b5-4eca-9cc6-fbd0918eb85f");
this.ipsOXP.Description = "OfficeXP";
this.ipsOXP.Id = 27;
this.ipsOXP.ImageIndex = 15;
this.ipsOXP.Name = "ipsOXP";
this.ipsOXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
//
// ipsO2K
//
this.ipsO2K.Caption = "Office 2000";
this.ipsO2K.CategoryGuid = new System.Guid("cd6a5e26-77b5-4eca-9cc6-fbd0918eb85f");
this.ipsO2K.Description = "Office2000";
this.ipsO2K.Id = 28;
this.ipsO2K.ImageIndex = 16;
this.ipsO2K.Name = "ipsO2K";
this.ipsO2K.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
//
// ipsO2003
//
this.ipsO2003.Caption = "Office 2003";
this.ipsO2003.CategoryGuid = new System.Guid("cd6a5e26-77b5-4eca-9cc6-fbd0918eb85f");
this.ipsO2003.Description = "Office2003";
this.ipsO2003.Id = 29;
this.ipsO2003.ImageIndex = 18;
this.ipsO2003.Name = "ipsO2003";
this.ipsO2003.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
//
// barDockControl1
//
this.barDockControl1.CausesValidation = false;
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControl1.Location = new System.Drawing.Point(0, 0);
this.barDockControl1.Size = new System.Drawing.Size(584, 79);
//
// barDockControl2
//
this.barDockControl2.CausesValidation = false;
this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControl2.Location = new System.Drawing.Point(0, 344);
this.barDockControl2.Size = new System.Drawing.Size(584, 29);
//
// barDockControl3
//
this.barDockControl3.CausesValidation = false;
this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControl3.Location = new System.Drawing.Point(0, 79);
this.barDockControl3.Size = new System.Drawing.Size(0, 265);
//
// barDockControl4
//
this.barDockControl4.CausesValidation = false;
this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl4.Location = new System.Drawing.Point(584, 79);
this.barDockControl4.Size = new System.Drawing.Size(0, 265);
//
// popupMenu2
//
this.popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iHorizontalFlip),
new DevExpress.XtraBars.LinkPersistInfo(this.iVerticalFlip),
new DevExpress.XtraBars.LinkPersistInfo(this.iRotateBy90)});
this.popupMenu2.Manager = this.barManager1;
this.popupMenu2.Name = "popupMenu2";
//
// popupMenu1
//
this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.iCut),
new DevExpress.XtraBars.LinkPersistInfo(this.iCopy),
new DevExpress.XtraBars.LinkPersistInfo(this.iPaste),
new DevExpress.XtraBars.LinkPersistInfo(this.iSelectAll, true)});
this.popupMenu1.Manager = this.barManager1;
this.popupMenu1.Name = "popupMenu1";
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
this.imageList2.Images.SetKeyName(0, "");
this.imageList2.Images.SetKeyName(1, "");
this.imageList2.Images.SetKeyName(2, "");
this.imageList2.Images.SetKeyName(3, "");
this.imageList2.Images.SetKeyName(4, "");
this.imageList2.Images.SetKeyName(5, "");
this.imageList2.Images.SetKeyName(6, "");
this.imageList2.Images.SetKeyName(7, "");
this.imageList2.Images.SetKeyName(8, "");
this.imageList2.Images.SetKeyName(9, "");
this.imageList2.Images.SetKeyName(10, "");
this.imageList2.Images.SetKeyName(11, "");
this.imageList2.Images.SetKeyName(12, "");
this.imageList2.Images.SetKeyName(13, "");
this.imageList2.Images.SetKeyName(14, "");
this.imageList2.Images.SetKeyName(15, "");
this.imageList2.Images.SetKeyName(16, "");
this.imageList2.Images.SetKeyName(17, "");
this.imageList2.Images.SetKeyName(18, "");
//
// xtraTabbedMdiManager1
//
this.xtraTabbedMdiManager1.MdiParent = null;
this.xtraTabbedMdiManager1.PageAdded += new DevExpress.XtraTabbedMdi.MdiTabPageEventHandler(this.xtraTabbedMdiManager1_PageAdded);
//
// frmMain
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
this.ClientSize = new System.Drawing.Size(584, 373);
this.Controls.Add(this.popupControlContainer1);
this.Controls.Add(this.barDockControl3);
this.Controls.Add(this.barDockControl4);
this.Controls.Add(this.barDockControl2);
this.Controls.Add(this.barDockControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MDIDemo (C# Demo)";
this.MdiChildActivate += new System.EventHandler(this.frmMain_MdiChildActivate);
((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).EndInit();
this.popupControlContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarDockControl barDockControl1;
private DevExpress.XtraBars.BarDockControl barDockControl2;
private DevExpress.XtraBars.BarDockControl barDockControl3;
private DevExpress.XtraBars.BarDockControl barDockControl4;
private DevExpress.XtraBars.BarSubItem mFile;
private DevExpress.XtraBars.BarSubItem mHelp;
private DevExpress.XtraBars.BarButtonItem iOpen;
private DevExpress.XtraBars.BarButtonItem iClose;
private DevExpress.XtraBars.BarButtonItem iExit;
private System.Windows.Forms.ImageList imageList1;
private DevExpress.XtraBars.BarButtonItem iHorizontalFlip;
private DevExpress.XtraBars.BarButtonItem iVerticalFlip;
private DevExpress.XtraBars.BarButtonItem iRotateBy90;
private DevExpress.XtraBars.PopupControlContainer popupControlContainer1;
private DevExpress.XtraBars.BarButtonItem iPictureAlignment;
private DevExpress.XtraBars.BarButtonItem iCascade;
private DevExpress.XtraBars.BarButtonItem iTileHorizontal;
private DevExpress.XtraBars.BarButtonItem iTileVertical;
private DevExpress.XtraBars.BarSubItem mWindow;
private DevExpress.XtraBars.BarButtonItem iWeb;
private DevExpress.XtraBars.BarButtonItem iAbout;
private DevExpress.XtraBars.BarButtonItem iCut;
private DevExpress.XtraBars.BarButtonItem iCopy;
private DevExpress.XtraBars.BarButtonItem iPaste;
private DevExpress.XtraBars.BarButtonItem iSelectAll;
private DevExpress.XtraBars.BarSubItem mEdit;
private DevExpress.XtraBars.BarButtonItem iFont;
private DevExpress.XtraBars.PopupMenu popupMenu1;
private DevExpress.XtraBars.BarStaticItem iDocName;
private DevExpress.XtraBars.BarStaticItem iPicture;
private DevExpress.XtraBars.PopupMenu popupMenu2;
private DevExpress.XtraBars.BarMdiChildrenListItem BarMdiChildrenListItem;
private DevExpress.XtraBars.BarEditItem colorEdit;
private DevExpress.XtraEditors.Repository.RepositoryItemColorEdit repositoryItemColorEdit1;
private DevExpress.XtraBars.BarEditItem sizeMode;
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox1;
private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.Bar bar3;
private DevExpress.XtraBars.Bar bar4;
private DevExpress.XtraBars.Bar bar5;
private DevExpress.XtraBars.Bar bar6;
private DevExpress.XtraBars.BarSubItem iPaintStyle;
private DevExpress.XtraBars.BarButtonItem ipsWXP;
private DevExpress.XtraBars.BarButtonItem ipsOXP;
private DevExpress.XtraBars.BarButtonItem ipsO2K;
private DevExpress.XtraBars.BarButtonItem ipsO2003;
private DevExpress.XtraBars.BarButtonItem ipsDefault;
private System.Windows.Forms.ImageList imageList2;
private DevExpress.XtraTabbedMdi.XtraTabbedMdiManager xtraTabbedMdiManager1;
private DevExpress.XtraBars.BarButtonItem biTabbedMDI;
private DevExpress.Tutorials.Controls.AlignmentControl alignmentControl1;
private System.ComponentModel.IContainer components = null;
}
}