namespace DevExpress.DevAV.Modules {
partial class OrderView {
///
/// 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();
DevExpress.Snap.Core.API.DataSourceInfo dataSourceInfo1 = new DevExpress.Snap.Core.API.DataSourceInfo();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderView));
this.bindingSource = new System.Windows.Forms.BindingSource(this.components);
this.modueLayout = new DevExpress.XtraDataLayout.DataLayoutControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.snapControl = new DevExpress.Snap.SnapControl();
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.bar1 = new DevExpress.XtraBars.Bar();
this.editBBI = new DevExpress.XtraBars.BarButtonItem();
this.deleteBBI = new DevExpress.XtraBars.BarButtonItem();
this.emailBBI = new DevExpress.XtraBars.BarButtonItem();
this.printBBI = new DevExpress.XtraBars.BarButtonItem();
this.paidBBI = new DevExpress.XtraBars.BarButtonItem();
this.refundBBI = new DevExpress.XtraBars.BarButtonItem();
this.previousBBI = new DevExpress.XtraBars.BarButtonItem();
this.nextBBI = new DevExpress.XtraBars.BarButtonItem();
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.companyNameLabelControl = new DevExpress.XtraEditors.LabelControl();
this.companyImagePictureEdit = new DevExpress.XtraEditors.PictureEdit();
this.TitleLabel = new DevExpress.XtraEditors.LabelControl();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.ItemForCompanyImagePictureEdit = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.ItemForTitleLabel = new DevExpress.XtraLayout.LayoutControlItem();
this.ItemForCompanyNameLabelControl = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.mvvmContext)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.modueLayout)).BeginInit();
this.modueLayout.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.companyImagePictureEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForCompanyImagePictureEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForTitleLabel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForCompanyNameLabelControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
this.SuspendLayout();
//
// bindingSource
//
this.bindingSource.DataSource = typeof(DevExpress.DevAV.Order);
//
// modueLayout
//
this.modueLayout.AllowCustomization = false;
this.modueLayout.Controls.Add(this.panelControl1);
this.modueLayout.Controls.Add(this.companyNameLabelControl);
this.modueLayout.Controls.Add(this.companyImagePictureEdit);
this.modueLayout.Controls.Add(this.TitleLabel);
this.modueLayout.DataSource = this.bindingSource;
this.modueLayout.Dock = System.Windows.Forms.DockStyle.Fill;
this.modueLayout.Location = new System.Drawing.Point(0, 0);
this.modueLayout.Margin = new System.Windows.Forms.Padding(2);
this.modueLayout.Name = "modueLayout";
this.modueLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(-817, 83, 650, 558);
this.modueLayout.Root = this.Root;
this.modueLayout.Size = new System.Drawing.Size(602, 446);
this.modueLayout.TabIndex = 0;
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.snapControl);
this.panelControl1.Controls.Add(this.barDockControlLeft);
this.panelControl1.Controls.Add(this.barDockControlRight);
this.panelControl1.Controls.Add(this.barDockControlBottom);
this.panelControl1.Controls.Add(this.barDockControlTop);
this.panelControl1.Location = new System.Drawing.Point(2, 87);
this.panelControl1.MinimumSize = new System.Drawing.Size(400, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(598, 357);
this.panelControl1.TabIndex = 35;
//
// snapControl
//
this.snapControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
dataSourceInfo1.DataSource = this.bindingSource;
dataSourceInfo1.DataSourceName = "";
this.snapControl.DataSources.Add(dataSourceInfo1);
this.snapControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.snapControl.Location = new System.Drawing.Point(0, 0);
this.snapControl.MenuManager = this.barManager1;
this.snapControl.Modified = true;
this.snapControl.Name = "snapControl";
this.snapControl.Options.HorizontalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden;
this.snapControl.Options.SnapMailMergeVisualOptions.DataSourceName = "Employee";
this.snapControl.Options.VerticalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden;
this.snapControl.ReadOnly = true;
this.snapControl.Size = new System.Drawing.Size(563, 357);
this.snapControl.TabIndex = 19;
this.snapControl.Views.PrintLayoutView.MaxHorizontalPageCount = 1;
//
// barManager1
//
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.panelControl1;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.editBBI,
this.deleteBBI,
this.emailBBI,
this.printBBI,
this.paidBBI,
this.refundBBI,
this.previousBBI,
this.nextBBI});
this.barManager1.MaxItemId = 8;
//
// bar1
//
this.bar1.BarName = "Button";
this.bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Right;
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Right;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.editBBI),
new DevExpress.XtraBars.LinkPersistInfo(this.deleteBBI),
new DevExpress.XtraBars.LinkPersistInfo(this.emailBBI),
new DevExpress.XtraBars.LinkPersistInfo(this.printBBI),
new DevExpress.XtraBars.LinkPersistInfo(this.paidBBI),
new DevExpress.XtraBars.LinkPersistInfo(this.refundBBI),
new DevExpress.XtraBars.LinkPersistInfo(this.previousBBI),
new DevExpress.XtraBars.LinkPersistInfo(this.nextBBI)});
this.bar1.OptionsBar.AllowQuickCustomization = false;
this.bar1.OptionsBar.DrawBorder = false;
this.bar1.OptionsBar.DrawDragBorder = false;
this.bar1.Text = "Button";
//
// editBBI
//
this.editBBI.Caption = "Edit Invoice";
this.editBBI.Id = 0;
this.editBBI.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editBBI.ImageOptions.SvgImage")));
this.editBBI.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
this.editBBI.Name = "editBBI";
//
// deleteBBI
//
this.deleteBBI.Caption = "Delete Sale Record";
this.deleteBBI.Id = 1;
this.deleteBBI.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("deleteBBI.ImageOptions.SvgImage")));
this.deleteBBI.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
this.deleteBBI.Name = "deleteBBI";
//
// emailBBI
//
this.emailBBI.Caption = "Send Invoice via Email";
this.emailBBI.Id = 2;
this.emailBBI.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("emailBBI.ImageOptions.SvgImage")));
this.emailBBI.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
this.emailBBI.Name = "emailBBI";
//
// printBBI
//
this.printBBI.Caption = "Print Invoice";
this.printBBI.Id = 3;
this.printBBI.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("printBBI.ImageOptions.SvgImage")));
this.printBBI.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
this.printBBI.Name = "printBBI";
//
// paidBBI
//
this.paidBBI.Caption = "Mark as Paid";
this.paidBBI.Id = 4;
this.paidBBI.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("paidBBI.ImageOptions.SvgImage")));
this.paidBBI.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
this.paidBBI.Name = "paidBBI";
//
// refundBBI
//
this.refundBBI.Caption = "Issue Full Refund";
this.refundBBI.Id = 5;
this.refundBBI.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("refundBBI.ImageOptions.SvgImage")));
this.refundBBI.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
this.refundBBI.Name = "refundBBI";
//
// previousBBI
//
this.previousBBI.Caption = "Previous Record";
this.previousBBI.Id = 6;
this.previousBBI.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("previousBBI.ImageOptions.SvgImage")));
this.previousBBI.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
this.previousBBI.Name = "previousBBI";
//
// nextBBI
//
this.nextBBI.Caption = "Next Record";
this.nextBBI.Id = 7;
this.nextBBI.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("nextBBI.ImageOptions.SvgImage")));
this.nextBBI.ImageOptions.SvgImageSize = new System.Drawing.Size(16, 16);
this.nextBBI.Name = "nextBBI";
//
// 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(598, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 357);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(598, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 357);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(563, 0);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(35, 357);
//
// companyNameLabelControl
//
this.companyNameLabelControl.Appearance.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.companyNameLabelControl.Appearance.Options.UseFont = true;
this.companyNameLabelControl.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "Customer.Name", true));
this.companyNameLabelControl.Location = new System.Drawing.Point(76, 0);
this.companyNameLabelControl.Name = "companyNameLabelControl";
this.companyNameLabelControl.Size = new System.Drawing.Size(50, 32);
this.companyNameLabelControl.StyleController = this.modueLayout;
this.companyNameLabelControl.TabIndex = 34;
this.companyNameLabelControl.Text = "Mart";
//
// companyImagePictureEdit
//
this.companyImagePictureEdit.Cursor = System.Windows.Forms.Cursors.Default;
this.companyImagePictureEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource, "Customer.Image", true));
this.companyImagePictureEdit.Location = new System.Drawing.Point(0, 0);
this.companyImagePictureEdit.Name = "companyImagePictureEdit";
this.companyImagePictureEdit.Properties.AllowAnimationOnValueChanged = DevExpress.Utils.DefaultBoolean.True;
this.companyImagePictureEdit.Properties.AllowFocused = false;
this.companyImagePictureEdit.Properties.PictureInterpolationMode = System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic;
this.companyImagePictureEdit.Properties.ShowMenu = false;
this.companyImagePictureEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
this.companyImagePictureEdit.Size = new System.Drawing.Size(64, 64);
this.companyImagePictureEdit.StyleController = this.modueLayout;
this.companyImagePictureEdit.TabIndex = 33;
//
// TitleLabel
//
this.TitleLabel.Appearance.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.TitleLabel.Appearance.Options.UseFont = true;
this.TitleLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "InvoiceNumber", true));
this.TitleLabel.Location = new System.Drawing.Point(151, 42);
this.TitleLabel.Margin = new System.Windows.Forms.Padding(2);
this.TitleLabel.Name = "TitleLabel";
this.TitleLabel.Size = new System.Drawing.Size(60, 25);
this.TitleLabel.StyleController = this.modueLayout;
this.TitleLabel.TabIndex = 4;
this.TitleLabel.Text = "250999";
//
// Root
//
this.Root.CustomizationFormText = "Root";
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlGroup1});
this.Root.Name = "Root";
this.Root.OptionsItemText.TextToControlDistance = 6;
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(602, 446);
//
// layoutControlGroup1
//
this.layoutControlGroup1.AllowDrawBackground = false;
this.layoutControlGroup1.CustomizationFormText = "autoGeneratedGroup0";
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.ItemForCompanyImagePictureEdit,
this.emptySpaceItem1,
this.ItemForTitleLabel,
this.ItemForCompanyNameLabelControl,
this.emptySpaceItem2,
this.simpleSeparator1,
this.layoutControlItem1});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "autoGeneratedGroup0";
this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 6;
this.layoutControlGroup1.Size = new System.Drawing.Size(602, 446);
//
// ItemForCompanyImagePictureEdit
//
this.ItemForCompanyImagePictureEdit.Control = this.companyImagePictureEdit;
this.ItemForCompanyImagePictureEdit.Location = new System.Drawing.Point(0, 0);
this.ItemForCompanyImagePictureEdit.MaxSize = new System.Drawing.Size(76, 64);
this.ItemForCompanyImagePictureEdit.MinSize = new System.Drawing.Size(76, 64);
this.ItemForCompanyImagePictureEdit.Name = "ItemForCompanyImagePictureEdit";
this.ItemForCompanyImagePictureEdit.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 12, 0, 0);
this.ItemForCompanyImagePictureEdit.Size = new System.Drawing.Size(76, 67);
this.ItemForCompanyImagePictureEdit.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.ItemForCompanyImagePictureEdit.TextSize = new System.Drawing.Size(0, 0);
this.ItemForCompanyImagePictureEdit.TextVisible = false;
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
this.emptySpaceItem1.Location = new System.Drawing.Point(211, 0);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(391, 67);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// ItemForTitleLabel
//
this.ItemForTitleLabel.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI", 11F);
this.ItemForTitleLabel.AppearanceItemCaption.Options.UseFont = true;
this.ItemForTitleLabel.Control = this.TitleLabel;
this.ItemForTitleLabel.CustomizationFormText = "Title";
this.ItemForTitleLabel.Location = new System.Drawing.Point(76, 42);
this.ItemForTitleLabel.Name = "ItemForTitleLabel";
this.ItemForTitleLabel.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.ItemForTitleLabel.Size = new System.Drawing.Size(135, 25);
this.ItemForTitleLabel.Text = "INVOICE #";
this.ItemForTitleLabel.TextSize = new System.Drawing.Size(69, 20);
//
// ItemForCompanyNameLabelControl
//
this.ItemForCompanyNameLabelControl.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI", 11F);
this.ItemForCompanyNameLabelControl.AppearanceItemCaption.Options.UseFont = true;
this.ItemForCompanyNameLabelControl.Control = this.companyNameLabelControl;
this.ItemForCompanyNameLabelControl.Location = new System.Drawing.Point(76, 0);
this.ItemForCompanyNameLabelControl.Name = "ItemForCompanyNameLabelControl";
this.ItemForCompanyNameLabelControl.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.ItemForCompanyNameLabelControl.Size = new System.Drawing.Size(135, 32);
this.ItemForCompanyNameLabelControl.TextSize = new System.Drawing.Size(0, 0);
this.ItemForCompanyNameLabelControl.TextVisible = false;
//
// emptySpaceItem2
//
this.emptySpaceItem2.AllowHotTrack = false;
this.emptySpaceItem2.Location = new System.Drawing.Point(76, 32);
this.emptySpaceItem2.Name = "emptySpaceItem2";
this.emptySpaceItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.emptySpaceItem2.Size = new System.Drawing.Size(135, 10);
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
//
// simpleSeparator1
//
this.simpleSeparator1.AllowHotTrack = false;
this.simpleSeparator1.CustomizationFormText = "simpleSeparator1";
this.simpleSeparator1.Location = new System.Drawing.Point(0, 67);
this.simpleSeparator1.Name = "simpleSeparator1";
this.simpleSeparator1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.simpleSeparator1.Size = new System.Drawing.Size(602, 18);
this.simpleSeparator1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 8, 8);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.panelControl1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 85);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(602, 361);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// OrderView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.modueLayout);
this.Name = "OrderView";
this.Size = new System.Drawing.Size(602, 446);
((System.ComponentModel.ISupportInitialize)(this.mvvmContext)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.modueLayout)).EndInit();
this.modueLayout.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.companyImagePictureEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForCompanyImagePictureEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForTitleLabel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ItemForCompanyNameLabelControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.BindingSource bindingSource;
private DevExpress.XtraDataLayout.DataLayoutControl modueLayout;
private XtraEditors.LabelControl TitleLabel;
private XtraLayout.LayoutControlGroup Root;
private XtraLayout.LayoutControlGroup layoutControlGroup1;
private XtraLayout.SimpleSeparator simpleSeparator1;
private Snap.SnapControl snapControl;
private XtraLayout.EmptySpaceItem emptySpaceItem1;
private XtraEditors.PictureEdit companyImagePictureEdit;
private XtraLayout.LayoutControlItem ItemForCompanyImagePictureEdit;
private XtraEditors.LabelControl companyNameLabelControl;
private XtraLayout.LayoutControlItem ItemForTitleLabel;
private XtraLayout.LayoutControlItem ItemForCompanyNameLabelControl;
private XtraLayout.EmptySpaceItem emptySpaceItem2;
private XtraEditors.PanelControl panelControl1;
private XtraBars.BarManager barManager1;
private XtraBars.Bar bar1;
private XtraBars.BarDockControl barDockControlTop;
private XtraBars.BarDockControl barDockControlBottom;
private XtraBars.BarDockControl barDockControlLeft;
private XtraBars.BarDockControl barDockControlRight;
private XtraLayout.LayoutControlItem layoutControlItem1;
private XtraBars.BarButtonItem editBBI;
private XtraBars.BarButtonItem deleteBBI;
private XtraBars.BarButtonItem emailBBI;
private XtraBars.BarButtonItem printBBI;
private XtraBars.BarButtonItem paidBBI;
private XtraBars.BarButtonItem refundBBI;
private XtraBars.BarButtonItem previousBBI;
private XtraBars.BarButtonItem nextBBI;
}
}