コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.windowsUIView1   = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.WindowsUIView(this.components);
     this.tileContainer1   = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
     this.page1            = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Page(this.components);
     this.document1Tile    = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.document1        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.document2Tile    = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.document2        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.tile1            = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.pageGroup1       = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.PageGroup(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.windowsUIView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.page1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tile1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pageGroup1)).BeginInit();
     this.SuspendLayout();
     //
     // documentManager1
     //
     this.documentManager1.ContainerControl = this;
     this.documentManager1.View             = this.windowsUIView1;
     this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.windowsUIView1
     });
     //
     // windowsUIView1
     //
     this.windowsUIView1.ContentContainers.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer[] {
         this.tileContainer1,
         this.page1,
         this.pageGroup1
     });
     this.windowsUIView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
         this.document1,
         this.document2
     });
     this.windowsUIView1.Tiles.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
         this.document1Tile,
         this.document2Tile,
         this.tile1
     });
     this.windowsUIView1.QueryControl += new DevExpress.XtraBars.Docking2010.Views.QueryControlEventHandler(this.windowsUIView1_QueryControl);
     //
     // tileContainer1
     //
     this.tileContainer1.ActivationTarget = this.page1;
     this.tileContainer1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
         this.document1Tile,
         this.document2Tile,
         this.tile1
     });
     this.tileContainer1.Name = "tileContainer1";
     //
     // page1
     //
     this.page1.Caption  = "Page";
     this.page1.Document = null;
     this.page1.Name     = "page1";
     this.page1.Parent   = this.tileContainer1;
     //
     // document1Tile
     //
     this.document1Tile.Document = this.document1;
     tileItemElement1.Text       = "Module A";
     this.document1Tile.Elements.Add(tileItemElement1);
     this.document1Tile.Name = "document1Tile";
     //
     // document1
     //
     this.document1.Caption     = "Document 1";
     this.document1.ControlName = "document1";
     //
     // document2Tile
     //
     this.document2Tile.Document = this.document2;
     tileItemElement2.Text       = "Module B";
     this.document2Tile.Elements.Add(tileItemElement2);
     this.tileContainer1.SetID(this.document2Tile, 1);
     this.document2Tile.Name = "document2Tile";
     //
     // document2
     //
     this.document2.Caption     = "Document 2";
     this.document2.ControlName = "document2";
     //
     // tile1
     //
     this.tile1.ActivationTarget = this.pageGroup1;
     tileItemElement3.Text       = "Page Group";
     this.tile1.Elements.Add(tileItemElement3);
     this.tileContainer1.SetID(this.tile1, 2);
     this.tile1.Name = "tile1";
     //
     // pageGroup1
     //
     this.pageGroup1.Caption = "Page Group";
     this.pageGroup1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
         this.document1,
         this.document2
     });
     this.pageGroup1.Name   = "pageGroup1";
     this.pageGroup1.Parent = this.tileContainer1;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(874, 503);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "Form1";
     this.Text   = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.windowsUIView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.page1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tile1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pageGroup1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainXtraForm));
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.newCallTileItem = new DevExpress.XtraEditors.TileItem();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.settingsTileItem = new DevExpress.XtraEditors.TileItem();
            this.SuspendLayout();
            // 
            // tileControl1
            // 
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Groups.Add(this.tileGroup3);
            this.tileControl1.Location = new System.Drawing.Point(0, 0);
            this.tileControl1.MaxId = 5;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Size = new System.Drawing.Size(729, 555);
            this.tileControl1.TabIndex = 0;
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.newCallTileItem);
            this.tileGroup2.Name = "tileGroup2";
            this.tileGroup2.Text = "Calls";
            // 
            // newCallTileItem
            // 
            this.newCallTileItem.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 15F);
            this.newCallTileItem.AppearanceItem.Normal.Options.UseFont = true;
            tileItemElement1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
            tileItemElement1.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            tileItemElement1.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement1.Text = "New message";
            this.newCallTileItem.Elements.Add(tileItemElement1);
            this.newCallTileItem.Id = 4;
            this.newCallTileItem.IsLarge = true;
            this.newCallTileItem.Name = "newCallTileItem";
            this.newCallTileItem.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.newCallTileItem_ItemClick);
            // 
            // tileGroup3
            // 
            this.tileGroup3.Items.Add(this.settingsTileItem);
            this.tileGroup3.Name = "tileGroup3";
            this.tileGroup3.Text = null;
            // 
            // settingsTileItem
            // 
            this.settingsTileItem.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 15F);
            this.settingsTileItem.AppearanceItem.Normal.Options.UseFont = true;
            tileItemElement2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
            tileItemElement2.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            tileItemElement2.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement2.Text = "Settings";
            this.settingsTileItem.Elements.Add(tileItemElement2);
            this.settingsTileItem.Id = 3;
            this.settingsTileItem.IsLarge = true;
            this.settingsTileItem.Name = "settingsTileItem";
            this.settingsTileItem.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.settingsTileItem_ItemClick);
            // 
            // MainXtraForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(729, 555);
            this.Controls.Add(this.tileControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainXtraForm";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MainXtraForm_Load);
            this.ResumeLayout(false);

        }
コード例 #3
0
ファイル: AnaForm.Designer.cs プロジェクト: sametson/Test
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnaForm));
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileGroup1 = new DevExpress.XtraEditors.TileGroup();
            this.tileItemBakimRapolari = new DevExpress.XtraEditors.TileItem();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.tileItemTezgahlar = new DevExpress.XtraEditors.TileItem();
            this.tileItemFirmalar = new DevExpress.XtraEditors.TileItem();
            this.tileItemBakimlar = new DevExpress.XtraEditors.TileItem();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            this.SuspendLayout();
            // 
            // tileControl1
            // 
            this.tileControl1.AllowDrag = false;
            this.tileControl1.AllowDrop = true;
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Groups.Add(this.tileGroup1);
            this.tileControl1.Location = new System.Drawing.Point(0, 0);
            this.tileControl1.MaxId = 6;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Size = new System.Drawing.Size(1085, 611);
            this.tileControl1.TabIndex = 0;
            this.tileControl1.Text = "Giriş Menüsü";
            this.tileControl1.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Center;
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItemTezgahlar);
            this.tileGroup2.Items.Add(this.tileItemFirmalar);
            this.tileGroup2.Name = "tileGroup2";
            // 
            // tileGroup1
            // 
            this.tileGroup1.Items.Add(this.tileItemBakimlar);
            this.tileGroup1.Items.Add(this.tileItemBakimRapolari);
            this.tileGroup1.Name = "tileGroup1";
            // 
            // tileItemBakimRapolari
            // 
            this.tileItemBakimRapolari.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemBakimRapolari.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemBakimRapolari.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.report;
            this.tileItemBakimRapolari.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.tileItemBakimRapolari.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement4.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Bottom;
            tileItemElement4.Text = "Bakım Raporları";
            tileItemElement4.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemBakimRapolari.Elements.Add(tileItemElement4);
            this.tileItemBakimRapolari.Id = 4;
            this.tileItemBakimRapolari.IsLarge = true;
            this.tileItemBakimRapolari.Name = "tileItemBakimRapolari";
            this.tileItemBakimRapolari.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemBakimRapolari_ItemClick);
            // 
            // tileGroup3
            // 
            this.tileGroup3.Name = "tileGroup3";
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageSize = new System.Drawing.Size(60, 60);
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            // 
            // tileItemTezgahlar
            // 
            this.tileItemTezgahlar.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemTezgahlar.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemTezgahlar.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.Tezgah;
            this.tileItemTezgahlar.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemTezgahlar.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement1.Text = "Tezgahlar";
            tileItemElement1.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemTezgahlar.Elements.Add(tileItemElement1);
            this.tileItemTezgahlar.Id = 0;
            this.tileItemTezgahlar.IsLarge = true;
            this.tileItemTezgahlar.Name = "tileItemTezgahlar";
            this.tileItemTezgahlar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemTezgahlar_ItemClick);
            // 
            // tileItemFirmalar
            // 
            this.tileItemFirmalar.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemFirmalar.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemFirmalar.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.company;
            this.tileItemFirmalar.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.tileItemFirmalar.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement2.Text = "Firmalar";
            tileItemElement2.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemFirmalar.Elements.Add(tileItemElement2);
            this.tileItemFirmalar.Id = 1;
            this.tileItemFirmalar.IsLarge = true;
            this.tileItemFirmalar.Name = "tileItemFirmalar";
            this.tileItemFirmalar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemFirmalar_ItemClick);
            // 
            // tileItemBakimlar
            // 
            this.tileItemBakimlar.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemBakimlar.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemBakimlar.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.bakimlar1;
            this.tileItemBakimlar.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.tileItemBakimlar.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement3.Text = "Bakımlar";
            tileItemElement3.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemBakimlar.Elements.Add(tileItemElement3);
            this.tileItemBakimlar.Id = 2;
            this.tileItemBakimlar.IsLarge = true;
            this.tileItemBakimlar.Name = "tileItemBakimlar";
            this.tileItemBakimlar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemBakimlar_ItemClick);
            // 
            // AnaForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1085, 611);
            this.Controls.Add(this.tileControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "AnaForm";
            this.Text = "Menü";
            this.Load += new System.EventHandler(this.AnaForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TileMenuForm));
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     this.panelLeft = new DevExpress.XtraEditors.PanelControl();
     this.textSearch = new DevExpress.XtraEditors.TextEdit();
     this.tileControl1 = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
     this.tilAppOption = new DevExpress.XtraEditors.TileItem();
     this.tilLock = new DevExpress.XtraEditors.TileItem();
     this.panelTop = new System.Windows.Forms.Panel();
     this.CheckIdleTimer = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.panelLeft)).BeginInit();
     this.panelLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textSearch.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelLeft
     //
     this.panelLeft.Appearance.BackColor = System.Drawing.Color.White;
     this.panelLeft.Appearance.Options.UseBackColor = true;
     this.panelLeft.Controls.Add(this.textSearch);
     this.panelLeft.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelLeft.Location = new System.Drawing.Point(562, 0);
     this.panelLeft.Name = "panelLeft";
     this.panelLeft.Size = new System.Drawing.Size(281, 540);
     this.panelLeft.TabIndex = 2;
     this.panelLeft.Visible = false;
     //
     // textSearch
     //
     this.textSearch.Location = new System.Drawing.Point(5, 32);
     this.textSearch.Name = "textSearch";
     this.textSearch.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textSearch.Properties.Appearance.Options.UseFont = true;
     this.textSearch.Size = new System.Drawing.Size(264, 26);
     this.textSearch.TabIndex = 0;
     this.textSearch.EditValueChanged += new System.EventHandler(this.textSearch_EditValueChanged);
     this.textSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textSearch_KeyDown);
     //
     // tileControl1
     //
     this.tileControl1.AllowSelectedItem = true;
     this.tileControl1.BackColor = System.Drawing.Color.LightSeaGreen;
     this.tileControl1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileControl1.BackgroundImage")));
     this.tileControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.FocusRectColor = System.Drawing.Color.Red;
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Location = new System.Drawing.Point(0, 0);
     this.tileControl1.MaxId = 21;
     this.tileControl1.Name = "tileControl1";
     this.tileControl1.SelectedItem = this.tilLock;
     this.tileControl1.ShowGroupText = true;
     this.tileControl1.Size = new System.Drawing.Size(562, 540);
     this.tileControl1.TabIndex = 6;
     this.tileControl1.Text = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tilAppOption);
     this.tileGroup2.Items.Add(this.tilLock);
     this.tileGroup2.Name = "tileGroup2";
     this.tileGroup2.Text = null;
     //
     // tilAppOption
     //
     tileItemElement1.Text = "tileItem1";
     this.tilAppOption.Elements.Add(tileItemElement1);
     this.tilAppOption.Id = 19;
     this.tilAppOption.Name = "tilAppOption";
     //
     // tilLock
     //
     tileItemElement2.Text = "tileItem1";
     this.tilLock.Elements.Add(tileItemElement2);
     this.tilLock.Id = 20;
     this.tilLock.Name = "tilLock";
     this.tilLock.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tilLock_ItemClick);
     //
     // panelTop
     //
     this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Name = "panelTop";
     this.panelTop.Size = new System.Drawing.Size(562, 70);
     this.panelTop.TabIndex = 7;
     this.panelTop.Visible = false;
     //
     // CheckIdleTimer
     //
     this.CheckIdleTimer.Interval = 9000;
     this.CheckIdleTimer.Tick += new System.EventHandler(this.CheckIdleTimer_Tick);
     //
     // TileMenuForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(843, 540);
     this.Controls.Add(this.panelTop);
     this.Controls.Add(this.tileControl1);
     this.Controls.Add(this.panelLeft);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.KeyPreview = true;
     this.Name = "TileMenuForm";
     this.Text = "TileMenu";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove);
     ((System.ComponentModel.ISupportInitialize)(this.panelLeft)).EndInit();
     this.panelLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textSearch.Properties)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame1 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame2 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame29 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement44 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame30 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement45 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement46 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame3 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame4 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame5 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame6 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame7 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame8 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame9 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame10 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement15 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement16 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame11 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement17 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame12 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement18 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement19 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame13 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement20 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame14 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement21 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement22 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame15 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement23 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame16 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement24 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement25 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame17 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement26 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame18 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement27 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement28 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame19 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement29 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame20 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement30 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement31 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame21 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement32 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame22 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement33 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement34 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame23 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement35 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame24 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement36 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement37 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame25 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement38 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame26 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement39 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement40 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame27 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement41 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame28 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement42 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement43 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame41 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement62 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame42 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement63 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement64 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame43 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement65 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement66 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame31 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement47 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame32 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement48 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement49 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame33 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement50 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame34 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement51 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement52 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame35 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement53 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame36 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement54 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement55 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame37 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement56 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame38 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement57 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement58 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame39 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement59 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame40 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement60 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement61 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame54 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement83 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame55 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement84 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement85 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement86 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame56 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement87 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame44 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement67 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame45 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement68 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement69 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame46 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement70 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame47 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement71 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement72 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame48 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement73 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame49 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement74 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement75 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame50 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement76 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement77 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame51 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement78 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement79 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame52 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement80 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame53 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement81 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement82 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame57 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement88 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame58 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement89 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement90 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame63 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement97 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame64 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement98 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement99 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame59 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement91 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame60 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement92 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement93 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame61 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement94 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame62 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement95 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement96 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame65 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement100 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame66 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement101 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement102 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame67 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement103 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame68 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement104 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement105 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame69 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement106 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame70 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement107 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement108 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame71 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement109 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame72 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement110 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement111 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame73 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement112 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame74 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement113 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement114 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame75 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement115 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame76 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement116 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement117 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame77 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement118 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame78 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement119 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement120 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame79 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement121 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame80 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement122 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement123 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame81 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement124 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame82 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement125 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement126 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame83 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement127 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame84 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement128 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement129 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame85 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement130 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame86 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement131 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement132 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame87 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement133 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame88 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement134 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement135 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame89 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement136 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame90 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement137 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement138 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame91 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement139 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame92 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement140 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement141 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame93 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement142 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame94 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement143 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement144 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame95 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement145 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame96 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement146 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement147 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame97 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement148 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame98 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement149 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement150 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame99 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement151 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame100 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement152 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement153 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainTilesFrm));
            this.documentManagerMain = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
            this.windowsUIView = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.WindowsUIView(this.components);
            this.tileContainerLogin = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
            this.docLoginTile = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docLogin = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileContainerMain = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
            this.documentTileEditors = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tileContainerEditors = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
            this.documentTileEditorsRoutes = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docEditorsRoutes = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsProducts = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docEditorsProducts = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsCustomers = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docEditorsCustomers = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsTargetKPI = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docEditorsTargetKPI = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsTargetNCE = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docEditorsTargetNCE = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsCostControl = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docEditorsCostControl = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileAppDatasourceEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docAppDatasourceEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsAppDatasourceLookup = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docEditorsAppDatasourceLookup = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsTaskManager = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tabbedGroupTaskManager = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TabbedGroup(this.components);
            this.docEditorsTaskManagerEmpTaskActual = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTaskManagerEmp = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTaskManagerFactor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTaskManagerTask = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTaskManagerEmpTask = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTaskManager = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsActivities = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tabbedGroupActivities = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TabbedGroup(this.components);
            this.docEditorsActivities_Actual = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsActivities = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsMSrv = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tabbedGroupMSrv = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TabbedGroup(this.components);
            this.docEditorsMSrv_TypeEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_Dmg_ReasonEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_TechnicianCompanyEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_TechnicianEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_TechnicianSalesDistrictEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_PartEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_TicketEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_01 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_02 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_03 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsXRep01 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv_04 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsMSrv = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsRDMEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tabbedGroupRDM = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TabbedGroup(this.components);
            this.docEditorsRDMEditorRDM_Promo_Type = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsRDMEditorRDM_Receipt = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsRDMEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTiledocEditorsTSrv = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tabbedGroupTSrv = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TabbedGroup(this.components);
            this.docEditorsTSrv_TruckServiceEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTSrv_StatusEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTSrv_RouteTypeEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTSrv_DriverEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTSrv_PlateEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTSrv_RoutePlateEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsTSrv = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditors = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileRules = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tileContainerRules = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
            this.documentTileRuleUser = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docRuleUser = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileRuleRule = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docRuleRule = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileRuleRuleDetails = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docRuleRuleDetails = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileRuleUserRule = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docRuleUserRule = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileRuleRuleSalesDisitrct3 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docRuleRuleSalesDisitrct3 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docRules = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileQueries = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tileContainerQueries = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
            this.documentTileQueriesQryPivot = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docQueriesQryPivot = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileQueriesQryCustomerInfo = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docQueriesQryCustomerInfo = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileQueriesExcelDynamicUpdate = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docQueriesExcelDynamicUpdate = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileQryPivotOLap = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docQryPivotOLap = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileCustomerMap = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docQueriesCustomerMap = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docQueries = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsImportFromExcel = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tabbedGroupImport = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TabbedGroup(this.components);
            this.docEditorsImportDays = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportCustomerRoute = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportCustomerInfo = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportEquipment = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportEquipmentAll = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportDamageMaster = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportCustomerSSInfo = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportUMD = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportUpdateProductDetails = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportStock_List = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportStock_Material = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportStock_Data = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportDst_Master = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportEst_Actual_R3UC = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportActualBillArg = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportGPS_Data = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportHH_Data = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsImportFromExcel = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileDashboard = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tileContainerDashboard = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
            this.documentTileDashboardDesigner = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docDashboardDesigner = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileDashboardViewer = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docDashboardViewer = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docDashboard = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileReports = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.tileContainerReports = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
            this.documentTileReportViewer = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.docReportsReportViewer = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docReports = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.pageUserSettings = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Page(this.components);
            this.docUserSetting = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsRoutesPlate = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.docEditorsPlate = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentTileEditorsImportDays = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportCustomerRoute = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportCustomerInfo = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportEquipment = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportDamageMaster = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportCustomerSSInfo = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTiledUserSetting = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportUMD = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileUpdateProductDetails = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTaskManagerTask = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTaskManagerEmp = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTaskManagerEmpTask = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTaskManagerFactor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTaskManagerEmpTaskActual = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportStock_List = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportStock_Material = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsActivities_Actual = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportDst_Master = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportEquipmentAll = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportEst_Actual_R3UC = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_TypeEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_TechnicianEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_TicketEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportActualBillArg = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_TechnicianSalesDistrictEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_TechnicianCompanyEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_01 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_PartEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportStock_Data = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsRDMEditorRDM_Promo_Type = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsRDMEditorRDM_Receipt = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportGPS_Data = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsImportHH_Data = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsRoutesPlate = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsPlate = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_02 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_Dmg_ReasonEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_03 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsXRep01 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsMSrv_04 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTSrv_DriverEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTSrv_PlateEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTSrv_RoutePlateEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTSrv_RouteTypeEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTSrv_StatusEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentTileEditorsTSrv_TruckServiceEditor = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.documentManagerMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.windowsUIView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerLogin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docLoginTile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docLogin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditors)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerEditors)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRoutes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRoutes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsProducts)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsProducts)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsCustomers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsCustomers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTargetKPI)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTargetKPI)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTargetNCE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTargetNCE)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsCostControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsCostControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileAppDatasourceEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docAppDatasourceEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsAppDatasourceLookup)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsAppDatasourceLookup)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupTaskManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerEmpTaskActual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerEmp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerFactor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerTask)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerEmpTask)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsActivities)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupActivities)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsActivities_Actual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsActivities)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupMSrv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TypeEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_Dmg_ReasonEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TechnicianCompanyEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TechnicianEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TechnicianSalesDistrictEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_PartEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TicketEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_01)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_02)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_03)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsXRep01)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_04)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRDMEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupRDM)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRDMEditorRDM_Promo_Type)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRDMEditorRDM_Receipt)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRDMEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTiledocEditorsTSrv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupTSrv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_TruckServiceEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_StatusEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_RouteTypeEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_DriverEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_PlateEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_RoutePlateEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditors)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRules)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerRules)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleRule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleRule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleRuleDetails)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleRuleDetails)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleUserRule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleUserRule)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleRuleSalesDisitrct3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleRuleSalesDisitrct3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRules)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQueries)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerQueries)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQueriesQryPivot)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueriesQryPivot)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQueriesQryCustomerInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueriesQryCustomerInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQueriesExcelDynamicUpdate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueriesExcelDynamicUpdate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQryPivotOLap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQryPivotOLap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileCustomerMap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueriesCustomerMap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueries)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportFromExcel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupImport)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportDays)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportCustomerRoute)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportCustomerInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportEquipment)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportEquipmentAll)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportDamageMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportCustomerSSInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportUMD)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportUpdateProductDetails)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportStock_List)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportStock_Material)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportStock_Data)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportDst_Master)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportEst_Actual_R3UC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportActualBillArg)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportGPS_Data)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportHH_Data)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportFromExcel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileDashboard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerDashboard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileDashboardDesigner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docDashboardDesigner)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileDashboardViewer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docDashboardViewer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docDashboard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileReports)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerReports)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileReportViewer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docReportsReportViewer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docReports)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pageUserSettings)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docUserSetting)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRoutesPlate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsPlate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportDays)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportCustomerRoute)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportCustomerInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportEquipment)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportDamageMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportCustomerSSInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTiledUserSetting)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportUMD)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileUpdateProductDetails)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerTask)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerEmp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerEmpTask)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerFactor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerEmpTaskActual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportStock_List)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportStock_Material)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsActivities_Actual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportDst_Master)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportEquipmentAll)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportEst_Actual_R3UC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TypeEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TechnicianEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TicketEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportActualBillArg)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TechnicianSalesDistrictEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TechnicianCompanyEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_01)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_PartEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportStock_Data)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRDMEditorRDM_Promo_Type)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRDMEditorRDM_Receipt)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportGPS_Data)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportHH_Data)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRoutesPlate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsPlate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_02)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_Dmg_ReasonEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_03)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsXRep01)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_04)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_DriverEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_PlateEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_RoutePlateEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_RouteTypeEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_StatusEditor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_TruckServiceEditor)).BeginInit();
            this.SuspendLayout();
            // 
            // documentManagerMain
            // 
            this.documentManagerMain.ContainerControl = this;
            this.documentManagerMain.ShowThumbnailsInTaskBar = DevExpress.Utils.DefaultBoolean.False;
            this.documentManagerMain.View = this.windowsUIView;
            this.documentManagerMain.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
            this.windowsUIView});
            // 
            // windowsUIView
            // 
            this.windowsUIView.AppearanceCaption.Font = new System.Drawing.Font("Segoe UI Light", 36F);
            this.windowsUIView.AppearanceCaption.Options.UseFont = true;
            this.windowsUIView.BackgroundImage = global::NICSQLTools.Properties.Resources.Product128;
            this.windowsUIView.BackgroundImageLayoutMode = DevExpress.Utils.Drawing.ImageLayoutMode.BottomRight;
            this.windowsUIView.Caption = "Nestle Ice Cream Sales Administration";
            this.windowsUIView.ContentContainers.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer[] {
            this.tileContainerLogin,
            this.tileContainerMain,
            this.tileContainerEditors,
            this.tileContainerQueries,
            this.tileContainerRules,
            this.tileContainerReports,
            this.tileContainerDashboard,
            this.pageUserSettings,
            this.tabbedGroupTaskManager,
            this.tabbedGroupImport,
            this.tabbedGroupActivities,
            this.tabbedGroupMSrv,
            this.tabbedGroupRDM,
            this.tabbedGroupTSrv});
            this.windowsUIView.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
            this.docLogin,
            this.docEditors,
            this.docQueries,
            this.docRules,
            this.docEditorsRoutes,
            this.docEditorsProducts,
            this.docEditorsCustomers,
            this.docEditorsImportDays,
            this.docEditorsImportCustomerRoute,
            this.docEditorsImportCustomerInfo,
            this.docEditorsImportEquipment,
            this.docEditorsImportDamageMaster,
            this.docEditorsImportCustomerSSInfo,
            this.docEditorsTargetKPI,
            this.docEditorsTargetNCE,
            this.docRuleUser,
            this.docRuleRule,
            this.docRuleRuleDetails,
            this.docRuleUserRule,
            this.docReports,
            this.docDashboard,
            this.docDashboardDesigner,
            this.docDashboardViewer,
            this.docRuleRuleSalesDisitrct3,
            this.docQueriesQryPivot,
            this.docUserSetting,
            this.docReportsReportViewer,
            this.docAppDatasourceEditor,
            this.docQueriesQryCustomerInfo,
            this.docEditorsImportUMD,
            this.docEditorsImportUpdateProductDetails,
            this.docEditorsCostControl,
            this.docEditorsAppDatasourceLookup,
            this.docEditorsTaskManager,
            this.docEditorsTaskManagerTask,
            this.docEditorsTaskManagerEmp,
            this.docEditorsTaskManagerEmpTask,
            this.docEditorsTaskManagerFactor,
            this.docEditorsTaskManagerEmpTaskActual,
            this.docEditorsImportFromExcel,
            this.docEditorsImportStock_List,
            this.docEditorsImportStock_Material,
            this.docQueriesExcelDynamicUpdate,
            this.docEditorsActivities,
            this.docEditorsActivities_Actual,
            this.docEditorsImportDst_Master,
            this.docEditorsImportEquipmentAll,
            this.docEditorsImportEst_Actual_R3UC,
            this.docEditorsMSrv_TypeEditor,
            this.docEditorsMSrv_TechnicianEditor,
            this.docEditorsMSrv,
            this.docEditorsMSrv_TicketEditor,
            this.docEditorsImportActualBillArg,
            this.docEditorsMSrv_TechnicianSalesDistrictEditor,
            this.docEditorsMSrv_TechnicianCompanyEditor,
            this.docEditorsMSrv_01,
            this.docQryPivotOLap,
            this.docEditorsMSrv_PartEditor,
            this.docEditorsImportStock_Data,
            this.docEditorsRDMEditor,
            this.docEditorsRDMEditorRDM_Promo_Type,
            this.docEditorsRDMEditorRDM_Receipt,
            this.docEditorsImportGPS_Data,
            this.docEditorsImportHH_Data,
            this.docEditorsRoutesPlate,
            this.docEditorsPlate,
            this.docEditorsMSrv_02,
            this.docEditorsMSrv_Dmg_ReasonEditor,
            this.docEditorsMSrv_03,
            this.docEditorsXRep01,
            this.docQueriesCustomerMap,
            this.docEditorsMSrv_04,
            this.docEditorsTSrv,
            this.docEditorsTSrv_DriverEditor,
            this.docEditorsTSrv_PlateEditor,
            this.docEditorsTSrv_RoutePlateEditor,
            this.docEditorsTSrv_RouteTypeEditor,
            this.docEditorsTSrv_StatusEditor,
            this.docEditorsTSrv_TruckServiceEditor});
            this.windowsUIView.OptionsLayout.LayoutVersion = "2";
            this.windowsUIView.OptionsLayout.PropertiesRestoreMode = DevExpress.XtraBars.Docking2010.Views.PropertiesRestoreMode.All;
            this.windowsUIView.SearchPanelProperties.Enabled = false;
            this.windowsUIView.SearchPanelProperties.VisibleRowCount = 10;
            this.windowsUIView.SplashScreenProperties.Image = global::NICSQLTools.Properties.Resources.NestleBanner;
            this.windowsUIView.SplashScreenProperties.LoadingDescription = "Loading data, Please wait ...";
            this.windowsUIView.TileContainerProperties.RowCount = 6;
            this.windowsUIView.TileContainerProperties.ShowGroupText = true;
            this.windowsUIView.TileContainerProperties.ShowText = true;
            this.windowsUIView.TileProperties.FrameAnimationInterval = 6000;
            this.windowsUIView.TileProperties.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.windowsUIView.Tiles.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.docLoginTile,
            this.documentTileEditors,
            this.documentTileQueries,
            this.documentTileRules,
            this.documentTileEditorsRoutes,
            this.documentTileEditorsProducts,
            this.documentTileEditorsCustomers,
            this.documentTileEditorsImportDays,
            this.documentTileEditorsImportCustomerRoute,
            this.documentTileEditorsImportCustomerInfo,
            this.documentTileEditorsImportEquipment,
            this.documentTileEditorsImportDamageMaster,
            this.documentTileEditorsImportCustomerSSInfo,
            this.documentTileEditorsTargetKPI,
            this.documentTileEditorsTargetNCE,
            this.documentTileRuleUser,
            this.documentTileRuleRule,
            this.documentTileRuleRuleDetails,
            this.documentTileRuleUserRule,
            this.documentTileReports,
            this.documentTileDashboard,
            this.documentTileDashboardDesigner,
            this.documentTileDashboardViewer,
            this.documentTileRuleRuleSalesDisitrct3,
            this.documentTileQueriesQryPivot,
            this.documentTiledUserSetting,
            this.documentTileReportViewer,
            this.documentTileAppDatasourceEditor,
            this.documentTileQueriesQryCustomerInfo,
            this.documentTileEditorsImportUMD,
            this.documentTileUpdateProductDetails,
            this.documentTileEditorsCostControl,
            this.documentTileEditorsAppDatasourceLookup,
            this.documentTileEditorsTaskManager,
            this.documentTileEditorsTaskManagerTask,
            this.documentTileEditorsTaskManagerEmp,
            this.documentTileEditorsTaskManagerEmpTask,
            this.documentTileEditorsTaskManagerFactor,
            this.documentTileEditorsTaskManagerEmpTaskActual,
            this.documentTileEditorsImportFromExcel,
            this.documentTileEditorsImportStock_List,
            this.documentTileEditorsImportStock_Material,
            this.documentTileQueriesExcelDynamicUpdate,
            this.documentTileEditorsActivities,
            this.documentTileEditorsActivities_Actual,
            this.documentTileEditorsImportDst_Master,
            this.documentTileEditorsImportEquipmentAll,
            this.documentTileEditorsImportEst_Actual_R3UC,
            this.documentTileEditorsMSrv_TypeEditor,
            this.documentTileEditorsMSrv_TechnicianEditor,
            this.documentTileEditorsMSrv,
            this.documentTileEditorsMSrv_TicketEditor,
            this.documentTileEditorsImportActualBillArg,
            this.documentTileEditorsMSrv_TechnicianSalesDistrictEditor,
            this.documentTileEditorsMSrv_TechnicianCompanyEditor,
            this.documentTileEditorsMSrv_01,
            this.documentTileQryPivotOLap,
            this.documentTileEditorsMSrv_PartEditor,
            this.documentTileEditorsImportStock_Data,
            this.documentTileEditorsRDMEditor,
            this.documentTileEditorsRDMEditorRDM_Promo_Type,
            this.documentTileEditorsRDMEditorRDM_Receipt,
            this.documentTileEditorsImportGPS_Data,
            this.documentTileEditorsImportHH_Data,
            this.documentTileEditorsRoutesPlate,
            this.documentTileEditorsPlate,
            this.documentTileEditorsMSrv_02,
            this.documentTileEditorsMSrv_Dmg_ReasonEditor,
            this.documentTileEditorsMSrv_03,
            this.documentTileEditorsXRep01,
            this.documentTileCustomerMap,
            this.documentTileEditorsMSrv_04,
            this.documentTiledocEditorsTSrv,
            this.documentTileEditorsTSrv_DriverEditor,
            this.documentTileEditorsTSrv_PlateEditor,
            this.documentTileEditorsTSrv_RoutePlateEditor,
            this.documentTileEditorsTSrv_RouteTypeEditor,
            this.documentTileEditorsTSrv_StatusEditor,
            this.documentTileEditorsTSrv_TruckServiceEditor});
            this.windowsUIView.QueryControl += new DevExpress.XtraBars.Docking2010.Views.QueryControlEventHandler(this.windowsUIView_QueryControl);
            // 
            // tileContainerLogin
            // 
            this.tileContainerLogin.Caption = "Login Section";
            this.tileContainerLogin.Image = global::NICSQLTools.Properties.Resources.Product64;
            this.tileContainerLogin.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.docLoginTile});
            this.tileContainerLogin.Name = "tileContainerLogin";
            this.tileContainerLogin.Properties.Padding = new System.Windows.Forms.Padding(30, 0, 30, 0);
            this.tileContainerLogin.Properties.ShowGroupText = DevExpress.Utils.DefaultBoolean.True;
            // 
            // docLoginTile
            // 
            this.docLoginTile.Appearances.Normal.BackColor = System.Drawing.Color.Black;
            this.docLoginTile.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.docLoginTile.Appearances.Normal.Options.UseBackColor = true;
            this.docLoginTile.Appearances.Normal.Options.UseForeColor = true;
            this.docLoginTile.Document = this.docLogin;
            tileItemFrame1.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollDown;
            tileItemElement1.Appearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F);
            tileItemElement1.Appearance.Hovered.Options.UseFont = true;
            tileItemElement1.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            tileItemElement1.Appearance.Normal.Options.UseFont = true;
            tileItemElement1.Appearance.Selected.Font = new System.Drawing.Font("Tahoma", 12F);
            tileItemElement1.Appearance.Selected.Options.UseFont = true;
            tileItemElement1.Image = global::NICSQLTools.Properties.Resources.LoginLogo256;
            tileItemElement1.ImageLocation = new System.Drawing.Point(-12, -8);
            tileItemElement1.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
            tileItemElement1.ImageSize = new System.Drawing.Size(372, 180);
            tileItemElement1.TextLocation = new System.Drawing.Point(6, 4);
            tileItemElement2.Appearance.Normal.Font = new System.Drawing.Font("Impact", 14F);
            tileItemElement2.Appearance.Normal.Options.UseFont = true;
            tileItemElement2.MaxWidth = 150;
            tileItemElement2.Text = "Nestle Ice Cream Sales Administration";
            tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement2.TextLocation = new System.Drawing.Point(70, 20);
            tileItemFrame1.Elements.Add(tileItemElement1);
            tileItemFrame1.Elements.Add(tileItemElement2);
            tileItemFrame1.Image = global::NICSQLTools.Properties.Resources.LoginLogo256;
            tileItemElement3.Image = global::NICSQLTools.Properties.Resources.LoginTile64;
            tileItemElement3.Text = "Login Screen";
            tileItemElement4.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 15F);
            tileItemElement4.Appearance.Normal.Options.UseFont = true;
            tileItemElement4.Text = "Click To Login";
            tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement4.TextLocation = new System.Drawing.Point(40, 0);
            tileItemFrame2.Elements.Add(tileItemElement3);
            tileItemFrame2.Elements.Add(tileItemElement4);
            tileItemFrame2.Image = global::NICSQLTools.Properties.Resources.LoginTile64;
            this.docLoginTile.Frames.Add(tileItemFrame1);
            this.docLoginTile.Frames.Add(tileItemFrame2);
            this.docLoginTile.Name = "docLoginTile";
            this.docLoginTile.Properties.AllowHtmlDraw = DevExpress.Utils.DefaultBoolean.True;
            this.docLoginTile.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.docLoginTile.Tag = true;
            // 
            // docLogin
            // 
            this.docLogin.Caption = "Ice Cream Login";
            this.docLogin.ControlName = "docLogin";
            this.docLogin.Footer = "";
            // 
            // tileContainerMain
            // 
            this.tileContainerMain.Caption = "Main Section";
            this.tileContainerMain.Image = global::NICSQLTools.Properties.Resources.Product64;
            this.tileContainerMain.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.documentTileEditors,
            this.documentTileRules,
            this.documentTileQueries,
            this.documentTileEditorsImportFromExcel,
            this.documentTileDashboard,
            this.documentTileReports});
            this.tileContainerMain.Name = "tileContainerMain";
            // 
            // documentTileEditors
            // 
            this.documentTileEditors.ActivationTarget = this.tileContainerEditors;
            this.documentTileEditors.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditors.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.documentTileEditors.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditors.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditors.Appearances.Normal.Options.UseFont = true;
            this.documentTileEditors.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditors.Document = this.docEditors;
            tileItemElement44.AnimateTransition = DevExpress.Utils.DefaultBoolean.True;
            tileItemElement44.Image = global::NICSQLTools.Properties.Resources.Editor128;
            tileItemElement44.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement44.Text = "Editors";
            tileItemFrame29.Elements.Add(tileItemElement44);
            tileItemFrame29.Image = global::NICSQLTools.Properties.Resources.Editor128;
            tileItemElement45.Image = global::NICSQLTools.Properties.Resources.Editor64;
            tileItemElement45.Text = "";
            tileItemElement46.MaxWidth = 160;
            tileItemElement46.Text = "Add, Edit And Delete Database Records";
            tileItemElement46.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame30.Elements.Add(tileItemElement45);
            tileItemFrame30.Elements.Add(tileItemElement46);
            tileItemFrame30.Image = global::NICSQLTools.Properties.Resources.Editor64;
            this.documentTileEditors.Frames.Add(tileItemFrame29);
            this.documentTileEditors.Frames.Add(tileItemFrame30);
            this.tileContainerMain.SetID(this.documentTileEditors, 1);
            this.documentTileEditors.Name = "documentTileEditors";
            this.documentTileEditors.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.documentTileEditors.Tag = true;
            // 
            // tileContainerEditors
            // 
            this.tileContainerEditors.Caption = "Editors Section";
            this.tileContainerEditors.Image = global::NICSQLTools.Properties.Resources.Editor64;
            this.tileContainerEditors.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.documentTileEditorsRoutes,
            this.documentTileEditorsProducts,
            this.documentTileEditorsCustomers,
            this.documentTileEditorsTargetKPI,
            this.documentTileEditorsTargetNCE,
            this.documentTileEditorsCostControl,
            this.documentTileAppDatasourceEditor,
            this.documentTileEditorsAppDatasourceLookup,
            this.documentTileEditorsTaskManager,
            this.documentTileEditorsActivities,
            this.documentTileEditorsMSrv,
            this.documentTileEditorsRDMEditor,
            this.documentTiledocEditorsTSrv});
            this.tileContainerEditors.Name = "tileContainerEditors";
            this.tileContainerEditors.Parent = this.tileContainerMain;
            // 
            // documentTileEditorsRoutes
            // 
            this.documentTileEditorsRoutes.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsRoutes.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsRoutes.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsRoutes.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsRoutes.Document = this.docEditorsRoutes;
            tileItemElement5.Image = global::NICSQLTools.Properties.Resources.Routes128;
            tileItemElement5.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement5.Text = "Routes";
            tileItemFrame3.Elements.Add(tileItemElement5);
            tileItemFrame3.Image = global::NICSQLTools.Properties.Resources.Routes128;
            tileItemFrame4.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollLeft;
            tileItemElement6.Text = "Routes";
            tileItemElement7.Image = global::NICSQLTools.Properties.Resources.Routes64;
            tileItemElement7.MaxWidth = 160;
            tileItemElement7.Text = "Add, Edit And Delete Routes Information";
            tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame4.Elements.Add(tileItemElement6);
            tileItemFrame4.Elements.Add(tileItemElement7);
            this.documentTileEditorsRoutes.Frames.Add(tileItemFrame3);
            this.documentTileEditorsRoutes.Frames.Add(tileItemFrame4);
            this.documentTileEditorsRoutes.Group = "Codes";
            this.documentTileEditorsRoutes.Name = "documentTileEditorsRoutes";
            // 
            // docEditorsRoutes
            // 
            this.docEditorsRoutes.Caption = "Routes";
            this.docEditorsRoutes.ControlName = "docEditorsRoutes";
            // 
            // documentTileEditorsProducts
            // 
            this.documentTileEditorsProducts.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsProducts.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsProducts.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsProducts.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsProducts.Document = this.docEditorsProducts;
            tileItemElement8.Image = global::NICSQLTools.Properties.Resources.Product128;
            tileItemElement8.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement8.Text = "Prodcuts";
            tileItemFrame5.Elements.Add(tileItemElement8);
            tileItemFrame5.Image = global::NICSQLTools.Properties.Resources.Product128;
            tileItemFrame6.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollDown;
            tileItemElement9.Text = "Prodcuts";
            tileItemElement10.Image = global::NICSQLTools.Properties.Resources.Product64;
            tileItemElement10.MaxWidth = 160;
            tileItemElement10.Text = "Add, Edit And Delete Prodcut Information";
            tileItemElement10.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame6.Elements.Add(tileItemElement9);
            tileItemFrame6.Elements.Add(tileItemElement10);
            this.documentTileEditorsProducts.Frames.Add(tileItemFrame5);
            this.documentTileEditorsProducts.Frames.Add(tileItemFrame6);
            this.documentTileEditorsProducts.Group = "Codes";
            this.tileContainerEditors.SetID(this.documentTileEditorsProducts, 1);
            this.documentTileEditorsProducts.Name = "documentTileEditorsProducts";
            // 
            // docEditorsProducts
            // 
            this.docEditorsProducts.Caption = "Products";
            this.docEditorsProducts.ControlName = "docEditorsProducts";
            // 
            // documentTileEditorsCustomers
            // 
            this.documentTileEditorsCustomers.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsCustomers.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsCustomers.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsCustomers.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsCustomers.Document = this.docEditorsCustomers;
            tileItemElement11.Image = global::NICSQLTools.Properties.Resources.Customers128;
            tileItemElement11.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement11.Text = "Customers";
            tileItemFrame7.Elements.Add(tileItemElement11);
            tileItemFrame7.Image = global::NICSQLTools.Properties.Resources.Customers128;
            tileItemFrame8.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollRight;
            tileItemElement12.Text = "Customers";
            tileItemElement13.Image = global::NICSQLTools.Properties.Resources.Customers64;
            tileItemElement13.MaxWidth = 160;
            tileItemElement13.Text = "Add, Edit And Delete Customer Information";
            tileItemElement13.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame8.Elements.Add(tileItemElement12);
            tileItemFrame8.Elements.Add(tileItemElement13);
            this.documentTileEditorsCustomers.Frames.Add(tileItemFrame7);
            this.documentTileEditorsCustomers.Frames.Add(tileItemFrame8);
            this.documentTileEditorsCustomers.Group = "Codes";
            this.tileContainerEditors.SetID(this.documentTileEditorsCustomers, 2);
            this.documentTileEditorsCustomers.Name = "documentTileEditorsCustomers";
            // 
            // docEditorsCustomers
            // 
            this.docEditorsCustomers.Caption = "Customers";
            this.docEditorsCustomers.ControlName = "docEditorsCustomers";
            // 
            // documentTileEditorsTargetKPI
            // 
            this.documentTileEditorsTargetKPI.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsTargetKPI.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsTargetKPI.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsTargetKPI.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsTargetKPI.Document = this.docEditorsTargetKPI;
            tileItemElement14.Image = global::NICSQLTools.Properties.Resources.TargetKPI128;
            tileItemElement14.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement14.Text = "Target KPI";
            tileItemFrame9.Elements.Add(tileItemElement14);
            tileItemFrame9.Image = global::NICSQLTools.Properties.Resources.TargetKPI128;
            tileItemElement15.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement15.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement15.Text = "Target KPI";
            tileItemElement16.Text = "Add, Edit And Delete Target KPI Information";
            tileItemElement16.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame10.Elements.Add(tileItemElement15);
            tileItemFrame10.Elements.Add(tileItemElement16);
            tileItemFrame10.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsTargetKPI.Frames.Add(tileItemFrame9);
            this.documentTileEditorsTargetKPI.Frames.Add(tileItemFrame10);
            this.documentTileEditorsTargetKPI.Group = "Codes";
            this.tileContainerEditors.SetID(this.documentTileEditorsTargetKPI, 10);
            this.documentTileEditorsTargetKPI.Name = "documentTileEditorsTargetKPI";
            // 
            // docEditorsTargetKPI
            // 
            this.docEditorsTargetKPI.Caption = "Target KPI";
            this.docEditorsTargetKPI.ControlName = "docEditorsTargetKPI";
            // 
            // documentTileEditorsTargetNCE
            // 
            this.documentTileEditorsTargetNCE.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsTargetNCE.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsTargetNCE.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsTargetNCE.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsTargetNCE.Document = this.docEditorsTargetNCE;
            tileItemElement17.Image = global::NICSQLTools.Properties.Resources.TargetNCE128;
            tileItemElement17.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement17.Text = "Target NCE";
            tileItemFrame11.Elements.Add(tileItemElement17);
            tileItemFrame11.Image = global::NICSQLTools.Properties.Resources.TargetNCE128;
            tileItemFrame12.AnimateText = false;
            tileItemElement18.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement18.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement18.Text = "Target NCE";
            tileItemElement19.Text = "Add, Edit And Delete Target NCE Information";
            tileItemElement19.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame12.Elements.Add(tileItemElement18);
            tileItemFrame12.Elements.Add(tileItemElement19);
            tileItemFrame12.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsTargetNCE.Frames.Add(tileItemFrame11);
            this.documentTileEditorsTargetNCE.Frames.Add(tileItemFrame12);
            this.documentTileEditorsTargetNCE.Group = "Codes";
            this.tileContainerEditors.SetID(this.documentTileEditorsTargetNCE, 11);
            this.documentTileEditorsTargetNCE.Name = "documentTileEditorsTargetNCE";
            // 
            // docEditorsTargetNCE
            // 
            this.docEditorsTargetNCE.Caption = "Target NCE";
            this.docEditorsTargetNCE.ControlName = "docEditorsTargetNCE";
            // 
            // documentTileEditorsCostControl
            // 
            this.documentTileEditorsCostControl.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsCostControl.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsCostControl.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsCostControl.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsCostControl.Document = this.docEditorsCostControl;
            tileItemElement20.Image = global::NICSQLTools.Properties.Resources.CostControl128;
            tileItemElement20.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement20.Text = "Cost Control";
            tileItemFrame13.Elements.Add(tileItemElement20);
            tileItemFrame13.Image = global::NICSQLTools.Properties.Resources.CostControl128;
            tileItemElement21.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement21.Text = "Cost Control";
            tileItemElement22.Text = "Import and edit cost control data";
            tileItemElement22.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame14.Elements.Add(tileItemElement21);
            tileItemFrame14.Elements.Add(tileItemElement22);
            tileItemFrame14.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsCostControl.Frames.Add(tileItemFrame13);
            this.documentTileEditorsCostControl.Frames.Add(tileItemFrame14);
            this.tileContainerEditors.SetID(this.documentTileEditorsCostControl, 14);
            this.documentTileEditorsCostControl.Name = "documentTileEditorsCostControl";
            // 
            // docEditorsCostControl
            // 
            this.docEditorsCostControl.Caption = "Cost Control";
            this.docEditorsCostControl.ControlName = "docEditorsCostControl";
            // 
            // documentTileAppDatasourceEditor
            // 
            this.documentTileAppDatasourceEditor.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileAppDatasourceEditor.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileAppDatasourceEditor.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileAppDatasourceEditor.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileAppDatasourceEditor.Document = this.docAppDatasourceEditor;
            tileItemFrame15.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemFrame15.Appearance.Options.UseFont = true;
            tileItemElement23.Image = global::NICSQLTools.Properties.Resources.AppDSCategory128;
            tileItemElement23.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement23.Text = "DataSource Editor";
            tileItemElement23.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopCenter;
            tileItemFrame15.Elements.Add(tileItemElement23);
            tileItemFrame15.Image = global::NICSQLTools.Properties.Resources.AppDSCategory128;
            tileItemFrame16.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemFrame16.Appearance.Options.UseFont = true;
            tileItemElement24.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement24.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement24.Text = "Datasource Editor";
            tileItemElement25.Text = "Add, Edit Datasource And its Categories";
            tileItemElement25.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame16.Elements.Add(tileItemElement24);
            tileItemFrame16.Elements.Add(tileItemElement25);
            tileItemFrame16.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileAppDatasourceEditor.Frames.Add(tileItemFrame15);
            this.documentTileAppDatasourceEditor.Frames.Add(tileItemFrame16);
            this.documentTileAppDatasourceEditor.Group = "Codes";
            this.tileContainerEditors.SetID(this.documentTileAppDatasourceEditor, 7);
            this.documentTileAppDatasourceEditor.Name = "documentTileAppDatasourceEditor";
            // 
            // docAppDatasourceEditor
            // 
            this.docAppDatasourceEditor.Caption = "Data Source Editor";
            this.docAppDatasourceEditor.ControlName = "docAppDatasourceEditor";
            // 
            // documentTileEditorsAppDatasourceLookup
            // 
            this.documentTileEditorsAppDatasourceLookup.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsAppDatasourceLookup.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsAppDatasourceLookup.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsAppDatasourceLookup.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsAppDatasourceLookup.Document = this.docEditorsAppDatasourceLookup;
            tileItemElement26.Image = global::NICSQLTools.Properties.Resources.Lookup64;
            tileItemElement26.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement26.Text = "Datasource Lookup";
            tileItemElement26.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopCenter;
            tileItemFrame17.Elements.Add(tileItemElement26);
            tileItemFrame17.Image = global::NICSQLTools.Properties.Resources.Lookup64;
            tileItemElement27.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement27.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement27.Text = "Datasource Lookup";
            tileItemElement28.Text = "Add, Edit and Delete Datasource Lookup Informatio";
            tileItemElement28.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame18.Elements.Add(tileItemElement27);
            tileItemFrame18.Elements.Add(tileItemElement28);
            tileItemFrame18.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsAppDatasourceLookup.Frames.Add(tileItemFrame17);
            this.documentTileEditorsAppDatasourceLookup.Frames.Add(tileItemFrame18);
            this.documentTileEditorsAppDatasourceLookup.Group = "Codes";
            this.tileContainerEditors.SetID(this.documentTileEditorsAppDatasourceLookup, 8);
            this.documentTileEditorsAppDatasourceLookup.Name = "documentTileEditorsAppDatasourceLookup";
            // 
            // docEditorsAppDatasourceLookup
            // 
            this.docEditorsAppDatasourceLookup.Caption = "Datasource Lookup";
            this.docEditorsAppDatasourceLookup.ControlName = "docEditorsAppDatasourceLookup";
            // 
            // documentTileEditorsTaskManager
            // 
            this.documentTileEditorsTaskManager.ActivationTarget = this.tabbedGroupTaskManager;
            this.documentTileEditorsTaskManager.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsTaskManager.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsTaskManager.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsTaskManager.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsTaskManager.Document = this.docEditorsTaskManager;
            tileItemElement29.Image = global::NICSQLTools.Properties.Resources.Task128;
            tileItemElement29.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement29.Text = "Task Manager";
            tileItemElement29.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopCenter;
            tileItemFrame19.Elements.Add(tileItemElement29);
            tileItemFrame19.Image = global::NICSQLTools.Properties.Resources.Task128;
            tileItemElement30.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement30.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement30.Text = "Task Manager";
            tileItemElement31.Text = "Employee Task Manager";
            tileItemElement31.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame20.Elements.Add(tileItemElement30);
            tileItemFrame20.Elements.Add(tileItemElement31);
            tileItemFrame20.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsTaskManager.Frames.Add(tileItemFrame19);
            this.documentTileEditorsTaskManager.Frames.Add(tileItemFrame20);
            this.tileContainerEditors.SetID(this.documentTileEditorsTaskManager, 15);
            this.documentTileEditorsTaskManager.Name = "documentTileEditorsTaskManager";
            // 
            // tabbedGroupTaskManager
            // 
            this.tabbedGroupTaskManager.Image = global::NICSQLTools.Properties.Resources.Task64;
            this.tabbedGroupTaskManager.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
            this.docEditorsTaskManagerEmpTaskActual,
            this.docEditorsTaskManagerEmp,
            this.docEditorsTaskManagerFactor,
            this.docEditorsTaskManagerTask,
            this.docEditorsTaskManagerEmpTask});
            this.tabbedGroupTaskManager.Name = "tabbedGroupTaskManager";
            this.tabbedGroupTaskManager.Parent = this.tileContainerEditors;
            // 
            // docEditorsTaskManagerEmpTaskActual
            // 
            this.docEditorsTaskManagerEmpTaskActual.Caption = "My Tasks";
            this.docEditorsTaskManagerEmpTaskActual.ControlName = "docEditorsTaskManagerEmpTaskActual";
            // 
            // docEditorsTaskManagerEmp
            // 
            this.docEditorsTaskManagerEmp.Caption = "Employees";
            this.docEditorsTaskManagerEmp.ControlName = "docEditorsTaskManagerEmp";
            // 
            // docEditorsTaskManagerFactor
            // 
            this.docEditorsTaskManagerFactor.Caption = "Factors";
            this.docEditorsTaskManagerFactor.ControlName = "docEditorsTaskManagerFactor";
            // 
            // docEditorsTaskManagerTask
            // 
            this.docEditorsTaskManagerTask.Caption = "Tasks";
            this.docEditorsTaskManagerTask.ControlName = "docEditorsTaskManagerTask";
            // 
            // docEditorsTaskManagerEmpTask
            // 
            this.docEditorsTaskManagerEmpTask.Caption = "Employees Tasks";
            this.docEditorsTaskManagerEmpTask.ControlName = "docEditorsTaskManagerEmpTask";
            // 
            // docEditorsTaskManager
            // 
            this.docEditorsTaskManager.Caption = "Task Manager";
            this.docEditorsTaskManager.ControlName = "docEditorsTaskManager";
            // 
            // documentTileEditorsActivities
            // 
            this.documentTileEditorsActivities.ActivationTarget = this.tabbedGroupActivities;
            this.documentTileEditorsActivities.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsActivities.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            this.documentTileEditorsActivities.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsActivities.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsActivities.Appearances.Normal.Options.UseFont = true;
            this.documentTileEditorsActivities.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsActivities.Document = this.docEditorsActivities;
            tileItemElement32.Image = global::NICSQLTools.Properties.Resources.Activities128;
            tileItemElement32.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement32.Text = "Activities";
            tileItemElement32.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopCenter;
            tileItemFrame21.Elements.Add(tileItemElement32);
            tileItemFrame21.Image = global::NICSQLTools.Properties.Resources.Activities128;
            tileItemElement33.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement33.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement33.Text = "Activities";
            tileItemElement34.Text = "Import and edit Activities information";
            tileItemElement34.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame22.Elements.Add(tileItemElement33);
            tileItemFrame22.Elements.Add(tileItemElement34);
            tileItemFrame22.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsActivities.Frames.Add(tileItemFrame21);
            this.documentTileEditorsActivities.Frames.Add(tileItemFrame22);
            this.tileContainerEditors.SetID(this.documentTileEditorsActivities, 3);
            this.documentTileEditorsActivities.Name = "documentTileEditorsActivities";
            // 
            // tabbedGroupActivities
            // 
            this.tabbedGroupActivities.Image = global::NICSQLTools.Properties.Resources.Activities64;
            this.tabbedGroupActivities.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
            this.docEditorsActivities_Actual});
            this.tabbedGroupActivities.Name = "tabbedGroupActivities";
            this.tabbedGroupActivities.Parent = this.tileContainerEditors;
            // 
            // docEditorsActivities_Actual
            // 
            this.docEditorsActivities_Actual.Caption = "Activities Actual";
            this.docEditorsActivities_Actual.ControlName = "docEditorsActivities_Actual";
            // 
            // docEditorsActivities
            // 
            this.docEditorsActivities.Caption = "Activities";
            this.docEditorsActivities.ControlName = "docEditorsActivities";
            // 
            // documentTileEditorsMSrv
            // 
            this.documentTileEditorsMSrv.ActivationTarget = this.tabbedGroupMSrv;
            this.documentTileEditorsMSrv.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsMSrv.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            this.documentTileEditorsMSrv.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsMSrv.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsMSrv.Appearances.Normal.Options.UseFont = true;
            this.documentTileEditorsMSrv.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsMSrv.Document = this.docEditorsMSrv;
            tileItemElement35.Image = global::NICSQLTools.Properties.Resources.MSrv128;
            tileItemElement35.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement35.Text = "Maintenance service tracking";
            tileItemFrame23.Elements.Add(tileItemElement35);
            tileItemFrame23.Image = global::NICSQLTools.Properties.Resources.MSrv128;
            tileItemElement36.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement36.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement36.Text = "Maintenance service tracking";
            tileItemElement37.Text = "Here you can create Maintenance Ticket and assgin technician or close it";
            tileItemElement37.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame24.Elements.Add(tileItemElement36);
            tileItemFrame24.Elements.Add(tileItemElement37);
            tileItemFrame24.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsMSrv.Frames.Add(tileItemFrame23);
            this.documentTileEditorsMSrv.Frames.Add(tileItemFrame24);
            this.tileContainerEditors.SetID(this.documentTileEditorsMSrv, 4);
            this.documentTileEditorsMSrv.Name = "documentTileEditorsMSrv";
            // 
            // tabbedGroupMSrv
            // 
            this.tabbedGroupMSrv.Caption = "Maintenance Service Tracking";
            this.tabbedGroupMSrv.Image = global::NICSQLTools.Properties.Resources.MSrv64;
            this.tabbedGroupMSrv.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
            this.docEditorsMSrv_TypeEditor,
            this.docEditorsMSrv_Dmg_ReasonEditor,
            this.docEditorsMSrv_TechnicianCompanyEditor,
            this.docEditorsMSrv_TechnicianEditor,
            this.docEditorsMSrv_TechnicianSalesDistrictEditor,
            this.docEditorsMSrv_PartEditor,
            this.docEditorsMSrv_TicketEditor,
            this.docEditorsMSrv_01,
            this.docEditorsMSrv_02,
            this.docEditorsMSrv_03,
            this.docEditorsXRep01,
            this.docEditorsMSrv_04});
            this.tabbedGroupMSrv.Name = "tabbedGroupMSrv";
            this.tabbedGroupMSrv.Parent = this.tileContainerEditors;
            // 
            // docEditorsMSrv_TypeEditor
            // 
            this.docEditorsMSrv_TypeEditor.Caption = "Reason Code";
            this.docEditorsMSrv_TypeEditor.ControlName = "docEditorsMSrv_TypeEditor";
            this.docEditorsMSrv_TypeEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_Type32;
            // 
            // docEditorsMSrv_Dmg_ReasonEditor
            // 
            this.docEditorsMSrv_Dmg_ReasonEditor.Caption = "Damage Reason";
            this.docEditorsMSrv_Dmg_ReasonEditor.ControlName = "docEditorsMSrv_Dmg_ReasonEditor";
            this.docEditorsMSrv_Dmg_ReasonEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_Type32;
            // 
            // docEditorsMSrv_TechnicianCompanyEditor
            // 
            this.docEditorsMSrv_TechnicianCompanyEditor.Caption = "Technician Company";
            this.docEditorsMSrv_TechnicianCompanyEditor.ControlName = "docEditorsMSrv_TechnicianCompanyEditor";
            this.docEditorsMSrv_TechnicianCompanyEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_TechnicianCompany32;
            // 
            // docEditorsMSrv_TechnicianEditor
            // 
            this.docEditorsMSrv_TechnicianEditor.Caption = "Technician";
            this.docEditorsMSrv_TechnicianEditor.ControlName = "docEditorsMSrv_TechnicianEditor";
            this.docEditorsMSrv_TechnicianEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_Technician32;
            // 
            // docEditorsMSrv_TechnicianSalesDistrictEditor
            // 
            this.docEditorsMSrv_TechnicianSalesDistrictEditor.Caption = "Technician Sales District";
            this.docEditorsMSrv_TechnicianSalesDistrictEditor.ControlName = "docEditorsMSrv_TechnicianSalesDistrictEditor";
            this.docEditorsMSrv_TechnicianSalesDistrictEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_Technician32;
            // 
            // docEditorsMSrv_PartEditor
            // 
            this.docEditorsMSrv_PartEditor.Caption = "Parts";
            this.docEditorsMSrv_PartEditor.ControlName = "docEditorsMSrv_PartEditor";
            this.docEditorsMSrv_PartEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_Part32;
            // 
            // docEditorsMSrv_TicketEditor
            // 
            this.docEditorsMSrv_TicketEditor.Caption = "Tickets";
            this.docEditorsMSrv_TicketEditor.ControlName = "docEditorsMSrv_TicketEditor";
            this.docEditorsMSrv_TicketEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_Ticket32;
            // 
            // docEditorsMSrv_01
            // 
            this.docEditorsMSrv_01.Caption = "Ticket Full Info";
            this.docEditorsMSrv_01.ControlName = "docEditorsMSrv_01";
            this.docEditorsMSrv_01.Image = global::NICSQLTools.Properties.Resources.MSrv_Ticket32;
            // 
            // docEditorsMSrv_02
            // 
            this.docEditorsMSrv_02.Caption = "Ticket Assignation";
            this.docEditorsMSrv_02.ControlName = "docEditorsMSrv_02";
            this.docEditorsMSrv_02.Image = global::NICSQLTools.Properties.Resources.MSrv_Ticket32;
            // 
            // docEditorsMSrv_03
            // 
            this.docEditorsMSrv_03.Caption = "Visit Full Details";
            this.docEditorsMSrv_03.ControlName = "docEditorsMSrv_03";
            this.docEditorsMSrv_03.Image = global::NICSQLTools.Properties.Resources.zoom_32x32;
            // 
            // docEditorsXRep01
            // 
            this.docEditorsXRep01.Caption = "Supervisor Feedback";
            this.docEditorsXRep01.ControlName = "docEditorsXRep01";
            this.docEditorsXRep01.Image = global::NICSQLTools.Properties.Resources.report_32x32;
            // 
            // docEditorsMSrv_04
            // 
            this.docEditorsMSrv_04.Caption = "Used Parts";
            this.docEditorsMSrv_04.ControlName = "docEditorsMSrv_04";
            this.docEditorsMSrv_04.Image = global::NICSQLTools.Properties.Resources.zoom_32x32;
            // 
            // docEditorsMSrv
            // 
            this.docEditorsMSrv.Caption = "Maintenance Service Tracking";
            this.docEditorsMSrv.ControlName = "docEditorsMSrv";
            this.docEditorsMSrv.Image = global::NICSQLTools.Properties.Resources.MSrv64;
            // 
            // documentTileEditorsRDMEditor
            // 
            this.documentTileEditorsRDMEditor.ActivationTarget = this.tabbedGroupRDM;
            this.documentTileEditorsRDMEditor.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsRDMEditor.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            this.documentTileEditorsRDMEditor.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsRDMEditor.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsRDMEditor.Appearances.Normal.Options.UseFont = true;
            this.documentTileEditorsRDMEditor.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsRDMEditor.Document = this.docEditorsRDMEditor;
            tileItemElement38.Image = global::NICSQLTools.Properties.Resources.RDM128;
            tileItemElement38.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement38.Text = "Redemption";
            tileItemFrame25.Elements.Add(tileItemElement38);
            tileItemFrame25.Image = global::NICSQLTools.Properties.Resources.RDM128;
            tileItemElement39.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement39.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement39.Text = "Redemption";
            tileItemElement40.Text = "You can edit Redemption Receipts and related information";
            tileItemElement40.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame26.Elements.Add(tileItemElement39);
            tileItemFrame26.Elements.Add(tileItemElement40);
            tileItemFrame26.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsRDMEditor.Frames.Add(tileItemFrame25);
            this.documentTileEditorsRDMEditor.Frames.Add(tileItemFrame26);
            this.tileContainerEditors.SetID(this.documentTileEditorsRDMEditor, 5);
            this.documentTileEditorsRDMEditor.Name = "documentTileEditorsRDMEditor";
            // 
            // tabbedGroupRDM
            // 
            this.tabbedGroupRDM.Caption = "Redemption";
            this.tabbedGroupRDM.Image = global::NICSQLTools.Properties.Resources.RDM64;
            this.tabbedGroupRDM.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
            this.docEditorsRDMEditorRDM_Promo_Type,
            this.docEditorsRDMEditorRDM_Receipt});
            this.tabbedGroupRDM.Name = "tabbedGroupRDM";
            this.tabbedGroupRDM.Parent = this.tileContainerEditors;
            // 
            // docEditorsRDMEditorRDM_Promo_Type
            // 
            this.docEditorsRDMEditorRDM_Promo_Type.Caption = "Promotion Type";
            this.docEditorsRDMEditorRDM_Promo_Type.ControlName = "docEditorsRDMEditorRDM_Promo_Type";
            this.docEditorsRDMEditorRDM_Promo_Type.Image = global::NICSQLTools.Properties.Resources.RDM_Promo_Type32;
            // 
            // docEditorsRDMEditorRDM_Receipt
            // 
            this.docEditorsRDMEditorRDM_Receipt.Caption = "Receipt";
            this.docEditorsRDMEditorRDM_Receipt.ControlName = "docEditorsRDMEditorRDM_Receipt";
            this.docEditorsRDMEditorRDM_Receipt.Image = global::NICSQLTools.Properties.Resources.RDM_Receipt32;
            // 
            // docEditorsRDMEditor
            // 
            this.docEditorsRDMEditor.Caption = "Redemption";
            this.docEditorsRDMEditor.ControlName = "docEditorsRDMEditor";
            this.docEditorsRDMEditor.Image = global::NICSQLTools.Properties.Resources.RDM32;
            // 
            // documentTiledocEditorsTSrv
            // 
            this.documentTiledocEditorsTSrv.ActivationTarget = this.tabbedGroupTSrv;
            this.documentTiledocEditorsTSrv.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTiledocEditorsTSrv.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTiledocEditorsTSrv.Appearances.Normal.Options.UseBackColor = true;
            this.documentTiledocEditorsTSrv.Appearances.Normal.Options.UseForeColor = true;
            this.documentTiledocEditorsTSrv.Document = this.docEditorsTSrv;
            tileItemElement41.Image = global::NICSQLTools.Properties.Resources.TSrv64;
            tileItemElement41.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement41.Text = "Truck Service";
            tileItemFrame27.Elements.Add(tileItemElement41);
            tileItemFrame27.Image = global::NICSQLTools.Properties.Resources.TSrv64;
            tileItemElement42.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement42.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement42.Text = "Truck Service";
            tileItemElement43.Text = "Dialy Truck Check In&Out, temperature and other information";
            tileItemElement43.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame28.Elements.Add(tileItemElement42);
            tileItemFrame28.Elements.Add(tileItemElement43);
            tileItemFrame28.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTiledocEditorsTSrv.Frames.Add(tileItemFrame27);
            this.documentTiledocEditorsTSrv.Frames.Add(tileItemFrame28);
            this.tileContainerEditors.SetID(this.documentTiledocEditorsTSrv, 6);
            this.documentTiledocEditorsTSrv.Name = "documentTiledocEditorsTSrv";
            // 
            // tabbedGroupTSrv
            // 
            this.tabbedGroupTSrv.Caption = "Truck Service";
            this.tabbedGroupTSrv.Image = global::NICSQLTools.Properties.Resources.TSrv64;
            this.tabbedGroupTSrv.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
            this.docEditorsTSrv_TruckServiceEditor,
            this.docEditorsTSrv_StatusEditor,
            this.docEditorsTSrv_RouteTypeEditor,
            this.docEditorsTSrv_DriverEditor,
            this.docEditorsTSrv_PlateEditor,
            this.docEditorsTSrv_RoutePlateEditor});
            this.tabbedGroupTSrv.Name = "tabbedGroupTSrv";
            this.tabbedGroupTSrv.Parent = this.tileContainerEditors;
            // 
            // docEditorsTSrv_TruckServiceEditor
            // 
            this.docEditorsTSrv_TruckServiceEditor.Caption = "Truck Service";
            this.docEditorsTSrv_TruckServiceEditor.ControlName = "docEditorsTSrv_TruckServiceEditor";
            this.docEditorsTSrv_TruckServiceEditor.Image = global::NICSQLTools.Properties.Resources.TSrv32;
            // 
            // docEditorsTSrv_StatusEditor
            // 
            this.docEditorsTSrv_StatusEditor.Caption = "Plate Status";
            this.docEditorsTSrv_StatusEditor.ControlName = "docEditorsTSrv_StatusEditor";
            this.docEditorsTSrv_StatusEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_Type32;
            // 
            // docEditorsTSrv_RouteTypeEditor
            // 
            this.docEditorsTSrv_RouteTypeEditor.Caption = "Route Type";
            this.docEditorsTSrv_RouteTypeEditor.ControlName = "docEditorsTSrv_RouteTypeEditor";
            this.docEditorsTSrv_RouteTypeEditor.Image = global::NICSQLTools.Properties.Resources.MSrv_Type32;
            // 
            // docEditorsTSrv_DriverEditor
            // 
            this.docEditorsTSrv_DriverEditor.Caption = "Driver";
            this.docEditorsTSrv_DriverEditor.ControlName = "docEditorsTSrv_DriverEditor";
            this.docEditorsTSrv_DriverEditor.Image = global::NICSQLTools.Properties.Resources.TSrv_Driver32;
            // 
            // docEditorsTSrv_PlateEditor
            // 
            this.docEditorsTSrv_PlateEditor.Caption = "Plate";
            this.docEditorsTSrv_PlateEditor.ControlName = "docEditorsTSrv_PlateEditor";
            this.docEditorsTSrv_PlateEditor.Image = global::NICSQLTools.Properties.Resources.Plate32;
            // 
            // docEditorsTSrv_RoutePlateEditor
            // 
            this.docEditorsTSrv_RoutePlateEditor.Caption = "Route Plate";
            this.docEditorsTSrv_RoutePlateEditor.ControlName = "docEditorsTSrv_RoutePlateEditor";
            this.docEditorsTSrv_RoutePlateEditor.Image = global::NICSQLTools.Properties.Resources.RoutePlate32;
            // 
            // docEditorsTSrv
            // 
            this.docEditorsTSrv.Caption = "Truck Service";
            this.docEditorsTSrv.ControlName = "docEditorsTSrv";
            this.docEditorsTSrv.Image = global::NICSQLTools.Properties.Resources.TSrv64;
            // 
            // docEditors
            // 
            this.docEditors.ActionCaption = "";
            this.docEditors.Caption = "Editors";
            this.docEditors.ControlName = "docEditors";
            this.docEditors.Footer = "";
            this.docEditors.Header = "";
            // 
            // documentTileRules
            // 
            this.documentTileRules.ActivationTarget = this.tileContainerRules;
            this.documentTileRules.Appearances.Normal.BackColor = System.Drawing.Color.DarkRed;
            this.documentTileRules.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.documentTileRules.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileRules.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileRules.Appearances.Normal.Options.UseFont = true;
            this.documentTileRules.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileRules.Document = this.docRules;
            tileItemElement62.Image = global::NICSQLTools.Properties.Resources.Roles128;
            tileItemElement62.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement62.Text = "Roles";
            tileItemFrame41.Elements.Add(tileItemElement62);
            tileItemFrame41.Image = global::NICSQLTools.Properties.Resources.Roles128;
            tileItemFrame42.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.RandomSegmentedFade;
            tileItemElement63.Image = global::NICSQLTools.Properties.Resources.Roles64;
            tileItemElement63.MaxWidth = 170;
            tileItemElement63.Text = "Add, Edit And Delete User Roles";
            tileItemElement63.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement64.Text = "Roles";
            tileItemElement64.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
            tileItemFrame42.Elements.Add(tileItemElement63);
            tileItemFrame42.Elements.Add(tileItemElement64);
            tileItemFrame42.Image = global::NICSQLTools.Properties.Resources.Roles64;
            tileItemFrame43.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.RandomSegmentedFade;
            tileItemElement65.Image = global::NICSQLTools.Properties.Resources.Users64;
            tileItemElement65.MaxWidth = 160;
            tileItemElement65.Text = "Add, Edit And Delete Users";
            tileItemElement65.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement66.Text = "Roles";
            tileItemElement66.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
            tileItemFrame43.Elements.Add(tileItemElement65);
            tileItemFrame43.Elements.Add(tileItemElement66);
            tileItemFrame43.Image = global::NICSQLTools.Properties.Resources.Users64;
            this.documentTileRules.Frames.Add(tileItemFrame41);
            this.documentTileRules.Frames.Add(tileItemFrame42);
            this.documentTileRules.Frames.Add(tileItemFrame43);
            this.tileContainerMain.SetID(this.documentTileRules, 2);
            this.documentTileRules.Name = "documentTileRules";
            this.documentTileRules.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.documentTileRules.Tag = true;
            // 
            // tileContainerRules
            // 
            this.tileContainerRules.Caption = "Rules Section";
            this.tileContainerRules.Image = global::NICSQLTools.Properties.Resources.Roles64;
            this.tileContainerRules.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.documentTileRuleUser,
            this.documentTileRuleRule,
            this.documentTileRuleRuleDetails,
            this.documentTileRuleUserRule,
            this.documentTileRuleRuleSalesDisitrct3});
            this.tileContainerRules.Name = "tileContainerRules";
            this.tileContainerRules.Parent = this.tileContainerMain;
            this.tileContainerRules.Properties.ShowText = DevExpress.Utils.DefaultBoolean.True;
            // 
            // documentTileRuleUser
            // 
            this.documentTileRuleUser.Appearances.Normal.BackColor = System.Drawing.Color.DarkRed;
            this.documentTileRuleUser.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileRuleUser.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileRuleUser.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileRuleUser.Document = this.docRuleUser;
            tileItemElement47.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement47.Appearance.Normal.Options.UseFont = true;
            tileItemElement47.Image = global::NICSQLTools.Properties.Resources.User128;
            tileItemElement47.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement47.Text = "Users";
            tileItemFrame31.Elements.Add(tileItemElement47);
            tileItemFrame31.Image = global::NICSQLTools.Properties.Resources.User128;
            tileItemElement48.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement48.Appearance.Normal.Options.UseFont = true;
            tileItemElement48.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement48.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement48.Text = "User";
            tileItemElement49.Text = "Add, Edit And Delete User Information";
            tileItemElement49.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame32.Elements.Add(tileItemElement48);
            tileItemFrame32.Elements.Add(tileItemElement49);
            tileItemFrame32.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileRuleUser.Frames.Add(tileItemFrame31);
            this.documentTileRuleUser.Frames.Add(tileItemFrame32);
            this.documentTileRuleUser.Name = "documentTileRuleUser";
            this.documentTileRuleUser.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docRuleUser
            // 
            this.docRuleUser.Caption = "Users";
            this.docRuleUser.ControlName = "docRuleUser";
            // 
            // documentTileRuleRule
            // 
            this.documentTileRuleRule.Appearances.Normal.BackColor = System.Drawing.Color.DarkRed;
            this.documentTileRuleRule.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileRuleRule.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileRuleRule.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileRuleRule.Document = this.docRuleRule;
            tileItemElement50.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement50.Appearance.Normal.Options.UseFont = true;
            tileItemElement50.Image = global::NICSQLTools.Properties.Resources.Rule128;
            tileItemElement50.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement50.Text = "Rule";
            tileItemFrame33.Elements.Add(tileItemElement50);
            tileItemFrame33.Image = global::NICSQLTools.Properties.Resources.Rule128;
            tileItemElement51.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement51.Appearance.Normal.Options.UseFont = true;
            tileItemElement51.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement51.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement51.Text = "Rule";
            tileItemElement52.Text = "Add, Edit And Delete Rule Information";
            tileItemElement52.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame34.Elements.Add(tileItemElement51);
            tileItemFrame34.Elements.Add(tileItemElement52);
            tileItemFrame34.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileRuleRule.Frames.Add(tileItemFrame33);
            this.documentTileRuleRule.Frames.Add(tileItemFrame34);
            this.tileContainerRules.SetID(this.documentTileRuleRule, 1);
            this.documentTileRuleRule.Name = "documentTileRuleRule";
            this.documentTileRuleRule.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docRuleRule
            // 
            this.docRuleRule.Caption = "Rules";
            this.docRuleRule.ControlName = "docRuleRule";
            // 
            // documentTileRuleRuleDetails
            // 
            this.documentTileRuleRuleDetails.Appearances.Normal.BackColor = System.Drawing.Color.DarkRed;
            this.documentTileRuleRuleDetails.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileRuleRuleDetails.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileRuleRuleDetails.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileRuleRuleDetails.Document = this.docRuleRuleDetails;
            tileItemElement53.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement53.Appearance.Normal.Options.UseFont = true;
            tileItemElement53.Image = global::NICSQLTools.Properties.Resources.RuleDetails128;
            tileItemElement53.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement53.Text = "Rules Details";
            tileItemFrame35.Elements.Add(tileItemElement53);
            tileItemFrame35.Image = global::NICSQLTools.Properties.Resources.RuleDetails128;
            tileItemElement54.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement54.Appearance.Normal.Options.UseFont = true;
            tileItemElement54.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement54.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement54.Text = "Rules Details";
            tileItemElement55.Text = "Add, Edit And Delete Rules Details Information";
            tileItemElement55.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame36.Elements.Add(tileItemElement54);
            tileItemFrame36.Elements.Add(tileItemElement55);
            tileItemFrame36.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileRuleRuleDetails.Frames.Add(tileItemFrame35);
            this.documentTileRuleRuleDetails.Frames.Add(tileItemFrame36);
            this.tileContainerRules.SetID(this.documentTileRuleRuleDetails, 2);
            this.documentTileRuleRuleDetails.Name = "documentTileRuleRuleDetails";
            this.documentTileRuleRuleDetails.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docRuleRuleDetails
            // 
            this.docRuleRuleDetails.Caption = "Rules Details";
            this.docRuleRuleDetails.ControlName = "docRuleRuleDetails";
            // 
            // documentTileRuleUserRule
            // 
            this.documentTileRuleUserRule.Appearances.Normal.BackColor = System.Drawing.Color.DarkRed;
            this.documentTileRuleUserRule.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileRuleUserRule.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileRuleUserRule.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileRuleUserRule.Document = this.docRuleUserRule;
            tileItemElement56.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement56.Appearance.Normal.Options.UseFont = true;
            tileItemElement56.Image = global::NICSQLTools.Properties.Resources.UserRule128;
            tileItemElement56.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement56.Text = "Users Rules";
            tileItemFrame37.Elements.Add(tileItemElement56);
            tileItemFrame37.Image = global::NICSQLTools.Properties.Resources.UserRule128;
            tileItemElement57.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement57.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement57.Text = "Users Rules";
            tileItemElement58.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement58.Appearance.Normal.Options.UseFont = true;
            tileItemElement58.Text = "Add, Edit And Delete Users Rules Information";
            tileItemElement58.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame38.Elements.Add(tileItemElement57);
            tileItemFrame38.Elements.Add(tileItemElement58);
            tileItemFrame38.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileRuleUserRule.Frames.Add(tileItemFrame37);
            this.documentTileRuleUserRule.Frames.Add(tileItemFrame38);
            this.tileContainerRules.SetID(this.documentTileRuleUserRule, 3);
            this.documentTileRuleUserRule.Name = "documentTileRuleUserRule";
            this.documentTileRuleUserRule.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docRuleUserRule
            // 
            this.docRuleUserRule.Caption = "Users Rules";
            this.docRuleUserRule.ControlName = "docRuleUserRule";
            // 
            // documentTileRuleRuleSalesDisitrct3
            // 
            this.documentTileRuleRuleSalesDisitrct3.Appearances.Normal.BackColor = System.Drawing.Color.DarkRed;
            this.documentTileRuleRuleSalesDisitrct3.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileRuleRuleSalesDisitrct3.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileRuleRuleSalesDisitrct3.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileRuleRuleSalesDisitrct3.Document = this.docRuleRuleSalesDisitrct3;
            tileItemElement59.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement59.Appearance.Normal.Options.UseFont = true;
            tileItemElement59.Image = global::NICSQLTools.Properties.Resources.SalesDistrict128;
            tileItemElement59.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement59.Text = "Rule Sales District 2";
            tileItemFrame39.Elements.Add(tileItemElement59);
            tileItemFrame39.Image = global::NICSQLTools.Properties.Resources.SalesDistrict128;
            tileItemElement60.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement60.Appearance.Normal.Options.UseFont = true;
            tileItemElement60.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement60.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement60.Text = "Rule Sales District 2";
            tileItemElement61.Text = "Add, Edit And Delete Users Rules Sales District 2";
            tileItemElement61.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame40.Elements.Add(tileItemElement60);
            tileItemFrame40.Elements.Add(tileItemElement61);
            tileItemFrame40.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileRuleRuleSalesDisitrct3.Frames.Add(tileItemFrame39);
            this.documentTileRuleRuleSalesDisitrct3.Frames.Add(tileItemFrame40);
            this.tileContainerRules.SetID(this.documentTileRuleRuleSalesDisitrct3, 4);
            this.documentTileRuleRuleSalesDisitrct3.Name = "documentTileRuleRuleSalesDisitrct3";
            this.documentTileRuleRuleSalesDisitrct3.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docRuleRuleSalesDisitrct3
            // 
            this.docRuleRuleSalesDisitrct3.Caption = "Rule Sales Disitrct2";
            this.docRuleRuleSalesDisitrct3.ControlName = "docRuleRuleSalesDisitrct3";
            // 
            // docRules
            // 
            this.docRules.Caption = "Rules";
            this.docRules.ControlName = "docRules";
            // 
            // documentTileQueries
            // 
            this.documentTileQueries.ActivationTarget = this.tileContainerQueries;
            this.documentTileQueries.Appearances.Normal.BackColor = System.Drawing.Color.Lime;
            this.documentTileQueries.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.documentTileQueries.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileQueries.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileQueries.Appearances.Normal.Options.UseFont = true;
            this.documentTileQueries.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileQueries.Document = this.docQueries;
            tileItemFrame54.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollTop;
            tileItemElement83.Image = global::NICSQLTools.Properties.Resources.Queries128;
            tileItemElement83.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement83.Text = "Queries";
            tileItemFrame54.Elements.Add(tileItemElement83);
            tileItemFrame54.Image = global::NICSQLTools.Properties.Resources.Queries128;
            tileItemFrame55.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.RandomSegmentedFade;
            tileItemElement84.Image = global::NICSQLTools.Properties.Resources.Queries64;
            tileItemElement84.Text = "";
            tileItemElement85.Text = "Execute, Search And Calc Database Information";
            tileItemElement85.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement86.Text = "Pivot Viewer and Data Exporter";
            tileItemElement86.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemFrame55.Elements.Add(tileItemElement84);
            tileItemFrame55.Elements.Add(tileItemElement85);
            tileItemFrame55.Elements.Add(tileItemElement86);
            tileItemFrame55.Image = global::NICSQLTools.Properties.Resources.Queries64;
            tileItemFrame56.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.RandomSegmentedFade;
            tileItemElement87.Image = global::NICSQLTools.Properties.Resources.Queries2_64;
            tileItemElement87.MaxWidth = 140;
            tileItemElement87.Text = "View Data In Many Charts Type";
            tileItemElement87.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame56.Elements.Add(tileItemElement87);
            tileItemFrame56.Image = global::NICSQLTools.Properties.Resources.Queries2_64;
            this.documentTileQueries.Frames.Add(tileItemFrame54);
            this.documentTileQueries.Frames.Add(tileItemFrame55);
            this.documentTileQueries.Frames.Add(tileItemFrame56);
            this.tileContainerMain.SetID(this.documentTileQueries, 3);
            this.documentTileQueries.Name = "documentTileQueries";
            this.documentTileQueries.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.documentTileQueries.Tag = true;
            // 
            // tileContainerQueries
            // 
            this.tileContainerQueries.Caption = "Queries Section";
            this.tileContainerQueries.Image = global::NICSQLTools.Properties.Resources.Queries64;
            this.tileContainerQueries.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.documentTileQueriesQryPivot,
            this.documentTileQueriesQryCustomerInfo,
            this.documentTileQueriesExcelDynamicUpdate,
            this.documentTileQryPivotOLap,
            this.documentTileCustomerMap});
            this.tileContainerQueries.Name = "tileContainerQueries";
            this.tileContainerQueries.Parent = this.tileContainerMain;
            this.tileContainerQueries.Properties.ShowGroupText = DevExpress.Utils.DefaultBoolean.True;
            // 
            // documentTileQueriesQryPivot
            // 
            this.documentTileQueriesQryPivot.Appearances.Normal.BackColor = System.Drawing.Color.Lime;
            this.documentTileQueriesQryPivot.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileQueriesQryPivot.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileQueriesQryPivot.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileQueriesQryPivot.Document = this.docQueriesQryPivot;
            tileItemElement67.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement67.Appearance.Normal.Options.UseFont = true;
            tileItemElement67.Image = global::NICSQLTools.Properties.Resources.Queries2128;
            tileItemElement67.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement67.Text = "Queries Pivot Viewer";
            tileItemFrame44.Elements.Add(tileItemElement67);
            tileItemFrame44.Image = global::NICSQLTools.Properties.Resources.Queries2128;
            tileItemElement68.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement68.Appearance.Normal.Options.UseFont = true;
            tileItemElement68.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement68.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement68.Text = "Queries Pivot Viewer";
            tileItemElement69.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement69.Appearance.Normal.Options.UseFont = true;
            tileItemElement69.Text = "View Queries In Pivot Grid";
            tileItemElement69.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame45.Elements.Add(tileItemElement68);
            tileItemFrame45.Elements.Add(tileItemElement69);
            tileItemFrame45.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileQueriesQryPivot.Frames.Add(tileItemFrame44);
            this.documentTileQueriesQryPivot.Frames.Add(tileItemFrame45);
            this.documentTileQueriesQryPivot.Name = "documentTileQueriesQryPivot";
            this.documentTileQueriesQryPivot.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docQueriesQryPivot
            // 
            this.docQueriesQryPivot.Caption = "Queries Pivot Viewer";
            this.docQueriesQryPivot.ControlName = "docQueriesQryPivot";
            // 
            // documentTileQueriesQryCustomerInfo
            // 
            this.documentTileQueriesQryCustomerInfo.Appearances.Normal.BackColor = System.Drawing.Color.Lime;
            this.documentTileQueriesQryCustomerInfo.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileQueriesQryCustomerInfo.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileQueriesQryCustomerInfo.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileQueriesQryCustomerInfo.Document = this.docQueriesQryCustomerInfo;
            tileItemElement70.Image = global::NICSQLTools.Properties.Resources.Queries2128;
            tileItemElement70.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement70.Text = "Customer Information";
            tileItemFrame46.Elements.Add(tileItemElement70);
            tileItemFrame46.Image = global::NICSQLTools.Properties.Resources.Queries2128;
            tileItemElement71.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement71.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement71.Text = "Customer Information";
            tileItemElement72.Text = "Search For Sales, Freezers and Route For Customers";
            tileItemElement72.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame47.Elements.Add(tileItemElement71);
            tileItemFrame47.Elements.Add(tileItemElement72);
            tileItemFrame47.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileQueriesQryCustomerInfo.Frames.Add(tileItemFrame46);
            this.documentTileQueriesQryCustomerInfo.Frames.Add(tileItemFrame47);
            this.tileContainerQueries.SetID(this.documentTileQueriesQryCustomerInfo, 2);
            this.documentTileQueriesQryCustomerInfo.Name = "documentTileQueriesQryCustomerInfo";
            // 
            // docQueriesQryCustomerInfo
            // 
            this.docQueriesQryCustomerInfo.Caption = "Customer Information";
            this.docQueriesQryCustomerInfo.ControlName = "docQueriesQryCustomerInfo";
            // 
            // documentTileQueriesExcelDynamicUpdate
            // 
            this.documentTileQueriesExcelDynamicUpdate.Appearances.Normal.BackColor = System.Drawing.Color.Lime;
            this.documentTileQueriesExcelDynamicUpdate.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileQueriesExcelDynamicUpdate.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileQueriesExcelDynamicUpdate.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileQueriesExcelDynamicUpdate.Document = this.docQueriesExcelDynamicUpdate;
            tileItemElement73.Image = global::NICSQLTools.Properties.Resources.Excel128;
            tileItemElement73.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement73.Text = "Excel Dynamic Update";
            tileItemFrame48.Elements.Add(tileItemElement73);
            tileItemFrame48.Image = global::NICSQLTools.Properties.Resources.Excel128;
            tileItemElement74.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement74.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement74.Text = "Excel Dynamic Update";
            tileItemElement75.Text = "You can update your excel file";
            tileItemElement75.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame49.Elements.Add(tileItemElement74);
            tileItemFrame49.Elements.Add(tileItemElement75);
            tileItemFrame49.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileQueriesExcelDynamicUpdate.Frames.Add(tileItemFrame48);
            this.documentTileQueriesExcelDynamicUpdate.Frames.Add(tileItemFrame49);
            this.tileContainerQueries.SetID(this.documentTileQueriesExcelDynamicUpdate, 3);
            this.documentTileQueriesExcelDynamicUpdate.Name = "documentTileQueriesExcelDynamicUpdate";
            // 
            // docQueriesExcelDynamicUpdate
            // 
            this.docQueriesExcelDynamicUpdate.Caption = "Excel Dynamic Update";
            this.docQueriesExcelDynamicUpdate.ControlName = "docQueriesExcelDynamicUpdate";
            // 
            // documentTileQryPivotOLap
            // 
            this.documentTileQryPivotOLap.Appearances.Normal.BackColor = System.Drawing.Color.Lime;
            this.documentTileQryPivotOLap.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 9F);
            this.documentTileQryPivotOLap.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileQryPivotOLap.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileQryPivotOLap.Appearances.Normal.Options.UseFont = true;
            this.documentTileQryPivotOLap.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileQryPivotOLap.Document = this.docQryPivotOLap;
            tileItemElement76.Text = "OLAP Pivot";
            tileItemElement77.Image = global::NICSQLTools.Properties.Resources.OLap128;
            tileItemElement77.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement77.Text = "";
            tileItemFrame50.Elements.Add(tileItemElement76);
            tileItemFrame50.Elements.Add(tileItemElement77);
            tileItemElement78.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement78.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement78.Text = "OLAP Pivot";
            tileItemElement79.Text = "View OLap In Pivot Grid";
            tileItemElement79.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame51.Elements.Add(tileItemElement78);
            tileItemFrame51.Elements.Add(tileItemElement79);
            tileItemFrame51.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileQryPivotOLap.Frames.Add(tileItemFrame50);
            this.documentTileQryPivotOLap.Frames.Add(tileItemFrame51);
            this.tileContainerQueries.SetID(this.documentTileQryPivotOLap, 1);
            this.documentTileQryPivotOLap.Name = "documentTileQryPivotOLap";
            this.documentTileQryPivotOLap.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docQryPivotOLap
            // 
            this.docQryPivotOLap.Caption = "OLap Pivot";
            this.docQryPivotOLap.ControlName = "docQryPivotOLap";
            // 
            // documentTileCustomerMap
            // 
            this.documentTileCustomerMap.Appearances.Normal.BackColor = System.Drawing.Color.Lime;
            this.documentTileCustomerMap.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileCustomerMap.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileCustomerMap.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileCustomerMap.Document = this.docQueriesCustomerMap;
            tileItemElement80.Image = global::NICSQLTools.Properties.Resources.CustomerMap64;
            tileItemElement80.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement80.Text = "Market Map";
            tileItemFrame52.Elements.Add(tileItemElement80);
            tileItemFrame52.Image = global::NICSQLTools.Properties.Resources.CustomerMap64;
            tileItemElement81.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement81.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement81.Text = "Customer Map";
            tileItemElement82.Text = "You can view customer location on a map";
            tileItemElement82.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame53.Elements.Add(tileItemElement81);
            tileItemFrame53.Elements.Add(tileItemElement82);
            tileItemFrame53.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileCustomerMap.Frames.Add(tileItemFrame52);
            this.documentTileCustomerMap.Frames.Add(tileItemFrame53);
            this.tileContainerQueries.SetID(this.documentTileCustomerMap, 4);
            this.documentTileCustomerMap.Name = "documentTileCustomerMap";
            // 
            // docQueriesCustomerMap
            // 
            this.docQueriesCustomerMap.Caption = "Customer Map";
            this.docQueriesCustomerMap.ControlName = "docQueriesCustomerMap";
            // 
            // docQueries
            // 
            this.docQueries.Caption = "Queries";
            this.docQueries.ControlName = "docQueries";
            // 
            // documentTileEditorsImportFromExcel
            // 
            this.documentTileEditorsImportFromExcel.ActivationTarget = this.tabbedGroupImport;
            this.documentTileEditorsImportFromExcel.Appearances.Normal.BackColor = System.Drawing.Color.PaleTurquoise;
            this.documentTileEditorsImportFromExcel.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.documentTileEditorsImportFromExcel.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportFromExcel.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportFromExcel.Appearances.Normal.Options.UseFont = true;
            this.documentTileEditorsImportFromExcel.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportFromExcel.Document = this.docEditorsImportFromExcel;
            tileItemElement88.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement88.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement88.Text = "Import from excel";
            tileItemElement88.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
            tileItemFrame57.Elements.Add(tileItemElement88);
            tileItemFrame57.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement89.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement89.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement89.Text = "Import from excel";
            tileItemElement90.Text = "Here you can import data from excel sheet into database";
            tileItemElement90.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame58.Elements.Add(tileItemElement89);
            tileItemFrame58.Elements.Add(tileItemElement90);
            tileItemFrame58.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportFromExcel.Frames.Add(tileItemFrame57);
            this.documentTileEditorsImportFromExcel.Frames.Add(tileItemFrame58);
            this.tileContainerMain.SetID(this.documentTileEditorsImportFromExcel, 4);
            this.documentTileEditorsImportFromExcel.Name = "documentTileEditorsImportFromExcel";
            this.documentTileEditorsImportFromExcel.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // tabbedGroupImport
            // 
            this.tabbedGroupImport.Image = global::NICSQLTools.Properties.Resources.ImportR3_64;
            this.tabbedGroupImport.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
            this.docEditorsImportDays,
            this.docEditorsImportCustomerRoute,
            this.docEditorsImportCustomerInfo,
            this.docEditorsImportEquipment,
            this.docEditorsImportEquipmentAll,
            this.docEditorsImportDamageMaster,
            this.docEditorsImportCustomerSSInfo,
            this.docEditorsImportUMD,
            this.docEditorsImportUpdateProductDetails,
            this.docEditorsImportStock_List,
            this.docEditorsImportStock_Material,
            this.docEditorsImportStock_Data,
            this.docEditorsImportDst_Master,
            this.docEditorsImportEst_Actual_R3UC,
            this.docEditorsImportActualBillArg,
            this.docEditorsImportGPS_Data,
            this.docEditorsImportHH_Data});
            this.tabbedGroupImport.Name = "tabbedGroupImport";
            this.tabbedGroupImport.Parent = this.tileContainerEditors;
            // 
            // docEditorsImportDays
            // 
            this.docEditorsImportDays.Caption = "Import Days";
            this.docEditorsImportDays.ControlName = "docEditorsImportDays";
            this.docEditorsImportDays.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportCustomerRoute
            // 
            this.docEditorsImportCustomerRoute.Caption = "Import Customer Route";
            this.docEditorsImportCustomerRoute.ControlName = "docEditorsImportCustomerRoute";
            this.docEditorsImportCustomerRoute.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportCustomerInfo
            // 
            this.docEditorsImportCustomerInfo.Caption = "Import Customer Info";
            this.docEditorsImportCustomerInfo.ControlName = "docEditorsImportCustomerInfo";
            this.docEditorsImportCustomerInfo.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportEquipment
            // 
            this.docEditorsImportEquipment.Caption = "Import Equipment";
            this.docEditorsImportEquipment.ControlName = "docEditorsImportEquipment";
            this.docEditorsImportEquipment.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportEquipmentAll
            // 
            this.docEditorsImportEquipmentAll.Caption = "Import EquipmentAll";
            this.docEditorsImportEquipmentAll.ControlName = "docEditorsImportEquipmentAll";
            this.docEditorsImportEquipmentAll.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportDamageMaster
            // 
            this.docEditorsImportDamageMaster.Caption = "Import Damage Master";
            this.docEditorsImportDamageMaster.ControlName = "docEditorsImportDamageMaster";
            this.docEditorsImportDamageMaster.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportCustomerSSInfo
            // 
            this.docEditorsImportCustomerSSInfo.Caption = "Import Customer SS Info";
            this.docEditorsImportCustomerSSInfo.ControlName = "docEditorsImportCustomerSSInfo";
            this.docEditorsImportCustomerSSInfo.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportUMD
            // 
            this.docEditorsImportUMD.Caption = "Import UMD";
            this.docEditorsImportUMD.ControlName = "docEditorsImportUMD";
            this.docEditorsImportUMD.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportUpdateProductDetails
            // 
            this.docEditorsImportUpdateProductDetails.Caption = "Import Update Product Details";
            this.docEditorsImportUpdateProductDetails.ControlName = "docEditorsImportUpdateProductDetails";
            this.docEditorsImportUpdateProductDetails.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportStock_List
            // 
            this.docEditorsImportStock_List.Caption = "Import Stock List";
            this.docEditorsImportStock_List.ControlName = "docEditorsImportStock_List";
            this.docEditorsImportStock_List.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportStock_Material
            // 
            this.docEditorsImportStock_Material.Caption = "Import Stock Material";
            this.docEditorsImportStock_Material.ControlName = "docEditorsImportStock_Material";
            this.docEditorsImportStock_Material.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportStock_Data
            // 
            this.docEditorsImportStock_Data.Caption = "Import Stock Data";
            this.docEditorsImportStock_Data.ControlName = "docEditorsImportStock_Data";
            this.docEditorsImportStock_Data.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportDst_Master
            // 
            this.docEditorsImportDst_Master.Caption = "Import Distributor Days (Zad)";
            this.docEditorsImportDst_Master.ControlName = "docEditorsImportDst_Master";
            this.docEditorsImportDst_Master.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportEst_Actual_R3UC
            // 
            this.docEditorsImportEst_Actual_R3UC.Caption = "Import Est-Actual R3";
            this.docEditorsImportEst_Actual_R3UC.ControlName = "docEditorsImportEst_Actual_R3UC";
            this.docEditorsImportEst_Actual_R3UC.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportActualBillArg
            // 
            this.docEditorsImportActualBillArg.Caption = "Import Actual Bill Agreement";
            this.docEditorsImportActualBillArg.ControlName = "docEditorsImportActualBillArg";
            this.docEditorsImportActualBillArg.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportGPS_Data
            // 
            this.docEditorsImportGPS_Data.Caption = "Import GPS Data";
            this.docEditorsImportGPS_Data.ControlName = "docEditorsImportGPS_Data";
            this.docEditorsImportGPS_Data.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportHH_Data
            // 
            this.docEditorsImportHH_Data.Caption = "Import Hand Held Data";
            this.docEditorsImportHH_Data.ControlName = "docEditorsImportHH_Data";
            this.docEditorsImportHH_Data.Image = global::NICSQLTools.Properties.Resources.Excel16;
            // 
            // docEditorsImportFromExcel
            // 
            this.docEditorsImportFromExcel.Caption = "Import From Excel";
            this.docEditorsImportFromExcel.ControlName = "docEditorsImportFromExcel";
            // 
            // documentTileDashboard
            // 
            this.documentTileDashboard.ActivationTarget = this.tileContainerDashboard;
            this.documentTileDashboard.Appearances.Normal.BackColor = System.Drawing.Color.Navy;
            this.documentTileDashboard.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.documentTileDashboard.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileDashboard.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileDashboard.Appearances.Normal.Options.UseFont = true;
            this.documentTileDashboard.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileDashboard.Document = this.docDashboard;
            tileItemElement97.Image = global::NICSQLTools.Properties.Resources.Dashboard128;
            tileItemElement97.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement97.Text = "Dashboard";
            tileItemFrame63.Elements.Add(tileItemElement97);
            tileItemFrame63.Image = global::NICSQLTools.Properties.Resources.Dashboard128;
            tileItemElement98.Image = global::NICSQLTools.Properties.Resources.Dashboard64;
            tileItemElement98.Text = "Dashboard";
            tileItemElement99.Text = "Visual analysis tools and other data presentation media";
            tileItemElement99.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame64.Elements.Add(tileItemElement98);
            tileItemFrame64.Elements.Add(tileItemElement99);
            tileItemFrame64.Image = global::NICSQLTools.Properties.Resources.Dashboard64;
            this.documentTileDashboard.Frames.Add(tileItemFrame63);
            this.documentTileDashboard.Frames.Add(tileItemFrame64);
            this.tileContainerMain.SetID(this.documentTileDashboard, 5);
            this.documentTileDashboard.Name = "documentTileDashboard";
            this.documentTileDashboard.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.documentTileDashboard.Tag = true;
            // 
            // tileContainerDashboard
            // 
            this.tileContainerDashboard.Caption = "Dashboard Section";
            this.tileContainerDashboard.Image = global::NICSQLTools.Properties.Resources.Dashboard64;
            this.tileContainerDashboard.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.documentTileDashboardDesigner,
            this.documentTileDashboardViewer});
            this.tileContainerDashboard.Name = "tileContainerDashboard";
            this.tileContainerDashboard.Parent = this.tileContainerMain;
            this.tileContainerDashboard.Properties.ShowText = DevExpress.Utils.DefaultBoolean.True;
            // 
            // documentTileDashboardDesigner
            // 
            this.documentTileDashboardDesigner.Appearances.Normal.BackColor = System.Drawing.Color.Navy;
            this.documentTileDashboardDesigner.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileDashboardDesigner.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileDashboardDesigner.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileDashboardDesigner.Document = this.docDashboardDesigner;
            tileItemElement91.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            tileItemElement91.Appearance.Normal.Options.UseFont = true;
            tileItemElement91.Image = global::NICSQLTools.Properties.Resources.DashboardDesigner128;
            tileItemElement91.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement91.Text = "Dashboard Designer";
            tileItemFrame59.Elements.Add(tileItemElement91);
            tileItemFrame59.Image = global::NICSQLTools.Properties.Resources.DashboardDesigner128;
            tileItemElement92.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement92.Appearance.Normal.Options.UseFont = true;
            tileItemElement92.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement92.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement92.Text = "Dashboard Designer";
            tileItemElement93.Text = "Design Visual analysis and other data presentation media";
            tileItemElement93.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame60.Elements.Add(tileItemElement92);
            tileItemFrame60.Elements.Add(tileItemElement93);
            tileItemFrame60.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileDashboardDesigner.Frames.Add(tileItemFrame59);
            this.documentTileDashboardDesigner.Frames.Add(tileItemFrame60);
            this.documentTileDashboardDesigner.Name = "documentTileDashboardDesigner";
            this.documentTileDashboardDesigner.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docDashboardDesigner
            // 
            this.docDashboardDesigner.Caption = "Dashboard Designer";
            this.docDashboardDesigner.ControlName = "docDashboardDesigner";
            // 
            // documentTileDashboardViewer
            // 
            this.documentTileDashboardViewer.Appearances.Normal.BackColor = System.Drawing.Color.Navy;
            this.documentTileDashboardViewer.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileDashboardViewer.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileDashboardViewer.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileDashboardViewer.Document = this.docDashboardViewer;
            tileItemElement94.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            tileItemElement94.Appearance.Normal.Options.UseFont = true;
            tileItemElement94.Image = global::NICSQLTools.Properties.Resources.DashboardViewer128;
            tileItemElement94.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement94.Text = "Dashboard Viewer";
            tileItemFrame61.Elements.Add(tileItemElement94);
            tileItemFrame61.Image = global::NICSQLTools.Properties.Resources.DashboardViewer128;
            tileItemElement95.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
            tileItemElement95.Appearance.Normal.Options.UseFont = true;
            tileItemElement95.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement95.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement95.Text = "Dashboard Viewer";
            tileItemElement96.Text = "View Visual analysis and other data presentation media";
            tileItemElement96.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame62.Elements.Add(tileItemElement95);
            tileItemFrame62.Elements.Add(tileItemElement96);
            tileItemFrame62.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileDashboardViewer.Frames.Add(tileItemFrame61);
            this.documentTileDashboardViewer.Frames.Add(tileItemFrame62);
            this.tileContainerDashboard.SetID(this.documentTileDashboardViewer, 1);
            this.documentTileDashboardViewer.Name = "documentTileDashboardViewer";
            this.documentTileDashboardViewer.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            // 
            // docDashboardViewer
            // 
            this.docDashboardViewer.Caption = "Dashboard Viewer";
            this.docDashboardViewer.ControlName = "docDashboardViewer";
            // 
            // docDashboard
            // 
            this.docDashboard.Caption = "Dashboard";
            this.docDashboard.ControlName = "docDashboard";
            // 
            // documentTileReports
            // 
            this.documentTileReports.ActivationTarget = this.tileContainerReports;
            this.documentTileReports.Appearances.Normal.BackColor = System.Drawing.Color.Navy;
            this.documentTileReports.Appearances.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.documentTileReports.Appearances.Normal.ForeColor = System.Drawing.Color.White;
            this.documentTileReports.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileReports.Appearances.Normal.Options.UseFont = true;
            this.documentTileReports.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileReports.Document = this.docReports;
            tileItemElement100.Image = global::NICSQLTools.Properties.Resources.Reports128;
            tileItemElement100.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement100.Text = "Reports";
            tileItemFrame65.Elements.Add(tileItemElement100);
            tileItemFrame65.Image = global::NICSQLTools.Properties.Resources.Reports128;
            tileItemElement101.Image = global::NICSQLTools.Properties.Resources.Reports64;
            tileItemElement101.Text = "Reports";
            tileItemElement102.Text = "Reporting, Printing And Exporting Data";
            tileItemElement102.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame66.Elements.Add(tileItemElement101);
            tileItemFrame66.Elements.Add(tileItemElement102);
            tileItemFrame66.Image = global::NICSQLTools.Properties.Resources.Reports64;
            this.documentTileReports.Frames.Add(tileItemFrame65);
            this.documentTileReports.Frames.Add(tileItemFrame66);
            this.tileContainerMain.SetID(this.documentTileReports, 6);
            this.documentTileReports.Name = "documentTileReports";
            this.documentTileReports.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.documentTileReports.Tag = true;
            // 
            // tileContainerReports
            // 
            this.tileContainerReports.Caption = "Reports Section";
            this.tileContainerReports.Image = global::NICSQLTools.Properties.Resources.Reports64;
            this.tileContainerReports.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.documentTileReportViewer});
            this.tileContainerReports.Name = "tileContainerReports";
            this.tileContainerReports.Parent = this.tileContainerMain;
            this.tileContainerReports.Properties.ShowText = DevExpress.Utils.DefaultBoolean.True;
            // 
            // documentTileReportViewer
            // 
            this.documentTileReportViewer.Document = this.docReportsReportViewer;
            this.documentTileReportViewer.Name = "documentTileReportViewer";
            // 
            // docReportsReportViewer
            // 
            this.docReportsReportViewer.Caption = "Report Viewer";
            this.docReportsReportViewer.ControlName = "docReportsReportViewer";
            // 
            // docReports
            // 
            this.docReports.Caption = "Reports";
            this.docReports.ControlName = "docReports";
            // 
            // pageUserSettings
            // 
            this.pageUserSettings.Caption = "User Settings Section";
            this.pageUserSettings.Document = this.docUserSetting;
            this.pageUserSettings.Image = global::NICSQLTools.Properties.Resources.User64;
            this.pageUserSettings.Name = "pageUserSettings";
            this.pageUserSettings.Parent = this.tileContainerMain;
            // 
            // docUserSetting
            // 
            this.docUserSetting.Caption = "User Settings";
            this.docUserSetting.ControlName = "docUserSetting";
            // 
            // docEditorsRoutesPlate
            // 
            this.docEditorsRoutesPlate.Caption = "Route Plate";
            this.docEditorsRoutesPlate.ControlName = "docEditorsRoutesPlate";
            // 
            // docEditorsPlate
            // 
            this.docEditorsPlate.Caption = "Plate";
            this.docEditorsPlate.ControlName = "docEditorsPlate";
            // 
            // documentTileEditorsImportDays
            // 
            this.documentTileEditorsImportDays.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportDays.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportDays.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportDays.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportDays.Document = this.docEditorsImportDays;
            tileItemElement103.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement103.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement103.Text = "Import Days";
            tileItemFrame67.Elements.Add(tileItemElement103);
            tileItemFrame67.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement104.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement104.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement104.Text = "Import Days";
            tileItemElement104.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
            tileItemElement105.Text = "Import Bill Document From R3 Sap Report In xlsx Format";
            tileItemElement105.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame68.Elements.Add(tileItemElement104);
            tileItemFrame68.Elements.Add(tileItemElement105);
            tileItemFrame68.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportDays.Frames.Add(tileItemFrame67);
            this.documentTileEditorsImportDays.Frames.Add(tileItemFrame68);
            this.documentTileEditorsImportDays.Group = "Imports";
            this.documentTileEditorsImportDays.Name = "documentTileEditorsImportDays";
            // 
            // documentTileEditorsImportCustomerRoute
            // 
            this.documentTileEditorsImportCustomerRoute.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportCustomerRoute.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportCustomerRoute.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportCustomerRoute.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportCustomerRoute.Document = this.docEditorsImportCustomerRoute;
            tileItemElement106.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement106.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement106.Text = "Import Customer Route";
            tileItemFrame69.Elements.Add(tileItemElement106);
            tileItemFrame69.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement107.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement107.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement107.Text = "Import Customer Route";
            tileItemElement108.MaxWidth = 0;
            tileItemElement108.Text = "Import Customer Route From Sap Transation \'Route customer assignment report\' In x" +
    "lsx Format";
            tileItemElement108.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame70.Elements.Add(tileItemElement107);
            tileItemFrame70.Elements.Add(tileItemElement108);
            tileItemFrame70.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportCustomerRoute.Frames.Add(tileItemFrame69);
            this.documentTileEditorsImportCustomerRoute.Frames.Add(tileItemFrame70);
            this.documentTileEditorsImportCustomerRoute.Group = "Imports";
            this.documentTileEditorsImportCustomerRoute.Name = "documentTileEditorsImportCustomerRoute";
            // 
            // documentTileEditorsImportCustomerInfo
            // 
            this.documentTileEditorsImportCustomerInfo.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportCustomerInfo.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportCustomerInfo.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportCustomerInfo.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportCustomerInfo.Document = this.docEditorsImportCustomerInfo;
            tileItemElement109.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement109.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement109.Text = "Import Customer Info";
            tileItemFrame71.Elements.Add(tileItemElement109);
            tileItemFrame71.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement110.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement110.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement110.Text = "Import Customer Info";
            tileItemElement111.Text = "Import Customer Info From Sap Transation \'Display of customer hierarchy history\' " +
    "In xlsx Format";
            tileItemElement111.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame72.Elements.Add(tileItemElement110);
            tileItemFrame72.Elements.Add(tileItemElement111);
            tileItemFrame72.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportCustomerInfo.Frames.Add(tileItemFrame71);
            this.documentTileEditorsImportCustomerInfo.Frames.Add(tileItemFrame72);
            this.documentTileEditorsImportCustomerInfo.Group = "Imports";
            this.documentTileEditorsImportCustomerInfo.Name = "documentTileEditorsImportCustomerInfo";
            // 
            // documentTileEditorsImportEquipment
            // 
            this.documentTileEditorsImportEquipment.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportEquipment.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportEquipment.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportEquipment.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportEquipment.Document = this.docEditorsImportEquipment;
            tileItemElement112.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement112.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement112.Text = "Import Equipment";
            tileItemFrame73.Elements.Add(tileItemElement112);
            tileItemFrame73.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement113.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement113.Text = "Import Equipment";
            tileItemElement114.AnimateTransition = DevExpress.Utils.DefaultBoolean.True;
            tileItemElement114.Text = "Import Equipment From Sap Transation \'Equipment Listing\' In xlsx Format";
            tileItemElement114.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame74.Elements.Add(tileItemElement113);
            tileItemFrame74.Elements.Add(tileItemElement114);
            this.documentTileEditorsImportEquipment.Frames.Add(tileItemFrame73);
            this.documentTileEditorsImportEquipment.Frames.Add(tileItemFrame74);
            this.documentTileEditorsImportEquipment.Group = "Imports";
            this.documentTileEditorsImportEquipment.Name = "documentTileEditorsImportEquipment";
            // 
            // documentTileEditorsImportDamageMaster
            // 
            this.documentTileEditorsImportDamageMaster.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportDamageMaster.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportDamageMaster.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportDamageMaster.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportDamageMaster.Document = this.docEditorsImportDamageMaster;
            tileItemElement115.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement115.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement115.Text = "Import Damage Master";
            tileItemFrame75.Elements.Add(tileItemElement115);
            tileItemFrame75.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement116.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement116.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement116.Text = "Import Damage Master";
            tileItemElement117.Text = "Import Damage Master From Sap Transation \'Damage\' In xlsx Format";
            tileItemElement117.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame76.Elements.Add(tileItemElement116);
            tileItemFrame76.Elements.Add(tileItemElement117);
            tileItemFrame76.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportDamageMaster.Frames.Add(tileItemFrame75);
            this.documentTileEditorsImportDamageMaster.Frames.Add(tileItemFrame76);
            this.documentTileEditorsImportDamageMaster.Group = "Imports";
            this.documentTileEditorsImportDamageMaster.Name = "documentTileEditorsImportDamageMaster";
            // 
            // documentTileEditorsImportCustomerSSInfo
            // 
            this.documentTileEditorsImportCustomerSSInfo.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportCustomerSSInfo.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportCustomerSSInfo.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportCustomerSSInfo.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportCustomerSSInfo.Document = this.docEditorsImportCustomerSSInfo;
            tileItemElement118.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement118.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement118.Text = "Import Customer SS Info";
            tileItemFrame77.Elements.Add(tileItemElement118);
            tileItemFrame77.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement119.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement119.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement119.Text = "Import Customer SS Info";
            tileItemElement120.Text = "Import Customer Info From Sap Transation \'Display of customer hierarchy history\' " +
    "In xlsx Format";
            tileItemElement120.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame78.Elements.Add(tileItemElement119);
            tileItemFrame78.Elements.Add(tileItemElement120);
            tileItemFrame78.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportCustomerSSInfo.Frames.Add(tileItemFrame77);
            this.documentTileEditorsImportCustomerSSInfo.Frames.Add(tileItemFrame78);
            this.documentTileEditorsImportCustomerSSInfo.Group = "Imports";
            this.documentTileEditorsImportCustomerSSInfo.Name = "documentTileEditorsImportCustomerSSInfo";
            // 
            // documentTiledUserSetting
            // 
            this.documentTiledUserSetting.Document = this.docUserSetting;
            this.documentTiledUserSetting.Name = "documentTiledUserSetting";
            // 
            // documentTileEditorsImportUMD
            // 
            this.documentTileEditorsImportUMD.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportUMD.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportUMD.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportUMD.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportUMD.Document = this.docEditorsImportUMD;
            tileItemElement121.Image = global::NICSQLTools.Properties.Resources.AppDashboardDS128;
            tileItemElement121.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement121.Text = "Import UMD";
            tileItemFrame79.Elements.Add(tileItemElement121);
            tileItemFrame79.Image = global::NICSQLTools.Properties.Resources.AppDashboardDS128;
            tileItemElement122.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement122.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement122.Text = "Import UMD";
            tileItemElement123.Text = "Import UMD To Update Customer Information";
            tileItemElement123.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame80.Elements.Add(tileItemElement122);
            tileItemFrame80.Elements.Add(tileItemElement123);
            tileItemFrame80.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportUMD.Frames.Add(tileItemFrame79);
            this.documentTileEditorsImportUMD.Frames.Add(tileItemFrame80);
            this.documentTileEditorsImportUMD.Group = "Imports";
            this.documentTileEditorsImportUMD.Name = "documentTileEditorsImportUMD";
            // 
            // documentTileUpdateProductDetails
            // 
            this.documentTileUpdateProductDetails.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileUpdateProductDetails.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileUpdateProductDetails.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileUpdateProductDetails.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileUpdateProductDetails.Document = this.docEditorsImportUpdateProductDetails;
            tileItemElement124.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement124.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement124.Text = "Import Update Product Details";
            tileItemElement124.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemFrame81.Elements.Add(tileItemElement124);
            tileItemFrame81.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement125.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement125.Text = "Import Update Product Details";
            tileItemElement126.Text = "Here you can update product details by importing SAP excel files";
            tileItemElement126.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame82.Elements.Add(tileItemElement125);
            tileItemFrame82.Elements.Add(tileItemElement126);
            tileItemFrame82.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileUpdateProductDetails.Frames.Add(tileItemFrame81);
            this.documentTileUpdateProductDetails.Frames.Add(tileItemFrame82);
            this.documentTileUpdateProductDetails.Group = "Imports";
            this.documentTileUpdateProductDetails.Name = "documentTileUpdateProductDetails";
            // 
            // documentTileEditorsTaskManagerTask
            // 
            this.documentTileEditorsTaskManagerTask.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsTaskManagerTask.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsTaskManagerTask.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsTaskManagerTask.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsTaskManagerTask.Document = this.docEditorsTaskManagerTask;
            this.documentTileEditorsTaskManagerTask.Name = "documentTileEditorsTaskManagerTask";
            // 
            // documentTileEditorsTaskManagerEmp
            // 
            this.documentTileEditorsTaskManagerEmp.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsTaskManagerEmp.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsTaskManagerEmp.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsTaskManagerEmp.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsTaskManagerEmp.Document = this.docEditorsTaskManagerEmp;
            tileItemElement127.Image = global::NICSQLTools.Properties.Resources.Task128;
            tileItemElement127.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement127.Text = "Employees";
            tileItemElement127.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopCenter;
            tileItemFrame83.Elements.Add(tileItemElement127);
            tileItemFrame83.Image = global::NICSQLTools.Properties.Resources.Task128;
            tileItemElement128.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement128.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement128.Text = "Employees";
            tileItemElement128.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
            tileItemElement129.Text = "Add, Edit and Delete Company Employees";
            tileItemElement129.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame84.Elements.Add(tileItemElement128);
            tileItemFrame84.Elements.Add(tileItemElement129);
            tileItemFrame84.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsTaskManagerEmp.Frames.Add(tileItemFrame83);
            this.documentTileEditorsTaskManagerEmp.Frames.Add(tileItemFrame84);
            this.documentTileEditorsTaskManagerEmp.Name = "documentTileEditorsTaskManagerEmp";
            // 
            // documentTileEditorsTaskManagerEmpTask
            // 
            this.documentTileEditorsTaskManagerEmpTask.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsTaskManagerEmpTask.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsTaskManagerEmpTask.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsTaskManagerEmpTask.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsTaskManagerEmpTask.Document = this.docEditorsTaskManagerEmpTask;
            this.documentTileEditorsTaskManagerEmpTask.Name = "documentTileEditorsTaskManagerEmpTask";
            // 
            // documentTileEditorsTaskManagerFactor
            // 
            this.documentTileEditorsTaskManagerFactor.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsTaskManagerFactor.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsTaskManagerFactor.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsTaskManagerFactor.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsTaskManagerFactor.Document = this.docEditorsTaskManagerFactor;
            this.documentTileEditorsTaskManagerFactor.Name = "documentTileEditorsTaskManagerFactor";
            // 
            // documentTileEditorsTaskManagerEmpTaskActual
            // 
            this.documentTileEditorsTaskManagerEmpTaskActual.Document = this.docEditorsTaskManagerEmpTaskActual;
            this.documentTileEditorsTaskManagerEmpTaskActual.Name = "documentTileEditorsTaskManagerEmpTaskActual";
            // 
            // documentTileEditorsImportStock_List
            // 
            this.documentTileEditorsImportStock_List.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportStock_List.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportStock_List.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportStock_List.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportStock_List.Document = this.docEditorsImportStock_List;
            tileItemElement130.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement130.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement130.Text = "Import Stock List";
            tileItemFrame85.Elements.Add(tileItemElement130);
            tileItemFrame85.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement131.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement131.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement131.Text = "Import Stock List";
            tileItemElement132.Text = "Import data into Stock List Table";
            tileItemElement132.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame86.Elements.Add(tileItemElement131);
            tileItemFrame86.Elements.Add(tileItemElement132);
            tileItemFrame86.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportStock_List.Frames.Add(tileItemFrame85);
            this.documentTileEditorsImportStock_List.Frames.Add(tileItemFrame86);
            this.documentTileEditorsImportStock_List.Name = "documentTileEditorsImportStock_List";
            // 
            // documentTileEditorsImportStock_Material
            // 
            this.documentTileEditorsImportStock_Material.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportStock_Material.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportStock_Material.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportStock_Material.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportStock_Material.Document = this.docEditorsImportStock_Material;
            tileItemElement133.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement133.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement133.Text = "Import Stock Material";
            tileItemFrame87.Elements.Add(tileItemElement133);
            tileItemFrame87.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement134.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement134.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement134.Text = "Import Stock Material";
            tileItemElement135.Text = "Import data into Stock Material table";
            tileItemElement135.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame88.Elements.Add(tileItemElement134);
            tileItemFrame88.Elements.Add(tileItemElement135);
            tileItemFrame88.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportStock_Material.Frames.Add(tileItemFrame87);
            this.documentTileEditorsImportStock_Material.Frames.Add(tileItemFrame88);
            this.documentTileEditorsImportStock_Material.Name = "documentTileEditorsImportStock_Material";
            // 
            // documentTileEditorsActivities_Actual
            // 
            this.documentTileEditorsActivities_Actual.Document = this.docEditorsActivities_Actual;
            this.documentTileEditorsActivities_Actual.Name = "documentTileEditorsActivities_Actual";
            // 
            // documentTileEditorsImportDst_Master
            // 
            this.documentTileEditorsImportDst_Master.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportDst_Master.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportDst_Master.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportDst_Master.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportDst_Master.Document = this.docEditorsImportDst_Master;
            tileItemElement136.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement136.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement136.Text = "Import Distributor Days";
            tileItemFrame89.Elements.Add(tileItemElement136);
            tileItemFrame89.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement137.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement137.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement137.Text = "Import Distributor Days";
            tileItemElement138.Text = "Import Bill Document From oERPTools Report In xlsx Format";
            tileItemElement138.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame90.Elements.Add(tileItemElement137);
            tileItemFrame90.Elements.Add(tileItemElement138);
            tileItemFrame90.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportDst_Master.Frames.Add(tileItemFrame89);
            this.documentTileEditorsImportDst_Master.Frames.Add(tileItemFrame90);
            this.documentTileEditorsImportDst_Master.Name = "documentTileEditorsImportDst_Master";
            // 
            // documentTileEditorsImportEquipmentAll
            // 
            this.documentTileEditorsImportEquipmentAll.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportEquipmentAll.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportEquipmentAll.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportEquipmentAll.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportEquipmentAll.Document = this.docEditorsImportEquipmentAll;
            tileItemElement139.Image = global::NICSQLTools.Properties.Resources.ImportR3_64;
            tileItemElement139.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement139.Text = "Import EquipmentAll";
            tileItemFrame91.Elements.Add(tileItemElement139);
            tileItemFrame91.Image = global::NICSQLTools.Properties.Resources.ImportR3_64;
            tileItemElement140.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement140.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement140.Text = "Import EquipmentAll";
            tileItemElement141.Text = "Import EquipmentAll From Excel file";
            tileItemElement141.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame92.Elements.Add(tileItemElement140);
            tileItemFrame92.Elements.Add(tileItemElement141);
            tileItemFrame92.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportEquipmentAll.Frames.Add(tileItemFrame91);
            this.documentTileEditorsImportEquipmentAll.Frames.Add(tileItemFrame92);
            this.documentTileEditorsImportEquipmentAll.Name = "documentTileEditorsImportEquipmentAll";
            // 
            // documentTileEditorsImportEst_Actual_R3UC
            // 
            this.documentTileEditorsImportEst_Actual_R3UC.Document = this.docEditorsImportEst_Actual_R3UC;
            this.documentTileEditorsImportEst_Actual_R3UC.Name = "documentTileEditorsImportEst_Actual_R3UC";
            // 
            // documentTileEditorsMSrv_TypeEditor
            // 
            this.documentTileEditorsMSrv_TypeEditor.Document = this.docEditorsMSrv_TypeEditor;
            this.documentTileEditorsMSrv_TypeEditor.Name = "documentTileEditorsMSrv_TypeEditor";
            // 
            // documentTileEditorsMSrv_TechnicianEditor
            // 
            this.documentTileEditorsMSrv_TechnicianEditor.Document = this.docEditorsMSrv_TechnicianEditor;
            this.documentTileEditorsMSrv_TechnicianEditor.Name = "documentTileEditorsMSrv_TechnicianEditor";
            // 
            // documentTileEditorsMSrv_TicketEditor
            // 
            this.documentTileEditorsMSrv_TicketEditor.Document = this.docEditorsMSrv_TicketEditor;
            this.documentTileEditorsMSrv_TicketEditor.Name = "documentTileEditorsMSrv_TicketEditor";
            // 
            // documentTileEditorsImportActualBillArg
            // 
            this.documentTileEditorsImportActualBillArg.Document = this.docEditorsImportActualBillArg;
            this.documentTileEditorsImportActualBillArg.Name = "documentTileEditorsImportActualBillArg";
            // 
            // documentTileEditorsMSrv_TechnicianSalesDistrictEditor
            // 
            this.documentTileEditorsMSrv_TechnicianSalesDistrictEditor.Document = this.docEditorsMSrv_TechnicianSalesDistrictEditor;
            this.documentTileEditorsMSrv_TechnicianSalesDistrictEditor.Name = "documentTileEditorsMSrv_TechnicianSalesDistrictEditor";
            // 
            // documentTileEditorsMSrv_TechnicianCompanyEditor
            // 
            this.documentTileEditorsMSrv_TechnicianCompanyEditor.Document = this.docEditorsMSrv_TechnicianCompanyEditor;
            this.documentTileEditorsMSrv_TechnicianCompanyEditor.Name = "documentTileEditorsMSrv_TechnicianCompanyEditor";
            // 
            // documentTileEditorsMSrv_01
            // 
            this.documentTileEditorsMSrv_01.Document = this.docEditorsMSrv_01;
            this.documentTileEditorsMSrv_01.Name = "documentTileEditorsMSrv_01";
            // 
            // documentTileEditorsMSrv_PartEditor
            // 
            this.documentTileEditorsMSrv_PartEditor.Document = this.docEditorsMSrv_PartEditor;
            this.documentTileEditorsMSrv_PartEditor.Name = "documentTileEditorsMSrv_PartEditor";
            // 
            // documentTileEditorsImportStock_Data
            // 
            this.documentTileEditorsImportStock_Data.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsImportStock_Data.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsImportStock_Data.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsImportStock_Data.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsImportStock_Data.Document = this.docEditorsImportStock_Data;
            tileItemElement142.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement142.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement142.Text = "Import Stock Data";
            tileItemFrame93.Elements.Add(tileItemElement142);
            tileItemFrame93.Image = global::NICSQLTools.Properties.Resources.ImportR3_128;
            tileItemElement143.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement143.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement143.Text = "Import Stock Data";
            tileItemElement144.Text = "Import from excel to Stock_Data Table";
            tileItemElement144.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame94.Elements.Add(tileItemElement143);
            tileItemFrame94.Elements.Add(tileItemElement144);
            tileItemFrame94.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsImportStock_Data.Frames.Add(tileItemFrame93);
            this.documentTileEditorsImportStock_Data.Frames.Add(tileItemFrame94);
            this.documentTileEditorsImportStock_Data.Name = "documentTileEditorsImportStock_Data";
            // 
            // documentTileEditorsRDMEditorRDM_Promo_Type
            // 
            this.documentTileEditorsRDMEditorRDM_Promo_Type.Document = this.docEditorsRDMEditorRDM_Promo_Type;
            this.documentTileEditorsRDMEditorRDM_Promo_Type.Name = "documentTileEditorsRDMEditorRDM_Promo_Type";
            // 
            // documentTileEditorsRDMEditorRDM_Receipt
            // 
            this.documentTileEditorsRDMEditorRDM_Receipt.Document = this.docEditorsRDMEditorRDM_Receipt;
            this.documentTileEditorsRDMEditorRDM_Receipt.Name = "documentTileEditorsRDMEditorRDM_Receipt";
            // 
            // documentTileEditorsImportGPS_Data
            // 
            this.documentTileEditorsImportGPS_Data.Document = this.docEditorsImportGPS_Data;
            this.documentTileEditorsImportGPS_Data.Name = "documentTileEditorsImportGPS_Data";
            // 
            // documentTileEditorsImportHH_Data
            // 
            this.documentTileEditorsImportHH_Data.Document = this.docEditorsImportHH_Data;
            this.documentTileEditorsImportHH_Data.Name = "documentTileEditorsImportHH_Data";
            // 
            // documentTileEditorsRoutesPlate
            // 
            this.documentTileEditorsRoutesPlate.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsRoutesPlate.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsRoutesPlate.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsRoutesPlate.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsRoutesPlate.Document = this.docEditorsRoutesPlate;
            tileItemElement145.Image = global::NICSQLTools.Properties.Resources.RoutePlate64;
            tileItemElement145.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement145.Text = "Route Plate";
            tileItemFrame95.Elements.Add(tileItemElement145);
            tileItemFrame95.Image = global::NICSQLTools.Properties.Resources.RoutePlate64;
            tileItemElement146.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement146.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement146.Text = "Route Plate";
            tileItemElement147.Text = "Here you can edit any Route\'s Plate information";
            tileItemElement147.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame96.Elements.Add(tileItemElement146);
            tileItemFrame96.Elements.Add(tileItemElement147);
            tileItemFrame96.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsRoutesPlate.Frames.Add(tileItemFrame95);
            this.documentTileEditorsRoutesPlate.Frames.Add(tileItemFrame96);
            this.documentTileEditorsRoutesPlate.Group = "GPS";
            this.documentTileEditorsRoutesPlate.Name = "documentTileEditorsRoutesPlate";
            // 
            // documentTileEditorsPlate
            // 
            this.documentTileEditorsPlate.Appearances.Normal.BackColor = System.Drawing.Color.Gold;
            this.documentTileEditorsPlate.Appearances.Normal.ForeColor = System.Drawing.Color.Black;
            this.documentTileEditorsPlate.Appearances.Normal.Options.UseBackColor = true;
            this.documentTileEditorsPlate.Appearances.Normal.Options.UseForeColor = true;
            this.documentTileEditorsPlate.Document = this.docEditorsPlate;
            tileItemElement148.Image = global::NICSQLTools.Properties.Resources.Plate64;
            tileItemElement148.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement148.Text = "Plate";
            tileItemFrame97.Elements.Add(tileItemElement148);
            tileItemFrame97.Image = global::NICSQLTools.Properties.Resources.Plate64;
            tileItemElement149.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement149.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement149.Text = "Plate";
            tileItemElement150.Text = "Here you can add, edit and delete Route plates";
            tileItemElement150.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame98.Elements.Add(tileItemElement149);
            tileItemFrame98.Elements.Add(tileItemElement150);
            tileItemFrame98.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsPlate.Frames.Add(tileItemFrame97);
            this.documentTileEditorsPlate.Frames.Add(tileItemFrame98);
            this.documentTileEditorsPlate.Group = "GPS";
            this.documentTileEditorsPlate.Name = "documentTileEditorsPlate";
            // 
            // documentTileEditorsMSrv_02
            // 
            this.documentTileEditorsMSrv_02.Document = this.docEditorsMSrv_02;
            this.documentTileEditorsMSrv_02.Name = "documentTileEditorsMSrv_02";
            // 
            // documentTileEditorsMSrv_Dmg_ReasonEditor
            // 
            this.documentTileEditorsMSrv_Dmg_ReasonEditor.Document = this.docEditorsMSrv_Dmg_ReasonEditor;
            this.documentTileEditorsMSrv_Dmg_ReasonEditor.Name = "documentTileEditorsMSrv_Dmg_ReasonEditor";
            // 
            // documentTileEditorsMSrv_03
            // 
            this.documentTileEditorsMSrv_03.Document = this.docEditorsMSrv_03;
            this.documentTileEditorsMSrv_03.Name = "documentTileEditorsMSrv_03";
            // 
            // documentTileEditorsXRep01
            // 
            this.documentTileEditorsXRep01.Document = this.docEditorsXRep01;
            this.documentTileEditorsXRep01.Name = "documentTileEditorsXRep01";
            // 
            // documentTileEditorsMSrv_04
            // 
            this.documentTileEditorsMSrv_04.Document = this.docEditorsMSrv_04;
            this.documentTileEditorsMSrv_04.Name = "documentTileEditorsMSrv_04";
            // 
            // documentTileEditorsTSrv_DriverEditor
            // 
            this.documentTileEditorsTSrv_DriverEditor.Document = this.docEditorsTSrv_DriverEditor;
            this.documentTileEditorsTSrv_DriverEditor.Name = "documentTileEditorsTSrv_DriverEditor";
            // 
            // documentTileEditorsTSrv_PlateEditor
            // 
            this.documentTileEditorsTSrv_PlateEditor.Document = this.docEditorsTSrv_PlateEditor;
            this.documentTileEditorsTSrv_PlateEditor.Name = "documentTileEditorsTSrv_PlateEditor";
            // 
            // documentTileEditorsTSrv_RoutePlateEditor
            // 
            this.documentTileEditorsTSrv_RoutePlateEditor.Document = this.docEditorsTSrv_RoutePlateEditor;
            this.documentTileEditorsTSrv_RoutePlateEditor.Name = "documentTileEditorsTSrv_RoutePlateEditor";
            // 
            // documentTileEditorsTSrv_RouteTypeEditor
            // 
            this.documentTileEditorsTSrv_RouteTypeEditor.Document = this.docEditorsTSrv_RouteTypeEditor;
            this.documentTileEditorsTSrv_RouteTypeEditor.Name = "documentTileEditorsTSrv_RouteTypeEditor";
            // 
            // documentTileEditorsTSrv_StatusEditor
            // 
            this.documentTileEditorsTSrv_StatusEditor.Document = this.docEditorsTSrv_StatusEditor;
            this.documentTileEditorsTSrv_StatusEditor.Name = "documentTileEditorsTSrv_StatusEditor";
            // 
            // documentTileEditorsTSrv_TruckServiceEditor
            // 
            this.documentTileEditorsTSrv_TruckServiceEditor.Document = this.docEditorsTSrv_TruckServiceEditor;
            tileItemElement151.Image = global::NICSQLTools.Properties.Resources.TSrv64;
            tileItemElement151.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement151.Text = "Truck Service";
            tileItemFrame99.Elements.Add(tileItemElement151);
            tileItemFrame99.Image = global::NICSQLTools.Properties.Resources.TSrv64;
            tileItemElement152.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            tileItemElement152.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement152.Text = "Truck Service";
            tileItemElement153.Text = "Dialy Truck Check In&Out, temperature and other information";
            tileItemElement153.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame100.Elements.Add(tileItemElement152);
            tileItemFrame100.Elements.Add(tileItemElement153);
            tileItemFrame100.Image = global::NICSQLTools.Properties.Resources.info_32x32;
            this.documentTileEditorsTSrv_TruckServiceEditor.Frames.Add(tileItemFrame99);
            this.documentTileEditorsTSrv_TruckServiceEditor.Frames.Add(tileItemFrame100);
            this.documentTileEditorsTSrv_TruckServiceEditor.Name = "documentTileEditorsTSrv_TruckServiceEditor";
            // 
            // MainTilesFrm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1090, 423);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "MainTilesFrm";
            this.Text = "NIC SQL Tools";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MainTilesFrm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.documentManagerMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.windowsUIView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerLogin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docLoginTile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docLogin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditors)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerEditors)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRoutes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRoutes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsProducts)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsProducts)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsCustomers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsCustomers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTargetKPI)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTargetKPI)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTargetNCE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTargetNCE)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsCostControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsCostControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileAppDatasourceEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docAppDatasourceEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsAppDatasourceLookup)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsAppDatasourceLookup)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupTaskManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerEmpTaskActual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerEmp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerFactor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerTask)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManagerEmpTask)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTaskManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsActivities)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupActivities)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsActivities_Actual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsActivities)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupMSrv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TypeEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_Dmg_ReasonEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TechnicianCompanyEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TechnicianEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TechnicianSalesDistrictEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_PartEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_TicketEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_01)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_02)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_03)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsXRep01)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv_04)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsMSrv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRDMEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupRDM)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRDMEditorRDM_Promo_Type)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRDMEditorRDM_Receipt)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRDMEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTiledocEditorsTSrv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupTSrv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_TruckServiceEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_StatusEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_RouteTypeEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_DriverEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_PlateEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv_RoutePlateEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsTSrv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditors)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRules)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerRules)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleRule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleRule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleRuleDetails)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleRuleDetails)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleUserRule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleUserRule)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileRuleRuleSalesDisitrct3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRuleRuleSalesDisitrct3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docRules)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQueries)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerQueries)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQueriesQryPivot)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueriesQryPivot)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQueriesQryCustomerInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueriesQryCustomerInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQueriesExcelDynamicUpdate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueriesExcelDynamicUpdate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileQryPivotOLap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQryPivotOLap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileCustomerMap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueriesCustomerMap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docQueries)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportFromExcel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedGroupImport)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportDays)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportCustomerRoute)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportCustomerInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportEquipment)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportEquipmentAll)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportDamageMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportCustomerSSInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportUMD)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportUpdateProductDetails)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportStock_List)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportStock_Material)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportStock_Data)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportDst_Master)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportEst_Actual_R3UC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportActualBillArg)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportGPS_Data)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportHH_Data)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsImportFromExcel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileDashboard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerDashboard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileDashboardDesigner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docDashboardDesigner)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileDashboardViewer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docDashboardViewer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docDashboard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileReports)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainerReports)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileReportViewer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docReportsReportViewer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docReports)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pageUserSettings)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docUserSetting)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsRoutesPlate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.docEditorsPlate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportDays)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportCustomerRoute)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportCustomerInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportEquipment)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportDamageMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportCustomerSSInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTiledUserSetting)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportUMD)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileUpdateProductDetails)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerTask)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerEmp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerEmpTask)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerFactor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTaskManagerEmpTaskActual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportStock_List)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportStock_Material)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsActivities_Actual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportDst_Master)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportEquipmentAll)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportEst_Actual_R3UC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TypeEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TechnicianEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TicketEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportActualBillArg)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TechnicianSalesDistrictEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_TechnicianCompanyEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_01)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_PartEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportStock_Data)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRDMEditorRDM_Promo_Type)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRDMEditorRDM_Receipt)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportGPS_Data)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsImportHH_Data)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsRoutesPlate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsPlate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_02)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_Dmg_ReasonEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_03)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsXRep01)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsMSrv_04)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_DriverEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_PlateEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_RoutePlateEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_RouteTypeEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_StatusEditor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentTileEditorsTSrv_TruckServiceEditor)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #6
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucLockCashMovement));
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            this.dateData = new DevExpress.XtraEditors.DateEdit();
            this.calcOpenValue = new DevExpress.XtraEditors.CalcEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.txtId = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.tileBarGroup2 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            this.tileBarItem1 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarItem2 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarItem4 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBar1 = new DevExpress.XtraBars.Navigation.TileBar();
            this.tileBarGroup1 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            this.tileBarItem5 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarItem6 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.calcEndValue = new DevExpress.XtraEditors.CalcEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
            this.tileBarGroup3 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            ((System.ComponentModel.ISupportInitialize)(this.dateData.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateData.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.calcOpenValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtId.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.calcEndValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // dateData
            // 
            this.dateData.EditValue = null;
            this.dateData.Location = new System.Drawing.Point(121, 68);
            this.dateData.Name = "dateData";
            this.dateData.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.dateData.Properties.Appearance.Options.UseFont = true;
            this.dateData.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateData.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateData.Size = new System.Drawing.Size(100, 22);
            this.dateData.TabIndex = 50;
            this.dateData.EditValueChanged += new System.EventHandler(this.dateData_EditValueChanged);
            // 
            // calcOpenValue
            // 
            this.calcOpenValue.Location = new System.Drawing.Point(121, 134);
            this.calcOpenValue.Name = "calcOpenValue";
            this.calcOpenValue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.calcOpenValue.Properties.Appearance.Options.UseFont = true;
            this.calcOpenValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.calcOpenValue.Size = new System.Drawing.Size(100, 22);
            this.calcOpenValue.TabIndex = 48;
            this.calcOpenValue.EditValueChanged += new System.EventHandler(this.calcBaseValue_EditValueChanged);
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl1.Location = new System.Drawing.Point(26, 137);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(89, 16);
            this.labelControl1.TabIndex = 47;
            this.labelControl1.Text = "Valor Abertura:";
            this.labelControl1.Click += new System.EventHandler(this.labelControl1_Click);
            // 
            // labelControl5
            // 
            this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl5.Location = new System.Drawing.Point(74, 104);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(41, 16);
            this.labelControl5.TabIndex = 46;
            this.labelControl5.Text = "Status:";
            this.labelControl5.Click += new System.EventHandler(this.labelControl5_Click);
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl3.Location = new System.Drawing.Point(84, 69);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(31, 16);
            this.labelControl3.TabIndex = 45;
            this.labelControl3.Text = "Data:";
            this.labelControl3.Click += new System.EventHandler(this.labelControl3_Click);
            // 
            // txtId
            // 
            this.txtId.Enabled = false;
            this.txtId.Location = new System.Drawing.Point(121, 33);
            this.txtId.Name = "txtId";
            this.txtId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtId.Properties.Appearance.Options.UseFont = true;
            this.txtId.Size = new System.Drawing.Size(75, 22);
            this.txtId.TabIndex = 44;
            this.txtId.EditValueChanged += new System.EventHandler(this.txtId_EditValueChanged);
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl2.Location = new System.Drawing.Point(99, 36);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(16, 16);
            this.labelControl2.TabIndex = 43;
            this.labelControl2.Text = "Id:";
            this.labelControl2.Click += new System.EventHandler(this.labelControl2_Click);
            // 
            // tileBarGroup2
            // 
            this.tileBarGroup2.Items.Add(this.tileBarItem1);
            this.tileBarGroup2.Items.Add(this.tileBarItem2);
            this.tileBarGroup2.Items.Add(this.tileBarItem4);
            this.tileBarGroup2.Name = "tileBarGroup2";
            // 
            // tileBarItem1
            // 
            this.tileBarItem1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
            tileItemElement1.Text = "Novo";
            this.tileBarItem1.Elements.Add(tileItemElement1);
            this.tileBarItem1.Id = 1;
            this.tileBarItem1.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem1.Name = "tileBarItem1";
            // 
            // tileBarItem2
            // 
            this.tileBarItem2.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
            tileItemElement2.Text = "Excluir";
            this.tileBarItem2.Elements.Add(tileItemElement2);
            this.tileBarItem2.Id = 2;
            this.tileBarItem2.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem2.Name = "tileBarItem2";
            // 
            // tileBarItem4
            // 
            this.tileBarItem4.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
            tileItemElement3.Text = "Abrir/Fechar Caixa";
            this.tileBarItem4.Elements.Add(tileItemElement3);
            this.tileBarItem4.Id = 4;
            this.tileBarItem4.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem4.Name = "tileBarItem4";
            // 
            // tileBar1
            // 
            this.tileBar1.AllowDrag = false;
            this.tileBar1.AppearanceText.Font = new System.Drawing.Font("Tahoma", 10F);
            this.tileBar1.AppearanceText.Options.UseFont = true;
            this.tileBar1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileBar1.Groups.Add(this.tileBarGroup1);
            this.tileBar1.Location = new System.Drawing.Point(325, 25);
            this.tileBar1.Margin = new System.Windows.Forms.Padding(8, 3, 3, 3);
            this.tileBar1.MaxId = 6;
            this.tileBar1.Name = "tileBar1";
            this.tileBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tileBar1.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
            this.tileBar1.Size = new System.Drawing.Size(182, 189);
            this.tileBar1.TabIndex = 52;
            this.tileBar1.Text = "tileBar1";
            // 
            // tileBarGroup1
            // 
            this.tileBarGroup1.Items.Add(this.tileBarItem5);
            this.tileBarGroup1.Items.Add(this.tileBarItem6);
            this.tileBarGroup1.Name = "tileBarGroup1";
            // 
            // tileBarItem5
            // 
            this.tileBarItem5.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement4.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement4.Image")));
            tileItemElement4.Text = "Abrir Caixa";
            this.tileBarItem5.Elements.Add(tileItemElement4);
            this.tileBarItem5.Id = 2;
            this.tileBarItem5.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem5.Name = "tileBarItem5";
            this.tileBarItem5.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBarItem5_ItemClick);
            // 
            // tileBarItem6
            // 
            this.tileBarItem6.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement5.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement5.Image")));
            tileItemElement5.Text = "Fechar Caixa";
            this.tileBarItem6.Elements.Add(tileItemElement5);
            this.tileBarItem6.Id = 4;
            this.tileBarItem6.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem6.Name = "tileBarItem6";
            // 
            // calcEndValue
            // 
            this.calcEndValue.Location = new System.Drawing.Point(121, 167);
            this.calcEndValue.Name = "calcEndValue";
            this.calcEndValue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.calcEndValue.Properties.Appearance.Options.UseFont = true;
            this.calcEndValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.calcEndValue.Size = new System.Drawing.Size(100, 22);
            this.calcEndValue.TabIndex = 54;
            this.calcEndValue.EditValueChanged += new System.EventHandler(this.calcEdit1_EditValueChanged);
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl4.Location = new System.Drawing.Point(6, 170);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(109, 16);
            this.labelControl4.TabIndex = 53;
            this.labelControl4.Text = "Valor Fechamento:";
            this.labelControl4.Click += new System.EventHandler(this.labelControl4_Click);
            // 
            // textEdit1
            // 
            this.textEdit1.Enabled = false;
            this.textEdit1.Location = new System.Drawing.Point(121, 101);
            this.textEdit1.Name = "textEdit1";
            this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.textEdit1.Properties.Appearance.Options.UseFont = true;
            this.textEdit1.Size = new System.Drawing.Size(100, 22);
            this.textEdit1.TabIndex = 55;
            // 
            // tileBarGroup3
            // 
            this.tileBarGroup3.Name = "tileBarGroup3";
            // 
            // ucLockCashMovement
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.textEdit1);
            this.Controls.Add(this.calcEndValue);
            this.Controls.Add(this.labelControl4);
            this.Controls.Add(this.tileBar1);
            this.Controls.Add(this.dateData);
            this.Controls.Add(this.calcOpenValue);
            this.Controls.Add(this.labelControl1);
            this.Controls.Add(this.labelControl5);
            this.Controls.Add(this.labelControl3);
            this.Controls.Add(this.txtId);
            this.Controls.Add(this.labelControl2);
            this.Name = "ucLockCashMovement";
            this.Size = new System.Drawing.Size(1317, 422);
            ((System.ComponentModel.ISupportInitialize)(this.dateData.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateData.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.calcOpenValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtId.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.calcEndValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
コード例 #7
0
ファイル: Pivot.Designer.cs プロジェクト: shine8319/DLS
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            DevExpress.XtraEditors.RangeControlRange rangeControlRange1 = new DevExpress.XtraEditors.RangeControlRange();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            this.rangeControl = new DevExpress.XtraEditors.RangeControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.tiles = new DevExpress.ProductsDemo.Win.PivotTileControl();
            this.tileGroup1 = new DevExpress.XtraEditors.TileGroup();
            this.tiRevenue = new DevExpress.XtraEditors.TileItem();
            this.tiUnitSales = new DevExpress.XtraEditors.TileItem();
            this.tiDirectSales = new DevExpress.XtraEditors.TileItem();
            this.tiBestSector = new DevExpress.XtraEditors.TileItem();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.pivot = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.chartsPanel = new DevExpress.XtraEditors.PanelControl();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.ucUnits = new DevExpress.SalesDemo.Win.Modules.ucSalesPerformance();
            this.ucSales = new DevExpress.SalesDemo.Win.Modules.ucSalesPerformance();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pivot)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartsPanel)).BeginInit();
            this.chartsPanel.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // rangeControl
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.rangeControl, 2);
            this.rangeControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rangeControl.Location = new System.Drawing.Point(3, 175);
            this.rangeControl.Name = "rangeControl";
            rangeControlRange1.Maximum = 4.5D;
            rangeControlRange1.Minimum = -0.5D;
            rangeControlRange1.Owner = this.rangeControl;
            this.rangeControl.SelectedRange = rangeControlRange1;
            this.rangeControl.ShowToolTips = false;
            this.rangeControl.ShowZoomScrollBar = false;
            this.rangeControl.Size = new System.Drawing.Size(1036, 54);
            this.rangeControl.TabIndex = 5;
            this.rangeControl.Text = "rangeControl1";
            this.rangeControl.VisibleRangeMaximumScaleFactor = 1D;
            // 
            // panelControl1
            // 
            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl1.Controls.Add(this.tiles);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
            this.panelControl1.Size = new System.Drawing.Size(1042, 111);
            this.panelControl1.TabIndex = 0;
            // 
            // tiles
            // 
            this.tiles.AllowDrag = false;
            this.tiles.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(116)))), ((int)(((byte)(189)))));
            this.tiles.AppearanceItem.Normal.BorderColor = System.Drawing.Color.DodgerBlue;
            this.tiles.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tiles.AppearanceItem.Normal.Options.UseBorderColor = true;
            this.tiles.AppearanceText.Font = new System.Drawing.Font("Segoe Condensed", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.tiles.AppearanceText.Options.UseFont = true;
            this.tiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tiles.Groups.Add(this.tileGroup1);
            this.tiles.HorizontalContentAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.tiles.IndentBetweenGroups = 0;
            this.tiles.ItemSize = 100;
            this.tiles.LargeItemWidth = 250;
            this.tiles.Location = new System.Drawing.Point(4, 4);
            this.tiles.Margin = new System.Windows.Forms.Padding(0);
            this.tiles.MaxId = 9;
            this.tiles.Name = "tiles";
            this.tiles.Padding = new System.Windows.Forms.Padding(0);
            this.tiles.RowCount = 1;
            this.tiles.Size = new System.Drawing.Size(1034, 107);
            this.tiles.TabIndex = 0;
            this.tiles.Text = "Dashboard: Sales by Product";
            this.tiles.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Top;
            // 
            // tileGroup1
            // 
            this.tileGroup1.Items.Add(this.tiRevenue);
            this.tileGroup1.Items.Add(this.tiUnitSales);
            this.tileGroup1.Items.Add(this.tiDirectSales);
            this.tileGroup1.Items.Add(this.tiBestSector);
            this.tileGroup1.Name = "tileGroup1";
            this.tileGroup1.Text = "tileGroup1";
            // 
            // tiRevenue
            // 
            this.tiRevenue.AppearanceItem.Normal.Font = new System.Drawing.Font("Segoe Condensed", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.tiRevenue.AppearanceItem.Normal.Options.UseFont = true;
            tileItemElement1.Text = "Revenues<br><size=10>YTD GROWTH";
            tileItemElement2.Appearance.Normal.Font = new System.Drawing.Font("Segoe Condensed", 30F);
            tileItemElement2.Appearance.Normal.Options.UseFont = true;
            tileItemElement2.Text = "+1%";
            tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            this.tiRevenue.Elements.Add(tileItemElement1);
            this.tiRevenue.Elements.Add(tileItemElement2);
            this.tiRevenue.Id = 5;
            this.tiRevenue.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tiRevenue.Name = "tiRevenue";
            // 
            // tiUnitSales
            // 
            this.tiUnitSales.AppearanceItem.Normal.Font = new System.Drawing.Font("Segoe Condensed", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.tiUnitSales.AppearanceItem.Normal.Options.UseFont = true;
            tileItemElement3.Appearance.Normal.Font = new System.Drawing.Font("Segoe Condensed", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            tileItemElement3.Appearance.Normal.Options.UseFont = true;
            tileItemElement3.Text = "Unit Sales<br><size=10>YTD";
            tileItemElement4.Appearance.Normal.Font = new System.Drawing.Font("Segoe Condensed", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            tileItemElement4.Appearance.Normal.Options.UseFont = true;
            tileItemElement4.Text = "2820";
            tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            this.tiUnitSales.Elements.Add(tileItemElement3);
            this.tiUnitSales.Elements.Add(tileItemElement4);
            this.tiUnitSales.Id = 6;
            this.tiUnitSales.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tiUnitSales.Name = "tiUnitSales";
            // 
            // tiDirectSales
            // 
            this.tiDirectSales.AppearanceItem.Normal.Font = new System.Drawing.Font("Segoe Condensed", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.tiDirectSales.AppearanceItem.Normal.Options.UseFont = true;
            tileItemElement5.Text = "Direct Sales<br><size=10>YTD";
            tileItemElement6.Appearance.Normal.Font = new System.Drawing.Font("Segoe Condensed", 30F);
            tileItemElement6.Appearance.Normal.Options.UseFont = true;
            tileItemElement6.Text = "$200M";
            tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            this.tiDirectSales.Elements.Add(tileItemElement5);
            this.tiDirectSales.Elements.Add(tileItemElement6);
            this.tiDirectSales.Id = 7;
            this.tiDirectSales.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tiDirectSales.Name = "tiDirectSales";
            // 
            // tiBestSector
            // 
            this.tiBestSector.AppearanceItem.Normal.Font = new System.Drawing.Font("Segoe Condensed", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.tiBestSector.AppearanceItem.Normal.Options.UseFont = true;
            tileItemElement7.Text = "Best Sector YTD<br><size=10>{0}";
            tileItemElement8.Appearance.Normal.Font = new System.Drawing.Font("Segoe Condensed", 30F);
            tileItemElement8.Appearance.Normal.Options.UseFont = true;
            tileItemElement8.Text = "$14M";
            tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            this.tiBestSector.Elements.Add(tileItemElement7);
            this.tiBestSector.Elements.Add(tileItemElement8);
            this.tiBestSector.Id = 8;
            this.tiBestSector.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tiBestSector.Name = "tiBestSector";
            // 
            // panelControl2
            // 
            this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl2.Controls.Add(this.pivot);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(0, 111);
            this.panelControl2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Padding = new System.Windows.Forms.Padding(3);
            this.panelControl2.Size = new System.Drawing.Size(1042, 328);
            this.panelControl2.TabIndex = 1;
            // 
            // pivot
            // 
            this.pivot.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pivot.Location = new System.Drawing.Point(3, 3);
            this.pivot.Name = "pivot";
            this.pivot.OptionsView.ShowFilterHeaders = false;
            this.pivot.Size = new System.Drawing.Size(1036, 322);
            this.pivot.TabIndex = 0;
            // 
            // chartsPanel
            // 
            this.chartsPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.chartsPanel.Controls.Add(this.tableLayoutPanel1);
            this.chartsPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.chartsPanel.Location = new System.Drawing.Point(0, 439);
            this.chartsPanel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.chartsPanel.Name = "chartsPanel";
            this.chartsPanel.Size = new System.Drawing.Size(1042, 232);
            this.chartsPanel.TabIndex = 2;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.95702F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.04298F));
            this.tableLayoutPanel1.Controls.Add(this.ucUnits, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.ucSales, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.rangeControl, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1042, 232);
            this.tableLayoutPanel1.TabIndex = 5;
            // 
            // ucUnits
            // 
            this.ucUnits.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucUnits.Location = new System.Drawing.Point(2, 3);
            this.ucUnits.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.ucUnits.Name = "ucUnits";
            this.ucUnits.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.ucUnits.ShowButtonsPanel = false;
            this.ucUnits.ShowCaptionPanel = false;
            this.ucUnits.Size = new System.Drawing.Size(631, 166);
            this.ucUnits.TabIndex = 1;
            // 
            // ucSales
            // 
            this.ucSales.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucSales.Location = new System.Drawing.Point(637, 3);
            this.ucSales.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.ucSales.Name = "ucSales";
            this.ucSales.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
            this.ucSales.ShowButtonsPanel = false;
            this.ucSales.ShowCaptionPanel = false;
            this.ucSales.Size = new System.Drawing.Size(403, 166);
            this.ucSales.TabIndex = 0;
            // 
            // PivotModuleNew
            // 
            this.Appearance.Font = new System.Drawing.Font("Segoe Condensed", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.Appearance.Options.UseFont = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(5F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelControl2);
            this.Controls.Add(this.chartsPanel);
            this.Controls.Add(this.panelControl1);
            this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
            this.Name = "PivotModuleNew";
            this.Size = new System.Drawing.Size(1042, 671);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pivot)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartsPanel)).EndInit();
            this.chartsPanel.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.tileNavPane1        = new DevExpress.XtraBars.Navigation.TileNavPane();
     this.NewEntryBtn         = new DevExpress.XtraBars.Navigation.NavButton();
     this.PattiBtn            = new DevExpress.XtraBars.Navigation.NavButton();
     this.BillsBtn            = new DevExpress.XtraBars.Navigation.NavButton();
     this.PaymentsBtn         = new DevExpress.XtraBars.Navigation.NavButton();
     this.ReportsBtn          = new DevExpress.XtraBars.Navigation.NavButton();
     this.BackupBtn           = new DevExpress.XtraBars.Navigation.NavButton();
     this.PassBtn             = new DevExpress.XtraBars.Navigation.NavButton();
     this.navButton2          = new DevExpress.XtraBars.Navigation.NavButton();
     this.tileControl1        = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2          = new DevExpress.XtraEditors.TileGroup();
     this.TileNewPatti        = new DevExpress.XtraEditors.TileItem();
     this.TileNewFarmer       = new DevExpress.XtraEditors.TileItem();
     this.TilaeNewCustomer    = new DevExpress.XtraEditors.TileItem();
     this.TileNewCommodity    = new DevExpress.XtraEditors.TileItem();
     this.tileGroup3          = new DevExpress.XtraEditors.TileGroup();
     this.TileFarmerpay       = new DevExpress.XtraEditors.TileItem();
     this.TileCustomerpay     = new DevExpress.XtraEditors.TileItem();
     this.SuspendLayout();
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Metropolis";
     //
     // tileNavPane1
     //
     this.tileNavPane1.ButtonPadding = new System.Windows.Forms.Padding(12);
     this.tileNavPane1.Buttons.Add(this.NewEntryBtn);
     this.tileNavPane1.Buttons.Add(this.PattiBtn);
     this.tileNavPane1.Buttons.Add(this.BillsBtn);
     this.tileNavPane1.Buttons.Add(this.PaymentsBtn);
     this.tileNavPane1.Buttons.Add(this.ReportsBtn);
     this.tileNavPane1.Buttons.Add(this.BackupBtn);
     this.tileNavPane1.Buttons.Add(this.PassBtn);
     //
     // tileNavCategory1
     //
     this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
     this.tileNavPane1.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavPane1.DefaultCategory.OwnerCollection           = null;
     //
     //
     //
     this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileNavPane1.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     resources.ApplyResources(this.tileNavPane1, "tileNavPane1");
     this.tileNavPane1.Name = "tileNavPane1";
     this.tileNavPane1.OptionsPrimaryDropDown.BackColor   = System.Drawing.Color.Empty;
     this.tileNavPane1.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty;
     //
     // NewEntryBtn
     //
     this.NewEntryBtn.Alignment     = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.NewEntryBtn.Caption       = "New Entry";
     this.NewEntryBtn.Name          = "NewEntryBtn";
     this.NewEntryBtn.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.NewEntryBtn_ElementClick);
     //
     // PattiBtn
     //
     this.PattiBtn.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.PattiBtn.Caption   = "Patti";
     this.PattiBtn.Name      = "PattiBtn";
     //
     // BillsBtn
     //
     this.BillsBtn.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.BillsBtn.Caption   = "Bills";
     this.BillsBtn.Name      = "BillsBtn";
     //
     // PaymentsBtn
     //
     this.PaymentsBtn.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.PaymentsBtn.Caption   = "Payments";
     this.PaymentsBtn.Name      = "PaymentsBtn";
     //
     // ReportsBtn
     //
     this.ReportsBtn.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.ReportsBtn.Caption   = "Reports";
     this.ReportsBtn.Name      = "ReportsBtn";
     //
     // BackupBtn
     //
     this.BackupBtn.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
     this.BackupBtn.Caption   = "Backup";
     this.BackupBtn.Name      = "BackupBtn";
     //
     // PassBtn
     //
     this.PassBtn.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
     this.PassBtn.Caption   = "Password";
     this.PassBtn.Name      = "PassBtn";
     //
     // navButton2
     //
     this.navButton2.Caption = "Main Menu";
     this.navButton2.IsMain  = true;
     this.navButton2.Name    = "navButton2";
     //
     // tileControl1
     //
     this.tileControl1.AppearanceItem.Normal.Options.UseBackColor  = true;
     this.tileControl1.AppearanceItem.Normal.Options.UseForeColor  = true;
     this.tileControl1.AppearanceItem.Pressed.BackColor            = ((System.Drawing.Color)(resources.GetObject("tileControl1.AppearanceItem.Pressed.BackColor")));
     this.tileControl1.AppearanceItem.Pressed.Options.UseBackColor = true;
     this.tileControl1.AppearanceText.Options.UseFont = true;
     this.tileControl1.BackgroundImage = global::MarketApp.Properties.Resources.grd1;
     resources.ApplyResources(this.tileControl1, "tileControl1");
     this.tileControl1.DragSize = new System.Drawing.Size(0, 0);
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Groups.Add(this.tileGroup3);
     this.tileControl1.MaxId = 7;
     this.tileControl1.Name  = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.TileNewPatti);
     this.tileGroup2.Items.Add(this.TileNewFarmer);
     this.tileGroup2.Items.Add(this.TilaeNewCustomer);
     this.tileGroup2.Items.Add(this.TileNewCommodity);
     this.tileGroup2.Name = "tileGroup2";
     //
     // TileNewPatti
     //
     this.TileNewPatti.AppearanceItem.Normal.Font                  = ((System.Drawing.Font)(resources.GetObject("TileNewPatti.AppearanceItem.Normal.Font")));
     this.TileNewPatti.AppearanceItem.Normal.Options.UseFont       = true;
     this.TileNewPatti.AppearanceItem.Normal.Options.UseForeColor  = true;
     this.TileNewPatti.AppearanceItem.Pressed.BackColor            = ((System.Drawing.Color)(resources.GetObject("TileNewPatti.AppearanceItem.Pressed.BackColor")));
     this.TileNewPatti.AppearanceItem.Pressed.Options.UseBackColor = true;
     tileItemElement1.Image          = global::MarketApp.Properties.Resources.Patti;
     tileItemElement1.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     resources.ApplyResources(tileItemElement1, "tileItemElement1");
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
     this.TileNewPatti.Elements.Add(tileItemElement1);
     this.TileNewPatti.Id         = 3;
     this.TileNewPatti.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.TileNewPatti.Name       = "TileNewPatti";
     this.TileNewPatti.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TileNewPatti_ItemClick);
     //
     // TileNewFarmer
     //
     this.TileNewFarmer.AppearanceItem.Normal.Font            = ((System.Drawing.Font)(resources.GetObject("TileNewFarmer.AppearanceItem.Normal.Font")));
     this.TileNewFarmer.AppearanceItem.Normal.Options.UseFont = true;
     tileItemElement2.Image         = global::MarketApp.Properties.Resources.FAme;
     tileItemElement2.ImageLocation = new System.Drawing.Point(-10, -10);
     resources.ApplyResources(tileItemElement2, "tileItemElement2");
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     tileItemElement2.TextLocation  = new System.Drawing.Point(0, 6);
     this.TileNewFarmer.Elements.Add(tileItemElement2);
     this.TileNewFarmer.Id         = 1;
     this.TileNewFarmer.ItemSize   = DevExpress.XtraEditors.TileItemSize.Medium;
     this.TileNewFarmer.Name       = "TileNewFarmer";
     this.TileNewFarmer.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TileNewFarmer_ItemClick);
     //
     // TilaeNewCustomer
     //
     this.TilaeNewCustomer.AppearanceItem.Normal.Font            = ((System.Drawing.Font)(resources.GetObject("TilaeNewCustomer.AppearanceItem.Normal.Font")));
     this.TilaeNewCustomer.AppearanceItem.Normal.Options.UseFont = true;
     tileItemElement3.Image          = global::MarketApp.Properties.Resources.cust;
     tileItemElement3.ImageLocation  = new System.Drawing.Point(0, -10);
     tileItemElement3.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     resources.ApplyResources(tileItemElement3, "tileItemElement3");
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     tileItemElement3.TextLocation  = new System.Drawing.Point(0, 5);
     this.TilaeNewCustomer.Elements.Add(tileItemElement3);
     this.TilaeNewCustomer.Id         = 2;
     this.TilaeNewCustomer.ItemSize   = DevExpress.XtraEditors.TileItemSize.Medium;
     this.TilaeNewCustomer.Name       = "TilaeNewCustomer";
     this.TilaeNewCustomer.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TilaeNewCustomer_ItemClick);
     //
     // TileNewCommodity
     //
     this.TileNewCommodity.AppearanceItem.Normal.Font            = ((System.Drawing.Font)(resources.GetObject("TileNewCommodity.AppearanceItem.Normal.Font")));
     this.TileNewCommodity.AppearanceItem.Normal.Options.UseFont = true;
     tileItemElement4.AnchorIndent   = 0;
     tileItemElement4.Image          = global::MarketApp.Properties.Resources.vegetables_variety;
     tileItemElement4.ImageLocation  = new System.Drawing.Point(0, -20);
     tileItemElement4.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
     resources.ApplyResources(tileItemElement4, "tileItemElement4");
     tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     this.TileNewCommodity.Elements.Add(tileItemElement4);
     this.TileNewCommodity.Id         = 4;
     this.TileNewCommodity.ItemSize   = DevExpress.XtraEditors.TileItemSize.Medium;
     this.TileNewCommodity.Name       = "TileNewCommodity";
     this.TileNewCommodity.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TileNewCommodity_ItemClick);
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.TileFarmerpay);
     this.tileGroup3.Items.Add(this.TileCustomerpay);
     this.tileGroup3.Name = "tileGroup3";
     //
     // TileFarmerpay
     //
     resources.ApplyResources(tileItemElement5, "tileItemElement5");
     this.TileFarmerpay.Elements.Add(tileItemElement5);
     this.TileFarmerpay.Id         = 5;
     this.TileFarmerpay.ItemSize   = DevExpress.XtraEditors.TileItemSize.Medium;
     this.TileFarmerpay.Name       = "TileFarmerpay";
     this.TileFarmerpay.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TileFarmerpay_ItemClick);
     //
     // TileCustomerpay
     //
     resources.ApplyResources(tileItemElement6, "tileItemElement6");
     this.TileCustomerpay.Elements.Add(tileItemElement6);
     this.TileCustomerpay.Id         = 6;
     this.TileCustomerpay.ItemSize   = DevExpress.XtraEditors.TileItemSize.Medium;
     this.TileCustomerpay.Name       = "TileCustomerpay";
     this.TileCustomerpay.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TileCustomerpay_ItemClick);
     //
     // Form1
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tileControl1);
     this.Controls.Add(this.tileNavPane1);
     this.MaximizeBox = false;
     this.Name        = "Form1";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
 }
コード例 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(TelaCadastroAutoresDev));
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     this.pncCadastroAutores = new DevExpress.XtraEditors.PanelControl();
     this.rtbBibliografia    = new System.Windows.Forms.RichTextBox();
     this.lblBibliografia    = new DevExpress.XtraEditors.LabelControl();
     this.lblDatanascimento  = new DevExpress.XtraEditors.LabelControl();
     this.dteDataNascimento  = new DevExpress.XtraEditors.DateEdit();
     this.txtSite            = new DevExpress.XtraEditors.TextEdit();
     this.lblSite            = new DevExpress.XtraEditors.LabelControl();
     this.txtAutor           = new DevExpress.XtraEditors.TextEdit();
     this.lblAutor           = new DevExpress.XtraEditors.LabelControl();
     this.tileBar1           = new DevExpress.XtraBars.Navigation.TileBar();
     this.tlbgConfirmar      = new DevExpress.XtraBars.Navigation.TileBarGroup();
     this.tlbiConfirmar      = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.tileBarGroup1      = new DevExpress.XtraBars.Navigation.TileBarGroup();
     this.tlbiCancelar       = new DevExpress.XtraBars.Navigation.TileBarItem();
     ((System.ComponentModel.ISupportInitialize)(this.pncCadastroAutores)).BeginInit();
     this.pncCadastroAutores.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dteDataNascimento.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteDataNascimento.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSite.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAutor.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // pncCadastroAutores
     //
     this.pncCadastroAutores.Controls.Add(this.rtbBibliografia);
     this.pncCadastroAutores.Controls.Add(this.lblBibliografia);
     this.pncCadastroAutores.Controls.Add(this.lblDatanascimento);
     this.pncCadastroAutores.Controls.Add(this.dteDataNascimento);
     this.pncCadastroAutores.Controls.Add(this.txtSite);
     this.pncCadastroAutores.Controls.Add(this.lblSite);
     this.pncCadastroAutores.Controls.Add(this.txtAutor);
     this.pncCadastroAutores.Controls.Add(this.lblAutor);
     this.pncCadastroAutores.Controls.Add(this.tileBar1);
     this.pncCadastroAutores.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pncCadastroAutores.Location = new System.Drawing.Point(0, 0);
     this.pncCadastroAutores.Name     = "pncCadastroAutores";
     this.pncCadastroAutores.Size     = new System.Drawing.Size(622, 541);
     this.pncCadastroAutores.TabIndex = 1;
     //
     // rtbBibliografia
     //
     this.rtbBibliografia.Font     = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rtbBibliografia.Location = new System.Drawing.Point(32, 273);
     this.rtbBibliografia.Name     = "rtbBibliografia";
     this.rtbBibliografia.Size     = new System.Drawing.Size(550, 96);
     this.rtbBibliografia.TabIndex = 26;
     this.rtbBibliografia.Text     = "";
     //
     // lblBibliografia
     //
     this.lblBibliografia.Appearance.Font            = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBibliografia.Appearance.Options.UseFont = true;
     this.lblBibliografia.Location = new System.Drawing.Point(32, 243);
     this.lblBibliografia.Name     = "lblBibliografia";
     this.lblBibliografia.Size     = new System.Drawing.Size(104, 24);
     this.lblBibliografia.TabIndex = 25;
     this.lblBibliografia.Text     = "Bibliografia";
     //
     // lblDatanascimento
     //
     this.lblDatanascimento.Appearance.Font            = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDatanascimento.Appearance.Options.UseFont = true;
     this.lblDatanascimento.Location = new System.Drawing.Point(32, 106);
     this.lblDatanascimento.Name     = "lblDatanascimento";
     this.lblDatanascimento.Size     = new System.Drawing.Size(186, 24);
     this.lblDatanascimento.TabIndex = 10;
     this.lblDatanascimento.Text     = "Data de nascimento*";
     //
     // dteDataNascimento
     //
     this.dteDataNascimento.EditValue = null;
     this.dteDataNascimento.Location  = new System.Drawing.Point(32, 136);
     this.dteDataNascimento.Name      = "dteDataNascimento";
     this.dteDataNascimento.Properties.Appearance.Font            = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dteDataNascimento.Properties.Appearance.Options.UseFont = true;
     this.dteDataNascimento.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dteDataNascimento.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dteDataNascimento.Size     = new System.Drawing.Size(284, 30);
     this.dteDataNascimento.TabIndex = 9;
     //
     // txtSite
     //
     this.txtSite.Location = new System.Drawing.Point(32, 207);
     this.txtSite.Name     = "txtSite";
     this.txtSite.Properties.Appearance.Font            = new System.Drawing.Font("Bookman Old Style", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSite.Properties.Appearance.Options.UseFont = true;
     this.txtSite.Size     = new System.Drawing.Size(550, 30);
     this.txtSite.TabIndex = 6;
     //
     // lblSite
     //
     this.lblSite.Appearance.Font            = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSite.Appearance.Options.UseFont = true;
     this.lblSite.Location = new System.Drawing.Point(32, 172);
     this.lblSite.Name     = "lblSite";
     this.lblSite.Size     = new System.Drawing.Size(34, 24);
     this.lblSite.TabIndex = 5;
     this.lblSite.Text     = "Site";
     //
     // txtAutor
     //
     this.txtAutor.Location = new System.Drawing.Point(32, 61);
     this.txtAutor.Name     = "txtAutor";
     this.txtAutor.Properties.Appearance.Font            = new System.Drawing.Font("Bookman Old Style", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAutor.Properties.Appearance.Options.UseFont = true;
     this.txtAutor.Size     = new System.Drawing.Size(550, 30);
     this.txtAutor.TabIndex = 4;
     //
     // lblAutor
     //
     this.lblAutor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lblAutor.Appearance.Font            = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAutor.Appearance.Options.UseFont = true;
     this.lblAutor.Location = new System.Drawing.Point(32, 32);
     this.lblAutor.Name     = "lblAutor";
     this.lblAutor.Size     = new System.Drawing.Size(60, 24);
     this.lblAutor.TabIndex = 3;
     this.lblAutor.Text     = "Autor*";
     //
     // tileBar1
     //
     this.tileBar1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileBar1.Groups.Add(this.tlbgConfirmar);
     this.tileBar1.Groups.Add(this.tileBarGroup1);
     this.tileBar1.Location   = new System.Drawing.Point(199, 398);
     this.tileBar1.MaxId      = 2;
     this.tileBar1.Name       = "tileBar1";
     this.tileBar1.Padding    = new System.Windows.Forms.Padding(25, 7, 25, 7);
     this.tileBar1.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
     this.tileBar1.Size       = new System.Drawing.Size(383, 107);
     this.tileBar1.TabIndex   = 2;
     this.tileBar1.Text       = "tileBar1";
     //
     // tlbgConfirmar
     //
     this.tlbgConfirmar.Items.Add(this.tlbiConfirmar);
     this.tlbgConfirmar.Name = "tlbgConfirmar";
     //
     // tlbiConfirmar
     //
     this.tlbiConfirmar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     tileItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
     tileItemElement1.Text          = "Confirmar";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tlbiConfirmar.Elements.Add(tileItemElement1);
     this.tlbiConfirmar.Id         = 0;
     this.tlbiConfirmar.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tlbiConfirmar.Name       = "tlbiConfirmar";
     this.tlbiConfirmar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TlbiConfirmar_ItemClick);
     //
     // tileBarGroup1
     //
     this.tileBarGroup1.Items.Add(this.tlbiCancelar);
     this.tileBarGroup1.Name = "tileBarGroup1";
     //
     // tlbiCancelar
     //
     this.tlbiCancelar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     tileItemElement2.Text          = "Cancelar";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tlbiCancelar.Elements.Add(tileItemElement2);
     this.tlbiCancelar.Id         = 1;
     this.tlbiCancelar.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tlbiCancelar.Name       = "tlbiCancelar";
     this.tlbiCancelar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TlbiCancelar_ItemClick);
     //
     // TelaCadastroAutoresDev
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(622, 541);
     this.Controls.Add(this.pncCadastroAutores);
     this.Font            = new System.Drawing.Font("Georgia", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TelaCadastroAutoresDev";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Cadastro de autores";
     ((System.ComponentModel.ISupportInitialize)(this.pncCadastroAutores)).EndInit();
     this.pncCadastroAutores.ResumeLayout(false);
     this.pncCadastroAutores.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dteDataNascimento.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteDataNascimento.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSite.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAutor.Properties)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #10
0
 /// <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(frmChinh));
     DevExpress.XtraEditors.TileItemElement         tileItemElement1  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame1    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame2    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame3    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame4    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame5    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame6    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame7    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
     this.ribbonControl1            = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barButtonItem1            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2            = new DevExpress.XtraBars.BarButtonItem();
     this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.barButtonItem3            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13           = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage1      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage2      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage3      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup8 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage4      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup9 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.tileControl1     = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2       = new DevExpress.XtraEditors.TileGroup();
     this.tileItem1        = new DevExpress.XtraEditors.TileItem();
     this.tileGroup3       = new DevExpress.XtraEditors.TileGroup();
     this.tileItem5        = new DevExpress.XtraEditors.TileItem();
     this.tileItem6        = new DevExpress.XtraEditors.TileItem();
     this.tileGroup4       = new DevExpress.XtraEditors.TileGroup();
     this.tileItem2        = new DevExpress.XtraEditors.TileItem();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.barButtonItem1,
         this.barButtonItem2,
         this.skinRibbonGalleryBarItem1,
         this.barButtonItem3,
         this.barButtonItem4,
         this.barButtonItem5,
         this.barButtonItem6,
         this.barButtonItem7,
         this.barButtonItem8,
         this.barButtonItem9,
         this.barButtonItem10,
         this.barButtonItem11,
         this.barButtonItem12,
         this.barButtonItem13
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 19;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1,
         this.ribbonPage2,
         this.ribbonPage3,
         this.ribbonPage4
     });
     this.ribbonControl1.Size = new System.Drawing.Size(921, 144);
     this.ribbonControl1.Toolbar.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
     //
     // barButtonItem1
     //
     this.barButtonItem1.ActAsDropDown = true;
     this.barButtonItem1.ButtonStyle   = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem1.Caption       = "Đổi Mật Khẩu";
     this.barButtonItem1.Glyph         = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id            = 1;
     this.barButtonItem1.Name          = "barButtonItem1";
     this.barButtonItem1.RibbonStyle   = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption     = "Thêm Tài Khoản";
     this.barButtonItem2.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Id          = 2;
     this.barButtonItem2.Name        = "barButtonItem2";
     this.barButtonItem2.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // skinRibbonGalleryBarItem1
     //
     this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
     this.skinRibbonGalleryBarItem1.Id      = 4;
     this.skinRibbonGalleryBarItem1.Name    = "skinRibbonGalleryBarItem1";
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption     = "Thông tin chương trình ";
     this.barButtonItem3.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Id          = 6;
     this.barButtonItem3.Name        = "barButtonItem3";
     this.barButtonItem3.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption     = "Nhân Viên";
     this.barButtonItem4.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
     this.barButtonItem4.Id          = 7;
     this.barButtonItem4.Name        = "barButtonItem4";
     this.barButtonItem4.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "barButtonItem5";
     this.barButtonItem5.Id      = 8;
     this.barButtonItem5.Name    = "barButtonItem5";
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption     = "Sách";
     this.barButtonItem6.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
     this.barButtonItem6.Id          = 10;
     this.barButtonItem6.Name        = "barButtonItem6";
     this.barButtonItem6.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem7
     //
     this.barButtonItem7.Id   = 11;
     this.barButtonItem7.Name = "barButtonItem7";
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption     = "Độc Giả";
     this.barButtonItem8.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.Glyph")));
     this.barButtonItem8.Id          = 13;
     this.barButtonItem8.Name        = "barButtonItem8";
     this.barButtonItem8.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption     = "Mượn Trả";
     this.barButtonItem9.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.Glyph")));
     this.barButtonItem9.Id          = 14;
     this.barButtonItem9.Name        = "barButtonItem9";
     this.barButtonItem9.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption     = "Thêm NXB";
     this.barButtonItem10.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.Glyph")));
     this.barButtonItem10.Id          = 15;
     this.barButtonItem10.Name        = "barButtonItem10";
     this.barButtonItem10.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption     = "Sửa ";
     this.barButtonItem11.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem11.Glyph")));
     this.barButtonItem11.Id          = 16;
     this.barButtonItem11.Name        = "barButtonItem11";
     this.barButtonItem11.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption     = "Xóa";
     this.barButtonItem12.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem12.Glyph")));
     this.barButtonItem12.Id          = 17;
     this.barButtonItem12.Name        = "barButtonItem12";
     this.barButtonItem12.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption     = "Hướng dẫn";
     this.barButtonItem13.Glyph       = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.Glyph")));
     this.barButtonItem13.Id          = 18;
     this.barButtonItem13.Name        = "barButtonItem13";
     this.barButtonItem13.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1,
         this.ribbonPageGroup2
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Hệ Thống";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Quản Trị Viên";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem3);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "Khác";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup3,
         this.ribbonPageGroup4,
         this.ribbonPageGroup5,
         this.ribbonPageGroup6
     });
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "Quản Lí";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem4);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     this.ribbonPageGroup3.Text = "Nhân Viên";
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem6);
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.Text = "Sách";
     //
     // ribbonPageGroup5
     //
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem7);
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem8);
     this.ribbonPageGroup5.Name = "ribbonPageGroup5";
     this.ribbonPageGroup5.Text = "Độc Giả";
     //
     // ribbonPageGroup6
     //
     this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItem9);
     this.ribbonPageGroup6.Name = "ribbonPageGroup6";
     this.ribbonPageGroup6.Text = "Mượn Trả";
     //
     // ribbonPage3
     //
     this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup7,
         this.ribbonPageGroup8
     });
     this.ribbonPage3.Name = "ribbonPage3";
     this.ribbonPage3.Text = "Nhà Xuất Bản";
     //
     // ribbonPageGroup7
     //
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem10);
     this.ribbonPageGroup7.Name = "ribbonPageGroup7";
     this.ribbonPageGroup7.Text = "NXB";
     //
     // ribbonPageGroup8
     //
     this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem11);
     this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem12);
     this.ribbonPageGroup8.Name = "ribbonPageGroup8";
     this.ribbonPageGroup8.Text = "Thao Tác";
     //
     // ribbonPage4
     //
     this.ribbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup9
     });
     this.ribbonPage4.Name = "ribbonPage4";
     this.ribbonPage4.Text = "Giúp đỡ";
     //
     // ribbonPageGroup9
     //
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItem13);
     this.ribbonPageGroup9.Name = "ribbonPageGroup9";
     //
     // tileControl1
     //
     this.tileControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.DragSize = new System.Drawing.Size(0, 0);
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Groups.Add(this.tileGroup3);
     this.tileControl1.Groups.Add(this.tileGroup4);
     this.tileControl1.Location = new System.Drawing.Point(0, 144);
     this.tileControl1.MaxId    = 9;
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Size     = new System.Drawing.Size(921, 394);
     this.tileControl1.TabIndex = 1;
     this.tileControl1.Text     = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileItem1);
     this.tileGroup2.Name = "tileGroup2";
     //
     // tileItem1
     //
     this.tileItem1.CurrentFrameIndex = 5;
     tileItemElement1.Image           = global::QuanLiThuVienNew.Properties.Resources.tuonglainghenghiepalphabooks;
     tileItemElement1.ImageScaleMode  = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement1.Text            = "Thư Viện";
     this.tileItem1.Elements.Add(tileItemElement1);
     tileItemElement2.Image          = global::QuanLiThuVienNew.Properties.Resources.san_go_walnut_tai_ke_sach;
     tileItemElement2.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement2.Text           = "Thư Viện";
     tileItemFrame1.Elements.Add(tileItemElement2);
     tileItemFrame1.Image            = global::QuanLiThuVienNew.Properties.Resources.san_go_walnut_tai_ke_sach;
     tileItemElement3.Image          = global::QuanLiThuVienNew.Properties.Resources._1442912203_anh_4;
     tileItemElement3.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement3.Text           = "Thư Viện";
     tileItemFrame2.Elements.Add(tileItemElement3);
     tileItemFrame2.Image            = global::QuanLiThuVienNew.Properties.Resources._1442912203_anh_4;
     tileItemElement4.Image          = global::QuanLiThuVienNew.Properties.Resources._9;
     tileItemElement4.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement4.Text           = "Thư Viện";
     tileItemFrame3.Elements.Add(tileItemElement4);
     tileItemFrame3.Image            = global::QuanLiThuVienNew.Properties.Resources._9;
     tileItemElement5.Image          = global::QuanLiThuVienNew.Properties.Resources.Giam_gia_sach;
     tileItemElement5.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement5.Text           = "Thư Viện";
     tileItemFrame4.Elements.Add(tileItemElement5);
     tileItemFrame4.Image            = global::QuanLiThuVienNew.Properties.Resources.Giam_gia_sach;
     tileItemElement6.Image          = global::QuanLiThuVienNew.Properties.Resources.maxresdefault;
     tileItemElement6.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement6.Text           = "Thư Viện";
     tileItemFrame5.Elements.Add(tileItemElement6);
     tileItemFrame5.Image            = global::QuanLiThuVienNew.Properties.Resources.maxresdefault;
     tileItemElement7.Image          = global::QuanLiThuVienNew.Properties.Resources.tuonglainghenghiepalphabooks;
     tileItemElement7.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement7.Text           = "Thư Viện";
     tileItemFrame6.Elements.Add(tileItemElement7);
     tileItemFrame6.Image            = global::QuanLiThuVienNew.Properties.Resources.tuonglainghenghiepalphabooks;
     tileItemElement8.Image          = global::QuanLiThuVienNew.Properties.Resources.toeic_book;
     tileItemElement8.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement8.Text           = "Thư Viện";
     tileItemFrame7.Elements.Add(tileItemElement8);
     tileItemFrame7.Image = global::QuanLiThuVienNew.Properties.Resources.toeic_book;
     this.tileItem1.Frames.Add(tileItemFrame1);
     this.tileItem1.Frames.Add(tileItemFrame2);
     this.tileItem1.Frames.Add(tileItemFrame3);
     this.tileItem1.Frames.Add(tileItemFrame4);
     this.tileItem1.Frames.Add(tileItemFrame5);
     this.tileItem1.Frames.Add(tileItemFrame6);
     this.tileItem1.Frames.Add(tileItemFrame7);
     this.tileItem1.Id       = 7;
     this.tileItem1.ItemSize = DevExpress.XtraEditors.TileItemSize.Large;
     this.tileItem1.Name     = "tileItem1";
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileItem5);
     this.tileGroup3.Items.Add(this.tileItem6);
     this.tileGroup3.Items.Add(this.tileItem2);
     this.tileGroup3.Name = "tileGroup3";
     //
     // tileItem5
     //
     this.tileItem5.AppearanceItem.Hovered.BackColor              = System.Drawing.Color.White;
     this.tileItem5.AppearanceItem.Hovered.BackColor2             = System.Drawing.Color.White;
     this.tileItem5.AppearanceItem.Hovered.BorderColor            = System.Drawing.Color.White;
     this.tileItem5.AppearanceItem.Hovered.Options.UseBackColor   = true;
     this.tileItem5.AppearanceItem.Hovered.Options.UseBorderColor = true;
     this.tileItem5.AppearanceItem.Normal.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.tileItem5.AppearanceItem.Normal.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.tileItem5.AppearanceItem.Normal.Font                   = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileItem5.AppearanceItem.Normal.ForeColor              = System.Drawing.Color.Black;
     this.tileItem5.AppearanceItem.Normal.Options.UseBackColor   = true;
     this.tileItem5.AppearanceItem.Normal.Options.UseBorderColor = true;
     this.tileItem5.AppearanceItem.Normal.Options.UseFont        = true;
     this.tileItem5.AppearanceItem.Normal.Options.UseForeColor   = true;
     tileItemElement9.Image          = global::QuanLiThuVienNew.Properties.Resources.images__1_;
     tileItemElement9.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement9.Text           = "Chủ Đề ";
     tileItemElement9.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     this.tileItem5.Elements.Add(tileItemElement9);
     this.tileItem5.Id       = 4;
     this.tileItem5.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItem5.Name     = "tileItem5";
     //
     // tileItem6
     //
     this.tileItem6.AppearanceItem.Normal.BackColor              = System.Drawing.Color.Olive;
     this.tileItem6.AppearanceItem.Normal.BackColor2             = System.Drawing.Color.Olive;
     this.tileItem6.AppearanceItem.Normal.BorderColor            = System.Drawing.Color.Olive;
     this.tileItem6.AppearanceItem.Normal.Font                   = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileItem6.AppearanceItem.Normal.ForeColor              = System.Drawing.Color.Black;
     this.tileItem6.AppearanceItem.Normal.Options.UseBackColor   = true;
     this.tileItem6.AppearanceItem.Normal.Options.UseBorderColor = true;
     this.tileItem6.AppearanceItem.Normal.Options.UseFont        = true;
     this.tileItem6.AppearanceItem.Normal.Options.UseForeColor   = true;
     tileItemElement10.Image          = global::QuanLiThuVienNew.Properties.Resources.images__2_;
     tileItemElement10.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement10.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement10.Text           = "Tác Giả";
     tileItemElement10.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     this.tileItem6.Elements.Add(tileItemElement10);
     this.tileItem6.Id       = 5;
     this.tileItem6.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItem6.Name     = "tileItem6";
     //
     // tileGroup4
     //
     this.tileGroup4.Name = "tileGroup4";
     //
     // tileItem2
     //
     tileItemElement11.Text = "tileItem2";
     this.tileItem2.Elements.Add(tileItemElement11);
     this.tileItem2.Id       = 8;
     this.tileItem2.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem2.Name     = "tileItem2";
     //
     // frmChinh
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(921, 538);
     this.Controls.Add(this.tileControl1);
     this.Controls.Add(this.ribbonControl1);
     this.Name   = "frmChinh";
     this.Ribbon = this.ribbonControl1;
     this.Text   = "frmChinh";
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     this.repositoryItemButtonEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
     this.barStaticItem1             = new DevExpress.XtraBars.BarStaticItem();
     this.tileNavSubItem1            = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem2            = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.Chat_box         = new System.Windows.Forms.ListBox();
     this.InputTable       = new DevExpress.Utils.Layout.TablePanel();
     this.InputEdit        = new System.Windows.Forms.RichTextBox();
     this.SendButton       = new DevExpress.XtraEditors.SimpleButton();
     this.tileNavCategory1 = new DevExpress.XtraBars.Navigation.TileNavCategory();
     this.AddImgButton     = new DevExpress.XtraBars.Navigation.NavButton();
     this.AddFileButton    = new DevExpress.XtraBars.Navigation.NavButton();
     this.IconButton       = new DevExpress.XtraBars.Navigation.NavButton();
     this.FunctileNav      = new DevExpress.XtraBars.Navigation.TileNavPane();
     this.MainTable        = new System.Windows.Forms.TableLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InputTable)).BeginInit();
     this.InputTable.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FunctileNav)).BeginInit();
     this.MainTable.SuspendLayout();
     this.SuspendLayout();
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // fluentDesignFormContainer1
     //
     this.fluentDesignFormContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.fluentDesignFormContainer1.Location = new System.Drawing.Point(0, 0);
     this.fluentDesignFormContainer1.Name     = "fluentDesignFormContainer1";
     this.fluentDesignFormContainer1.Size     = new System.Drawing.Size(556, 450);
     this.fluentDesignFormContainer1.TabIndex = 1;
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "Chat program";
     this.barStaticItem1.Id      = 2;
     this.barStaticItem1.Name    = "barStaticItem1";
     //
     // tileNavSubItem1
     //
     this.tileNavSubItem1.Caption = "tileNavSubItem1";
     this.tileNavSubItem1.Name    = "tileNavSubItem1";
     //
     //
     //
     this.tileNavSubItem1.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.Text = "tileNavSubItem1";
     this.tileNavSubItem1.Tile.Elements.Add(tileItemElement1);
     this.tileNavSubItem1.Tile.Name = "tileBarItem2";
     //
     // tileNavSubItem2
     //
     this.tileNavSubItem2.Caption = "tileNavSubItem2";
     this.tileNavSubItem2.Name    = "tileNavSubItem2";
     //
     //
     //
     this.tileNavSubItem2.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.Text = "tileNavSubItem2";
     this.tileNavSubItem2.Tile.Elements.Add(tileItemElement2);
     this.tileNavSubItem2.Tile.Name = "tileBarItem3";
     //
     // Chat_box
     //
     this.Chat_box.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Chat_box.FormattingEnabled = true;
     this.Chat_box.Location          = new System.Drawing.Point(0, 0);
     this.Chat_box.Margin            = new System.Windows.Forms.Padding(0);
     this.Chat_box.Name     = "Chat_box";
     this.Chat_box.Size     = new System.Drawing.Size(556, 378);
     this.Chat_box.TabIndex = 8;
     //
     // InputTable
     //
     this.InputTable.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 46.12F),
         new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 13.88F)
     });
     this.InputTable.Controls.Add(this.FunctileNav);
     this.InputTable.Controls.Add(this.SendButton);
     this.InputTable.Controls.Add(this.InputEdit);
     this.InputTable.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.InputTable.Location = new System.Drawing.Point(0, 378);
     this.InputTable.Margin   = new System.Windows.Forms.Padding(0);
     this.InputTable.Name     = "InputTable";
     this.InputTable.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F),
         new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 26F)
     });
     this.InputTable.Size     = new System.Drawing.Size(556, 72);
     this.InputTable.TabIndex = 2;
     //
     // InputEdit
     //
     this.InputTable.SetColumn(this.InputEdit, 0);
     this.InputEdit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.InputEdit.Location = new System.Drawing.Point(1, 27);
     this.InputEdit.Margin   = new System.Windows.Forms.Padding(1);
     this.InputEdit.Name     = "InputEdit";
     this.InputTable.SetRow(this.InputEdit, 1);
     this.InputEdit.Size     = new System.Drawing.Size(425, 44);
     this.InputEdit.TabIndex = 0;
     this.InputEdit.Text     = "";
     //
     // SendButton
     //
     this.InputTable.SetColumn(this.SendButton, 1);
     this.SendButton.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.SendButton.Location = new System.Drawing.Point(428, 27);
     this.SendButton.Margin   = new System.Windows.Forms.Padding(1);
     this.SendButton.Name     = "SendButton";
     this.InputTable.SetRow(this.SendButton, 1);
     this.SendButton.Size     = new System.Drawing.Size(127, 44);
     this.SendButton.TabIndex = 1;
     this.SendButton.Text     = "Send";
     //
     // tileNavCategory1
     //
     this.tileNavCategory1.Name = "tileNavCategory1";
     //
     //
     //
     this.tileNavCategory1.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     //
     // AddImgButton
     //
     this.AddImgButton.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.AddImgButton.Caption   = "Attach Image";
     this.AddImgButton.Name      = "AddImgButton";
     //
     // AddFileButton
     //
     this.AddFileButton.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.AddFileButton.Caption   = "Attach File";
     this.AddFileButton.Name      = "AddFileButton";
     //
     // IconButton
     //
     this.IconButton.Caption = "Icon";
     this.IconButton.IsMain  = true;
     this.IconButton.Name    = "IconButton";
     //
     // FunctileNav
     //
     this.InputTable.SetColumn(this.FunctileNav, 0);
     this.InputTable.SetColumnSpan(this.FunctileNav, 2);
     //
     // tileNavCategory2
     //
     this.FunctileNav.DefaultCategory.Name = "tileNavCategory2";
     //
     //
     //
     this.FunctileNav.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.FunctileNav.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.FunctileNav.Location = new System.Drawing.Point(1, 1);
     this.FunctileNav.Margin   = new System.Windows.Forms.Padding(1);
     this.FunctileNav.Name     = "FunctileNav";
     this.InputTable.SetRow(this.FunctileNav, 0);
     this.FunctileNav.Size     = new System.Drawing.Size(554, 24);
     this.FunctileNav.TabIndex = 2;
     //
     // MainTable
     //
     this.MainTable.ColumnCount = 1;
     this.MainTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.MainTable.Controls.Add(this.InputTable, 0, 1);
     this.MainTable.Controls.Add(this.Chat_box, 0, 0);
     this.MainTable.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MainTable.Location = new System.Drawing.Point(0, 0);
     this.MainTable.Margin   = new System.Windows.Forms.Padding(0);
     this.MainTable.Name     = "MainTable";
     this.MainTable.RowCount = 2;
     this.MainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 84.21053F));
     this.MainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.78947F));
     this.MainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.MainTable.Size     = new System.Drawing.Size(556, 450);
     this.MainTable.TabIndex = 0;
     //
     // FrmMain
     //
     this.AcceptButton        = this.SendButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(556, 450);
     this.Controls.Add(this.MainTable);
     this.Controls.Add(this.fluentDesignFormContainer1);
     this.KeyPreview = true;
     this.Name       = "FrmMain";
     this.Text       = "Main";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InputTable)).EndInit();
     this.InputTable.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FunctileNav)).EndInit();
     this.MainTable.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement         tileItemElement1  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame1    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame2    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame3    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame4    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(AppMain));
     DevExpress.XtraEditors.TileItemElement         tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement15 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement16 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement17 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement18 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement19 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement20 = new DevExpress.XtraEditors.TileItemElement();
     this.tileGroup4 = new DevExpress.XtraEditors.TileGroup();
     this.tileItem4  = new DevExpress.XtraEditors.TileItem();
     this.itmVerslAktielijsIntern = new DevExpress.XtraEditors.TileItem();
     this.itmVerslAktielijsExtern = new DevExpress.XtraEditors.TileItem();
     this.tileGroup1   = new DevExpress.XtraEditors.TileGroup();
     this.tileItem1    = new DevExpress.XtraEditors.TileItem();
     this.tileItem2    = new DevExpress.XtraEditors.TileItem();
     this.tileItem3    = new DevExpress.XtraEditors.TileItem();
     this.tileNavPane1 = new DevExpress.XtraBars.Navigation.TileNavPane();
     this.navSettings  = new DevExpress.XtraBars.Navigation.NavButton();
     this.itmEinde     = new DevExpress.XtraBars.Navigation.NavButton();
     this.lblMelding   = new System.Windows.Forms.Label();
     this.lblTijd      = new System.Windows.Forms.Label();
     this.timer1       = new System.Windows.Forms.Timer(this.components);
     this.btnEnglish   = new DevExpress.XtraEditors.SimpleButton();
     this.tileGroup3   = new DevExpress.XtraEditors.TileGroup();
     this.tileItem5    = new DevExpress.XtraEditors.TileItem();
     this.tileItem6    = new DevExpress.XtraEditors.TileItem();
     this.tileItem7    = new DevExpress.XtraEditors.TileItem();
     this.tileItem10   = new DevExpress.XtraEditors.TileItem();
     this.tileItem11   = new DevExpress.XtraEditors.TileItem();
     this.tileItem12   = new DevExpress.XtraEditors.TileItem();
     this.tileItem17   = new DevExpress.XtraEditors.TileItem();
     this.tileItem13   = new DevExpress.XtraEditors.TileItem();
     this.tileItem14   = new DevExpress.XtraEditors.TileItem();
     this.tileItem15   = new DevExpress.XtraEditors.TileItem();
     this.tileControl1 = new DevExpress.XtraEditors.TileControl();
     ((System.ComponentModel.ISupportInitialize)(this.tileNavPane1)).BeginInit();
     this.SuspendLayout();
     //
     // tileGroup4
     //
     this.tileGroup4.Items.Add(this.tileItem4);
     this.tileGroup4.Items.Add(this.itmVerslAktielijsIntern);
     this.tileGroup4.Items.Add(this.itmVerslAktielijsExtern);
     this.tileGroup4.Name = "tileGroup4";
     //
     // tileItem4
     //
     this.tileItem4.AppearanceItem.Hovered.BackColor            = System.Drawing.Color.Magenta;
     this.tileItem4.AppearanceItem.Hovered.Options.UseBackColor = true;
     this.tileItem4.AppearanceItem.Normal.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.tileItem4.AppearanceItem.Normal.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileItem4.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem4.AppearanceItem.Normal.Options.UseFont      = true;
     tileItemElement1.Text          = "Report designer";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
     this.tileItem4.Elements.Add(tileItemElement1);
     this.tileItem4.Id       = 5;
     this.tileItem4.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem4.Name     = "tileItem4";
     this.tileItem4.Padding  = new System.Windows.Forms.Padding(0, -1, 20, -1);
     this.tileItem4.Visible  = false;
     //
     // itmVerslAktielijsIntern
     //
     this.itmVerslAktielijsIntern.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.itmVerslAktielijsIntern.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
     this.itmVerslAktielijsIntern.AppearanceItem.Normal.Options.UseBackColor = true;
     this.itmVerslAktielijsIntern.AppearanceItem.Normal.Options.UseFont      = true;
     tileItemElement2.Text          = "";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.itmVerslAktielijsIntern.Elements.Add(tileItemElement2);
     this.itmVerslAktielijsIntern.Enabled      = false;
     tileItemFrame1.Appearance.Font            = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame1.Appearance.Options.UseFont = true;
     tileItemElement3.Text          = "Verslag actie intern";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame1.Elements.Add(tileItemElement3);
     this.itmVerslAktielijsIntern.Frames.Add(tileItemFrame1);
     this.itmVerslAktielijsIntern.Id       = 9;
     this.itmVerslAktielijsIntern.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.itmVerslAktielijsIntern.Name     = "itmVerslAktielijsIntern";
     //
     // itmVerslAktielijsExtern
     //
     this.itmVerslAktielijsExtern.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.itmVerslAktielijsExtern.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
     this.itmVerslAktielijsExtern.AppearanceItem.Normal.Options.UseBackColor = true;
     this.itmVerslAktielijsExtern.AppearanceItem.Normal.Options.UseFont      = true;
     tileItemElement4.Text          = "";
     tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.itmVerslAktielijsExtern.Elements.Add(tileItemElement4);
     this.itmVerslAktielijsExtern.Enabled      = false;
     tileItemFrame2.Appearance.Font            = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
     tileItemFrame2.Appearance.Options.UseFont = true;
     tileItemElement5.Text          = "Verslag actie extern";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame2.Elements.Add(tileItemElement5);
     this.itmVerslAktielijsExtern.Frames.Add(tileItemFrame2);
     this.itmVerslAktielijsExtern.Id       = 10;
     this.itmVerslAktielijsExtern.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.itmVerslAktielijsExtern.Name     = "itmVerslAktielijsExtern";
     //
     // tileGroup1
     //
     this.tileGroup1.Items.Add(this.tileItem1);
     this.tileGroup1.Items.Add(this.tileItem2);
     this.tileGroup1.Items.Add(this.tileItem3);
     this.tileGroup1.Name = "tileGroup1";
     //
     // tileItem1
     //
     this.tileItem1.AppearanceItem.Hovered.BackColor            = System.Drawing.Color.Magenta;
     this.tileItem1.AppearanceItem.Hovered.Options.UseBackColor = true;
     this.tileItem1.AppearanceItem.Normal.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.tileItem1.AppearanceItem.Normal.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileItem1.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem1.AppearanceItem.Normal.Options.UseFont      = true;
     tileItemElement6.Text          = "Report designer";
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
     this.tileItem1.Elements.Add(tileItemElement6);
     this.tileItem1.Id       = 5;
     this.tileItem1.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem1.Name     = "tileItem1";
     this.tileItem1.Padding  = new System.Windows.Forms.Padding(0, -1, 20, -1);
     this.tileItem1.Visible  = false;
     //
     // tileItem2
     //
     this.tileItem2.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.tileItem2.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
     this.tileItem2.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem2.AppearanceItem.Normal.Options.UseFont      = true;
     tileItemElement7.Text          = "";
     tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItem2.Elements.Add(tileItemElement7);
     this.tileItem2.Enabled                    = false;
     tileItemFrame3.Appearance.Font            = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame3.Appearance.Options.UseFont = true;
     tileItemElement8.Text          = "Verslag actie intern";
     tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame3.Elements.Add(tileItemElement8);
     this.tileItem2.Frames.Add(tileItemFrame3);
     this.tileItem2.Id       = 9;
     this.tileItem2.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem2.Name     = "tileItem2";
     //
     // tileItem3
     //
     this.tileItem3.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.tileItem3.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
     this.tileItem3.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem3.AppearanceItem.Normal.Options.UseFont      = true;
     tileItemElement9.Text          = "";
     tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItem3.Elements.Add(tileItemElement9);
     this.tileItem3.Enabled                    = false;
     tileItemFrame4.Appearance.Font            = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
     tileItemFrame4.Appearance.Options.UseFont = true;
     tileItemElement10.Text                    = "Verslag actie extern";
     tileItemElement10.TextAlignment           = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame4.Elements.Add(tileItemElement10);
     this.tileItem3.Frames.Add(tileItemFrame4);
     this.tileItem3.Id       = 10;
     this.tileItem3.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem3.Name     = "tileItem3";
     //
     // tileNavPane1
     //
     this.tileNavPane1.Appearance.BackColor                    = System.Drawing.Color.CornflowerBlue;
     this.tileNavPane1.Appearance.Font                         = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileNavPane1.Appearance.Options.UseBackColor         = true;
     this.tileNavPane1.Appearance.Options.UseFont              = true;
     this.tileNavPane1.AppearanceHovered.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.tileNavPane1.AppearanceHovered.Font                  = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileNavPane1.AppearanceHovered.Options.UseBackColor  = true;
     this.tileNavPane1.AppearanceHovered.Options.UseFont       = true;
     this.tileNavPane1.AppearanceSelected.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.tileNavPane1.AppearanceSelected.Font                 = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileNavPane1.AppearanceSelected.Options.UseBackColor = true;
     this.tileNavPane1.AppearanceSelected.Options.UseFont      = true;
     this.tileNavPane1.Buttons.Add(this.navSettings);
     this.tileNavPane1.Buttons.Add(this.itmEinde);
     //
     // tileNavCategory1
     //
     this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
     //
     //
     //
     this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileNavPane1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tileNavPane1.Location = new System.Drawing.Point(0, 0);
     this.tileNavPane1.Name     = "tileNavPane1";
     this.tileNavPane1.Size     = new System.Drawing.Size(1313, 45);
     this.tileNavPane1.TabIndex = 42;
     this.tileNavPane1.Text     = "tileNavPane1";
     //
     // navSettings
     //
     this.navSettings.Alignment          = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
     this.navSettings.Caption            = "Instellingen";
     this.navSettings.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("navSettings.ImageOptions.Image")));
     this.navSettings.Name          = "navSettings";
     this.navSettings.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navSettings_ElementClick);
     //
     // itmEinde
     //
     this.itmEinde.Alignment          = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
     this.itmEinde.Caption            = "Einde";
     this.itmEinde.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("itmEinde.ImageOptions.Image")));
     this.itmEinde.Name          = "itmEinde";
     this.itmEinde.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.itmEinde_ElementClick);
     //
     // lblMelding
     //
     this.lblMelding.AutoSize  = true;
     this.lblMelding.BackColor = System.Drawing.Color.CornflowerBlue;
     this.lblMelding.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.lblMelding.ForeColor = System.Drawing.Color.White;
     this.lblMelding.Location  = new System.Drawing.Point(36, 13);
     this.lblMelding.Name      = "lblMelding";
     this.lblMelding.Size      = new System.Drawing.Size(59, 19);
     this.lblMelding.TabIndex  = 43;
     this.lblMelding.Text      = "label1";
     //
     // lblTijd
     //
     this.lblTijd.AutoSize  = true;
     this.lblTijd.BackColor = System.Drawing.Color.CornflowerBlue;
     this.lblTijd.Font      = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTijd.ForeColor = System.Drawing.Color.White;
     this.lblTijd.Location  = new System.Drawing.Point(617, 7);
     this.lblTijd.Name      = "lblTijd";
     this.lblTijd.Size      = new System.Drawing.Size(100, 37);
     this.lblTijd.TabIndex  = 43;
     this.lblTijd.Text      = "label1";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.Timer1_Tick);
     //
     // btnEnglish
     //
     this.btnEnglish.Location = new System.Drawing.Point(1079, 161);
     this.btnEnglish.Name     = "btnEnglish";
     this.btnEnglish.Size     = new System.Drawing.Size(75, 23);
     this.btnEnglish.TabIndex = 45;
     this.btnEnglish.Text     = "English";
     this.btnEnglish.Click   += new System.EventHandler(this.btnEnglish_Click);
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileItem5);
     this.tileGroup3.Items.Add(this.tileItem6);
     this.tileGroup3.Items.Add(this.tileItem7);
     this.tileGroup3.Items.Add(this.tileItem10);
     this.tileGroup3.Items.Add(this.tileItem11);
     this.tileGroup3.Items.Add(this.tileItem12);
     this.tileGroup3.Items.Add(this.tileItem17);
     this.tileGroup3.Items.Add(this.tileItem13);
     this.tileGroup3.Items.Add(this.tileItem14);
     this.tileGroup3.Items.Add(this.tileItem15);
     this.tileGroup3.Name = "tileGroup3";
     //
     // tileItem5
     //
     tileItemElement11.Text = "tileItem5";
     this.tileItem5.Elements.Add(tileItemElement11);
     this.tileItem5.Id         = 0;
     this.tileItem5.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem5.Name       = "tileItem5";
     this.tileItem5.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem5_ItemClick);
     //
     // tileItem6
     //
     tileItemElement12.Text = "tileItem6";
     this.tileItem6.Elements.Add(tileItemElement12);
     this.tileItem6.Id       = 1;
     this.tileItem6.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem6.Name     = "tileItem6";
     //
     // tileItem7
     //
     tileItemElement13.Text = "tileItem7";
     this.tileItem7.Elements.Add(tileItemElement13);
     this.tileItem7.Id       = 2;
     this.tileItem7.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem7.Name     = "tileItem7";
     //
     // tileItem10
     //
     tileItemElement14.Text = "tileItem10";
     this.tileItem10.Elements.Add(tileItemElement14);
     this.tileItem10.Id       = 5;
     this.tileItem10.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem10.Name     = "tileItem10";
     //
     // tileItem11
     //
     tileItemElement15.Text = "tileItem11";
     this.tileItem11.Elements.Add(tileItemElement15);
     this.tileItem11.Id       = 6;
     this.tileItem11.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem11.Name     = "tileItem11";
     //
     // tileItem12
     //
     tileItemElement16.Text = "tileItem12";
     this.tileItem12.Elements.Add(tileItemElement16);
     this.tileItem12.Id       = 7;
     this.tileItem12.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem12.Name     = "tileItem12";
     //
     // tileItem17
     //
     tileItemElement17.Text = "tileItem17";
     this.tileItem17.Elements.Add(tileItemElement17);
     this.tileItem17.Id       = 12;
     this.tileItem17.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem17.Name     = "tileItem17";
     //
     // tileItem13
     //
     tileItemElement18.Text = "tileItem13";
     this.tileItem13.Elements.Add(tileItemElement18);
     this.tileItem13.Id       = 8;
     this.tileItem13.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem13.Name     = "tileItem13";
     //
     // tileItem14
     //
     tileItemElement19.Text = "tileItem14";
     this.tileItem14.Elements.Add(tileItemElement19);
     this.tileItem14.Id         = 9;
     this.tileItem14.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem14.Name       = "tileItem14";
     this.tileItem14.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem14_ItemClick);
     //
     // tileItem15
     //
     tileItemElement20.Text = "tileItem15";
     this.tileItem15.Elements.Add(tileItemElement20);
     this.tileItem15.Id         = 10;
     this.tileItem15.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem15.Name       = "tileItem15";
     this.tileItem15.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem15_ItemClick);
     //
     // tileControl1
     //
     this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.Groups.Add(this.tileGroup3);
     this.tileControl1.Location = new System.Drawing.Point(0, 45);
     this.tileControl1.MaxId    = 13;
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Size     = new System.Drawing.Size(1313, 574);
     this.tileControl1.TabIndex = 0;
     this.tileControl1.Text     = "tileControl1";
     //
     // AppMain
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1313, 619);
     this.Controls.Add(this.btnEnglish);
     this.Controls.Add(this.lblTijd);
     this.Controls.Add(this.lblMelding);
     this.Controls.Add(this.tileControl1);
     this.Controls.Add(this.tileNavPane1);
     this.Name          = "AppMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "AppMain";
     ((System.ComponentModel.ISupportInitialize)(this.tileNavPane1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     this.tileItem10    = new DevExpress.XtraEditors.TileItem();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.tileControl1  = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2    = new DevExpress.XtraEditors.TileGroup();
     this.tileGroup3    = new DevExpress.XtraEditors.TileGroup();
     this.btnCambiar    = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // tileItem10
     //
     this.tileItem10.AppearanceItem.Hovered.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.tileItem10.AppearanceItem.Hovered.Image                 = global::forms.Properties.Resources.fondoLISTO;
     this.tileItem10.AppearanceItem.Hovered.Options.UseForeColor  = true;
     this.tileItem10.AppearanceItem.Hovered.Options.UseImage      = true;
     this.tileItem10.AppearanceItem.Normal.BackColor              = System.Drawing.SystemColors.HotTrack;
     this.tileItem10.AppearanceItem.Normal.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.tileItem10.AppearanceItem.Normal.Options.UseBackColor   = true;
     this.tileItem10.AppearanceItem.Normal.Options.UseBorderColor = true;
     this.tileItem10.AppearanceItem.Selected.BackColor            = System.Drawing.SystemColors.MenuHighlight;
     this.tileItem10.AppearanceItem.Selected.Options.UseBackColor = true;
     this.tileItem10.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     this.tileItem10.ContentAnimation         = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollTop;
     tileItemElement5.Text          = "Actualizar";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItem10.Elements.Add(tileItemElement5);
     this.tileItem10.FrameAnimationInterval = 1000000;
     this.tileItem10.Id         = 13;
     this.tileItem10.Name       = "tileItem10";
     this.tileItem10.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem10_ItemClick);
     //
     // simpleButton1
     //
     this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.simpleButton1.Location    = new System.Drawing.Point(1250, 0);
     this.simpleButton1.Name        = "simpleButton1";
     this.simpleButton1.Size        = new System.Drawing.Size(19, 25);
     this.simpleButton1.TabIndex    = 1;
     this.simpleButton1.Text        = "-";
     this.simpleButton1.Click      += new System.EventHandler(this.simpleButton1_Click_1);
     //
     // simpleButton2
     //
     this.simpleButton2.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     this.simpleButton2.Appearance.Options.UseBorderColor = true;
     this.simpleButton2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.simpleButton2.Location    = new System.Drawing.Point(1275, 0);
     this.simpleButton2.Name        = "simpleButton2";
     this.simpleButton2.Size        = new System.Drawing.Size(19, 25);
     this.simpleButton2.TabIndex    = 1;
     this.simpleButton2.Text        = "x";
     this.simpleButton2.ToolTip     = "Cerrar TECA";
     this.simpleButton2.Click      += new System.EventHandler(this.simpleButton2_Click);
     //
     // tileControl1
     //
     this.tileControl1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.tileControl1.AppearanceItem.Hovered.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.tileControl1.AppearanceItem.Hovered.ForeColor             = System.Drawing.Color.White;
     this.tileControl1.AppearanceItem.Hovered.Options.UseBackColor  = true;
     this.tileControl1.AppearanceItem.Hovered.Options.UseForeColor  = true;
     this.tileControl1.AppearanceItem.Normal.BackColor              = System.Drawing.Color.Transparent;
     this.tileControl1.AppearanceItem.Normal.BorderColor            = System.Drawing.Color.Cyan;
     this.tileControl1.AppearanceItem.Normal.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.tileControl1.AppearanceItem.Normal.Options.UseBackColor   = true;
     this.tileControl1.AppearanceItem.Normal.Options.UseBorderColor = true;
     this.tileControl1.AppearanceItem.Normal.Options.UseForeColor   = true;
     this.tileControl1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     this.tileControl1.BackgroundImage       = global::forms.Properties.Resources.fondoListo1600x1200;
     this.tileControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tileControl1.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Groups.Add(this.tileGroup3);
     this.tileControl1.ItemSize             = 150;
     this.tileControl1.Location             = new System.Drawing.Point(0, 0);
     this.tileControl1.LookAndFeel.SkinName = "Metropolis Dark";
     this.tileControl1.MaxId          = 19;
     this.tileControl1.Name           = "tileControl1";
     this.tileControl1.SelectionColor = System.Drawing.Color.WhiteSmoke;
     this.tileControl1.Size           = new System.Drawing.Size(1296, 604);
     this.tileControl1.TabIndex       = 0;
     this.tileControl1.Text           = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Name = "tileGroup2";
     this.tileGroup2.Text = null;
     //
     // tileGroup3
     //
     this.tileGroup3.Name = "tileGroup3";
     this.tileGroup3.Text = null;
     //
     // btnCambiar
     //
     this.btnCambiar.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.btnCambiar.Location    = new System.Drawing.Point(0, 0);
     this.btnCambiar.Name        = "btnCambiar";
     this.btnCambiar.Size        = new System.Drawing.Size(117, 23);
     this.btnCambiar.TabIndex    = 3;
     this.btnCambiar.Text        = "Cambiar contraseña";
     this.btnCambiar.Click      += new System.EventHandler(this.btnCambiar_Click);
     //
     // frmGUImetro
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1296, 604);
     this.Controls.Add(this.btnCambiar);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.tileControl1);
     this.FormBorderStyle      = System.Windows.Forms.FormBorderStyle.None;
     this.LookAndFeel.SkinName = "Metropolis";
     this.Name          = "frmGUImetro";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmGUImetro";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.ResumeLayout(false);
 }
コード例 #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(FormBackend));
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
     this.tileBar                 = new DevExpress.XtraBars.Navigation.TileBar();
     this.tileBarGroupTables      = new DevExpress.XtraBars.Navigation.TileBarGroup();
     this.eployeesTileBarItem     = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.customersTileBarItem    = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.tileBarItem1            = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.tileBarItem2            = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.tileBarItem3            = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.tileBarItem4            = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.tileBarItem5            = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.navigationFrame         = new DevExpress.XtraBars.Navigation.NavigationFrame();
     this.employeesNavigationPage = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.navigationPage1         = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.customersNavigationPage = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.navigationPage2         = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.navigationPage3         = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.navigationPage4         = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.navigationPage5         = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.controlLogin1           = new Grawdevelopment.Backend.ControlLogin();
     this.controlSignup1          = new Grawdevelopment.Backend.ControlSignup();
     this.controlStation1         = new Grawdevelopment.Backend.ControlStation();
     this.controlAddFlight1       = new Grawdevelopment.Backend.ControlAddFlight();
     this.controlAddUserStation1  = new Grawdevelopment.Backend.View.ControlAddUserStation();
     this.controlLicence1         = new Grawdevelopment.Backend.View.ControlLicence();
     this.controlSettings1        = new Grawdevelopment.Backend.View.ControlSettings();
     ((System.ComponentModel.ISupportInitialize)(this.navigationFrame)).BeginInit();
     this.navigationFrame.SuspendLayout();
     this.employeesNavigationPage.SuspendLayout();
     this.navigationPage1.SuspendLayout();
     this.customersNavigationPage.SuspendLayout();
     this.navigationPage2.SuspendLayout();
     this.navigationPage3.SuspendLayout();
     this.navigationPage4.SuspendLayout();
     this.navigationPage5.SuspendLayout();
     this.SuspendLayout();
     //
     // tileBar
     //
     this.tileBar.AllowGlyphSkinning                         = true;
     this.tileBar.AllowSelectedItem                          = true;
     this.tileBar.AppearanceGroupText.Font                   = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBar.AppearanceGroupText.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     this.tileBar.AppearanceGroupText.Options.UseFont        = true;
     this.tileBar.AppearanceGroupText.Options.UseForeColor   = true;
     this.tileBar.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Transparent;
     this.tileBar.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileBar.AppearanceText.Font                        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBar.AppearanceText.Options.UseFont             = true;
     this.tileBar.BackColor                 = System.Drawing.Color.Transparent;
     this.tileBar.Cursor                    = System.Windows.Forms.Cursors.Default;
     this.tileBar.Dock                      = System.Windows.Forms.DockStyle.Top;
     this.tileBar.DropDownButtonWidth       = 30;
     this.tileBar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileBar.Groups.Add(this.tileBarGroupTables);
     this.tileBar.IndentBetweenGroups = 10;
     this.tileBar.IndentBetweenItems  = 10;
     this.tileBar.ItemPadding         = new System.Windows.Forms.Padding(8, 6, 12, 6);
     this.tileBar.Location            = new System.Drawing.Point(0, 0);
     this.tileBar.Margin               = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tileBar.MaxId                = 11;
     this.tileBar.MaximumSize          = new System.Drawing.Size(0, 110);
     this.tileBar.MinimumSize          = new System.Drawing.Size(100, 110);
     this.tileBar.Name                 = "tileBar";
     this.tileBar.Padding              = new System.Windows.Forms.Padding(29, 11, 29, 11);
     this.tileBar.ScrollMode           = DevExpress.XtraEditors.TileControlScrollMode.None;
     this.tileBar.SelectedItem         = this.eployeesTileBarItem;
     this.tileBar.SelectionBorderWidth = 2;
     this.tileBar.SelectionColorMode   = DevExpress.XtraBars.Navigation.SelectionColorMode.UseItemBackColor;
     this.tileBar.ShowGroupText        = false;
     this.tileBar.Size                 = new System.Drawing.Size(1121, 110);
     this.tileBar.TabIndex             = 1;
     this.tileBar.Text                 = "tileBar";
     this.tileBar.WideTileWidth        = 150;
     this.tileBar.SelectedItemChanged += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBar_SelectedItemChanged);
     //
     // tileBarGroupTables
     //
     this.tileBarGroupTables.Items.Add(this.eployeesTileBarItem);
     this.tileBarGroupTables.Items.Add(this.customersTileBarItem);
     this.tileBarGroupTables.Items.Add(this.tileBarItem1);
     this.tileBarGroupTables.Items.Add(this.tileBarItem2);
     this.tileBarGroupTables.Items.Add(this.tileBarItem3);
     this.tileBarGroupTables.Items.Add(this.tileBarItem4);
     this.tileBarGroupTables.Items.Add(this.tileBarItem5);
     this.tileBarGroupTables.Name = "tileBarGroupTables";
     this.tileBarGroupTables.Text = "Licence";
     //
     // eployeesTileBarItem
     //
     this.eployeesTileBarItem.AppearanceItem.Hovered.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.eployeesTileBarItem.AppearanceItem.Hovered.Options.UseFont     = true;
     this.eployeesTileBarItem.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.eployeesTileBarItem.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.eployeesTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
     this.eployeesTileBarItem.AppearanceItem.Normal.Options.UseFont      = true;
     this.eployeesTileBarItem.AppearanceItem.Pressed.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.eployeesTileBarItem.AppearanceItem.Pressed.Options.UseFont     = true;
     this.eployeesTileBarItem.AppearanceItem.Selected.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.eployeesTileBarItem.AppearanceItem.Selected.Options.UseFont    = true;
     this.eployeesTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     this.eployeesTileBarItem.Elements.Add(tileItemElement1);
     this.eployeesTileBarItem.Name = "eployeesTileBarItem";
     //
     // customersTileBarItem
     //
     this.customersTileBarItem.AppearanceItem.Hovered.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.customersTileBarItem.AppearanceItem.Hovered.Options.UseFont     = true;
     this.customersTileBarItem.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.customersTileBarItem.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.customersTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
     this.customersTileBarItem.AppearanceItem.Normal.Options.UseFont      = true;
     this.customersTileBarItem.AppearanceItem.Pressed.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.customersTileBarItem.AppearanceItem.Pressed.Options.UseFont     = true;
     this.customersTileBarItem.AppearanceItem.Selected.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.customersTileBarItem.AppearanceItem.Selected.Options.UseFont    = true;
     this.customersTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     this.customersTileBarItem.Elements.Add(tileItemElement2);
     this.customersTileBarItem.Id       = 2;
     this.customersTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.customersTileBarItem.Name     = "customersTileBarItem";
     //
     // tileBarItem1
     //
     this.tileBarItem1.AppearanceItem.Hovered.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem1.AppearanceItem.Hovered.Options.UseFont     = true;
     this.tileBarItem1.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.tileBarItem1.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem1.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileBarItem1.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileBarItem1.AppearanceItem.Pressed.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem1.AppearanceItem.Pressed.Options.UseFont     = true;
     this.tileBarItem1.AppearanceItem.Selected.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem1.AppearanceItem.Selected.Options.UseFont    = true;
     this.tileBarItem1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement3.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     this.tileBarItem1.Elements.Add(tileItemElement3);
     this.tileBarItem1.Enabled    = false;
     this.tileBarItem1.Id         = 3;
     this.tileBarItem1.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tileBarItem1.Name       = "tileBarItem1";
     this.tileBarItem1.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBarItem1_ItemClick);
     //
     // tileBarItem2
     //
     this.tileBarItem2.AppearanceItem.Hovered.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem2.AppearanceItem.Hovered.Options.UseFont     = true;
     this.tileBarItem2.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.tileBarItem2.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem2.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileBarItem2.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileBarItem2.AppearanceItem.Pressed.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem2.AppearanceItem.Pressed.Options.UseFont     = true;
     this.tileBarItem2.AppearanceItem.Selected.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem2.AppearanceItem.Selected.Options.UseFont    = true;
     this.tileBarItem2.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement4.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     this.tileBarItem2.Elements.Add(tileItemElement4);
     this.tileBarItem2.Enabled  = false;
     this.tileBarItem2.Id       = 4;
     this.tileBarItem2.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tileBarItem2.Name     = "tileBarItem2";
     //
     // tileBarItem3
     //
     this.tileBarItem3.AppearanceItem.Hovered.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem3.AppearanceItem.Hovered.Options.UseFont     = true;
     this.tileBarItem3.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.tileBarItem3.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem3.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileBarItem3.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileBarItem3.AppearanceItem.Pressed.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem3.AppearanceItem.Pressed.Options.UseFont     = true;
     this.tileBarItem3.AppearanceItem.Selected.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem3.AppearanceItem.Selected.Options.UseFont    = true;
     this.tileBarItem3.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement5.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
     this.tileBarItem3.Elements.Add(tileItemElement5);
     this.tileBarItem3.Enabled  = false;
     this.tileBarItem3.Id       = 8;
     this.tileBarItem3.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tileBarItem3.Name     = "tileBarItem3";
     //
     // tileBarItem4
     //
     this.tileBarItem4.AppearanceItem.Hovered.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem4.AppearanceItem.Hovered.Options.UseFont     = true;
     this.tileBarItem4.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.tileBarItem4.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem4.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileBarItem4.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileBarItem4.AppearanceItem.Pressed.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem4.AppearanceItem.Pressed.Options.UseFont     = true;
     this.tileBarItem4.AppearanceItem.Selected.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem4.AppearanceItem.Selected.Options.UseFont    = true;
     this.tileBarItem4.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileBarItem4.Elements.Add(tileItemElement6);
     this.tileBarItem4.Id       = 9;
     this.tileBarItem4.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tileBarItem4.Name     = "tileBarItem4";
     //
     // tileBarItem5
     //
     this.tileBarItem5.AppearanceItem.Hovered.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem5.AppearanceItem.Hovered.Options.UseFont     = true;
     this.tileBarItem5.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.tileBarItem5.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem5.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileBarItem5.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileBarItem5.AppearanceItem.Pressed.Font                = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem5.AppearanceItem.Pressed.Options.UseFont     = true;
     this.tileBarItem5.AppearanceItem.Selected.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileBarItem5.AppearanceItem.Selected.Options.UseFont    = true;
     this.tileBarItem5.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement7.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("resource.Image5")));
     this.tileBarItem5.Elements.Add(tileItemElement7);
     this.tileBarItem5.Id       = 10;
     this.tileBarItem5.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Medium;
     this.tileBarItem5.Name     = "tileBarItem5";
     //
     // navigationFrame
     //
     this.navigationFrame.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.navigationFrame.Appearance.Options.UseBackColor = true;
     this.navigationFrame.Controls.Add(this.employeesNavigationPage);
     this.navigationFrame.Controls.Add(this.navigationPage1);
     this.navigationFrame.Controls.Add(this.customersNavigationPage);
     this.navigationFrame.Controls.Add(this.navigationPage2);
     this.navigationFrame.Controls.Add(this.navigationPage3);
     this.navigationFrame.Controls.Add(this.navigationPage4);
     this.navigationFrame.Controls.Add(this.navigationPage5);
     this.navigationFrame.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.navigationFrame.Location = new System.Drawing.Point(0, 110);
     this.navigationFrame.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.navigationFrame.Name     = "navigationFrame";
     this.navigationFrame.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.employeesNavigationPage,
         this.navigationPage1,
         this.customersNavigationPage,
         this.navigationPage2,
         this.navigationPage3,
         this.navigationPage4,
         this.navigationPage5
     });
     this.navigationFrame.SelectedPage = this.employeesNavigationPage;
     this.navigationFrame.Size         = new System.Drawing.Size(1121, 444);
     this.navigationFrame.TabIndex     = 0;
     this.navigationFrame.Text         = "navigationFrame";
     //
     // employeesNavigationPage
     //
     this.employeesNavigationPage.Caption = "employeesNavigationPage";
     this.employeesNavigationPage.Controls.Add(this.controlLogin1);
     this.employeesNavigationPage.Name = "employeesNavigationPage";
     this.employeesNavigationPage.Size = new System.Drawing.Size(1121, 444);
     //
     // navigationPage1
     //
     this.navigationPage1.Caption = "navigationPage1";
     this.navigationPage1.Controls.Add(this.controlSignup1);
     this.navigationPage1.Name = "navigationPage1";
     this.navigationPage1.Size = new System.Drawing.Size(1121, 444);
     //
     // customersNavigationPage
     //
     this.customersNavigationPage.Caption = "customersNavigationPage";
     this.customersNavigationPage.Controls.Add(this.controlStation1);
     this.customersNavigationPage.Name = "customersNavigationPage";
     this.customersNavigationPage.Size = new System.Drawing.Size(1121, 444);
     //
     // navigationPage2
     //
     this.navigationPage2.Caption = "navigationPage2";
     this.navigationPage2.Controls.Add(this.controlAddFlight1);
     this.navigationPage2.Name = "navigationPage2";
     this.navigationPage2.Size = new System.Drawing.Size(1121, 444);
     //
     // navigationPage3
     //
     this.navigationPage3.Caption = "navigationPage3";
     this.navigationPage3.Controls.Add(this.controlAddUserStation1);
     this.navigationPage3.Name = "navigationPage3";
     this.navigationPage3.Size = new System.Drawing.Size(1121, 444);
     //
     // navigationPage4
     //
     this.navigationPage4.Caption = "navigationPage4";
     this.navigationPage4.Controls.Add(this.controlLicence1);
     this.navigationPage4.Name = "navigationPage4";
     this.navigationPage4.Size = new System.Drawing.Size(1121, 444);
     //
     // navigationPage5
     //
     this.navigationPage5.Caption = "navigationPage5";
     this.navigationPage5.Controls.Add(this.controlSettings1);
     this.navigationPage5.Name = "navigationPage5";
     this.navigationPage5.Size = new System.Drawing.Size(1121, 444);
     //
     // controlLogin1
     //
     this.controlLogin1.FireBase = null;
     this.controlLogin1.Location = new System.Drawing.Point(13, 9);
     this.controlLogin1.Name     = "controlLogin1";
     this.controlLogin1.Settings = null;
     this.controlLogin1.Size     = new System.Drawing.Size(547, 362);
     this.controlLogin1.TabIndex = 0;
     //
     // controlSignup1
     //
     this.controlSignup1.Location = new System.Drawing.Point(13, 9);
     this.controlSignup1.Name     = "controlSignup1";
     this.controlSignup1.Size     = new System.Drawing.Size(566, 354);
     this.controlSignup1.TabIndex = 0;
     //
     // controlStation1
     //
     this.controlStation1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.controlStation1.FireBase       = null;
     this.controlStation1.Location       = new System.Drawing.Point(0, 0);
     this.controlStation1.Name           = "controlStation1";
     this.controlStation1.Size           = new System.Drawing.Size(1121, 444);
     this.controlStation1.StationObject  = null;
     this.controlStation1.StationSetting = null;
     this.controlStation1.TabIndex       = 0;
     //
     // controlAddFlight1
     //
     this.controlAddFlight1.FireBase        = null;
     this.controlAddFlight1.Location        = new System.Drawing.Point(13, 9);
     this.controlAddFlight1.Name            = "controlAddFlight1";
     this.controlAddFlight1.Size            = new System.Drawing.Size(500, 358);
     this.controlAddFlight1.Sounding        = null;
     this.controlAddFlight1.StationId       = 0;
     this.controlAddFlight1.TabIndex        = 0;
     this.controlAddFlight1.Temp100FileName = null;
     this.controlAddFlight1.TempEndFileName = null;
     //
     // controlAddUserStation1
     //
     this.controlAddUserStation1.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.controlAddUserStation1.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.controlAddUserStation1.Appearance.Options.UseBackColor = true;
     this.controlAddUserStation1.Appearance.Options.UseFont      = true;
     this.controlAddUserStation1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.controlAddUserStation1.FireBase       = null;
     this.controlAddUserStation1.Location       = new System.Drawing.Point(0, 0);
     this.controlAddUserStation1.Name           = "controlAddUserStation1";
     this.controlAddUserStation1.Settings       = null;
     this.controlAddUserStation1.Size           = new System.Drawing.Size(1121, 444);
     this.controlAddUserStation1.StationSetting = null;
     this.controlAddUserStation1.TabIndex       = 0;
     //
     // controlLicence1
     //
     this.controlLicence1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.controlLicence1.Location   = new System.Drawing.Point(0, 0);
     this.controlLicence1.Name       = "controlLicence1";
     this.controlLicence1.Protection = null;
     this.controlLicence1.Size       = new System.Drawing.Size(1121, 444);
     this.controlLicence1.TabIndex   = 0;
     //
     // controlSettings1
     //
     this.controlSettings1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.controlSettings1.Location = new System.Drawing.Point(0, 0);
     this.controlSettings1.Name     = "controlSettings1";
     this.controlSettings1.Size     = new System.Drawing.Size(1121, 444);
     this.controlSettings1.TabIndex = 0;
     //
     // FormBackend
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1121, 554);
     this.Controls.Add(this.navigationFrame);
     this.Controls.Add(this.tileBar);
     this.IconOptions.ShowIcon = false;
     this.MaximizeBox          = false;
     this.MinimizeBox          = false;
     this.Name          = "FormBackend";
     this.ShowInTaskbar = false;
     this.Load         += new System.EventHandler(this.FormBackend_Load);
     ((System.ComponentModel.ISupportInitialize)(this.navigationFrame)).EndInit();
     this.navigationFrame.ResumeLayout(false);
     this.employeesNavigationPage.ResumeLayout(false);
     this.navigationPage1.ResumeLayout(false);
     this.customersNavigationPage.ResumeLayout(false);
     this.navigationPage2.ResumeLayout(false);
     this.navigationPage3.ResumeLayout(false);
     this.navigationPage4.ResumeLayout(false);
     this.navigationPage5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #15
0
ファイル: Main.Designer.cs プロジェクト: PowerDD/PowerPOS
        /// <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(Main));
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            this.tileNavPane1 = new DevExpress.XtraBars.Navigation.TileNavPane();
            this.navButton2 = new DevExpress.XtraBars.Navigation.NavButton();
            this.navExit = new DevExpress.XtraBars.Navigation.NavButton();
            this.tileNavItem1 = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.navProduct = new DevExpress.XtraBars.Navigation.TileNavSubItem();
            this.navSale = new DevExpress.XtraBars.Navigation.TileNavSubItem();
            this.navPurchase = new DevExpress.XtraBars.Navigation.TileNavSubItem();
            this.navProductReport = new DevExpress.XtraBars.Navigation.TileNavSubItem();
            this.navCustomer = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.navClaim = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.navConfig = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.panelMain = new DevExpress.XtraEditors.PanelControl();
            ((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit();
            this.SuspendLayout();
            // 
            // tileNavPane1
            // 
            this.tileNavPane1.Appearance.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavPane1.Appearance.Options.UseFont = true;
            this.tileNavPane1.AppearanceHovered.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavPane1.AppearanceHovered.Options.UseFont = true;
            this.tileNavPane1.AppearanceSelected.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavPane1.AppearanceSelected.Options.UseFont = true;
            this.tileNavPane1.ButtonPadding = new System.Windows.Forms.Padding(12);
            this.tileNavPane1.Buttons.Add(this.navButton2);
            this.tileNavPane1.Buttons.Add(this.navExit);
            this.tileNavPane1.ContinuousNavigation = true;
            // 
            // tileNavCategory1
            // 
            this.tileNavPane1.DefaultCategory.Items.AddRange(new DevExpress.XtraBars.Navigation.TileNavItem[] {
            this.tileNavItem1,
            this.navCustomer,
            this.navClaim,
            this.navConfig});
            this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
            this.tileNavPane1.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.DefaultCategory.OwnerCollection = null;
            // 
            // 
            // 
            this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileNavPane1.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavPane1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tileNavPane1.Location = new System.Drawing.Point(0, 0);
            this.tileNavPane1.Name = "tileNavPane1";
            this.tileNavPane1.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.Size = new System.Drawing.Size(847, 40);
            this.tileNavPane1.TabIndex = 0;
            this.tileNavPane1.Text = "tileNavPane1";
            this.tileNavPane1.TileClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.tileNavPane1_TileClick);
            // 
            // navButton2
            // 
            this.navButton2.Caption = "เมนูหลัก";
            this.navButton2.IsMain = true;
            this.navButton2.Name = "navButton2";
            // 
            // navExit
            // 
            this.navExit.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navExit.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.navExit.Caption = "ออกจากระบบ";
            this.navExit.Glyph = ((System.Drawing.Image)(resources.GetObject("navExit.Glyph")));
            this.navExit.Name = "navExit";
            this.navExit.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navExit_ElementClick);
            // 
            // tileNavItem1
            // 
            this.tileNavItem1.Caption = "สินค้า";
            this.tileNavItem1.Name = "tileNavItem1";
            this.tileNavItem1.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavItem1.OptionsDropDown.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            this.tileNavItem1.OwnerCollection = this.tileNavPane1.DefaultCategory.Items;
            // 
            // navProduct
            // 
            this.navProduct.Caption = "ข้อมูล";
            this.navProduct.Name = "navProduct";
            this.navProduct.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            // 
            // 
            // 
            this.navProduct.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.navProduct.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.navProduct.Tile.AppearanceItem.Normal.Options.UseTextOptions = true;
            this.navProduct.Tile.AppearanceItem.Normal.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.navProduct.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
            tileItemElement2.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement2.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement2.Text = "ข้อมูล";
            this.navProduct.Tile.Elements.Add(tileItemElement2);
            this.navProduct.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.navProduct.Tile.Name = "tileBarItem6";
            this.tileNavItem1.SubItems.AddRange(new DevExpress.XtraBars.Navigation.TileNavSubItem[] {
            this.navSale,
            this.navProduct,
            this.navPurchase,
            this.navProductReport});
            // 
            // 
            // 
            this.tileNavItem1.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavItem1.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.tileNavItem1.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement5.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement5.Image")));
            tileItemElement5.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement5.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement5.Text = "สินค้า";
            this.tileNavItem1.Tile.Elements.Add(tileItemElement5);
            this.tileNavItem1.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavItem1.Tile.Name = "tileBarItem1";
            this.tileNavItem1.Tile.ShowDropDownButton = DevExpress.Utils.DefaultBoolean.False;
            this.tileNavItem1.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // navSale
            // 
            this.navSale.Caption = "ขาย";
            this.navSale.Name = "navSale";
            this.navSale.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.navSale.OptionsDropDown.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // 
            // 
            this.navSale.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.navSale.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.navSale.Tile.AppearanceItem.Normal.Options.UseTextOptions = true;
            this.navSale.Tile.AppearanceItem.Normal.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.navSale.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
            tileItemElement1.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement1.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement1.Text = "ขาย";
            this.navSale.Tile.Elements.Add(tileItemElement1);
            this.navSale.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.navSale.Tile.Name = "tileBarItem5";
            // 
            // navPurchase
            // 
            this.navPurchase.Caption = "สั่งซื้อ";
            this.navPurchase.Name = "navPurchase";
            this.navPurchase.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            // 
            // 
            // 
            this.navPurchase.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.navPurchase.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.navPurchase.Tile.AppearanceItem.Normal.Options.UseTextOptions = true;
            this.navPurchase.Tile.AppearanceItem.Normal.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.navPurchase.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
            tileItemElement3.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement3.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement3.Text = "สั่งซื้อ";
            this.navPurchase.Tile.Elements.Add(tileItemElement3);
            this.navPurchase.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.navPurchase.Tile.Name = "tileBarItem7";
            // 
            // navProductReport
            // 
            this.navProductReport.Caption = "รายงาน";
            this.navProductReport.Name = "navProductReport";
            this.navProductReport.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            // 
            // 
            // 
            this.navProductReport.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.navProductReport.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.navProductReport.Tile.AppearanceItem.Normal.Options.UseTextOptions = true;
            this.navProductReport.Tile.AppearanceItem.Normal.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.navProductReport.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement4.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement4.Image")));
            tileItemElement4.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement4.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement4.Text = "รายงาน";
            this.navProductReport.Tile.Elements.Add(tileItemElement4);
            this.navProductReport.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.navProductReport.Tile.Name = "tileBarItem8";
            // 
            // navCustomer
            // 
            this.navCustomer.Caption = "ลูกค้า";
            this.navCustomer.Name = "navCustomer";
            this.navCustomer.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.navCustomer.OwnerCollection = this.tileNavPane1.DefaultCategory.Items;
            // 
            // 
            // 
            this.navCustomer.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.navCustomer.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.navCustomer.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement6.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement6.Image")));
            tileItemElement6.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement6.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement6.Text = "ลูกค้า";
            this.navCustomer.Tile.Elements.Add(tileItemElement6);
            this.navCustomer.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.navCustomer.Tile.Name = "tileBarItem2";
            this.navCustomer.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // navClaim
            // 
            this.navClaim.Caption = "เครม";
            this.navClaim.Name = "navClaim";
            this.navClaim.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.navClaim.OwnerCollection = this.tileNavPane1.DefaultCategory.Items;
            // 
            // 
            // 
            this.navClaim.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.navClaim.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.navClaim.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement7.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement7.Image")));
            tileItemElement7.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement7.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement7.Text = "เครม";
            this.navClaim.Tile.Elements.Add(tileItemElement7);
            this.navClaim.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.navClaim.Tile.Name = "tileBarItem3";
            this.navClaim.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // navConfig
            // 
            this.navConfig.Caption = "การตั้งค่า";
            this.navConfig.Name = "navConfig";
            this.navConfig.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.navConfig.OwnerCollection = this.tileNavPane1.DefaultCategory.Items;
            // 
            // 
            // 
            this.navConfig.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.navConfig.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.navConfig.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement8.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement8.Image")));
            tileItemElement8.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement8.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement8.Text = "การตั้งค่า";
            this.navConfig.Tile.Elements.Add(tileItemElement8);
            this.navConfig.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.navConfig.Tile.Name = "tileBarItem4";
            this.navConfig.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // panelMain
            // 
            this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMain.Location = new System.Drawing.Point(0, 40);
            this.panelMain.Name = "panelMain";
            this.panelMain.Size = new System.Drawing.Size(847, 351);
            this.panelMain.TabIndex = 1;
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(847, 391);
            this.Controls.Add(this.panelMain);
            this.Controls.Add(this.tileNavPane1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "Main";
            this.Text = "Main";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Main_Load);
            ((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit();
            this.ResumeLayout(false);

        }
 /// <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(frmAfdekmateriaalzeoken));
     DevExpress.XtraEditors.TileItemElement         tileItemElement1  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame1    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame2    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame3    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame4    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     this.tileNavPane1            = new DevExpress.XtraBars.Navigation.TileNavPane();
     this.navAdd                  = new DevExpress.XtraBars.Navigation.NavButton();
     this.navEdit                 = new DevExpress.XtraBars.Navigation.NavButton();
     this.navDelete               = new DevExpress.XtraBars.Navigation.NavButton();
     this.itmEinde                = new DevExpress.XtraBars.Navigation.NavButton();
     this.tileGroup4              = new DevExpress.XtraEditors.TileGroup();
     this.tileItem4               = new DevExpress.XtraEditors.TileItem();
     this.itmVerslAktielijsIntern = new DevExpress.XtraEditors.TileItem();
     this.itmVerslAktielijsExtern = new DevExpress.XtraEditors.TileItem();
     this.tileGroup1              = new DevExpress.XtraEditors.TileGroup();
     this.tileItem1               = new DevExpress.XtraEditors.TileItem();
     this.tileItem2               = new DevExpress.XtraEditors.TileItem();
     this.tileItem3               = new DevExpress.XtraEditors.TileItem();
     this.gcSuppliers             = new DevExpress.XtraGrid.GridControl();
     this.gcCP            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colAfdekID      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNaam         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOmschrijving = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLocatie      = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.tileNavPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcSuppliers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCP)).BeginInit();
     this.SuspendLayout();
     //
     // tileNavPane1
     //
     resources.ApplyResources(this.tileNavPane1, "tileNavPane1");
     this.tileNavPane1.Appearance.BackColor                    = System.Drawing.Color.CornflowerBlue;
     this.tileNavPane1.Appearance.Font                         = ((System.Drawing.Font)(resources.GetObject("tileNavPane1.Appearance.Font")));
     this.tileNavPane1.Appearance.Options.UseBackColor         = true;
     this.tileNavPane1.Appearance.Options.UseFont              = true;
     this.tileNavPane1.AppearanceHovered.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.tileNavPane1.AppearanceHovered.Font                  = ((System.Drawing.Font)(resources.GetObject("tileNavPane1.AppearanceHovered.Font")));
     this.tileNavPane1.AppearanceHovered.Options.UseBackColor  = true;
     this.tileNavPane1.AppearanceHovered.Options.UseFont       = true;
     this.tileNavPane1.AppearanceSelected.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.tileNavPane1.AppearanceSelected.Font                 = ((System.Drawing.Font)(resources.GetObject("tileNavPane1.AppearanceSelected.Font")));
     this.tileNavPane1.AppearanceSelected.Options.UseBackColor = true;
     this.tileNavPane1.AppearanceSelected.Options.UseFont      = true;
     this.tileNavPane1.Buttons.Add(this.navAdd);
     this.tileNavPane1.Buttons.Add(this.navEdit);
     this.tileNavPane1.Buttons.Add(this.navDelete);
     this.tileNavPane1.Buttons.Add(this.itmEinde);
     //
     // tileNavCategory1
     //
     resources.ApplyResources(this.tileNavPane1.DefaultCategory, "tileNavCategory1");
     this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
     //
     //
     //
     this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileNavPane1.Name = "tileNavPane1";
     //
     // navAdd
     //
     this.navAdd.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
     resources.ApplyResources(this.navAdd, "navAdd");
     this.navAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("navAdd.ImageOptions.Image")));
     this.navAdd.Name          = "navAdd";
     this.navAdd.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navAdd_ElementClick);
     //
     // navEdit
     //
     this.navEdit.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
     resources.ApplyResources(this.navEdit, "navEdit");
     this.navEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("navEdit.ImageOptions.Image")));
     this.navEdit.Name          = "navEdit";
     this.navEdit.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navEdit_ElementClick);
     //
     // navDelete
     //
     this.navDelete.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
     resources.ApplyResources(this.navDelete, "navDelete");
     this.navDelete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("navDelete.ImageOptions.Image")));
     this.navDelete.Name          = "navDelete";
     this.navDelete.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navDelete_ElementClick);
     //
     // itmEinde
     //
     this.itmEinde.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
     resources.ApplyResources(this.itmEinde, "itmEinde");
     this.itmEinde.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("itmEinde.ImageOptions.Image")));
     this.itmEinde.Name          = "itmEinde";
     this.itmEinde.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.itmEinde_ElementClick);
     //
     // tileGroup4
     //
     this.tileGroup4.Items.Add(this.tileItem4);
     this.tileGroup4.Items.Add(this.itmVerslAktielijsIntern);
     this.tileGroup4.Items.Add(this.itmVerslAktielijsExtern);
     this.tileGroup4.Name = "tileGroup4";
     resources.ApplyResources(this.tileGroup4, "tileGroup4");
     //
     // tileItem4
     //
     this.tileItem4.AppearanceItem.Hovered.BackColor            = System.Drawing.Color.Magenta;
     this.tileItem4.AppearanceItem.Hovered.Options.UseBackColor = true;
     this.tileItem4.AppearanceItem.Normal.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.tileItem4.AppearanceItem.Normal.Font = ((System.Drawing.Font)(resources.GetObject("tileItem4.AppearanceItem.Normal.Font")));
     this.tileItem4.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem4.AppearanceItem.Normal.Options.UseFont      = true;
     resources.ApplyResources(tileItemElement1, "tileItemElement1");
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
     this.tileItem4.Elements.Add(tileItemElement1);
     this.tileItem4.Id       = 5;
     this.tileItem4.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem4.Name     = "tileItem4";
     this.tileItem4.Padding  = new System.Windows.Forms.Padding(0, -1, 20, -1);
     this.tileItem4.Visible  = false;
     //
     // itmVerslAktielijsIntern
     //
     this.itmVerslAktielijsIntern.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.itmVerslAktielijsIntern.AppearanceItem.Normal.Font                 = ((System.Drawing.Font)(resources.GetObject("itmVerslAktielijsIntern.AppearanceItem.Normal.Font")));
     this.itmVerslAktielijsIntern.AppearanceItem.Normal.Options.UseBackColor = true;
     this.itmVerslAktielijsIntern.AppearanceItem.Normal.Options.UseFont      = true;
     resources.ApplyResources(tileItemElement2, "tileItemElement2");
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.itmVerslAktielijsIntern.Elements.Add(tileItemElement2);
     this.itmVerslAktielijsIntern.Enabled      = false;
     tileItemFrame1.Appearance.Font            = ((System.Drawing.Font)(resources.GetObject("resource.Font")));
     tileItemFrame1.Appearance.Options.UseFont = true;
     resources.ApplyResources(tileItemElement3, "tileItemElement3");
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame1.Elements.Add(tileItemElement3);
     this.itmVerslAktielijsIntern.Frames.Add(tileItemFrame1);
     this.itmVerslAktielijsIntern.Id       = 9;
     this.itmVerslAktielijsIntern.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.itmVerslAktielijsIntern.Name     = "itmVerslAktielijsIntern";
     //
     // itmVerslAktielijsExtern
     //
     this.itmVerslAktielijsExtern.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.itmVerslAktielijsExtern.AppearanceItem.Normal.Font                 = ((System.Drawing.Font)(resources.GetObject("itmVerslAktielijsExtern.AppearanceItem.Normal.Font")));
     this.itmVerslAktielijsExtern.AppearanceItem.Normal.Options.UseBackColor = true;
     this.itmVerslAktielijsExtern.AppearanceItem.Normal.Options.UseFont      = true;
     resources.ApplyResources(tileItemElement4, "tileItemElement4");
     tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.itmVerslAktielijsExtern.Elements.Add(tileItemElement4);
     this.itmVerslAktielijsExtern.Enabled      = false;
     tileItemFrame2.Appearance.Font            = ((System.Drawing.Font)(resources.GetObject("resource.Font1")));
     tileItemFrame2.Appearance.Options.UseFont = true;
     resources.ApplyResources(tileItemElement5, "tileItemElement5");
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame2.Elements.Add(tileItemElement5);
     this.itmVerslAktielijsExtern.Frames.Add(tileItemFrame2);
     this.itmVerslAktielijsExtern.Id       = 10;
     this.itmVerslAktielijsExtern.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.itmVerslAktielijsExtern.Name     = "itmVerslAktielijsExtern";
     //
     // tileGroup1
     //
     this.tileGroup1.Items.Add(this.tileItem1);
     this.tileGroup1.Items.Add(this.tileItem2);
     this.tileGroup1.Items.Add(this.tileItem3);
     this.tileGroup1.Name = "tileGroup1";
     resources.ApplyResources(this.tileGroup1, "tileGroup1");
     //
     // tileItem1
     //
     this.tileItem1.AppearanceItem.Hovered.BackColor            = System.Drawing.Color.Magenta;
     this.tileItem1.AppearanceItem.Hovered.Options.UseBackColor = true;
     this.tileItem1.AppearanceItem.Normal.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.tileItem1.AppearanceItem.Normal.Font = ((System.Drawing.Font)(resources.GetObject("tileItem1.AppearanceItem.Normal.Font")));
     this.tileItem1.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem1.AppearanceItem.Normal.Options.UseFont      = true;
     resources.ApplyResources(tileItemElement6, "tileItemElement6");
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
     this.tileItem1.Elements.Add(tileItemElement6);
     this.tileItem1.Id       = 5;
     this.tileItem1.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem1.Name     = "tileItem1";
     this.tileItem1.Padding  = new System.Windows.Forms.Padding(0, -1, 20, -1);
     this.tileItem1.Visible  = false;
     //
     // tileItem2
     //
     this.tileItem2.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.tileItem2.AppearanceItem.Normal.Font                 = ((System.Drawing.Font)(resources.GetObject("tileItem2.AppearanceItem.Normal.Font")));
     this.tileItem2.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem2.AppearanceItem.Normal.Options.UseFont      = true;
     resources.ApplyResources(tileItemElement7, "tileItemElement7");
     tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItem2.Elements.Add(tileItemElement7);
     this.tileItem2.Enabled                    = false;
     tileItemFrame3.Appearance.Font            = ((System.Drawing.Font)(resources.GetObject("resource.Font2")));
     tileItemFrame3.Appearance.Options.UseFont = true;
     resources.ApplyResources(tileItemElement8, "tileItemElement8");
     tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame3.Elements.Add(tileItemElement8);
     this.tileItem2.Frames.Add(tileItemFrame3);
     this.tileItem2.Id       = 9;
     this.tileItem2.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem2.Name     = "tileItem2";
     //
     // tileItem3
     //
     this.tileItem3.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.tileItem3.AppearanceItem.Normal.Font                 = ((System.Drawing.Font)(resources.GetObject("tileItem3.AppearanceItem.Normal.Font")));
     this.tileItem3.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem3.AppearanceItem.Normal.Options.UseFont      = true;
     resources.ApplyResources(tileItemElement9, "tileItemElement9");
     tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItem3.Elements.Add(tileItemElement9);
     this.tileItem3.Enabled                    = false;
     tileItemFrame4.Appearance.Font            = ((System.Drawing.Font)(resources.GetObject("resource.Font3")));
     tileItemFrame4.Appearance.Options.UseFont = true;
     resources.ApplyResources(tileItemElement10, "tileItemElement10");
     tileItemElement10.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame4.Elements.Add(tileItemElement10);
     this.tileItem3.Frames.Add(tileItemFrame4);
     this.tileItem3.Id       = 10;
     this.tileItem3.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem3.Name     = "tileItem3";
     //
     // gcSuppliers
     //
     resources.ApplyResources(this.gcSuppliers, "gcSuppliers");
     this.gcSuppliers.EmbeddedNavigator.AccessibleDescription  = resources.GetString("gcSuppliers.EmbeddedNavigator.AccessibleDescription");
     this.gcSuppliers.EmbeddedNavigator.AccessibleName         = resources.GetString("gcSuppliers.EmbeddedNavigator.AccessibleName");
     this.gcSuppliers.EmbeddedNavigator.AllowHtmlTextInToolTip = ((DevExpress.Utils.DefaultBoolean)(resources.GetObject("gcSuppliers.EmbeddedNavigator.AllowHtmlTextInToolTip")));
     this.gcSuppliers.EmbeddedNavigator.Anchor                = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("gcSuppliers.EmbeddedNavigator.Anchor")));
     this.gcSuppliers.EmbeddedNavigator.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("gcSuppliers.EmbeddedNavigator.BackgroundImage")));
     this.gcSuppliers.EmbeddedNavigator.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("gcSuppliers.EmbeddedNavigator.BackgroundImageLayout")));
     this.gcSuppliers.EmbeddedNavigator.ImeMode               = ((System.Windows.Forms.ImeMode)(resources.GetObject("gcSuppliers.EmbeddedNavigator.ImeMode")));
     this.gcSuppliers.EmbeddedNavigator.MaximumSize           = ((System.Drawing.Size)(resources.GetObject("gcSuppliers.EmbeddedNavigator.MaximumSize")));
     this.gcSuppliers.EmbeddedNavigator.TextLocation          = ((DevExpress.XtraEditors.NavigatorButtonsTextLocation)(resources.GetObject("gcSuppliers.EmbeddedNavigator.TextLocation")));
     this.gcSuppliers.EmbeddedNavigator.ToolTip               = resources.GetString("gcSuppliers.EmbeddedNavigator.ToolTip");
     this.gcSuppliers.EmbeddedNavigator.ToolTipIconType       = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("gcSuppliers.EmbeddedNavigator.ToolTipIconType")));
     this.gcSuppliers.EmbeddedNavigator.ToolTipTitle          = resources.GetString("gcSuppliers.EmbeddedNavigator.ToolTipTitle");
     this.gcSuppliers.MainView = this.gcCP;
     this.gcSuppliers.Name     = "gcSuppliers";
     this.gcSuppliers.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gcCP
     });
     //
     // gcCP
     //
     this.gcCP.ActiveFilterEnabled = false;
     this.gcCP.Appearance.ColumnFilterButton.Font               = ((System.Drawing.Font)(resources.GetObject("gcCP.Appearance.ColumnFilterButton.Font")));
     this.gcCP.Appearance.ColumnFilterButton.Options.UseFont    = true;
     this.gcCP.Appearance.CustomizationFormHint.Font            = ((System.Drawing.Font)(resources.GetObject("gcCP.Appearance.CustomizationFormHint.Font")));
     this.gcCP.Appearance.CustomizationFormHint.Options.UseFont = true;
     this.gcCP.Appearance.RowSeparator.BorderColor              = System.Drawing.Color.Maroon;
     this.gcCP.Appearance.RowSeparator.Options.UseBorderColor   = true;
     this.gcCP.Appearance.SelectedRow.BackColor            = System.Drawing.SystemColors.MenuHighlight;
     this.gcCP.Appearance.SelectedRow.Font                 = ((System.Drawing.Font)(resources.GetObject("gcCP.Appearance.SelectedRow.Font")));
     this.gcCP.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gcCP.Appearance.SelectedRow.Options.UseFont      = true;
     resources.ApplyResources(this.gcCP, "gcCP");
     this.gcCP.ColumnPanelRowHeight = 50;
     this.gcCP.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colAfdekID,
         this.colNaam,
         this.colOmschrijving,
         this.colLocatie
     });
     this.gcCP.GridControl = this.gcSuppliers;
     this.gcCP.Name        = "gcCP";
     this.gcCP.OptionsBehavior.AlignGroupSummaryInGroupRow = DevExpress.Utils.DefaultBoolean.False;
     this.gcCP.OptionsBehavior.AllowAddRows             = DevExpress.Utils.DefaultBoolean.True;
     this.gcCP.OptionsBehavior.AllowDeleteRows          = DevExpress.Utils.DefaultBoolean.True;
     this.gcCP.OptionsBehavior.AllowFixedGroups         = DevExpress.Utils.DefaultBoolean.False;
     this.gcCP.OptionsBehavior.AllowPartialGroups       = DevExpress.Utils.DefaultBoolean.False;
     this.gcCP.OptionsBehavior.AutoSelectAllInEditor    = false;
     this.gcCP.OptionsBehavior.AutoUpdateTotalSummary   = false;
     this.gcCP.OptionsBehavior.CacheValuesOnRowUpdating = DevExpress.Data.CacheRowValuesMode.Disabled;
     this.gcCP.OptionsBehavior.EditingMode                = DevExpress.XtraGrid.Views.Grid.GridEditingMode.EditForm;
     this.gcCP.OptionsBehavior.EditorShowMode             = DevExpress.Utils.EditorShowMode.Click;
     this.gcCP.OptionsBehavior.ImmediateUpdateRowPosition = false;
     this.gcCP.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gcCP.OptionsBehavior.ReadOnly         = true;
     this.gcCP.OptionsCustomization.AllowFilter = false;
     this.gcCP.OptionsCustomization.AllowGroup  = false;
     this.gcCP.OptionsCustomization.CustomizationFormSearchBoxVisible = true;
     this.gcCP.OptionsDetail.AllowZoomDetail             = false;
     this.gcCP.OptionsDetail.EnableMasterViewMode        = false;
     this.gcCP.OptionsDetail.ShowDetailTabs              = false;
     this.gcCP.OptionsEditForm.ActionOnModifiedRowChange = DevExpress.XtraGrid.Views.Grid.EditFormModifiedAction.Save;
     this.gcCP.OptionsEditForm.BindingMode            = DevExpress.XtraGrid.Views.Grid.EditFormBindingMode.Direct;
     this.gcCP.OptionsEditForm.ShowOnDoubleClick      = DevExpress.Utils.DefaultBoolean.True;
     this.gcCP.OptionsEditForm.ShowOnEnterKey         = DevExpress.Utils.DefaultBoolean.True;
     this.gcCP.OptionsEditForm.ShowOnF2Key            = DevExpress.Utils.DefaultBoolean.True;
     this.gcCP.OptionsEditForm.ShowUpdateCancelPanel  = DevExpress.Utils.DefaultBoolean.True;
     this.gcCP.OptionsFilter.AllowColumnMRUFilterList = false;
     this.gcCP.OptionsFilter.AllowFilterEditor        = false;
     this.gcCP.OptionsFind.AlwaysVisible                       = true;
     this.gcCP.OptionsFind.SearchInPreview                     = true;
     this.gcCP.OptionsMenu.EnableColumnMenu                    = false;
     this.gcCP.OptionsMenu.EnableFooterMenu                    = false;
     this.gcCP.OptionsMenu.EnableGroupPanelMenu                = false;
     this.gcCP.OptionsMenu.ShowDateTimeGroupIntervalItems      = false;
     this.gcCP.OptionsMenu.ShowGroupSortSummaryItems           = false;
     this.gcCP.OptionsPrint.ExpandAllGroups                    = false;
     this.gcCP.OptionsPrint.PrintFilterInfo                    = true;
     this.gcCP.OptionsPrint.PrintGroupFooter                   = false;
     this.gcCP.OptionsSelection.EnableAppearanceFocusedCell    = false;
     this.gcCP.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.False;
     this.gcCP.OptionsView.AllowHtmlDrawGroups                 = false;
     this.gcCP.OptionsView.AllowHtmlDrawHeaders                = true;
     this.gcCP.OptionsView.ColumnHeaderAutoHeight              = DevExpress.Utils.DefaultBoolean.False;
     this.gcCP.OptionsView.ShowDetailButtons                   = false;
     this.gcCP.OptionsView.ShowFilterPanelMode                 = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
     this.gcCP.OptionsView.ShowGroupExpandCollapseButtons      = false;
     this.gcCP.OptionsView.ShowGroupPanel                      = false;
     this.gcCP.RowHeight         = 35;
     this.gcCP.SynchronizeClones = false;
     //
     // colAfdekID
     //
     resources.ApplyResources(this.colAfdekID, "colAfdekID");
     this.colAfdekID.FieldName = "AfdekID";
     this.colAfdekID.Name      = "colAfdekID";
     this.colAfdekID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem()
     });
     //
     // colNaam
     //
     resources.ApplyResources(this.colNaam, "colNaam");
     this.colNaam.FieldName = "Naam_afdekmateriaal";
     this.colNaam.Name      = "colNaam";
     this.colNaam.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem()
     });
     //
     // colOmschrijving
     //
     resources.ApplyResources(this.colOmschrijving, "colOmschrijving");
     this.colOmschrijving.FieldName = "Omschrijving";
     this.colOmschrijving.Name      = "colOmschrijving";
     //
     // colLocatie
     //
     resources.ApplyResources(this.colLocatie, "colLocatie");
     this.colLocatie.FieldName = "Locatie";
     this.colLocatie.Name      = "colLocatie";
     //
     // frmAfdekmateriaalzeoken
     //
     resources.ApplyResources(this, "$this");
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gcSuppliers);
     this.Controls.Add(this.tileNavPane1);
     this.Name = "frmAfdekmateriaalzeoken";
     ((System.ComponentModel.ISupportInitialize)(this.tileNavPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcSuppliers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcCP)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #17
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.tileItem2 = new DevExpress.XtraEditors.TileItem();
            this.tileItem3 = new DevExpress.XtraEditors.TileItem();
            this.tileItem4 = new DevExpress.XtraEditors.TileItem();
            this.tileItem5 = new DevExpress.XtraEditors.TileItem();
            this.tileItem6 = new DevExpress.XtraEditors.TileItem();
            this.tileItem7 = new DevExpress.XtraEditors.TileItem();
            this.tileItem8 = new DevExpress.XtraEditors.TileItem();
            this.tileItem9 = new DevExpress.XtraEditors.TileItem();
            this.tileItem10 = new DevExpress.XtraEditors.TileItem();
            this.SuspendLayout();
            // 
            // simpleButton1
            // 
            this.simpleButton1.Location = new System.Drawing.Point(804, 0);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(25, 25);
            this.simpleButton1.TabIndex = 1;
            this.simpleButton1.Text = "X";
            this.simpleButton1.ToolTip = "Salir";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // tileControl1
            // 
            this.tileControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
            this.tileControl1.BackgroundImage = global::forms.Properties.Resources.fondoLISTO;
            this.tileControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Location = new System.Drawing.Point(0, 0);
            this.tileControl1.MaxId = 13;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Size = new System.Drawing.Size(829, 440);
            this.tileControl1.TabIndex = 0;
            this.tileControl1.Text = "tileControl1";
            this.tileControl1.Click += new System.EventHandler(this.tileControl1_Click);
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItem1);
            this.tileGroup2.Items.Add(this.tileItem2);
            this.tileGroup2.Items.Add(this.tileItem3);
            this.tileGroup2.Items.Add(this.tileItem4);
            this.tileGroup2.Items.Add(this.tileItem5);
            this.tileGroup2.Items.Add(this.tileItem6);
            this.tileGroup2.Items.Add(this.tileItem7);
            this.tileGroup2.Items.Add(this.tileItem8);
            this.tileGroup2.Items.Add(this.tileItem9);
            this.tileGroup2.Items.Add(this.tileItem10);
            this.tileGroup2.Name = "tileGroup2";
            this.tileGroup2.Text = null;
            // 
            // tileItem1
            // 
            this.tileItem1.BackgroundImage = global::forms.Properties.Resources.compras;
            this.tileItem1.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement1.Text = "Compras";
            tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem1.Elements.Add(tileItemElement1);
            this.tileItem1.Id = 0;
            this.tileItem1.Name = "tileItem1";
            this.tileItem1.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick);
            // 
            // tileItem2
            // 
            this.tileItem2.BackgroundImage = global::forms.Properties.Resources.inventario;
            this.tileItem2.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement2.Text = "Inventario";
            tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem2.Elements.Add(tileItemElement2);
            this.tileItem2.Id = 1;
            this.tileItem2.Name = "tileItem2";
            this.tileItem2.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem2_ItemClick);
            // 
            // tileItem3
            // 
            this.tileItem3.BackgroundImage = global::forms.Properties.Resources.cuentasporcobrar;
            this.tileItem3.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement3.Text = "Cuentas por Cobrar";
            tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem3.Elements.Add(tileItemElement3);
            this.tileItem3.Id = 2;
            this.tileItem3.Name = "tileItem3";
            this.tileItem3.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem3_ItemClick);
            // 
            // tileItem4
            // 
            this.tileItem4.BackgroundImage = global::forms.Properties.Resources.activofijo;
            this.tileItem4.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement4.Text = "Activo Fijo";
            tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem4.Elements.Add(tileItemElement4);
            this.tileItem4.Id = 3;
            this.tileItem4.Name = "tileItem4";
            this.tileItem4.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem4_ItemClick);
            // 
            // tileItem5
            // 
            this.tileItem5.BackgroundImage = global::forms.Properties.Resources.recursoshumanos;
            this.tileItem5.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement5.Text = "Recursos Humanos";
            tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem5.Elements.Add(tileItemElement5);
            this.tileItem5.Id = 4;
            this.tileItem5.Name = "tileItem5";
            this.tileItem5.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem5_ItemClick);
            // 
            // tileItem6
            // 
            this.tileItem6.BackgroundImage = global::forms.Properties.Resources.seguridad;
            this.tileItem6.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement6.Text = "Seguridad";
            tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem6.Elements.Add(tileItemElement6);
            this.tileItem6.Id = 5;
            this.tileItem6.Name = "tileItem6";
            this.tileItem6.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem6_ItemClick);
            // 
            // tileItem7
            // 
            this.tileItem7.BackgroundImage = global::forms.Properties.Resources.facturacion;
            this.tileItem7.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement7.Text = "Facturacion";
            tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem7.Elements.Add(tileItemElement7);
            this.tileItem7.Id = 6;
            this.tileItem7.Name = "tileItem7";
            this.tileItem7.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem7_ItemClick);
            // 
            // tileItem8
            // 
            this.tileItem8.BackgroundImage = global::forms.Properties.Resources.cuentasporpagar;
            this.tileItem8.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement8.Text = "Cuentas por Pagar";
            tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem8.Elements.Add(tileItemElement8);
            this.tileItem8.Id = 7;
            this.tileItem8.Name = "tileItem8";
            this.tileItem8.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem8_ItemClick);
            // 
            // tileItem9
            // 
            this.tileItem9.BackgroundImage = global::forms.Properties.Resources.contabilidad;
            this.tileItem9.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement9.Text = "Contabilidad";
            tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem9.Elements.Add(tileItemElement9);
            this.tileItem9.Id = 8;
            this.tileItem9.Name = "tileItem9";
            this.tileItem9.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem9_ItemClick);
            // 
            // tileItem10
            // 
            this.tileItem10.BackgroundImage = global::forms.Properties.Resources.shelf02;
            this.tileItem10.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement10.Text = "Taller";
            tileItemElement10.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem10.Elements.Add(tileItemElement10);
            this.tileItem10.Id = 12;
            this.tileItem10.Name = "tileItem10";
            this.tileItem10.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem10_ItemClick);
            // 
            // frmGUImetro
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(829, 440);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.tileControl1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmGUImetro";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "frmGUImetro";
            this.ResumeLayout(false);

        }
コード例 #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     this.tileControl1 = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2   = new DevExpress.XtraEditors.TileGroup();
     this.tileItem1    = new DevExpress.XtraEditors.TileItem();
     this.tileItem2    = new DevExpress.XtraEditors.TileItem();
     this.tileGroup3   = new DevExpress.XtraEditors.TileGroup();
     this.tileItem3    = new DevExpress.XtraEditors.TileItem();
     this.tileItem4    = new DevExpress.XtraEditors.TileItem();
     this.SuspendLayout();
     //
     // tileControl1
     //
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Groups.Add(this.tileGroup3);
     this.tileControl1.Location = new System.Drawing.Point(-1, 0);
     this.tileControl1.MaxId    = 6;
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Size     = new System.Drawing.Size(651, 291);
     this.tileControl1.TabIndex = 0;
     this.tileControl1.Text     = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileItem1);
     this.tileGroup2.Items.Add(this.tileItem2);
     this.tileGroup2.Name = "tileGroup2";
     this.tileGroup2.Text = null;
     //
     // tileItem1
     //
     tileItemElement1.Text = "tileItem1";
     this.tileItem1.Elements.Add(tileItemElement1);
     this.tileItem1.Id   = 1;
     this.tileItem1.Name = "tileItem1";
     //
     // tileItem2
     //
     tileItemElement2.Text = "tileItem2";
     this.tileItem2.Elements.Add(tileItemElement2);
     this.tileItem2.Id   = 2;
     this.tileItem2.Name = "tileItem2";
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileItem3);
     this.tileGroup3.Items.Add(this.tileItem4);
     this.tileGroup3.Name = "tileGroup3";
     this.tileGroup3.Text = null;
     //
     // tileItem3
     //
     tileItemElement3.Text = "tileItem3";
     this.tileItem3.Elements.Add(tileItemElement3);
     this.tileItem3.Id   = 4;
     this.tileItem3.Name = "tileItem3";
     //
     // tileItem4
     //
     tileItemElement4.Text = "tileItem4";
     this.tileItem4.Elements.Add(tileItemElement4);
     this.tileItem4.Id   = 5;
     this.tileItem4.Name = "tileItem4";
     //
     // Principal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(652, 290);
     this.Controls.Add(this.tileControl1);
     this.Name = "Principal";
     this.Text = "Principal";
     this.ResumeLayout(false);
 }
コード例 #19
0
ファイル: MainForm.Designer.cs プロジェクト: tuanly/SGM
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.Utils.Animation.Transition transition1 = new DevExpress.Utils.Animation.Transition();
            DevExpress.Utils.Animation.SlideFadeTransition slideFadeTransition1 = new DevExpress.Utils.Animation.SlideFadeTransition();
            this.modulesContainer = new DevExpress.XtraEditors.XtraUserControl();
            this.tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane();
            this.navButtonHome = new DevExpress.XtraBars.Navigation.NavButton();
            this.navButtonHelp = new DevExpress.XtraBars.Navigation.NavButton();
            this.navButtonClose = new DevExpress.XtraBars.Navigation.NavButton();
            this.mainTileBar = new DevExpress.XtraBars.Navigation.TileBar();
            this.tileBarGroup2 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            this.dashboardTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tasksTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.employeesTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarGroup3 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            this.productsTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.productsTileBarDropDownContainter = new DevExpress.XtraBars.Navigation.TileBarDropDownContainer();
            this.productTileBar = new DevExpress.XtraBars.Navigation.TileBar();
            this.tileBarGroup1 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            this.hdVideoTBI = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.plasmaTBI = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.monitorTBI = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.remouteControlTBI = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.customersTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.customTileBarDropDownContainter = new DevExpress.XtraBars.Navigation.TileBarDropDownContainer();
            this.customTileBar = new DevExpress.XtraBars.Navigation.TileBar();
            this.tileBarGroup4 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            this.AllStoresTBI = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.customMyAccountTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.customJohnAccountTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.customTopStoresTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.salesTileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.transitionManager1 = new DevExpress.Utils.Animation.TransitionManager();
            this.flyoutPanel1 = new DevExpress.Utils.FlyoutPanel();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            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.productsTileBarDropDownContainter)).BeginInit();
            this.productsTileBarDropDownContainter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.customTileBarDropDownContainter)).BeginInit();
            this.customTileBarDropDownContainter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.flyoutPanel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // modulesContainer
            // 
            this.modulesContainer.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.modulesContainer.Appearance.Options.UseBackColor = true;
            this.modulesContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.modulesContainer.Location = new System.Drawing.Point(0, 175);
            this.modulesContainer.Name = "modulesContainer";
            this.modulesContainer.Size = new System.Drawing.Size(1362, 566);
            this.modulesContainer.TabIndex = 0;
            // 
            // tileNavPane
            // 
            this.tileNavPane.AllowGlyphSkinning = true;
            this.tileNavPane.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
            this.tileNavPane.Appearance.Options.UseBackColor = true;
            this.tileNavPane.AppearanceHovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(212)))), ((int)(((byte)(219)))));
            this.tileNavPane.AppearanceHovered.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
            this.tileNavPane.AppearanceHovered.Options.UseBackColor = true;
            this.tileNavPane.AppearanceHovered.Options.UseForeColor = true;
            this.tileNavPane.AppearanceSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(212)))), ((int)(((byte)(219)))));
            this.tileNavPane.AppearanceSelected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
            this.tileNavPane.AppearanceSelected.Options.UseBackColor = true;
            this.tileNavPane.AppearanceSelected.Options.UseForeColor = true;
            this.tileNavPane.ButtonPadding = new System.Windows.Forms.Padding(12);
            this.tileNavPane.Buttons.Add(this.navButtonHome);
            this.tileNavPane.Buttons.Add(this.navButtonHelp);
            this.tileNavPane.Buttons.Add(this.navButtonClose);
            // 
            // tileNavCategory1
            // 
            this.tileNavPane.DefaultCategory.Name = "tileNavCategory1";
            this.tileNavPane.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane.DefaultCategory.OwnerCollection = null;
            // 
            // 
            // 
            this.tileNavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileNavPane.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavPane.Dock = System.Windows.Forms.DockStyle.Top;
            this.tileNavPane.Location = new System.Drawing.Point(0, 0);
            this.tileNavPane.Name = "tileNavPane";
            this.tileNavPane.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane.Size = new System.Drawing.Size(1362, 38);
            this.tileNavPane.TabIndex = 0;
            this.tileNavPane.Text = "tileNavPane1";
            // 
            // navButtonHome
            // 
            this.navButtonHome.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.navButtonHome.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.navButtonHome.Caption = null;
            this.navButtonHome.Enabled = false;
            this.navButtonHome.Glyph = ((System.Drawing.Image)(resources.GetObject("navButtonHome.Glyph")));
            this.navButtonHome.Name = "navButtonHome";
            // 
            // navButtonHelp
            // 
            this.navButtonHelp.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navButtonHelp.Caption = null;
            this.navButtonHelp.Glyph = ((System.Drawing.Image)(resources.GetObject("navButtonHelp.Glyph")));
            this.navButtonHelp.Name = "navButtonHelp";
            this.navButtonHelp.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navButtonHelp_ElementClick);
            // 
            // navButtonClose
            // 
            this.navButtonClose.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navButtonClose.Caption = null;
            this.navButtonClose.Glyph = ((System.Drawing.Image)(resources.GetObject("navButtonClose.Glyph")));
            this.navButtonClose.Name = "navButtonClose";
            this.navButtonClose.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navButtonClose_ElementClick);
            // 
            // mainTileBar
            // 
            this.mainTileBar.AllowDrag = false;
            this.mainTileBar.AllowSelectedItem = true;
            this.mainTileBar.AppearanceGroupText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
            this.mainTileBar.AppearanceGroupText.Options.UseForeColor = true;
            this.mainTileBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
            this.mainTileBar.Dock = System.Windows.Forms.DockStyle.Top;
            this.mainTileBar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.mainTileBar.Groups.Add(this.tileBarGroup2);
            this.mainTileBar.Groups.Add(this.tileBarGroup3);
            this.mainTileBar.Location = new System.Drawing.Point(0, 38);
            this.mainTileBar.MaxId = 7;
            this.mainTileBar.Name = "mainTileBar";
            this.mainTileBar.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
            this.mainTileBar.SelectedItem = this.dashboardTileBarItem;
            this.mainTileBar.SelectionBorderWidth = 2;
            this.mainTileBar.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
            this.mainTileBar.Size = new System.Drawing.Size(1362, 137);
            this.mainTileBar.TabIndex = 1;
            this.mainTileBar.Text = "tileBar1";
            this.mainTileBar.SelectedItemChanged += new DevExpress.XtraEditors.TileItemClickEventHandler(this.mainTileBar_SelectedItemChanged);
            // 
            // tileBarGroup2
            // 
            this.tileBarGroup2.Items.Add(this.dashboardTileBarItem);
            this.tileBarGroup2.Items.Add(this.tasksTileBarItem);
            this.tileBarGroup2.Items.Add(this.employeesTileBarItem);
            this.tileBarGroup2.Name = "tileBarGroup2";
            this.tileBarGroup2.Text = "MY WORLD";
            // 
            // dashboardTileBarItem
            // 
            this.dashboardTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.dashboardTileBarItem.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(135)))), ((int)(((byte)(156)))));
            this.dashboardTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
            this.dashboardTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
            tileItemElement1.Text = "SGM";
            this.dashboardTileBarItem.Elements.Add(tileItemElement1);
            this.dashboardTileBarItem.Id = 0;
            this.dashboardTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.dashboardTileBarItem.Name = "dashboardTileBarItem";
            // 
            // tasksTileBarItem
            // 
            this.tasksTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.tasksTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
            tileItemElement2.Text = "Quản Lý";
            this.tasksTileBarItem.Elements.Add(tileItemElement2);
            this.tasksTileBarItem.Id = 1;
            this.tasksTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tasksTileBarItem.Name = "tasksTileBarItem";
            // 
            // employeesTileBarItem
            // 
            this.employeesTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.employeesTileBarItem.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(109)))), ((int)(((byte)(0)))));
            this.employeesTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
            this.employeesTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
            tileItemElement3.Text = "Cập Nhật Giá Xăng";
            this.employeesTileBarItem.Elements.Add(tileItemElement3);
            this.employeesTileBarItem.Id = 2;
            this.employeesTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.employeesTileBarItem.Name = "employeesTileBarItem";
            // 
            // tileBarGroup3
            // 
            this.tileBarGroup3.Items.Add(this.productsTileBarItem);
            this.tileBarGroup3.Items.Add(this.customersTileBarItem);
            this.tileBarGroup3.Items.Add(this.salesTileBarItem);
            this.tileBarGroup3.Name = "tileBarGroup3";
            this.tileBarGroup3.Text = "OPERATIONS";
            // 
            // productsTileBarItem
            // 
            this.productsTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.productsTileBarItem.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
            this.productsTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
            this.productsTileBarItem.DropDownControl = this.productsTileBarDropDownContainter;
            this.productsTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement8.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement8.Image")));
            tileItemElement8.Text = "Báo Cáo";
            this.productsTileBarItem.Elements.Add(tileItemElement8);
            this.productsTileBarItem.Id = 3;
            this.productsTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.productsTileBarItem.Name = "productsTileBarItem";
            // 
            // productsTileBarDropDownContainter
            // 
            this.productsTileBarDropDownContainter.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
            this.productsTileBarDropDownContainter.Appearance.Options.UseBackColor = true;
            this.productsTileBarDropDownContainter.Controls.Add(this.productTileBar);
            this.productsTileBarDropDownContainter.Location = new System.Drawing.Point(0, 0);
            this.productsTileBarDropDownContainter.Name = "productsTileBarDropDownContainter";
            this.productsTileBarDropDownContainter.Size = new System.Drawing.Size(931, 120);
            this.productsTileBarDropDownContainter.TabIndex = 3;
            // 
            // productTileBar
            // 
            this.productTileBar.AllowDrag = false;
            this.productTileBar.AllowSelectedItem = true;
            this.productTileBar.AppearanceGroupText.ForeColor = System.Drawing.Color.White;
            this.productTileBar.AppearanceGroupText.Options.UseForeColor = true;
            this.productTileBar.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(209)))), ((int)(((byte)(255)))));
            this.productTileBar.AppearanceItem.Hovered.ForeColor = System.Drawing.Color.Black;
            this.productTileBar.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.productTileBar.AppearanceItem.Hovered.Options.UseForeColor = true;
            this.productTileBar.AppearanceItem.Normal.BackColor = System.Drawing.Color.White;
            this.productTileBar.AppearanceItem.Normal.ForeColor = System.Drawing.Color.Black;
            this.productTileBar.AppearanceItem.Normal.Options.UseBackColor = true;
            this.productTileBar.AppearanceItem.Normal.Options.UseForeColor = true;
            this.productTileBar.AppearanceItem.Pressed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(149)))), ((int)(((byte)(201)))));
            this.productTileBar.AppearanceItem.Pressed.Options.UseBackColor = true;
            this.productTileBar.AppearanceItem.Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(163)))), ((int)(((byte)(217)))));
            this.productTileBar.AppearanceItem.Selected.ForeColor = System.Drawing.Color.White;
            this.productTileBar.AppearanceItem.Selected.Options.UseBackColor = true;
            this.productTileBar.AppearanceItem.Selected.Options.UseForeColor = true;
            this.productTileBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
            this.productTileBar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.productTileBar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.productTileBar.Groups.Add(this.tileBarGroup1);
            this.productTileBar.IndentBetweenGroups = 0;
            this.productTileBar.ItemSize = 40;
            this.productTileBar.Location = new System.Drawing.Point(0, 0);
            this.productTileBar.MaxId = 5;
            this.productTileBar.Name = "productTileBar";
            this.productTileBar.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
            this.productTileBar.SelectedItem = this.hdVideoTBI;
            this.productTileBar.Size = new System.Drawing.Size(931, 120);
            this.productTileBar.TabIndex = 1;
            this.productTileBar.Text = "tileBar4";
            this.productTileBar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.productTileBar_ItemClick);
            // 
            // tileBarGroup1
            // 
            this.tileBarGroup1.Items.Add(this.hdVideoTBI);
            this.tileBarGroup1.Items.Add(this.plasmaTBI);
            this.tileBarGroup1.Items.Add(this.monitorTBI);
            this.tileBarGroup1.Items.Add(this.remouteControlTBI);
            this.tileBarGroup1.Name = "tileBarGroup1";
            this.tileBarGroup1.Text = "CUSTOM FILTER";
            // 
            // hdVideoTBI
            // 
            this.hdVideoTBI.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.hdVideoTBI.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement4.Text = "HD Video player";
            tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.hdVideoTBI.Elements.Add(tileItemElement4);
            this.hdVideoTBI.Id = 0;
            this.hdVideoTBI.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.hdVideoTBI.Name = "hdVideoTBI";
            // 
            // plasmaTBI
            // 
            this.plasmaTBI.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.plasmaTBI.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement5.Text = "50inch Plasma";
            tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.plasmaTBI.Elements.Add(tileItemElement5);
            this.plasmaTBI.Id = 1;
            this.plasmaTBI.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.plasmaTBI.Name = "plasmaTBI";
            // 
            // monitorTBI
            // 
            this.monitorTBI.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.monitorTBI.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement6.Text = "21inch Monitor";
            tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.monitorTBI.Elements.Add(tileItemElement6);
            this.monitorTBI.Id = 2;
            this.monitorTBI.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.monitorTBI.Name = "monitorTBI";
            // 
            // remouteControlTBI
            // 
            this.remouteControlTBI.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.remouteControlTBI.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement7.Text = "Remote Control";
            tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.remouteControlTBI.Elements.Add(tileItemElement7);
            this.remouteControlTBI.Id = 3;
            this.remouteControlTBI.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.remouteControlTBI.Name = "remouteControlTBI";
            // 
            // customersTileBarItem
            // 
            this.customersTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.customersTileBarItem.DropDownControl = this.customTileBarDropDownContainter;
            this.customersTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement13.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement13.Image")));
            tileItemElement13.Text = "Tài Khoản";
            this.customersTileBarItem.Elements.Add(tileItemElement13);
            this.customersTileBarItem.Id = 4;
            this.customersTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.customersTileBarItem.Name = "customersTileBarItem";
            // 
            // customTileBarDropDownContainter
            // 
            this.customTileBarDropDownContainter.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(82)))), ((int)(((byte)(82)))));
            this.customTileBarDropDownContainter.Appearance.Options.UseBackColor = true;
            this.customTileBarDropDownContainter.Controls.Add(this.customTileBar);
            this.customTileBarDropDownContainter.Location = new System.Drawing.Point(0, 0);
            this.customTileBarDropDownContainter.Name = "customTileBarDropDownContainter";
            this.customTileBarDropDownContainter.Size = new System.Drawing.Size(821, 151);
            this.customTileBarDropDownContainter.TabIndex = 2;
            // 
            // customTileBar
            // 
            this.customTileBar.AllowDrag = false;
            this.customTileBar.AllowSelectedItem = true;
            this.customTileBar.AppearanceGroupText.ForeColor = System.Drawing.Color.White;
            this.customTileBar.AppearanceGroupText.Options.UseForeColor = true;
            this.customTileBar.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
            this.customTileBar.AppearanceItem.Hovered.ForeColor = System.Drawing.Color.White;
            this.customTileBar.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.customTileBar.AppearanceItem.Hovered.Options.UseForeColor = true;
            this.customTileBar.AppearanceItem.Normal.BackColor = System.Drawing.Color.White;
            this.customTileBar.AppearanceItem.Normal.ForeColor = System.Drawing.Color.Black;
            this.customTileBar.AppearanceItem.Normal.Options.UseBackColor = true;
            this.customTileBar.AppearanceItem.Normal.Options.UseForeColor = true;
            this.customTileBar.AppearanceItem.Selected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(143)))), ((int)(((byte)(143)))), ((int)(((byte)(143)))));
            this.customTileBar.AppearanceItem.Selected.ForeColor = System.Drawing.Color.White;
            this.customTileBar.AppearanceItem.Selected.Options.UseBackColor = true;
            this.customTileBar.AppearanceItem.Selected.Options.UseForeColor = true;
            this.customTileBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(82)))), ((int)(((byte)(82)))));
            this.customTileBar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.customTileBar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.customTileBar.Groups.Add(this.tileBarGroup4);
            this.customTileBar.IndentBetweenGroups = 0;
            this.customTileBar.ItemSize = 40;
            this.customTileBar.Location = new System.Drawing.Point(0, 0);
            this.customTileBar.MaxId = 4;
            this.customTileBar.Name = "customTileBar";
            this.customTileBar.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
            this.customTileBar.SelectedItem = this.AllStoresTBI;
            this.customTileBar.Size = new System.Drawing.Size(821, 151);
            this.customTileBar.TabIndex = 0;
            this.customTileBar.Text = "tileBar2";
            this.customTileBar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.customTileBar_ItemClick);
            // 
            // tileBarGroup4
            // 
            this.tileBarGroup4.Items.Add(this.AllStoresTBI);
            this.tileBarGroup4.Items.Add(this.customMyAccountTileBarItem);
            this.tileBarGroup4.Items.Add(this.customJohnAccountTileBarItem);
            this.tileBarGroup4.Items.Add(this.customTopStoresTileBarItem);
            this.tileBarGroup4.Name = "tileBarGroup4";
            this.tileBarGroup4.Text = "CUSTOM FILTER";
            // 
            // AllStoresTBI
            // 
            this.AllStoresTBI.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement9.Text = "All Customers";
            tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.AllStoresTBI.Elements.Add(tileItemElement9);
            this.AllStoresTBI.Id = 3;
            this.AllStoresTBI.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.AllStoresTBI.Name = "AllStoresTBI";
            // 
            // customMyAccountTileBarItem
            // 
            this.customMyAccountTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.customMyAccountTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement10.Text = "My Accounts";
            tileItemElement10.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.customMyAccountTileBarItem.Elements.Add(tileItemElement10);
            this.customMyAccountTileBarItem.Id = 0;
            this.customMyAccountTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.customMyAccountTileBarItem.Name = "customMyAccountTileBarItem";
            // 
            // customJohnAccountTileBarItem
            // 
            this.customJohnAccountTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.customJohnAccountTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement11.Text = "John\'s Accounts";
            tileItemElement11.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.customJohnAccountTileBarItem.Elements.Add(tileItemElement11);
            this.customJohnAccountTileBarItem.Id = 1;
            this.customJohnAccountTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.customJohnAccountTileBarItem.Name = "customJohnAccountTileBarItem";
            // 
            // customTopStoresTileBarItem
            // 
            this.customTopStoresTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.customTopStoresTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement12.Text = "Top Stores";
            tileItemElement12.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.customTopStoresTileBarItem.Elements.Add(tileItemElement12);
            this.customTopStoresTileBarItem.Id = 2;
            this.customTopStoresTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.customTopStoresTileBarItem.Name = "customTopStoresTileBarItem";
            // 
            // salesTileBarItem
            // 
            this.salesTileBarItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.salesTileBarItem.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(112)))), ((int)(((byte)(56)))));
            this.salesTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
            this.salesTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement14.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement14.Image")));
            tileItemElement14.Text = "Cấu Hình";
            this.salesTileBarItem.Elements.Add(tileItemElement14);
            this.salesTileBarItem.Id = 5;
            this.salesTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.salesTileBarItem.Name = "salesTileBarItem";
            // 
            // transitionManager1
            // 
            this.transitionManager1.ShowWaitingIndicator = false;
            transition1.Control = this.modulesContainer;
            slideFadeTransition1.Parameters.Background = System.Drawing.Color.Empty;
            slideFadeTransition1.Parameters.EffectOptions = DevExpress.Utils.Animation.PushEffectOptions.FromRight;
            slideFadeTransition1.Parameters.FrameInterval = 5000;
            transition1.TransitionType = slideFadeTransition1;
            this.transitionManager1.Transitions.Add(transition1);
            this.transitionManager1.BeforeTransitionStarts += new DevExpress.Utils.Animation.BeforeTransitionStartsEventHandler(this.transitionManager1_BeforeTransitionStarts);
            this.transitionManager1.AfterTransitionEnds += new DevExpress.Utils.Animation.AfterTransitionEndsEventHandler(this.transitionManager1_AfterTransitionEnds);
            // 
            // flyoutPanel1
            // 
            this.flyoutPanel1.Location = new System.Drawing.Point(0, 800);
            this.flyoutPanel1.MaximumSize = new System.Drawing.Size(0, 80);
            this.flyoutPanel1.MinimumSize = new System.Drawing.Size(0, 80);
            this.flyoutPanel1.Name = "flyoutPanel1";
            this.flyoutPanel1.Options.AnchorType = DevExpress.Utils.Win.PopupToolWindowAnchor.Bottom;
            this.flyoutPanel1.Options.CloseOnOuterClick = true;
            this.flyoutPanel1.OptionsButtonPanel.ButtonPanelLocation = DevExpress.Utils.FlyoutPanelButtonPanelLocation.Bottom;
            this.flyoutPanel1.OwnerControl = this;
            this.flyoutPanel1.Size = new System.Drawing.Size(1384, 80);
            this.flyoutPanel1.TabIndex = 5;
            // 
            // barManager1
            // 
            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.MaxItemId = 0;
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1362, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 741);
            this.barDockControlBottom.Size = new System.Drawing.Size(1362, 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.Size = new System.Drawing.Size(0, 741);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1362, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 741);
            // 
            // MainForm
            // 
            this.ClientSize = new System.Drawing.Size(1362, 741);
            this.Controls.Add(this.flyoutPanel1);
            this.Controls.Add(this.modulesContainer);
            this.Controls.Add(this.mainTileBar);
            this.Controls.Add(this.tileNavPane);
            this.Controls.Add(this.customTileBarDropDownContainter);
            this.Controls.Add(this.productsTileBarDropDownContainter);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "DevAV";
            this.Load += new System.EventHandler(this.MainForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.productsTileBarDropDownContainter)).EndInit();
            this.productsTileBarDropDownContainter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.customTileBarDropDownContainter)).EndInit();
            this.customTileBarDropDownContainter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.flyoutPanel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
コード例 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement         tileItemElement1  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.tileControl1          = new DevExpress.XtraEditors.TileControl();
     this.toolTip1              = new System.Windows.Forms.ToolTip(this.components);
     this.panelBottom           = new System.Windows.Forms.Panel();
     this.panel2                = new System.Windows.Forms.Panel();
     this.panelAchievement      = new System.Windows.Forms.Panel();
     this.lbAchievement         = new DevExpress.XtraEditors.LabelControl();
     this.panel1                = new System.Windows.Forms.Panel();
     this.lblNewWork            = new DevExpress.XtraEditors.LabelControl();
     this.panelTime             = new System.Windows.Forms.Panel();
     this.lblTime               = new DevExpress.XtraEditors.LabelControl();
     this.panelStoreName        = new System.Windows.Forms.Panel();
     this.lblStoreName          = new DevExpress.XtraEditors.LabelControl();
     this.panelMiddle           = new System.Windows.Forms.Panel();
     this.tileControlMain       = new DevExpress.XtraEditors.TileControl();
     this.tileGroup3            = new DevExpress.XtraEditors.TileGroup();
     this.tileCasher            = new DevExpress.XtraEditors.TileItem();
     this.tileStoreQuery        = new DevExpress.XtraEditors.TileItem();
     this.tileItemStockTaking   = new DevExpress.XtraEditors.TileItem();
     this.tileItemGoodsOut      = new DevExpress.XtraEditors.TileItem();
     this.tileItemGoodsIn       = new DevExpress.XtraEditors.TileItem();
     this.tileSalesQuery        = new DevExpress.XtraEditors.TileItem();
     this.tileChange            = new DevExpress.XtraEditors.TileItem();
     this.tileSysConfig         = new DevExpress.XtraEditors.TileItem();
     this.titleExit             = new DevExpress.XtraEditors.TileItem();
     this.tileRoleSetting       = new DevExpress.XtraEditors.TileItem();
     this.panelTop              = new System.Windows.Forms.Panel();
     this.lblCity               = new DevExpress.XtraEditors.LabelControl();
     this.lblWeather            = new DevExpress.XtraEditors.LabelControl();
     this.lblTemputure          = new DevExpress.XtraEditors.LabelControl();
     this.picWeather            = new System.Windows.Forms.PictureBox();
     this.panelBtn              = new System.Windows.Forms.Panel();
     this.windowsUIButtonPanel1 = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
     this.panelTitle            = new System.Windows.Forms.Panel();
     this.panelWeather          = new System.Windows.Forms.Panel();
     this.labTitle              = new DevExpress.XtraEditors.LabelControl();
     this.pannelPicture         = new System.Windows.Forms.Panel();
     this.pictureBox1           = new System.Windows.Forms.PictureBox();
     this.panelBottom.SuspendLayout();
     this.panelAchievement.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panelTime.SuspendLayout();
     this.panelStoreName.SuspendLayout();
     this.panelMiddle.SuspendLayout();
     this.panelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picWeather)).BeginInit();
     this.panelBtn.SuspendLayout();
     this.panelTitle.SuspendLayout();
     this.pannelPicture.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // tileControl1
     //
     this.tileControl1.AllowItemHover    = true;
     this.tileControl1.AllowSelectedItem = true;
     this.tileControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.DragSize = new System.Drawing.Size(0, 0);
     this.tileControl1.Location = new System.Drawing.Point(0, 0);
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Size     = new System.Drawing.Size(240, 150);
     this.tileControl1.TabIndex = 0;
     //
     // toolTip1
     //
     this.toolTip1.AutomaticDelay = 100;
     this.toolTip1.AutoPopDelay   = 2000;
     this.toolTip1.InitialDelay   = 100;
     this.toolTip1.ReshowDelay    = 20;
     this.toolTip1.ToolTipIcon    = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle   = "温馨提示";
     //
     // panelBottom
     //
     this.panelBottom.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.panelBottom.Controls.Add(this.panel2);
     this.panelBottom.Controls.Add(this.panelAchievement);
     this.panelBottom.Controls.Add(this.panel1);
     this.panelBottom.Controls.Add(this.panelTime);
     this.panelBottom.Controls.Add(this.panelStoreName);
     this.panelBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelBottom.Location = new System.Drawing.Point(0, 737);
     this.panelBottom.Name     = "panelBottom";
     this.panelBottom.Size     = new System.Drawing.Size(1020, 43);
     this.panelBottom.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(34, 43);
     this.panel2.TabIndex = 4;
     //
     // panelAchievement
     //
     this.panelAchievement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)));
     this.panelAchievement.Controls.Add(this.lbAchievement);
     this.panelAchievement.Location = new System.Drawing.Point(494, 3);
     this.panelAchievement.Name     = "panelAchievement";
     this.panelAchievement.Size     = new System.Drawing.Size(214, 40);
     this.panelAchievement.TabIndex = 3;
     //
     // lbAchievement
     //
     this.lbAchievement.Appearance.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbAchievement.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(37)))), ((int)(((byte)(157)))));
     this.lbAchievement.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lbAchievement.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lbAchievement.Location = new System.Drawing.Point(0, 0);
     this.lbAchievement.Name     = "lbAchievement";
     this.lbAchievement.Size     = new System.Drawing.Size(233, 40);
     this.lbAchievement.TabIndex = 16;
     this.lbAchievement.Text     = "业绩指标:";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblNewWork);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(754, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(266, 43);
     this.panel1.TabIndex = 2;
     //
     // lblNewWork
     //
     this.lblNewWork.Appearance.Font      = new System.Drawing.Font("微软雅黑", 12F);
     this.lblNewWork.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(37)))), ((int)(((byte)(157)))));
     this.lblNewWork.Location             = new System.Drawing.Point(25, 11);
     this.lblNewWork.Name     = "lblNewWork";
     this.lblNewWork.Size     = new System.Drawing.Size(94, 21);
     this.lblNewWork.TabIndex = 0;
     this.lblNewWork.Text     = "lblNewWork";
     //
     // panelTime
     //
     this.panelTime.Controls.Add(this.lblTime);
     this.panelTime.Location = new System.Drawing.Point(235, 3);
     this.panelTime.Name     = "panelTime";
     this.panelTime.Size     = new System.Drawing.Size(233, 40);
     this.panelTime.TabIndex = 1;
     //
     // lblTime
     //
     this.lblTime.Appearance.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(37)))), ((int)(((byte)(157)))));
     this.lblTime.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblTime.Dock     = System.Windows.Forms.DockStyle.Left;
     this.lblTime.Location = new System.Drawing.Point(0, 0);
     this.lblTime.Name     = "lblTime";
     this.lblTime.Size     = new System.Drawing.Size(233, 40);
     this.lblTime.TabIndex = 15;
     this.lblTime.Text     = "lblTime";
     //
     // panelStoreName
     //
     this.panelStoreName.Controls.Add(this.lblStoreName);
     this.panelStoreName.Location = new System.Drawing.Point(40, 3);
     this.panelStoreName.Name     = "panelStoreName";
     this.panelStoreName.Size     = new System.Drawing.Size(200, 37);
     this.panelStoreName.TabIndex = 0;
     //
     // lblStoreName
     //
     this.lblStoreName.Appearance.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStoreName.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(37)))), ((int)(((byte)(157)))));
     this.lblStoreName.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblStoreName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lblStoreName.Location = new System.Drawing.Point(0, 0);
     this.lblStoreName.Name     = "lblStoreName";
     this.lblStoreName.Size     = new System.Drawing.Size(200, 37);
     this.lblStoreName.TabIndex = 14;
     this.lblStoreName.Text     = "门店:";
     //
     // panelMiddle
     //
     this.panelMiddle.Controls.Add(this.tileControlMain);
     this.panelMiddle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelMiddle.Location = new System.Drawing.Point(0, 77);
     this.panelMiddle.Name     = "panelMiddle";
     this.panelMiddle.Size     = new System.Drawing.Size(1020, 703);
     this.panelMiddle.TabIndex = 1;
     //
     // tileControlMain
     //
     this.tileControlMain.AllowItemHover    = true;
     this.tileControlMain.AllowSelectedItem = true;
     this.tileControlMain.BackColor         = System.Drawing.SystemColors.ActiveCaption;
     this.tileControlMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tileControlMain.DragSize = new System.Drawing.Size(0, 0);
     this.tileControlMain.Groups.Add(this.tileGroup3);
     this.tileControlMain.ItemPadding = new System.Windows.Forms.Padding(10, 8, 10, 8);
     this.tileControlMain.ItemSize    = 200;
     this.tileControlMain.Location    = new System.Drawing.Point(0, 0);
     this.tileControlMain.MaxId       = 16;
     this.tileControlMain.Name        = "tileControlMain";
     this.tileControlMain.Padding     = new System.Windows.Forms.Padding(10);
     this.tileControlMain.Size        = new System.Drawing.Size(1020, 703);
     this.tileControlMain.TabIndex    = 20;
     this.tileControlMain.Text        = "tileControl2";
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileCasher);
     this.tileGroup3.Items.Add(this.tileStoreQuery);
     this.tileGroup3.Items.Add(this.tileItemStockTaking);
     this.tileGroup3.Items.Add(this.tileItemGoodsOut);
     this.tileGroup3.Items.Add(this.tileItemGoodsIn);
     this.tileGroup3.Items.Add(this.tileSalesQuery);
     this.tileGroup3.Items.Add(this.tileChange);
     this.tileGroup3.Items.Add(this.tileSysConfig);
     this.tileGroup3.Items.Add(this.titleExit);
     this.tileGroup3.Items.Add(this.tileRoleSetting);
     this.tileGroup3.Name = "tileGroup3";
     //
     // tileCasher
     //
     this.tileCasher.AppearanceItem.Normal.BackColor            = System.Drawing.Color.SkyBlue;
     this.tileCasher.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileCasher.BorderVisibility                   = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement1.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 22F);
     tileItemElement1.Appearance.Normal.Options.UseFont = true;
     tileItemElement1.ImageSize = new System.Drawing.Size(90, 90);
     tileItemElement1.Text      = "收银台";
     tileItemElement2.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 12F);
     tileItemElement2.Appearance.Normal.Options.UseFont = true;
     tileItemElement2.Text         = "快速系统销售收银";
     tileItemElement2.TextLocation = new System.Drawing.Point(-260, 330);
     this.tileCasher.Elements.Add(tileItemElement1);
     this.tileCasher.Elements.Add(tileItemElement2);
     this.tileCasher.Id           = 1;
     this.tileCasher.ItemSize     = DevExpress.XtraEditors.TileItemSize.Large;
     this.tileCasher.Name         = "tileCasher";
     this.tileCasher.Tag          = "收银台";
     this.tileCasher.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileCasher.ItemClick   += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // tileStoreQuery
     //
     this.tileStoreQuery.AppearanceItem.Normal.BackColor            = System.Drawing.Color.DarkKhaki;
     this.tileStoreQuery.AppearanceItem.Normal.Font                 = new System.Drawing.Font("微软雅黑", 22F);
     this.tileStoreQuery.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileStoreQuery.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileStoreQuery.BorderVisibility = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement3.Text = "库存查询";
     tileItemElement4.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemElement4.Appearance.Normal.Options.UseFont = true;
     tileItemElement4.Text         = "商品资料和库存信息";
     tileItemElement4.TextLocation = new System.Drawing.Point(-230, 150);
     this.tileStoreQuery.Elements.Add(tileItemElement3);
     this.tileStoreQuery.Elements.Add(tileItemElement4);
     this.tileStoreQuery.Id         = 6;
     this.tileStoreQuery.ItemSize   = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileStoreQuery.Name       = "tileStoreQuery";
     this.tileStoreQuery.Tag        = "库存查询";
     this.tileStoreQuery.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // tileItemStockTaking
     //
     this.tileItemStockTaking.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.tileItemStockTaking.AppearanceItem.Normal.Font                 = new System.Drawing.Font("微软雅黑", 22F);
     this.tileItemStockTaking.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItemStockTaking.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileItemStockTaking.BorderVisibility = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement5.Text          = "库存盘点";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
     this.tileItemStockTaking.Elements.Add(tileItemElement5);
     this.tileItemStockTaking.Id           = 8;
     this.tileItemStockTaking.ItemSize     = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemStockTaking.Name         = "tileItemStockTaking";
     this.tileItemStockTaking.Tag          = "库存盘点";
     this.tileItemStockTaking.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileItemStockTaking.ItemClick   += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // tileItemGoodsOut
     //
     this.tileItemGoodsOut.AppearanceItem.Normal.BackColor            = System.Drawing.Color.DarkSeaGreen;
     this.tileItemGoodsOut.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItemGoodsOut.BorderVisibility             = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     this.tileItemGoodsOut.ContentAnimation             = DevExpress.XtraEditors.TileItemContentAnimationType.RandomSegmentedFade;
     tileItemElement6.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 22F);
     tileItemElement6.Appearance.Normal.Options.UseFont = true;
     tileItemElement6.Text          = "商品出库";
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemGoodsOut.Elements.Add(tileItemElement6);
     this.tileItemGoodsOut.Id         = 12;
     this.tileItemGoodsOut.ItemSize   = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemGoodsOut.Name       = "tileItemGoodsOut";
     this.tileItemGoodsOut.Tag        = "商品出库";
     this.tileItemGoodsOut.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // tileItemGoodsIn
     //
     this.tileItemGoodsIn.AppearanceItem.Normal.BackColor            = System.Drawing.Color.LightPink;
     this.tileItemGoodsIn.AppearanceItem.Normal.Font                 = new System.Drawing.Font("微软雅黑", 22F);
     this.tileItemGoodsIn.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItemGoodsIn.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileItemGoodsIn.BorderVisibility = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement7.Text          = "商品入库";
     tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemGoodsIn.Elements.Add(tileItemElement7);
     this.tileItemGoodsIn.Id           = 13;
     this.tileItemGoodsIn.ItemSize     = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemGoodsIn.Name         = "tileItemGoodsIn";
     this.tileItemGoodsIn.Tag          = "商品入库";
     this.tileItemGoodsIn.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileItemGoodsIn.ItemClick   += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // tileSalesQuery
     //
     this.tileSalesQuery.AppearanceItem.Normal.BackColor            = System.Drawing.Color.YellowGreen;
     this.tileSalesQuery.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileSalesQuery.BorderVisibility               = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement8.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 22F);
     tileItemElement8.Appearance.Normal.Options.UseFont = true;
     tileItemElement8.Text = "销售查询";
     tileItemElement9.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 12F);
     tileItemElement9.Appearance.Normal.Options.UseFont = true;
     tileItemElement9.Text         = "门店销售信息数据";
     tileItemElement9.TextLocation = new System.Drawing.Point(-260, 150);
     this.tileSalesQuery.Elements.Add(tileItemElement8);
     this.tileSalesQuery.Elements.Add(tileItemElement9);
     this.tileSalesQuery.Id         = 2;
     this.tileSalesQuery.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileSalesQuery.Name       = "tileSalesQuery";
     this.tileSalesQuery.Tag        = "销售查询";
     this.tileSalesQuery.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // tileChange
     //
     this.tileChange.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Plum;
     this.tileChange.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileChange.BorderVisibility                    = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement10.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 22F);
     tileItemElement10.Appearance.Normal.Options.UseFont = true;
     tileItemElement10.Text = "交接班";
     this.tileChange.Elements.Add(tileItemElement10);
     this.tileChange.Id           = 3;
     this.tileChange.ItemSize     = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileChange.Name         = "tileChange";
     this.tileChange.Tag          = "交接班";
     this.tileChange.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileChange.ItemClick   += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // tileSysConfig
     //
     this.tileSysConfig.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(138)))), ((int)(((byte)(0)))));
     this.tileSysConfig.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileSysConfig.BorderVisibility                 = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement11.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 22F);
     tileItemElement11.Appearance.Normal.Options.UseFont = true;
     tileItemElement11.Text          = "系统设置";
     tileItemElement11.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.tileSysConfig.Elements.Add(tileItemElement11);
     this.tileSysConfig.Id         = 4;
     this.tileSysConfig.ItemSize   = DevExpress.XtraEditors.TileItemSize.Small;
     this.tileSysConfig.Name       = "tileSysConfig";
     this.tileSysConfig.Tag        = "系统设置";
     this.tileSysConfig.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // titleExit
     //
     this.titleExit.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(210)))), ((int)(((byte)(255)))));
     this.titleExit.AppearanceItem.Normal.Options.UseBackColor = true;
     this.titleExit.BorderVisibility                     = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement12.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 22F);
     tileItemElement12.Appearance.Normal.Options.UseFont = true;
     tileItemElement12.Text          = "退出系统";
     tileItemElement12.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.titleExit.Elements.Add(tileItemElement12);
     this.titleExit.Id         = 5;
     this.titleExit.ItemSize   = DevExpress.XtraEditors.TileItemSize.Small;
     this.titleExit.Name       = "titleExit";
     this.titleExit.Tag        = "退出系统";
     this.titleExit.Visible    = false;
     this.titleExit.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // tileRoleSetting
     //
     this.tileRoleSetting.AppearanceItem.Normal.BackColor            = System.Drawing.Color.MediumAquamarine;
     this.tileRoleSetting.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileRoleSetting.BorderVisibility               = DevExpress.XtraEditors.TileItemBorderVisibility.Never;
     tileItemElement13.Appearance.Normal.Font            = new System.Drawing.Font("微软雅黑", 22F);
     tileItemElement13.Appearance.Normal.Options.UseFont = true;
     tileItemElement13.Text          = "角色设置";
     tileItemElement13.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileRoleSetting.Elements.Add(tileItemElement13);
     this.tileRoleSetting.Id         = 14;
     this.tileRoleSetting.Visible    = false;
     this.tileRoleSetting.ItemSize   = DevExpress.XtraEditors.TileItemSize.Small;
     this.tileRoleSetting.Name       = "tileRoleSetting";
     this.tileRoleSetting.Tag        = "角色设置";
     this.tileRoleSetting.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tile_ItemClick);
     //
     // panelTop
     //
     this.panelTop.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.panelTop.Controls.Add(this.lblCity);
     this.panelTop.Controls.Add(this.lblWeather);
     this.panelTop.Controls.Add(this.lblTemputure);
     this.panelTop.Controls.Add(this.picWeather);
     this.panelTop.Controls.Add(this.panelBtn);
     this.panelTop.Controls.Add(this.panelTitle);
     this.panelTop.Controls.Add(this.pannelPicture);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Size     = new System.Drawing.Size(1020, 77);
     this.panelTop.TabIndex = 0;
     //
     // lblCity
     //
     this.lblCity.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.lblCity.Location        = new System.Drawing.Point(619, 17);
     this.lblCity.Name            = "lblCity";
     this.lblCity.Size            = new System.Drawing.Size(38, 14);
     this.lblCity.TabIndex        = 7;
     this.lblCity.Text            = "lblCity";
     this.lblCity.Visible         = false;
     //
     // lblWeather
     //
     this.lblWeather.Location = new System.Drawing.Point(619, 35);
     this.lblWeather.Name     = "lblWeather";
     this.lblWeather.Size     = new System.Drawing.Size(59, 14);
     this.lblWeather.TabIndex = 5;
     this.lblWeather.Text     = "lblWeather";
     this.lblWeather.Visible  = false;
     //
     // lblTemputure
     //
     this.lblTemputure.Location = new System.Drawing.Point(619, 55);
     this.lblTemputure.Name     = "lblTemputure";
     this.lblTemputure.Size     = new System.Drawing.Size(73, 14);
     this.lblTemputure.TabIndex = 4;
     this.lblTemputure.Text     = "lblTemputure";
     this.lblTemputure.Visible  = false;
     //
     // picWeather
     //
     this.picWeather.Location = new System.Drawing.Point(528, 12);
     this.picWeather.Name     = "picWeather";
     this.picWeather.Size     = new System.Drawing.Size(83, 56);
     this.picWeather.TabIndex = 3;
     this.picWeather.TabStop  = false;
     //
     // panelBtn
     //
     this.panelBtn.Controls.Add(this.windowsUIButtonPanel1);
     this.panelBtn.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelBtn.Location = new System.Drawing.Point(770, 0);
     this.panelBtn.Name     = "panelBtn";
     this.panelBtn.Size     = new System.Drawing.Size(250, 77);
     this.panelBtn.TabIndex = 2;
     //
     // windowsUIButtonPanel1
     //
     this.windowsUIButtonPanel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.windowsUIButtonPanel1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("退出系统", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons"))), -1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, -1),
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("切换账号", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons1"))), -1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, -1)
     });
     this.windowsUIButtonPanel1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.windowsUIButtonPanel1.Location     = new System.Drawing.Point(0, 0);
     this.windowsUIButtonPanel1.Name         = "windowsUIButtonPanel1";
     this.windowsUIButtonPanel1.Size         = new System.Drawing.Size(250, 77);
     this.windowsUIButtonPanel1.TabIndex     = 14;
     this.windowsUIButtonPanel1.Text         = "windowsUIButtonPanel1";
     this.windowsUIButtonPanel1.ButtonClick += new DevExpress.XtraBars.Docking2010.ButtonEventHandler(this.windowsUIButtonPanel1_ButtonClick);
     //
     // panelTitle
     //
     this.panelTitle.Controls.Add(this.panelWeather);
     this.panelTitle.Controls.Add(this.labTitle);
     this.panelTitle.Location = new System.Drawing.Point(235, 9);
     this.panelTitle.Name     = "panelTitle";
     this.panelTitle.Size     = new System.Drawing.Size(287, 62);
     this.panelTitle.TabIndex = 1;
     //
     // panelWeather
     //
     this.panelWeather.Location = new System.Drawing.Point(282, 0);
     this.panelWeather.Name     = "panelWeather";
     this.panelWeather.Size     = new System.Drawing.Size(247, 62);
     this.panelWeather.TabIndex = 10;
     this.panelWeather.Visible  = false;
     //
     // labTitle
     //
     this.labTitle.Appearance.Font      = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold);
     this.labTitle.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(37)))), ((int)(((byte)(157)))));
     this.labTitle.AutoSizeMode         = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labTitle.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.labTitle.Location = new System.Drawing.Point(0, 0);
     this.labTitle.Name     = "labTitle";
     this.labTitle.Size     = new System.Drawing.Size(287, 62);
     this.labTitle.TabIndex = 9;
     this.labTitle.Text     = "葡萄乐园收银系统";
     //
     // pannelPicture
     //
     this.pannelPicture.Controls.Add(this.pictureBox1);
     this.pannelPicture.Location = new System.Drawing.Point(29, 9);
     this.pannelPicture.Name     = "pannelPicture";
     this.pannelPicture.Size     = new System.Drawing.Size(200, 62);
     this.pannelPicture.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = global::Ingpal.BusinessStore.Presentation.Properties.Resources.logo1;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(200, 62);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 8;
     this.pictureBox1.TabStop  = false;
     //
     // frmMain
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(154)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1020, 780);
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.panelMiddle);
     this.Controls.Add(this.panelTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmMain";
     this.Text            = "葡萄乐园收银系统";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.panelBottom.ResumeLayout(false);
     this.panelAchievement.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panelTime.ResumeLayout(false);
     this.panelStoreName.ResumeLayout(false);
     this.panelMiddle.ResumeLayout(false);
     this.panelTop.ResumeLayout(false);
     this.panelTop.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picWeather)).EndInit();
     this.panelBtn.ResumeLayout(false);
     this.panelTitle.ResumeLayout(false);
     this.pannelPicture.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #21
0
ファイル: MainForm.Designer.cs プロジェクト: chliam/dam
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.TileItemElement tileItemElement28 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement29 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement30 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement15 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement16 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement17 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement18 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement19 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement20 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement21 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement22 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement23 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement24 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.mainDocumentManager = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
            this.icoImageList32 = new System.Windows.Forms.ImageList(this.components);
            this.mainWindowsUIView = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.WindowsUIView(this.components);
            this.mainTileContainer = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
            this.tileDBYXZT = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentDBYXZT = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileYHGL = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentYHGL = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileXBJC = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentXBJC = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileWXZT = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentWXZT = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileSBZT = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentSBZT = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileQX = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentSWQX = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileSP = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentSP = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileSJDY = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentSJDY = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileKQYS = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentKQYS = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileZHJS = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentZHJS = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileNBJC = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentNBJC = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileGCJS = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.documentGCJS = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.tileZJ = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
            this.closeAppFlyout = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Flyout(this.components);
            this.popupTjFlyout = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Flyout(this.components);
            this.popupTjDocument = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.popupYHEditFlyout = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Flyout(this.components);
            this.popupYHEditDocument = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.documentZJ = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
            this.splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::com.tk.dam.WaitForm1), true, true);
            this.timerLoad = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.mainDocumentManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainWindowsUIView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTileContainer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileDBYXZT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentDBYXZT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileYHGL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentYHGL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileXBJC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentXBJC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileWXZT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentWXZT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileSBZT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentSBZT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileQX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentSWQX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileSP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentSP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileSJDY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentSJDY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileKQYS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentKQYS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileZHJS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentZHJS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileNBJC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentNBJC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileGCJS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentGCJS)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileZJ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.closeAppFlyout)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupTjFlyout)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupTjDocument)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupYHEditFlyout)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupYHEditDocument)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentZJ)).BeginInit();
            this.SuspendLayout();
            // 
            // mainDocumentManager
            // 
            this.mainDocumentManager.ContainerControl = this;
            this.mainDocumentManager.Images = this.icoImageList32;
            this.mainDocumentManager.ShowThumbnailsInTaskBar = DevExpress.Utils.DefaultBoolean.False;
            this.mainDocumentManager.View = this.mainWindowsUIView;
            this.mainDocumentManager.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
            this.mainWindowsUIView});
            // 
            // icoImageList32
            // 
            this.icoImageList32.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("icoImageList32.ImageStream")));
            this.icoImageList32.TransparentColor = System.Drawing.Color.Transparent;
            this.icoImageList32.Images.SetKeyName(0, "icon_about32.png");
            this.icoImageList32.Images.SetKeyName(1, "icon_close32.png");
            // 
            // mainWindowsUIView
            // 
            this.mainWindowsUIView.AppearanceCaption.Font = new System.Drawing.Font("黑体", 36F, System.Drawing.FontStyle.Bold);
            this.mainWindowsUIView.AppearanceCaption.Options.UseFont = true;
            this.mainWindowsUIView.AppearanceSplashScreen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(126)))), ((int)(((byte)(206)))));
            this.mainWindowsUIView.AppearanceSplashScreen.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(126)))), ((int)(((byte)(206)))));
            this.mainWindowsUIView.AppearanceSplashScreen.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(126)))), ((int)(((byte)(206)))));
            this.mainWindowsUIView.AppearanceSplashScreen.Options.UseBackColor = true;
            this.mainWindowsUIView.AppearanceSplashScreen.Options.UseBorderColor = true;
            this.mainWindowsUIView.BackgroundImageLayoutMode = DevExpress.Utils.Drawing.ImageLayoutMode.Stretch;
            this.mainWindowsUIView.Caption = "北斗大坝安全监测系统";
            this.mainWindowsUIView.ContentContainers.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer[] {
            this.mainTileContainer,
            this.closeAppFlyout,
            this.popupTjFlyout,
            this.popupYHEditFlyout});
            this.mainWindowsUIView.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
            this.documentDBYXZT,
            this.documentYHGL,
            this.documentXBJC,
            this.documentSWQX,
            this.documentSBZT,
            this.documentWXZT,
            this.documentSP,
            this.documentZJ,
            this.documentSJDY,
            this.documentKQYS,
            this.documentZHJS,
            this.documentNBJC,
            this.documentGCJS,
            this.popupTjDocument,
            this.popupYHEditDocument});
            this.mainWindowsUIView.FlyoutProperties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.mainWindowsUIView.FlyoutProperties.Appearance.BackColor2 = System.Drawing.Color.Transparent;
            this.mainWindowsUIView.FlyoutProperties.Appearance.BorderColor = System.Drawing.Color.Transparent;
            this.mainWindowsUIView.FlyoutProperties.Appearance.Options.UseBackColor = true;
            this.mainWindowsUIView.FlyoutProperties.Appearance.Options.UseBorderColor = true;
            this.mainWindowsUIView.LoadingIndicatorProperties.Caption = "正在加载..";
            this.mainWindowsUIView.LoadingIndicatorProperties.Description = "请稍等,我们正在努力加载";
            this.mainWindowsUIView.SplashScreenProperties.Caption = "欢迎使用北斗大坝安全监测系统";
            this.mainWindowsUIView.TileContainerProperties.RowCount = 3;
            this.mainWindowsUIView.Tiles.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.tileDBYXZT,
            this.tileYHGL,
            this.tileXBJC,
            this.tileQX,
            this.tileSBZT,
            this.tileWXZT,
            this.tileSP,
            this.tileZJ,
            this.tileSJDY,
            this.tileKQYS,
            this.tileZHJS,
            this.tileNBJC,
            this.tileGCJS});
            this.mainWindowsUIView.NavigationBarsShowing += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.NavigationBarsCancelEventHandler(this.mainWindowsUIView_NavigationBarsShowing);
            this.mainWindowsUIView.ContentContainerActionCustomization += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.ContentContainerActionCustomizationEventHandler(this.mainWindowsUIView_ContentContainerActionCustomization);
            this.mainWindowsUIView.NavigatedTo += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.NavigationEventHandler(this.mainWindowsUIView_NavigatedTo);
            this.mainWindowsUIView.QueryControl += new DevExpress.XtraBars.Docking2010.Views.QueryControlEventHandler(this.mainWindowsUIView_QueryControl);
            // 
            // mainTileContainer
            // 
            this.mainTileContainer.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("About", global::com.tk.dam.Properties.Resources.icon_about32, -1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, -1),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Desktop", global::com.tk.dam.Properties.Resources.icon_desktop32, -1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, -1),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Exit", global::com.tk.dam.Properties.Resources.icon_close32, -1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, -1)});
            this.mainTileContainer.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
            this.tileDBYXZT,
            this.tileYHGL,
            this.tileXBJC,
            this.tileWXZT,
            this.tileSBZT,
            this.tileQX,
            this.tileSP,
            this.tileSJDY,
            this.tileKQYS,
            this.tileZHJS,
            this.tileNBJC,
            this.tileGCJS,
            this.tileZJ});
            this.mainTileContainer.Name = "mainTileContainer";
            this.mainTileContainer.Position = 195;
            this.mainTileContainer.ButtonClick += new DevExpress.XtraBars.Docking2010.ButtonEventHandler(this.mainTileContainer_ButtonClick);
            // 
            // tileDBYXZT
            // 
            this.tileDBYXZT.Appearances.Normal.BackColor = System.Drawing.Color.Transparent;
            this.tileDBYXZT.Appearances.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.tileDBYXZT.Appearances.Normal.Image = global::com.tk.dam.Properties.Resources.tile_bg_aqdj;
            this.tileDBYXZT.Appearances.Normal.Options.UseBackColor = true;
            this.tileDBYXZT.Appearances.Normal.Options.UseBorderColor = true;
            this.tileDBYXZT.Appearances.Normal.Options.UseImage = true;
            this.tileDBYXZT.Document = this.documentDBYXZT;
            tileItemElement28.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement28.Appearance.Normal.Options.UseFont = true;
            tileItemElement28.Text = "安全等级";
            tileItemElement28.TextLocation = new System.Drawing.Point(0, 60);
            tileItemElement29.Image = global::com.tk.dam.Properties.Resources.安全等级;
            tileItemElement29.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement29.ImageLocation = new System.Drawing.Point(-20, 60);
            tileItemElement29.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement29.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement29.Text = "";
            tileItemElement29.TextLocation = new System.Drawing.Point(0, 40);
            tileItemElement29.UseTextInTransition = false;
            tileItemElement30.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement30.Appearance.Normal.Options.UseFont = true;
            tileItemElement30.Text = "稳定";
            tileItemElement30.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemElement30.TextLocation = new System.Drawing.Point(0, -60);
            this.tileDBYXZT.Elements.Add(tileItemElement28);
            this.tileDBYXZT.Elements.Add(tileItemElement29);
            this.tileDBYXZT.Elements.Add(tileItemElement30);
            this.tileDBYXZT.Name = "tileDBYXZT";
            this.tileDBYXZT.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            this.tileDBYXZT.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Large;
            // 
            // documentDBYXZT
            // 
            this.documentDBYXZT.Caption = "大坝运行状态";
            this.documentDBYXZT.ControlName = "documentDBYXZT";
            // 
            // tileYHGL
            // 
            this.tileYHGL.Appearances.Normal.BackColor = System.Drawing.Color.Transparent;
            this.tileYHGL.Appearances.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.tileYHGL.Appearances.Normal.Image = global::com.tk.dam.Properties.Resources.tile_bg_yhgl;
            this.tileYHGL.Appearances.Normal.Options.UseBackColor = true;
            this.tileYHGL.Appearances.Normal.Options.UseBorderColor = true;
            this.tileYHGL.Appearances.Normal.Options.UseImage = true;
            this.tileYHGL.Document = this.documentYHGL;
            tileItemElement1.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement1.Appearance.Normal.Options.UseFont = true;
            tileItemElement1.Text = "用户管理";
            tileItemElement1.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement2.Image = global::com.tk.dam.Properties.Resources.用户管理;
            tileItemElement2.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement2.ImageLocation = new System.Drawing.Point(-20, 25);
            tileItemElement2.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement2.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement2.Text = "";
            tileItemElement2.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement3.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(6)))), ((int)(((byte)(211)))));
            tileItemElement3.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement3.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement3.Appearance.Normal.Options.UseFont = true;
            tileItemElement3.Height = 48;
            tileItemElement3.StretchHorizontal = true;
            tileItemElement3.Text = "登录名:Admin";
            tileItemElement3.TextLocation = new System.Drawing.Point(0, 6);
            this.tileYHGL.Elements.Add(tileItemElement1);
            this.tileYHGL.Elements.Add(tileItemElement2);
            this.tileYHGL.Elements.Add(tileItemElement3);
            this.mainTileContainer.SetID(this.tileYHGL, 1);
            this.tileYHGL.Name = "tileYHGL";
            this.tileYHGL.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            // 
            // documentYHGL
            // 
            this.documentYHGL.Caption = "用户管理";
            this.documentYHGL.ControlName = "documentYHGL";
            // 
            // tileXBJC
            // 
            this.tileXBJC.Appearances.Normal.BackColor = System.Drawing.Color.Transparent;
            this.tileXBJC.Appearances.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.tileXBJC.Appearances.Normal.Image = global::com.tk.dam.Properties.Resources.tile_bg_xbjc;
            this.tileXBJC.Appearances.Normal.Options.UseBackColor = true;
            this.tileXBJC.Appearances.Normal.Options.UseBorderColor = true;
            this.tileXBJC.Appearances.Normal.Options.UseImage = true;
            this.tileXBJC.Document = this.documentXBJC;
            tileItemElement4.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement4.Appearance.Normal.Options.UseFont = true;
            tileItemElement4.Image = global::com.tk.dam.Properties.Resources.形变监测;
            tileItemElement4.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement4.ImageLocation = new System.Drawing.Point(-20, 23);
            tileItemElement4.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement4.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement4.Text = "形变监测";
            tileItemElement4.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement5.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(110)))), ((int)(((byte)(1)))));
            tileItemElement5.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement5.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement5.Appearance.Normal.Options.UseFont = true;
            tileItemElement5.Height = 48;
            tileItemElement5.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement5.ImageLocation = new System.Drawing.Point(-12, 6);
            tileItemElement5.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
            tileItemElement5.ImageSize = new System.Drawing.Size(600, 48);
            tileItemElement5.StretchHorizontal = true;
            tileItemElement5.Text = "站点1:未变化";
            tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement5.TextLocation = new System.Drawing.Point(0, 6);
            this.tileXBJC.Elements.Add(tileItemElement4);
            this.tileXBJC.Elements.Add(tileItemElement5);
            this.mainTileContainer.SetID(this.tileXBJC, 2);
            this.tileXBJC.Name = "tileXBJC";
            this.tileXBJC.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            // 
            // documentXBJC
            // 
            this.documentXBJC.Caption = "形变监测";
            this.documentXBJC.ControlName = "documentXBJC";
            // 
            // tileWXZT
            // 
            this.tileWXZT.Appearances.Normal.BackColor = System.Drawing.Color.Transparent;
            this.tileWXZT.Appearances.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.tileWXZT.Appearances.Normal.Image = global::com.tk.dam.Properties.Resources.tile_bg_wxzt;
            this.tileWXZT.Appearances.Normal.Options.UseBackColor = true;
            this.tileWXZT.Appearances.Normal.Options.UseBorderColor = true;
            this.tileWXZT.Appearances.Normal.Options.UseImage = true;
            this.tileWXZT.Document = this.documentWXZT;
            tileItemElement6.Appearance.Normal.BackColor = System.Drawing.Color.Transparent;
            tileItemElement6.Appearance.Normal.BackColor2 = System.Drawing.Color.Transparent;
            tileItemElement6.Appearance.Normal.BorderColor = System.Drawing.Color.Transparent;
            tileItemElement6.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement6.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement6.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement6.Appearance.Normal.Options.UseFont = true;
            tileItemElement6.Image = global::com.tk.dam.Properties.Resources.卫星状态;
            tileItemElement6.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement6.ImageLocation = new System.Drawing.Point(-20, 25);
            tileItemElement6.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement6.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement6.Text = "卫星状态";
            tileItemElement6.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement7.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(97)))), ((int)(((byte)(158)))));
            tileItemElement7.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement7.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement7.Appearance.Normal.Options.UseFont = true;
            tileItemElement7.Height = 48;
            tileItemElement7.StretchHorizontal = true;
            tileItemElement7.Text = "站点1:BDS:8  GPS:5   GLO:4";
            tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement7.TextLocation = new System.Drawing.Point(0, 6);
            this.tileWXZT.Elements.Add(tileItemElement6);
            this.tileWXZT.Elements.Add(tileItemElement7);
            this.mainTileContainer.SetID(this.tileWXZT, 3);
            this.tileWXZT.Name = "tileWXZT";
            this.tileWXZT.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            // 
            // documentWXZT
            // 
            this.documentWXZT.Caption = "卫星状态";
            this.documentWXZT.ControlName = "documentWXZT";
            // 
            // tileSBZT
            // 
            this.tileSBZT.Appearances.Normal.BackColor = System.Drawing.Color.Transparent;
            this.tileSBZT.Appearances.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.tileSBZT.Appearances.Normal.Image = global::com.tk.dam.Properties.Resources.tile_bg_sbzt;
            this.tileSBZT.Appearances.Normal.Options.UseBackColor = true;
            this.tileSBZT.Appearances.Normal.Options.UseBorderColor = true;
            this.tileSBZT.Appearances.Normal.Options.UseImage = true;
            this.tileSBZT.Document = this.documentSBZT;
            tileItemElement8.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement8.Appearance.Normal.Options.UseFont = true;
            tileItemElement8.Image = global::com.tk.dam.Properties.Resources.设备状态;
            tileItemElement8.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement8.ImageLocation = new System.Drawing.Point(-20, 26);
            tileItemElement8.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement8.ImageSize = new System.Drawing.Size(60, 60);
            tileItemElement8.Text = "设备状态";
            tileItemElement8.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement9.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(66)))), ((int)(((byte)(94)))));
            tileItemElement9.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement9.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement9.Appearance.Normal.Options.UseFont = true;
            tileItemElement9.Height = 48;
            tileItemElement9.StretchHorizontal = true;
            tileItemElement9.Text = "设备连接数12台";
            tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement9.TextLocation = new System.Drawing.Point(0, 6);
            this.tileSBZT.Elements.Add(tileItemElement8);
            this.tileSBZT.Elements.Add(tileItemElement9);
            this.mainTileContainer.SetID(this.tileSBZT, 4);
            this.tileSBZT.Name = "tileSBZT";
            this.tileSBZT.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            // 
            // documentSBZT
            // 
            this.documentSBZT.Caption = "设备状态";
            this.documentSBZT.ControlName = "documentSBZT";
            // 
            // tileQX
            // 
            this.tileQX.Appearances.Normal.BackColor = System.Drawing.Color.Transparent;
            this.tileQX.Appearances.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.tileQX.Appearances.Normal.Image = global::com.tk.dam.Properties.Resources.tile_bg_qx;
            this.tileQX.Appearances.Normal.Options.UseBackColor = true;
            this.tileQX.Appearances.Normal.Options.UseBorderColor = true;
            this.tileQX.Appearances.Normal.Options.UseImage = true;
            this.tileQX.Document = this.documentSWQX;
            tileItemElement10.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement10.Appearance.Normal.Options.UseFont = true;
            tileItemElement10.Image = global::com.tk.dam.Properties.Resources.水文气象;
            tileItemElement10.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement10.ImageLocation = new System.Drawing.Point(-20, 25);
            tileItemElement10.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement10.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement10.Text = "水文气象";
            tileItemElement10.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement11.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(144)))), ((int)(((byte)(83)))));
            tileItemElement11.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement11.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement11.Appearance.Normal.Options.UseFont = true;
            tileItemElement11.Height = 48;
            tileItemElement11.StretchHorizontal = true;
            tileItemElement11.Text = "水位:92m   温度:28°C";
            tileItemElement11.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement11.TextLocation = new System.Drawing.Point(0, 6);
            this.tileQX.Elements.Add(tileItemElement10);
            this.tileQX.Elements.Add(tileItemElement11);
            this.mainTileContainer.SetID(this.tileQX, 5);
            this.tileQX.Name = "tileQX";
            this.tileQX.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            // 
            // documentSWQX
            // 
            this.documentSWQX.Caption = "水文气象";
            this.documentSWQX.ControlName = "documentQX";
            // 
            // tileSP
            // 
            this.tileSP.Appearances.Normal.BackColor = System.Drawing.Color.Transparent;
            this.tileSP.Appearances.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.tileSP.Appearances.Normal.Image = global::com.tk.dam.Properties.Resources.tile_bg_sp;
            this.tileSP.Appearances.Normal.Options.UseBackColor = true;
            this.tileSP.Appearances.Normal.Options.UseBorderColor = true;
            this.tileSP.Appearances.Normal.Options.UseImage = true;
            this.tileSP.Document = this.documentSP;
            tileItemElement12.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement12.Appearance.Normal.Options.UseFont = true;
            tileItemElement12.Image = global::com.tk.dam.Properties.Resources.视频;
            tileItemElement12.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement12.ImageLocation = new System.Drawing.Point(-25, 20);
            tileItemElement12.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement12.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement12.Text = "视频";
            tileItemElement12.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
            tileItemElement12.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement13.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(41)))), ((int)(((byte)(92)))));
            tileItemElement13.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(41)))), ((int)(((byte)(92)))));
            tileItemElement13.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(41)))), ((int)(((byte)(92)))));
            tileItemElement13.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement13.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement13.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement13.Appearance.Normal.Options.UseFont = true;
            tileItemElement13.Height = 44;
            tileItemElement13.StretchHorizontal = true;
            tileItemElement13.Text = "在线:1";
            tileItemElement13.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement13.TextLocation = new System.Drawing.Point(0, 6);
            this.tileSP.Elements.Add(tileItemElement12);
            this.tileSP.Elements.Add(tileItemElement13);
            this.mainTileContainer.SetID(this.tileSP, 6);
            this.tileSP.Name = "tileSP";
            this.tileSP.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            // 
            // documentSP
            // 
            this.documentSP.Caption = "视频";
            this.documentSP.ControlName = "documentSP";
            // 
            // tileSJDY
            // 
            this.tileSJDY.Appearances.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(168)))), ((int)(((byte)(1)))));
            this.tileSJDY.Appearances.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(168)))), ((int)(((byte)(1)))));
            this.tileSJDY.Appearances.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(168)))), ((int)(((byte)(1)))));
            this.tileSJDY.Appearances.Normal.Options.UseBackColor = true;
            this.tileSJDY.Appearances.Normal.Options.UseBorderColor = true;
            this.tileSJDY.Document = this.documentSJDY;
            tileItemElement14.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement14.Appearance.Normal.Options.UseFont = true;
            tileItemElement14.Image = global::com.tk.dam.Properties.Resources.数据打印;
            tileItemElement14.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement14.ImageLocation = new System.Drawing.Point(-20, 25);
            tileItemElement14.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement14.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement14.Text = "数据打印";
            tileItemElement14.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement15.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(129)))), ((int)(((byte)(8)))));
            tileItemElement15.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(129)))), ((int)(((byte)(8)))));
            tileItemElement15.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(129)))), ((int)(((byte)(8)))));
            tileItemElement15.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement15.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement15.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement15.Appearance.Normal.Options.UseFont = true;
            tileItemElement15.Height = 44;
            tileItemElement15.StretchHorizontal = true;
            tileItemElement15.Text = "正在研发中....";
            tileItemElement15.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement15.TextLocation = new System.Drawing.Point(0, 6);
            this.tileSJDY.Elements.Add(tileItemElement14);
            this.tileSJDY.Elements.Add(tileItemElement15);
            this.mainTileContainer.SetID(this.tileSJDY, 7);
            this.tileSJDY.Name = "tileSJDY";
            this.tileSJDY.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            this.tileSJDY.Visible = false;
            this.tileSJDY.Click += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileClickEventHandler(this.tileNotImplement_Click);
            // 
            // documentSJDY
            // 
            this.documentSJDY.Caption = "数据打印";
            this.documentSJDY.ControlName = "documentSJDY";
            // 
            // tileKQYS
            // 
            this.tileKQYS.Appearances.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.tileKQYS.Appearances.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.tileKQYS.Appearances.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.tileKQYS.Appearances.Normal.Options.UseBackColor = true;
            this.tileKQYS.Appearances.Normal.Options.UseBorderColor = true;
            this.tileKQYS.Document = this.documentKQYS;
            tileItemElement16.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement16.Appearance.Normal.Options.UseFont = true;
            tileItemElement16.Image = global::com.tk.dam.Properties.Resources.库区雨水;
            tileItemElement16.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement16.ImageLocation = new System.Drawing.Point(-25, 20);
            tileItemElement16.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement16.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement16.Text = "库区雨水";
            tileItemElement16.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement17.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(123)))), ((int)(((byte)(177)))));
            tileItemElement17.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(123)))), ((int)(((byte)(177)))));
            tileItemElement17.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(123)))), ((int)(((byte)(177)))));
            tileItemElement17.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement17.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement17.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement17.Appearance.Normal.Options.UseFont = true;
            tileItemElement17.Height = 44;
            tileItemElement17.StretchHorizontal = true;
            tileItemElement17.Text = "正在研发中....";
            tileItemElement17.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement17.TextLocation = new System.Drawing.Point(0, 6);
            this.tileKQYS.Elements.Add(tileItemElement16);
            this.tileKQYS.Elements.Add(tileItemElement17);
            this.mainTileContainer.SetID(this.tileKQYS, 8);
            this.tileKQYS.Name = "tileKQYS";
            this.tileKQYS.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            this.tileKQYS.Visible = false;
            this.tileKQYS.Click += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileClickEventHandler(this.tileNotImplement_Click);
            // 
            // documentKQYS
            // 
            this.documentKQYS.Caption = "库区雨水";
            this.documentKQYS.ControlName = "documentKQYS";
            // 
            // tileZHJS
            // 
            this.tileZHJS.Appearances.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(184)))), ((int)(((byte)(108)))));
            this.tileZHJS.Appearances.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(184)))), ((int)(((byte)(108)))));
            this.tileZHJS.Appearances.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(184)))), ((int)(((byte)(108)))));
            this.tileZHJS.Appearances.Normal.Options.UseBackColor = true;
            this.tileZHJS.Appearances.Normal.Options.UseBorderColor = true;
            this.tileZHJS.Document = this.documentZHJS;
            tileItemElement18.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement18.Appearance.Normal.Options.UseFont = true;
            tileItemElement18.Image = global::com.tk.dam.Properties.Resources.知识介绍;
            tileItemElement18.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement18.ImageLocation = new System.Drawing.Point(-25, 20);
            tileItemElement18.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement18.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement18.Text = "知识介绍";
            tileItemElement18.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement19.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(110)))), ((int)(((byte)(66)))));
            tileItemElement19.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(110)))), ((int)(((byte)(66)))));
            tileItemElement19.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(110)))), ((int)(((byte)(66)))));
            tileItemElement19.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement19.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement19.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement19.Appearance.Normal.Options.UseFont = true;
            tileItemElement19.Height = 44;
            tileItemElement19.StretchHorizontal = true;
            tileItemElement19.Text = "正在研发中....";
            tileItemElement19.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement19.TextLocation = new System.Drawing.Point(0, 6);
            this.tileZHJS.Elements.Add(tileItemElement18);
            this.tileZHJS.Elements.Add(tileItemElement19);
            this.mainTileContainer.SetID(this.tileZHJS, 9);
            this.tileZHJS.Name = "tileZHJS";
            this.tileZHJS.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            this.tileZHJS.Visible = false;
            this.tileZHJS.Click += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileClickEventHandler(this.tileNotImplement_Click);
            // 
            // documentZHJS
            // 
            this.documentZHJS.Caption = "知识介绍";
            this.documentZHJS.ControlName = "documentZHJS";
            // 
            // tileNBJC
            // 
            this.tileNBJC.Appearances.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(53)))), ((int)(((byte)(244)))));
            this.tileNBJC.Appearances.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(53)))), ((int)(((byte)(244)))));
            this.tileNBJC.Appearances.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(53)))), ((int)(((byte)(244)))));
            this.tileNBJC.Appearances.Normal.Options.UseBackColor = true;
            this.tileNBJC.Appearances.Normal.Options.UseBorderColor = true;
            this.tileNBJC.Document = this.documentNBJC;
            tileItemElement20.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement20.Appearance.Normal.Options.UseFont = true;
            tileItemElement20.Image = global::com.tk.dam.Properties.Resources.内部监测;
            tileItemElement20.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement20.ImageLocation = new System.Drawing.Point(-25, 20);
            tileItemElement20.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement20.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement20.Text = "内部监测";
            tileItemElement20.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement21.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(6)))), ((int)(((byte)(213)))));
            tileItemElement21.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(6)))), ((int)(((byte)(213)))));
            tileItemElement21.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(6)))), ((int)(((byte)(213)))));
            tileItemElement21.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement21.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement21.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement21.Appearance.Normal.Options.UseFont = true;
            tileItemElement21.Height = 44;
            tileItemElement21.StretchHorizontal = true;
            tileItemElement21.Text = "正在研发中....";
            tileItemElement21.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement21.TextLocation = new System.Drawing.Point(0, 6);
            this.tileNBJC.Elements.Add(tileItemElement20);
            this.tileNBJC.Elements.Add(tileItemElement21);
            this.mainTileContainer.SetID(this.tileNBJC, 10);
            this.tileNBJC.Name = "tileNBJC";
            this.tileNBJC.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            this.tileNBJC.Visible = false;
            this.tileNBJC.Click += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileClickEventHandler(this.tileNotImplement_Click);
            // 
            // documentNBJC
            // 
            this.documentNBJC.Caption = "内部监测";
            this.documentNBJC.ControlName = "documentNBJC";
            // 
            // tileGCJS
            // 
            this.tileGCJS.Appearances.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(54)))), ((int)(((byte)(61)))));
            this.tileGCJS.Appearances.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(54)))), ((int)(((byte)(61)))));
            this.tileGCJS.Appearances.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(54)))), ((int)(((byte)(61)))));
            this.tileGCJS.Appearances.Normal.Options.UseBackColor = true;
            this.tileGCJS.Appearances.Normal.Options.UseBorderColor = true;
            this.tileGCJS.Document = this.documentGCJS;
            tileItemElement22.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 36F, System.Drawing.FontStyle.Bold);
            tileItemElement22.Appearance.Normal.Options.UseFont = true;
            tileItemElement22.Image = global::com.tk.dam.Properties.Resources.工程介绍;
            tileItemElement22.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement22.ImageLocation = new System.Drawing.Point(-25, 20);
            tileItemElement22.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement22.ImageSize = new System.Drawing.Size(64, 64);
            tileItemElement22.Text = "工程介绍";
            tileItemElement22.TextLocation = new System.Drawing.Point(0, 30);
            tileItemElement23.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(5)))), ((int)(((byte)(10)))));
            tileItemElement23.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(5)))), ((int)(((byte)(10)))));
            tileItemElement23.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(5)))), ((int)(((byte)(10)))));
            tileItemElement23.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 18F);
            tileItemElement23.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement23.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement23.Appearance.Normal.Options.UseFont = true;
            tileItemElement23.Height = 44;
            tileItemElement23.StretchHorizontal = true;
            tileItemElement23.Text = "正在研发中....";
            tileItemElement23.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement23.TextLocation = new System.Drawing.Point(0, 6);
            this.tileGCJS.Elements.Add(tileItemElement22);
            this.tileGCJS.Elements.Add(tileItemElement23);
            this.mainTileContainer.SetID(this.tileGCJS, 11);
            this.tileGCJS.Name = "tileGCJS";
            this.tileGCJS.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            this.tileGCJS.Visible = false;
            this.tileGCJS.Click += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileClickEventHandler(this.tileNotImplement_Click);
            // 
            // documentGCJS
            // 
            this.documentGCJS.Caption = "工程介绍";
            this.documentGCJS.ControlName = "documentGCJS";
            // 
            // tileZJ
            // 
            this.tileZJ.Appearances.Normal.BackColor = System.Drawing.Color.Transparent;
            this.tileZJ.Appearances.Normal.BorderColor = System.Drawing.Color.Transparent;
            this.tileZJ.Appearances.Normal.Image = global::com.tk.dam.Properties.Resources.tile_bg_tj;
            this.tileZJ.Appearances.Normal.Options.UseBackColor = true;
            this.tileZJ.Appearances.Normal.Options.UseBorderColor = true;
            this.tileZJ.Appearances.Normal.Options.UseImage = true;
            tileItemElement24.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 28F);
            tileItemElement24.Appearance.Normal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
            tileItemElement24.Appearance.Normal.Options.UseFont = true;
            tileItemElement24.Appearance.Normal.Options.UseForeColor = true;
            tileItemElement24.Image = global::com.tk.dam.Properties.Resources.icon_tj64;
            tileItemElement24.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement24.ImageLocation = new System.Drawing.Point(-6, -20);
            tileItemElement24.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement24.ImageSize = new System.Drawing.Size(80, 80);
            tileItemElement24.Text = "更多....";
            tileItemElement24.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement24.TextLocation = new System.Drawing.Point(0, 50);
            this.tileZJ.Elements.Add(tileItemElement24);
            this.mainTileContainer.SetID(this.tileZJ, 12);
            this.tileZJ.Name = "tileZJ";
            this.tileZJ.Properties.AllowCheck = DevExpress.Utils.DefaultBoolean.False;
            this.tileZJ.Click += new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileClickEventHandler(this.tileZJ_Click);
            // 
            // closeAppFlyout
            // 
            this.closeAppFlyout.Caption = "";
            this.closeAppFlyout.Name = "closeAppFlyou";
            this.closeAppFlyout.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.closeAppFlyout.Properties.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.closeAppFlyout.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.closeAppFlyout.Properties.Appearance.Options.UseBackColor = true;
            this.closeAppFlyout.Properties.Appearance.Options.UseBorderColor = true;
            this.closeAppFlyout.Subtitle = "";
            // 
            // popupTjFlyout
            // 
            this.popupTjFlyout.Caption = "";
            this.popupTjFlyout.Document = this.popupTjDocument;
            this.popupTjFlyout.Name = "popupAddFlyout";
            this.popupTjFlyout.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.popupTjFlyout.Properties.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.popupTjFlyout.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.popupTjFlyout.Properties.Appearance.Options.UseBackColor = true;
            this.popupTjFlyout.Properties.Appearance.Options.UseBorderColor = true;
            this.popupTjFlyout.Properties.AppearanceButtons.Options.UseTextOptions = true;
            this.popupTjFlyout.Properties.AppearanceButtons.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            // 
            // popupTjDocument
            // 
            this.popupTjDocument.Caption = "popupTj";
            this.popupTjDocument.ControlName = "popupTj";
            this.popupTjDocument.ControlTypeName = "com.tk.dam.Views.popupTj";
            // 
            // popupYHEditFlyout
            // 
            this.popupYHEditFlyout.Document = this.popupYHEditDocument;
            this.popupYHEditFlyout.Name = "popupYHEditFlyout";
            this.popupYHEditFlyout.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.popupYHEditFlyout.Properties.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.popupYHEditFlyout.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.popupYHEditFlyout.Properties.Appearance.Options.UseBackColor = true;
            this.popupYHEditFlyout.Properties.Appearance.Options.UseBorderColor = true;
            this.popupYHEditFlyout.Properties.AppearanceButtons.Options.UseTextOptions = true;
            this.popupYHEditFlyout.Properties.AppearanceButtons.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            // 
            // popupYHEditDocument
            // 
            this.popupYHEditDocument.Caption = "popupYHEdit";
            this.popupYHEditDocument.ControlName = "popupYHEdit";
            this.popupYHEditDocument.ControlTypeName = "com.tk.dam.Views.popupYHEdit";
            // 
            // documentZJ
            // 
            this.documentZJ.Caption = "增加";
            this.documentZJ.ControlName = "documentZJ";
            this.documentZJ.ControlTypeName = "com.tk.dam.Views.popupTj";
            // 
            // timerLoad
            // 
            this.timerLoad.Enabled = true;
            this.timerLoad.Interval = 60000;
            this.timerLoad.Tick += new System.EventHandler(this.timerLoad_Tick);
            // 
            // MainForm
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(908, 600);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainForm";
            this.Text = "北斗大坝安全监测系统";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.mainDocumentManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainWindowsUIView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTileContainer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileDBYXZT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentDBYXZT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileYHGL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentYHGL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileXBJC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentXBJC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileWXZT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentWXZT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileSBZT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentSBZT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileQX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentSWQX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileSP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentSP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileSJDY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentSJDY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileKQYS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentKQYS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileZHJS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentZHJS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileNBJC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentNBJC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileGCJS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentGCJS)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileZJ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.closeAppFlyout)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupTjFlyout)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupTjDocument)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupYHEditFlyout)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupYHEditDocument)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentZJ)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Main1));
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     this.tileNavPane1     = new DevExpress.XtraBars.Navigation.TileNavPane();
     this.navButton2       = new DevExpress.XtraBars.Navigation.NavButton();
     this.tileNavCategory3 = new DevExpress.XtraBars.Navigation.TileNavCategory();
     this.tileNavUser      = new DevExpress.XtraBars.Navigation.TileNavItem();
     this.tileNavByt       = new DevExpress.XtraBars.Navigation.TileNavItem();
     this.tileNavProm      = new DevExpress.XtraBars.Navigation.TileNavItem();
     this.SuspendLayout();
     //
     // tileNavPane1
     //
     this.tileNavPane1.Appearance.BackColor            = System.Drawing.SystemColors.ActiveCaption;
     this.tileNavPane1.Appearance.Options.UseBackColor = true;
     this.tileNavPane1.ButtonPadding = new System.Windows.Forms.Padding(12);
     this.tileNavPane1.Buttons.Add(this.navButton2);
     this.tileNavPane1.Buttons.Add(this.tileNavCategory3);
     //
     // tileNavCategory1
     //
     this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
     this.tileNavPane1.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavPane1.DefaultCategory.OwnerCollection           = null;
     //
     //
     //
     this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileNavPane1.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavPane1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tileNavPane1.Location = new System.Drawing.Point(0, 0);
     this.tileNavPane1.Name     = "tileNavPane1";
     this.tileNavPane1.OptionsPrimaryDropDown.BackColor   = System.Drawing.Color.Empty;
     this.tileNavPane1.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavPane1.Size     = new System.Drawing.Size(828, 40);
     this.tileNavPane1.TabIndex = 0;
     this.tileNavPane1.Text     = "tileNavPane1";
     //
     // navButton2
     //
     this.navButton2.Caption = "Main Menu";
     this.navButton2.IsMain  = true;
     this.navButton2.Name    = "navButton2";
     this.navButton2.Visible = false;
     //
     // tileNavCategory3
     //
     this.tileNavCategory3.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.tileNavCategory3.Caption   = "Администрирование";
     //
     // tileNavUser
     //
     this.tileNavUser.Caption = "Пользователи";
     this.tileNavUser.Name    = "tileNavUser";
     this.tileNavUser.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavUser.OwnerCollection           = this.tileNavCategory3.Items;
     //
     // tileBarItem1
     //
     this.tileNavUser.Tile.AppearanceItem.Normal.BackColor            = System.Drawing.SystemColors.ActiveCaption;
     this.tileNavUser.Tile.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileNavUser.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
     tileItemElement1.Text  = "Пользователи";
     this.tileNavUser.Tile.Elements.Add(tileItemElement1);
     this.tileNavUser.Tile.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavUser.Tile.Name       = "tileBarItem1";
     this.tileNavUser.Tile.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileNavItem1_Tile_ItemClick);
     //
     // tileNavByt
     //
     this.tileNavByt.Caption = "Импорт быт";
     this.tileNavByt.Name    = "tileNavByt";
     this.tileNavByt.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavByt.OwnerCollection           = this.tileNavCategory3.Items;
     //
     // tileBarItem2
     //
     this.tileNavByt.Tile.AppearanceItem.Normal.BackColor            = System.Drawing.SystemColors.ActiveCaption;
     this.tileNavByt.Tile.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileNavByt.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
     tileItemElement2.Text  = "Импорт быт";
     this.tileNavByt.Tile.Elements.Add(tileItemElement2);
     this.tileNavByt.Tile.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavByt.Tile.Name       = "tileBarItem2";
     this.tileNavByt.Tile.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileNavItem2_Tile_ItemClick);
     //
     // tileNavProm
     //
     this.tileNavProm.Caption = "Имопрт пром";
     this.tileNavProm.Name    = "tileNavProm";
     this.tileNavProm.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavProm.OwnerCollection           = this.tileNavCategory3.Items;
     //
     // tileBarItem3
     //
     this.tileNavProm.Tile.AppearanceItem.Normal.BackColor            = System.Drawing.SystemColors.ActiveCaption;
     this.tileNavProm.Tile.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileNavProm.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
     tileItemElement3.Text  = "Имопрт пром";
     this.tileNavProm.Tile.Elements.Add(tileItemElement3);
     this.tileNavProm.Tile.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavProm.Tile.Name       = "tileBarItem3";
     this.tileNavProm.Tile.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileNavItem3_Tile_ItemClick_1);
     this.tileNavCategory3.Items.AddRange(new DevExpress.XtraBars.Navigation.TileNavItem[] {
         this.tileNavUser,
         this.tileNavByt,
         this.tileNavProm
     });
     this.tileNavCategory3.Name = "tileNavCategory3";
     this.tileNavCategory3.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavCategory3.OwnerCollection           = null;
     //
     //
     //
     this.tileNavCategory3.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileNavCategory3.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     //
     // Main1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(828, 465);
     this.Controls.Add(this.tileNavPane1);
     this.Name        = "Main1";
     this.Text        = "Main1";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Main1_Load);
     this.ResumeLayout(false);
 }
コード例 #23
0
ファイル: frmMain.designer.cs プロジェクト: ahmadmujtaba/BMC
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem2 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem3 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem4 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.lblDatabaseName = new DevExpress.XtraBars.BarStaticItem();
     this.lblUsername = new DevExpress.XtraBars.BarStaticItem();
     this.lblLoginTime = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem4 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem5 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem6 = new DevExpress.XtraBars.BarStaticItem();
     this.lblLoginDate = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem8 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem7 = new DevExpress.XtraBars.BarStaticItem();
     this.lblComputerName = new DevExpress.XtraBars.BarStaticItem();
     this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.barStaticItem9 = new DevExpress.XtraBars.BarStaticItem();
     this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem();
     this.barStaticItem10 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.b_code = new DevExpress.XtraBars.BarStaticItem();
     this.btnRefresh = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
     this.lblWorkDate = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem11 = new DevExpress.XtraBars.BarStaticItem();
     this.lblUserID = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
     this.lblServer = new DevExpress.XtraBars.BarStaticItem();
     this.ribbonPage8 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage16 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
     this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.tileNavSubItem16 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem17 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem18 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem19 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem20 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem21 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem22 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.backstageViewTabItem1 = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.navBarItem1 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem45 = new DevExpress.XtraNavBar.NavBarItem();
     this.frmModulesList = new DevExpress.XtraNavBar.NavBarItem();
     this.frmaddUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.frmUserRights = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmGeneralSettings = new DevExpress.XtraNavBar.NavBarItem();
     this.frmEmailManager = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmOpenRSS = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOpenRssStock = new DevExpress.XtraNavBar.NavBarItem();
     this.frmReturnSummary = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOpenDSS = new DevExpress.XtraNavBar.NavBarItem();
     this.frmMPOSSync = new DevExpress.XtraNavBar.NavBarItem();
     this.frmSelectSummary = new DevExpress.XtraNavBar.NavBarItem();
     this.frmSaleInvoiceGeneration = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmPurchaseOrder = new DevExpress.XtraNavBar.NavBarItem();
     this.frmGRN = new DevExpress.XtraNavBar.NavBarItem();
     this.frmPurchaseInvoice = new DevExpress.XtraNavBar.NavBarItem();
     this.frmDeliveryChallan = new DevExpress.XtraNavBar.NavBarItem();
     this.frmPurchaseReturn = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup6 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmTown = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOurCompanyGroups = new DevExpress.XtraNavBar.NavBarItem();
     this.frmCustomers = new DevExpress.XtraNavBar.NavBarItem();
     this.frmProducts = new DevExpress.XtraNavBar.NavBarItem();
     this.frmCompanyGroup = new DevExpress.XtraNavBar.NavBarItem();
     this.frmEmployeeTargets = new DevExpress.XtraNavBar.NavBarItem();
     this.frmProductGroup = new DevExpress.XtraNavBar.NavBarItem();
     this.frmVendorEmployees = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmHoldScan = new DevExpress.XtraNavBar.NavBarItem();
     this.frmBatchCorrection = new DevExpress.XtraNavBar.NavBarItem();
     this.frmIntimations = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem2 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup10 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup11 = new DevExpress.XtraNavBar.NavBarGroup();
     this.Administration = new DevExpress.XtraNavBar.NavBarItem();
     this.Financials = new DevExpress.XtraNavBar.NavBarItem();
     this.Accounts = new DevExpress.XtraNavBar.NavBarItem();
     this.Claims = new DevExpress.XtraNavBar.NavBarItem();
     this.Sales = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrPurchasing = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrPartners = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrBanking = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrInventory = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrHumanResource = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrFleetnSupply = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrInstitution = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrGeneralStore = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup12 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup13 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup14 = new DevExpress.XtraNavBar.NavBarGroup();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.ribbonControl1.ExpandCollapseItem,
     this.lblDatabaseName,
     this.lblUsername,
     this.lblLoginTime,
     this.barStaticItem4,
     this.barStaticItem5,
     this.barStaticItem6,
     this.lblLoginDate,
     this.barStaticItem8,
     this.barStaticItem7,
     this.lblComputerName,
     this.skinRibbonGalleryBarItem1,
     this.barStaticItem9,
     this.barCheckItem3,
     this.barCheckItem4,
     this.barStaticItem10,
     this.barButtonItem1,
     this.barStaticItem1,
     this.b_code,
     this.btnRefresh,
     this.barStaticItem2,
     this.lblWorkDate,
     this.barStaticItem11,
     this.lblUserID,
     this.barStaticItem3,
     this.lblServer});
     this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
     this.ribbonControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonControl1.MaxItemId = 27;
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage8,
     this.ribbonPage16,
     this.ribbonPage1,
     this.ribbonPage2});
     this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemToggleSwitch1});
     this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowFullScreenButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowToolbarCustomizeItem = false;
     this.ribbonControl1.Size = new System.Drawing.Size(1190, 147);
     this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
     this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
     this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // lblDatabaseName
     //
     this.lblDatabaseName.Caption = "lblErp";
     this.lblDatabaseName.Id = 133;
     this.lblDatabaseName.Name = "lblDatabaseName";
     this.lblDatabaseName.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblUsername
     //
     this.lblUsername.Caption = "u_name";
     this.lblUsername.Id = 134;
     this.lblUsername.Name = "lblUsername";
     this.lblUsername.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblLoginTime
     //
     this.lblLoginTime.Caption = "logintime";
     this.lblLoginTime.Id = 135;
     this.lblLoginTime.Name = "lblLoginTime";
     this.lblLoginTime.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem4
     //
     this.barStaticItem4.Caption = "Login User :"******"Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem4.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem4.Name = "barStaticItem4";
     this.barStaticItem4.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem5
     //
     this.barStaticItem5.Caption = "Database :";
     this.barStaticItem5.Id = 139;
     this.barStaticItem5.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem5.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem5.Name = "barStaticItem5";
     this.barStaticItem5.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem6
     //
     this.barStaticItem6.Caption = "Login Time :";
     this.barStaticItem6.Id = 140;
     this.barStaticItem6.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem6.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem6.Name = "barStaticItem6";
     this.barStaticItem6.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblLoginDate
     //
     this.lblLoginDate.Caption = "logindate";
     this.lblLoginDate.Id = 141;
     this.lblLoginDate.Name = "lblLoginDate";
     this.lblLoginDate.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem8
     //
     this.barStaticItem8.Caption = "Login At :";
     this.barStaticItem8.Id = 142;
     this.barStaticItem8.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem8.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem8.Name = "barStaticItem8";
     this.barStaticItem8.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem7
     //
     this.barStaticItem7.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem7.Caption = "Computer Name :";
     this.barStaticItem7.Id = 143;
     this.barStaticItem7.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem7.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem7.Name = "barStaticItem7";
     this.barStaticItem7.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // lblComputerName
     //
     this.lblComputerName.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.lblComputerName.Caption = "c_name";
     this.lblComputerName.Id = 145;
     this.lblComputerName.Name = "lblComputerName";
     this.lblComputerName.TextAlignment = System.Drawing.StringAlignment.Near;
     this.lblComputerName.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // skinRibbonGalleryBarItem1
     //
     this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
     //
     //
     //
     this.skinRibbonGalleryBarItem1.Gallery.ShowItemText = true;
     this.skinRibbonGalleryBarItem1.Id = 3;
     this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1";
     //
     // barStaticItem9
     //
     this.barStaticItem9.Caption = "Pane Style : ";
     this.barStaticItem9.Id = 6;
     this.barStaticItem9.Name = "barStaticItem9";
     this.barStaticItem9.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption = "Explorer View";
     this.barCheckItem3.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem3.Checked = true;
     this.barCheckItem3.Id = 14;
     this.barCheckItem3.Name = "barCheckItem3";
     superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem1.Text = "What\'s Explorer View?";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text = "In <b>Explorer View</b> all groups are arranged one under another which provide t" +
     "he facility to expand / collapse each group individually.";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.barCheckItem3.SuperTip = superToolTip1;
     this.barCheckItem3.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem3_CheckedChanged);
     //
     // barCheckItem4
     //
     this.barCheckItem4.Caption = "Navigation View";
     this.barCheckItem4.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem4.Id = 15;
     this.barCheckItem4.Name = "barCheckItem4";
     superToolTip2.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem3.Text = "What\'s Navigation View?";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text = "In <b>Navigation View</b> all groups are arranged one under another with one grou" +
     "p always expanded and this view provides the facility to expand / shrink whole <" +
     "b>Navigation Bar</b>.";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.barCheckItem4.SuperTip = superToolTip2;
     this.barCheckItem4.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem4_CheckedChanged);
     //
     // barStaticItem10
     //
     this.barStaticItem10.Caption = "Explorer View";
     this.barStaticItem10.Id = 16;
     this.barStaticItem10.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem10.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem10.Name = "barStaticItem10";
     this.barStaticItem10.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Color Mixer";
     this.barButtonItem1.Glyph = global::ERPGUI.Properties.Resources.colorpicker;
     this.barButtonItem1.Id = 17;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
     | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     superToolTip3.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem5.Text = "What is Color Mixer?";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text = "<b>Color Mixer</b> gives you the functionality to apply your desireable color to " +
     "whole application and you can also set the <b>Brightness</b> of application.";
     toolTipTitleItem6.LeftIndent = 6;
     toolTipTitleItem6.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.barButtonItem1.SuperTip = superToolTip3;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "Branch :";
     this.barStaticItem1.Id = 18;
     this.barStaticItem1.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem1.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // b_code
     //
     this.b_code.Caption = "b_code";
     this.b_code.Id = 19;
     this.b_code.Name = "b_code";
     this.b_code.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // btnRefresh
     //
     this.btnRefresh.Caption = "Refresh";
     this.btnRefresh.Glyph = global::ERPGUI.Properties.Resources.refresh_32x32;
     this.btnRefresh.Id = 20;
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
     | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefresh_ItemClick);
     //
     // barStaticItem2
     //
     this.barStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem2.Caption = "Work Date :";
     this.barStaticItem2.Id = 21;
     this.barStaticItem2.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem2.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem2.Name = "barStaticItem2";
     this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblWorkDate
     //
     this.lblWorkDate.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.lblWorkDate.Caption = "date";
     this.lblWorkDate.Id = 22;
     this.lblWorkDate.Name = "lblWorkDate";
     this.lblWorkDate.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem11
     //
     this.barStaticItem11.Caption = "Username :"******"Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem11.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem11.Name = "barStaticItem11";
     this.barStaticItem11.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblUserID
     //
     this.lblUserID.Caption = "id";
     this.lblUserID.Id = 24;
     this.lblUserID.Name = "lblUserID";
     this.lblUserID.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem3
     //
     this.barStaticItem3.Caption = "Server :";
     this.barStaticItem3.Id = 25;
     this.barStaticItem3.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem3.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem3.Name = "barStaticItem3";
     this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblServer
     //
     this.lblServer.Caption = "Server";
     this.lblServer.Id = 26;
     this.lblServer.Name = "lblServer";
     this.lblServer.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // ribbonPage8
     //
     this.ribbonPage8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.ribbonPage8.Appearance.Options.UseFont = true;
     this.ribbonPage8.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup3});
     this.ribbonPage8.Name = "ribbonPage8";
     this.ribbonPage8.Text = "File";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.btnRefresh);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     //
     // ribbonPage16
     //
     this.ribbonPage16.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup2,
     this.ribbonPageGroup1});
     this.ribbonPage16.Name = "ribbonPage16";
     this.ribbonPage16.Text = "View";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.AllowTextClipping = false;
     this.ribbonPageGroup2.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "Themes";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.AllowTextClipping = false;
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem3);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem4);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Switch Pane Style";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Help";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Name = "ribbonPage2";
     //
     // repositoryItemToggleSwitch1
     //
     this.repositoryItemToggleSwitch1.AutoHeight = false;
     this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
     this.repositoryItemToggleSwitch1.OffText = "Explorer";
     this.repositoryItemToggleSwitch1.OnText = "Navigation";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.b_code);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem3, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblServer);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem5, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblDatabaseName);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem4, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblUserID);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblUsername);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem8, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblLoginDate);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblLoginTime);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblComputerName);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem2, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblWorkDate);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 653);
     this.ribbonStatusBar1.Name = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
     this.ribbonStatusBar1.Size = new System.Drawing.Size(1190, 31);
     //
     // tileNavSubItem16
     //
     this.tileNavSubItem16.Caption = "tileNavSubItem16";
     this.tileNavSubItem16.Name = "tileNavSubItem16";
     this.tileNavSubItem16.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem16.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.Text = "tileNavSubItem16";
     this.tileNavSubItem16.Tile.Elements.Add(tileItemElement1);
     this.tileNavSubItem16.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem16.Tile.Name = "tileBarItem25";
     //
     // tileNavSubItem17
     //
     this.tileNavSubItem17.Caption = "tileNavSubItem17";
     this.tileNavSubItem17.Name = "tileNavSubItem17";
     this.tileNavSubItem17.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem17.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.Text = "tileNavSubItem17";
     this.tileNavSubItem17.Tile.Elements.Add(tileItemElement2);
     this.tileNavSubItem17.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem17.Tile.Name = "tileBarItem26";
     //
     // tileNavSubItem18
     //
     this.tileNavSubItem18.Caption = "tileNavSubItem18";
     this.tileNavSubItem18.Name = "tileNavSubItem18";
     this.tileNavSubItem18.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem18.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement3.Text = "tileNavSubItem18";
     this.tileNavSubItem18.Tile.Elements.Add(tileItemElement3);
     this.tileNavSubItem18.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem18.Tile.Name = "tileBarItem27";
     //
     // tileNavSubItem19
     //
     this.tileNavSubItem19.Caption = "tileNavSubItem19";
     this.tileNavSubItem19.Name = "tileNavSubItem19";
     this.tileNavSubItem19.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem19.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement4.Text = "tileNavSubItem19";
     this.tileNavSubItem19.Tile.Elements.Add(tileItemElement4);
     this.tileNavSubItem19.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem19.Tile.Name = "tileBarItem28";
     //
     // tileNavSubItem20
     //
     this.tileNavSubItem20.Caption = "tileNavSubItem20";
     this.tileNavSubItem20.Name = "tileNavSubItem20";
     this.tileNavSubItem20.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem20.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement5.Text = "tileNavSubItem20";
     this.tileNavSubItem20.Tile.Elements.Add(tileItemElement5);
     this.tileNavSubItem20.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem20.Tile.Name = "tileBarItem29";
     //
     // tileNavSubItem21
     //
     this.tileNavSubItem21.Caption = "tileNavSubItem21";
     this.tileNavSubItem21.Name = "tileNavSubItem21";
     this.tileNavSubItem21.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem21.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement6.Text = "tileNavSubItem21";
     this.tileNavSubItem21.Tile.Elements.Add(tileItemElement6);
     this.tileNavSubItem21.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem21.Tile.Name = "tileBarItem30";
     //
     // tileNavSubItem22
     //
     this.tileNavSubItem22.Caption = "tileNavSubItem22";
     this.tileNavSubItem22.Name = "tileNavSubItem22";
     this.tileNavSubItem22.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem22.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement7.Text = "tileNavSubItem22";
     this.tileNavSubItem22.Tile.Elements.Add(tileItemElement7);
     this.tileNavSubItem22.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem22.Tile.Name = "tileBarItem31";
     //
     // backstageViewTabItem1
     //
     this.backstageViewTabItem1.Caption = "backstageViewTabItem1";
     this.backstageViewTabItem1.Name = "backstageViewTabItem1";
     this.backstageViewTabItem1.Selected = false;
     //
     // navBarItem1
     //
     this.navBarItem1.Caption = "Near Expiry Batches";
     this.navBarItem1.Name = "navBarItem1";
     //
     // navBarItem45
     //
     this.navBarItem45.Caption = "navBarItem45";
     this.navBarItem45.Name = "navBarItem45";
     //
     // frmModulesList
     //
     this.frmModulesList.Caption = "Modules List";
     this.frmModulesList.Name = "frmModulesList";
     this.frmModulesList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmaddUsers
     //
     this.frmaddUsers.Caption = "Add User";
     this.frmaddUsers.Name = "frmaddUsers";
     this.frmaddUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmUserRights
     //
     this.frmUserRights.Caption = "Users Security";
     this.frmUserRights.Name = "frmUserRights";
     this.frmUserRights.LinkPressed += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "Administration";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmModulesList),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmaddUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmUserRights),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmGeneralSettings),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmEmailManager)});
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.SmallImage = global::ERPGUI.Properties.Resources.login_key_copy;
     superToolTip4.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem7.Text = "What\'s in Administration?";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text = "All tasks related to system <b>Administrator</b> are under this section. ";
     toolTipTitleItem8.LeftIndent = 6;
     toolTipTitleItem8.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip4.Items.Add(toolTipTitleItem7);
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem8);
     this.navBarGroup2.SuperTip = superToolTip4;
     //
     // frmGeneralSettings
     //
     this.frmGeneralSettings.Caption = "General Settings";
     this.frmGeneralSettings.Name = "frmGeneralSettings";
     this.frmGeneralSettings.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmEmailManager
     //
     this.frmEmailManager.Caption = "Email Manager";
     this.frmEmailManager.Name = "frmEmailManager";
     this.frmEmailManager.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmEmailManager_LinkClicked);
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "Financials";
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "Sales A/R";
     this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenRSS),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenRssStock),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmReturnSummary),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenDSS),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmMPOSSync),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmSelectSummary),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmSaleInvoiceGeneration)});
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup4.SmallImage")));
     //
     // frmOpenRSS
     //
     this.frmOpenRSS.Caption = "Open Rss";
     this.frmOpenRSS.Name = "frmOpenRSS";
     this.frmOpenRSS.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmOpenRss_LinkClicked);
     //
     // frmOpenRssStock
     //
     this.frmOpenRssStock.Caption = "Open Rss Stock";
     this.frmOpenRssStock.Name = "frmOpenRssStock";
     this.frmOpenRssStock.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmOpenRss_LinkClicked);
     //
     // frmReturnSummary
     //
     this.frmReturnSummary.Caption = "Sale Return";
     this.frmReturnSummary.Name = "frmReturnSummary";
     this.frmReturnSummary.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmOpenDSS
     //
     this.frmOpenDSS.Caption = "Open Dss";
     this.frmOpenDSS.Name = "frmOpenDSS";
     this.frmOpenDSS.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmMPOSSync
     //
     this.frmMPOSSync.Caption = "Sync Devices";
     this.frmMPOSSync.Name = "frmMPOSSync";
     this.frmMPOSSync.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmSelectSummary
     //
     this.frmSelectSummary.Caption = "Sale Invoice";
     this.frmSelectSummary.Name = "frmSelectSummary";
     this.frmSelectSummary.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmSaleInvoiceGeneration
     //
     this.frmSaleInvoiceGeneration.Caption = "Auto Sale Invoice";
     this.frmSaleInvoiceGeneration.Name = "frmSaleInvoiceGeneration";
     this.frmSaleInvoiceGeneration.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "Purchasing A/P";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseOrder),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmGRN),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseInvoice),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmDeliveryChallan),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseReturn)});
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.SmallImage = global::ERPGUI.Properties.Resources.cart__2_;
     //
     // frmPurchaseOrder
     //
     this.frmPurchaseOrder.Caption = "Purchase Order";
     this.frmPurchaseOrder.Name = "frmPurchaseOrder";
     this.frmPurchaseOrder.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmGRN
     //
     this.frmGRN.Caption = "Goods Receipt Note";
     this.frmGRN.Name = "frmGRN";
     this.frmGRN.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmPurchaseInvoice
     //
     this.frmPurchaseInvoice.Caption = "Purchase Invoice";
     this.frmPurchaseInvoice.Name = "frmPurchaseInvoice";
     this.frmPurchaseInvoice.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmDeliveryChallan
     //
     this.frmDeliveryChallan.Caption = "Delivery Challan";
     this.frmDeliveryChallan.Name = "frmDeliveryChallan";
     this.frmDeliveryChallan.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmPurchaseReturn
     //
     this.frmPurchaseReturn.Caption = "Purchase Return";
     this.frmPurchaseReturn.Name = "frmPurchaseReturn";
     this.frmPurchaseReturn.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup6
     //
     this.navBarGroup6.Caption = "Business Partners";
     this.navBarGroup6.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmTown),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOurCompanyGroups),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmCustomers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmProducts),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmCompanyGroup),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmEmployeeTargets),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmProductGroup),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmVendorEmployees)});
     this.navBarGroup6.Name = "navBarGroup6";
     this.navBarGroup6.SmallImage = global::ERPGUI.Properties.Resources.handshake1;
     //
     // frmTown
     //
     this.frmTown.Caption = "Areas Defination";
     this.frmTown.Name = "frmTown";
     this.frmTown.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmOurCompanyGroups
     //
     this.frmOurCompanyGroups.Caption = "Our Company Groups";
     this.frmOurCompanyGroups.Name = "frmOurCompanyGroups";
     this.frmOurCompanyGroups.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmCustomers
     //
     this.frmCustomers.Caption = "Customers";
     this.frmCustomers.Name = "frmCustomers";
     this.frmCustomers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmProducts
     //
     this.frmProducts.Caption = "Products";
     this.frmProducts.Name = "frmProducts";
     this.frmProducts.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmCompanyGroup
     //
     this.frmCompanyGroup.Caption = "Company Groups";
     this.frmCompanyGroup.Name = "frmCompanyGroup";
     this.frmCompanyGroup.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmEmployeeTargets
     //
     this.frmEmployeeTargets.Caption = "Targets";
     this.frmEmployeeTargets.Name = "frmEmployeeTargets";
     this.frmEmployeeTargets.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmProductGroup
     //
     this.frmProductGroup.Caption = "Product Grouping";
     this.frmProductGroup.Name = "frmProductGroup";
     this.frmProductGroup.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmVendorEmployees
     //
     this.frmVendorEmployees.Caption = "Compnies Employee";
     this.frmVendorEmployees.Name = "frmVendorEmployees";
     this.frmVendorEmployees.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "Banking";
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup7.SmallImage")));
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "Inventory";
     this.navBarGroup8.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmHoldScan),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmBatchCorrection),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmIntimations),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem2)});
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::ERPGUI.Properties.Resources.sssss;
     //
     // frmHoldScan
     //
     this.frmHoldScan.Caption = "Hold Scan";
     this.frmHoldScan.Name = "frmHoldScan";
     this.frmHoldScan.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmHoldScan_LinkClicked);
     //
     // frmBatchCorrection
     //
     this.frmBatchCorrection.Caption = "Batch Correction";
     this.frmBatchCorrection.Name = "frmBatchCorrection";
     this.frmBatchCorrection.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmIntimations
     //
     this.frmIntimations.Caption = "Intimation";
     this.frmIntimations.Name = "frmIntimations";
     this.frmIntimations.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarItem2
     //
     this.navBarItem2.Caption = "Auto Product Change";
     this.navBarItem2.Name = "navBarItem2";
     this.navBarItem2.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "Human Resource";
     this.navBarGroup9.Expanded = true;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup9.SmallImage")));
     //
     // navBarGroup10
     //
     this.navBarGroup10.Caption = "Fleets & Supply";
     this.navBarGroup10.Expanded = true;
     this.navBarGroup10.Name = "navBarGroup10";
     this.navBarGroup10.SmallImage = global::ERPGUI.Properties.Resources.truck_16x16;
     //
     // navBarGroup11
     //
     this.navBarGroup11.Caption = "Reports";
     this.navBarGroup11.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.Administration),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Financials),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Accounts),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Claims),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Sales),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrPurchasing),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrPartners),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrBanking),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrInventory),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrHumanResource),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrFleetnSupply),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrInstitution),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrGeneralStore)});
     this.navBarGroup11.Name = "navBarGroup11";
     this.navBarGroup11.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup11.SmallImage")));
     //
     // Administration
     //
     this.Administration.Caption = "Administration";
     this.Administration.Name = "Administration";
     this.Administration.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Financials
     //
     this.Financials.Caption = "Financials";
     this.Financials.Name = "Financials";
     this.Financials.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Accounts
     //
     this.Accounts.Caption = "Accounts";
     this.Accounts.Name = "Accounts";
     this.Accounts.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Claims
     //
     this.Claims.Caption = "Claims";
     this.Claims.Name = "Claims";
     this.Claims.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Sales
     //
     this.Sales.Caption = "Sales A/R";
     this.Sales.Name = "Sales";
     this.Sales.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrPurchasing
     //
     this.navbrPurchasing.Caption = "Purchasing A/P";
     this.navbrPurchasing.Name = "navbrPurchasing";
     this.navbrPurchasing.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrPartners
     //
     this.navbrPartners.Caption = "Business Partners";
     this.navbrPartners.Name = "navbrPartners";
     this.navbrPartners.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrBanking
     //
     this.navbrBanking.Caption = "Banking";
     this.navbrBanking.Name = "navbrBanking";
     this.navbrBanking.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrInventory
     //
     this.navbrInventory.Caption = "Inventory";
     this.navbrInventory.Name = "navbrInventory";
     this.navbrInventory.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrHumanResource
     //
     this.navbrHumanResource.Caption = "Human Resource";
     this.navbrHumanResource.Name = "navbrHumanResource";
     this.navbrHumanResource.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrFleetnSupply
     //
     this.navbrFleetnSupply.Caption = "Fleets & Supply";
     this.navbrFleetnSupply.Name = "navbrFleetnSupply";
     this.navbrFleetnSupply.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrInstitution
     //
     this.navbrInstitution.Caption = "Institution";
     this.navbrInstitution.Name = "navbrInstitution";
     this.navbrInstitution.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrGeneralStore
     //
     this.navbrGeneralStore.Caption = "General Store";
     this.navbrGeneralStore.Name = "navbrGeneralStore";
     this.navbrGeneralStore.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup2;
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2,
     this.navBarGroup3,
     this.navBarGroup12,
     this.navBarGroup1,
     this.navBarGroup4,
     this.navBarGroup5,
     this.navBarGroup6,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9,
     this.navBarGroup10,
     this.navBarGroup13,
     this.navBarGroup14,
     this.navBarGroup11});
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItem1,
     this.navBarItem45,
     this.frmModulesList,
     this.frmaddUsers,
     this.frmUserRights,
     this.Administration,
     this.frmTown,
     this.Financials,
     this.Accounts,
     this.Claims,
     this.Sales,
     this.navbrPurchasing,
     this.navbrPartners,
     this.navbrBanking,
     this.navbrInventory,
     this.navbrHumanResource,
     this.navbrFleetnSupply,
     this.navbrInstitution,
     this.navbrGeneralStore,
     this.frmOurCompanyGroups,
     this.frmCustomers,
     this.frmProducts,
     this.frmCompanyGroup,
     this.frmGeneralSettings,
     this.frmEmployeeTargets,
     this.frmProductGroup,
     this.frmVendorEmployees,
     this.frmPurchaseOrder,
     this.frmGRN,
     this.frmPurchaseInvoice,
     this.frmDeliveryChallan,
     this.frmPurchaseReturn,
     this.frmHoldScan,
     this.frmOpenRSS,
     this.frmOpenRssStock,
     this.frmReturnSummary,
     this.frmOpenDSS,
     this.frmMPOSSync,
     this.frmBatchCorrection,
     this.frmIntimations,
     this.navBarItem2,
     this.frmSelectSummary,
     this.frmSaleInvoiceGeneration,
     this.frmEmailManager});
     this.navBarControl1.Location = new System.Drawing.Point(0, 147);
     this.navBarControl1.Name = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 170;
     this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.ExplorerBar;
     this.navBarControl1.Size = new System.Drawing.Size(170, 506);
     this.navBarControl1.StoreDefaultPaintStyleName = true;
     this.navBarControl1.TabIndex = 3;
     this.navBarControl1.Text = "navBarControl1";
     //
     // navBarGroup12
     //
     this.navBarGroup12.Caption = "Accounts";
     this.navBarGroup12.Expanded = true;
     this.navBarGroup12.Name = "navBarGroup12";
     this.navBarGroup12.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup12.SmallImage")));
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "Claims";
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarGroup13
     //
     this.navBarGroup13.Caption = "Institution";
     this.navBarGroup13.Name = "navBarGroup13";
     this.navBarGroup13.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup13.SmallImage")));
     //
     // navBarGroup14
     //
     this.navBarGroup14.Caption = "General Store";
     this.navBarGroup14.Name = "navBarGroup14";
     this.navBarGroup14.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup14.SmallImage")));
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(341, 90);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 11;
     this.button1.Text = "Lock";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // frmMain
     //
     this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.True;
     this.Appearance.BackColor = System.Drawing.Color.LightYellow;
     this.Appearance.BackColor2 = System.Drawing.Color.Olive;
     this.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseBorderColor = true;
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Center;
     this.BackgroundImageStore = global::ERPGUI.Properties.Resources.bmc2;
     this.ClientSize = new System.Drawing.Size(1190, 684);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.navBarControl1);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl1);
     this.Font = new System.Drawing.Font("Tahoma", 8F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.InactiveGlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.IsMdiContainer = true;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "frmMain";
     this.Ribbon = this.ribbonControl1;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar = this.ribbonStatusBar1;
     this.Text = "ERP - Babar Medicine Company Lahore";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #24
0
ファイル: frm_welcome.Designer.cs プロジェクト: Lenscorpx/DSR
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement         tileItemElement1  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame1    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame2    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame3    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame4    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame5    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame6    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(frm_welcome));
     DevExpress.XtraEditors.TileItemElement         tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame7    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame8    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
     this.splitter1                        = new System.Windows.Forms.Splitter();
     this.menuStrip1                       = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.seConnecterToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.quitterToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.formsToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.fuelLevelsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.manningLevelsToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.generatorToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.clientsToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.applicationLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.reportsToolStripMenuItem1        = new System.Windows.Forms.ToolStripMenuItem();
     this.dailyToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.dailyReturnReportFuelByPlaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dailyReturnReportGeneratorToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.developerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1       = new System.Windows.Forms.Panel();
     this.button6      = new System.Windows.Forms.Button();
     this.button5      = new System.Windows.Forms.Button();
     this.button2      = new System.Windows.Forms.Button();
     this.button4      = new System.Windows.Forms.Button();
     this.button3      = new System.Windows.Forms.Button();
     this.button1      = new System.Windows.Forms.Button();
     this.tileControl1 = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2   = new DevExpress.XtraEditors.TileGroup();
     this.tileItem1    = new DevExpress.XtraEditors.TileItem();
     this.tileItem2    = new DevExpress.XtraEditors.TileItem();
     this.tileGroup3   = new DevExpress.XtraEditors.TileGroup();
     this.tileItem3    = new DevExpress.XtraEditors.TileItem();
     this.tileItem5    = new DevExpress.XtraEditors.TileItem();
     this.menuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.Color.Black;
     this.splitter1.Location  = new System.Drawing.Point(0, 24);
     this.splitter1.Name      = "splitter1";
     this.splitter1.Size      = new System.Drawing.Size(243, 532);
     this.splitter1.TabIndex  = 1;
     this.splitter1.TabStop   = false;
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.Color.Black;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.formsToolStripMenuItem,
         this.reportsToolStripMenuItem1,
         this.aboutToolStripMenuItem
     });
     this.menuStrip1.Location   = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name       = "menuStrip1";
     this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.menuStrip1.Size       = new System.Drawing.Size(1063, 24);
     this.menuStrip1.TabIndex   = 4;
     this.menuStrip1.Text       = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.BackColor    = System.Drawing.Color.Black;
     this.fileToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.seConnecterToolStripMenuItem,
         this.quitterToolStripMenuItem
     });
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.fileToolStripMenuItem.Name      = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size      = new System.Drawing.Size(80, 20);
     this.fileToolStripMenuItem.Text      = "Application";
     //
     // seConnecterToolStripMenuItem
     //
     this.seConnecterToolStripMenuItem.BackColor    = System.Drawing.Color.DodgerBlue;
     this.seConnecterToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.seConnecterToolStripMenuItem.ForeColor    = System.Drawing.Color.Black;
     this.seConnecterToolStripMenuItem.Name         = "seConnecterToolStripMenuItem";
     this.seConnecterToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     this.seConnecterToolStripMenuItem.Text         = "Minimize";
     this.seConnecterToolStripMenuItem.Click       += new System.EventHandler(this.seConnecterToolStripMenuItem_Click);
     //
     // quitterToolStripMenuItem
     //
     this.quitterToolStripMenuItem.BackColor    = System.Drawing.Color.DodgerBlue;
     this.quitterToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.quitterToolStripMenuItem.ForeColor    = System.Drawing.Color.Black;
     this.quitterToolStripMenuItem.Name         = "quitterToolStripMenuItem";
     this.quitterToolStripMenuItem.Size         = new System.Drawing.Size(152, 22);
     this.quitterToolStripMenuItem.Text         = "Exit";
     this.quitterToolStripMenuItem.Click       += new System.EventHandler(this.quitterToolStripMenuItem_Click);
     //
     // formsToolStripMenuItem
     //
     this.formsToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.formsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fuelLevelsToolStripMenuItem,
         this.manningLevelsToolStripMenuItem,
         this.generatorToolStripMenuItem,
         this.clientsToolStripMenuItem,
         this.applicationLogsToolStripMenuItem
     });
     this.formsToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.formsToolStripMenuItem.Name      = "formsToolStripMenuItem";
     this.formsToolStripMenuItem.Size      = new System.Drawing.Size(52, 20);
     this.formsToolStripMenuItem.Text      = "Forms";
     //
     // fuelLevelsToolStripMenuItem
     //
     this.fuelLevelsToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.fuelLevelsToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.fuelLevelsToolStripMenuItem.Name      = "fuelLevelsToolStripMenuItem";
     this.fuelLevelsToolStripMenuItem.Size      = new System.Drawing.Size(163, 22);
     this.fuelLevelsToolStripMenuItem.Text      = "Fuel Levels";
     this.fuelLevelsToolStripMenuItem.Click    += new System.EventHandler(this.fuelLevelsToolStripMenuItem_Click);
     //
     // manningLevelsToolStripMenuItem
     //
     this.manningLevelsToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.manningLevelsToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.manningLevelsToolStripMenuItem.Name      = "manningLevelsToolStripMenuItem";
     this.manningLevelsToolStripMenuItem.Size      = new System.Drawing.Size(163, 22);
     this.manningLevelsToolStripMenuItem.Text      = "Manning Levels";
     this.manningLevelsToolStripMenuItem.Click    += new System.EventHandler(this.manningLevelsToolStripMenuItem_Click);
     //
     // generatorToolStripMenuItem
     //
     this.generatorToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.generatorToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.generatorToolStripMenuItem.Name      = "generatorToolStripMenuItem";
     this.generatorToolStripMenuItem.Size      = new System.Drawing.Size(163, 22);
     this.generatorToolStripMenuItem.Text      = "Generator";
     this.generatorToolStripMenuItem.Click    += new System.EventHandler(this.generatorToolStripMenuItem_Click);
     //
     // clientsToolStripMenuItem
     //
     this.clientsToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.clientsToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.clientsToolStripMenuItem.Name      = "clientsToolStripMenuItem";
     this.clientsToolStripMenuItem.Size      = new System.Drawing.Size(163, 22);
     this.clientsToolStripMenuItem.Text      = "Clients";
     this.clientsToolStripMenuItem.Click    += new System.EventHandler(this.clientsToolStripMenuItem_Click);
     //
     // applicationLogsToolStripMenuItem
     //
     this.applicationLogsToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.applicationLogsToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.applicationLogsToolStripMenuItem.Name      = "applicationLogsToolStripMenuItem";
     this.applicationLogsToolStripMenuItem.Size      = new System.Drawing.Size(163, 22);
     this.applicationLogsToolStripMenuItem.Text      = "Application Logs";
     this.applicationLogsToolStripMenuItem.Click    += new System.EventHandler(this.applicationLogsToolStripMenuItem_Click);
     //
     // reportsToolStripMenuItem1
     //
     this.reportsToolStripMenuItem1.BackColor = System.Drawing.Color.Black;
     this.reportsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dailyToolStripMenuItem,
         this.dailyReturnReportFuelByPlaceToolStripMenuItem,
         this.dailyReturnReportGeneratorToolStripMenuItem
     });
     this.reportsToolStripMenuItem1.ForeColor = System.Drawing.Color.White;
     this.reportsToolStripMenuItem1.Name      = "reportsToolStripMenuItem1";
     this.reportsToolStripMenuItem1.Size      = new System.Drawing.Size(59, 20);
     this.reportsToolStripMenuItem1.Text      = "Reports";
     //
     // dailyToolStripMenuItem
     //
     this.dailyToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.dailyToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.dailyToolStripMenuItem.Name      = "dailyToolStripMenuItem";
     this.dailyToolStripMenuItem.Size      = new System.Drawing.Size(239, 22);
     this.dailyToolStripMenuItem.Text      = "Daily Return Report - Fuel";
     this.dailyToolStripMenuItem.Click    += new System.EventHandler(this.dailyToolStripMenuItem_Click);
     //
     // dailyReturnReportFuelByPlaceToolStripMenuItem
     //
     this.dailyReturnReportFuelByPlaceToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.dailyReturnReportFuelByPlaceToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.dailyReturnReportFuelByPlaceToolStripMenuItem.Name      = "dailyReturnReportFuelByPlaceToolStripMenuItem";
     this.dailyReturnReportFuelByPlaceToolStripMenuItem.Size      = new System.Drawing.Size(239, 22);
     this.dailyReturnReportFuelByPlaceToolStripMenuItem.Text      = "Daily Return Report - Manning";
     this.dailyReturnReportFuelByPlaceToolStripMenuItem.Click    += new System.EventHandler(this.dailyReturnReportFuelByPlaceToolStripMenuItem_Click);
     //
     // dailyReturnReportGeneratorToolStripMenuItem
     //
     this.dailyReturnReportGeneratorToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.dailyReturnReportGeneratorToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.dailyReturnReportGeneratorToolStripMenuItem.Name      = "dailyReturnReportGeneratorToolStripMenuItem";
     this.dailyReturnReportGeneratorToolStripMenuItem.Size      = new System.Drawing.Size(239, 22);
     this.dailyReturnReportGeneratorToolStripMenuItem.Text      = "Daily Return Report - Generator";
     this.dailyReturnReportGeneratorToolStripMenuItem.Click    += new System.EventHandler(this.dailyReturnReportGeneratorToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.developerToolStripMenuItem
     });
     this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.aboutToolStripMenuItem.Name      = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size      = new System.Drawing.Size(52, 20);
     this.aboutToolStripMenuItem.Text      = "About";
     //
     // developerToolStripMenuItem
     //
     this.developerToolStripMenuItem.BackColor = System.Drawing.Color.Black;
     this.developerToolStripMenuItem.ForeColor = System.Drawing.Color.White;
     this.developerToolStripMenuItem.Name      = "developerToolStripMenuItem";
     this.developerToolStripMenuItem.Size      = new System.Drawing.Size(127, 22);
     this.developerToolStripMenuItem.Text      = "Developer";
     this.developerToolStripMenuItem.Click    += new System.EventHandler(this.developerToolStripMenuItem_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.DodgerBlue;
     this.panel1.Controls.Add(this.button6);
     this.panel1.Controls.Add(this.button5);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button4);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Location = new System.Drawing.Point(0, 24);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(243, 360);
     this.panel1.TabIndex = 5;
     //
     // button6
     //
     this.button6.FlatAppearance.BorderColor        = System.Drawing.Color.DodgerBlue;
     this.button6.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button6.ForeColor = System.Drawing.Color.Black;
     this.button6.Location  = new System.Drawing.Point(3, 301);
     this.button6.Name      = "button6";
     this.button6.Size      = new System.Drawing.Size(237, 44);
     this.button6.TabIndex  = 14;
     this.button6.Text      = "Login Control";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // button5
     //
     this.button5.FlatAppearance.BorderColor        = System.Drawing.Color.DodgerBlue;
     this.button5.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button5.ForeColor = System.Drawing.Color.Black;
     this.button5.Location  = new System.Drawing.Point(9, 177);
     this.button5.Name      = "button5";
     this.button5.Size      = new System.Drawing.Size(228, 56);
     this.button5.TabIndex  = 13;
     this.button5.Text      = "Clients";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button2
     //
     this.button2.FlatAppearance.BorderColor        = System.Drawing.Color.DodgerBlue;
     this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.ForeColor = System.Drawing.Color.Black;
     this.button2.Location  = new System.Drawing.Point(9, 3);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(228, 44);
     this.button2.TabIndex  = 10;
     this.button2.Text      = "Fuel Levels";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button4
     //
     this.button4.FlatAppearance.BorderColor        = System.Drawing.Color.DodgerBlue;
     this.button4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button4.ForeColor = System.Drawing.Color.Black;
     this.button4.Location  = new System.Drawing.Point(9, 53);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(228, 56);
     this.button4.TabIndex  = 12;
     this.button4.Text      = "Generator Levels";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button3
     //
     this.button3.FlatAppearance.BorderColor        = System.Drawing.Color.DodgerBlue;
     this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.ForeColor = System.Drawing.Color.Black;
     this.button3.Location  = new System.Drawing.Point(9, 115);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(228, 56);
     this.button3.TabIndex  = 11;
     this.button3.Text      = "Manning Levels";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button1
     //
     this.button1.FlatAppearance.BorderColor        = System.Drawing.Color.DodgerBlue;
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.ForeColor = System.Drawing.Color.Black;
     this.button1.Location  = new System.Drawing.Point(9, 239);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(228, 56);
     this.button1.TabIndex  = 9;
     this.button1.Text      = "Welcome Page";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // tileControl1
     //
     this.tileControl1.AllowItemHover        = true;
     this.tileControl1.AllowSelectedItem     = true;
     this.tileControl1.BackgroundImage       = global::DSR.Properties.Resources.hd_wallpapers__15_;
     this.tileControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.tileControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.DragSize = new System.Drawing.Size(0, 0);
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Groups.Add(this.tileGroup3);
     this.tileControl1.ItemCheckMode        = DevExpress.XtraEditors.TileItemCheckMode.Single;
     this.tileControl1.ItemContentAnimation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollDown;
     this.tileControl1.ItemTextShowMode     = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileControl1.Location             = new System.Drawing.Point(243, 24);
     this.tileControl1.MaxId          = 5;
     this.tileControl1.Name           = "tileControl1";
     this.tileControl1.SelectionColor = System.Drawing.Color.Red;
     this.tileControl1.Size           = new System.Drawing.Size(820, 532);
     this.tileControl1.TabIndex       = 6;
     this.tileControl1.Text           = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileItem1);
     this.tileGroup2.Items.Add(this.tileItem2);
     this.tileGroup2.Name = "tileGroup2";
     //
     // tileItem1
     //
     this.tileItem1.ContentAnimation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollDown;
     tileItemElement1.Text           = "Fuel Level";
     tileItemElement1.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.tileItem1.Elements.Add(tileItemElement1);
     tileItemFrame1.Appearance.BackColor              = System.Drawing.Color.DodgerBlue;
     tileItemFrame1.Appearance.BorderColor            = System.Drawing.Color.DodgerBlue;
     tileItemFrame1.Appearance.Font                   = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame1.Appearance.ForeColor              = System.Drawing.Color.Black;
     tileItemFrame1.Appearance.Options.UseBackColor   = true;
     tileItemFrame1.Appearance.Options.UseBorderColor = true;
     tileItemFrame1.Appearance.Options.UseFont        = true;
     tileItemFrame1.Appearance.Options.UseForeColor   = true;
     tileItemElement2.Text          = "Fuel Level";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     tileItemFrame1.Elements.Add(tileItemElement2);
     tileItemFrame2.Appearance.BackColor              = System.Drawing.Color.Black;
     tileItemFrame2.Appearance.BorderColor            = System.Drawing.Color.Black;
     tileItemFrame2.Appearance.Font                   = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame2.Appearance.ForeColor              = System.Drawing.Color.White;
     tileItemFrame2.Appearance.Options.UseBackColor   = true;
     tileItemFrame2.Appearance.Options.UseBorderColor = true;
     tileItemFrame2.Appearance.Options.UseFont        = true;
     tileItemFrame2.Appearance.Options.UseForeColor   = true;
     tileItemElement3.Text          = "Fuel Level";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     tileItemFrame2.Elements.Add(tileItemElement3);
     this.tileItem1.Frames.Add(tileItemFrame1);
     this.tileItem1.Frames.Add(tileItemFrame2);
     this.tileItem1.Id           = 0;
     this.tileItem1.ItemSize     = DevExpress.XtraEditors.TileItemSize.Large;
     this.tileItem1.Name         = "tileItem1";
     this.tileItem1.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileItem1.ItemClick   += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick);
     //
     // tileItem2
     //
     this.tileItem2.ContentAnimation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollTop;
     tileItemElement4.Text           = "Manning Levels";
     tileItemElement4.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.tileItem2.Elements.Add(tileItemElement4);
     tileItemFrame3.Appearance.BackColor              = System.Drawing.Color.Crimson;
     tileItemFrame3.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     tileItemFrame3.Appearance.Font                   = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame3.Appearance.Options.UseBackColor   = true;
     tileItemFrame3.Appearance.Options.UseBorderColor = true;
     tileItemFrame3.Appearance.Options.UseFont        = true;
     tileItemElement5.Text          = "Manning Levels";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     tileItemFrame3.Elements.Add(tileItemElement5);
     tileItemFrame4.Appearance.BackColor              = System.Drawing.Color.White;
     tileItemFrame4.Appearance.BorderColor            = System.Drawing.Color.White;
     tileItemFrame4.Appearance.Font                   = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame4.Appearance.ForeColor              = System.Drawing.Color.Crimson;
     tileItemFrame4.Appearance.Options.UseBackColor   = true;
     tileItemFrame4.Appearance.Options.UseBorderColor = true;
     tileItemFrame4.Appearance.Options.UseFont        = true;
     tileItemFrame4.Appearance.Options.UseForeColor   = true;
     tileItemElement6.Text          = "Manning Levels";
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     tileItemFrame4.Elements.Add(tileItemElement6);
     this.tileItem2.Frames.Add(tileItemFrame3);
     this.tileItem2.Frames.Add(tileItemFrame4);
     this.tileItem2.Id           = 1;
     this.tileItem2.ItemSize     = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem2.Name         = "tileItem2";
     this.tileItem2.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileItem2.ItemClick   += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem2_ItemClick);
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileItem3);
     this.tileGroup3.Items.Add(this.tileItem5);
     this.tileGroup3.Name = "tileGroup3";
     //
     // tileItem3
     //
     this.tileItem3.CurrentFrameIndex = 1;
     tileItemElement7.Text            = "Generator Level";
     tileItemElement7.TextAlignment   = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.tileItem3.Elements.Add(tileItemElement7);
     tileItemFrame5.Appearance.BackColor              = System.Drawing.Color.Black;
     tileItemFrame5.Appearance.BorderColor            = System.Drawing.Color.Black;
     tileItemFrame5.Appearance.Font                   = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame5.Appearance.Options.UseBackColor   = true;
     tileItemFrame5.Appearance.Options.UseBorderColor = true;
     tileItemFrame5.Appearance.Options.UseFont        = true;
     tileItemElement8.Text          = "Generator Level";
     tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     tileItemFrame5.Elements.Add(tileItemElement8);
     tileItemFrame6.Appearance.BackColor              = System.Drawing.Color.DodgerBlue;
     tileItemFrame6.Appearance.BorderColor            = System.Drawing.Color.DodgerBlue;
     tileItemFrame6.Appearance.Font                   = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame6.Appearance.ForeColor              = System.Drawing.Color.Black;
     tileItemFrame6.Appearance.Options.UseBackColor   = true;
     tileItemFrame6.Appearance.Options.UseBorderColor = true;
     tileItemFrame6.Appearance.Options.UseFont        = true;
     tileItemFrame6.Appearance.Options.UseForeColor   = true;
     tileItemElement9.Text          = "Generator Level";
     tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     tileItemFrame6.Elements.Add(tileItemElement9);
     this.tileItem3.Frames.Add(tileItemFrame5);
     this.tileItem3.Frames.Add(tileItemFrame6);
     this.tileItem3.Id           = 2;
     this.tileItem3.ItemSize     = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem3.Name         = "tileItem3";
     this.tileItem3.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileItem3.ItemClick   += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem3_ItemClick);
     //
     // tileItem5
     //
     this.tileItem5.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("tileItem5.BackgroundImage")));
     this.tileItem5.ContentAnimation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollRight;
     tileItemElement10.Text          = "Client";
     tileItemElement10.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.tileItem5.Elements.Add(tileItemElement10);
     tileItemFrame7.Appearance.BackColor              = System.Drawing.Color.Crimson;
     tileItemFrame7.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     tileItemFrame7.Appearance.Font                   = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame7.Appearance.ForeColor              = System.Drawing.Color.Black;
     tileItemFrame7.Appearance.Options.UseBackColor   = true;
     tileItemFrame7.Appearance.Options.UseBorderColor = true;
     tileItemFrame7.Appearance.Options.UseFont        = true;
     tileItemFrame7.Appearance.Options.UseForeColor   = true;
     tileItemFrame7.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("tileItemFrame7.BackgroundImage")));
     tileItemElement11.Text          = "Client";
     tileItemElement11.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     tileItemFrame7.Elements.Add(tileItemElement11);
     tileItemFrame8.Appearance.BackColor            = System.Drawing.Color.DodgerBlue;
     tileItemFrame8.Appearance.Font                 = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemFrame8.Appearance.ForeColor            = System.Drawing.Color.White;
     tileItemFrame8.Appearance.Options.UseBackColor = true;
     tileItemFrame8.Appearance.Options.UseFont      = true;
     tileItemFrame8.Appearance.Options.UseForeColor = true;
     tileItemFrame8.BackgroundImage                 = ((System.Drawing.Image)(resources.GetObject("tileItemFrame8.BackgroundImage")));
     tileItemElement12.Text          = "Client";
     tileItemElement12.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     tileItemFrame8.Elements.Add(tileItemElement12);
     this.tileItem5.Frames.Add(tileItemFrame7);
     this.tileItem5.Frames.Add(tileItemFrame8);
     this.tileItem5.Id           = 4;
     this.tileItem5.ItemSize     = DevExpress.XtraEditors.TileItemSize.Large;
     this.tileItem5.Name         = "tileItem5";
     this.tileItem5.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
     this.tileItem5.ItemClick   += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem5_ItemClick);
     //
     // frm_welcome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(1063, 556);
     this.ControlBox          = false;
     this.Controls.Add(this.tileControl1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.menuStrip1);
     this.Font            = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor       = System.Drawing.Color.White;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer  = true;
     this.MainMenuStrip   = this.menuStrip1;
     this.Name            = "frm_welcome";
     this.Opacity         = 0.97D;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Daily Security Return";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.frm_welcome_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #25
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame1 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame2 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame3 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
            this.metroUIView1 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.MetroUIView(this.components);
            this.tileContainer1 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.TileContainer(this.components);
            this.pageGroup1 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.PageGroup(this.components);
            this.document1 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
            this.document2 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
            this.document3 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
            this.document4 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
            this.document1Tile = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
            this.document2Tile = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
            this.document3Tile = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
            this.document4Tile = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
            this.document5Tile = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
            this.page1 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Page(this.components);
            this.document5 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
            this.document6Tile = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
            this.page2 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Page(this.components);
            this.document6 = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.metroUIView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pageGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document1Tile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document2Tile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document3Tile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document4Tile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document5Tile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.page1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document6Tile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.page2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.document6)).BeginInit();
            this.SuspendLayout();
            // 
            // documentManager1
            // 
            this.documentManager1.ContainerControl = this;
            this.documentManager1.View = this.metroUIView1;
            this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
            this.metroUIView1});
            // 
            // metroUIView1
            // 
            this.metroUIView1.ContentContainers.AddRange(new DevExpress.XtraBars.Docking2010.Views.MetroUI.IContentContainer[] {
            this.tileContainer1,
            this.pageGroup1,
            this.page1,
            this.page2});
            this.metroUIView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
            this.document1,
            this.document2,
            this.document3,
            this.document4,
            this.document5,
            this.document6});
            this.metroUIView1.Tiles.AddRange(new DevExpress.XtraBars.Docking2010.Views.MetroUI.BaseTile[] {
            this.document1Tile,
            this.document2Tile,
            this.document3Tile,
            this.document4Tile,
            this.document5Tile,
            this.document6Tile});
            this.metroUIView1.QueryControl += new DevExpress.XtraBars.Docking2010.Views.QueryControlEventHandler(this.metroUIView1_QueryControl);
            // 
            // tileContainer1
            // 
            this.tileContainer1.ActivationTarget = this.pageGroup1;
            this.tileContainer1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.MetroUI.BaseTile[] {
            this.document1Tile,
            this.document2Tile,
            this.document3Tile,
            this.document4Tile,
            this.document5Tile,
            this.document6Tile});
            // 
            // pageGroup1
            // 
            this.pageGroup1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document[] {
            this.document1,
            this.document2,
            this.document3,
            this.document4});
            this.pageGroup1.Parent = this.tileContainer1;
            // 
            // document1
            // 
            this.document1.Caption = "document1";
            this.document1.ControlName = "document1";
            // 
            // document2
            // 
            this.document2.Caption = "document2";
            this.document2.ControlName = "document2";
            // 
            // document3
            // 
            this.document3.Caption = "document3";
            this.document3.ControlName = "document3";
            // 
            // document4
            // 
            this.document4.Caption = "document4";
            this.document4.ControlName = "document4";
            // 
            // document1Tile
            // 
            this.document1Tile.Appearances.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.document1Tile.Appearances.Normal.Font = new System.Drawing.Font("Times New Roman", 12F);
            this.document1Tile.Appearances.Normal.Options.UseBackColor = true;
            this.document1Tile.Appearances.Normal.Options.UseFont = true;
            this.document1Tile.Document = this.document1;
            tileItemElement1.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement1.Text = "element1";
            tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            this.document1Tile.Elements.Add(tileItemElement1);
            tileItemElement2.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement2.Text = "element1";
            tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            tileItemFrame1.Elements.Add(tileItemElement2);
            tileItemElement3.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement3.Text = "element1";
            tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            tileItemElement4.Text = "element2";
            tileItemFrame2.Elements.Add(tileItemElement3);
            tileItemFrame2.Elements.Add(tileItemElement4);
            tileItemElement5.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement5.Text = "element1";
            tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            tileItemFrame3.Elements.Add(tileItemElement5);
            this.document1Tile.Frames.Add(tileItemFrame1);
            this.document1Tile.Frames.Add(tileItemFrame2);
            this.document1Tile.Frames.Add(tileItemFrame3);
            this.document1Tile.Group = "Main";
            this.document1Tile.Properties.FrameAnimationInterval = 1000;
            this.document1Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.True;
            // 
            // document2Tile
            // 
            this.document2Tile.Appearances.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.document2Tile.Appearances.Normal.Font = new System.Drawing.Font("Times New Roman", 12F);
            this.document2Tile.Appearances.Normal.Options.UseBackColor = true;
            this.document2Tile.Appearances.Normal.Options.UseFont = true;
            this.document2Tile.Document = this.document2;
            tileItemElement6.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Bottom;
            tileItemElement6.Text = "element1";
            tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            this.document2Tile.Elements.Add(tileItemElement6);
            this.document2Tile.Group = "Main";
            this.document2Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
            // 
            // document3Tile
            // 
            this.document3Tile.Document = this.document3;
            this.document3Tile.Group = "Main";
            this.document3Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
            // 
            // document4Tile
            // 
            this.document4Tile.Document = this.document4;
            this.document4Tile.Group = "Main";
            this.document4Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
            // 
            // document5Tile
            // 
            this.document5Tile.ActivationTarget = this.page1;
            this.document5Tile.Document = this.document5;
            this.document5Tile.Group = "Utils";
            this.document5Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
            // 
            // page1
            // 
            this.page1.Document = this.document5;
            this.page1.Parent = this.tileContainer1;
            // 
            // document5
            // 
            this.document5.Caption = "document5";
            this.document5.ControlName = "document5";
            // 
            // document6Tile
            // 
            this.document6Tile.ActivationTarget = this.page2;
            this.document6Tile.Document = this.document6;
            this.document6Tile.Group = "Utils";
            this.document6Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
            // 
            // page2
            // 
            this.page2.Document = this.document6;
            this.page2.Parent = this.tileContainer1;
            // 
            // document6
            // 
            this.document6.Caption = "document6";
            this.document6.ControlName = "document6";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(839, 528);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "Form1";
            this.Text = "Form1";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.metroUIView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pageGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document1Tile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document2Tile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document3Tile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document4Tile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document5Tile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.page1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document6Tile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.page2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.document6)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(TelaListaDadosAutoresDev));
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     this.grdDados           = new DevExpress.XtraGrid.GridControl();
     this.grdvAutores        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.clnCodigoAutor     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.clnAutores         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.clnDataNascimento  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.clnSite            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.clnBibliografia    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1      = new DevExpress.XtraEditors.PanelControl();
     this.txtPesquisa        = new DevExpress.XtraEditors.TextEdit();
     this.tlbCadastrosLivros = new DevExpress.XtraBars.Navigation.TileBar();
     this.tileBarGroup4      = new DevExpress.XtraBars.Navigation.TileBarGroup();
     this.tbiAlterar         = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.tbiApagar          = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.tbiCancelar        = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.btnPesquisar       = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl2      = new DevExpress.XtraEditors.PanelControl();
     this.autorBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.grdDados)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdvAutores)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPesquisa.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.autorBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // grdDados
     //
     this.grdDados.Location = new System.Drawing.Point(2, 28);
     this.grdDados.MainView = this.grdvAutores;
     this.grdDados.Name     = "grdDados";
     this.grdDados.Size     = new System.Drawing.Size(889, 475);
     this.grdDados.TabIndex = 0;
     this.grdDados.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grdvAutores
     });
     //
     // grdvAutores
     //
     this.grdvAutores.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.clnCodigoAutor,
         this.clnAutores,
         this.clnDataNascimento,
         this.clnSite,
         this.clnBibliografia
     });
     this.grdvAutores.GridControl = this.grdDados;
     this.grdvAutores.Name        = "grdvAutores";
     this.grdvAutores.OptionsBehavior.Editable = false;
     //
     // clnCodigoAutor
     //
     this.clnCodigoAutor.Caption   = "Cód.";
     this.clnCodigoAutor.FieldName = "CodigoAutor";
     this.clnCodigoAutor.MaxWidth  = 50;
     this.clnCodigoAutor.MinWidth  = 40;
     this.clnCodigoAutor.Name      = "clnCodigoAutor";
     this.clnCodigoAutor.OptionsColumn.AllowEdit  = false;
     this.clnCodigoAutor.OptionsColumn.AllowFocus = false;
     this.clnCodigoAutor.Visible      = true;
     this.clnCodigoAutor.VisibleIndex = 0;
     this.clnCodigoAutor.Width        = 50;
     //
     // clnAutores
     //
     this.clnAutores.Caption   = "Autor";
     this.clnAutores.FieldName = "Nome";
     this.clnAutores.MaxWidth  = 300;
     this.clnAutores.MinWidth  = 150;
     this.clnAutores.Name      = "clnAutores";
     this.clnAutores.OptionsColumn.AllowEdit  = false;
     this.clnAutores.OptionsColumn.AllowFocus = false;
     this.clnAutores.Visible      = true;
     this.clnAutores.VisibleIndex = 1;
     this.clnAutores.Width        = 236;
     //
     // clnDataNascimento
     //
     this.clnDataNascimento.Caption   = "Data de nascimento";
     this.clnDataNascimento.FieldName = "DataNascimento";
     this.clnDataNascimento.MaxWidth  = 130;
     this.clnDataNascimento.MinWidth  = 120;
     this.clnDataNascimento.Name      = "clnDataNascimento";
     this.clnDataNascimento.OptionsColumn.AllowEdit  = false;
     this.clnDataNascimento.OptionsColumn.AllowFocus = false;
     this.clnDataNascimento.Visible      = true;
     this.clnDataNascimento.VisibleIndex = 2;
     this.clnDataNascimento.Width        = 130;
     //
     // clnSite
     //
     this.clnSite.Caption   = "Site";
     this.clnSite.FieldName = "Site";
     this.clnSite.MaxWidth  = 200;
     this.clnSite.MinWidth  = 25;
     this.clnSite.Name      = "clnSite";
     this.clnSite.OptionsColumn.AllowEdit  = false;
     this.clnSite.OptionsColumn.AllowFocus = false;
     this.clnSite.Visible      = true;
     this.clnSite.VisibleIndex = 3;
     this.clnSite.Width        = 158;
     //
     // clnBibliografia
     //
     this.clnBibliografia.Caption   = "Bibliografia";
     this.clnBibliografia.FieldName = "Bibliografia";
     this.clnBibliografia.MaxWidth  = 400;
     this.clnBibliografia.MinWidth  = 25;
     this.clnBibliografia.Name      = "clnBibliografia";
     this.clnBibliografia.OptionsColumn.AllowEdit  = false;
     this.clnBibliografia.OptionsColumn.AllowFocus = false;
     this.clnBibliografia.Visible      = true;
     this.clnBibliografia.VisibleIndex = 4;
     this.clnBibliografia.Width        = 292;
     //
     // panelControl1
     //
     this.panelControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panelControl1.Controls.Add(this.txtPesquisa);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(893, 92);
     this.panelControl1.TabIndex = 1;
     //
     // txtPesquisa
     //
     this.txtPesquisa.Location = new System.Drawing.Point(12, 30);
     this.txtPesquisa.Name     = "txtPesquisa";
     this.txtPesquisa.Properties.Appearance.Font            = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPesquisa.Properties.Appearance.Options.UseFont = true;
     this.txtPesquisa.Size         = new System.Drawing.Size(663, 30);
     this.txtPesquisa.TabIndex     = 17;
     this.txtPesquisa.TextChanged += new System.EventHandler(this.TxtPesquisa_TextChanged);
     //
     // tlbCadastrosLivros
     //
     this.tlbCadastrosLivros.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tlbCadastrosLivros.Groups.Add(this.tileBarGroup4);
     this.tlbCadastrosLivros.Location   = new System.Drawing.Point(334, 509);
     this.tlbCadastrosLivros.MaxId      = 7;
     this.tlbCadastrosLivros.Name       = "tlbCadastrosLivros";
     this.tlbCadastrosLivros.Padding    = new System.Windows.Forms.Padding(25, 7, 25, 7);
     this.tlbCadastrosLivros.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
     this.tlbCadastrosLivros.Size       = new System.Drawing.Size(557, 113);
     this.tlbCadastrosLivros.TabIndex   = 13;
     this.tlbCadastrosLivros.Text       = "tileBar1";
     //
     // tileBarGroup4
     //
     this.tileBarGroup4.Items.Add(this.tbiAlterar);
     this.tileBarGroup4.Items.Add(this.tbiApagar);
     this.tileBarGroup4.Items.Add(this.tbiCancelar);
     this.tileBarGroup4.Name = "tileBarGroup4";
     //
     // tbiAlterar
     //
     this.tbiAlterar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.ImageOptions.Image       = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     tileItemElement1.Text          = "Alterar";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tbiAlterar.Elements.Add(tileItemElement1);
     this.tbiAlterar.Id         = 5;
     this.tbiAlterar.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tbiAlterar.Name       = "tbiAlterar";
     this.tbiAlterar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TbiAlterar_ItemClick);
     //
     // tbiApagar
     //
     this.tbiApagar.DropDownOptions.BeakColor     = System.Drawing.Color.Empty;
     tileItemElement2.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     tileItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopLeft;
     tileItemElement2.Text          = "Apagar";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tbiApagar.Elements.Add(tileItemElement2);
     this.tbiApagar.Id         = 0;
     this.tbiApagar.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tbiApagar.Name       = "tbiApagar";
     this.tbiApagar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TbiApagar_ItemClick);
     //
     // tbiCancelar
     //
     this.tbiCancelar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement3.ImageOptions.Image        = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     tileItemElement3.Text          = "Cancelar";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tbiCancelar.Elements.Add(tileItemElement3);
     this.tbiCancelar.Id         = 1;
     this.tbiCancelar.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.tbiCancelar.Name       = "tbiCancelar";
     this.tbiCancelar.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.TbiCancelar_ItemClick);
     //
     // btnPesquisar
     //
     this.btnPesquisar.Location = new System.Drawing.Point(569, 169);
     this.btnPesquisar.Name     = "btnPesquisar";
     this.btnPesquisar.Size     = new System.Drawing.Size(145, 69);
     this.btnPesquisar.TabIndex = 0;
     this.btnPesquisar.Text     = "Pesquisar";
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.grdDados);
     this.panelControl2.Controls.Add(this.btnPesquisar);
     this.panelControl2.Controls.Add(this.tlbCadastrosLivros);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 92);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(893, 634);
     this.panelControl2.TabIndex = 2;
     //
     // autorBindingSource
     //
     this.autorBindingSource.DataSource = typeof(BibliotecaSoftware.Model.Autor);
     //
     // TelaListaDadosAutoresDev
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(893, 726);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TelaListaDadosAutoresDev";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Lista de Autores";
     ((System.ComponentModel.ISupportInitialize)(this.grdDados)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdvAutores)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtPesquisa.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.autorBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #27
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInicio));
            this.ControlMenu = new DevExpress.XtraEditors.TileControl();
            this.tileGroup1 = new DevExpress.XtraEditors.TileGroup();
            this.btnAdd = new DevExpress.XtraEditors.TileItem();
            this.btnAdmin = new DevExpress.XtraEditors.TileItem();
            this.btnPerfil = new DevExpress.XtraEditors.TileItem();
            this.btnUsuarios = new DevExpress.XtraEditors.TileItem();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.SuspendLayout();
            // 
            // ControlMenu
            // 
            this.ControlMenu.AppearanceItem.Hovered.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ControlMenu.AppearanceItem.Hovered.Options.UseFont = true;
            this.ControlMenu.AppearanceItem.Normal.BackColor = System.Drawing.Color.Silver;
            this.ControlMenu.AppearanceItem.Normal.Options.UseBackColor = true;
            this.ControlMenu.AppearanceText.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ControlMenu.AppearanceText.Options.UseFont = true;
            this.ControlMenu.BackgroundImage = global::UI.Properties.Resources.fuch;
            this.ControlMenu.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ControlMenu.DragSize = new System.Drawing.Size(0, 0);
            this.ControlMenu.Groups.Add(this.tileGroup1);
            this.ControlMenu.Location = new System.Drawing.Point(0, 0);
            this.ControlMenu.MaxId = 30;
            this.ControlMenu.Name = "ControlMenu";
            this.ControlMenu.Size = new System.Drawing.Size(624, 503);
            this.ControlMenu.TabIndex = 0;
            this.ControlMenu.Text = "tileControl1";
            // 
            // tileGroup1
            // 
            this.tileGroup1.Items.Add(this.btnAdd);
            this.tileGroup1.Items.Add(this.btnAdmin);
            this.tileGroup1.Items.Add(this.btnPerfil);
            this.tileGroup1.Items.Add(this.btnUsuarios);
            this.tileGroup1.Name = "tileGroup1";
            // 
            // btnAdd
            // 
            this.btnAdd.AppearanceItem.Normal.BackColor = System.Drawing.Color.HotPink;
            this.btnAdd.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.HotPink;
            this.btnAdd.AppearanceItem.Normal.BorderColor = System.Drawing.Color.Black;
            this.btnAdd.AppearanceItem.Normal.Options.UseBackColor = true;
            this.btnAdd.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement1.Image = global::UI.Properties.Resources.pin2;
            tileItemElement1.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopCenter;
            tileItemElement1.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
            tileItemElement1.Text = "Agregar";
            tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.btnAdd.Elements.Add(tileItemElement1);
            this.btnAdd.Id = 7;
            this.btnAdd.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
            this.btnAdd.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.btnAdd_ItemClick);
            // 
            // btnAdmin
            // 
            this.btnAdmin.AppearanceItem.Normal.BackColor = System.Drawing.Color.DarkSeaGreen;
            this.btnAdmin.AppearanceItem.Normal.BorderColor = System.Drawing.Color.Black;
            this.btnAdmin.AppearanceItem.Normal.Options.UseBackColor = true;
            this.btnAdmin.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement2.Image = global::UI.Properties.Resources.gears;
            tileItemElement2.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement2.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
            tileItemElement2.Text = "Administrar ";
            tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.btnAdmin.Elements.Add(tileItemElement2);
            this.btnAdmin.Id = 8;
            this.btnAdmin.ItemSize = DevExpress.XtraEditors.TileItemSize.Large;
            this.btnAdmin.Name = "btnAdmin";
            this.btnAdmin.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
            this.btnAdmin.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.btnAdmin_ItemClick);
            // 
            // btnPerfil
            // 
            this.btnPerfil.AppearanceItem.Normal.BackColor = System.Drawing.Color.SkyBlue;
            this.btnPerfil.AppearanceItem.Normal.BorderColor = System.Drawing.Color.Black;
            this.btnPerfil.AppearanceItem.Normal.Options.UseBackColor = true;
            this.btnPerfil.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement3.Image = global::UI.Properties.Resources.User_profile1;
            tileItemElement3.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement3.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
            tileItemElement3.Text = "Perfil";
            tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.btnPerfil.Elements.Add(tileItemElement3);
            this.btnPerfil.Id = 24;
            this.btnPerfil.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.btnPerfil.Name = "btnPerfil";
            this.btnPerfil.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
            this.btnPerfil.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.btnPerfil_ItemClick);
            // 
            // btnUsuarios
            // 
            this.btnUsuarios.AppearanceItem.Normal.BackColor = System.Drawing.Color.LightSalmon;
            this.btnUsuarios.AppearanceItem.Normal.BorderColor = System.Drawing.Color.Black;
            this.btnUsuarios.AppearanceItem.Normal.Options.UseBackColor = true;
            this.btnUsuarios.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement4.Image = global::UI.Properties.Resources.users;
            tileItemElement4.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopCenter;
            tileItemElement4.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
            tileItemElement4.Text = "Usuarios";
            tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.btnUsuarios.Elements.Add(tileItemElement4);
            this.btnUsuarios.Id = 29;
            this.btnUsuarios.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.btnUsuarios.Name = "btnUsuarios";
            this.btnUsuarios.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
            this.btnUsuarios.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.btnUsuarios_ItemClick);
            // 
            // tileItem1
            // 
            this.tileItem1.AppearanceItem.Normal.BackColor = System.Drawing.Color.HotPink;
            this.tileItem1.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.HotPink;
            this.tileItem1.AppearanceItem.Normal.BorderColor = System.Drawing.Color.Black;
            this.tileItem1.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileItem1.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement5.Image = global::UI.Properties.Resources.pin2;
            tileItemElement5.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopCenter;
            tileItemElement5.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze;
            tileItemElement5.Text = "Agregar";
            tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem1.Elements.Add(tileItemElement5);
            this.tileItem1.Id = 7;
            this.tileItem1.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tileItem1.Name = "tileItem1";
            this.tileItem1.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
            // 
            // frmInicio
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 503);
            this.Controls.Add(this.ControlMenu);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmInicio";
            this.Text = "Panel de Control";
            this.Load += new System.EventHandler(this.frmInicio_Load);
            this.ResumeLayout(false);

        }
コード例 #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(OdaIslemleri));
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
     this.tileControl1                   = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2                     = new DevExpress.XtraEditors.TileGroup();
     this.tileItemOdaTanimlama           = new DevExpress.XtraEditors.TileItem();
     this.tileItemOdaMusteriIliskilendir = new DevExpress.XtraEditors.TileItem();
     this.tileItemOdaListesi             = new DevExpress.XtraEditors.TileItem();
     this.tileSureUzat                   = new DevExpress.XtraEditors.TileItem();
     this.tileGroup3                     = new DevExpress.XtraEditors.TileGroup();
     this.tileItemOdaRezerveEt           = new DevExpress.XtraEditors.TileItem();
     this.tileItemKatPlani               = new DevExpress.XtraEditors.TileItem();
     this.tileItem1          = new DevExpress.XtraEditors.TileItem();
     this.tileItem7          = new DevExpress.XtraEditors.TileItem();
     this.metroStyleManager1 = new MetroFramework.Components.MetroStyleManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).BeginInit();
     this.SuspendLayout();
     //
     // tileControl1
     //
     this.tileControl1.Cursor = System.Windows.Forms.Cursors.Default;
     this.tileControl1.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Groups.Add(this.tileGroup3);
     this.tileControl1.ItemSize = 180;
     this.tileControl1.Location = new System.Drawing.Point(20, 60);
     this.tileControl1.MaxId    = 9;
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Position = 188;
     this.tileControl1.Size     = new System.Drawing.Size(1016, 608);
     this.tileControl1.TabIndex = 0;
     this.tileControl1.Text     = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileItemOdaTanimlama);
     this.tileGroup2.Items.Add(this.tileItemOdaMusteriIliskilendir);
     this.tileGroup2.Items.Add(this.tileItemOdaListesi);
     this.tileGroup2.Items.Add(this.tileSureUzat);
     this.tileGroup2.Name = "tileGroup2";
     //
     // tileItemOdaTanimlama
     //
     this.tileItemOdaTanimlama.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItemOdaTanimlama.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemOdaTanimlama.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemOdaTanimlama.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemOdaTanimlama.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemOdaTanimlama.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemOdaTanimlama.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileItemOdaTanimlama.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileItemOdaTanimlama.BackgroundImage")));
     tileItemElement1.Text          = "Oda Tanimlama";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemOdaTanimlama.Elements.Add(tileItemElement1);
     this.tileItemOdaTanimlama.Id         = 5;
     this.tileItemOdaTanimlama.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemOdaTanimlama.Name       = "tileItemOdaTanimlama";
     this.tileItemOdaTanimlama.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem6_ItemClick);
     //
     // tileItemOdaMusteriIliskilendir
     //
     this.tileItemOdaMusteriIliskilendir.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItemOdaMusteriIliskilendir.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemOdaMusteriIliskilendir.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemOdaMusteriIliskilendir.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemOdaMusteriIliskilendir.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemOdaMusteriIliskilendir.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemOdaMusteriIliskilendir.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileItemOdaMusteriIliskilendir.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileItemOdaMusteriIliskilendir.BackgroundImage")));
     tileItemElement2.Text          = "Oda Check-in";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemOdaMusteriIliskilendir.Elements.Add(tileItemElement2);
     this.tileItemOdaMusteriIliskilendir.Id         = 1;
     this.tileItemOdaMusteriIliskilendir.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemOdaMusteriIliskilendir.Name       = "tileItemOdaMusteriIliskilendir";
     this.tileItemOdaMusteriIliskilendir.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem2_ItemClick);
     //
     // tileItemOdaListesi
     //
     this.tileItemOdaListesi.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItemOdaListesi.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemOdaListesi.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemOdaListesi.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemOdaListesi.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemOdaListesi.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemOdaListesi.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileItemOdaListesi.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileItemOdaListesi.BackgroundImage")));
     tileItemElement3.Text          = "Oda Listesi";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemOdaListesi.Elements.Add(tileItemElement3);
     this.tileItemOdaListesi.Id         = 0;
     this.tileItemOdaListesi.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemOdaListesi.Name       = "tileItemOdaListesi";
     this.tileItemOdaListesi.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick);
     //
     // tileSureUzat
     //
     this.tileSureUzat.AppearanceItem.Normal.Font            = new System.Drawing.Font("Tahoma", 15F);
     this.tileSureUzat.AppearanceItem.Normal.Options.UseFont = true;
     this.tileSureUzat.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileSureUzat.BackgroundImage")));
     tileItemElement4.Text             = "Süre Uzat";
     tileItemElement4.TextAlignment    = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileSureUzat.Elements.Add(tileItemElement4);
     this.tileSureUzat.Id         = 8;
     this.tileSureUzat.ItemSize   = DevExpress.XtraEditors.TileItemSize.Large;
     this.tileSureUzat.Name       = "tileSureUzat";
     this.tileSureUzat.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileSureUzat_ItemClick);
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileItemOdaRezerveEt);
     this.tileGroup3.Items.Add(this.tileItemKatPlani);
     this.tileGroup3.Items.Add(this.tileItem1);
     this.tileGroup3.Items.Add(this.tileItem7);
     this.tileGroup3.Name = "tileGroup3";
     //
     // tileItemOdaRezerveEt
     //
     this.tileItemOdaRezerveEt.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItemOdaRezerveEt.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemOdaRezerveEt.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemOdaRezerveEt.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemOdaRezerveEt.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemOdaRezerveEt.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemOdaRezerveEt.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileItemOdaRezerveEt.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileItemOdaRezerveEt.BackgroundImage")));
     tileItemElement5.Text          = "Oda Rezerve Et";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemOdaRezerveEt.Elements.Add(tileItemElement5);
     this.tileItemOdaRezerveEt.Id         = 2;
     this.tileItemOdaRezerveEt.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemOdaRezerveEt.Name       = "tileItemOdaRezerveEt";
     this.tileItemOdaRezerveEt.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem3_ItemClick);
     //
     // tileItemKatPlani
     //
     this.tileItemKatPlani.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItemKatPlani.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemKatPlani.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemKatPlani.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemKatPlani.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemKatPlani.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemKatPlani.AppearanceItem.Pressed.Options.UseBorderColor = true;
     tileItemElement6.Text          = "Kat Planı";
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemKatPlani.Elements.Add(tileItemElement6);
     this.tileItemKatPlani.Id         = 3;
     this.tileItemKatPlani.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemKatPlani.Name       = "tileItemKatPlani";
     this.tileItemKatPlani.Visible    = false;
     this.tileItemKatPlani.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem4_ItemClick);
     //
     // tileItem1
     //
     this.tileItem1.AppearanceItem.Normal.Font            = new System.Drawing.Font("Tahoma", 15F);
     this.tileItem1.AppearanceItem.Normal.Options.UseFont = true;
     this.tileItem1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileItem1.BackgroundImage")));
     tileItemElement7.Text          = "Check-Out";
     tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItem1.Elements.Add(tileItemElement7);
     this.tileItem1.Id         = 7;
     this.tileItem1.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem1.Name       = "tileItem1";
     this.tileItem1.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick_1);
     //
     // tileItem7
     //
     this.tileItem7.AppearanceItem.Normal.BackColor               = System.Drawing.Color.Red;
     this.tileItem7.AppearanceItem.Normal.BackColor2              = System.Drawing.Color.Red;
     this.tileItem7.AppearanceItem.Normal.BorderColor             = System.Drawing.Color.Red;
     this.tileItem7.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItem7.AppearanceItem.Normal.ForeColor               = System.Drawing.Color.White;
     this.tileItem7.AppearanceItem.Normal.Options.UseBackColor    = true;
     this.tileItem7.AppearanceItem.Normal.Options.UseBorderColor  = true;
     this.tileItem7.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItem7.AppearanceItem.Normal.Options.UseForeColor    = true;
     this.tileItem7.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItem7.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItem7.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItem7.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItem7.AppearanceItem.Pressed.Options.UseBorderColor = true;
     tileItemElement8.Text          = "Kapat";
     tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItem7.Elements.Add(tileItemElement8);
     this.tileItem7.Id         = 6;
     this.tileItem7.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem7.Name       = "tileItem7";
     this.tileItem7.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem7_ItemClick);
     //
     // metroStyleManager1
     //
     this.metroStyleManager1.Owner = null;
     //
     // OdaIslemleri
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1056, 688);
     this.Controls.Add(this.tileControl1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Movable     = false;
     this.Name        = "OdaIslemleri";
     this.Resizable   = false;
     this.Text        = " ";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.OdaIslemleri_Load);
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #29
0
ファイル: StokMenu.Designer.cs プロジェクト: sametson/Test
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileItemHamStok = new DevExpress.XtraEditors.TileItem();
            this.tileItemImalatSevk = new DevExpress.XtraEditors.TileItem();
            this.tileGroup6 = new DevExpress.XtraEditors.TileGroup();
            this.tileItemMalzemeler = new DevExpress.XtraEditors.TileItem();
            this.tileItemIslenmisMalzemeSevk = new DevExpress.XtraEditors.TileItem();
            this.tileGroup1 = new DevExpress.XtraEditors.TileGroup();
            this.tileItemStokRaporlari = new DevExpress.XtraEditors.TileItem();
            this.tileItemMusteriyeSevk = new DevExpress.XtraEditors.TileItem();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.SuspendLayout();
            // 
            // tileControl1
            // 
            this.tileControl1.AllowDrop = true;
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Groups.Add(this.tileGroup6);
            this.tileControl1.Groups.Add(this.tileGroup1);
            this.tileControl1.Location = new System.Drawing.Point(0, 0);
            this.tileControl1.MaxId = 15;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Size = new System.Drawing.Size(1057, 641);
            this.tileControl1.TabIndex = 2;
            this.tileControl1.Text = "Giriş Menüsü";
            this.tileControl1.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Center;
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItemHamStok);
            this.tileGroup2.Items.Add(this.tileItemImalatSevk);
            this.tileGroup2.Name = "tileGroup2";
            // 
            // tileItemHamStok
            // 
            this.tileItemHamStok.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemHamStok.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemHamStok.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.kasa;
            this.tileItemHamStok.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemHamStok.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement1.Text = "Ambara Malzeme<br>Giriş<br>İrsaliyesi";
            tileItemElement1.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemHamStok.Elements.Add(tileItemElement1);
            this.tileItemHamStok.Id = 0;
            this.tileItemHamStok.IsLarge = true;
            this.tileItemHamStok.Name = "tileItemHamStok";
            this.tileItemHamStok.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemHamStok_ItemClick);
            // 
            // tileItemImalatSevk
            // 
            this.tileItemImalatSevk.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemImalatSevk.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemImalatSevk.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.islemesevk;
            this.tileItemImalatSevk.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemImalatSevk.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement2.Text = "Ham Malzemenin<br>İşlemeye Sevki";
            tileItemElement2.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemImalatSevk.Elements.Add(tileItemElement2);
            this.tileItemImalatSevk.Id = 10;
            this.tileItemImalatSevk.IsLarge = true;
            this.tileItemImalatSevk.Name = "tileItemImalatSevk";
            this.tileItemImalatSevk.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemImalatSevk_ItemClick);
            // 
            // tileGroup6
            // 
            this.tileGroup6.Items.Add(this.tileItemMalzemeler);
            this.tileGroup6.Items.Add(this.tileItemIslenmisMalzemeSevk);
            this.tileGroup6.Name = "tileGroup6";
            // 
            // tileItemMalzemeler
            // 
            this.tileItemMalzemeler.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemMalzemeler.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemMalzemeler.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.malzemeler;
            this.tileItemMalzemeler.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemMalzemeler.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement3.Text = "Malzemeler";
            tileItemElement3.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemMalzemeler.Elements.Add(tileItemElement3);
            this.tileItemMalzemeler.Id = 6;
            this.tileItemMalzemeler.IsLarge = true;
            this.tileItemMalzemeler.Name = "tileItemMalzemeler";
            this.tileItemMalzemeler.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemMalzemeler_ItemClick);
            // 
            // tileItemIslenmisMalzemeSevk
            // 
            this.tileItemIslenmisMalzemeSevk.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemIslenmisMalzemeSevk.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemIslenmisMalzemeSevk.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.SevkAlani;
            this.tileItemIslenmisMalzemeSevk.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemIslenmisMalzemeSevk.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement4.Text = "İşlenmiş Malzemenin<br>Alana Sevki";
            tileItemElement4.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemIslenmisMalzemeSevk.Elements.Add(tileItemElement4);
            this.tileItemIslenmisMalzemeSevk.Id = 12;
            this.tileItemIslenmisMalzemeSevk.IsLarge = true;
            this.tileItemIslenmisMalzemeSevk.Name = "tileItemIslenmisMalzemeSevk";
            this.tileItemIslenmisMalzemeSevk.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemIslenmisMalzemeSevk_ItemClick);
            // 
            // tileGroup1
            // 
            this.tileGroup1.Items.Add(this.tileItemStokRaporlari);
            this.tileGroup1.Items.Add(this.tileItemMusteriyeSevk);
            this.tileGroup1.Name = "tileGroup1";
            // 
            // tileItemStokRaporlari
            // 
            this.tileItemStokRaporlari.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemStokRaporlari.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemStokRaporlari.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.stokrapor;
            this.tileItemStokRaporlari.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemStokRaporlari.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement5.Text = "Stok<br>Raporları";
            tileItemElement5.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemStokRaporlari.Elements.Add(tileItemElement5);
            this.tileItemStokRaporlari.Id = 14;
            this.tileItemStokRaporlari.IsLarge = true;
            this.tileItemStokRaporlari.Name = "tileItemStokRaporlari";
            this.tileItemStokRaporlari.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemStokRaporlari_ItemClick);
            // 
            // tileItemMusteriyeSevk
            // 
            this.tileItemMusteriyeSevk.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemMusteriyeSevk.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemMusteriyeSevk.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.musterisevk;
            this.tileItemMusteriyeSevk.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemMusteriyeSevk.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement6.Text = "Müşteriye<br>Sevk İrsaliyesi";
            tileItemElement6.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemMusteriyeSevk.Elements.Add(tileItemElement6);
            this.tileItemMusteriyeSevk.Id = 13;
            this.tileItemMusteriyeSevk.IsLarge = true;
            this.tileItemMusteriyeSevk.Name = "tileItemMusteriyeSevk";
            this.tileItemMusteriyeSevk.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemMusteriyeSevk_ItemClick);
            // 
            // tileGroup3
            // 
            this.tileGroup3.Name = "tileGroup3";
            // 
            // StokMenu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1057, 641);
            this.Controls.Add(this.tileControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "StokMenu";
            this.Text = "Stok Menüsü";
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     this.tileBar                   = new DevExpress.XtraBars.Navigation.TileBar();
     this.tileBarGroupTables        = new DevExpress.XtraBars.Navigation.TileBarGroup();
     this.employeesTileBarItem      = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.videoslistTileBarItem     = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.emp_video_linktileBarItem = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.emp_occurtileBarItem      = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.navigationFrame           = new DevExpress.XtraBars.Navigation.NavigationFrame();
     this.employeesNavigationPage   = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.controlNavigator1         = new DevExpress.XtraEditors.ControlNavigator();
     this.gridControl1              = new DevExpress.XtraGrid.GridControl();
     this.employeetblBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     this.aI_DBDataSet              = new Face_identifcation.AI_DBDataSet();
     this.gridView1                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmp_first_name_fld     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmp_middle_name_fld    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmp_last_name_fld      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.employeesLabelControl     = new DevExpress.XtraEditors.LabelControl();
     this.videoslistNavigationPage  = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.controlNavigator2         = new DevExpress.XtraEditors.ControlNavigator();
     this.gridControl2              = new DevExpress.XtraGrid.GridControl();
     this.videoListtblBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView2                                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colId1                                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVideo_Name_fld                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVideo_path_fld                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemHyperLinkEdit1              = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.repositoryItemResourcesComboBox1          = new DevExpress.XtraScheduler.UI.RepositoryItemResourcesComboBox();
     this.repositoryItemTreeListLookUpEdit1         = new DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit();
     this.repositoryItemTreeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
     this.repositoryItemButtonEdit1                 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.videoslistLabelControl                    = new DevExpress.XtraEditors.LabelControl();
     this.emp_video_linknavigationPage              = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.gridControl3                              = new DevExpress.XtraGrid.GridControl();
     this.employeeVideoLinktblBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     this.gridView3                                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colId2                                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmp_ID_fld                             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEdit1             = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView4                                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colVideo_ID_fld                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEdit2             = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView5                                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.controlNavigator3                         = new DevExpress.XtraEditors.ControlNavigator();
     this.emp_occurnavigationPage                   = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.employee_tblTableAdapter                  = new Face_identifcation.AI_DBDataSetTableAdapters.Employee_tblTableAdapter();
     this.video_List_tblTableAdapter                = new Face_identifcation.AI_DBDataSetTableAdapters.Video_List_tblTableAdapter();
     this.employee_Video_Link_tblTableAdapter       = new Face_identifcation.AI_DBDataSetTableAdapters.Employee_Video_Link_tblTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.navigationFrame)).BeginInit();
     this.navigationFrame.SuspendLayout();
     this.employeesNavigationPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeetblBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aI_DBDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.videoslistNavigationPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoListtblBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemResourcesComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit1TreeList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     this.emp_video_linknavigationPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeeVideoLinktblBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
     this.SuspendLayout();
     //
     // tileBar
     //
     this.tileBar.AllowGlyphSkinning                       = true;
     this.tileBar.AllowSelectedItem                        = true;
     this.tileBar.AppearanceGroupText.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     this.tileBar.AppearanceGroupText.Options.UseForeColor = true;
     this.tileBar.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.tileBar.Dock                      = System.Windows.Forms.DockStyle.Top;
     this.tileBar.DropDownButtonWidth       = 30;
     this.tileBar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileBar.Groups.Add(this.tileBarGroupTables);
     this.tileBar.IndentBetweenGroups = 10;
     this.tileBar.IndentBetweenItems  = 10;
     this.tileBar.ItemPadding         = new System.Windows.Forms.Padding(8, 6, 12, 6);
     this.tileBar.Location            = new System.Drawing.Point(0, 0);
     this.tileBar.Margin               = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tileBar.MaxId                = 7;
     this.tileBar.MaximumSize          = new System.Drawing.Size(0, 110);
     this.tileBar.MinimumSize          = new System.Drawing.Size(100, 110);
     this.tileBar.Name                 = "tileBar";
     this.tileBar.Padding              = new System.Windows.Forms.Padding(29, 11, 29, 11);
     this.tileBar.ScrollMode           = DevExpress.XtraEditors.TileControlScrollMode.None;
     this.tileBar.SelectedItem         = this.employeesTileBarItem;
     this.tileBar.SelectionBorderWidth = 2;
     this.tileBar.SelectionColorMode   = DevExpress.XtraBars.Navigation.SelectionColorMode.UseItemBackColor;
     this.tileBar.ShowGroupText        = false;
     this.tileBar.Size                 = new System.Drawing.Size(782, 110);
     this.tileBar.TabIndex             = 1;
     this.tileBar.Text                 = "tileBar";
     this.tileBar.WideTileWidth        = 150;
     this.tileBar.SelectedItemChanged += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBar_SelectedItemChanged);
     //
     // tileBarGroupTables
     //
     this.tileBarGroupTables.Items.Add(this.employeesTileBarItem);
     this.tileBarGroupTables.Items.Add(this.videoslistTileBarItem);
     this.tileBarGroupTables.Items.Add(this.emp_video_linktileBarItem);
     this.tileBarGroupTables.Items.Add(this.emp_occurtileBarItem);
     this.tileBarGroupTables.Name = "tileBarGroupTables";
     this.tileBarGroupTables.Text = "TABLES";
     //
     // employeesTileBarItem
     //
     this.employeesTileBarItem.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.employeesTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
     this.employeesTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.ImageOptions.ImageUri.Uri          = "Cube;Size32x32;GrayScaled";
     tileItemElement1.Text = "Employees";
     this.employeesTileBarItem.Elements.Add(tileItemElement1);
     this.employeesTileBarItem.Name = "employeesTileBarItem";
     //
     // videoslistTileBarItem
     //
     this.videoslistTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.ImageOptions.ImageUri.Uri           = "Cube;Size32x32;GrayScaled";
     tileItemElement2.Text = "Videos List";
     this.videoslistTileBarItem.Elements.Add(tileItemElement2);
     this.videoslistTileBarItem.Id       = 2;
     this.videoslistTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.videoslistTileBarItem.Name     = "videoslistTileBarItem";
     //
     // emp_video_linktileBarItem
     //
     this.emp_video_linktileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement3.ImageOptions.ImageUri.Uri = "Cube;Size32x32;GrayScaled";
     tileItemElement3.Text = "Employee Video Link";
     this.emp_video_linktileBarItem.Elements.Add(tileItemElement3);
     this.emp_video_linktileBarItem.Id       = 5;
     this.emp_video_linktileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.emp_video_linktileBarItem.Name     = "emp_video_linktileBarItem";
     //
     // emp_occurtileBarItem
     //
     this.emp_occurtileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement4.ImageOptions.ImageUri.Uri          = "Cube;Size32x32;GrayScaled";
     tileItemElement4.Text = "Employee Occurence";
     this.emp_occurtileBarItem.Elements.Add(tileItemElement4);
     this.emp_occurtileBarItem.Id       = 6;
     this.emp_occurtileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.emp_occurtileBarItem.Name     = "emp_occurtileBarItem";
     //
     // navigationFrame
     //
     this.navigationFrame.Controls.Add(this.employeesNavigationPage);
     this.navigationFrame.Controls.Add(this.videoslistNavigationPage);
     this.navigationFrame.Controls.Add(this.emp_video_linknavigationPage);
     this.navigationFrame.Controls.Add(this.emp_occurnavigationPage);
     this.navigationFrame.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.navigationFrame.Location = new System.Drawing.Point(0, 110);
     this.navigationFrame.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.navigationFrame.Name     = "navigationFrame";
     this.navigationFrame.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.employeesNavigationPage,
         this.videoslistNavigationPage,
         this.emp_video_linknavigationPage,
         this.emp_occurnavigationPage
     });
     this.navigationFrame.SelectedPage = this.employeesNavigationPage;
     this.navigationFrame.Size         = new System.Drawing.Size(782, 444);
     this.navigationFrame.TabIndex     = 0;
     this.navigationFrame.Text         = "navigationFrame";
     //
     // employeesNavigationPage
     //
     this.employeesNavigationPage.Caption = "employeesNavigationPage";
     this.employeesNavigationPage.Controls.Add(this.controlNavigator1);
     this.employeesNavigationPage.Controls.Add(this.gridControl1);
     this.employeesNavigationPage.Controls.Add(this.employeesLabelControl);
     this.employeesNavigationPage.Name = "employeesNavigationPage";
     this.employeesNavigationPage.Size = new System.Drawing.Size(782, 444);
     //
     // controlNavigator1
     //
     this.controlNavigator1.Dock               = System.Windows.Forms.DockStyle.Top;
     this.controlNavigator1.Location           = new System.Drawing.Point(0, 0);
     this.controlNavigator1.Name               = "controlNavigator1";
     this.controlNavigator1.NavigatableControl = this.gridControl1;
     this.controlNavigator1.Size               = new System.Drawing.Size(782, 41);
     this.controlNavigator1.TabIndex           = 4;
     this.controlNavigator1.Text               = "controlNavigator1";
     this.controlNavigator1.TextLocation       = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Center;
     this.controlNavigator1.ButtonClick       += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.controlNavigator1_ButtonClick);
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.employeetblBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.gridControl1.EmbeddedNavigator.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.controlNavigator1_ButtonClick);
     this.gridControl1.EmbeddedNavigator.Leave       += new System.EventHandler(this.gridControl1_EmbeddedNavigator_Leave);
     this.gridControl1.Location             = new System.Drawing.Point(0, 40);
     this.gridControl1.MainView             = this.gridView1;
     this.gridControl1.Name                 = "gridControl1";
     this.gridControl1.Size                 = new System.Drawing.Size(782, 404);
     this.gridControl1.TabIndex             = 3;
     this.gridControl1.UseEmbeddedNavigator = true;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.ProcessGridKey += new System.Windows.Forms.KeyEventHandler(this.gridControl1_ProcessGridKey);
     this.gridControl1.EditorKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gridControl1_EditorKeyPress);
     this.gridControl1.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.gridControl1_KeyPress);
     this.gridControl1.Leave          += new System.EventHandler(this.gridControl1_EmbeddedNavigator_Leave);
     //
     // employeetblBindingSource
     //
     this.employeetblBindingSource.DataMember = "Employee_tbl";
     this.employeetblBindingSource.DataSource = this.aI_DBDataSet;
     //
     // aI_DBDataSet
     //
     this.aI_DBDataSet.DataSetName             = "AI_DBDataSet";
     this.aI_DBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridView1
     //
     this.gridView1.Appearance.TopNewRow.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.gridView1.Appearance.TopNewRow.Options.UseBackColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colId,
         this.colEmp_first_name_fld,
         this.colEmp_middle_name_fld,
         this.colEmp_last_name_fld
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top;
     //
     // colId
     //
     this.colId.FieldName    = "Id";
     this.colId.Name         = "colId";
     this.colId.Visible      = true;
     this.colId.VisibleIndex = 0;
     //
     // colEmp_first_name_fld
     //
     this.colEmp_first_name_fld.FieldName    = "Emp_first_name_fld";
     this.colEmp_first_name_fld.Name         = "colEmp_first_name_fld";
     this.colEmp_first_name_fld.Visible      = true;
     this.colEmp_first_name_fld.VisibleIndex = 1;
     //
     // colEmp_middle_name_fld
     //
     this.colEmp_middle_name_fld.FieldName    = "Emp_middle_name_fld";
     this.colEmp_middle_name_fld.Name         = "colEmp_middle_name_fld";
     this.colEmp_middle_name_fld.Visible      = true;
     this.colEmp_middle_name_fld.VisibleIndex = 2;
     //
     // colEmp_last_name_fld
     //
     this.colEmp_last_name_fld.FieldName    = "Emp_last_name_fld";
     this.colEmp_last_name_fld.Name         = "colEmp_last_name_fld";
     this.colEmp_last_name_fld.Visible      = true;
     this.colEmp_last_name_fld.VisibleIndex = 3;
     //
     // employeesLabelControl
     //
     this.employeesLabelControl.Appearance.Font                   = new System.Drawing.Font("Tahoma", 25.25F);
     this.employeesLabelControl.Appearance.ForeColor              = System.Drawing.Color.Gray;
     this.employeesLabelControl.Appearance.Options.UseFont        = true;
     this.employeesLabelControl.Appearance.Options.UseForeColor   = true;
     this.employeesLabelControl.Appearance.Options.UseTextOptions = true;
     this.employeesLabelControl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.employeesLabelControl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.employeesLabelControl.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.employeesLabelControl.LineVisible = true;
     this.employeesLabelControl.Location    = new System.Drawing.Point(0, 0);
     this.employeesLabelControl.Name        = "employeesLabelControl";
     this.employeesLabelControl.Size        = new System.Drawing.Size(161, 41);
     this.employeesLabelControl.TabIndex    = 2;
     this.employeesLabelControl.Text        = "Employees";
     //
     // videoslistNavigationPage
     //
     this.videoslistNavigationPage.Caption = "videoslistNavigationPage";
     this.videoslistNavigationPage.Controls.Add(this.controlNavigator2);
     this.videoslistNavigationPage.Controls.Add(this.gridControl2);
     this.videoslistNavigationPage.Controls.Add(this.videoslistLabelControl);
     this.videoslistNavigationPage.Name = "videoslistNavigationPage";
     this.videoslistNavigationPage.Size = new System.Drawing.Size(782, 444);
     //
     // controlNavigator2
     //
     this.controlNavigator2.Dock               = System.Windows.Forms.DockStyle.Top;
     this.controlNavigator2.Location           = new System.Drawing.Point(0, 0);
     this.controlNavigator2.Name               = "controlNavigator2";
     this.controlNavigator2.NavigatableControl = this.gridControl2;
     this.controlNavigator2.Size               = new System.Drawing.Size(782, 46);
     this.controlNavigator2.TabIndex           = 4;
     this.controlNavigator2.Text               = "controlNavigator2";
     this.controlNavigator2.ButtonClick       += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.controlNavigator2_ButtonClick);
     //
     // gridControl2
     //
     this.gridControl2.DataSource = this.videoListtblBindingSource;
     this.gridControl2.Dock       = System.Windows.Forms.DockStyle.Bottom;
     this.gridControl2.EmbeddedNavigator.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.controlNavigator2_ButtonClick);
     this.gridControl2.Location = new System.Drawing.Point(0, 66);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemHyperLinkEdit1,
         this.repositoryItemResourcesComboBox1,
         this.repositoryItemTreeListLookUpEdit1,
         this.repositoryItemButtonEdit1
     });
     this.gridControl2.Size                 = new System.Drawing.Size(782, 378);
     this.gridControl2.TabIndex             = 3;
     this.gridControl2.UseEmbeddedNavigator = true;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     this.gridControl2.ProcessGridKey += new System.Windows.Forms.KeyEventHandler(this.gridControl2_ProcessGridKey);
     this.gridControl2.EditorKeyDown  += new System.Windows.Forms.KeyEventHandler(this.gridControl2_EditorKeyDown);
     this.gridControl2.EditorKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gridControl2_EditorKeyPress);
     this.gridControl2.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.gridControl2_KeyPress);
     //
     // videoListtblBindingSource
     //
     this.videoListtblBindingSource.DataMember = "Video_List_tbl";
     this.videoListtblBindingSource.DataSource = this.aI_DBDataSet;
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colId1,
         this.colVideo_Name_fld,
         this.colVideo_path_fld
     });
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name        = "gridView2";
     this.gridView2.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top;
     //
     // colId1
     //
     this.colId1.FieldName = "Id";
     this.colId1.Name      = "colId1";
     //
     // colVideo_Name_fld
     //
     this.colVideo_Name_fld.FieldName    = "Video_Name_fld";
     this.colVideo_Name_fld.Name         = "colVideo_Name_fld";
     this.colVideo_Name_fld.Visible      = true;
     this.colVideo_Name_fld.VisibleIndex = 0;
     //
     // colVideo_path_fld
     //
     this.colVideo_path_fld.FieldName    = "Video_path_fld";
     this.colVideo_path_fld.Name         = "colVideo_path_fld";
     this.colVideo_path_fld.Visible      = true;
     this.colVideo_path_fld.VisibleIndex = 1;
     //
     // repositoryItemHyperLinkEdit1
     //
     this.repositoryItemHyperLinkEdit1.AutoHeight = false;
     this.repositoryItemHyperLinkEdit1.Name       = "repositoryItemHyperLinkEdit1";
     //
     // repositoryItemResourcesComboBox1
     //
     this.repositoryItemResourcesComboBox1.AutoHeight = false;
     this.repositoryItemResourcesComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemResourcesComboBox1.Name = "repositoryItemResourcesComboBox1";
     //
     // repositoryItemTreeListLookUpEdit1
     //
     this.repositoryItemTreeListLookUpEdit1.AutoHeight = false;
     this.repositoryItemTreeListLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemTreeListLookUpEdit1.Name     = "repositoryItemTreeListLookUpEdit1";
     this.repositoryItemTreeListLookUpEdit1.TreeList = this.repositoryItemTreeListLookUpEdit1TreeList;
     //
     // repositoryItemTreeListLookUpEdit1TreeList
     //
     this.repositoryItemTreeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
     this.repositoryItemTreeListLookUpEdit1TreeList.Name     = "repositoryItemTreeListLookUpEdit1TreeList";
     this.repositoryItemTreeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
     this.repositoryItemTreeListLookUpEdit1TreeList.Size     = new System.Drawing.Size(400, 200);
     this.repositoryItemTreeListLookUpEdit1TreeList.TabIndex = 0;
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // videoslistLabelControl
     //
     this.videoslistLabelControl.Appearance.Font                   = new System.Drawing.Font("Tahoma", 25.25F);
     this.videoslistLabelControl.Appearance.ForeColor              = System.Drawing.Color.Gray;
     this.videoslistLabelControl.Appearance.Options.UseFont        = true;
     this.videoslistLabelControl.Appearance.Options.UseForeColor   = true;
     this.videoslistLabelControl.Appearance.Options.UseTextOptions = true;
     this.videoslistLabelControl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.videoslistLabelControl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.videoslistLabelControl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.videoslistLabelControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.videoslistLabelControl.Location     = new System.Drawing.Point(0, 0);
     this.videoslistLabelControl.Name         = "videoslistLabelControl";
     this.videoslistLabelControl.Size         = new System.Drawing.Size(782, 444);
     this.videoslistLabelControl.TabIndex     = 2;
     this.videoslistLabelControl.Text         = "Videos List";
     //
     // emp_video_linknavigationPage
     //
     this.emp_video_linknavigationPage.Caption = "emp_video_linknavigationPage";
     this.emp_video_linknavigationPage.Controls.Add(this.gridControl3);
     this.emp_video_linknavigationPage.Controls.Add(this.controlNavigator3);
     this.emp_video_linknavigationPage.Name = "emp_video_linknavigationPage";
     this.emp_video_linknavigationPage.Size = new System.Drawing.Size(782, 444);
     //
     // gridControl3
     //
     this.gridControl3.DataSource = this.employeeVideoLinktblBindingSource;
     this.gridControl3.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl3.Location   = new System.Drawing.Point(0, 40);
     this.gridControl3.MainView   = this.gridView3;
     this.gridControl3.Name       = "gridControl3";
     this.gridControl3.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemGridLookUpEdit1,
         this.repositoryItemGridLookUpEdit2
     });
     this.gridControl3.Size     = new System.Drawing.Size(782, 404);
     this.gridControl3.TabIndex = 1;
     this.gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView3
     });
     //
     // employeeVideoLinktblBindingSource
     //
     this.employeeVideoLinktblBindingSource.DataMember = "Employee_Video_Link_tbl";
     this.employeeVideoLinktblBindingSource.DataSource = this.aI_DBDataSet;
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colId2,
         this.colEmp_ID_fld,
         this.colVideo_ID_fld
     });
     this.gridView3.GridControl = this.gridControl3;
     this.gridView3.Name        = "gridView3";
     this.gridView3.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top;
     this.gridView3.OptionsView.ShowGroupPanel     = false;
     //
     // colId2
     //
     this.colId2.FieldName    = "Id";
     this.colId2.Name         = "colId2";
     this.colId2.Visible      = true;
     this.colId2.VisibleIndex = 0;
     //
     // colEmp_ID_fld
     //
     this.colEmp_ID_fld.ColumnEdit   = this.repositoryItemGridLookUpEdit1;
     this.colEmp_ID_fld.FieldName    = "Emp_ID_fld";
     this.colEmp_ID_fld.Name         = "colEmp_ID_fld";
     this.colEmp_ID_fld.Visible      = true;
     this.colEmp_ID_fld.VisibleIndex = 1;
     //
     // repositoryItemGridLookUpEdit1
     //
     this.repositoryItemGridLookUpEdit1.AutoHeight = false;
     this.repositoryItemGridLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemGridLookUpEdit1.CascadingMember    = "Id";
     this.repositoryItemGridLookUpEdit1.DataSource         = this.employeetblBindingSource;
     this.repositoryItemGridLookUpEdit1.DisplayMember      = "Emp_first_name_fld";
     this.repositoryItemGridLookUpEdit1.ExportMode         = DevExpress.XtraEditors.Repository.ExportMode.Value;
     this.repositoryItemGridLookUpEdit1.ImmediatePopup     = true;
     this.repositoryItemGridLookUpEdit1.KeyMember          = "Id";
     this.repositoryItemGridLookUpEdit1.Name               = "repositoryItemGridLookUpEdit1";
     this.repositoryItemGridLookUpEdit1.PopupView          = this.gridView4;
     this.repositoryItemGridLookUpEdit1.PopupWidthMode     = DevExpress.XtraEditors.PopupWidthMode.UseEditorWidth;
     this.repositoryItemGridLookUpEdit1.ValidateOnEnterKey = true;
     this.repositoryItemGridLookUpEdit1.ValueMember        = "Id";
     this.repositoryItemGridLookUpEdit1.ViewType           = DevExpress.XtraEditors.Repository.GridLookUpViewType.GridView;
     //
     // gridView4
     //
     this.gridView4.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView4.Name           = "gridView4";
     this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     this.gridView4.PreviewFieldName           = "Emp_first_name_fld";
     //
     // colVideo_ID_fld
     //
     this.colVideo_ID_fld.ColumnEdit   = this.repositoryItemGridLookUpEdit2;
     this.colVideo_ID_fld.FieldName    = "Video_ID_fld";
     this.colVideo_ID_fld.Name         = "colVideo_ID_fld";
     this.colVideo_ID_fld.Visible      = true;
     this.colVideo_ID_fld.VisibleIndex = 2;
     //
     // repositoryItemGridLookUpEdit2
     //
     this.repositoryItemGridLookUpEdit2.AutoHeight = false;
     this.repositoryItemGridLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemGridLookUpEdit2.CascadingMember = "Id";
     this.repositoryItemGridLookUpEdit2.DataSource      = this.videoListtblBindingSource;
     this.repositoryItemGridLookUpEdit2.DisplayMember   = "Video_Name_fld";
     this.repositoryItemGridLookUpEdit2.ExportMode      = DevExpress.XtraEditors.Repository.ExportMode.Value;
     this.repositoryItemGridLookUpEdit2.KeyMember       = "Id";
     this.repositoryItemGridLookUpEdit2.LookAndFeel.UseWindowsXPTheme = true;
     this.repositoryItemGridLookUpEdit2.Name           = "repositoryItemGridLookUpEdit2";
     this.repositoryItemGridLookUpEdit2.PopupView      = this.gridView5;
     this.repositoryItemGridLookUpEdit2.PopupWidthMode = DevExpress.XtraEditors.PopupWidthMode.UseEditorWidth;
     this.repositoryItemGridLookUpEdit2.ValueMember    = "Id";
     this.repositoryItemGridLookUpEdit2.ViewType       = DevExpress.XtraEditors.Repository.GridLookUpViewType.GridView;
     //
     // gridView5
     //
     this.gridView5.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView5.Name           = "gridView5";
     this.gridView5.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView5.OptionsView.ShowGroupPanel = false;
     this.gridView5.PreviewFieldName           = "Video_Name_fld";
     //
     // controlNavigator3
     //
     this.controlNavigator3.Dock               = System.Windows.Forms.DockStyle.Top;
     this.controlNavigator3.Location           = new System.Drawing.Point(0, 0);
     this.controlNavigator3.Name               = "controlNavigator3";
     this.controlNavigator3.NavigatableControl = this.gridControl3;
     this.controlNavigator3.Size               = new System.Drawing.Size(782, 40);
     this.controlNavigator3.TabIndex           = 0;
     this.controlNavigator3.Text               = "controlNavigator3";
     //
     // emp_occurnavigationPage
     //
     this.emp_occurnavigationPage.Caption = "emp_occurnavigationPage";
     this.emp_occurnavigationPage.Name    = "emp_occurnavigationPage";
     this.emp_occurnavigationPage.Size    = new System.Drawing.Size(782, 444);
     //
     // employee_tblTableAdapter
     //
     this.employee_tblTableAdapter.ClearBeforeFill = true;
     //
     // video_List_tblTableAdapter
     //
     this.video_List_tblTableAdapter.ClearBeforeFill = true;
     //
     // employee_Video_Link_tblTableAdapter
     //
     this.employee_Video_Link_tblTableAdapter.ClearBeforeFill = true;
     //
     // XtraForm_configuration
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(782, 554);
     this.Controls.Add(this.navigationFrame);
     this.Controls.Add(this.tileBar);
     this.Name  = "XtraForm_configuration";
     this.Text  = "Configurations";
     this.Load += new System.EventHandler(this.XtraForm_configuration_Load);
     ((System.ComponentModel.ISupportInitialize)(this.navigationFrame)).EndInit();
     this.navigationFrame.ResumeLayout(false);
     this.employeesNavigationPage.ResumeLayout(false);
     this.employeesNavigationPage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeetblBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aI_DBDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.videoslistNavigationPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.videoListtblBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemResourcesComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListLookUpEdit1TreeList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     this.emp_video_linknavigationPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeeVideoLinktblBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #31
0
        /// <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(Form1));
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            this.ucContainer = new DevExpress.XtraEditors.XtraUserControl();
            this.tileNavPane1 = new DevExpress.XtraBars.Navigation.TileNavPane();
            this.navButton4 = new DevExpress.XtraBars.Navigation.NavButton();
            this.navButton1 = new DevExpress.XtraBars.Navigation.NavButton();
            this.tileBar1 = new DevExpress.XtraBars.Navigation.TileBar();
            this.tileBarGroup2 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            this.tileBarMovimentoCaixa = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarCadastroCliente = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarItem4 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarItem1 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarItem2 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.SuspendLayout();
            // 
            // ucContainer
            // 
            this.ucContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucContainer.Location = new System.Drawing.Point(0, 263);
            this.ucContainer.Margin = new System.Windows.Forms.Padding(2);
            this.ucContainer.Name = "ucContainer";
            this.ucContainer.Size = new System.Drawing.Size(893, 149);
            this.ucContainer.TabIndex = 0;
            // 
            // tileNavPane1
            // 
            this.tileNavPane1.ButtonPadding = new System.Windows.Forms.Padding(12);
            this.tileNavPane1.Buttons.Add(this.navButton4);
            this.tileNavPane1.Buttons.Add(this.navButton1);
            // 
            // tileNavCategory1
            // 
            this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
            this.tileNavPane1.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.DefaultCategory.OwnerCollection = null;
            // 
            // 
            // 
            this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileNavPane1.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavPane1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tileNavPane1.Location = new System.Drawing.Point(0, 0);
            this.tileNavPane1.Name = "tileNavPane1";
            this.tileNavPane1.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.Size = new System.Drawing.Size(893, 32);
            this.tileNavPane1.TabIndex = 3;
            this.tileNavPane1.Text = "tileNavPane1";
            // 
            // navButton4
            // 
            this.navButton4.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navButton4.Caption = "";
            this.navButton4.Glyph = ((System.Drawing.Image)(resources.GetObject("navButton4.Glyph")));
            this.navButton4.Name = "navButton4";
            this.navButton4.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navButton4_ElementClick);
            // 
            // navButton1
            // 
            this.navButton1.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navButton1.Caption = "";
            this.navButton1.Glyph = ((System.Drawing.Image)(resources.GetObject("navButton1.Glyph")));
            this.navButton1.Name = "navButton1";
            this.navButton1.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navButton1_ElementClick);
            // 
            // tileBar1
            // 
            this.tileBar1.AllowDrag = false;
            this.tileBar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tileBar1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileBar1.Groups.Add(this.tileBarGroup2);
            this.tileBar1.HorizontalContentAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.tileBar1.ItemPadding = new System.Windows.Forms.Padding(12, 0, 12, 10);
            this.tileBar1.ItemSize = 100;
            this.tileBar1.Location = new System.Drawing.Point(0, 32);
            this.tileBar1.MaxId = 22;
            this.tileBar1.Name = "tileBar1";
            this.tileBar1.Padding = new System.Windows.Forms.Padding(0);
            this.tileBar1.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
            this.tileBar1.Size = new System.Drawing.Size(893, 231);
            this.tileBar1.TabIndex = 4;
            this.tileBar1.Text = "tileBar1";
            // 
            // tileBarGroup2
            // 
            this.tileBarGroup2.Items.Add(this.tileBarMovimentoCaixa);
            this.tileBarGroup2.Items.Add(this.tileBarCadastroCliente);
            this.tileBarGroup2.Items.Add(this.tileBarItem4);
            this.tileBarGroup2.Items.Add(this.tileBarItem1);
            this.tileBarGroup2.Items.Add(this.tileBarItem2);
            this.tileBarGroup2.Name = "tileBarGroup2";
            // 
            // tileBarMovimentoCaixa
            // 
            this.tileBarMovimentoCaixa.AppearanceItem.Normal.BackColor = System.Drawing.Color.Green;
            this.tileBarMovimentoCaixa.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileBarMovimentoCaixa.DropDownOptions.AutoHeight = DevExpress.Utils.DefaultBoolean.True;
            this.tileBarMovimentoCaixa.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement6.Appearance.Normal.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemElement6.Appearance.Normal.Options.UseFont = true;
            tileItemElement6.ImageToTextIndent = 1;
            tileItemElement6.Text = "Movimento de Caixa";
            tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.tileBarMovimentoCaixa.Elements.Add(tileItemElement6);
            this.tileBarMovimentoCaixa.Id = 8;
            this.tileBarMovimentoCaixa.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarMovimentoCaixa.Name = "tileBarMovimentoCaixa";
            this.tileBarMovimentoCaixa.ShowDropDownButton = DevExpress.Utils.DefaultBoolean.True;
            this.tileBarMovimentoCaixa.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBarItem1_ItemClick);
            // 
            // tileBarCadastroCliente
            // 
            this.tileBarCadastroCliente.AppearanceItem.Normal.BackColor = System.Drawing.Color.Blue;
            this.tileBarCadastroCliente.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileBarCadastroCliente.DropDownOptions.AutoHeight = DevExpress.Utils.DefaultBoolean.True;
            this.tileBarCadastroCliente.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement7.Appearance.Normal.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemElement7.Appearance.Normal.Options.UseFont = true;
            tileItemElement7.Text = "Cadastro";
            tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.tileBarCadastroCliente.Elements.Add(tileItemElement7);
            this.tileBarCadastroCliente.Id = 7;
            this.tileBarCadastroCliente.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarCadastroCliente.Name = "tileBarCadastroCliente";
            this.tileBarCadastroCliente.ShowDropDownButton = DevExpress.Utils.DefaultBoolean.True;
            this.tileBarCadastroCliente.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBarItem1_ItemClick);
            // 
            // tileBarItem4
            // 
            this.tileBarItem4.DropDownOptions.AutoHeight = DevExpress.Utils.DefaultBoolean.True;
            this.tileBarItem4.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileBarItem4.DropDownOptions.Height = 5;
            tileItemElement8.AnchorIndent = 0;
            tileItemElement8.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 20F);
            tileItemElement8.Appearance.Normal.Options.UseFont = true;
            tileItemElement8.ImageToTextIndent = 0;
            tileItemElement8.Text = "Financeiro";
            tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            tileItemElement8.UseImageInTransition = false;
            tileItemElement8.UseTextInTransition = false;
            this.tileBarItem4.Elements.Add(tileItemElement8);
            this.tileBarItem4.Id = 9;
            this.tileBarItem4.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileBarItem4.Name = "tileBarItem4";
            this.tileBarItem4.ShowDropDownButton = DevExpress.Utils.DefaultBoolean.True;
            this.tileBarItem4.ShowItemShadow = DevExpress.Utils.DefaultBoolean.False;
            this.tileBarItem4.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBarItem1_ItemClick);
            // 
            // tileBarItem1
            // 
            this.tileBarItem1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement9.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 16F);
            tileItemElement9.Appearance.Normal.Options.UseFont = true;
            tileItemElement9.Text = "Comercial";
            this.tileBarItem1.Elements.Add(tileItemElement9);
            this.tileBarItem1.Id = 20;
            this.tileBarItem1.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem1.Name = "tileBarItem1";
            // 
            // tileBarItem2
            // 
            this.tileBarItem2.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement10.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 16F);
            tileItemElement10.Appearance.Normal.Options.UseFont = true;
            tileItemElement10.Text = "Relatórios";
            this.tileBarItem2.Elements.Add(tileItemElement10);
            this.tileBarItem2.Id = 21;
            this.tileBarItem2.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem2.Name = "tileBarItem2";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(893, 412);
            this.Controls.Add(this.ucContainer);
            this.Controls.Add(this.tileBar1);
            this.Controls.Add(this.tileNavPane1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "Form1";
            this.Text = "Form1";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.ResumeLayout(false);

        }
コード例 #32
0
 /// <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(ucTicket));
     DevExpress.XtraEditors.TileItemElement         tileItemElement1  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame1    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame2    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame3    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame4    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame5    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame6    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame7    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame8    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement15 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame9    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement16 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement17 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame10   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement18 = new DevExpress.XtraEditors.TileItemElement();
     this.layTicket      = new DevExpress.XtraLayout.LayoutControl();
     this.lblAds         = new DevExpress.XtraEditors.LabelControl();
     this.tlcCenter      = new DevExpress.XtraEditors.TileControl();
     this.tlgHotFilm     = new DevExpress.XtraEditors.TileGroup();
     this.tliHotFilm     = new DevExpress.XtraEditors.TileItem();
     this.tlgNowShowing  = new DevExpress.XtraEditors.TileGroup();
     this.tliHotFilm1    = new DevExpress.XtraEditors.TileItem();
     this.tliHotFilm2    = new DevExpress.XtraEditors.TileItem();
     this.tlgComingSoon  = new DevExpress.XtraEditors.TileGroup();
     this.tliComingSoon1 = new DevExpress.XtraEditors.TileItem();
     this.tliComingSoon2 = new DevExpress.XtraEditors.TileItem();
     this.tliComingSoon3 = new DevExpress.XtraEditors.TileItem();
     this.tliComingSoon4 = new DevExpress.XtraEditors.TileItem();
     this.Root           = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layCenter      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layTop         = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layMovie       = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layTicket)).BeginInit();
     this.layTicket.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layCenter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layTop)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layMovie)).BeginInit();
     this.SuspendLayout();
     //
     // layTicket
     //
     this.layTicket.Controls.Add(this.lblAds);
     this.layTicket.Controls.Add(this.tlcCenter);
     this.layTicket.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layTicket.Location = new System.Drawing.Point(0, 0);
     this.layTicket.Margin   = new System.Windows.Forms.Padding(0);
     this.layTicket.Name     = "layTicket";
     this.layTicket.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(704, 278, 812, 500);
     this.layTicket.Root     = this.Root;
     this.layTicket.Size     = new System.Drawing.Size(1549, 846);
     this.layTicket.TabIndex = 1;
     this.layTicket.Text     = "layoutControl1";
     //
     // lblAds
     //
     this.lblAds.Appearance.Font                   = new System.Drawing.Font("Arial", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAds.Appearance.ForeColor              = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Warning;
     this.lblAds.Appearance.Options.UseFont        = true;
     this.lblAds.Appearance.Options.UseForeColor   = true;
     this.lblAds.Appearance.Options.UseTextOptions = true;
     this.lblAds.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.lblAds.LineVisible     = true;
     this.lblAds.Location        = new System.Drawing.Point(14, 14);
     this.lblAds.Name            = "lblAds";
     this.lblAds.Size            = new System.Drawing.Size(1521, 47);
     this.lblAds.StyleController = this.layTicket;
     this.lblAds.TabIndex        = 15;
     this.lblAds.Text            = "Movie";
     //
     // tlcCenter
     //
     this.tlcCenter.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("tlcCenter.BackgroundImage")));
     this.tlcCenter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tlcCenter.Groups.Add(this.tlgHotFilm);
     this.tlcCenter.Groups.Add(this.tlgNowShowing);
     this.tlcCenter.Groups.Add(this.tlgComingSoon);
     this.tlcCenter.ItemSize = 200;
     this.tlcCenter.Location = new System.Drawing.Point(2, 77);
     this.tlcCenter.MaxId    = 9;
     this.tlcCenter.Name     = "tlcCenter";
     this.tlcCenter.Size     = new System.Drawing.Size(1545, 767);
     this.tlcCenter.TabIndex = 7;
     this.tlcCenter.Text     = "tileControl1";
     //
     // tlgHotFilm
     //
     this.tlgHotFilm.Items.Add(this.tliHotFilm);
     this.tlgHotFilm.Name = "tlgHotFilm";
     //
     // tliHotFilm
     //
     this.tliHotFilm.CurrentFrameIndex            = 1;
     tileItemElement1.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     tileItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement1.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement1.ImageOptions.ImageSize      = new System.Drawing.Size(410, 410);
     tileItemElement1.Text = "<image>";
     this.tliHotFilm.Elements.Add(tileItemElement1);
     tileItemElement2.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     tileItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement2.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement2.ImageOptions.ImageSize      = new System.Drawing.Size(410, 410);
     tileItemElement2.Text = "<image>";
     tileItemElement3.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     tileItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement3.Text = "<image>";
     tileItemFrame1.Elements.Add(tileItemElement2);
     tileItemFrame1.Elements.Add(tileItemElement3);
     tileItemFrame1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame1.Image")));
     tileItemElement4.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     tileItemElement4.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement4.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement4.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement4.ImageOptions.ImageSize      = new System.Drawing.Size(410, 410);
     tileItemElement4.Text = "<image>";
     tileItemFrame2.Elements.Add(tileItemElement4);
     tileItemFrame2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame2.Image")));
     this.tliHotFilm.Frames.Add(tileItemFrame1);
     this.tliHotFilm.Frames.Add(tileItemFrame2);
     this.tliHotFilm.Id       = 0;
     this.tliHotFilm.ItemSize = DevExpress.XtraEditors.TileItemSize.Large;
     this.tliHotFilm.Name     = "tliHotFilm";
     //
     // tlgNowShowing
     //
     this.tlgNowShowing.Items.Add(this.tliHotFilm1);
     this.tlgNowShowing.Items.Add(this.tliHotFilm2);
     this.tlgNowShowing.Name = "tlgNowShowing";
     //
     // tliHotFilm1
     //
     tileItemElement5.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
     tileItemElement5.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement5.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement5.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement5.ImageOptions.ImageSize      = new System.Drawing.Size(410, 200);
     tileItemElement5.Text = "<image>";
     this.tliHotFilm1.Elements.Add(tileItemElement5);
     tileItemElement6.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image5")));
     tileItemElement6.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement6.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement6.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement6.ImageOptions.ImageSize      = new System.Drawing.Size(410, 200);
     tileItemElement6.Text = "<image>";
     tileItemFrame3.Elements.Add(tileItemElement6);
     tileItemFrame3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame3.Image")));
     tileItemElement7.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image6")));
     tileItemElement7.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement7.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement7.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement7.ImageOptions.ImageSize      = new System.Drawing.Size(410, 200);
     tileItemElement7.Text = "<image>";
     tileItemFrame4.Elements.Add(tileItemElement7);
     tileItemFrame4.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame4.Image")));
     this.tliHotFilm1.Frames.Add(tileItemFrame3);
     this.tliHotFilm1.Frames.Add(tileItemFrame4);
     this.tliHotFilm1.Id       = 2;
     this.tliHotFilm1.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tliHotFilm1.Name     = "tliHotFilm1";
     //
     // tliHotFilm2
     //
     tileItemElement8.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image7")));
     tileItemElement8.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement8.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement8.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement8.ImageOptions.ImageSize      = new System.Drawing.Size(410, 200);
     tileItemElement8.Text = "<image>";
     this.tliHotFilm2.Elements.Add(tileItemElement8);
     tileItemElement9.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image8")));
     tileItemElement9.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement9.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement9.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement9.ImageOptions.ImageSize      = new System.Drawing.Size(410, 200);
     tileItemElement9.Text = "<image>";
     tileItemFrame5.Elements.Add(tileItemElement9);
     tileItemFrame5.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame5.Image")));
     tileItemElement10.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image9")));
     tileItemElement10.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement10.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement10.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement10.ImageOptions.ImageSize      = new System.Drawing.Size(410, 200);
     tileItemElement10.Text = "<image>";
     tileItemFrame6.Elements.Add(tileItemElement10);
     tileItemFrame6.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame6.Image")));
     this.tliHotFilm2.Frames.Add(tileItemFrame5);
     this.tliHotFilm2.Frames.Add(tileItemFrame6);
     this.tliHotFilm2.Id       = 1;
     this.tliHotFilm2.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tliHotFilm2.Name     = "tliHotFilm2";
     //
     // tlgComingSoon
     //
     this.tlgComingSoon.Items.Add(this.tliComingSoon1);
     this.tlgComingSoon.Items.Add(this.tliComingSoon2);
     this.tlgComingSoon.Items.Add(this.tliComingSoon3);
     this.tlgComingSoon.Items.Add(this.tliComingSoon4);
     this.tlgComingSoon.Name = "tlgComingSoon";
     //
     // tliComingSoon1
     //
     tileItemElement11.Appearance.Hovered.Font             = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement11.Appearance.Hovered.Options.UseFont  = true;
     tileItemElement11.Appearance.Normal.Font              = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement11.Appearance.Normal.Options.UseFont   = true;
     tileItemElement11.Appearance.Selected.Font            = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement11.Appearance.Selected.Options.UseFont = true;
     tileItemElement11.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image10")));
     tileItemElement11.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement11.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement11.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement11.ImageOptions.ImageSize      = new System.Drawing.Size(200, 200);
     tileItemElement11.TextLocation = new System.Drawing.Point(8, 5);
     this.tliComingSoon1.Elements.Add(tileItemElement11);
     tileItemElement12.Appearance.Hovered.Font             = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement12.Appearance.Hovered.Options.UseFont  = true;
     tileItemElement12.Appearance.Normal.Font              = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement12.Appearance.Normal.Options.UseFont   = true;
     tileItemElement12.Appearance.Selected.Font            = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement12.Appearance.Selected.Options.UseFont = true;
     tileItemElement12.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image11")));
     tileItemElement12.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement12.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement12.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement12.ImageOptions.ImageSize      = new System.Drawing.Size(200, 200);
     tileItemElement12.TextLocation = new System.Drawing.Point(8, 5);
     tileItemFrame7.Elements.Add(tileItemElement12);
     tileItemFrame7.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame7.Image")));
     this.tliComingSoon1.Frames.Add(tileItemFrame7);
     this.tliComingSoon1.Id       = 4;
     this.tliComingSoon1.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tliComingSoon1.Name     = "tliComingSoon1";
     //
     // tliComingSoon2
     //
     tileItemElement13.Appearance.Hovered.Font             = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement13.Appearance.Hovered.Options.UseFont  = true;
     tileItemElement13.Appearance.Normal.Font              = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement13.Appearance.Normal.Options.UseFont   = true;
     tileItemElement13.Appearance.Selected.Font            = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement13.Appearance.Selected.Options.UseFont = true;
     tileItemElement13.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image12")));
     tileItemElement13.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement13.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement13.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement13.ImageOptions.ImageSize      = new System.Drawing.Size(200, 200);
     tileItemElement13.TextLocation = new System.Drawing.Point(8, 5);
     this.tliComingSoon2.Elements.Add(tileItemElement13);
     tileItemElement14.Appearance.Hovered.Font             = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement14.Appearance.Hovered.Options.UseFont  = true;
     tileItemElement14.Appearance.Normal.Font              = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement14.Appearance.Normal.Options.UseFont   = true;
     tileItemElement14.Appearance.Selected.Font            = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement14.Appearance.Selected.Options.UseFont = true;
     tileItemElement14.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image13")));
     tileItemElement14.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement14.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement14.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement14.ImageOptions.ImageSize      = new System.Drawing.Size(200, 200);
     tileItemElement14.TextLocation = new System.Drawing.Point(8, 5);
     tileItemFrame8.Elements.Add(tileItemElement14);
     tileItemFrame8.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame8.Image")));
     this.tliComingSoon2.Frames.Add(tileItemFrame8);
     this.tliComingSoon2.Id       = 6;
     this.tliComingSoon2.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tliComingSoon2.Name     = "tliComingSoon2";
     //
     // tliComingSoon3
     //
     tileItemElement15.Appearance.Hovered.Font             = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement15.Appearance.Hovered.Options.UseFont  = true;
     tileItemElement15.Appearance.Normal.Font              = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement15.Appearance.Normal.Options.UseFont   = true;
     tileItemElement15.Appearance.Selected.Font            = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement15.Appearance.Selected.Options.UseFont = true;
     tileItemElement15.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image14")));
     tileItemElement15.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement15.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement15.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement15.ImageOptions.ImageSize      = new System.Drawing.Size(200, 200);
     tileItemElement15.TextLocation = new System.Drawing.Point(8, 5);
     this.tliComingSoon3.Elements.Add(tileItemElement15);
     tileItemElement16.Appearance.Hovered.Font             = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement16.Appearance.Hovered.Options.UseFont  = true;
     tileItemElement16.Appearance.Normal.Font              = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement16.Appearance.Normal.Options.UseFont   = true;
     tileItemElement16.Appearance.Selected.Font            = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement16.Appearance.Selected.Options.UseFont = true;
     tileItemElement16.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image15")));
     tileItemElement16.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement16.ImageOptions.ImageBorder    = DevExpress.XtraEditors.TileItemElementImageBorderMode.None;
     tileItemElement16.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement16.ImageOptions.ImageSize      = new System.Drawing.Size(200, 200);
     tileItemElement16.TextLocation = new System.Drawing.Point(8, 5);
     tileItemFrame9.Elements.Add(tileItemElement16);
     tileItemFrame9.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame9.Image")));
     this.tliComingSoon3.Frames.Add(tileItemFrame9);
     this.tliComingSoon3.Id       = 7;
     this.tliComingSoon3.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tliComingSoon3.Name     = "tliComingSoon3";
     //
     // tliComingSoon4
     //
     tileItemElement17.Appearance.Hovered.Font             = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement17.Appearance.Hovered.Options.UseFont  = true;
     tileItemElement17.Appearance.Normal.Font              = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement17.Appearance.Normal.Options.UseFont   = true;
     tileItemElement17.Appearance.Selected.Font            = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement17.Appearance.Selected.Options.UseFont = true;
     tileItemElement17.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image16")));
     tileItemElement17.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement17.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement17.ImageOptions.ImageSize      = new System.Drawing.Size(200, 200);
     tileItemElement17.TextLocation = new System.Drawing.Point(8, 5);
     this.tliComingSoon4.Elements.Add(tileItemElement17);
     tileItemElement18.Appearance.Hovered.Font             = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement18.Appearance.Hovered.Options.UseFont  = true;
     tileItemElement18.Appearance.Normal.Font              = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement18.Appearance.Normal.Options.UseFont   = true;
     tileItemElement18.Appearance.Selected.Font            = new System.Drawing.Font("Tahoma", 13F);
     tileItemElement18.Appearance.Selected.Options.UseFont = true;
     tileItemElement18.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image17")));
     tileItemElement18.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement18.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement18.ImageOptions.ImageSize      = new System.Drawing.Size(200, 200);
     tileItemElement18.TextLocation = new System.Drawing.Point(8, 5);
     tileItemFrame10.Elements.Add(tileItemElement18);
     tileItemFrame10.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame10.Image")));
     this.tliComingSoon4.Frames.Add(tileItemFrame10);
     this.tliComingSoon4.Id       = 8;
     this.tliComingSoon4.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tliComingSoon4.Name     = "tliComingSoon4";
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layCenter,
         this.layTop
     });
     this.Root.Name        = "Root";
     this.Root.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.Root.Size        = new System.Drawing.Size(1549, 846);
     this.Root.TextVisible = false;
     //
     // layCenter
     //
     this.layCenter.Control             = this.tlcCenter;
     this.layCenter.Location            = new System.Drawing.Point(0, 75);
     this.layCenter.MinSize             = new System.Drawing.Size(104, 24);
     this.layCenter.Name                = "layCenter";
     this.layCenter.Size                = new System.Drawing.Size(1549, 771);
     this.layCenter.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layCenter.TextSize            = new System.Drawing.Size(0, 0);
     this.layCenter.TextVisible         = false;
     //
     // layTop
     //
     this.layTop.GroupStyle = DevExpress.Utils.GroupStyle.Light;
     this.layTop.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layMovie
     });
     this.layTop.Location    = new System.Drawing.Point(0, 0);
     this.layTop.Name        = "layTop";
     this.layTop.Size        = new System.Drawing.Size(1549, 75);
     this.layTop.Text        = " ";
     this.layTop.TextVisible = false;
     //
     // layMovie
     //
     this.layMovie.Control             = this.lblAds;
     this.layMovie.Location            = new System.Drawing.Point(0, 0);
     this.layMovie.MinSize             = new System.Drawing.Size(110, 48);
     this.layMovie.Name                = "layMovie";
     this.layMovie.Size                = new System.Drawing.Size(1525, 51);
     this.layMovie.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layMovie.TextSize            = new System.Drawing.Size(0, 0);
     this.layMovie.TextVisible         = false;
     //
     // ucTicket
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layTicket);
     this.Name    = "ucTicket";
     this.Size    = new System.Drawing.Size(1549, 846);
     this.Load   += new System.EventHandler(this.ucTicket_Load);
     this.Resize += new System.EventHandler(this.ucTicket_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.layTicket)).EndInit();
     this.layTicket.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layCenter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layTop)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layMovie)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #33
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            this.tileControlThongKeChiTiet = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.tileItem2 = new DevExpress.XtraEditors.TileItem();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem3 = new DevExpress.XtraEditors.TileItem();
            this.tileItem4 = new DevExpress.XtraEditors.TileItem();
            this.SuspendLayout();
            // 
            // tileControlThongKeChiTiet
            // 
            this.tileControlThongKeChiTiet.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControlThongKeChiTiet.DragSize = new System.Drawing.Size(0, 0);
            this.tileControlThongKeChiTiet.Groups.Add(this.tileGroup2);
            this.tileControlThongKeChiTiet.Groups.Add(this.tileGroup3);
            this.tileControlThongKeChiTiet.Location = new System.Drawing.Point(0, 0);
            this.tileControlThongKeChiTiet.MaxId = 4;
            this.tileControlThongKeChiTiet.Name = "tileControlThongKeChiTiet";
            this.tileControlThongKeChiTiet.Size = new System.Drawing.Size(715, 471);
            this.tileControlThongKeChiTiet.TabIndex = 0;
            this.tileControlThongKeChiTiet.Text = "tileControl1";
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItem1);
            this.tileGroup2.Items.Add(this.tileItem2);
            this.tileGroup2.Name = "tileGroup2";
            this.tileGroup2.Text = "Cơ sở";
            // 
            // tileItem1
            // 
            tileItemElement1.Text = "Cơ sở";
            this.tileItem1.Elements.Add(tileItemElement1);
            this.tileItem1.Id = 0;
            this.tileItem1.ItemSize = DevExpress.XtraEditors.TileItemSize.Small;
            this.tileItem1.Name = "tileItem1";
            // 
            // tileItem2
            // 
            tileItemElement2.Text = "Dãy";
            this.tileItem2.Elements.Add(tileItemElement2);
            this.tileItem2.Id = 1;
            this.tileItem2.ItemSize = DevExpress.XtraEditors.TileItemSize.Small;
            this.tileItem2.Name = "tileItem2";
            // 
            // tileGroup3
            // 
            this.tileGroup3.Items.Add(this.tileItem3);
            this.tileGroup3.Items.Add(this.tileItem4);
            this.tileGroup3.Name = "tileGroup3";
            this.tileGroup3.Text = null;
            // 
            // tileItem3
            // 
            tileItemElement3.Text = "Tầng";
            this.tileItem3.Elements.Add(tileItemElement3);
            this.tileItem3.Id = 2;
            this.tileItem3.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem3.Name = "tileItem3";
            // 
            // tileItem4
            // 
            tileItemElement4.Text = "Phòng";
            this.tileItem4.Elements.Add(tileItemElement4);
            this.tileItem4.Id = 3;
            this.tileItem4.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem4.Name = "tileItem4";
            // 
            // ucThongKeChiTiet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tileControlThongKeChiTiet);
            this.Name = "ucThongKeChiTiet";
            this.Size = new System.Drawing.Size(715, 471);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(frmDeviceMap));
     this.tileBar1             = new DevExpress.XtraBars.Navigation.TileBar();
     this.tileBarGroup2        = new DevExpress.XtraBars.Navigation.TileBarGroup();
     this.tsMenuEdit           = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.dgvDeviceMap         = new DevExpress.XtraGrid.GridControl();
     this.dgvDeviceMaps        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.radialMenu1          = new DevExpress.XtraBars.Ribbon.RadialMenu(this.components);
     this.tsMenuBarEdit        = new DevExpress.XtraBars.BarButtonItem();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     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.ID                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VName                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VValue                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitorCode           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.MapColor              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue2          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue7          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue8          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue9          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue10         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TargetValue11         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget1  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget2  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget3  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget4  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget5  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget6  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget7  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget8  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget9  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.VisitLogCountTarget11 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDeviceMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDeviceMaps)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radialMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // tileBar1
     //
     this.tileBar1.AllowDrag   = false;
     this.tileBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.tileBar1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.tileBar1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.tileBar1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileBar1.Groups.Add(this.tileBarGroup2);
     this.tileBar1.HorizontalContentAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.tileBar1.Location    = new System.Drawing.Point(0, 0);
     this.tileBar1.MaxId       = 4;
     this.tileBar1.Name        = "tileBar1";
     this.tileBar1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tileBar1.ScrollMode  = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
     this.tileBar1.Size        = new System.Drawing.Size(1027, 102);
     this.tileBar1.TabIndex    = 8;
     this.tileBar1.Text        = "tileBar1";
     this.tileBar1.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Center;
     //
     // tileBarGroup2
     //
     this.tileBarGroup2.Items.Add(this.tsMenuEdit);
     this.tileBarGroup2.Name = "tileBarGroup2";
     //
     // tsMenuEdit
     //
     this.tsMenuEdit.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement5.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement5.Image")));
     tileItemElement5.Text  = "ویرایش";
     this.tsMenuEdit.Elements.Add(tileItemElement5);
     this.tsMenuEdit.Id         = 0;
     this.tsMenuEdit.ItemSize   = DevExpress.XtraBars.Navigation.TileBarItemSize.Medium;
     this.tsMenuEdit.Name       = "tsMenuEdit";
     this.tsMenuEdit.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tsMenuEdit_ItemClick);
     //
     // dgvDeviceMap
     //
     this.dgvDeviceMap.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.dgvDeviceMap.Location    = new System.Drawing.Point(0, 102);
     this.dgvDeviceMap.MainView    = this.dgvDeviceMaps;
     this.dgvDeviceMap.MenuManager = this.barManager1;
     this.dgvDeviceMap.Name        = "dgvDeviceMap";
     this.dgvDeviceMap.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.dgvDeviceMap.Size        = new System.Drawing.Size(1027, 313);
     this.dgvDeviceMap.TabIndex    = 9;
     this.dgvDeviceMap.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.dgvDeviceMaps
     });
     //
     // dgvDeviceMaps
     //
     this.dgvDeviceMaps.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.ID,
         this.VisitorCode,
         this.MapColor,
         this.VName,
         this.VValue,
         this.TargetValue,
         this.TargetValue1,
         this.TargetValue2,
         this.TargetValue3,
         this.TargetValue4,
         this.TargetValue5,
         this.TargetValue6,
         this.TargetValue7,
         this.TargetValue8,
         this.TargetValue9,
         this.TargetValue10,
         this.TargetValue11,
         this.VisitLogCountTarget,
         this.VisitLogCountTarget1,
         this.VisitLogCountTarget2,
         this.VisitLogCountTarget3,
         this.VisitLogCountTarget4,
         this.VisitLogCountTarget5,
         this.VisitLogCountTarget6,
         this.VisitLogCountTarget7,
         this.VisitLogCountTarget8,
         this.VisitLogCountTarget9,
         this.VisitLogCountTarget10,
         this.VisitLogCountTarget11
     });
     this.dgvDeviceMaps.GridControl = this.dgvDeviceMap;
     this.dgvDeviceMaps.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "ID", null, "* تعداد ={0:N0}"),
         new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "InvPrice", null, "* مبلغ کل ={0:N0}")
     });
     this.dgvDeviceMaps.Name = "dgvDeviceMaps";
     this.dgvDeviceMaps.OptionsBehavior.Editable    = false;
     this.dgvDeviceMaps.OptionsPrint.AutoWidth      = false;
     this.dgvDeviceMaps.OptionsView.ColumnAutoWidth = false;
     this.dgvDeviceMaps.OptionsView.ShowFooter      = true;
     this.dgvDeviceMaps.PopupMenuShowing           += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.dgvDeviceMaps_PopupMenuShowing);
     //
     // radialMenu1
     //
     this.radialMenu1.AutoExpand = true;
     this.radialMenu1.Glyph      = ((System.Drawing.Image)(resources.GetObject("radialMenu1.Glyph")));
     this.radialMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.tsMenuBarEdit)
     });
     this.radialMenu1.Manager = this.barManager1;
     this.radialMenu1.Name    = "radialMenu1";
     //
     // tsMenuBarEdit
     //
     this.tsMenuBarEdit.Caption            = "ویرایش";
     this.tsMenuBarEdit.Id                 = 1;
     this.tsMenuBarEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tsMenuBarEditDaramad.ImageOptions.Image")));
     this.tsMenuBarEdit.Name               = "tsMenuBarEdit";
     this.tsMenuBarEdit.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.tsMenuBarEdit_ItemClick);
     //
     // barManager1
     //
     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.tsMenuBarEdit
     });
     this.barManager1.MaxItemId = 3;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 102);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Size             = new System.Drawing.Size(1027, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 415);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1027, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 102);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 313);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1027, 102);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 313);
     //
     // ID
     //
     this.ID.Caption   = "ID";
     this.ID.FieldName = "ID";
     this.ID.Name      = "ID";
     //
     // VName
     //
     this.VName.Caption      = "نام ویزیتور";
     this.VName.FieldName    = "Name";
     this.VName.Fixed        = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.VName.Name         = "VName";
     this.VName.Visible      = true;
     this.VName.VisibleIndex = 0;
     this.VName.Width        = 112;
     //
     // VValue
     //
     this.VValue.Caption      = "نام دستگاه";
     this.VValue.FieldName    = "Value";
     this.VValue.Fixed        = DevExpress.XtraGrid.Columns.FixedStyle.Left;
     this.VValue.Name         = "VValue";
     this.VValue.Visible      = true;
     this.VValue.VisibleIndex = 1;
     this.VValue.Width        = 115;
     //
     // VisitorCode
     //
     this.VisitorCode.Caption   = "کد ویزیتور";
     this.VisitorCode.FieldName = "VisitorCode";
     this.VisitorCode.Name      = "VisitorCode";
     this.VisitorCode.Width     = 100;
     //
     // MapColor
     //
     this.MapColor.Caption   = "رنگ در نقشه";
     this.MapColor.FieldName = "MapColor";
     this.MapColor.Name      = "MapColor";
     this.MapColor.Width     = 100;
     //
     // TargetValue
     //
     this.TargetValue.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue.Caption = "فروردین";
     this.TargetValue.DisplayFormat.FormatString = "N0";
     this.TargetValue.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue.FieldName = "TargetValue";
     this.TargetValue.Name      = "TargetValue";
     this.TargetValue.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue", "SUM={0:N0}")
     });
     this.TargetValue.Visible      = true;
     this.TargetValue.VisibleIndex = 0;
     this.TargetValue.Width        = 100;
     //
     // TargetValue1
     //
     this.TargetValue1.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue1.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue1.Caption = "اردیبهشت";
     this.TargetValue1.DisplayFormat.FormatString = "N0";
     this.TargetValue1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue1.FieldName = "TargetValue1";
     this.TargetValue1.Name      = "TargetValue1";
     this.TargetValue1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue1", "SUM={0:N0}")
     });
     this.TargetValue1.Visible      = true;
     this.TargetValue1.VisibleIndex = 1;
     this.TargetValue1.Width        = 100;
     //
     // TargetValue2
     //
     this.TargetValue2.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue2.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue2.Caption = "خرداد";
     this.TargetValue2.DisplayFormat.FormatString = "N0";
     this.TargetValue2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue2.FieldName = "TargetValue2";
     this.TargetValue2.Name      = "TargetValue2";
     this.TargetValue2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue2", "SUM={0:N0}")
     });
     this.TargetValue2.Visible      = true;
     this.TargetValue2.VisibleIndex = 2;
     this.TargetValue2.Width        = 100;
     //
     // TargetValue3
     //
     this.TargetValue3.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue3.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue3.Caption = "تیر";
     this.TargetValue3.DisplayFormat.FormatString = "N0";
     this.TargetValue3.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue3.FieldName = "TargetValue3";
     this.TargetValue3.Name      = "TargetValue3";
     this.TargetValue3.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue3", "SUM={0:N0}")
     });
     this.TargetValue3.Visible      = true;
     this.TargetValue3.VisibleIndex = 3;
     this.TargetValue3.Width        = 100;
     //
     // TargetValue4
     //
     this.TargetValue4.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue4.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue4.Caption = "مرداد";
     this.TargetValue4.DisplayFormat.FormatString = "N0";
     this.TargetValue4.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue4.FieldName = "TargetValue4";
     this.TargetValue4.Name      = "TargetValue4";
     this.TargetValue4.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue4", "SUM={0:N0}")
     });
     this.TargetValue4.Visible      = true;
     this.TargetValue4.VisibleIndex = 4;
     this.TargetValue4.Width        = 100;
     //
     // TargetValue5
     //
     this.TargetValue5.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue5.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue5.Caption = "شهریور";
     this.TargetValue5.DisplayFormat.FormatString = "N0";
     this.TargetValue5.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue5.FieldName = "TargetValue5";
     this.TargetValue5.Name      = "TargetValue5";
     this.TargetValue5.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue5", "SUM={0:N0}")
     });
     this.TargetValue5.Visible      = true;
     this.TargetValue5.VisibleIndex = 5;
     this.TargetValue5.Width        = 100;
     //
     // TargetValue6
     //
     this.TargetValue6.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue6.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue6.Caption = "مهر";
     this.TargetValue6.DisplayFormat.FormatString = "N0";
     this.TargetValue6.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue6.FieldName = "TargetValue6";
     this.TargetValue6.Name      = "TargetValue6";
     this.TargetValue6.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue6", "SUM={0:N0}")
     });
     this.TargetValue6.Visible      = true;
     this.TargetValue6.VisibleIndex = 6;
     this.TargetValue6.Width        = 100;
     //
     // TargetValue7
     //
     this.TargetValue7.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue7.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue7.Caption = "آبان";
     this.TargetValue7.DisplayFormat.FormatString = "N0";
     this.TargetValue7.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue7.FieldName = "TargetValue7";
     this.TargetValue7.Name      = "TargetValue7";
     this.TargetValue7.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue7", "SUM={0:N0}")
     });
     this.TargetValue7.Visible      = true;
     this.TargetValue7.VisibleIndex = 7;
     this.TargetValue7.Width        = 100;
     //
     // TargetValue8
     //
     this.TargetValue8.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue8.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue8.Caption = "آذر";
     this.TargetValue8.DisplayFormat.FormatString = "N0";
     this.TargetValue8.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue8.FieldName = "TargetValue8";
     this.TargetValue8.Name      = "TargetValue8";
     this.TargetValue8.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue8", "SUM={0:N0}")
     });
     this.TargetValue8.Visible      = true;
     this.TargetValue8.VisibleIndex = 8;
     this.TargetValue8.Width        = 100;
     //
     // TargetValue9
     //
     this.TargetValue9.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue9.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue9.Caption = "دی";
     this.TargetValue9.DisplayFormat.FormatString = "N0";
     this.TargetValue9.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue9.FieldName = "TargetValue9";
     this.TargetValue9.Name      = "TargetValue9";
     this.TargetValue9.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue9", "SUM={0:N0}")
     });
     this.TargetValue9.Visible      = true;
     this.TargetValue9.VisibleIndex = 9;
     this.TargetValue9.Width        = 100;
     //
     // TargetValue10
     //
     this.TargetValue10.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue10.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue10.Caption = "بهمن";
     this.TargetValue10.DisplayFormat.FormatString = "N0";
     this.TargetValue10.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue10.FieldName = "TargetValue10";
     this.TargetValue10.Name      = "TargetValue10";
     this.TargetValue10.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue10", "SUM={0:N0}")
     });
     this.TargetValue10.Visible      = true;
     this.TargetValue10.VisibleIndex = 10;
     this.TargetValue10.Width        = 100;
     //
     // TargetValue11
     //
     this.TargetValue11.AppearanceCell.Options.UseTextOptions = true;
     this.TargetValue11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.TargetValue11.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.TargetValue11.Caption = "اسفند";
     this.TargetValue11.DisplayFormat.FormatString = "N0";
     this.TargetValue11.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.TargetValue11.FieldName = "TargetValue11";
     this.TargetValue11.Name      = "TargetValue11";
     this.TargetValue11.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TargetValue11", "SUM={0:N0}")
     });
     this.TargetValue11.Visible      = true;
     this.TargetValue11.VisibleIndex = 11;
     this.TargetValue11.Width        = 100;
     //
     // VisitLogCountTarget
     //
     this.VisitLogCountTarget.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget.Caption      = "لاگ فروردین";
     this.VisitLogCountTarget.FieldName    = "VisitLogCountTarget";
     this.VisitLogCountTarget.Name         = "VisitLogCountTarget";
     this.VisitLogCountTarget.Visible      = true;
     this.VisitLogCountTarget.VisibleIndex = 12;
     this.VisitLogCountTarget.Width        = 100;
     //
     // VisitLogCountTarget1
     //
     this.VisitLogCountTarget1.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget1.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget1.Caption      = "لاگ اردیبهشت";
     this.VisitLogCountTarget1.FieldName    = "VisitLogCountTarget1";
     this.VisitLogCountTarget1.Name         = "VisitLogCountTarget1";
     this.VisitLogCountTarget1.Visible      = true;
     this.VisitLogCountTarget1.VisibleIndex = 13;
     this.VisitLogCountTarget1.Width        = 100;
     //
     // VisitLogCountTarget2
     //
     this.VisitLogCountTarget2.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget2.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget2.Caption      = "لاگ خرداد";
     this.VisitLogCountTarget2.FieldName    = "VisitLogCountTarget2";
     this.VisitLogCountTarget2.Name         = "VisitLogCountTarget2";
     this.VisitLogCountTarget2.Visible      = true;
     this.VisitLogCountTarget2.VisibleIndex = 14;
     this.VisitLogCountTarget2.Width        = 100;
     //
     // VisitLogCountTarget3
     //
     this.VisitLogCountTarget3.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget3.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget3.Caption      = "لاگ تیر";
     this.VisitLogCountTarget3.FieldName    = "VisitLogCountTarget3";
     this.VisitLogCountTarget3.Name         = "VisitLogCountTarget3";
     this.VisitLogCountTarget3.Visible      = true;
     this.VisitLogCountTarget3.VisibleIndex = 15;
     this.VisitLogCountTarget3.Width        = 100;
     //
     // VisitLogCountTarget4
     //
     this.VisitLogCountTarget4.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget4.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget4.Caption      = "لاگ مرداد";
     this.VisitLogCountTarget4.FieldName    = "VisitLogCountTarget4";
     this.VisitLogCountTarget4.Name         = "VisitLogCountTarget4";
     this.VisitLogCountTarget4.Visible      = true;
     this.VisitLogCountTarget4.VisibleIndex = 16;
     this.VisitLogCountTarget4.Width        = 100;
     //
     // VisitLogCountTarget5
     //
     this.VisitLogCountTarget5.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget5.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget5.Caption      = "لاگ شهریور";
     this.VisitLogCountTarget5.FieldName    = "VisitLogCountTarget5";
     this.VisitLogCountTarget5.Name         = "VisitLogCountTarget5";
     this.VisitLogCountTarget5.Visible      = true;
     this.VisitLogCountTarget5.VisibleIndex = 17;
     this.VisitLogCountTarget5.Width        = 100;
     //
     // VisitLogCountTarget6
     //
     this.VisitLogCountTarget6.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget6.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget6.Caption      = "لاگ مهر";
     this.VisitLogCountTarget6.FieldName    = "VisitLogCountTarget6";
     this.VisitLogCountTarget6.Name         = "VisitLogCountTarget6";
     this.VisitLogCountTarget6.Visible      = true;
     this.VisitLogCountTarget6.VisibleIndex = 18;
     this.VisitLogCountTarget6.Width        = 100;
     //
     // VisitLogCountTarget7
     //
     this.VisitLogCountTarget7.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget7.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget7.Caption      = "لاگ آبان";
     this.VisitLogCountTarget7.FieldName    = "VisitLogCountTarget7";
     this.VisitLogCountTarget7.Name         = "VisitLogCountTarget7";
     this.VisitLogCountTarget7.Visible      = true;
     this.VisitLogCountTarget7.VisibleIndex = 19;
     this.VisitLogCountTarget7.Width        = 100;
     //
     // VisitLogCountTarget8
     //
     this.VisitLogCountTarget8.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget8.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget8.Caption      = "لاگ آذر";
     this.VisitLogCountTarget8.FieldName    = "VisitLogCountTarget8";
     this.VisitLogCountTarget8.Name         = "VisitLogCountTarget8";
     this.VisitLogCountTarget8.Visible      = true;
     this.VisitLogCountTarget8.VisibleIndex = 20;
     this.VisitLogCountTarget8.Width        = 100;
     //
     // VisitLogCountTarget9
     //
     this.VisitLogCountTarget9.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget9.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget9.Caption      = "لاگ دی";
     this.VisitLogCountTarget9.FieldName    = "VisitLogCountTarget9";
     this.VisitLogCountTarget9.Name         = "VisitLogCountTarget9";
     this.VisitLogCountTarget9.Visible      = true;
     this.VisitLogCountTarget9.VisibleIndex = 21;
     this.VisitLogCountTarget9.Width        = 100;
     //
     // VisitLogCountTarget10
     //
     this.VisitLogCountTarget10.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget10.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget10.Caption      = "لاگ بهمن";
     this.VisitLogCountTarget10.FieldName    = "VisitLogCountTarget10";
     this.VisitLogCountTarget10.Name         = "VisitLogCountTarget10";
     this.VisitLogCountTarget10.Visible      = true;
     this.VisitLogCountTarget10.VisibleIndex = 22;
     this.VisitLogCountTarget10.Width        = 100;
     //
     // VisitLogCountTarget11
     //
     this.VisitLogCountTarget11.AppearanceCell.Options.UseTextOptions = true;
     this.VisitLogCountTarget11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.VisitLogCountTarget11.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.VisitLogCountTarget11.Caption      = "لاگ اسفند";
     this.VisitLogCountTarget11.FieldName    = "VisitLogCountTarget11";
     this.VisitLogCountTarget11.Name         = "VisitLogCountTarget11";
     this.VisitLogCountTarget11.Visible      = true;
     this.VisitLogCountTarget11.VisibleIndex = 25;
     this.VisitLogCountTarget11.Width        = 100;
     //
     // frmDeviceMap
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1027, 415);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Controls.Add(this.dgvDeviceMap);
     this.Controls.Add(this.tileBar1);
     this.Name          = "frmDeviceMap";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "تنظیمات سقف پورسانت و تعداد ویزیت";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmDeviceMap_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDeviceMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDeviceMaps)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radialMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #35
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucMovimentoCaixa));
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            this.gridCashMovement = new DevExpress.XtraGrid.GridControl();
            this.bsMovimentoCaixa = new System.Windows.Forms.BindingSource(this.components);
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colValor = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDesconto = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colAcrescimo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDescricao = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCreditoDebito = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colData = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tileBar1 = new DevExpress.XtraBars.Navigation.TileBar();
            this.tileBarGroup2 = new DevExpress.XtraBars.Navigation.TileBarGroup();
            this.tileBarItem1 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarItem2 = new DevExpress.XtraBars.Navigation.TileBarItem();
            this.tileBarItem4 = new DevExpress.XtraBars.Navigation.TileBarItem();
            ((System.ComponentModel.ISupportInitialize)(this.gridCashMovement)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsMovimentoCaixa)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // gridCashMovement
            // 
            this.gridCashMovement.DataSource = this.bsMovimentoCaixa;
            this.gridCashMovement.Font = new System.Drawing.Font("Tahoma", 12F);
            gridLevelNode1.RelationName = "Level1";
            this.gridCashMovement.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridCashMovement.Location = new System.Drawing.Point(3, 3);
            this.gridCashMovement.MainView = this.gridView1;
            this.gridCashMovement.Name = "gridCashMovement";
            this.gridCashMovement.Size = new System.Drawing.Size(864, 409);
            this.gridCashMovement.TabIndex = 0;
            this.gridCashMovement.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            this.gridCashMovement.Load += new System.EventHandler(this.gridControl1_Load);
            this.gridCashMovement.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.gridCashMovement_MouseDoubleClick);
            // 
            // bsMovimentoCaixa
            // 
            this.bsMovimentoCaixa.DataSource = typeof(App.Dominio.MovimentoCaixa);
            // 
            // gridView1
            // 
            this.gridView1.Appearance.FooterPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.FooterPanel.Options.UseFont = true;
            this.gridView1.Appearance.FooterPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.FooterPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gridView1.Appearance.FooterPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.GroupFooter.Options.UseTextOptions = true;
            this.gridView1.Appearance.GroupFooter.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 14F);
            this.gridView1.Appearance.GroupPanel.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
            this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Appearance.ViewCaption.Font = new System.Drawing.Font("Tahoma", 12F);
            this.gridView1.Appearance.ViewCaption.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colValor,
            this.colDesconto,
            this.colAcrescimo,
            this.colDescricao,
            this.colCreditoDebito,
            this.colData,
            this.colId,
            this.gridColumn1});
            this.gridView1.GridControl = this.gridCashMovement;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsView.ShowFooter = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.OptionsView.ShowViewCaption = true;
            this.gridView1.ViewCaption = "Movimento do Caixa";
            this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
            this.gridView1.CustomSummaryCalculate += new DevExpress.Data.CustomSummaryEventHandler(this.gridView1_CustomSummaryCalculate);
            // 
            // colValor
            // 
            this.colValor.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
            this.colValor.AppearanceCell.Options.UseFont = true;
            this.colValor.Caption = "Valor Base";
            this.colValor.DisplayFormat.FormatString = "c2";
            this.colValor.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.colValor.FieldName = "Valor";
            this.colValor.Name = "colValor";
            this.colValor.Visible = true;
            this.colValor.VisibleIndex = 0;
            this.colValor.Width = 88;
            // 
            // colDesconto
            // 
            this.colDesconto.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
            this.colDesconto.AppearanceCell.Options.UseFont = true;
            this.colDesconto.DisplayFormat.FormatString = "c2";
            this.colDesconto.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.colDesconto.FieldName = "Desconto";
            this.colDesconto.Name = "colDesconto";
            this.colDesconto.Visible = true;
            this.colDesconto.VisibleIndex = 1;
            this.colDesconto.Width = 88;
            // 
            // colAcrescimo
            // 
            this.colAcrescimo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
            this.colAcrescimo.AppearanceCell.Options.UseFont = true;
            this.colAcrescimo.Caption = "Acréscimo";
            this.colAcrescimo.DisplayFormat.FormatString = "c2";
            this.colAcrescimo.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.colAcrescimo.FieldName = "Acrescimo";
            this.colAcrescimo.Name = "colAcrescimo";
            this.colAcrescimo.Visible = true;
            this.colAcrescimo.VisibleIndex = 2;
            this.colAcrescimo.Width = 88;
            // 
            // colDescricao
            // 
            this.colDescricao.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
            this.colDescricao.AppearanceCell.Options.UseFont = true;
            this.colDescricao.Caption = "Descrição";
            this.colDescricao.FieldName = "Descricao";
            this.colDescricao.Name = "colDescricao";
            this.colDescricao.Visible = true;
            this.colDescricao.VisibleIndex = 4;
            this.colDescricao.Width = 88;
            // 
            // colCreditoDebito
            // 
            this.colCreditoDebito.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
            this.colCreditoDebito.AppearanceCell.Options.UseFont = true;
            this.colCreditoDebito.Caption = "Crédito/Débito";
            this.colCreditoDebito.FieldName = "CreditoDebito";
            this.colCreditoDebito.Name = "colCreditoDebito";
            this.colCreditoDebito.Visible = true;
            this.colCreditoDebito.VisibleIndex = 5;
            this.colCreditoDebito.Width = 107;
            // 
            // colData
            // 
            this.colData.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
            this.colData.AppearanceCell.Options.UseFont = true;
            this.colData.FieldName = "Data";
            this.colData.Name = "colData";
            this.colData.Visible = true;
            this.colData.VisibleIndex = 6;
            this.colData.Width = 80;
            // 
            // colId
            // 
            this.colId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
            this.colId.AppearanceCell.Options.UseFont = true;
            this.colId.FieldName = "Id";
            this.colId.Name = "colId";
            this.colId.Visible = true;
            this.colId.VisibleIndex = 7;
            this.colId.Width = 82;
            // 
            // gridColumn1
            // 
            this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
            this.gridColumn1.AppearanceCell.Options.UseFont = true;
            this.gridColumn1.Caption = "Valor Total";
            this.gridColumn1.DisplayFormat.FormatString = "c2";
            this.gridColumn1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.gridColumn1.FieldName = "colValorTotal";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Custom, "colValorTotal", "Total: {0:c2}")});
            this.gridColumn1.UnboundExpression = "[Valor] + [Acrescimo] - [Desconto]";
            this.gridColumn1.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 3;
            this.gridColumn1.Width = 88;
            // 
            // tileBar1
            // 
            this.tileBar1.AllowDrag = false;
            this.tileBar1.AppearanceText.Font = new System.Drawing.Font("Tahoma", 10F);
            this.tileBar1.AppearanceText.Options.UseFont = true;
            this.tileBar1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileBar1.Groups.Add(this.tileBarGroup2);
            this.tileBar1.Location = new System.Drawing.Point(878, 5);
            this.tileBar1.Margin = new System.Windows.Forms.Padding(8, 3, 3, 3);
            this.tileBar1.MaxId = 6;
            this.tileBar1.Name = "tileBar1";
            this.tileBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tileBar1.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollButtons;
            this.tileBar1.Size = new System.Drawing.Size(182, 409);
            this.tileBar1.TabIndex = 51;
            this.tileBar1.Text = "tileBar1";
            // 
            // tileBarGroup2
            // 
            this.tileBarGroup2.Items.Add(this.tileBarItem1);
            this.tileBarGroup2.Items.Add(this.tileBarItem2);
            this.tileBarGroup2.Items.Add(this.tileBarItem4);
            this.tileBarGroup2.Name = "tileBarGroup2";
            // 
            // tileBarItem1
            // 
            this.tileBarItem1.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
            tileItemElement1.Text = "Novo";
            this.tileBarItem1.Elements.Add(tileItemElement1);
            this.tileBarItem1.Id = 1;
            this.tileBarItem1.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem1.Name = "tileBarItem1";
            this.tileBarItem1.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBarItem1_ItemClick);
            // 
            // tileBarItem2
            // 
            this.tileBarItem2.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
            tileItemElement2.Text = "Excluir";
            this.tileBarItem2.Elements.Add(tileItemElement2);
            this.tileBarItem2.Id = 2;
            this.tileBarItem2.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem2.Name = "tileBarItem2";
            // 
            // tileBarItem4
            // 
            this.tileBarItem4.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
            tileItemElement3.Text = "Abrir/Fechar Caixa";
            this.tileBarItem4.Elements.Add(tileItemElement3);
            this.tileBarItem4.Id = 4;
            this.tileBarItem4.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileBarItem4.Name = "tileBarItem4";
            this.tileBarItem4.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBarItem4_ItemClick);
            // 
            // ucMovimentoCaixa
            // 
            this.Appearance.BackColor = System.Drawing.Color.White;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tileBar1);
            this.Controls.Add(this.gridCashMovement);
            this.Name = "ucMovimentoCaixa";
            this.Size = new System.Drawing.Size(1036, 417);
            this.Load += new System.EventHandler(this.ucMovimentoCaixa_Load);
            this.VisibleChanged += new System.EventHandler(this.ucMovimentoCaixa_VisibleChanged);
            this.Enter += new System.EventHandler(this.ucMovimentoCaixa_Enter);
            this.Validated += new System.EventHandler(this.ucMovimentoCaixa_Validated);
            ((System.ComponentModel.ISupportInitialize)(this.gridCashMovement)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsMovimentoCaixa)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     this.documentManagerMain   = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.windowsUIView1        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.WindowsUIView(this.components);
     this.tileContainer1        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
     this.tileManagementReport  = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.docManagementReport   = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.tileAllEmployeeReport = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.docAllEmployeeReport  = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.tileEmployeeReport    = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.docEmployeeReport     = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.tileSettings          = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.docSettings           = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.formAssistant1        = new DevExpress.XtraBars.FormAssistant();
     this.defaultLookAndFeel1   = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.documentManagerMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.windowsUIView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileManagementReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docManagementReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileAllEmployeeReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docAllEmployeeReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileEmployeeReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docEmployeeReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileSettings)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docSettings)).BeginInit();
     this.SuspendLayout();
     //
     // documentManagerMain
     //
     this.documentManagerMain.ContainerControl        = this;
     this.documentManagerMain.ShowThumbnailsInTaskBar = DevExpress.Utils.DefaultBoolean.False;
     this.documentManagerMain.View = this.windowsUIView1;
     this.documentManagerMain.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.windowsUIView1
     });
     //
     // windowsUIView1
     //
     this.windowsUIView1.ContentContainers.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer[] {
         this.tileContainer1
     });
     this.windowsUIView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
         this.docEmployeeReport,
         this.docAllEmployeeReport,
         this.docManagementReport,
         this.docSettings
     });
     this.windowsUIView1.Tiles.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
         this.tileEmployeeReport,
         this.tileAllEmployeeReport,
         this.tileManagementReport,
         this.tileSettings
     });
     this.windowsUIView1.QueryControl += new DevExpress.XtraBars.Docking2010.Views.QueryControlEventHandler(this.windowsUIView1_QueryControl);
     //
     // tileContainer1
     //
     this.tileContainer1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
         this.tileManagementReport,
         this.tileAllEmployeeReport,
         this.tileEmployeeReport,
         this.tileSettings
     });
     this.tileContainer1.Name = "tileContainer1";
     //
     // tileManagementReport
     //
     this.tileManagementReport.Document                 = this.docManagementReport;
     tileItemElement5.Appearance.Normal.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     tileItemElement5.Appearance.Normal.Options.UseFont = true;
     tileItemElement5.Text          = "Management Report";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileManagementReport.Elements.Add(tileItemElement5);
     this.tileManagementReport.Group = "GroupReports";
     this.tileManagementReport.Name  = "tileManagementReport";
     this.tileManagementReport.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     //
     // docManagementReport
     //
     this.docManagementReport.Caption     = "Management Report";
     this.docManagementReport.ControlName = "";
     this.docManagementReport.Tag         = 0;
     //
     // tileAllEmployeeReport
     //
     this.tileAllEmployeeReport.Document                       = this.docAllEmployeeReport;
     tileItemElement1.Appearance.Normal.Font                   = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     tileItemElement1.Appearance.Normal.Options.UseFont        = true;
     tileItemElement1.Appearance.Normal.Options.UseTextOptions = true;
     tileItemElement1.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     tileItemElement1.Text          = "Report for all Employees";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileAllEmployeeReport.Elements.Add(tileItemElement1);
     this.tileAllEmployeeReport.Group = "GroupReports";
     this.tileContainer1.SetID(this.tileAllEmployeeReport, 2);
     this.tileAllEmployeeReport.Name = "tileAllEmployeeReport";
     this.tileAllEmployeeReport.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     //
     // docAllEmployeeReport
     //
     this.docAllEmployeeReport.Caption     = "All Employee Report";
     this.docAllEmployeeReport.ControlName = "";
     this.docAllEmployeeReport.Tag         = 2;
     //
     // tileEmployeeReport
     //
     this.tileEmployeeReport.Document                   = this.docEmployeeReport;
     tileItemElement2.Appearance.Normal.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     tileItemElement2.Appearance.Normal.Options.UseFont = true;
     tileItemElement2.Text          = "Employee Report";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileEmployeeReport.Elements.Add(tileItemElement2);
     this.tileEmployeeReport.Group = "GroupReports";
     this.tileContainer1.SetID(this.tileEmployeeReport, 1);
     this.tileEmployeeReport.Name = "tileEmployeeReport";
     this.tileEmployeeReport.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     //
     // docEmployeeReport
     //
     this.docEmployeeReport.Caption     = "Employee Report";
     this.docEmployeeReport.ControlName = "";
     this.docEmployeeReport.Tag         = 1;
     //
     // tileSettings
     //
     this.tileSettings.Document = this.docSettings;
     tileItemElement3.Appearance.Normal.Font            = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     tileItemElement3.Appearance.Normal.Options.UseFont = true;
     tileItemElement3.Text          = "Settings";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileSettings.Elements.Add(tileItemElement3);
     this.tileSettings.Group = "GroupSettings";
     this.tileContainer1.SetID(this.tileSettings, 3);
     this.tileSettings.Name = "tileSettings";
     this.tileSettings.Properties.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
     //
     // docSettings
     //
     this.docSettings.Caption     = "Settings";
     this.docSettings.ControlName = "";
     this.docSettings.Tag         = 3;
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Metropolis Dark";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(901, 547);
     this.Name = "MainForm";
     this.Text = "Salary Reports Tutorial";
     ((System.ComponentModel.ISupportInitialize)(this.documentManagerMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.windowsUIView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileManagementReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docManagementReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileAllEmployeeReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docAllEmployeeReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileEmployeeReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docEmployeeReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileSettings)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docSettings)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #37
0
ファイル: Giris.Designer.cs プロジェクト: sametson/Test
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileItemBakimMenusu = new DevExpress.XtraEditors.TileItem();
            this.tileItemStokMenu = new DevExpress.XtraEditors.TileItem();
            this.tileGroup5 = new DevExpress.XtraEditors.TileGroup();
            this.tileItemKullaniciBilgileri = new DevExpress.XtraEditors.TileItem();
            this.SuspendLayout();
            // 
            // tileControl1
            // 
            this.tileControl1.AllowDrag = false;
            this.tileControl1.AllowDrop = true;
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Groups.Add(this.tileGroup5);
            this.tileControl1.Location = new System.Drawing.Point(0, 0);
            this.tileControl1.MaxId = 7;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Size = new System.Drawing.Size(1230, 642);
            this.tileControl1.TabIndex = 1;
            this.tileControl1.Text = "Giriş Menüsü";
            this.tileControl1.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Center;
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItemBakimMenusu);
            this.tileGroup2.Items.Add(this.tileItemStokMenu);
            this.tileGroup2.Name = "tileGroup2";
            // 
            // tileItemBakimMenusu
            // 
            this.tileItemBakimMenusu.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemBakimMenusu.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemBakimMenusu.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.bakimlar;
            this.tileItemBakimMenusu.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemBakimMenusu.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement1.Text = "Bakım Menüsü";
            tileItemElement1.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemBakimMenusu.Elements.Add(tileItemElement1);
            this.tileItemBakimMenusu.Id = 0;
            this.tileItemBakimMenusu.IsLarge = true;
            this.tileItemBakimMenusu.Name = "tileItemBakimMenusu";
            this.tileItemBakimMenusu.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemBakimMenusu_ItemClick);
            // 
            // tileItemStokMenu
            // 
            this.tileItemStokMenu.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemStokMenu.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemStokMenu.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.stok;
            this.tileItemStokMenu.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemStokMenu.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement2.Text = "Stok Menüsü";
            tileItemElement2.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemStokMenu.Elements.Add(tileItemElement2);
            this.tileItemStokMenu.Id = 6;
            this.tileItemStokMenu.IsLarge = true;
            this.tileItemStokMenu.Name = "tileItemStokMenu";
            this.tileItemStokMenu.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemStokMenu_ItemClick);
            // 
            // tileGroup5
            // 
            this.tileGroup5.Items.Add(this.tileItemKullaniciBilgileri);
            this.tileGroup5.Name = "tileGroup5";
            // 
            // tileItemKullaniciBilgileri
            // 
            this.tileItemKullaniciBilgileri.AppearanceItem.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
            this.tileItemKullaniciBilgileri.AppearanceItem.Normal.Options.UseFont = true;
            this.tileItemKullaniciBilgileri.BackgroundImage = global::FirmaTakip.WinUI.Properties.Resources.User_Folder;
            this.tileItemKullaniciBilgileri.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.tileItemKullaniciBilgileri.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement3.Text = "Kullanıcı Bilgileri";
            tileItemElement3.TextLocation = new System.Drawing.Point(0, 0);
            this.tileItemKullaniciBilgileri.Elements.Add(tileItemElement3);
            this.tileItemKullaniciBilgileri.Id = 5;
            this.tileItemKullaniciBilgileri.IsLarge = true;
            this.tileItemKullaniciBilgileri.Name = "tileItemKullaniciBilgileri";
            this.tileItemKullaniciBilgileri.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemKullaniciBilgileri_ItemClick);
            // 
            // Giris
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1230, 642);
            this.Controls.Add(this.tileControl1);
            this.Name = "Giris";
            this.Text = "Giris";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Giris_FormClosing);
            this.Load += new System.EventHandler(this.Giris_Load);
            this.ResumeLayout(false);

        }
コード例 #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     this.formAssistant1              = new DevExpress.XtraBars.FormAssistant();
     this.ribbonStatusBar1            = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.defaultLookAndFeel1         = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.tileControlMainMenu         = new DevExpress.XtraEditors.TileControl();
     this.tileGroupLaunch             = new DevExpress.XtraEditors.TileGroup();
     this.tileItemLaunch              = new DevExpress.XtraEditors.TileItem();
     this.tileGroupManage             = new DevExpress.XtraEditors.TileGroup();
     this.tileItemManage              = new DevExpress.XtraEditors.TileItem();
     this.tileGroupFind               = new DevExpress.XtraEditors.TileGroup();
     this.tileItemFind                = new DevExpress.XtraEditors.TileItem();
     this.labelCopyright              = new System.Windows.Forms.Label();
     this.labelPath                   = new System.Windows.Forms.Label();
     this.pictureBoxLogo              = new System.Windows.Forms.PictureBox();
     this.labelTitle                  = new System.Windows.Forms.Label();
     this.panelFindPath               = new System.Windows.Forms.Panel();
     this.findPathFolderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 242);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = null;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(334, 20);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "WhiteForm";
     //
     // tileControlMainMenu
     //
     this.tileControlMainMenu.AllowDrag = false;
     this.tileControlMainMenu.AllowDragTilesBetweenGroups = false;
     this.tileControlMainMenu.AllowItemHover = true;
     this.tileControlMainMenu.BackColor      = System.Drawing.Color.White;
     this.tileControlMainMenu.DragSize       = new System.Drawing.Size(0, 0);
     this.tileControlMainMenu.Groups.Add(this.tileGroupLaunch);
     this.tileControlMainMenu.Groups.Add(this.tileGroupManage);
     this.tileControlMainMenu.Groups.Add(this.tileGroupFind);
     this.tileControlMainMenu.ItemSize   = 200;
     this.tileControlMainMenu.Location   = new System.Drawing.Point(-7, 150);
     this.tileControlMainMenu.MaxId      = 19;
     this.tileControlMainMenu.Name       = "tileControlMainMenu";
     this.tileControlMainMenu.RowCount   = 0;
     this.tileControlMainMenu.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.None;
     this.tileControlMainMenu.Size       = new System.Drawing.Size(950, 270);
     this.tileControlMainMenu.TabIndex   = 1;
     //
     // tileGroupLaunch
     //
     this.tileGroupLaunch.Items.Add(this.tileItemLaunch);
     this.tileGroupLaunch.Name = "tileGroupLaunch";
     //
     // tileItemLaunch
     //
     this.tileItemLaunch.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Gray;
     this.tileItemLaunch.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tileItemLaunch.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItemLaunch.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileItemLaunch.BackgroundImage          = ((System.Drawing.Image)(resources.GetObject("tileItemLaunch.BackgroundImage")));
     this.tileItemLaunch.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
     this.tileItemLaunch.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement1.Text          = "Launch Game";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.tileItemLaunch.Elements.Add(tileItemElement1);
     this.tileItemLaunch.Id       = 15;
     this.tileItemLaunch.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemLaunch.Name     = "tileItemLaunch";
     this.tileItemLaunch.Padding  = new System.Windows.Forms.Padding(7, 2, 2, 2);
     //
     // tileGroupManage
     //
     this.tileGroupManage.Items.Add(this.tileItemManage);
     this.tileGroupManage.Name = "tileGroupManage";
     //
     // tileItemManage
     //
     this.tileItemManage.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Gray;
     this.tileItemManage.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold);
     this.tileItemManage.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItemManage.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileItemManage.BackgroundImage          = ((System.Drawing.Image)(resources.GetObject("tileItemManage.BackgroundImage")));
     this.tileItemManage.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     this.tileItemManage.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
     tileItemElement2.Text          = "Manage Mods";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.tileItemManage.Elements.Add(tileItemElement2);
     this.tileItemManage.Id      = 17;
     this.tileItemManage.Name    = "tileItemManage";
     this.tileItemManage.Padding = new System.Windows.Forms.Padding(7, 2, 2, 2);
     //
     // tileGroupFind
     //
     this.tileGroupFind.Items.Add(this.tileItemFind);
     this.tileGroupFind.Name = "tileGroupFind";
     //
     // tileItemFind
     //
     this.tileItemFind.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Gray;
     this.tileItemFind.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold);
     this.tileItemFind.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItemFind.AppearanceItem.Normal.Options.UseFont      = true;
     this.tileItemFind.BackgroundImage          = ((System.Drawing.Image)(resources.GetObject("tileItemFind.BackgroundImage")));
     this.tileItemFind.BackgroundImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
     this.tileItemFind.BackgroundImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
     tileItemElement3.Text          = "Find Mods";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
     this.tileItemFind.Elements.Add(tileItemElement3);
     this.tileItemFind.Id       = 16;
     this.tileItemFind.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
     this.tileItemFind.Name     = "tileItemFind";
     this.tileItemFind.Padding  = new System.Windows.Forms.Padding(7, 2, 2, 2);
     //
     // labelCopyright
     //
     this.labelCopyright.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelCopyright.AutoSize = true;
     this.labelCopyright.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCopyright.Location = new System.Drawing.Point(748, 546);
     this.labelCopyright.Name     = "labelCopyright";
     this.labelCopyright.Size     = new System.Drawing.Size(183, 13);
     this.labelCopyright.TabIndex = 2;
     this.labelCopyright.Text     = "Mitchell Heastie © Copyright 2099";
     //
     // labelPath
     //
     this.labelPath.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelPath.AutoSize = true;
     this.labelPath.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelPath.Location = new System.Drawing.Point(3, 546);
     this.labelPath.Name     = "labelPath";
     this.labelPath.Size     = new System.Drawing.Size(183, 13);
     this.labelPath.TabIndex = 3;
     this.labelPath.Text     = "Mitchell Heastie © Copyright 2099";
     //
     // pictureBoxLogo
     //
     this.pictureBoxLogo.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBoxLogo.Image")));
     this.pictureBoxLogo.Location = new System.Drawing.Point(445, 0);
     this.pictureBoxLogo.Name     = "pictureBoxLogo";
     this.pictureBoxLogo.Size     = new System.Drawing.Size(44, 48);
     this.pictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBoxLogo.TabIndex = 4;
     this.pictureBoxLogo.TabStop  = false;
     //
     // labelTitle
     //
     this.labelTitle.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTitle.Font      = new System.Drawing.Font("Augustus", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTitle.Location  = new System.Drawing.Point(12, 49);
     this.labelTitle.Name      = "labelTitle";
     this.labelTitle.Size      = new System.Drawing.Size(910, 44);
     this.labelTitle.TabIndex  = 5;
     this.labelTitle.Text      = "Total War Mod Manager";
     this.labelTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // panelFindPath
     //
     this.panelFindPath.Location = new System.Drawing.Point(-7, 150);
     this.panelFindPath.Name     = "panelFindPath";
     this.panelFindPath.Size     = new System.Drawing.Size(950, 270);
     this.panelFindPath.TabIndex = 6;
     //
     // findPathFolderBrowserDialog
     //
     this.findPathFolderBrowserDialog.Description         = "Please locate the path to Rome2.exe manually....";
     this.findPathFolderBrowserDialog.RootFolder          = System.Environment.SpecialFolder.MyComputer;
     this.findPathFolderBrowserDialog.ShowNewFolderButton = false;
     //
     // FormMain
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseFont      = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(934, 562);
     this.Controls.Add(this.panelFindPath);
     this.Controls.Add(this.labelTitle);
     this.Controls.Add(this.pictureBoxLogo);
     this.Controls.Add(this.labelPath);
     this.Controls.Add(this.labelCopyright);
     this.Controls.Add(this.tileControlMainMenu);
     this.Font                 = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderEffect     = DevExpress.XtraEditors.FormBorderEffect.Shadow;
     this.FormBorderStyle      = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.LookAndFeel.SkinName = "WhiteForm";
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.MaximizeBox   = false;
     this.Name          = "FormMain";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load         += new System.EventHandler(this.FormMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #39
0
ファイル: StartPage.Designer.cs プロジェクト: Oman/Maleos
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartPage));
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tiInspect = new DevExpress.XtraEditors.TileItem();
            this.tiMSDS = new DevExpress.XtraEditors.TileItem();
            this.tiLawFile = new DevExpress.XtraEditors.TileItem();
            this.tiPenalize = new DevExpress.XtraEditors.TileItem();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.tiFactories = new DevExpress.XtraEditors.TileItem();
            this.tiHistory = new DevExpress.XtraEditors.TileItem();
            this.tiPower = new DevExpress.XtraEditors.TileItem();
            this.tiDataSync = new DevExpress.XtraEditors.TileItem();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.header1 = new Maleos.Controls.Header();
            this.SuspendLayout();
            // 
            // tileControl1
            // 
            this.tileControl1.AllowItemHover = true;
            this.tileControl1.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tileControl1.AppearanceItem.Hovered.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tileControl1.AppearanceItem.Hovered.Font = new System.Drawing.Font("宋体", 16F);
            this.tileControl1.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tileControl1.AppearanceItem.Hovered.Options.UseBorderColor = true;
            this.tileControl1.AppearanceItem.Hovered.Options.UseFont = true;
            this.tileControl1.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tileControl1.AppearanceItem.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tileControl1.AppearanceItem.Normal.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tileControl1.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileControl1.AppearanceItem.Normal.Options.UseBorderColor = true;
            this.tileControl1.AppearanceItem.Normal.Options.UseFont = true;
            this.tileControl1.BackColor = System.Drawing.Color.Transparent;
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Groups.Add(this.tileGroup3);
            this.tileControl1.IndentBetweenGroups = 20;
            this.tileControl1.ItemPadding = new System.Windows.Forms.Padding(8);
            this.tileControl1.ItemSize = 180;
            this.tileControl1.Location = new System.Drawing.Point(0, 75);
            this.tileControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.tileControl1.MaxId = 78;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Padding = new System.Windows.Forms.Padding(18, 22, 18, 22);
            this.tileControl1.RowCount = 3;
            this.tileControl1.Size = new System.Drawing.Size(1049, 786);
            this.tileControl1.TabIndex = 1;
            this.tileControl1.Text = "tileControl1";
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tiInspect);
            this.tileGroup2.Items.Add(this.tiMSDS);
            this.tileGroup2.Items.Add(this.tiLawFile);
            this.tileGroup2.Items.Add(this.tiPenalize);
            this.tileGroup2.Name = "tileGroup2";
            this.tileGroup2.Text = null;
            // 
            // tiInspect
            // 
            this.tiInspect.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tiInspect.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tiInspect.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tiInspect.AppearanceItem.Normal.Options.UseBackColor = true;
            tileItemElement1.Text = "<size=26>执法检查</size>";
            tileItemElement2.Text = "<size=12>现场检查<br>现场取证<br>行政简易处罚</size>";
            tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            this.tiInspect.Elements.Add(tileItemElement1);
            this.tiInspect.Elements.Add(tileItemElement2);
            this.tiInspect.Id = 58;
            this.tiInspect.IsLarge = true;
            this.tiInspect.Name = "tiInspect";
            this.tiInspect.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tiInspect_ItemClick);
            // 
            // tiMSDS
            // 
            this.tiMSDS.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tiMSDS.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tiMSDS.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tiMSDS.AppearanceItem.Normal.BorderColor = System.Drawing.Color.White;
            this.tiMSDS.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tiMSDS.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
            tileItemElement3.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement3.Text = "<size=16>危化品名录</size>";
            tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tiMSDS.Elements.Add(tileItemElement3);
            this.tiMSDS.Id = 59;
            this.tiMSDS.Name = "tiMSDS";
            this.tiMSDS.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tiMSDS_ItemClick);
            // 
            // tiLawFile
            // 
            this.tiLawFile.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tiLawFile.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tiLawFile.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tiLawFile.AppearanceItem.Normal.BorderColor = System.Drawing.Color.White;
            this.tiLawFile.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tiLawFile.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement4.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement4.Image")));
            tileItemElement4.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement4.Text = "<size=16>法律法规</size>";
            tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tiLawFile.Elements.Add(tileItemElement4);
            this.tiLawFile.Id = 60;
            this.tiLawFile.Name = "tiLawFile";
            this.tiLawFile.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tiLawFile_ItemClick);
            // 
            // tiPenalize
            // 
            this.tiPenalize.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tiPenalize.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tiPenalize.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tiPenalize.AppearanceItem.Normal.Options.UseBackColor = true;
            tileItemElement5.Text = "<size=26>行政处罚</size>";
            tileItemElement6.Text = "<size=12>立案调查<br>案件移送<br>听证会与案件呈批<br>...<br><br>延期结案与结案<br>...</size>";
            tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            this.tiPenalize.Elements.Add(tileItemElement5);
            this.tiPenalize.Elements.Add(tileItemElement6);
            this.tiPenalize.Id = 70;
            this.tiPenalize.IsLarge = true;
            this.tiPenalize.Name = "tiPenalize";
            this.tiPenalize.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tiPenalize_ItemClick);
            // 
            // tileGroup3
            // 
            this.tileGroup3.Items.Add(this.tiFactories);
            this.tileGroup3.Items.Add(this.tiHistory);
            this.tileGroup3.Items.Add(this.tiPower);
            this.tileGroup3.Items.Add(this.tiDataSync);
            this.tileGroup3.Items.Add(this.tileItem1);
            this.tileGroup3.Name = "tileGroup3";
            this.tileGroup3.Text = null;
            // 
            // tiFactories
            // 
            this.tiFactories.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tiFactories.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tiFactories.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tiFactories.AppearanceItem.Normal.Options.UseBackColor = true;
            tileItemElement7.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement7.Text = "<size=26>企业数据库</size>";
            tileItemElement8.Text = "<size=12>导入的数据维护<br>企业类型维护<br>基础信息维护</size>";
            tileItemElement8.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            this.tiFactories.Elements.Add(tileItemElement7);
            this.tiFactories.Elements.Add(tileItemElement8);
            this.tiFactories.Id = 65;
            this.tiFactories.IsLarge = true;
            this.tiFactories.Name = "tiFactories";
            this.tiFactories.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tiFactories_ItemClick);
            // 
            // tiHistory
            // 
            this.tiHistory.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tiHistory.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tiHistory.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tiHistory.AppearanceItem.Normal.BorderColor = System.Drawing.Color.White;
            this.tiHistory.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tiHistory.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement9.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement9.Image")));
            tileItemElement9.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement9.Text = "<size=16>执法档案</size>";
            tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tiHistory.Elements.Add(tileItemElement9);
            this.tiHistory.Id = 61;
            this.tiHistory.Name = "tiHistory";
            this.tiHistory.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tiHistory_ItemClick);
            // 
            // tiPower
            // 
            this.tiPower.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tiPower.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tiPower.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tiPower.AppearanceItem.Normal.Options.UseBackColor = true;
            tileItemElement10.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement10.Image")));
            tileItemElement10.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement10.Text = "<size=16>权力裁量标准</size>";
            tileItemElement10.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tiPower.Elements.Add(tileItemElement10);
            this.tiPower.Id = 72;
            this.tiPower.Name = "tiPower";
            this.tiPower.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tiPower_ItemClick);
            // 
            // tiDataSync
            // 
            this.tiDataSync.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tiDataSync.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tiDataSync.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tiDataSync.AppearanceItem.Normal.BorderColor = System.Drawing.Color.White;
            this.tiDataSync.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tiDataSync.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement11.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement11.Image")));
            tileItemElement11.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement11.Text = "<size=16>同步</size>";
            tileItemElement11.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tiDataSync.Elements.Add(tileItemElement11);
            this.tiDataSync.Id = 67;
            this.tiDataSync.Name = "tiDataSync";
            this.tiDataSync.TextShowMode = DevExpress.XtraEditors.TileItemContentShowMode.Always;
            this.tiDataSync.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tiDataSync_ItemClick);
            // 
            // tileItem1
            // 
            this.tileItem1.AppearanceItem.Hovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
            this.tileItem1.AppearanceItem.Hovered.Options.UseBackColor = true;
            this.tileItem1.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(186)))), ((int)(((byte)(225)))));
            this.tileItem1.AppearanceItem.Normal.Options.UseBackColor = true;
            tileItemElement12.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement12.Image")));
            tileItemElement12.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement12.Text = "<size=16>退出</size>";
            tileItemElement12.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomLeft;
            this.tileItem1.Elements.Add(tileItemElement12);
            this.tileItem1.Id = 75;
            this.tileItem1.Name = "tileItem1";
            this.tileItem1.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick);
            // 
            // header1
            // 
            this.header1.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.header1.Appearance.Font = new System.Drawing.Font("宋体", 9F);
            this.header1.Appearance.Options.UseBackColor = true;
            this.header1.Appearance.Options.UseFont = true;
            this.header1.BackButtonVisible = false;
            this.header1.Dock = System.Windows.Forms.DockStyle.Top;
            this.header1.Location = new System.Drawing.Point(0, 0);
            this.header1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.header1.Name = "header1";
            this.header1.Size = new System.Drawing.Size(1049, 75);
            this.header1.TabIndex = 0;
            this.header1.Title = "台州市安监移动执法系统";
            // 
            // StartPage
            // 
            this.Appearance.BackColor = System.Drawing.Color.White;
            this.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Appearance.Options.UseBackColor = true;
            this.Appearance.Options.UseFont = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.Controls.Add(this.tileControl1);
            this.Controls.Add(this.header1);
            this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.Name = "StartPage";
            this.Size = new System.Drawing.Size(1049, 861);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     this.tileControl1 = new MyTileControl();
     this.tileGroup1   = new DevExpress.XtraEditors.TileGroup();
     this.tileItem1    = new DevExpress.XtraEditors.TileItem();
     this.tileItem2    = new DevExpress.XtraEditors.TileItem();
     this.tileGroup2   = new DevExpress.XtraEditors.TileGroup();
     this.tileItem3    = new DevExpress.XtraEditors.TileItem();
     this.SuspendLayout();
     //
     // tileControl1
     //
     this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.Groups.Add(this.tileGroup1);
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Location = new System.Drawing.Point(0, 0);
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Size     = new System.Drawing.Size(678, 320);
     this.tileControl1.TabIndex = 0;
     this.tileControl1.Text     = "tileControl1";
     //
     // tileGroup1
     //
     this.tileGroup1.Items.Add(this.tileItem1);
     this.tileGroup1.Items.Add(this.tileItem2);
     this.tileGroup1.Name = "tileGroup1";
     this.tileGroup1.Text = "tileGroup1";
     //
     // tileItem1
     //
     tileItemElement1.Text = "tileItem1";
     this.tileItem1.Elements.Add(tileItemElement1);
     this.tileItem1.Name = "tileItem1";
     //
     // tileItem2
     //
     tileItemElement2.Text = "tileItem2";
     this.tileItem2.Elements.Add(tileItemElement2);
     this.tileItem2.Name = "tileItem2";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileItem3);
     this.tileGroup2.Name = "tileGroup2";
     this.tileGroup2.Text = "tileGroup2";
     //
     // tileItem3
     //
     tileItemElement3.Text = "tileItem3";
     this.tileItem3.Elements.Add(tileItemElement3);
     this.tileItem3.Name = "tileItem3";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(678, 320);
     this.Controls.Add(this.tileControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
コード例 #41
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.ButtonFindRecipe = new DevExpress.XtraEditors.TileItem();
            this.ButtonRecipeList = new DevExpress.XtraEditors.TileItem();
            this.tileGroup1 = new DevExpress.XtraEditors.TileGroup();
            this.ButtonAddRecipe = new DevExpress.XtraEditors.TileItem();
            this.ButtonTimer = new DevExpress.XtraEditors.TileItem();
            this.ButtonAbout = new DevExpress.XtraEditors.TileItem();
            this.tpAddNewRecipe = new DevExpress.XtraTab.XtraTabPage();
            this.ucAddRecipe = new CookBook.ucAddRecipe();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.BackToMainAdd = new DevExpress.XtraEditors.SimpleButton();
            this.btnClearRecipe = new DevExpress.XtraEditors.SimpleButton();
            this.btnAddNewRecipe = new DevExpress.XtraEditors.SimpleButton();
            this.tpRecipeList = new DevExpress.XtraTab.XtraTabPage();
            this.scRecipeField = new DevExpress.XtraEditors.XtraScrollableControl();
            this.lblRecipeDescription = new DevExpress.XtraEditors.LabelControl();
            this.gcRecipeList = new DevExpress.XtraEditors.GroupControl();
            this.lbRecipes = new DevExpress.XtraEditors.ListBoxControl();
            this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
            this.btnDeleteRecipe = new DevExpress.XtraEditors.SimpleButton();
            this.BackToMainList = new DevExpress.XtraEditors.SimpleButton();
            this.tpTimer = new DevExpress.XtraTab.XtraTabPage();
            this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
            this.StopTimer = new DevExpress.XtraEditors.SimpleButton();
            this.TimePicker = new DevExpress.XtraEditors.TimeEdit();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.StartTimer = new DevExpress.XtraEditors.SimpleButton();
            this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl();
            this.TimeField = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
            this.digitalBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
            this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
            this.BackToMainTimer = new DevExpress.XtraEditors.SimpleButton();
            this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
            this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
            this.BackToMainAbout = new DevExpress.XtraEditors.SimpleButton();
            this.tpRecipeFind = new DevExpress.XtraTab.XtraTabPage();
            this.pcSearchContainer = new DevExpress.XtraEditors.PanelControl();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.BackToMainFind = new DevExpress.XtraEditors.SimpleButton();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.imageListBoxControl1 = new DevExpress.XtraEditors.ImageListBoxControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
            this.MainTabControl.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.tpAddNewRecipe.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            this.tpRecipeList.SuspendLayout();
            this.scRecipeField.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcRecipeList)).BeginInit();
            this.gcRecipeList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lbRecipes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
            this.panelControl7.SuspendLayout();
            this.tpTimer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
            this.panelControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TimePicker.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TimeField)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
            this.panelControl5.SuspendLayout();
            this.xtraTabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
            this.panelControl8.SuspendLayout();
            this.tpRecipeFind.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcSearchContainer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageListBoxControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            this.SuspendLayout();
            // 
            // MainTabControl
            // 
            this.MainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.MainTabControl.Location = new System.Drawing.Point(-2, -29);
            this.MainTabControl.Name = "MainTabControl";
            this.MainTabControl.SelectedTabPage = this.xtraTabPage1;
            this.MainTabControl.Size = new System.Drawing.Size(821, 597);
            this.MainTabControl.TabIndex = 0;
            this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.tpAddNewRecipe,
            this.tpRecipeList,
            this.tpTimer,
            this.xtraTabPage5,
            this.tpRecipeFind});
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.tileControl1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(815, 569);
            this.xtraTabPage1.Text = "Main";
            // 
            // tileControl1
            // 
            this.tileControl1.AppearanceItem.Normal.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.tileControl1.AppearanceItem.Normal.Options.UseFont = true;
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup3);
            this.tileControl1.Groups.Add(this.tileGroup1);
            this.tileControl1.Location = new System.Drawing.Point(0, 0);
            this.tileControl1.MaxId = 7;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Padding = new System.Windows.Forms.Padding(24);
            this.tileControl1.Size = new System.Drawing.Size(815, 569);
            this.tileControl1.TabIndex = 0;
            this.tileControl1.Text = "tileControl1";
            this.tileControl1.Click += new System.EventHandler(this.tileControl1_Click);
            // 
            // tileGroup3
            // 
            this.tileGroup3.Items.Add(this.ButtonFindRecipe);
            this.tileGroup3.Items.Add(this.ButtonRecipeList);
            this.tileGroup3.Name = "tileGroup3";
            this.tileGroup3.Text = null;
            // 
            // ButtonFindRecipe
            // 
            this.ButtonFindRecipe.AppearanceItem.Normal.BackColor = System.Drawing.Color.PeachPuff;
            this.ButtonFindRecipe.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.PeachPuff;
            this.ButtonFindRecipe.AppearanceItem.Normal.BorderColor = System.Drawing.Color.PeachPuff;
            this.ButtonFindRecipe.AppearanceItem.Normal.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.ButtonFindRecipe.AppearanceItem.Normal.ForeColor = System.Drawing.Color.SaddleBrown;
            this.ButtonFindRecipe.AppearanceItem.Normal.Options.UseBackColor = true;
            this.ButtonFindRecipe.AppearanceItem.Normal.Options.UseBorderColor = true;
            this.ButtonFindRecipe.AppearanceItem.Normal.Options.UseFont = true;
            this.ButtonFindRecipe.AppearanceItem.Normal.Options.UseForeColor = true;
            tileItemElement1.Image = global::CookBook.Properties.Resources._1390304181_66803;
            tileItemElement1.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement1.Text = "Найти рецепт";
            tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.ButtonFindRecipe.Elements.Add(tileItemElement1);
            this.ButtonFindRecipe.Id = 1;
            this.ButtonFindRecipe.IsLarge = true;
            this.ButtonFindRecipe.Name = "ButtonFindRecipe";
            this.ButtonFindRecipe.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ButtonFindRecept_ItemClick);
            // 
            // ButtonRecipeList
            // 
            this.ButtonRecipeList.AppearanceItem.Normal.BackColor = System.Drawing.Color.PeachPuff;
            this.ButtonRecipeList.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.PeachPuff;
            this.ButtonRecipeList.AppearanceItem.Normal.BorderColor = System.Drawing.Color.PeachPuff;
            this.ButtonRecipeList.AppearanceItem.Normal.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.ButtonRecipeList.AppearanceItem.Normal.ForeColor = System.Drawing.Color.SaddleBrown;
            this.ButtonRecipeList.AppearanceItem.Normal.Options.UseBackColor = true;
            this.ButtonRecipeList.AppearanceItem.Normal.Options.UseBorderColor = true;
            this.ButtonRecipeList.AppearanceItem.Normal.Options.UseFont = true;
            this.ButtonRecipeList.AppearanceItem.Normal.Options.UseForeColor = true;
            tileItemElement2.Image = global::CookBook.Properties.Resources._1390304167_66764;
            tileItemElement2.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement2.Text = "Список рецептов";
            tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.ButtonRecipeList.Elements.Add(tileItemElement2);
            this.ButtonRecipeList.Id = 3;
            this.ButtonRecipeList.IsLarge = true;
            this.ButtonRecipeList.Name = "ButtonRecipeList";
            this.ButtonRecipeList.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ButtonReceptList_ItemClick);
            // 
            // tileGroup1
            // 
            this.tileGroup1.Items.Add(this.ButtonAddRecipe);
            this.tileGroup1.Items.Add(this.ButtonTimer);
            this.tileGroup1.Items.Add(this.ButtonAbout);
            this.tileGroup1.Name = "tileGroup1";
            this.tileGroup1.Text = null;
            // 
            // ButtonAddRecipe
            // 
            this.ButtonAddRecipe.AppearanceItem.Normal.BackColor = System.Drawing.Color.PeachPuff;
            this.ButtonAddRecipe.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.PeachPuff;
            this.ButtonAddRecipe.AppearanceItem.Normal.BorderColor = System.Drawing.Color.PeachPuff;
            this.ButtonAddRecipe.AppearanceItem.Normal.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.ButtonAddRecipe.AppearanceItem.Normal.ForeColor = System.Drawing.Color.SaddleBrown;
            this.ButtonAddRecipe.AppearanceItem.Normal.Options.UseBackColor = true;
            this.ButtonAddRecipe.AppearanceItem.Normal.Options.UseBorderColor = true;
            this.ButtonAddRecipe.AppearanceItem.Normal.Options.UseFont = true;
            this.ButtonAddRecipe.AppearanceItem.Normal.Options.UseForeColor = true;
            tileItemElement3.Image = global::CookBook.Properties.Resources._1390304568_66792;
            tileItemElement3.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement3.Text = "Новый рецепт";
            tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.ButtonAddRecipe.Elements.Add(tileItemElement3);
            this.ButtonAddRecipe.Id = 4;
            this.ButtonAddRecipe.IsLarge = true;
            this.ButtonAddRecipe.Name = "ButtonAddRecipe";
            this.ButtonAddRecipe.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ButtonAddRecept_ItemClick);
            // 
            // ButtonTimer
            // 
            this.ButtonTimer.AppearanceItem.Normal.BackColor = System.Drawing.Color.PeachPuff;
            this.ButtonTimer.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.PeachPuff;
            this.ButtonTimer.AppearanceItem.Normal.BorderColor = System.Drawing.Color.PeachPuff;
            this.ButtonTimer.AppearanceItem.Normal.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.ButtonTimer.AppearanceItem.Normal.ForeColor = System.Drawing.Color.SaddleBrown;
            this.ButtonTimer.AppearanceItem.Normal.Options.UseBackColor = true;
            this.ButtonTimer.AppearanceItem.Normal.Options.UseBorderColor = true;
            this.ButtonTimer.AppearanceItem.Normal.Options.UseFont = true;
            this.ButtonTimer.AppearanceItem.Normal.Options.UseForeColor = true;
            tileItemElement4.Image = global::CookBook.Properties.Resources._1390308362_34259;
            tileItemElement4.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement4.Text = "Таймер";
            tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleRight;
            this.ButtonTimer.Elements.Add(tileItemElement4);
            this.ButtonTimer.Id = 5;
            this.ButtonTimer.Name = "ButtonTimer";
            this.ButtonTimer.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ButtonTimer_ItemClick);
            // 
            // ButtonAbout
            // 
            this.ButtonAbout.AppearanceItem.Normal.BackColor = System.Drawing.Color.PeachPuff;
            this.ButtonAbout.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.PeachPuff;
            this.ButtonAbout.AppearanceItem.Normal.BorderColor = System.Drawing.Color.PeachPuff;
            this.ButtonAbout.AppearanceItem.Normal.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.ButtonAbout.AppearanceItem.Normal.ForeColor = System.Drawing.Color.SaddleBrown;
            this.ButtonAbout.AppearanceItem.Normal.Options.UseBackColor = true;
            this.ButtonAbout.AppearanceItem.Normal.Options.UseBorderColor = true;
            this.ButtonAbout.AppearanceItem.Normal.Options.UseFont = true;
            this.ButtonAbout.AppearanceItem.Normal.Options.UseForeColor = true;
            tileItemElement5.Text = "O CookBook";
            tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            this.ButtonAbout.Elements.Add(tileItemElement5);
            this.ButtonAbout.Id = 0;
            this.ButtonAbout.Name = "ButtonAbout";
            this.ButtonAbout.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ButtonAbout_ItemClick);
            // 
            // tpAddNewRecipe
            // 
            this.tpAddNewRecipe.Controls.Add(this.ucAddRecipe);
            this.tpAddNewRecipe.Controls.Add(this.panelControl1);
            this.tpAddNewRecipe.Name = "tpAddNewRecipe";
            this.tpAddNewRecipe.Size = new System.Drawing.Size(815, 569);
            this.tpAddNewRecipe.Text = "Add Recept";
            // 
            // ucAddRecipe
            // 
            this.ucAddRecipe.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ucAddRecipe.Font = new System.Drawing.Font("Book Antiqua", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.ucAddRecipe.Location = new System.Drawing.Point(0, 72);
            this.ucAddRecipe.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.ucAddRecipe.Name = "ucAddRecipe";
            this.ucAddRecipe.Size = new System.Drawing.Size(815, 497);
            this.ucAddRecipe.TabIndex = 1;
            // 
            // panelControl1
            // 
            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl1.Controls.Add(this.BackToMainAdd);
            this.panelControl1.Controls.Add(this.btnClearRecipe);
            this.panelControl1.Controls.Add(this.btnAddNewRecipe);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(815, 72);
            this.panelControl1.TabIndex = 0;
            // 
            // BackToMainAdd
            // 
            this.BackToMainAdd.Appearance.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.BackToMainAdd.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.BackToMainAdd.Appearance.Options.UseFont = true;
            this.BackToMainAdd.Appearance.Options.UseForeColor = true;
            this.BackToMainAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.BackToMainAdd.Dock = System.Windows.Forms.DockStyle.Right;
            this.BackToMainAdd.Image = global::CookBook.Properties.Resources._1390304913_666831;
            this.BackToMainAdd.Location = new System.Drawing.Point(674, 0);
            this.BackToMainAdd.Name = "BackToMainAdd";
            this.BackToMainAdd.Size = new System.Drawing.Size(141, 72);
            this.BackToMainAdd.TabIndex = 2;
            this.BackToMainAdd.Text = "На главную";
            this.BackToMainAdd.Click += new System.EventHandler(this.BackToMain_Click);
            // 
            // btnClearRecipe
            // 
            this.btnClearRecipe.Appearance.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.btnClearRecipe.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnClearRecipe.Appearance.Options.UseFont = true;
            this.btnClearRecipe.Appearance.Options.UseForeColor = true;
            this.btnClearRecipe.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.btnClearRecipe.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnClearRecipe.Image = global::CookBook.Properties.Resources._1390304922_66700;
            this.btnClearRecipe.Location = new System.Drawing.Point(126, 0);
            this.btnClearRecipe.Name = "btnClearRecipe";
            this.btnClearRecipe.Size = new System.Drawing.Size(126, 72);
            this.btnClearRecipe.TabIndex = 1;
            this.btnClearRecipe.Text = "Очистить";
            this.btnClearRecipe.Click += new System.EventHandler(this.btnClearRecipe_Click);
            // 
            // btnAddNewRecipe
            // 
            this.btnAddNewRecipe.Appearance.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.btnAddNewRecipe.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnAddNewRecipe.Appearance.Options.UseFont = true;
            this.btnAddNewRecipe.Appearance.Options.UseForeColor = true;
            this.btnAddNewRecipe.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.btnAddNewRecipe.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnAddNewRecipe.Image = global::CookBook.Properties.Resources._1390304910_66697;
            this.btnAddNewRecipe.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnAddNewRecipe.Location = new System.Drawing.Point(0, 0);
            this.btnAddNewRecipe.Name = "btnAddNewRecipe";
            this.btnAddNewRecipe.Size = new System.Drawing.Size(126, 72);
            this.btnAddNewRecipe.TabIndex = 0;
            this.btnAddNewRecipe.Text = "Добавить";
            this.btnAddNewRecipe.Click += new System.EventHandler(this.btnAddNewRecipe_Click);
            // 
            // tpRecipeList
            // 
            this.tpRecipeList.Controls.Add(this.scRecipeField);
            this.tpRecipeList.Controls.Add(this.gcRecipeList);
            this.tpRecipeList.Controls.Add(this.panelControl7);
            this.tpRecipeList.Name = "tpRecipeList";
            this.tpRecipeList.Size = new System.Drawing.Size(815, 569);
            this.tpRecipeList.Text = "Recepts List";
            // 
            // scRecipeField
            // 
            this.scRecipeField.Controls.Add(this.lblRecipeDescription);
            this.scRecipeField.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scRecipeField.Font = new System.Drawing.Font("Book Antiqua", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.scRecipeField.Location = new System.Drawing.Point(255, 72);
            this.scRecipeField.Name = "scRecipeField";
            this.scRecipeField.Size = new System.Drawing.Size(560, 497);
            this.scRecipeField.TabIndex = 5;
            // 
            // lblRecipeDescription
            // 
            this.lblRecipeDescription.AllowHtmlString = true;
            this.lblRecipeDescription.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.False;
            this.lblRecipeDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblRecipeDescription.Appearance.Font = new System.Drawing.Font("Cambria", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lblRecipeDescription.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lblRecipeDescription.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
            this.lblRecipeDescription.Location = new System.Drawing.Point(6, 17);
            this.lblRecipeDescription.Name = "lblRecipeDescription";
            this.lblRecipeDescription.Size = new System.Drawing.Size(536, 0);
            this.lblRecipeDescription.TabIndex = 0;
            // 
            // gcRecipeList
            // 
            this.gcRecipeList.AppearanceCaption.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.gcRecipeList.AppearanceCaption.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.gcRecipeList.AppearanceCaption.Options.UseFont = true;
            this.gcRecipeList.AppearanceCaption.Options.UseForeColor = true;
            this.gcRecipeList.Controls.Add(this.lbRecipes);
            this.gcRecipeList.Dock = System.Windows.Forms.DockStyle.Left;
            this.gcRecipeList.Location = new System.Drawing.Point(0, 72);
            this.gcRecipeList.Name = "gcRecipeList";
            this.gcRecipeList.Size = new System.Drawing.Size(255, 497);
            this.gcRecipeList.TabIndex = 1;
            this.gcRecipeList.Text = "Список рецептов :";
            // 
            // lbRecipes
            // 
            this.lbRecipes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lbRecipes.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(248)))), ((int)(((byte)(240)))));
            this.lbRecipes.Appearance.Font = new System.Drawing.Font("Book Antiqua", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lbRecipes.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lbRecipes.Appearance.Options.UseBackColor = true;
            this.lbRecipes.Appearance.Options.UseFont = true;
            this.lbRecipes.Appearance.Options.UseForeColor = true;
            this.lbRecipes.Items.AddRange(new object[] {
            "Рецепт 1",
            "Рецепт 1",
            "Рецепт 1",
            "Рецепт 1",
            "Рецепт 1",
            "Рецепт 1"});
            this.lbRecipes.Location = new System.Drawing.Point(6, 32);
            this.lbRecipes.Name = "lbRecipes";
            this.lbRecipes.Size = new System.Drawing.Size(241, 543);
            this.lbRecipes.TabIndex = 0;
            this.lbRecipes.SelectedIndexChanged += new System.EventHandler(this.lbRecipes_SelectedIndexChanged);
            // 
            // panelControl7
            // 
            this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl7.Controls.Add(this.btnDeleteRecipe);
            this.panelControl7.Controls.Add(this.BackToMainList);
            this.panelControl7.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl7.Location = new System.Drawing.Point(0, 0);
            this.panelControl7.Name = "panelControl7";
            this.panelControl7.Size = new System.Drawing.Size(815, 72);
            this.panelControl7.TabIndex = 1;
            // 
            // btnDeleteRecipe
            // 
            this.btnDeleteRecipe.Appearance.Font = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.btnDeleteRecipe.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btnDeleteRecipe.Appearance.Options.UseFont = true;
            this.btnDeleteRecipe.Appearance.Options.UseForeColor = true;
            this.btnDeleteRecipe.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.btnDeleteRecipe.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnDeleteRecipe.Image = global::CookBook.Properties.Resources._1390304922_66700;
            this.btnDeleteRecipe.Location = new System.Drawing.Point(0, 0);
            this.btnDeleteRecipe.Name = "btnDeleteRecipe";
            this.btnDeleteRecipe.Size = new System.Drawing.Size(126, 72);
            this.btnDeleteRecipe.TabIndex = 3;
            this.btnDeleteRecipe.Text = "Удалить";
            this.btnDeleteRecipe.Click += new System.EventHandler(this.btnDeleteRecipe_Click);
            // 
            // BackToMainList
            // 
            this.BackToMainList.Appearance.Font = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.BackToMainList.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.BackToMainList.Appearance.Options.UseFont = true;
            this.BackToMainList.Appearance.Options.UseForeColor = true;
            this.BackToMainList.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.BackToMainList.Dock = System.Windows.Forms.DockStyle.Right;
            this.BackToMainList.Image = global::CookBook.Properties.Resources._1390304913_666831;
            this.BackToMainList.Location = new System.Drawing.Point(674, 0);
            this.BackToMainList.Name = "BackToMainList";
            this.BackToMainList.Size = new System.Drawing.Size(141, 72);
            this.BackToMainList.TabIndex = 2;
            this.BackToMainList.Text = "На главную";
            this.BackToMainList.Click += new System.EventHandler(this.BackToMain_Click);
            // 
            // tpTimer
            // 
            this.tpTimer.Controls.Add(this.panelControl6);
            this.tpTimer.Controls.Add(this.gaugeControl1);
            this.tpTimer.Controls.Add(this.panelControl5);
            this.tpTimer.Name = "tpTimer";
            this.tpTimer.Size = new System.Drawing.Size(815, 569);
            this.tpTimer.Text = "TIMER!";
            // 
            // panelControl6
            // 
            this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl6.Controls.Add(this.StopTimer);
            this.panelControl6.Controls.Add(this.TimePicker);
            this.panelControl6.Controls.Add(this.StartTimer);
            this.panelControl6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl6.Location = new System.Drawing.Point(0, 350);
            this.panelControl6.Name = "panelControl6";
            this.panelControl6.Size = new System.Drawing.Size(815, 219);
            this.panelControl6.TabIndex = 5;
            // 
            // StopTimer
            // 
            this.StopTimer.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.StopTimer.Appearance.Options.UseForeColor = true;
            this.StopTimer.Location = new System.Drawing.Point(92, 74);
            this.StopTimer.Name = "StopTimer";
            this.StopTimer.Size = new System.Drawing.Size(162, 30);
            this.StopTimer.TabIndex = 4;
            this.StopTimer.Text = "Остановить таймер";
            this.StopTimer.Click += new System.EventHandler(this.StopTimer_Click);
            // 
            // TimePicker
            // 
            this.TimePicker.EditValue = new System.DateTime(2013, 11, 9, 0, 0, 0, 0);
            this.TimePicker.Location = new System.Drawing.Point(6, 6);
            this.TimePicker.MenuManager = this.barManager1;
            this.TimePicker.Name = "TimePicker";
            this.TimePicker.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.TimePicker.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
            this.TimePicker.Properties.Mask.EditMask = "mm:ss";
            this.TimePicker.Properties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
            this.TimePicker.Size = new System.Drawing.Size(62, 20);
            this.TimePicker.TabIndex = 2;
            // 
            // barManager1
            // 
            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.barButtonItem1,
            this.barButtonItem2});
            this.barManager1.MaxItemId = 2;
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(808, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 563);
            this.barDockControlBottom.Size = new System.Drawing.Size(808, 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.Size = new System.Drawing.Size(0, 563);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(808, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 563);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Remove";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "Clear";
            this.barButtonItem2.Id = 1;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // StartTimer
            // 
            this.StartTimer.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.StartTimer.Appearance.Options.UseForeColor = true;
            this.StartTimer.Location = new System.Drawing.Point(92, 3);
            this.StartTimer.Name = "StartTimer";
            this.StartTimer.Size = new System.Drawing.Size(162, 27);
            this.StartTimer.TabIndex = 3;
            this.StartTimer.Text = "Запустить таймер";
            this.StartTimer.Click += new System.EventHandler(this.StartTimer_Click);
            // 
            // gaugeControl1
            // 
            this.gaugeControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
            this.TimeField});
            this.gaugeControl1.Location = new System.Drawing.Point(0, 72);
            this.gaugeControl1.Name = "gaugeControl1";
            this.gaugeControl1.Size = new System.Drawing.Size(815, 278);
            this.gaugeControl1.TabIndex = 0;
            // 
            // TimeField
            // 
            this.TimeField.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#0D8097");
            this.TimeField.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#02F0F7");
            this.TimeField.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent[] {
            this.digitalBackgroundLayerComponent1});
            this.TimeField.Bounds = new System.Drawing.Rectangle(6, 6, 803, 266);
            this.TimeField.DigitCount = 4;
            this.TimeField.Name = "TimeField";
            this.TimeField.Text = "00:00";
            // 
            // digitalBackgroundLayerComponent1
            // 
            this.digitalBackgroundLayerComponent1.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(211.85F, 99.9625F);
            this.digitalBackgroundLayerComponent1.Name = "bg1";
            this.digitalBackgroundLayerComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style17;
            this.digitalBackgroundLayerComponent1.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(20F, 0F);
            this.digitalBackgroundLayerComponent1.ZOrder = 1000;
            // 
            // panelControl5
            // 
            this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl5.Controls.Add(this.BackToMainTimer);
            this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl5.Location = new System.Drawing.Point(0, 0);
            this.panelControl5.Name = "panelControl5";
            this.panelControl5.Size = new System.Drawing.Size(815, 72);
            this.panelControl5.TabIndex = 4;
            // 
            // BackToMainTimer
            // 
            this.BackToMainTimer.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.BackToMainTimer.Appearance.Options.UseForeColor = true;
            this.BackToMainTimer.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.BackToMainTimer.Dock = System.Windows.Forms.DockStyle.Right;
            this.BackToMainTimer.Image = global::CookBook.Properties.Resources._1390304913_66683;
            this.BackToMainTimer.Location = new System.Drawing.Point(674, 0);
            this.BackToMainTimer.Name = "BackToMainTimer";
            this.BackToMainTimer.Size = new System.Drawing.Size(141, 72);
            this.BackToMainTimer.TabIndex = 2;
            this.BackToMainTimer.Text = "На главную";
            this.BackToMainTimer.Click += new System.EventHandler(this.BackToMain_Click);
            // 
            // xtraTabPage5
            // 
            this.xtraTabPage5.Controls.Add(this.panelControl8);
            this.xtraTabPage5.Name = "xtraTabPage5";
            this.xtraTabPage5.Size = new System.Drawing.Size(815, 569);
            this.xtraTabPage5.Text = "About";
            // 
            // panelControl8
            // 
            this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl8.Controls.Add(this.BackToMainAbout);
            this.panelControl8.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl8.Location = new System.Drawing.Point(0, 0);
            this.panelControl8.Name = "panelControl8";
            this.panelControl8.Size = new System.Drawing.Size(815, 72);
            this.panelControl8.TabIndex = 5;
            // 
            // BackToMainAbout
            // 
            this.BackToMainAbout.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.BackToMainAbout.Dock = System.Windows.Forms.DockStyle.Right;
            this.BackToMainAbout.Image = ((System.Drawing.Image)(resources.GetObject("BackToMainAbout.Image")));
            this.BackToMainAbout.Location = new System.Drawing.Point(674, 0);
            this.BackToMainAbout.Name = "BackToMainAbout";
            this.BackToMainAbout.Size = new System.Drawing.Size(141, 72);
            this.BackToMainAbout.TabIndex = 2;
            this.BackToMainAbout.Text = "На главную";
            this.BackToMainAbout.Click += new System.EventHandler(this.BackToMain_Click);
            // 
            // tpRecipeFind
            // 
            this.tpRecipeFind.Controls.Add(this.pcSearchContainer);
            this.tpRecipeFind.Controls.Add(this.panelControl3);
            this.tpRecipeFind.Name = "tpRecipeFind";
            this.tpRecipeFind.Size = new System.Drawing.Size(815, 569);
            this.tpRecipeFind.Text = "Find Recept";
            // 
            // pcSearchContainer
            // 
            this.pcSearchContainer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pcSearchContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcSearchContainer.Location = new System.Drawing.Point(0, 63);
            this.pcSearchContainer.Name = "pcSearchContainer";
            this.pcSearchContainer.Size = new System.Drawing.Size(815, 506);
            this.pcSearchContainer.TabIndex = 2;
            // 
            // panelControl3
            // 
            this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl3.Controls.Add(this.BackToMainFind);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl3.Location = new System.Drawing.Point(0, 0);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(815, 63);
            this.panelControl3.TabIndex = 1;
            // 
            // BackToMainFind
            // 
            this.BackToMainFind.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.BackToMainFind.Appearance.Options.UseForeColor = true;
            this.BackToMainFind.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.BackToMainFind.Dock = System.Windows.Forms.DockStyle.Right;
            this.BackToMainFind.Image = global::CookBook.Properties.Resources._1390304913_66683;
            this.BackToMainFind.Location = new System.Drawing.Point(674, 0);
            this.BackToMainFind.Name = "BackToMainFind";
            this.BackToMainFind.Size = new System.Drawing.Size(141, 63);
            this.BackToMainFind.TabIndex = 2;
            this.BackToMainFind.Text = "На главную";
            this.BackToMainFind.Click += new System.EventHandler(this.BackToMain_Click);
            // 
            // popupMenu1
            // 
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            // 
            // imageListBoxControl1
            // 
            this.imageListBoxControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.imageListBoxControl1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageListBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Рецепт 1"),
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Рецепт 1"),
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Рецепт 1"),
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Рецепт 1"),
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Рецепт 1"),
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Рецепт 1")});
            this.imageListBoxControl1.Location = new System.Drawing.Point(3, 5);
            this.imageListBoxControl1.Name = "imageListBoxControl1";
            this.imageListBoxControl1.Size = new System.Drawing.Size(219, 481);
            this.imageListBoxControl1.TabIndex = 0;
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.imageListBoxControl1);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl2.Location = new System.Drawing.Point(1, 23);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(228, 491);
            this.panelControl2.TabIndex = 3;
            // 
            // MainForm
            // 
            this.Appearance.Font = new System.Drawing.Font("Lucida Handwriting", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Appearance.Options.UseFont = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(808, 563);
            this.Controls.Add(this.MainTabControl);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.LookAndFeel.SkinName = "Coffee";
            this.Name = "MainForm";
            this.Text = "CookBook";
            this.Load += new System.EventHandler(this.MainForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
            this.MainTabControl.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.tpAddNewRecipe.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.tpRecipeList.ResumeLayout(false);
            this.scRecipeField.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcRecipeList)).EndInit();
            this.gcRecipeList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lbRecipes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
            this.panelControl7.ResumeLayout(false);
            this.tpTimer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
            this.panelControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.TimePicker.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TimeField)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
            this.panelControl5.ResumeLayout(false);
            this.xtraTabPage5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
            this.panelControl8.ResumeLayout(false);
            this.tpRecipeFind.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcSearchContainer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageListBoxControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
     DevExpress.XtraEditors.TileItemElement         tileItemElement1  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
     this.tileControl1            = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2              = new DevExpress.XtraEditors.TileGroup();
     this.tileKullaniciTercihleri = new DevExpress.XtraEditors.TileItem();
     this.tileYetki               = new DevExpress.XtraEditors.TileItem();
     this.tileKapat               = new DevExpress.XtraEditors.TileItem();
     this.tileGroup3              = new DevExpress.XtraEditors.TileGroup();
     this.tileOtelTanimlamalari   = new DevExpress.XtraEditors.TileItem();
     this.tileSalonTanimlamalari  = new DevExpress.XtraEditors.TileItem();
     this.tileKategoriTanimlamari = new DevExpress.XtraEditors.TileItem();
     this.tileGroup4              = new DevExpress.XtraEditors.TileGroup();
     this.tileBlokEkle            = new DevExpress.XtraEditors.TileItem();
     this.tileHavuzEkle           = new DevExpress.XtraEditors.TileItem();
     this.tileKatEkle             = new DevExpress.XtraEditors.TileItem();
     this.tileGroup5              = new DevExpress.XtraEditors.TileGroup();
     this.tileItemSıcaklıkArdunio = new DevExpress.XtraEditors.TileItem();
     this.metroStyleManager1      = new MetroFramework.Components.MetroStyleManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).BeginInit();
     this.SuspendLayout();
     //
     // tileControl1
     //
     this.tileControl1.Cursor = System.Windows.Forms.Cursors.Default;
     this.tileControl1.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.Groups.Add(this.tileGroup3);
     this.tileControl1.Groups.Add(this.tileGroup4);
     this.tileControl1.Groups.Add(this.tileGroup5);
     this.tileControl1.ItemSize = 180;
     this.tileControl1.Location = new System.Drawing.Point(20, 60);
     this.tileControl1.MaxId    = 14;
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Size     = new System.Drawing.Size(1160, 577);
     this.tileControl1.TabIndex = 0;
     this.tileControl1.Text     = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileKullaniciTercihleri);
     this.tileGroup2.Items.Add(this.tileYetki);
     this.tileGroup2.Items.Add(this.tileKapat);
     this.tileGroup2.Name = "tileGroup2";
     //
     // tileKullaniciTercihleri
     //
     this.tileKullaniciTercihleri.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileKullaniciTercihleri.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileKullaniciTercihleri.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.GreenYellow;
     this.tileKullaniciTercihleri.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.GreenYellow;
     this.tileKullaniciTercihleri.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.GreenYellow;
     this.tileKullaniciTercihleri.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileKullaniciTercihleri.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileKullaniciTercihleri.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileKullaniciTercihleri.BackgroundImage")));
     tileItemElement1.Text          = "Kullanıcı Tercihleri";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileKullaniciTercihleri.Elements.Add(tileItemElement1);
     this.tileKullaniciTercihleri.Id         = 7;
     this.tileKullaniciTercihleri.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileKullaniciTercihleri.Name       = "tileKullaniciTercihleri";
     this.tileKullaniciTercihleri.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem7_ItemClick);
     //
     // tileYetki
     //
     this.tileYetki.AppearanceItem.Normal.Font            = new System.Drawing.Font("Tahoma", 15F);
     this.tileYetki.AppearanceItem.Normal.Options.UseFont = true;
     this.tileYetki.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileYetki.BackgroundImage")));
     tileItemElement3.Text          = "Yetki İşlemleri";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileYetki.Elements.Add(tileItemElement3);
     this.tileYetki.Id         = 13;
     this.tileYetki.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileYetki.Name       = "tileYetki";
     this.tileYetki.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileYetki_ItemClick);
     //
     // tileKapat
     //
     this.tileKapat.AppearanceItem.Normal.BackColor               = System.Drawing.Color.Red;
     this.tileKapat.AppearanceItem.Normal.BackColor2              = System.Drawing.Color.Red;
     this.tileKapat.AppearanceItem.Normal.BorderColor             = System.Drawing.Color.Red;
     this.tileKapat.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileKapat.AppearanceItem.Normal.Options.UseBackColor    = true;
     this.tileKapat.AppearanceItem.Normal.Options.UseBorderColor  = true;
     this.tileKapat.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileKapat.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileKapat.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileKapat.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileKapat.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileKapat.AppearanceItem.Pressed.Options.UseBorderColor = true;
     tileItemElement4.Text          = "Kapat";
     tileItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileKapat.Elements.Add(tileItemElement4);
     this.tileKapat.Id         = 2;
     this.tileKapat.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileKapat.Name       = "tileKapat";
     this.tileKapat.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem3_ItemClick);
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileOtelTanimlamalari);
     this.tileGroup3.Items.Add(this.tileSalonTanimlamalari);
     this.tileGroup3.Items.Add(this.tileKategoriTanimlamari);
     this.tileGroup3.Name = "tileGroup3";
     this.tileGroup3.Text = "Tanımlamalar";
     //
     // tileOtelTanimlamalari
     //
     this.tileOtelTanimlamalari.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileOtelTanimlamalari.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileOtelTanimlamalari.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileOtelTanimlamalari.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileOtelTanimlamalari.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileOtelTanimlamalari.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileOtelTanimlamalari.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileOtelTanimlamalari.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileOtelTanimlamalari.BackgroundImage")));
     tileItemElement5.Text          = "Otel Tanımlamaları";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileOtelTanimlamalari.Elements.Add(tileItemElement5);
     this.tileOtelTanimlamalari.Id         = 1;
     this.tileOtelTanimlamalari.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileOtelTanimlamalari.Name       = "tileOtelTanimlamalari";
     this.tileOtelTanimlamalari.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem2_ItemClick);
     //
     // tileSalonTanimlamalari
     //
     this.tileSalonTanimlamalari.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileSalonTanimlamalari.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileSalonTanimlamalari.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileSalonTanimlamalari.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileSalonTanimlamalari.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileSalonTanimlamalari.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileSalonTanimlamalari.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileSalonTanimlamalari.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileSalonTanimlamalari.BackgroundImage")));
     tileItemElement6.Text          = "Salon Tanımlamaları";
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileSalonTanimlamalari.Elements.Add(tileItemElement6);
     this.tileSalonTanimlamalari.Id         = 3;
     this.tileSalonTanimlamalari.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileSalonTanimlamalari.Name       = "tileSalonTanimlamalari";
     this.tileSalonTanimlamalari.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem4_ItemClick);
     //
     // tileKategoriTanimlamari
     //
     this.tileKategoriTanimlamari.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileKategoriTanimlamari.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileKategoriTanimlamari.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileKategoriTanimlamari.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileKategoriTanimlamari.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileKategoriTanimlamari.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileKategoriTanimlamari.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileKategoriTanimlamari.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileKategoriTanimlamari.BackgroundImage")));
     tileItemElement7.Text          = "Kategori Tanımlamaları";
     tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileKategoriTanimlamari.Elements.Add(tileItemElement7);
     this.tileKategoriTanimlamari.Id         = 4;
     this.tileKategoriTanimlamari.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileKategoriTanimlamari.Name       = "tileKategoriTanimlamari";
     this.tileKategoriTanimlamari.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem5_ItemClick);
     //
     // tileGroup4
     //
     this.tileGroup4.Items.Add(this.tileBlokEkle);
     this.tileGroup4.Items.Add(this.tileHavuzEkle);
     this.tileGroup4.Items.Add(this.tileKatEkle);
     this.tileGroup4.Name = "tileGroup4";
     //
     // tileBlokEkle
     //
     this.tileBlokEkle.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileBlokEkle.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileBlokEkle.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileBlokEkle.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileBlokEkle.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileBlokEkle.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileBlokEkle.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileBlokEkle.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileBlokEkle.BackgroundImage")));
     tileItemElement8.Text             = "Blok Ekle";
     tileItemElement8.TextAlignment    = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileBlokEkle.Elements.Add(tileItemElement8);
     this.tileBlokEkle.Id         = 8;
     this.tileBlokEkle.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileBlokEkle.Name       = "tileBlokEkle";
     this.tileBlokEkle.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem8_ItemClick);
     //
     // tileHavuzEkle
     //
     this.tileHavuzEkle.AppearanceItem.Normal.Font            = new System.Drawing.Font("Tahoma", 15F);
     this.tileHavuzEkle.AppearanceItem.Normal.Options.UseFont = true;
     this.tileHavuzEkle.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileHavuzEkle.BackgroundImage")));
     tileItemElement9.Text          = "Havuz Ekle";
     tileItemElement9.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileHavuzEkle.Elements.Add(tileItemElement9);
     this.tileHavuzEkle.Id         = 9;
     this.tileHavuzEkle.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileHavuzEkle.Name       = "tileHavuzEkle";
     this.tileHavuzEkle.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileHavuzEkle_ItemClick);
     //
     // tileKatEkle
     //
     this.tileKatEkle.AppearanceItem.Normal.Font            = new System.Drawing.Font("Tahoma", 15F);
     this.tileKatEkle.AppearanceItem.Normal.Options.UseFont = true;
     this.tileKatEkle.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileKatEkle.BackgroundImage")));
     tileItemElement10.Text           = "Kat Ekle";
     tileItemElement10.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileKatEkle.Elements.Add(tileItemElement10);
     this.tileKatEkle.Id         = 11;
     this.tileKatEkle.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileKatEkle.Name       = "tileKatEkle";
     this.tileKatEkle.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick);
     //
     // tileGroup5
     //
     this.tileGroup5.Items.Add(this.tileItemSıcaklıkArdunio);
     this.tileGroup5.Name = "tileGroup5";
     this.tileGroup5.Text = "Ardunio Bilgileri";
     //
     // tileItemSıcaklıkArdunio
     //
     this.tileItemSıcaklıkArdunio.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItemSıcaklıkArdunio.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemSıcaklıkArdunio.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemSıcaklıkArdunio.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemSıcaklıkArdunio.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemSıcaklıkArdunio.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemSıcaklıkArdunio.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileItemSıcaklıkArdunio.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileItemSıcaklıkArdunio.BackgroundImage")));
     tileItemElement11.Text          = "Sıcaklık İçin Ardunio Bağlantı";
     tileItemElement11.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemSıcaklıkArdunio.Elements.Add(tileItemElement11);
     this.tileItemSıcaklıkArdunio.Id         = 10;
     this.tileItemSıcaklıkArdunio.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemSıcaklıkArdunio.Name       = "tileItemSıcaklıkArdunio";
     this.tileItemSıcaklıkArdunio.Visible    = false;
     this.tileItemSıcaklıkArdunio.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemSıcaklıkArdunio_ItemClick);
     //
     // metroStyleManager1
     //
     this.metroStyleManager1.Owner = null;
     //
     // Form2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1200, 657);
     this.Controls.Add(this.tileControl1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Movable     = false;
     this.Name        = "Form2";
     this.Resizable   = false;
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Form2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            this.navigationPane1 = new DevExpress.XtraBars.Navigation.NavigationPane();
            this.navigationPage1 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.подразделенияDataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.подразделенияBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.navigationPage2 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup1 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.tileItem2 = new DevExpress.XtraEditors.TileItem();
            this.tileItem3 = new DevExpress.XtraEditors.TileItem();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem4 = new DevExpress.XtraEditors.TileItem();
            this.tileItem5 = new DevExpress.XtraEditors.TileItem();
            this.tileItem6 = new DevExpress.XtraEditors.TileItem();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem7 = new DevExpress.XtraEditors.TileItem();
            this.tileItem8 = new DevExpress.XtraEditors.TileItem();
            this.navigationPage3 = new DevExpress.XtraBars.Navigation.NavigationPage();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.bindingSource2 = new System.Windows.Forms.BindingSource(this.components);
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colКод = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colФамилия = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colИмя = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colОтчество = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colРост = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colОбъем_груди = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colЗвание = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.званияBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.colПодразделение = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.colПол = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colupsize_ts = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colЗвания = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colПодразделения = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
            this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.repositoryItemGridLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
            this.repositoryItemGridLookUpEdit2View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
            this.gridSplitContainer1 = new DevExpress.XtraGrid.GridSplitContainer();
            this.navigationPane1.SuspendLayout();
            this.navigationPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.подразделенияDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.подразделенияBindingSource)).BeginInit();
            this.navigationPage2.SuspendLayout();
            this.navigationPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.званияBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit2View)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).BeginInit();
            this.gridSplitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // navigationPane1
            // 
            this.navigationPane1.AllowTransitionAnimation = DevExpress.Utils.DefaultBoolean.True;
            this.navigationPane1.Controls.Add(this.navigationPage1);
            this.navigationPane1.Controls.Add(this.navigationPage2);
            this.navigationPane1.Controls.Add(this.navigationPage3);
            this.navigationPane1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navigationPane1.Location = new System.Drawing.Point(0, 0);
            this.navigationPane1.Name = "navigationPane1";
            this.navigationPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPage[] {
            this.navigationPage2,
            this.navigationPage1,
            this.navigationPage3});
            this.navigationPane1.RegularSize = new System.Drawing.Size(721, 380);
            this.navigationPane1.RibbonAndBarsMergeStyle = DevExpress.XtraBars.Docking2010.Views.RibbonAndBarsMergeStyle.Always;
            this.navigationPane1.SelectedPage = this.navigationPage2;
            this.navigationPane1.SelectedPageIndex = 1;
            this.navigationPane1.Size = new System.Drawing.Size(721, 380);
            this.navigationPane1.TabIndex = 0;
            this.navigationPane1.Text = "navigationPane1";
            this.navigationPane1.TransitionType = DevExpress.Utils.Animation.Transitions.Cover;
            this.navigationPane1.StateChanged += new DevExpress.XtraBars.Navigation.StateChangedEventHandler(this.navigationPane1_StateChanged);
            this.navigationPane1.SelectedPageChanging += new DevExpress.XtraBars.Navigation.SelectedPageChangingEventHandler(this.navigationPane1_SelectedPageChanging);
            this.navigationPane1.Click += new System.EventHandler(this.navigationPane1_Click);
            // 
            // navigationPage1
            // 
            this.navigationPage1.BackgroundPadding = new System.Windows.Forms.Padding(0);
            this.navigationPage1.Caption = "Подразделения";
            this.navigationPage1.Controls.Add(this.подразделенияDataGridView);
            this.navigationPage1.Name = "navigationPage1";
            this.navigationPage1.Size = new System.Drawing.Size(623, 336);
            // 
            // подразделенияDataGridView
            // 
            this.подразделенияDataGridView.AutoGenerateColumns = false;
            this.подразделенияDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.подразделенияDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn2});
            this.подразделенияDataGridView.DataSource = this.подразделенияBindingSource;
            this.подразделенияDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.подразделенияDataGridView.Location = new System.Drawing.Point(0, 0);
            this.подразделенияDataGridView.Margin = new System.Windows.Forms.Padding(2);
            this.подразделенияDataGridView.Name = "подразделенияDataGridView";
            this.подразделенияDataGridView.RowTemplate.Height = 24;
            this.подразделенияDataGridView.Size = new System.Drawing.Size(623, 336);
            this.подразделенияDataGridView.TabIndex = 2;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.dataGridViewTextBoxColumn2.DataPropertyName = "Наименование";
            this.dataGridViewTextBoxColumn2.HeaderText = "Наименование";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            // 
            // подразделенияBindingSource
            // 
            this.подразделенияBindingSource.DataSource = typeof(Client.Подразделения);
            // 
            // navigationPage2
            // 
            this.navigationPage2.BackgroundPadding = new System.Windows.Forms.Padding(2);
            this.navigationPage2.Caption = "Справочники";
            this.navigationPage2.Controls.Add(this.tileControl1);
            this.navigationPage2.Name = "navigationPage2";
            this.navigationPage2.PageVisible = false;
            this.navigationPage2.Size = new System.Drawing.Size(623, 336);
            // 
            // tileControl1
            // 
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.DragSize = new System.Drawing.Size(0, 0);
            this.tileControl1.Groups.Add(this.tileGroup1);
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Groups.Add(this.tileGroup3);
            this.tileControl1.Location = new System.Drawing.Point(0, 0);
            this.tileControl1.MaxId = 8;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Size = new System.Drawing.Size(623, 336);
            this.tileControl1.TabIndex = 0;
            this.tileControl1.Text = "tileControl1";
            // 
            // tileGroup1
            // 
            this.tileGroup1.Items.Add(this.tileItem1);
            this.tileGroup1.Items.Add(this.tileItem2);
            this.tileGroup1.Items.Add(this.tileItem3);
            this.tileGroup1.Name = "tileGroup1";
            this.tileGroup1.Text = "tileGroup1";
            // 
            // tileItem1
            // 
            tileItemElement1.Text = "tileItem1";
            this.tileItem1.Elements.Add(tileItemElement1);
            this.tileItem1.Id = 0;
            this.tileItem1.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem1.Name = "tileItem1";
            // 
            // tileItem2
            // 
            tileItemElement2.Text = "tileItem2";
            this.tileItem2.Elements.Add(tileItemElement2);
            this.tileItem2.Id = 1;
            this.tileItem2.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem2.Name = "tileItem2";
            // 
            // tileItem3
            // 
            tileItemElement3.Text = "tileItem3";
            this.tileItem3.Elements.Add(tileItemElement3);
            this.tileItem3.Id = 2;
            this.tileItem3.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem3.Name = "tileItem3";
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItem4);
            this.tileGroup2.Items.Add(this.tileItem5);
            this.tileGroup2.Items.Add(this.tileItem6);
            this.tileGroup2.Name = "tileGroup2";
            this.tileGroup2.Text = "tileGroup2";
            // 
            // tileItem4
            // 
            tileItemElement4.Text = "tileItem4";
            this.tileItem4.Elements.Add(tileItemElement4);
            this.tileItem4.Id = 3;
            this.tileItem4.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem4.Name = "tileItem4";
            // 
            // tileItem5
            // 
            tileItemElement5.Text = "tileItem5";
            this.tileItem5.Elements.Add(tileItemElement5);
            this.tileItem5.Id = 4;
            this.tileItem5.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem5.Name = "tileItem5";
            // 
            // tileItem6
            // 
            tileItemElement6.Text = "tileItem6";
            this.tileItem6.Elements.Add(tileItemElement6);
            this.tileItem6.Id = 5;
            this.tileItem6.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem6.Name = "tileItem6";
            // 
            // tileGroup3
            // 
            this.tileGroup3.Items.Add(this.tileItem7);
            this.tileGroup3.Items.Add(this.tileItem8);
            this.tileGroup3.Name = "tileGroup3";
            this.tileGroup3.Text = "tileGroup3";
            // 
            // tileItem7
            // 
            tileItemElement7.Text = "tileItem7";
            this.tileItem7.Elements.Add(tileItemElement7);
            this.tileItem7.Id = 6;
            this.tileItem7.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem7.Name = "tileItem7";
            // 
            // tileItem8
            // 
            tileItemElement8.Text = "tileItem8";
            this.tileItem8.Elements.Add(tileItemElement8);
            this.tileItem8.Id = 7;
            this.tileItem8.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem8.Name = "tileItem8";
            // 
            // navigationPage3
            // 
            this.navigationPage3.BackgroundPadding = new System.Windows.Forms.Padding(0);
            this.navigationPage3.Caption = "Сотрудники";
            this.navigationPage3.Controls.Add(this.gridControl1);
            this.navigationPage3.Name = "navigationPage3";
            this.navigationPage3.Size = new System.Drawing.Size(623, 336);
            // 
            // gridControl1
            // 
            this.gridControl1.DataSource = this.bindingSource2;
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemGridLookUpEdit1,
            this.repositoryItemGridLookUpEdit2,
            this.repositoryItemPopupContainerEdit1,
            this.repositoryItemLookUpEdit1,
            this.repositoryItemLookUpEdit2});
            this.gridControl1.Size = new System.Drawing.Size(623, 336);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // bindingSource2
            // 
            this.bindingSource2.DataSource = typeof(Client.Сотрудники);
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colКод,
            this.colФамилия,
            this.colИмя,
            this.colОтчество,
            this.colРост,
            this.colОбъем_груди,
            this.colЗвание,
            this.colПодразделение,
            this.colПол,
            this.colupsize_ts,
            this.colЗвания,
            this.colПодразделения});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsView.ShowDetailButtons = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colФамилия, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // colКод
            // 
            this.colКод.FieldName = "Код";
            this.colКод.Name = "colКод";
            // 
            // colФамилия
            // 
            this.colФамилия.FieldName = "Фамилия";
            this.colФамилия.Name = "colФамилия";
            this.colФамилия.Visible = true;
            this.colФамилия.VisibleIndex = 0;
            // 
            // colИмя
            // 
            this.colИмя.FieldName = "Имя";
            this.colИмя.Name = "colИмя";
            this.colИмя.Visible = true;
            this.colИмя.VisibleIndex = 1;
            // 
            // colОтчество
            // 
            this.colОтчество.FieldName = "Отчество";
            this.colОтчество.Name = "colОтчество";
            this.colОтчество.Visible = true;
            this.colОтчество.VisibleIndex = 2;
            // 
            // colРост
            // 
            this.colРост.FieldName = "Рост";
            this.colРост.Name = "colРост";
            this.colРост.Visible = true;
            this.colРост.VisibleIndex = 3;
            // 
            // colОбъем_груди
            // 
            this.colОбъем_груди.Caption = "Объем груди";
            this.colОбъем_груди.FieldName = "Объем_груди";
            this.colОбъем_груди.Name = "colОбъем_груди";
            this.colОбъем_груди.Visible = true;
            this.colОбъем_груди.VisibleIndex = 4;
            this.colОбъем_груди.Width = 89;
            // 
            // colЗвание
            // 
            this.colЗвание.ColumnEdit = this.repositoryItemLookUpEdit1;
            this.colЗвание.FieldName = "Звание";
            this.colЗвание.Name = "colЗвание";
            this.colЗвание.Visible = true;
            this.colЗвание.VisibleIndex = 5;
            // 
            // repositoryItemLookUpEdit1
            // 
            this.repositoryItemLookUpEdit1.AutoHeight = false;
            this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Код", "Код", 43, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Звание", "Звание", 46, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("upsize_ts", "upsize_ts", 55, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near)});
            this.repositoryItemLookUpEdit1.DataSource = this.званияBindingSource;
            this.repositoryItemLookUpEdit1.DisplayMember = "Звание";
            this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
            this.repositoryItemLookUpEdit1.ValueMember = "Код";
            // 
            // званияBindingSource
            // 
            this.званияBindingSource.DataSource = typeof(Client.Звания);
            // 
            // colПодразделение
            // 
            this.colПодразделение.ColumnEdit = this.repositoryItemLookUpEdit2;
            this.colПодразделение.FieldName = "Подразделение";
            this.colПодразделение.Name = "colПодразделение";
            this.colПодразделение.Visible = true;
            this.colПодразделение.VisibleIndex = 6;
            this.colПодразделение.Width = 100;
            // 
            // repositoryItemLookUpEdit2
            // 
            this.repositoryItemLookUpEdit2.AutoHeight = false;
            this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLookUpEdit2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Код", "Код", 43, DevExpress.Utils.FormatType.Numeric, "", false, DevExpress.Utils.HorzAlignment.Far),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Наименование", "Наименование", 83, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Головное_подразделение", "Головное_подразделение", 143, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("upsize_ts", "upsize_ts", 55, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Подразделения2", "Подразделения2", 96, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near)});
            this.repositoryItemLookUpEdit2.DataSource = this.подразделенияBindingSource;
            this.repositoryItemLookUpEdit2.DisplayMember = "Наименование";
            this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
            this.repositoryItemLookUpEdit2.ValueMember = "Код";
            // 
            // colПол
            // 
            this.colПол.FieldName = "Пол";
            this.colПол.Name = "colПол";
            this.colПол.Visible = true;
            this.colПол.VisibleIndex = 7;
            // 
            // colupsize_ts
            // 
            this.colupsize_ts.FieldName = "upsize_ts";
            this.colupsize_ts.Name = "colupsize_ts";
            // 
            // colЗвания
            // 
            this.colЗвания.FieldName = "Звания";
            this.colЗвания.Name = "colЗвания";
            // 
            // colПодразделения
            // 
            this.colПодразделения.FieldName = "Подразделения";
            this.colПодразделения.Name = "colПодразделения";
            // 
            // repositoryItemGridLookUpEdit1
            // 
            this.repositoryItemGridLookUpEdit1.AutoHeight = false;
            this.repositoryItemGridLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemGridLookUpEdit1.DataSource = this.подразделенияBindingSource;
            this.repositoryItemGridLookUpEdit1.DisplayMember = "Наименование";
            this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
            this.repositoryItemGridLookUpEdit1.ValueMember = "Код";
            this.repositoryItemGridLookUpEdit1.View = this.repositoryItemGridLookUpEdit1View;
            // 
            // repositoryItemGridLookUpEdit1View
            // 
            this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
            this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
            // 
            // repositoryItemGridLookUpEdit2
            // 
            this.repositoryItemGridLookUpEdit2.AutoHeight = false;
            this.repositoryItemGridLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemGridLookUpEdit2.DataSource = this.званияBindingSource;
            this.repositoryItemGridLookUpEdit2.DisplayMember = "Звание";
            this.repositoryItemGridLookUpEdit2.Name = "repositoryItemGridLookUpEdit2";
            this.repositoryItemGridLookUpEdit2.ValueMember = "Код";
            this.repositoryItemGridLookUpEdit2.View = this.repositoryItemGridLookUpEdit2View;
            // 
            // repositoryItemGridLookUpEdit2View
            // 
            this.repositoryItemGridLookUpEdit2View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.repositoryItemGridLookUpEdit2View.Name = "repositoryItemGridLookUpEdit2View";
            this.repositoryItemGridLookUpEdit2View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.repositoryItemGridLookUpEdit2View.OptionsView.ShowGroupPanel = false;
            // 
            // repositoryItemPopupContainerEdit1
            // 
            this.repositoryItemPopupContainerEdit1.AutoHeight = false;
            this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
            // 
            // gridSplitContainer1
            // 
            this.gridSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridSplitContainer1.Grid = null;
            this.gridSplitContainer1.Location = new System.Drawing.Point(0, 0);
            this.gridSplitContainer1.Name = "gridSplitContainer1";
            this.gridSplitContainer1.Size = new System.Drawing.Size(623, 336);
            this.gridSplitContainer1.TabIndex = 0;
            // 
            // ВсеСправочникиФорма
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(721, 380);
            this.Controls.Add(this.navigationPane1);
            this.LookAndFeel.SkinName = "Visual Studio 2013 Dark";
            this.Name = "ВсеСправочникиФорма";
            this.Text = "Все справочники";
            this.navigationPane1.ResumeLayout(false);
            this.navigationPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.подразделенияDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.подразделенияBindingSource)).EndInit();
            this.navigationPage2.ResumeLayout(false);
            this.navigationPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.званияBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit2View)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).EndInit();
            this.gridSplitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame1   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame2   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraBars.Docking2010.WindowsUIButtonImageOptions windowsUIButtonImageOptions1 = new DevExpress.XtraBars.Docking2010.WindowsUIButtonImageOptions();
     this.documentManager1            = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.windowsUIView1              = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.WindowsUIView(this.components);
     this.tileContainer1              = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
     this.RichEditUserControlTile     = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.richEditUserControlDocument = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.GridUserControlTile         = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.gridUserControlDocument     = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.page1        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Page(this.components);
     this.page2        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Page(this.components);
     this.pageGroup1   = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.PageGroup(this.components);
     this.tabbedGroup1 = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TabbedGroup(this.components);
     this.tile1        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.tile2        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.windowsUIView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RichEditUserControlTile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.richEditUserControlDocument)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridUserControlTile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUserControlDocument)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.page1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.page2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pageGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tile1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tile2)).BeginInit();
     this.SuspendLayout();
     //
     // documentManager1
     //
     this.documentManager1.ContainerControl = this;
     this.documentManager1.View             = this.windowsUIView1;
     this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.windowsUIView1
     });
     //
     // windowsUIView1
     //
     this.windowsUIView1.ContentContainers.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer[] {
         this.tileContainer1,
         this.page1,
         this.page2,
         this.pageGroup1,
         this.tabbedGroup1
     });
     this.windowsUIView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
         this.richEditUserControlDocument,
         this.gridUserControlDocument
     });
     this.windowsUIView1.Tiles.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
         this.RichEditUserControlTile,
         this.GridUserControlTile,
         this.tile1,
         this.tile2
     });
     //
     // tileContainer1
     //
     this.tileContainer1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
         this.RichEditUserControlTile,
         this.GridUserControlTile,
         this.tile1,
         this.tile2
     });
     this.tileContainer1.Name = "tileContainer1";
     //
     // RichEditUserControlTile
     //
     this.RichEditUserControlTile.ActivationTarget = this.page1;
     tileItemElement1.Text = "Rich";
     tileItemElement2.Text = "Edit";
     tileItemElement3.Text = "User";
     tileItemElement4.Text = "Control";
     tileItemElement5.ImageOptions.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement5.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement5.ImageOptions.ImageToTextIndent    = 0;
     tileItemElement5.ImageOptions.SvgImage             = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     tileItemElement5.ImageOptions.SvgImageSize         = new System.Drawing.Size(64, 64);
     tileItemElement5.Text = "Rich Edit User Control";
     this.RichEditUserControlTile.Elements.Add(tileItemElement1);
     this.RichEditUserControlTile.Elements.Add(tileItemElement2);
     this.RichEditUserControlTile.Elements.Add(tileItemElement3);
     this.RichEditUserControlTile.Elements.Add(tileItemElement4);
     this.RichEditUserControlTile.Elements.Add(tileItemElement5);
     this.RichEditUserControlTile.Name = "RichEditUserControlTile";
     //
     // richEditUserControlDocument
     //
     this.richEditUserControlDocument.Caption         = "RichEditUserControl";
     this.richEditUserControlDocument.ControlName     = "RichEditUserControl";
     this.richEditUserControlDocument.ControlTypeName = "sample_3_11.RichEditUserControl";
     //
     // GridUserControlTile
     //
     this.GridUserControlTile.ActivationTarget                 = this.page2;
     tileItemElement6.Appearance.Normal.Font                   = new System.Drawing.Font("Tahoma", 32F, System.Drawing.FontStyle.Bold);
     tileItemElement6.Appearance.Normal.FontStyleDelta         = System.Drawing.FontStyle.Bold;
     tileItemElement6.Appearance.Normal.Options.UseFont        = true;
     tileItemElement6.Appearance.Normal.Options.UseTextOptions = true;
     tileItemElement6.Appearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     tileItemElement6.Text          = "Grid User Control";
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame1.Elements.Add(tileItemElement6);
     tileItemElement7.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement7.ImageOptions.SvgImage       = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage1")));
     tileItemElement7.ImageOptions.SvgImageSize   = new System.Drawing.Size(150, 150);
     tileItemElement7.Text = "";
     tileItemFrame2.Elements.Add(tileItemElement7);
     this.GridUserControlTile.Frames.Add(tileItemFrame1);
     this.GridUserControlTile.Frames.Add(tileItemFrame2);
     this.tileContainer1.SetID(this.GridUserControlTile, 1);
     this.GridUserControlTile.Name = "GridUserControlTile";
     this.GridUserControlTile.Properties.ContentAnimation       = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollLeft;
     this.GridUserControlTile.Properties.FrameAnimationInterval = 500;
     //
     // gridUserControlDocument
     //
     this.gridUserControlDocument.Caption         = "GridUserControl";
     this.gridUserControlDocument.ControlName     = "GridUserControl";
     this.gridUserControlDocument.ControlTypeName = "sample_3_11.GridUserControl";
     //
     // page1
     //
     this.page1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
         new DevExpress.XtraBars.Docking2010.WindowsUIButton(),
         new DevExpress.XtraBars.Docking2010.WindowsUISeparator(),
         new DevExpress.XtraBars.Docking2010.WindowsUIButton(),
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("Button", true, windowsUIButtonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, "", -1, true, null, true, false, true, null, -1, false)
     });
     this.page1.Document = this.richEditUserControlDocument;
     this.page1.Name     = "page1";
     this.page1.Parent   = this.tileContainer1;
     //
     // page2
     //
     this.page2.Document = this.gridUserControlDocument;
     this.page2.Name     = "page2";
     this.page2.Parent   = this.tileContainer1;
     //
     // pageGroup1
     //
     this.pageGroup1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
         this.richEditUserControlDocument,
         this.gridUserControlDocument
     });
     this.pageGroup1.Name   = "pageGroup1";
     this.pageGroup1.Parent = this.tileContainer1;
     //
     // tabbedGroup1
     //
     this.tabbedGroup1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document[] {
         this.richEditUserControlDocument,
         this.gridUserControlDocument
     });
     this.tabbedGroup1.Name   = "tabbedGroup1";
     this.tabbedGroup1.Parent = this.tileContainer1;
     //
     // tile1
     //
     this.tile1.ActivationTarget = this.pageGroup1;
     this.tileContainer1.SetID(this.tile1, 2);
     this.tile1.Name = "tile1";
     //
     // tile2
     //
     this.tile2.ActivationTarget = this.tabbedGroup1;
     this.tileContainer1.SetID(this.tile2, 3);
     this.tile2.Name = "tile2";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(853, 543);
     this.FormBorderStyle     = System.Windows.Forms.FormBorderStyle.None;
     this.Name        = "Form1";
     this.Text        = "Form1";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.windowsUIView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RichEditUserControlTile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.richEditUserControlDocument)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridUserControlTile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridUserControlDocument)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.page1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.page2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pageGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tile1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tile2)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #45
0
ファイル: Main.Designer.cs プロジェクト: PowerDD/PowerBackend
        /// <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(Main));
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            this.tileNavPane1 = new DevExpress.XtraBars.Navigation.TileNavPane();
            this.navButton2 = new DevExpress.XtraBars.Navigation.NavButton();
            this.navMaximize = new DevExpress.XtraBars.Navigation.NavButton();
            this.navMinimize = new DevExpress.XtraBars.Navigation.NavButton();
            this.navSize = new DevExpress.XtraBars.Navigation.NavButton();
            this.navExit = new DevExpress.XtraBars.Navigation.NavButton();
            this.tileNavItem1 = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.tileNavItem2 = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.tileNavSubItem1 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
            this.tileNavSubItem2 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
            this.tileNavItem3 = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.tileNavSubItem3 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
            this.tileNavSubItem4 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
            this.pnlMain = new DevExpress.XtraEditors.PanelControl();
            ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
            this.SuspendLayout();
            // 
            // tileNavPane1
            // 
            this.tileNavPane1.Appearance.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavPane1.Appearance.Options.UseFont = true;
            this.tileNavPane1.AppearanceHovered.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavPane1.AppearanceHovered.Options.UseFont = true;
            this.tileNavPane1.AppearanceSelected.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavPane1.AppearanceSelected.Options.UseFont = true;
            this.tileNavPane1.ButtonPadding = new System.Windows.Forms.Padding(12);
            this.tileNavPane1.Buttons.Add(this.navButton2);
            this.tileNavPane1.Buttons.Add(this.navMaximize);
            this.tileNavPane1.Buttons.Add(this.navMinimize);
            this.tileNavPane1.Buttons.Add(this.navSize);
            this.tileNavPane1.Buttons.Add(this.navExit);
            this.tileNavPane1.ContinuousNavigation = true;
            // 
            // tileNavCategory1
            // 
            this.tileNavPane1.DefaultCategory.Items.AddRange(new DevExpress.XtraBars.Navigation.TileNavItem[] {
            this.tileNavItem1,
            this.tileNavItem2,
            this.tileNavItem3});
            this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
            this.tileNavPane1.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.DefaultCategory.OwnerCollection = null;
            // 
            // 
            // 
            this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileNavPane1.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavPane1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tileNavPane1.Location = new System.Drawing.Point(0, 0);
            this.tileNavPane1.Name = "tileNavPane1";
            this.tileNavPane1.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.Size = new System.Drawing.Size(1205, 40);
            this.tileNavPane1.TabIndex = 0;
            this.tileNavPane1.Text = "tileNavPane1";
            this.tileNavPane1.Visible = false;
            this.tileNavPane1.TileClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.tileNavPane1_TileClick);
            // 
            // navButton2
            // 
            this.navButton2.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.navButton2.Caption = "เมนูหลัก";
            this.navButton2.Glyph = ((System.Drawing.Image)(resources.GetObject("navButton2.Glyph")));
            this.navButton2.IsMain = true;
            this.navButton2.Name = "navButton2";
            // 
            // navMaximize
            // 
            this.navMaximize.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navMaximize.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.navMaximize.Caption = "";
            this.navMaximize.Glyph = ((System.Drawing.Image)(resources.GetObject("navMaximize.Glyph")));
            this.navMaximize.Name = "navMaximize";
            this.navMaximize.Visible = false;
            this.navMaximize.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navMaximize_ElementClick);
            // 
            // navMinimize
            // 
            this.navMinimize.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navMinimize.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.navMinimize.Caption = "";
            this.navMinimize.Glyph = ((System.Drawing.Image)(resources.GetObject("navMinimize.Glyph")));
            this.navMinimize.Name = "navMinimize";
            this.navMinimize.Visible = false;
            this.navMinimize.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navMinimize_ElementClick);
            // 
            // navSize
            // 
            this.navSize.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navSize.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.navSize.Caption = "";
            this.navSize.Glyph = ((System.Drawing.Image)(resources.GetObject("navSize.Glyph")));
            this.navSize.Name = "navSize";
            this.navSize.Visible = false;
            this.navSize.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navSize_ElementClick);
            // 
            // navExit
            // 
            this.navExit.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navExit.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.navExit.Caption = "ออกจากระบบ";
            this.navExit.Glyph = ((System.Drawing.Image)(resources.GetObject("navExit.Glyph")));
            this.navExit.GlyphAlignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.navExit.Name = "navExit";
            this.navExit.Visible = false;
            this.navExit.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navExit_ElementClick);
            // 
            // tileNavItem1
            // 
            this.tileNavItem1.Caption = "รายงาน";
            this.tileNavItem1.Name = "tileNavItem1";
            this.tileNavItem1.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavItem1.OwnerCollection = this.tileNavPane1.DefaultCategory.Items;
            this.tileNavItem1.Tag = "item-report";
            // 
            // 
            // 
            this.tileNavItem1.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavItem1.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.tileNavItem1.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
            tileItemElement1.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement1.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement1.Text = "รายงาน";
            this.tileNavItem1.Tile.Elements.Add(tileItemElement1);
            this.tileNavItem1.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavItem1.Tile.Name = "tileBarItem1";
            this.tileNavItem1.Tile.ShowDropDownButton = DevExpress.Utils.DefaultBoolean.False;
            this.tileNavItem1.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // tileNavItem2
            // 
            this.tileNavItem2.Caption = "ข้อมูล";
            this.tileNavItem2.Name = "tileNavItem2";
            this.tileNavItem2.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavItem2.OwnerCollection = this.tileNavPane1.DefaultCategory.Items;
            this.tileNavItem2.SubItems.AddRange(new DevExpress.XtraBars.Navigation.TileNavSubItem[] {
            this.tileNavSubItem1,
            this.tileNavSubItem2});
            this.tileNavItem2.Tag = "item-data";
            // 
            // 
            // 
            this.tileNavItem2.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavItem2.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.tileNavItem2.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement4.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement4.Image")));
            tileItemElement4.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement4.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement4.Text = "ข้อมูล";
            this.tileNavItem2.Tile.Elements.Add(tileItemElement4);
            this.tileNavItem2.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavItem2.Tile.Name = "tileBarItem2";
            this.tileNavItem2.Tile.ShowDropDownButton = DevExpress.Utils.DefaultBoolean.False;
            this.tileNavItem2.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // tileNavSubItem1
            // 
            this.tileNavSubItem1.Appearance.Options.UseTextOptions = true;
            this.tileNavSubItem1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.tileNavSubItem1.Caption = "สินค้า";
            this.tileNavSubItem1.Name = "tileNavSubItem1";
            this.tileNavSubItem1.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavSubItem1.Tag = "data-product";
            // 
            // 
            // 
            this.tileNavSubItem1.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 20F, System.Drawing.FontStyle.Bold);
            this.tileNavSubItem1.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.tileNavSubItem1.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
            tileItemElement2.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement2.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement2.Text = "สินค้า";
            this.tileNavSubItem1.Tile.Elements.Add(tileItemElement2);
            this.tileNavSubItem1.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavSubItem1.Tile.Name = "tileBarItem3";
            this.tileNavSubItem1.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // tileNavSubItem2
            // 
            this.tileNavSubItem2.Appearance.Options.UseTextOptions = true;
            this.tileNavSubItem2.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.tileNavSubItem2.Caption = "สมาชิก";
            this.tileNavSubItem2.Name = "tileNavSubItem2";
            this.tileNavSubItem2.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavSubItem2.Tag = "data-member";
            // 
            // 
            // 
            this.tileNavSubItem2.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 20F, System.Drawing.FontStyle.Bold);
            this.tileNavSubItem2.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.tileNavSubItem2.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
            tileItemElement3.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement3.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement3.Text = "สมาชิก";
            this.tileNavSubItem2.Tile.Elements.Add(tileItemElement3);
            this.tileNavSubItem2.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavSubItem2.Tile.Name = "tileBarItem2";
            this.tileNavSubItem2.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // tileNavItem3
            // 
            this.tileNavItem3.Caption = "ระบบ";
            this.tileNavItem3.Name = "tileNavItem3";
            this.tileNavItem3.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavItem3.OwnerCollection = this.tileNavPane1.DefaultCategory.Items;
            this.tileNavItem3.SubItems.AddRange(new DevExpress.XtraBars.Navigation.TileNavSubItem[] {
            this.tileNavSubItem3,
            this.tileNavSubItem4});
            // 
            // 
            // 
            this.tileNavItem3.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 22F, System.Drawing.FontStyle.Bold);
            this.tileNavItem3.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.tileNavItem3.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement7.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement7.Image")));
            tileItemElement7.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement7.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement7.Text = "ระบบ";
            tileItemElement7.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            this.tileNavItem3.Tile.Elements.Add(tileItemElement7);
            this.tileNavItem3.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavItem3.Tile.Name = "tileBarItem1";
            this.tileNavItem3.Tile.ShowDropDownButton = DevExpress.Utils.DefaultBoolean.False;
            this.tileNavItem3.Tile.ShowItemShadow = DevExpress.Utils.DefaultBoolean.True;
            // 
            // tileNavSubItem3
            // 
            this.tileNavSubItem3.Appearance.Options.UseTextOptions = true;
            this.tileNavSubItem3.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.tileNavSubItem3.Caption = "เครม";
            this.tileNavSubItem3.Name = "tileNavSubItem3";
            this.tileNavSubItem3.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavSubItem3.Tag = "system-claim";
            // 
            // 
            // 
            this.tileNavSubItem3.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 20F, System.Drawing.FontStyle.Bold);
            this.tileNavSubItem3.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.tileNavSubItem3.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement5.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement5.Image")));
            tileItemElement5.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement5.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement5.Text = "เครม";
            this.tileNavSubItem3.Tile.Elements.Add(tileItemElement5);
            this.tileNavSubItem3.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavSubItem3.Tile.Name = "tileBarItem1";
            // 
            // tileNavSubItem4
            // 
            this.tileNavSubItem4.Appearance.Options.UseTextOptions = true;
            this.tileNavSubItem4.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.tileNavSubItem4.Caption = "คลังสินค้า";
            this.tileNavSubItem4.Name = "tileNavSubItem4";
            this.tileNavSubItem4.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavSubItem4.Tag = "system-stock-monitor";
            // 
            // 
            // 
            this.tileNavSubItem4.Tile.AppearanceItem.Normal.Font = new System.Drawing.Font("DilleniaUPC", 20F, System.Drawing.FontStyle.Bold);
            this.tileNavSubItem4.Tile.AppearanceItem.Normal.Options.UseFont = true;
            this.tileNavSubItem4.Tile.AppearanceItem.Normal.Options.UseTextOptions = true;
            this.tileNavSubItem4.Tile.AppearanceItem.Normal.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
            this.tileNavSubItem4.Tile.AppearanceItem.Normal.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.tileNavSubItem4.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement6.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement6.Image")));
            tileItemElement6.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft;
            tileItemElement6.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Left;
            tileItemElement6.ImageToTextIndent = 2;
            tileItemElement6.Text = "คลังสินค้า";
            this.tileNavSubItem4.Tile.Elements.Add(tileItemElement6);
            this.tileNavSubItem4.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
            this.tileNavSubItem4.Tile.Name = "tileBarItem1";
            // 
            // pnlMain
            // 
            this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMain.Location = new System.Drawing.Point(0, 40);
            this.pnlMain.Name = "pnlMain";
            this.pnlMain.Size = new System.Drawing.Size(1205, 558);
            this.pnlMain.TabIndex = 1;
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1205, 598);
            this.Controls.Add(this.pnlMain);
            this.Controls.Add(this.tileNavPane1);
            this.Name = "Main";
            this.Text = "Power Backend";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Main_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemFrame   tileItemFrame5    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame   tileItemFrame6    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame   tileItemFrame1    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement tileItemElement1  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame   tileItemFrame2    = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement tileItemElement2  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3  = new DevExpress.XtraEditors.TileItemElement();
     this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.windowsUIView1   = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.WindowsUIView(this.components);
     this.tileContainer1   = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer(this.components);
     this.document2Tile    = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.document2        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     this.document1Tile    = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Tile(this.components);
     this.document1        = new DevExpress.XtraBars.Docking2010.Views.WindowsUI.Document(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.windowsUIView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1)).BeginInit();
     this.SuspendLayout();
     //
     // documentManager1
     //
     this.documentManager1.ContainerControl = this;
     this.documentManager1.View             = this.windowsUIView1;
     this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.windowsUIView1
     });
     //
     // windowsUIView1
     //
     this.windowsUIView1.ContentContainers.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.IContentContainer[] {
         this.tileContainer1
     });
     this.windowsUIView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
         this.document1,
         this.document2
     });
     this.windowsUIView1.Tiles.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
         this.document1Tile,
         this.document2Tile
     });
     //
     // tileContainer1
     //
     this.tileContainer1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
         new DevExpress.XtraBars.Docking2010.WindowsUIButton("Show TileControl Form", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton)
     });
     this.tileContainer1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.WindowsUI.BaseTile[] {
         this.document2Tile,
         this.document1Tile
     });
     this.tileContainer1.Name         = "tileContainer1";
     this.tileContainer1.ButtonClick += new DevExpress.XtraBars.Docking2010.ButtonEventHandler(this.tileContainer1_ButtonClick);
     //
     // document2Tile
     //
     this.document2Tile.Document                        = this.document2;
     tileItemFrame5.Animation                           = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollDown;
     tileItemFrame5.BackgroundImage                     = global::dxExample.Properties.Resources.top;
     tileItemElement8.AnimateTransition                 = DevExpress.Utils.DefaultBoolean.False;
     tileItemElement8.Appearance.Normal.Font            = new System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemElement8.Appearance.Normal.Options.UseFont = true;
     tileItemElement8.Text = "This is like icebergs...";
     tileItemElement9.Appearance.Normal.Font            = new System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemElement9.Appearance.Normal.Options.UseFont = true;
     tileItemElement9.Text = "Outcome";
     tileItemFrame5.Elements.Add(tileItemElement8);
     tileItemFrame5.Elements.Add(tileItemElement9);
     tileItemFrame6.Animation                            = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollTop;
     tileItemFrame6.BackgroundImage                      = global::dxExample.Properties.Resources.bottom;
     tileItemElement10.AnimateTransition                 = DevExpress.Utils.DefaultBoolean.False;
     tileItemElement10.Appearance.Normal.Font            = new System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemElement10.Appearance.Normal.Options.UseFont = true;
     tileItemElement10.Text = "This is like icebergs...";
     tileItemElement11.Appearance.Normal.Font            = new System.Drawing.Font("Tw Cen MT Condensed Extra Bold", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tileItemElement11.Appearance.Normal.Options.UseFont = true;
     tileItemElement11.Text = "Effort";
     tileItemFrame6.Elements.Add(tileItemElement10);
     tileItemFrame6.Elements.Add(tileItemElement11);
     this.document2Tile.Frames.Add(tileItemFrame5);
     this.document2Tile.Frames.Add(tileItemFrame6);
     this.tileContainer1.SetID(this.document2Tile, 1);
     this.document2Tile.Name = "document2Tile";
     //
     // document2
     //
     this.document2.Caption     = "document2";
     this.document2.ControlName = "document2";
     //
     // document1Tile
     //
     this.document1Tile.Document = this.document1;
     tileItemFrame1.Animation    = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollDown;
     tileItemElement1.Text       = "Short Description";
     tileItemFrame1.Elements.Add(tileItemElement1);
     tileItemFrame2.Animation       = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollTop;
     tileItemElement2.Text          = "Long description";
     tileItemElement3.Text          = "This is a long description to better understand what it is.";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemFrame2.Elements.Add(tileItemElement2);
     tileItemFrame2.Elements.Add(tileItemElement3);
     this.document1Tile.Frames.Add(tileItemFrame1);
     this.document1Tile.Frames.Add(tileItemFrame2);
     this.tileContainer1.SetID(this.document1Tile, 1);
     this.document1Tile.Name = "document1Tile";
     //
     // document1
     //
     this.document1.Caption     = "document1";
     this.document1.ControlName = "document1";
     //
     // WindowsUIForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(847, 551);
     this.Name   = "WindowsUIForm";
     this.Text   = "Form1";
     this.Shown += new System.EventHandler(this.Form1_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.windowsUIView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #47
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame1 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame2 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame3 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame4 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame5 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame6 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame7 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame8 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame9 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement15 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame10 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement16 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame11 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement17 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemFrame tileItemFrame12 = new DevExpress.XtraEditors.TileItemFrame();
            DevExpress.XtraEditors.TileItemElement tileItemElement18 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaoCao));
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.gcLuaChon = new DevExpress.XtraEditors.GroupControl();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.ttDoanhThuTheoThoiGian = new DevExpress.XtraEditors.TileItem();
            this.ttDSHoaDon = new DevExpress.XtraEditors.TileItem();
            this.t = new DevExpress.XtraEditors.TileItem();
            this.tileGroup4 = new DevExpress.XtraEditors.TileGroup();
            this.ttThongTinNV = new DevExpress.XtraEditors.TileItem();
            this.ttDSKH = new DevExpress.XtraEditors.TileItem();
            this.ttTongDoanhThu = new DevExpress.XtraEditors.TileItem();
            this.txtChay = new System.Windows.Forms.TextBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcLuaChon)).BeginInit();
            this.gcLuaChon.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.panelControl2);
            this.panelControl1.Controls.Add(this.txtChay);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(1325, 528);
            this.panelControl1.TabIndex = 0;
            // 
            // panelControl2
            // 
            this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl2.Controls.Add(this.pictureBox1);
            this.panelControl2.Controls.Add(this.gcLuaChon);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(2, 2);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(1321, 508);
            this.panelControl2.TabIndex = 6;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = global::HeThongBanVe.Properties.Resources.ThongKeAirLine;
            this.pictureBox1.Location = new System.Drawing.Point(747, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(574, 508);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 5;
            this.pictureBox1.TabStop = false;
            // 
            // gcLuaChon
            // 
            this.gcLuaChon.Controls.Add(this.tileControl1);
            this.gcLuaChon.Dock = System.Windows.Forms.DockStyle.Left;
            this.gcLuaChon.Location = new System.Drawing.Point(0, 0);
            this.gcLuaChon.Name = "gcLuaChon";
            this.gcLuaChon.Size = new System.Drawing.Size(747, 508);
            this.gcLuaChon.TabIndex = 4;
            this.gcLuaChon.Text = "Lựa Chọn Báo Cáo";
            // 
            // tileControl1
            // 
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.DragSize = new System.Drawing.Size(0, 0);
            this.tileControl1.Groups.Add(this.tileGroup3);
            this.tileControl1.Groups.Add(this.tileGroup4);
            this.tileControl1.Location = new System.Drawing.Point(2, 21);
            this.tileControl1.MaxId = 25;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Size = new System.Drawing.Size(743, 485);
            this.tileControl1.TabIndex = 0;
            this.tileControl1.Text = "tileControl1";
            // 
            // tileGroup3
            // 
            this.tileGroup3.Items.Add(this.ttDoanhThuTheoThoiGian);
            this.tileGroup3.Items.Add(this.ttDSHoaDon);
            this.tileGroup3.Items.Add(this.t);
            this.tileGroup3.Name = "tileGroup3";
            // 
            // ttDoanhThuTheoThoiGian
            // 
            this.ttDoanhThuTheoThoiGian.BackgroundImage = global::HeThongBanVe.Properties.Resources.thoi_gian_la_tien_bac;
            this.ttDoanhThuTheoThoiGian.CurrentFrameIndex = 1;
            tileItemElement1.AnimateTransition = DevExpress.Utils.DefaultBoolean.True;
            tileItemElement1.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement1.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement1.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
            tileItemElement1.Text = "Thống Kê Doanh Thu Theo Khoảng Thời Gian";
            tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.ttDoanhThuTheoThoiGian.Elements.Add(tileItemElement1);
            tileItemFrame1.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollDown;
            tileItemFrame1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemFrame1.Appearance.ForeColor = System.Drawing.Color.Maroon;
            tileItemFrame1.Appearance.Options.UseFont = true;
            tileItemFrame1.Appearance.Options.UseForeColor = true;
            tileItemFrame1.BackgroundImage = global::HeThongBanVe.Properties.Resources.time_vs_money2;
            tileItemElement2.Image = global::HeThongBanVe.Properties.Resources.time_vs_money2;
            tileItemElement2.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement2.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement2.StretchHorizontal = true;
            tileItemElement2.StretchVertical = true;
            tileItemElement2.Text = "Thống Kê Doanh Thu Theo Khoảng Thời Gian";
            tileItemFrame1.Elements.Add(tileItemElement2);
            tileItemFrame1.Image = global::HeThongBanVe.Properties.Resources.time_vs_money2;
            tileItemFrame2.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollRight;
            tileItemFrame2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemFrame2.Appearance.ForeColor = System.Drawing.Color.Maroon;
            tileItemFrame2.Appearance.Options.UseFont = true;
            tileItemFrame2.Appearance.Options.UseForeColor = true;
            tileItemFrame2.BackgroundImage = global::HeThongBanVe.Properties.Resources.thoi_gian_la_tien_bac;
            tileItemElement3.AnimateTransition = DevExpress.Utils.DefaultBoolean.True;
            tileItemElement3.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement3.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement3.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
            tileItemElement3.Text = "Thống Kê Doanh Thu Theo Khoảng Thời Gian";
            tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame2.Elements.Add(tileItemElement3);
            this.ttDoanhThuTheoThoiGian.Frames.Add(tileItemFrame1);
            this.ttDoanhThuTheoThoiGian.Frames.Add(tileItemFrame2);
            this.ttDoanhThuTheoThoiGian.Id = 18;
            this.ttDoanhThuTheoThoiGian.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.ttDoanhThuTheoThoiGian.Name = "ttDoanhThuTheoThoiGian";
            this.ttDoanhThuTheoThoiGian.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ttDoanhThuTheoThoiGian_ItemClick_1);
            // 
            // ttDSHoaDon
            // 
            this.ttDSHoaDon.CurrentFrameIndex = 1;
            tileItemElement4.Image = global::HeThongBanVe.Properties.Resources.hoadon3;
            tileItemElement4.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement4.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement4.Text = "Danh Sách Hóa Đơn";
            this.ttDSHoaDon.Elements.Add(tileItemElement4);
            tileItemFrame3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemFrame3.Appearance.ForeColor = System.Drawing.Color.Purple;
            tileItemFrame3.Appearance.Options.UseFont = true;
            tileItemFrame3.Appearance.Options.UseForeColor = true;
            tileItemElement5.Image = global::HeThongBanVe.Properties.Resources.mauhoadon1;
            tileItemElement5.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement5.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement5.Text = "Danh Sách Hóa Đơn";
            tileItemFrame3.Elements.Add(tileItemElement5);
            tileItemFrame3.Image = global::HeThongBanVe.Properties.Resources.mauhoadon1;
            tileItemFrame4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemFrame4.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            tileItemFrame4.Appearance.Options.UseFont = true;
            tileItemFrame4.Appearance.Options.UseForeColor = true;
            tileItemElement6.Image = global::HeThongBanVe.Properties.Resources.hoadon3;
            tileItemElement6.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement6.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement6.Text = "Danh Sách Hóa Đơn";
            tileItemFrame4.Elements.Add(tileItemElement6);
            tileItemFrame4.Image = global::HeThongBanVe.Properties.Resources.hoadon3;
            this.ttDSHoaDon.Frames.Add(tileItemFrame3);
            this.ttDSHoaDon.Frames.Add(tileItemFrame4);
            this.ttDSHoaDon.Id = 23;
            this.ttDSHoaDon.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.ttDSHoaDon.Name = "ttDSHoaDon";
            this.ttDSHoaDon.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ttDSHoaDon_ItemClick);
            // 
            // t
            // 
            this.t.BackgroundImage = global::HeThongBanVe.Properties.Resources.NhanVien2pro;
            this.t.CurrentFrameIndex = 1;
            tileItemElement7.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement7.Text = "Danh Sách Nhân Viên";
            this.t.Elements.Add(tileItemElement7);
            tileItemFrame5.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold;
            tileItemFrame5.Appearance.ForeColor = System.Drawing.Color.Maroon;
            tileItemFrame5.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            tileItemFrame5.Appearance.Options.UseFont = true;
            tileItemFrame5.Appearance.Options.UseForeColor = true;
            tileItemFrame5.Appearance.Options.UseImage = true;
            tileItemFrame5.BackgroundImage = global::HeThongBanVe.Properties.Resources.nhanvien;
            tileItemElement8.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement8.Text = "Danh Sách Nhân Viên";
            tileItemFrame5.Elements.Add(tileItemElement8);
            tileItemFrame6.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollRight;
            tileItemFrame6.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemFrame6.Appearance.ForeColor = System.Drawing.Color.Navy;
            tileItemFrame6.Appearance.Options.UseFont = true;
            tileItemFrame6.Appearance.Options.UseForeColor = true;
            tileItemFrame6.BackgroundImage = global::HeThongBanVe.Properties.Resources.NhanVien2pro;
            tileItemElement9.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement9.Text = "Danh Sách Nhân Viên";
            tileItemFrame6.Elements.Add(tileItemElement9);
            this.t.Frames.Add(tileItemFrame5);
            this.t.Frames.Add(tileItemFrame6);
            this.t.Id = 1;
            this.t.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.t.Name = "t";
            this.t.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.t_ItemClick);
            // 
            // tileGroup4
            // 
            this.tileGroup4.Items.Add(this.ttThongTinNV);
            this.tileGroup4.Items.Add(this.ttDSKH);
            this.tileGroup4.Items.Add(this.ttTongDoanhThu);
            this.tileGroup4.Name = "tileGroup4";
            // 
            // ttThongTinNV
            // 
            this.ttThongTinNV.CurrentFrameIndex = 1;
            tileItemElement10.Image = global::HeThongBanVe.Properties.Resources.Bao_mat;
            tileItemElement10.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement10.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement10.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement10.Text = "Thông Tin Nhân Viên";
            this.ttThongTinNV.Elements.Add(tileItemElement10);
            tileItemFrame7.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollTop;
            tileItemFrame7.Appearance.ForeColor = System.Drawing.Color.Maroon;
            tileItemFrame7.Appearance.Options.UseForeColor = true;
            tileItemElement11.Image = global::HeThongBanVe.Properties.Resources.thongtincanhan2;
            tileItemElement11.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement11.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement11.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement11.Text = "Thông Tin Nhân Viên";
            tileItemFrame7.Elements.Add(tileItemElement11);
            tileItemFrame7.Image = global::HeThongBanVe.Properties.Resources.thongtincanhan2;
            tileItemFrame8.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollRight;
            tileItemFrame8.Appearance.ForeColor = System.Drawing.Color.Maroon;
            tileItemFrame8.Appearance.Options.UseForeColor = true;
            tileItemElement12.Image = global::HeThongBanVe.Properties.Resources.Bao_mat;
            tileItemElement12.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement12.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement12.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement12.Text = "Thông Tin Nhân Viên";
            tileItemFrame8.Elements.Add(tileItemElement12);
            tileItemFrame8.Image = global::HeThongBanVe.Properties.Resources.Bao_mat;
            this.ttThongTinNV.Frames.Add(tileItemFrame7);
            this.ttThongTinNV.Frames.Add(tileItemFrame8);
            this.ttThongTinNV.Id = 24;
            this.ttThongTinNV.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.ttThongTinNV.Name = "ttThongTinNV";
            // 
            // ttDSKH
            // 
            this.ttDSKH.BackgroundImage = global::HeThongBanVe.Properties.Resources.khachhangin;
            tileItemElement13.Image = global::HeThongBanVe.Properties.Resources.khachhangin;
            tileItemElement13.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement13.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement13.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
            tileItemElement13.Text = "DS Khách Hàng";
            this.ttDSKH.Elements.Add(tileItemElement13);
            tileItemFrame9.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollRight;
            tileItemFrame9.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
            tileItemFrame9.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold;
            tileItemFrame9.Appearance.Options.UseFont = true;
            tileItemFrame9.Appearance.Options.UseImage = true;
            tileItemFrame9.BackgroundImage = global::HeThongBanVe.Properties.Resources.khachhangin;
            tileItemElement14.Image = global::HeThongBanVe.Properties.Resources.khachhangin;
            tileItemElement14.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement14.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement14.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
            tileItemElement14.Text = "DS Khách Hàng";
            tileItemFrame9.Elements.Add(tileItemElement14);
            tileItemFrame9.Image = global::HeThongBanVe.Properties.Resources.khachhangin;
            this.ttDSKH.Frames.Add(tileItemFrame9);
            this.ttDSKH.Id = 5;
            this.ttDSKH.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.ttDSKH.Name = "ttDSKH";
            this.ttDSKH.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ttDSKH_ItemClick);
            // 
            // ttTongDoanhThu
            // 
            this.ttTongDoanhThu.BackgroundImage = global::HeThongBanVe.Properties.Resources._970113_629091557144686_909973172_n;
            tileItemElement15.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement15.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement15.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement15.StretchHorizontal = true;
            tileItemElement15.StretchVertical = true;
            tileItemElement15.Text = "Thống Kê Tổng Doanh Thu";
            this.ttTongDoanhThu.Elements.Add(tileItemElement15);
            tileItemFrame10.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollTop;
            tileItemFrame10.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemFrame10.Appearance.Options.UseFont = true;
            tileItemFrame10.Appearance.Options.UseForeColor = true;
            tileItemFrame10.Appearance.Options.UseImage = true;
            tileItemFrame10.BackgroundImage = global::HeThongBanVe.Properties.Resources._970113_629091557144686_909973172_n;
            tileItemElement16.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement16.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement16.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement16.StretchHorizontal = true;
            tileItemElement16.StretchVertical = true;
            tileItemElement16.Text = "Thống Kê Tổng Doanh Thu";
            tileItemFrame10.Elements.Add(tileItemElement16);
            tileItemFrame11.Animation = DevExpress.XtraEditors.TileItemContentAnimationType.ScrollLeft;
            tileItemFrame11.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemFrame11.Appearance.FontStyleDelta = System.Drawing.FontStyle.Bold;
            tileItemFrame11.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal;
            tileItemFrame11.Appearance.Options.UseFont = true;
            tileItemElement17.AnimateTransition = DevExpress.Utils.DefaultBoolean.True;
            tileItemElement17.Image = global::HeThongBanVe.Properties.Resources.DoanhThu2;
            tileItemElement17.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement17.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomOutside;
            tileItemElement17.StretchHorizontal = true;
            tileItemElement17.StretchVertical = true;
            tileItemElement17.Text = "Thống Kê Tổng Doanh Thu";
            tileItemElement17.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemFrame11.Elements.Add(tileItemElement17);
            tileItemFrame11.Image = global::HeThongBanVe.Properties.Resources.DoanhThu2;
            tileItemFrame12.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            tileItemFrame12.Appearance.Options.UseFont = true;
            tileItemElement18.Image = global::HeThongBanVe.Properties.Resources.doanh_thu_4;
            tileItemElement18.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            tileItemElement18.ImageBorderColor = System.Drawing.Color.Empty;
            tileItemElement18.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Stretch;
            tileItemElement18.Text = "Thống Kê Tổng Doanh Thu";
            tileItemElement18.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomRight;
            tileItemFrame12.Elements.Add(tileItemElement18);
            tileItemFrame12.Image = global::HeThongBanVe.Properties.Resources.doanh_thu_4;
            this.ttTongDoanhThu.Frames.Add(tileItemFrame10);
            this.ttTongDoanhThu.Frames.Add(tileItemFrame11);
            this.ttTongDoanhThu.Frames.Add(tileItemFrame12);
            this.ttTongDoanhThu.Id = 17;
            this.ttTongDoanhThu.ItemSize = DevExpress.XtraEditors.TileItemSize.Large;
            this.ttTongDoanhThu.Name = "ttTongDoanhThu";
            this.ttTongDoanhThu.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.ttTongDoanhThu_ItemClick_1);
            // 
            // txtChay
            // 
            this.txtChay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(219)))), ((int)(((byte)(233)))));
            this.txtChay.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtChay.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.txtChay.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtChay.ForeColor = System.Drawing.Color.Navy;
            this.txtChay.Location = new System.Drawing.Point(2, 510);
            this.txtChay.Name = "txtChay";
            this.txtChay.ReadOnly = true;
            this.txtChay.Size = new System.Drawing.Size(1321, 16);
            this.txtChay.TabIndex = 5;
            this.txtChay.Text = resources.GetString("txtChay.Text");
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // frmBaoCao
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1325, 528);
            this.Controls.Add(this.panelControl1);
            this.Name = "frmBaoCao";
            this.Text = "Báo Cáo Thống Kê";
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcLuaChon)).EndInit();
            this.gcLuaChon.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame1   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame2   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame3   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame           tileItemFrame4   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement         tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     this.tileControl1        = new DevExpress.XtraEditors.TileControl();
     this.tileControl2        = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2          = new DevExpress.XtraEditors.TileGroup();
     this.tileItem2           = new DevExpress.XtraEditors.TileItem();
     this.tileGroup3          = new DevExpress.XtraEditors.TileGroup();
     this.tileItem1           = new DevExpress.XtraEditors.TileItem();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.SuspendLayout();
     //
     // tileControl1
     //
     this.tileControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.Location = new System.Drawing.Point(0, 65);
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Size     = new System.Drawing.Size(697, 499);
     this.tileControl1.TabIndex = 1;
     //
     // tileControl2
     //
     this.tileControl2.Cursor = System.Windows.Forms.Cursors.Default;
     this.tileControl2.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.tileControl2.Groups.Add(this.tileGroup2);
     this.tileControl2.Groups.Add(this.tileGroup3);
     this.tileControl2.Location       = new System.Drawing.Point(0, 0);
     this.tileControl2.MaxId          = 2;
     this.tileControl2.Name           = "tileControl2";
     this.tileControl2.SelectionColor = System.Drawing.Color.Blue;
     this.tileControl2.Size           = new System.Drawing.Size(1028, 704);
     this.tileControl2.TabIndex       = 1;
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileItem2);
     this.tileGroup2.Name = "tileGroup2";
     //
     // tileItem2
     //
     this.tileItem2.CurrentFrameIndex                   = 1;
     tileItemElement1.Appearance.Normal.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     tileItemElement1.Appearance.Normal.Options.UseFont = true;
     tileItemElement1.Image                = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
     tileItemElement1.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement1.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement1.Text = "Yönetici Girişi";
     this.tileItem2.Elements.Add(tileItemElement1);
     tileItemElement2.Appearance.Normal.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     tileItemElement2.Appearance.Normal.Options.UseFont = true;
     tileItemElement2.Image                = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
     tileItemElement2.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement2.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement2.Text = "Yönetici Girişi";
     tileItemFrame1.Elements.Add(tileItemElement2);
     tileItemFrame1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame1.Image")));
     tileItemElement3.Appearance.Normal.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     tileItemElement3.Appearance.Normal.Options.UseFont = true;
     tileItemElement3.Image                = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
     tileItemElement3.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement3.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement3.Text = "Yönetici Girişi";
     tileItemFrame2.Elements.Add(tileItemElement3);
     tileItemFrame2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame2.Image")));
     this.tileItem2.Frames.Add(tileItemFrame1);
     this.tileItem2.Frames.Add(tileItemFrame2);
     this.tileItem2.Id         = 1;
     this.tileItem2.ItemSize   = DevExpress.XtraEditors.TileItemSize.Large;
     this.tileItem2.Name       = "tileItem2";
     this.tileItem2.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem2_ItemClick);
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileItem1);
     this.tileGroup3.Name = "tileGroup3";
     //
     // tileItem1
     //
     this.tileItem1.CurrentFrameIndex                   = 1;
     tileItemElement4.Appearance.Normal.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     tileItemElement4.Appearance.Normal.Options.UseFont = true;
     tileItemElement4.Image                = ((System.Drawing.Image)(resources.GetObject("tileItemElement4.Image")));
     tileItemElement4.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement4.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement4.Text = "Personal Girişi";
     this.tileItem1.Elements.Add(tileItemElement4);
     tileItemElement5.Appearance.Normal.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     tileItemElement5.Appearance.Normal.Options.UseFont = true;
     tileItemElement5.Image                = ((System.Drawing.Image)(resources.GetObject("tileItemElement5.Image")));
     tileItemElement5.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement5.ImageScaleMode       = DevExpress.XtraEditors.TileItemImageScaleMode.NoScale;
     tileItemElement5.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement5.Text          = "Personal Girişi";
     tileItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
     tileItemFrame3.Elements.Add(tileItemElement5);
     tileItemFrame3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame3.Image")));
     tileItemElement6.Appearance.Normal.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     tileItemElement6.Appearance.Normal.Options.UseFont = true;
     tileItemElement6.Image                = ((System.Drawing.Image)(resources.GetObject("tileItemElement6.Image")));
     tileItemElement6.ImageAlignment       = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement6.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Top;
     tileItemElement6.Text = "Personal Girişi";
     tileItemFrame4.Elements.Add(tileItemElement6);
     tileItemFrame4.Image = ((System.Drawing.Image)(resources.GetObject("tileItemFrame4.Image")));
     this.tileItem1.Frames.Add(tileItemFrame3);
     this.tileItem1.Frames.Add(tileItemFrame4);
     this.tileItem1.Id         = 0;
     this.tileItem1.ItemSize   = DevExpress.XtraEditors.TileItemSize.Large;
     this.tileItem1.Name       = "tileItem1";
     this.tileItem1.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick);
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Blueprint";
     //
     // LoginForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1028, 704);
     this.Controls.Add(this.tileControl2);
     this.Name = "LoginForm";
     this.Text = "LoginForm";
     this.ResumeLayout(false);
 }
コード例 #49
0
ファイル: LegalMenu.Designer.cs プロジェクト: Oman/Maleos
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            this.header1 = new Maleos.Controls.Header();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem2 = new DevExpress.XtraEditors.TileItem();
            this.tileItem3 = new DevExpress.XtraEditors.TileItem();
            this.tileItem4 = new DevExpress.XtraEditors.TileItem();
            this.tileItem5 = new DevExpress.XtraEditors.TileItem();
            this.tileItem6 = new DevExpress.XtraEditors.TileItem();
            this.tileItem7 = new DevExpress.XtraEditors.TileItem();
            this.tileItem8 = new DevExpress.XtraEditors.TileItem();
            this.tileItem9 = new DevExpress.XtraEditors.TileItem();
            this.tileItem10 = new DevExpress.XtraEditors.TileItem();
            this.SuspendLayout();
            // 
            // header1
            // 
            this.header1.Appearance.BackColor = System.Drawing.Color.White;
            this.header1.Appearance.Options.UseBackColor = true;
            this.header1.Dock = System.Windows.Forms.DockStyle.Top;
            this.header1.Location = new System.Drawing.Point(0, 0);
            this.header1.Name = "header1";
            this.header1.Size = new System.Drawing.Size(1034, 75);
            this.header1.TabIndex = 0;
            this.header1.Title = "安全生产法律法规文件";
            this.header1.BackEvent += new System.EventHandler(this.header1_BackEvent);
            // 
            // tileItem1
            // 
            tileItemElement1.Text = "tileItem1";
            this.tileItem1.Elements.Add(tileItemElement1);
            this.tileItem1.Id = 0;
            this.tileItem1.IsLarge = true;
            this.tileItem1.Name = "tileItem1";
            // 
            // tileControl1
            // 
            this.tileControl1.AppearanceItem.Normal.Font = new System.Drawing.Font("宋体", 14F);
            this.tileControl1.AppearanceItem.Normal.Options.UseFont = true;
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.HorizontalContentAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.tileControl1.Location = new System.Drawing.Point(0, 75);
            this.tileControl1.MaxId = 9;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.RowCount = 3;
            this.tileControl1.Size = new System.Drawing.Size(1034, 527);
            this.tileControl1.TabIndex = 1;
            this.tileControl1.Text = "tileControl1";
            this.tileControl1.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Top;
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItem2);
            this.tileGroup2.Items.Add(this.tileItem3);
            this.tileGroup2.Items.Add(this.tileItem4);
            this.tileGroup2.Items.Add(this.tileItem5);
            this.tileGroup2.Items.Add(this.tileItem6);
            this.tileGroup2.Items.Add(this.tileItem7);
            this.tileGroup2.Items.Add(this.tileItem8);
            this.tileGroup2.Items.Add(this.tileItem9);
            this.tileGroup2.Items.Add(this.tileItem10);
            this.tileGroup2.Name = "tileGroup2";
            this.tileGroup2.Text = null;
            // 
            // tileItem2
            // 
            tileItemElement2.Text = "综合";
            this.tileItem2.Elements.Add(tileItemElement2);
            this.tileItem2.Id = 0;
            this.tileItem2.IsLarge = true;
            this.tileItem2.Name = "tileItem2";
            // 
            // tileItem3
            // 
            tileItemElement3.Text = "事故调查处理";
            this.tileItem3.Elements.Add(tileItemElement3);
            this.tileItem3.Id = 1;
            this.tileItem3.IsLarge = true;
            this.tileItem3.Name = "tileItem3";
            // 
            // tileItem4
            // 
            tileItemElement4.Text = "危险化学品安全";
            this.tileItem4.Elements.Add(tileItemElement4);
            this.tileItem4.Id = 2;
            this.tileItem4.IsLarge = true;
            this.tileItem4.Name = "tileItem4";
            // 
            // tileItem5
            // 
            tileItemElement5.Text = "烟花爆竹安全";
            this.tileItem5.Elements.Add(tileItemElement5);
            this.tileItem5.Id = 3;
            this.tileItem5.IsLarge = true;
            this.tileItem5.Name = "tileItem5";
            // 
            // tileItem6
            // 
            tileItemElement6.Text = "矿山安全";
            this.tileItem6.Elements.Add(tileItemElement6);
            this.tileItem6.Id = 4;
            this.tileItem6.IsLarge = true;
            this.tileItem6.Name = "tileItem6";
            // 
            // tileItem7
            // 
            tileItemElement7.Text = "宣传教育、培训考核";
            this.tileItem7.Elements.Add(tileItemElement7);
            this.tileItem7.Id = 5;
            this.tileItem7.IsLarge = true;
            this.tileItem7.Name = "tileItem7";
            // 
            // tileItem8
            // 
            tileItemElement8.Text = "职业卫生安全";
            this.tileItem8.Elements.Add(tileItemElement8);
            this.tileItem8.Id = 6;
            this.tileItem8.IsLarge = true;
            this.tileItem8.Name = "tileItem8";
            // 
            // tileItem9
            // 
            tileItemElement9.Text = "劳动防护用品";
            this.tileItem9.Elements.Add(tileItemElement9);
            this.tileItem9.Id = 7;
            this.tileItem9.IsLarge = true;
            this.tileItem9.Name = "tileItem9";
            // 
            // tileItem10
            // 
            tileItemElement10.Text = "标准";
            this.tileItem10.Elements.Add(tileItemElement10);
            this.tileItem10.Id = 8;
            this.tileItem10.IsLarge = true;
            this.tileItem10.Name = "tileItem10";
            // 
            // LegalMenu
            // 
            this.Appearance.BackColor = System.Drawing.Color.White;
            this.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Appearance.Options.UseBackColor = true;
            this.Appearance.Options.UseFont = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tileControl1);
            this.Controls.Add(this.header1);
            this.Name = "LegalMenu";
            this.Size = new System.Drawing.Size(1034, 602);
            this.ResumeLayout(false);

        }
コード例 #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     this.tileBar                 = new DevExpress.XtraBars.Navigation.TileBar();
     this.tileBarGroupTables      = new DevExpress.XtraBars.Navigation.TileBarGroup();
     this.eployeesTileBarItem     = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.customersTileBarItem    = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.navigationFrame         = new DevExpress.XtraBars.Navigation.NavigationFrame();
     this.employeesNavigationPage = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.employeesLabelControl   = new DevExpress.XtraEditors.LabelControl();
     this.customersNavigationPage = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.customersLabelControl   = new DevExpress.XtraEditors.LabelControl();
     this.defaultLookAndFeel1     = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.navigationFrame)).BeginInit();
     this.navigationFrame.SuspendLayout();
     this.employeesNavigationPage.SuspendLayout();
     this.customersNavigationPage.SuspendLayout();
     this.SuspendLayout();
     //
     // tileBar
     //
     this.tileBar.AllowDrag                                = false;
     this.tileBar.AllowGlyphSkinning                       = true;
     this.tileBar.AllowSelectedItem                        = true;
     this.tileBar.AppearanceGroupText.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     this.tileBar.AppearanceGroupText.Options.UseForeColor = true;
     this.tileBar.BackColor                                = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.tileBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.tileBar.DropDownButtonWidth       = 30;
     this.tileBar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileBar.Groups.Add(this.tileBarGroupTables);
     this.tileBar.IndentBetweenGroups = 10;
     this.tileBar.IndentBetweenItems  = 10;
     this.tileBar.ItemPadding         = new System.Windows.Forms.Padding(8, 6, 12, 6);
     this.tileBar.Location            = new System.Drawing.Point(0, 0);
     this.tileBar.Margin               = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tileBar.MaxId                = 3;
     this.tileBar.MaximumSize          = new System.Drawing.Size(0, 110);
     this.tileBar.MinimumSize          = new System.Drawing.Size(100, 110);
     this.tileBar.Name                 = "tileBar";
     this.tileBar.Padding              = new System.Windows.Forms.Padding(29, 11, 29, 11);
     this.tileBar.ScrollMode           = DevExpress.XtraEditors.TileControlScrollMode.None;
     this.tileBar.SelectedItem         = this.eployeesTileBarItem;
     this.tileBar.SelectionBorderWidth = 2;
     this.tileBar.SelectionColorMode   = DevExpress.XtraBars.Navigation.SelectionColorMode.UseItemBackColor;
     this.tileBar.ShowGroupText        = false;
     this.tileBar.Size                 = new System.Drawing.Size(554, 110);
     this.tileBar.TabIndex             = 1;
     this.tileBar.Text                 = "tileBar";
     this.tileBar.WideTileWidth        = 150;
     this.tileBar.SelectedItemChanged += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBar_SelectedItemChanged);
     //
     // tileBarGroupTables
     //
     this.tileBarGroupTables.Items.Add(this.eployeesTileBarItem);
     this.tileBarGroupTables.Items.Add(this.customersTileBarItem);
     this.tileBarGroupTables.Name = "tileBarGroupTables";
     this.tileBarGroupTables.Text = "TABLES";
     //
     // eployeesTileBarItem
     //
     this.eployeesTileBarItem.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.eployeesTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
     this.eployeesTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.ImageUri.Uri = "Cube;Size32x32;GrayScaled";
     tileItemElement1.Text         = "Nhân Viên";
     this.eployeesTileBarItem.Elements.Add(tileItemElement1);
     this.eployeesTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.eployeesTileBarItem.Name     = "eployeesTileBarItem";
     //
     // customersTileBarItem
     //
     this.customersTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.ImageUri.Uri = "Cube;Size32x32;GrayScaled";
     tileItemElement2.Text         = "Quản Trị Viên";
     this.customersTileBarItem.Elements.Add(tileItemElement2);
     this.customersTileBarItem.Id       = 2;
     this.customersTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.customersTileBarItem.Name     = "customersTileBarItem";
     //
     // navigationFrame
     //
     this.navigationFrame.Controls.Add(this.employeesNavigationPage);
     this.navigationFrame.Controls.Add(this.customersNavigationPage);
     this.navigationFrame.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.navigationFrame.Location = new System.Drawing.Point(0, 110);
     this.navigationFrame.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.navigationFrame.Name     = "navigationFrame";
     this.navigationFrame.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.employeesNavigationPage,
         this.customersNavigationPage
     });
     this.navigationFrame.SelectedPage = this.employeesNavigationPage;
     this.navigationFrame.Size         = new System.Drawing.Size(554, 214);
     this.navigationFrame.TabIndex     = 0;
     this.navigationFrame.Text         = "navigationFrame";
     //
     // employeesNavigationPage
     //
     this.employeesNavigationPage.Caption = "employeesNavigationPage";
     this.employeesNavigationPage.Controls.Add(this.employeesLabelControl);
     this.employeesNavigationPage.Name = "employeesNavigationPage";
     this.employeesNavigationPage.Size = new System.Drawing.Size(554, 214);
     //
     // employeesLabelControl
     //
     this.employeesLabelControl.Appearance.Font      = new System.Drawing.Font("Tahoma", 25.25F);
     this.employeesLabelControl.Appearance.ForeColor = System.Drawing.Color.Gray;
     this.employeesLabelControl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.employeesLabelControl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.employeesLabelControl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.employeesLabelControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.employeesLabelControl.Location     = new System.Drawing.Point(0, 0);
     this.employeesLabelControl.Name         = "employeesLabelControl";
     this.employeesLabelControl.Size         = new System.Drawing.Size(554, 214);
     this.employeesLabelControl.TabIndex     = 2;
     this.employeesLabelControl.Text         = "Nhân Viên";
     //
     // customersNavigationPage
     //
     this.customersNavigationPage.Caption = "customersNavigationPage";
     this.customersNavigationPage.Controls.Add(this.customersLabelControl);
     this.customersNavigationPage.Name = "customersNavigationPage";
     this.customersNavigationPage.Size = new System.Drawing.Size(554, 214);
     //
     // customersLabelControl
     //
     this.customersLabelControl.Appearance.Font      = new System.Drawing.Font("Tahoma", 25.25F);
     this.customersLabelControl.Appearance.ForeColor = System.Drawing.Color.Gray;
     this.customersLabelControl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.customersLabelControl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.customersLabelControl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.customersLabelControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.customersLabelControl.Location     = new System.Drawing.Point(0, 0);
     this.customersLabelControl.Name         = "customersLabelControl";
     this.customersLabelControl.Size         = new System.Drawing.Size(554, 214);
     this.customersLabelControl.TabIndex     = 2;
     this.customersLabelControl.Text         = "Quản Trị Viên";
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Springtime";
     //
     // frm_DoiNguoiDung
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(554, 324);
     this.Controls.Add(this.navigationFrame);
     this.Controls.Add(this.tileBar);
     this.Name = "frm_DoiNguoiDung";
     ((System.ComponentModel.ISupportInitialize)(this.navigationFrame)).EndInit();
     this.navigationFrame.ResumeLayout(false);
     this.employeesNavigationPage.ResumeLayout(false);
     this.customersNavigationPage.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #51
0
ファイル: popupTj.Designer.cs プロジェクト: chliam/dam
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement15 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement16 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement17 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement18 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement19 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement20 = new DevExpress.XtraEditors.TileItemElement();
            this.tcMain = new DevExpress.XtraEditors.TileControl();
            this.tgMain = new DevExpress.XtraEditors.TileGroup();
            this.tileItemSjdy = new DevExpress.XtraEditors.TileItem();
            this.tileItemNbjc = new DevExpress.XtraEditors.TileItem();
            this.tileItemKqys = new DevExpress.XtraEditors.TileItem();
            this.tileItemGcjs = new DevExpress.XtraEditors.TileItem();
            this.tileItemZsjs = new DevExpress.XtraEditors.TileItem();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // tcMain
            // 
            this.tcMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tcMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.tcMain.DragSize = new System.Drawing.Size(0, 0);
            this.tcMain.Groups.Add(this.tgMain);
            this.tcMain.IndentBetweenGroups = 12;
            this.tcMain.Location = new System.Drawing.Point(0, 3);
            this.tcMain.Margin = new System.Windows.Forms.Padding(0);
            this.tcMain.MaxId = 5;
            this.tcMain.Name = "tcMain";
            this.tcMain.RowCount = 2;
            this.tcMain.Size = new System.Drawing.Size(952, 301);
            this.tcMain.TabIndex = 0;
            this.tcMain.Text = "tileControl";
            // 
            // tgMain
            // 
            this.tgMain.Items.Add(this.tileItemSjdy);
            this.tgMain.Items.Add(this.tileItemNbjc);
            this.tgMain.Items.Add(this.tileItemKqys);
            this.tgMain.Items.Add(this.tileItemGcjs);
            this.tgMain.Items.Add(this.tileItemZsjs);
            this.tgMain.Name = "tgMain";
            this.tgMain.Text = "Group";
            // 
            // tileItemSjdy
            // 
            this.tileItemSjdy.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(168)))), ((int)(((byte)(1)))));
            this.tileItemSjdy.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(168)))), ((int)(((byte)(1)))));
            this.tileItemSjdy.AppearanceItem.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(168)))), ((int)(((byte)(1)))));
            this.tileItemSjdy.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileItemSjdy.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement11.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold);
            tileItemElement11.Appearance.Normal.Options.UseFont = true;
            tileItemElement11.Image = global::com.tk.dam.Properties.Resources.数据打印;
            tileItemElement11.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement11.ImageLocation = new System.Drawing.Point(0, 16);
            tileItemElement11.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement11.ImageSize = new System.Drawing.Size(40, 40);
            tileItemElement11.Text = "数据打印";
            tileItemElement11.TextLocation = new System.Drawing.Point(0, 20);
            tileItemElement12.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(127)))), ((int)(((byte)(3)))));
            tileItemElement12.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(127)))), ((int)(((byte)(3)))));
            tileItemElement12.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(127)))), ((int)(((byte)(3)))));
            tileItemElement12.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 16F);
            tileItemElement12.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement12.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement12.Appearance.Normal.Options.UseFont = true;
            tileItemElement12.Height = 36;
            tileItemElement12.StretchHorizontal = true;
            tileItemElement12.Text = "点击选择";
            tileItemElement12.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            tileItemElement12.TextLocation = new System.Drawing.Point(0, 6);
            this.tileItemSjdy.Elements.Add(tileItemElement11);
            this.tileItemSjdy.Elements.Add(tileItemElement12);
            this.tileItemSjdy.Id = 0;
            this.tileItemSjdy.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tileItemSjdy.Name = "tileItemSjdy";
            this.tileItemSjdy.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemSjdy_ItemClick);
            // 
            // tileItemNbjc
            // 
            this.tileItemNbjc.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(53)))), ((int)(((byte)(244)))));
            this.tileItemNbjc.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(53)))), ((int)(((byte)(244)))));
            this.tileItemNbjc.AppearanceItem.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(53)))), ((int)(((byte)(244)))));
            this.tileItemNbjc.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileItemNbjc.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement13.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold);
            tileItemElement13.Appearance.Normal.Options.UseFont = true;
            tileItemElement13.Image = global::com.tk.dam.Properties.Resources.内部监测;
            tileItemElement13.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement13.ImageLocation = new System.Drawing.Point(0, 16);
            tileItemElement13.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement13.ImageSize = new System.Drawing.Size(40, 40);
            tileItemElement13.Text = "内部监测";
            tileItemElement13.TextLocation = new System.Drawing.Point(0, 20);
            tileItemElement14.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(6)))), ((int)(((byte)(213)))));
            tileItemElement14.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(6)))), ((int)(((byte)(213)))));
            tileItemElement14.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(6)))), ((int)(((byte)(213)))));
            tileItemElement14.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 16F);
            tileItemElement14.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement14.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement14.Appearance.Normal.Options.UseFont = true;
            tileItemElement14.Height = 36;
            tileItemElement14.StretchHorizontal = true;
            tileItemElement14.Text = "点击选择";
            tileItemElement14.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            tileItemElement14.TextLocation = new System.Drawing.Point(0, 6);
            this.tileItemNbjc.Elements.Add(tileItemElement13);
            this.tileItemNbjc.Elements.Add(tileItemElement14);
            this.tileItemNbjc.Id = 1;
            this.tileItemNbjc.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tileItemNbjc.Name = "tileItemNbjc";
            this.tileItemNbjc.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemNbjc_ItemClick);
            // 
            // tileItemKqys
            // 
            this.tileItemKqys.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(178)))), ((int)(((byte)(245)))));
            this.tileItemKqys.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(178)))), ((int)(((byte)(245)))));
            this.tileItemKqys.AppearanceItem.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(178)))), ((int)(((byte)(245)))));
            this.tileItemKqys.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileItemKqys.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement15.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold);
            tileItemElement15.Appearance.Normal.Options.UseFont = true;
            tileItemElement15.Image = global::com.tk.dam.Properties.Resources.库区雨水;
            tileItemElement15.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement15.ImageLocation = new System.Drawing.Point(0, 16);
            tileItemElement15.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement15.ImageSize = new System.Drawing.Size(40, 40);
            tileItemElement15.Text = "库区雨水";
            tileItemElement15.TextLocation = new System.Drawing.Point(0, 20);
            tileItemElement16.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(136)))), ((int)(((byte)(217)))));
            tileItemElement16.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(136)))), ((int)(((byte)(217)))));
            tileItemElement16.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(136)))), ((int)(((byte)(217)))));
            tileItemElement16.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 16F);
            tileItemElement16.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement16.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement16.Appearance.Normal.Options.UseFont = true;
            tileItemElement16.Height = 36;
            tileItemElement16.StretchHorizontal = true;
            tileItemElement16.Text = "点击选择";
            tileItemElement16.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            tileItemElement16.TextLocation = new System.Drawing.Point(0, 6);
            this.tileItemKqys.Elements.Add(tileItemElement15);
            this.tileItemKqys.Elements.Add(tileItemElement16);
            this.tileItemKqys.Id = 2;
            this.tileItemKqys.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tileItemKqys.Name = "tileItemKqys";
            this.tileItemKqys.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemKqys_ItemClick);
            // 
            // tileItemGcjs
            // 
            this.tileItemGcjs.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(54)))), ((int)(((byte)(61)))));
            this.tileItemGcjs.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(54)))), ((int)(((byte)(61)))));
            this.tileItemGcjs.AppearanceItem.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(54)))), ((int)(((byte)(61)))));
            this.tileItemGcjs.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileItemGcjs.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement17.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold);
            tileItemElement17.Appearance.Normal.Options.UseFont = true;
            tileItemElement17.Image = global::com.tk.dam.Properties.Resources.工程介绍;
            tileItemElement17.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement17.ImageLocation = new System.Drawing.Point(0, 16);
            tileItemElement17.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement17.ImageSize = new System.Drawing.Size(40, 40);
            tileItemElement17.Text = "工程介绍";
            tileItemElement17.TextLocation = new System.Drawing.Point(0, 20);
            tileItemElement18.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(5)))), ((int)(((byte)(10)))));
            tileItemElement18.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(5)))), ((int)(((byte)(10)))));
            tileItemElement18.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(5)))), ((int)(((byte)(10)))));
            tileItemElement18.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 15F);
            tileItemElement18.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement18.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement18.Appearance.Normal.Options.UseFont = true;
            tileItemElement18.Height = 36;
            tileItemElement18.StretchHorizontal = true;
            tileItemElement18.Text = "点击选择";
            tileItemElement18.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            tileItemElement18.TextLocation = new System.Drawing.Point(0, 6);
            this.tileItemGcjs.Elements.Add(tileItemElement17);
            this.tileItemGcjs.Elements.Add(tileItemElement18);
            this.tileItemGcjs.Id = 3;
            this.tileItemGcjs.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tileItemGcjs.Name = "tileItemGcjs";
            this.tileItemGcjs.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemGcjs_ItemClick);
            // 
            // tileItemZsjs
            // 
            this.tileItemZsjs.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(184)))), ((int)(((byte)(108)))));
            this.tileItemZsjs.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(184)))), ((int)(((byte)(108)))));
            this.tileItemZsjs.AppearanceItem.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(184)))), ((int)(((byte)(108)))));
            this.tileItemZsjs.AppearanceItem.Normal.Options.UseBackColor = true;
            this.tileItemZsjs.AppearanceItem.Normal.Options.UseBorderColor = true;
            tileItemElement19.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold);
            tileItemElement19.Appearance.Normal.Options.UseFont = true;
            tileItemElement19.Image = global::com.tk.dam.Properties.Resources.知识介绍;
            tileItemElement19.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.TopRight;
            tileItemElement19.ImageLocation = new System.Drawing.Point(0, 16);
            tileItemElement19.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside;
            tileItemElement19.ImageSize = new System.Drawing.Size(40, 40);
            tileItemElement19.Text = "知识介绍";
            tileItemElement19.TextLocation = new System.Drawing.Point(0, 20);
            tileItemElement20.Appearance.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(142)))), ((int)(((byte)(84)))));
            tileItemElement20.Appearance.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(142)))), ((int)(((byte)(84)))));
            tileItemElement20.Appearance.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(142)))), ((int)(((byte)(84)))));
            tileItemElement20.Appearance.Normal.Font = new System.Drawing.Font("Tahoma", 16F);
            tileItemElement20.Appearance.Normal.Options.UseBackColor = true;
            tileItemElement20.Appearance.Normal.Options.UseBorderColor = true;
            tileItemElement20.Appearance.Normal.Options.UseFont = true;
            tileItemElement20.Height = 36;
            tileItemElement20.StretchHorizontal = true;
            tileItemElement20.Text = "点击选择";
            tileItemElement20.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
            tileItemElement20.TextLocation = new System.Drawing.Point(0, 6);
            this.tileItemZsjs.Elements.Add(tileItemElement19);
            this.tileItemZsjs.Elements.Add(tileItemElement20);
            this.tileItemZsjs.Id = 4;
            this.tileItemZsjs.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide;
            this.tileItemZsjs.Name = "tileItemZsjs";
            this.tileItemZsjs.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItemZsjs_ItemClick);
            // 
            // btnOk
            // 
            this.btnOk.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnOk.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.btnOk.FlatAppearance.BorderSize = 2;
            this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOk.Font = new System.Drawing.Font("Tahoma", 12F);
            this.btnOk.ForeColor = System.Drawing.Color.White;
            this.btnOk.Location = new System.Drawing.Point(100, 306);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(100, 32);
            this.btnOk.TabIndex = 2;
            this.btnOk.Text = "OK";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.btnCancel.FlatAppearance.BorderSize = 2;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("Tahoma", 12F);
            this.btnCancel.ForeColor = System.Drawing.Color.White;
            this.btnCancel.Location = new System.Drawing.Point(216, 306);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(100, 32);
            this.btnCancel.TabIndex = 2;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // popupTj
            // 
            this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(161)))), ((int)(((byte)(235)))));
            this.Appearance.Options.UseBackColor = true;
            this.Appearance.Options.UseBorderColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.tcMain);
            this.Name = "popupTj";
            this.Size = new System.Drawing.Size(960, 360);
            this.Load += new System.EventHandler(this.popupTj_Load);
            this.ResumeLayout(false);

        }
コード例 #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.TileItemElement         tileItemElement8  = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ucBaoCaoTrungTam));
     DevExpress.XtraEditors.TileItemElement         tileItemElement9  = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
     this.tileListBaoCaoTrungTam = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2             = new DevExpress.XtraEditors.TileGroup();
     this.tileItem2              = new DevExpress.XtraEditors.TileItem();
     this.tileItem9              = new DevExpress.XtraEditors.TileItem();
     this.tileItem1              = new DevExpress.XtraEditors.TileItem();
     this.tileGroup3             = new DevExpress.XtraEditors.TileGroup();
     this.tileItem4              = new DevExpress.XtraEditors.TileItem();
     this.tileItem5              = new DevExpress.XtraEditors.TileItem();
     this.tileItem12             = new DevExpress.XtraEditors.TileItem();
     this.tileItem8              = new DevExpress.XtraEditors.TileItem();
     this.panel_Content          = new DevExpress.XtraEditors.PanelControl();
     this.panel_UserConTrol_Data = new System.Windows.Forms.Panel();
     this.panelControl1          = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton1          = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.panel_Content)).BeginInit();
     this.panel_Content.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tileListBaoCaoTrungTam
     //
     this.tileListBaoCaoTrungTam.AllowItemHover    = true;
     this.tileListBaoCaoTrungTam.AllowSelectedItem = true;
     this.tileListBaoCaoTrungTam.Cursor            = System.Windows.Forms.Cursors.Default;
     this.tileListBaoCaoTrungTam.DragSize          = new System.Drawing.Size(0, 0);
     this.tileListBaoCaoTrungTam.Groups.Add(this.tileGroup2);
     this.tileListBaoCaoTrungTam.Groups.Add(this.tileGroup3);
     this.tileListBaoCaoTrungTam.ItemSize = 80;
     this.tileListBaoCaoTrungTam.Location = new System.Drawing.Point(-3, 3);
     this.tileListBaoCaoTrungTam.MaxId    = 28;
     this.tileListBaoCaoTrungTam.Name     = "tileListBaoCaoTrungTam";
     this.tileListBaoCaoTrungTam.ShowText = true;
     this.tileListBaoCaoTrungTam.Size     = new System.Drawing.Size(909, 323);
     this.tileListBaoCaoTrungTam.TabIndex = 2;
     this.tileListBaoCaoTrungTam.Text     = "Các báo cáo trung tâm";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileItem2);
     this.tileGroup2.Items.Add(this.tileItem9);
     this.tileGroup2.Items.Add(this.tileItem1);
     this.tileGroup2.Name = "tileGroup2";
     //
     // tileItem2
     //
     this.tileItem2.AppearanceItem.Hovered.BorderColor            = System.Drawing.Color.White;
     this.tileItem2.AppearanceItem.Hovered.Options.UseBorderColor = true;
     this.tileItem2.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Teal;
     this.tileItem2.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem2.AppearanceItem.Selected.BorderColor        = System.Drawing.Color.White;
     this.tileItem2.AppearanceItem.Selected.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tileItem2.AppearanceItem.Selected.Options.UseBorderColor = true;
     this.tileItem2.AppearanceItem.Selected.Options.UseFont        = true;
     tileItemElement8.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement8.Image")));
     tileItemElement8.Text  = "Báo cáo tổng hợp";
     this.tileItem2.Elements.Add(tileItemElement8);
     this.tileItem2.Id         = 1;
     this.tileItem2.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem2.Name       = "tileItem2";
     this.tileItem2.Visible    = false;
     this.tileItem2.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem2_ItemClick);
     //
     // tileItem9
     //
     this.tileItem9.AppearanceItem.Hovered.BorderColor            = System.Drawing.Color.White;
     this.tileItem9.AppearanceItem.Hovered.Options.UseBorderColor = true;
     this.tileItem9.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Teal;
     this.tileItem9.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem9.AppearanceItem.Selected.BorderColor        = System.Drawing.Color.White;
     this.tileItem9.AppearanceItem.Selected.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tileItem9.AppearanceItem.Selected.Options.UseBorderColor = true;
     this.tileItem9.AppearanceItem.Selected.Options.UseFont        = true;
     tileItemElement9.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement9.Image")));
     tileItemElement9.Text  = "Báo cáo chi tiết";
     this.tileItem9.Elements.Add(tileItemElement9);
     this.tileItem9.Id         = 21;
     this.tileItem9.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem9.Name       = "tileItem9";
     this.tileItem9.Visible    = false;
     this.tileItem9.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem9_ItemClick);
     //
     // tileItem1
     //
     tileItemElement10.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement10.Image")));
     tileItemElement10.Text  = "Báo cáo tùy chọn";
     this.tileItem1.Elements.Add(tileItemElement10);
     this.tileItem1.Id         = 27;
     this.tileItem1.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem1.Name       = "tileItem1";
     this.tileItem1.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick);
     //
     // tileGroup3
     //
     this.tileGroup3.Items.Add(this.tileItem4);
     this.tileGroup3.Items.Add(this.tileItem5);
     this.tileGroup3.Items.Add(this.tileItem12);
     this.tileGroup3.Items.Add(this.tileItem8);
     this.tileGroup3.Name = "tileGroup3";
     //
     // tileItem4
     //
     this.tileItem4.AppearanceItem.Hovered.BorderColor            = System.Drawing.Color.White;
     this.tileItem4.AppearanceItem.Hovered.Options.UseBorderColor = true;
     this.tileItem4.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Teal;
     this.tileItem4.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem4.AppearanceItem.Selected.BorderColor        = System.Drawing.Color.White;
     this.tileItem4.AppearanceItem.Selected.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tileItem4.AppearanceItem.Selected.Options.UseBorderColor = true;
     this.tileItem4.AppearanceItem.Selected.Options.UseFont        = true;
     tileItemElement11.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement11.Image")));
     tileItemElement11.Text  = "Báo cáo sơ bộ";
     this.tileItem4.Elements.Add(tileItemElement11);
     this.tileItem4.Id         = 3;
     this.tileItem4.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem4.Name       = "tileItem4";
     this.tileItem4.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem4_ItemClick);
     //
     // tileItem5
     //
     this.tileItem5.AppearanceItem.Hovered.BorderColor            = System.Drawing.Color.White;
     this.tileItem5.AppearanceItem.Hovered.Options.UseBorderColor = true;
     this.tileItem5.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Teal;
     this.tileItem5.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem5.AppearanceItem.Selected.BorderColor        = System.Drawing.Color.White;
     this.tileItem5.AppearanceItem.Selected.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tileItem5.AppearanceItem.Selected.Options.UseBorderColor = true;
     this.tileItem5.AppearanceItem.Selected.Options.UseFont        = true;
     tileItemElement12.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement12.Image")));
     tileItemElement12.Text  = "Báo cáo chi tiết theo đơn vị";
     this.tileItem5.Elements.Add(tileItemElement12);
     this.tileItem5.Id         = 4;
     this.tileItem5.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem5.Name       = "tileItem5";
     this.tileItem5.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem5_ItemClick);
     //
     // tileItem12
     //
     this.tileItem12.AppearanceItem.Hovered.BorderColor            = System.Drawing.Color.White;
     this.tileItem12.AppearanceItem.Hovered.Options.UseBorderColor = true;
     this.tileItem12.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Teal;
     this.tileItem12.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem12.AppearanceItem.Selected.BorderColor        = System.Drawing.Color.White;
     this.tileItem12.AppearanceItem.Selected.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tileItem12.AppearanceItem.Selected.Options.UseBorderColor = true;
     this.tileItem12.AppearanceItem.Selected.Options.UseFont        = true;
     tileItemElement13.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement13.Image")));
     tileItemElement13.Text  = "Báo cáo chi tiết theo chi cục";
     this.tileItem12.Elements.Add(tileItemElement13);
     this.tileItem12.Id         = 24;
     this.tileItem12.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem12.Name       = "tileItem12";
     this.tileItem12.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem12_ItemClick);
     //
     // tileItem8
     //
     this.tileItem8.AppearanceItem.Hovered.BorderColor            = System.Drawing.Color.White;
     this.tileItem8.AppearanceItem.Hovered.Options.UseBorderColor = true;
     this.tileItem8.AppearanceItem.Normal.BackColor            = System.Drawing.Color.Teal;
     this.tileItem8.AppearanceItem.Normal.Options.UseBackColor = true;
     this.tileItem8.AppearanceItem.Selected.BorderColor        = System.Drawing.Color.White;
     this.tileItem8.AppearanceItem.Selected.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tileItem8.AppearanceItem.Selected.Options.UseBorderColor = true;
     this.tileItem8.AppearanceItem.Selected.Options.UseFont        = true;
     tileItemElement14.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement14.Image")));
     tileItemElement14.Text  = "Báo cáo tình trạng mẫu";
     this.tileItem8.Elements.Add(tileItemElement14);
     this.tileItem8.Id         = 20;
     this.tileItem8.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItem8.Name       = "tileItem8";
     this.tileItem8.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem8_ItemClick);
     //
     // panel_Content
     //
     this.panel_Content.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panel_Content.Controls.Add(this.panel_UserConTrol_Data);
     this.panel_Content.Controls.Add(this.panelControl1);
     this.panel_Content.Location = new System.Drawing.Point(0, 328);
     this.panel_Content.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panel_Content.Name     = "panel_Content";
     this.panel_Content.Size     = new System.Drawing.Size(909, 127);
     this.panel_Content.TabIndex = 3;
     //
     // panel_UserConTrol_Data
     //
     this.panel_UserConTrol_Data.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel_UserConTrol_Data.Location = new System.Drawing.Point(0, 0);
     this.panel_UserConTrol_Data.Name     = "panel_UserConTrol_Data";
     this.panel_UserConTrol_Data.Size     = new System.Drawing.Size(909, 103);
     this.panel_UserConTrol_Data.TabIndex = 4;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 103);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(909, 24);
     this.panelControl1.TabIndex = 3;
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.simpleButton1.Image       = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
     this.simpleButton1.Location    = new System.Drawing.Point(835, 2);
     this.simpleButton1.Margin      = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.simpleButton1.Name        = "simpleButton1";
     this.simpleButton1.Size        = new System.Drawing.Size(71, 21);
     this.simpleButton1.TabIndex    = 0;
     this.simpleButton1.Text        = "Quay lại";
     this.simpleButton1.Click      += new System.EventHandler(this.simpleButton1_Click);
     //
     // ucBaoCaoTrungTam
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel_Content);
     this.Controls.Add(this.tileListBaoCaoTrungTam);
     this.Name  = "ucBaoCaoTrungTam";
     this.Size  = new System.Drawing.Size(913, 458);
     this.Load += new System.EventHandler(this.ucBaoCaoTrungTam_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panel_Content)).EndInit();
     this.panel_Content.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #53
0
 /// <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(frmEmailManager));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem10 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem11 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem12 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip13 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem13 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip14 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem14 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem15 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem16 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip17 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem17 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip18 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem18 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip19 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem19 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip20 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem20 = new DevExpress.Utils.ToolTipItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     this.panel7 = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.navButton4 = new DevExpress.XtraBars.Navigation.NavButton();
     this.navButton6 = new DevExpress.XtraBars.Navigation.NavButton();
     this.navButton5 = new DevExpress.XtraBars.Navigation.NavButton();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tbAddressBook = new DevExpress.XtraTab.XtraTabPage();
     this.panel3 = new System.Windows.Forms.Panel();
     this.btnPost = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddressAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddressCancel = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddressExit = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddressEdit = new DevExpress.XtraEditors.SimpleButton();
     this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddressSave = new DevExpress.XtraEditors.SimpleButton();
     this.chkDisable = new DevExpress.XtraEditors.CheckEdit();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.txtHomeAddress = new System.Windows.Forms.TextBox();
     this.txtOfficeAddress = new System.Windows.Forms.TextBox();
     this.txtPostalAddress = new System.Windows.Forms.TextBox();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.txtCompanyName = new DevExpress.XtraEditors.TextEdit();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.txtCompanyID = new DevExpress.XtraEditors.TextEdit();
     this.txtEmail = new DevExpress.XtraEditors.TextEdit();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.txtHomePhone = new DevExpress.XtraEditors.TextEdit();
     this.txtExtension = new DevExpress.XtraEditors.TextEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.txtOfficePhone = new DevExpress.XtraEditors.TextEdit();
     this.txtMobileNo2 = new DevExpress.XtraEditors.TextEdit();
     this.txtMobileNo1 = new DevExpress.XtraEditors.TextEdit();
     this.cmbTitle = new System.Windows.Forms.ComboBox();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.btnCompanyPickList = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.btnEmailPickList = new DevExpress.XtraEditors.SimpleButton();
     this.txtLastName = new DevExpress.XtraEditors.TextEdit();
     this.txtFirstName = new DevExpress.XtraEditors.TextEdit();
     this.tbEmailManager = new DevExpress.XtraTab.XtraTabPage();
     this.panel9 = new System.Windows.Forms.Panel();
     this.btnMainExit = new DevExpress.XtraEditors.SimpleButton();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.tbGroups = new DevExpress.XtraTab.XtraTabPage();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.lblEditGroup = new System.Windows.Forms.LinkLabel();
     this.lblAddNewGroup = new System.Windows.Forms.LinkLabel();
     this.lblContactsFound = new DevExpress.XtraEditors.LabelControl();
     this.panel5 = new System.Windows.Forms.Panel();
     this.btnGroupsCancel = new DevExpress.XtraEditors.SimpleButton();
     this.btnGroupsExit = new DevExpress.XtraEditors.SimpleButton();
     this.btnGroupsSave = new DevExpress.XtraEditors.SimpleButton();
     this.btnShowEmails = new DevExpress.XtraEditors.SimpleButton();
     this.grdOrderDetails = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.lbl = new DevExpress.XtraEditors.LabelControl();
     this.cmbManagerEmailGroupd = new System.Windows.Forms.ComboBox();
     this.txtNewGroupName = new DevExpress.XtraEditors.TextEdit();
     this.tbNavigatorSetup = new DevExpress.XtraTab.XtraTabPage();
     this.panel6 = new System.Windows.Forms.Panel();
     this.btnAdd_NavigatorSetup = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel_NavigatorSetup = new DevExpress.XtraEditors.SimpleButton();
     this.btnExit_NavigatorSetup = new DevExpress.XtraEditors.SimpleButton();
     this.btnEdit_NavigatorSetup = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton17 = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave_NavigatorSetup = new DevExpress.XtraEditors.SimpleButton();
     this.grdNavigatorSetup = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.btnLoadParameters_NavigtorSetup = new DevExpress.XtraEditors.SimpleButton();
     this.chkDisabled_NavigatorSetup = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.txtReportID_NavigatorSetup = new DevExpress.XtraEditors.TextEdit();
     this.btn = new DevExpress.XtraEditors.SimpleButton();
     this.cmbEmailGroup_NavigatorSetup = new System.Windows.Forms.ComboBox();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.txtEmailID_NavigatorSetup = new DevExpress.XtraEditors.TextEdit();
     this.cmbFileType_NavigatorSetup = new System.Windows.Forms.ComboBox();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.cmbEmailType_NavigatorSetup = new System.Windows.Forms.ComboBox();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.btnEmailPickList_NavigatorSetup = new DevExpress.XtraEditors.SimpleButton();
     this.tbNavigator = new DevExpress.XtraTab.XtraTabPage();
     this.panel8 = new System.Windows.Forms.Panel();
     this.btnSendEmail_EmailNavigator = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton22 = new DevExpress.XtraEditors.SimpleButton();
     this.chkMarkUnmarkAll = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.grdEmailNavigator = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.tileNavPane1 = new DevExpress.XtraBars.Navigation.TileNavPane();
     this.navHome = new DevExpress.XtraBars.Navigation.NavButton();
     this.navAddressBook = new DevExpress.XtraBars.Navigation.NavButton();
     this.navGroups = new DevExpress.XtraBars.Navigation.NavButton();
     this.navNavigatorSetup = new DevExpress.XtraBars.Navigation.NavButton();
     this.navEmailNavigator = new DevExpress.XtraBars.Navigation.NavButton();
     this.tileNavSubItem1 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tbAddressBook.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkDisable.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanyName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanyID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHomePhone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtExtension.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOfficePhone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName.Properties)).BeginInit();
     this.tbEmailManager.SuspendLayout();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tbGroups.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdOrderDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNewGroupName.Properties)).BeginInit();
     this.tbNavigatorSetup.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdNavigatorSetup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkDisabled_NavigatorSetup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReportID_NavigatorSetup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmailID_NavigatorSetup.Properties)).BeginInit();
     this.tbNavigator.SuspendLayout();
     this.panel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkMarkUnmarkAll.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdEmailNavigator)).BeginInit();
     this.SuspendLayout();
     //
     // panel7
     //
     this.panel7.BackColor = System.Drawing.Color.Black;
     this.panel7.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(1, 444);
     this.panel7.TabIndex = 15;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Black;
     this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(758, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1, 444);
     this.panel1.TabIndex = 16;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.Black;
     this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location = new System.Drawing.Point(1, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(757, 1);
     this.panel4.TabIndex = 17;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Black;
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(1, 443);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(757, 1);
     this.panel2.TabIndex = 17;
     //
     // navButton4
     //
     this.navButton4.Caption = null;
     this.navButton4.Name = "navButton4";
     //
     // navButton6
     //
     this.navButton6.Caption = null;
     this.navButton6.Name = "navButton6";
     //
     // navButton5
     //
     this.navButton5.Caption = null;
     this.navButton5.Name = "navButton5";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.xtraTabControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xtraTabControl1.Appearance.Options.UseFont = true;
     this.xtraTabControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.xtraTabControl1.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 51);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tbAddressBook;
     this.xtraTabControl1.ShowTabHeader = DevExpress.Utils.DefaultBoolean.True;
     this.xtraTabControl1.Size = new System.Drawing.Size(763, 400);
     this.xtraTabControl1.TabIndex = 25;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tbEmailManager,
     this.tbAddressBook,
     this.tbGroups,
     this.tbNavigatorSetup,
     this.tbNavigator});
     //
     // tbAddressBook
     //
     this.tbAddressBook.Controls.Add(this.panel3);
     this.tbAddressBook.Controls.Add(this.chkDisable);
     this.tbAddressBook.Controls.Add(this.groupControl2);
     this.tbAddressBook.Controls.Add(this.groupControl1);
     this.tbAddressBook.Name = "tbAddressBook";
     this.tbAddressBook.Size = new System.Drawing.Size(757, 372);
     this.tbAddressBook.Text = "Address Book";
     this.tbAddressBook.Leave += new System.EventHandler(this.tbAddressBook_Leave);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(131)))), ((int)(((byte)(143)))));
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.btnPost);
     this.panel3.Controls.Add(this.btnAddressAdd);
     this.panel3.Controls.Add(this.btnAddressCancel);
     this.panel3.Controls.Add(this.btnAddressExit);
     this.panel3.Controls.Add(this.btnAddressEdit);
     this.panel3.Controls.Add(this.btnDelete);
     this.panel3.Controls.Add(this.btnAddressSave);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 328);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(757, 44);
     this.panel3.TabIndex = 27;
     //
     // btnPost
     //
     this.btnPost.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnPost.Image = ((System.Drawing.Image)(resources.GetObject("btnPost.Image")));
     this.btnPost.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnPost.Location = new System.Drawing.Point(138, 4);
     this.btnPost.LookAndFeel.SkinMaskColor = System.Drawing.Color.White;
     this.btnPost.LookAndFeel.SkinMaskColor2 = System.Drawing.Color.White;
     this.btnPost.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnPost.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnPost.Name = "btnPost";
     this.btnPost.Size = new System.Drawing.Size(58, 32);
     toolTipItem1.Text = "Edit Module Details";
     superToolTip1.Items.Add(toolTipItem1);
     this.btnPost.SuperTip = superToolTip1;
     this.btnPost.TabIndex = 20;
     this.btnPost.Text = " &Post ";
     //
     // btnAddressAdd
     //
     this.btnAddressAdd.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnAddressAdd.Image = global::ERPGUI.Properties.Resources.addfooter_16x16;
     this.btnAddressAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAddressAdd.Location = new System.Drawing.Point(10, 4);
     this.btnAddressAdd.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnAddressAdd.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnAddressAdd.Name = "btnAddressAdd";
     this.btnAddressAdd.Size = new System.Drawing.Size(58, 32);
     toolTipItem2.Text = "Add New Module";
     superToolTip2.Items.Add(toolTipItem2);
     this.btnAddressAdd.SuperTip = superToolTip2;
     this.btnAddressAdd.TabIndex = 15;
     this.btnAddressAdd.Text = " &Add ";
     this.btnAddressAdd.Click += new System.EventHandler(this.btnAddressAdd_Click);
     //
     // btnAddressCancel
     //
     this.btnAddressCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnAddressCancel.Image = global::ERPGUI.Properties.Resources.deletedatasource_16x16;
     this.btnAddressCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAddressCancel.Location = new System.Drawing.Point(622, 4);
     this.btnAddressCancel.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnAddressCancel.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnAddressCancel.Name = "btnAddressCancel";
     this.btnAddressCancel.Size = new System.Drawing.Size(58, 32);
     toolTipItem3.Text = "Cancel Current Operation";
     superToolTip3.Items.Add(toolTipItem3);
     this.btnAddressCancel.SuperTip = superToolTip3;
     this.btnAddressCancel.TabIndex = 18;
     this.btnAddressCancel.Text = "&Cancel";
     this.btnAddressCancel.Click += new System.EventHandler(this.btnAddressCancel_Click);
     //
     // btnAddressExit
     //
     this.btnAddressExit.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnAddressExit.Image = global::ERPGUI.Properties.Resources.close_16x16;
     this.btnAddressExit.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAddressExit.Location = new System.Drawing.Point(686, 4);
     this.btnAddressExit.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnAddressExit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnAddressExit.Name = "btnAddressExit";
     this.btnAddressExit.Size = new System.Drawing.Size(58, 32);
     toolTipItem4.Text = "Close Modules List";
     superToolTip4.Items.Add(toolTipItem4);
     this.btnAddressExit.SuperTip = superToolTip4;
     this.btnAddressExit.TabIndex = 19;
     this.btnAddressExit.Text = "E&xit  ";
     this.btnAddressExit.Click += new System.EventHandler(this.btnAddressExit_Click);
     //
     // btnAddressEdit
     //
     this.btnAddressEdit.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnAddressEdit.Image = global::ERPGUI.Properties.Resources.edit_16x16;
     this.btnAddressEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAddressEdit.Location = new System.Drawing.Point(74, 4);
     this.btnAddressEdit.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnAddressEdit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnAddressEdit.Name = "btnAddressEdit";
     this.btnAddressEdit.Size = new System.Drawing.Size(58, 32);
     toolTipItem5.Text = "Edit Module Details";
     superToolTip5.Items.Add(toolTipItem5);
     this.btnAddressEdit.SuperTip = superToolTip5;
     this.btnAddressEdit.TabIndex = 16;
     this.btnAddressEdit.Text = " &Edit ";
     this.btnAddressEdit.Click += new System.EventHandler(this.btnAddressEdit_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnDelete.Image = global::ERPGUI.Properties.Resources.delete_16x16;
     this.btnDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnDelete.Location = new System.Drawing.Point(494, 4);
     this.btnDelete.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnDelete.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(58, 32);
     toolTipItem6.Text = "Remove Module";
     superToolTip6.Items.Add(toolTipItem6);
     this.btnDelete.SuperTip = superToolTip6;
     this.btnDelete.TabIndex = 4;
     this.btnDelete.Text = "&Del";
     this.btnDelete.Visible = false;
     //
     // btnAddressSave
     //
     this.btnAddressSave.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnAddressSave.Image = global::ERPGUI.Properties.Resources.save_16x16;
     this.btnAddressSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAddressSave.Location = new System.Drawing.Point(558, 4);
     this.btnAddressSave.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnAddressSave.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnAddressSave.Name = "btnAddressSave";
     this.btnAddressSave.Size = new System.Drawing.Size(58, 32);
     toolTipItem7.Text = "Save Module";
     superToolTip7.Items.Add(toolTipItem7);
     this.btnAddressSave.SuperTip = superToolTip7;
     this.btnAddressSave.TabIndex = 17;
     this.btnAddressSave.Text = " &Save ";
     this.btnAddressSave.Click += new System.EventHandler(this.btnAddressSave_Click);
     //
     // chkDisable
     //
     this.chkDisable.Location = new System.Drawing.Point(310, 310);
     this.chkDisable.Name = "chkDisable";
     this.chkDisable.Properties.Caption = "Disable";
     this.chkDisable.Size = new System.Drawing.Size(56, 19);
     this.chkDisable.TabIndex = 90;
     //
     // groupControl2
     //
     this.groupControl2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupControl2.Controls.Add(this.labelControl9);
     this.groupControl2.Controls.Add(this.txtHomeAddress);
     this.groupControl2.Controls.Add(this.txtOfficeAddress);
     this.groupControl2.Controls.Add(this.txtPostalAddress);
     this.groupControl2.Controls.Add(this.labelControl11);
     this.groupControl2.Controls.Add(this.labelControl10);
     this.groupControl2.Location = new System.Drawing.Point(387, 38);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(306, 266);
     this.groupControl2.TabIndex = 89;
     this.groupControl2.Text = "Address Information";
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(25, 180);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(69, 13);
     this.labelControl9.TabIndex = 96;
     this.labelControl9.Text = "Home Address";
     //
     // txtHomeAddress
     //
     this.txtHomeAddress.Location = new System.Drawing.Point(25, 199);
     this.txtHomeAddress.MaxLength = 100;
     this.txtHomeAddress.Multiline = true;
     this.txtHomeAddress.Name = "txtHomeAddress";
     this.txtHomeAddress.Size = new System.Drawing.Size(257, 51);
     this.txtHomeAddress.TabIndex = 12;
     //
     // txtOfficeAddress
     //
     this.txtOfficeAddress.Location = new System.Drawing.Point(25, 123);
     this.txtOfficeAddress.MaxLength = 100;
     this.txtOfficeAddress.Multiline = true;
     this.txtOfficeAddress.Name = "txtOfficeAddress";
     this.txtOfficeAddress.Size = new System.Drawing.Size(257, 51);
     this.txtOfficeAddress.TabIndex = 11;
     //
     // txtPostalAddress
     //
     this.txtPostalAddress.Location = new System.Drawing.Point(25, 47);
     this.txtPostalAddress.MaxLength = 100;
     this.txtPostalAddress.Multiline = true;
     this.txtPostalAddress.Name = "txtPostalAddress";
     this.txtPostalAddress.Size = new System.Drawing.Size(257, 51);
     this.txtPostalAddress.TabIndex = 10;
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(25, 28);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(71, 13);
     this.labelControl11.TabIndex = 94;
     this.labelControl11.Text = "Postal Address";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(25, 104);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(71, 13);
     this.labelControl10.TabIndex = 94;
     this.labelControl10.Text = "Office Address";
     //
     // groupControl1
     //
     this.groupControl1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupControl1.Controls.Add(this.txtCompanyName);
     this.groupControl1.Controls.Add(this.labelControl18);
     this.groupControl1.Controls.Add(this.labelControl8);
     this.groupControl1.Controls.Add(this.txtCompanyID);
     this.groupControl1.Controls.Add(this.txtEmail);
     this.groupControl1.Controls.Add(this.labelControl7);
     this.groupControl1.Controls.Add(this.txtHomePhone);
     this.groupControl1.Controls.Add(this.txtExtension);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Controls.Add(this.labelControl5);
     this.groupControl1.Controls.Add(this.labelControl4);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.txtOfficePhone);
     this.groupControl1.Controls.Add(this.txtMobileNo2);
     this.groupControl1.Controls.Add(this.txtMobileNo1);
     this.groupControl1.Controls.Add(this.cmbTitle);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Controls.Add(this.btnCompanyPickList);
     this.groupControl1.Controls.Add(this.labelControl13);
     this.groupControl1.Controls.Add(this.btnEmailPickList);
     this.groupControl1.Controls.Add(this.txtLastName);
     this.groupControl1.Controls.Add(this.txtFirstName);
     this.groupControl1.Location = new System.Drawing.Point(59, 38);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(306, 266);
     this.groupControl1.TabIndex = 88;
     this.groupControl1.Text = "Personal Information";
     //
     // txtCompanyName
     //
     this.txtCompanyName.Enabled = false;
     this.txtCompanyName.EnterMoveNextControl = true;
     this.txtCompanyName.Location = new System.Drawing.Point(164, 134);
     this.txtCompanyName.Name = "txtCompanyName";
     this.txtCompanyName.Properties.MaxLength = 50;
     this.txtCompanyName.Size = new System.Drawing.Size(107, 20);
     this.txtCompanyName.TabIndex = 99;
     //
     // labelControl18
     //
     this.labelControl18.Location = new System.Drawing.Point(30, 136);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(59, 13);
     this.labelControl18.TabIndex = 98;
     this.labelControl18.Text = "Company ID";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(30, 110);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(24, 13);
     this.labelControl8.TabIndex = 96;
     this.labelControl8.Text = "Email";
     //
     // txtCompanyID
     //
     this.txtCompanyID.EnterMoveNextControl = true;
     this.txtCompanyID.Location = new System.Drawing.Point(95, 133);
     this.txtCompanyID.Name = "txtCompanyID";
     this.txtCompanyID.Properties.MaxLength = 50;
     this.txtCompanyID.Size = new System.Drawing.Size(43, 20);
     this.txtCompanyID.TabIndex = 3;
     this.txtCompanyID.Leave += new System.EventHandler(this.txtEmail_Leave);
     //
     // txtEmail
     //
     this.txtEmail.EnterMoveNextControl = true;
     this.txtEmail.Location = new System.Drawing.Point(95, 107);
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Properties.MaxLength = 50;
     this.txtEmail.Size = new System.Drawing.Size(150, 20);
     this.txtEmail.TabIndex = 3;
     this.txtEmail.Leave += new System.EventHandler(this.txtEmail_Leave);
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(30, 241);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(46, 13);
     this.labelControl7.TabIndex = 94;
     this.labelControl7.Text = "Home Ph.";
     //
     // txtHomePhone
     //
     this.txtHomePhone.EnterMoveNextControl = true;
     this.txtHomePhone.Location = new System.Drawing.Point(95, 238);
     this.txtHomePhone.Name = "txtHomePhone";
     this.txtHomePhone.Properties.MaxLength = 20;
     this.txtHomePhone.Size = new System.Drawing.Size(176, 20);
     this.txtHomePhone.TabIndex = 9;
     this.txtHomePhone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericTextBoxes_KeyPress);
     //
     // txtExtension
     //
     this.txtExtension.EnterMoveNextControl = true;
     this.txtExtension.Location = new System.Drawing.Point(197, 212);
     this.txtExtension.Name = "txtExtension";
     this.txtExtension.Properties.MaxLength = 10;
     this.txtExtension.Size = new System.Drawing.Size(74, 20);
     this.txtExtension.TabIndex = 8;
     this.txtExtension.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericTextBoxes_KeyPress);
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(171, 215);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(20, 13);
     this.labelControl6.TabIndex = 91;
     this.labelControl6.Text = "Ext.";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(30, 215);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(44, 13);
     this.labelControl5.TabIndex = 90;
     this.labelControl5.Text = "Office Ph";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(30, 189);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(59, 13);
     this.labelControl4.TabIndex = 90;
     this.labelControl4.Text = "Mobile No. 2";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(30, 163);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(59, 13);
     this.labelControl3.TabIndex = 90;
     this.labelControl3.Text = "Mobile No. 1";
     //
     // txtOfficePhone
     //
     this.txtOfficePhone.EnterMoveNextControl = true;
     this.txtOfficePhone.Location = new System.Drawing.Point(95, 212);
     this.txtOfficePhone.Name = "txtOfficePhone";
     this.txtOfficePhone.Properties.MaxLength = 20;
     this.txtOfficePhone.Size = new System.Drawing.Size(70, 20);
     this.txtOfficePhone.TabIndex = 7;
     this.txtOfficePhone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericTextBoxes_KeyPress);
     //
     // txtMobileNo2
     //
     this.txtMobileNo2.EnterMoveNextControl = true;
     this.txtMobileNo2.Location = new System.Drawing.Point(95, 186);
     this.txtMobileNo2.Name = "txtMobileNo2";
     this.txtMobileNo2.Properties.MaxLength = 20;
     this.txtMobileNo2.Size = new System.Drawing.Size(176, 20);
     this.txtMobileNo2.TabIndex = 6;
     this.txtMobileNo2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericTextBoxes_KeyPress);
     //
     // txtMobileNo1
     //
     this.txtMobileNo1.EnterMoveNextControl = true;
     this.txtMobileNo1.Location = new System.Drawing.Point(95, 160);
     this.txtMobileNo1.Name = "txtMobileNo1";
     this.txtMobileNo1.Properties.MaxLength = 20;
     this.txtMobileNo1.Size = new System.Drawing.Size(176, 20);
     this.txtMobileNo1.TabIndex = 5;
     this.txtMobileNo1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumericTextBoxes_KeyPress);
     //
     // cmbTitle
     //
     this.cmbTitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTitle.FormattingEnabled = true;
     this.cmbTitle.Items.AddRange(new object[] {
     "Mr.",
     "Mrs.",
     "Miss"});
     this.cmbTitle.Location = new System.Drawing.Point(95, 28);
     this.cmbTitle.Name = "cmbTitle";
     this.cmbTitle.Size = new System.Drawing.Size(176, 21);
     this.cmbTitle.TabIndex = 0;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(30, 33);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(20, 13);
     this.labelControl2.TabIndex = 87;
     this.labelControl2.Text = "Title";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(30, 84);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(50, 13);
     this.labelControl1.TabIndex = 85;
     this.labelControl1.Text = "Last Name";
     //
     // btnCompanyPickList
     //
     this.btnCompanyPickList.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnCompanyPickList.Appearance.Options.UseFont = true;
     this.btnCompanyPickList.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.btnCompanyPickList.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnCompanyPickList.Location = new System.Drawing.Point(140, 133);
     this.btnCompanyPickList.Name = "btnCompanyPickList";
     this.btnCompanyPickList.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.btnCompanyPickList.Size = new System.Drawing.Size(22, 20);
     this.btnCompanyPickList.TabIndex = 86;
     this.btnCompanyPickList.TabStop = false;
     this.btnCompanyPickList.Click += new System.EventHandler(this.btnCompanyPickList_Click);
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(30, 58);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(51, 13);
     this.labelControl13.TabIndex = 85;
     this.labelControl13.Text = "First Name";
     //
     // btnEmailPickList
     //
     this.btnEmailPickList.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnEmailPickList.Appearance.Options.UseFont = true;
     this.btnEmailPickList.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.btnEmailPickList.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnEmailPickList.Location = new System.Drawing.Point(249, 107);
     this.btnEmailPickList.Name = "btnEmailPickList";
     this.btnEmailPickList.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.btnEmailPickList.Size = new System.Drawing.Size(22, 20);
     this.btnEmailPickList.TabIndex = 86;
     this.btnEmailPickList.TabStop = false;
     this.btnEmailPickList.Click += new System.EventHandler(this.btnEmailPickList_Click);
     //
     // txtLastName
     //
     this.txtLastName.EnterMoveNextControl = true;
     this.txtLastName.Location = new System.Drawing.Point(95, 81);
     this.txtLastName.Name = "txtLastName";
     this.txtLastName.Properties.MaxLength = 50;
     this.txtLastName.Size = new System.Drawing.Size(176, 20);
     this.txtLastName.TabIndex = 2;
     //
     // txtFirstName
     //
     this.txtFirstName.EnterMoveNextControl = true;
     this.txtFirstName.Location = new System.Drawing.Point(95, 55);
     this.txtFirstName.Name = "txtFirstName";
     this.txtFirstName.Properties.MaxLength = 50;
     this.txtFirstName.Size = new System.Drawing.Size(176, 20);
     this.txtFirstName.TabIndex = 1;
     //
     // tbEmailManager
     //
     this.tbEmailManager.Controls.Add(this.panel9);
     this.tbEmailManager.Controls.Add(this.label3);
     this.tbEmailManager.Controls.Add(this.label1);
     this.tbEmailManager.Controls.Add(this.pictureBox1);
     this.tbEmailManager.Controls.Add(this.label4);
     this.tbEmailManager.Controls.Add(this.label2);
     this.tbEmailManager.Name = "tbEmailManager";
     this.tbEmailManager.Size = new System.Drawing.Size(757, 372);
     this.tbEmailManager.Text = "Email Manager";
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(131)))), ((int)(((byte)(143)))));
     this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel9.Controls.Add(this.btnMainExit);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel9.Location = new System.Drawing.Point(0, 332);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(757, 40);
     this.panel9.TabIndex = 28;
     //
     // btnMainExit
     //
     this.btnMainExit.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnMainExit.Image = global::ERPGUI.Properties.Resources.close_16x16;
     this.btnMainExit.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnMainExit.Location = new System.Drawing.Point(686, 1);
     this.btnMainExit.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnMainExit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnMainExit.Name = "btnMainExit";
     this.btnMainExit.Size = new System.Drawing.Size(58, 32);
     toolTipItem8.Text = "Close Modules List";
     superToolTip8.Items.Add(toolTipItem8);
     this.btnMainExit.SuperTip = superToolTip8;
     this.btnMainExit.TabIndex = 20;
     this.btnMainExit.Text = "E&xit  ";
     this.btnMainExit.Click += new System.EventHandler(this.btnMainExit_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.label3.Location = new System.Drawing.Point(3, 24);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(63, 13);
     this.label3.TabIndex = 18;
     this.label3.Text = "Hamid Khan";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(3, 53);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(62, 13);
     this.label1.TabIndex = 20;
     this.label1.Text = "ERP Code:";
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage = global::ERPGUI.Properties.Resources.email_archivierung;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Location = new System.Drawing.Point(144, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(613, 357);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 21;
     this.pictureBox1.TabStop = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(3, 67);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(31, 13);
     this.label4.TabIndex = 19;
     this.label4.Text = "0604";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.label2.Location = new System.Drawing.Point(3, 9);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(85, 13);
     this.label2.TabIndex = 17;
     this.label2.Text = "Logged In as: ";
     //
     // tbGroups
     //
     this.tbGroups.Controls.Add(this.labelControl12);
     this.tbGroups.Controls.Add(this.lblEditGroup);
     this.tbGroups.Controls.Add(this.lblAddNewGroup);
     this.tbGroups.Controls.Add(this.lblContactsFound);
     this.tbGroups.Controls.Add(this.panel5);
     this.tbGroups.Controls.Add(this.btnShowEmails);
     this.tbGroups.Controls.Add(this.grdOrderDetails);
     this.tbGroups.Controls.Add(this.lbl);
     this.tbGroups.Controls.Add(this.cmbManagerEmailGroupd);
     this.tbGroups.Controls.Add(this.txtNewGroupName);
     this.tbGroups.Name = "tbGroups";
     this.tbGroups.Size = new System.Drawing.Size(757, 372);
     this.tbGroups.Text = "Groups";
     //
     // labelControl12
     //
     this.labelControl12.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControl12.Location = new System.Drawing.Point(14, 315);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(7, 13);
     this.labelControl12.TabIndex = 108;
     this.labelControl12.Text = "0";
     //
     // lblEditGroup
     //
     this.lblEditGroup.AutoSize = true;
     this.lblEditGroup.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lblEditGroup.LinkColor = System.Drawing.Color.Black;
     this.lblEditGroup.Location = new System.Drawing.Point(62, 10);
     this.lblEditGroup.Name = "lblEditGroup";
     this.lblEditGroup.Size = new System.Drawing.Size(57, 13);
     this.lblEditGroup.TabIndex = 107;
     this.lblEditGroup.TabStop = true;
     this.lblEditGroup.Text = "Edit Group";
     this.lblEditGroup.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblEditGroup_LinkClicked);
     //
     // lblAddNewGroup
     //
     this.lblAddNewGroup.AutoSize = true;
     this.lblAddNewGroup.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lblAddNewGroup.LinkColor = System.Drawing.Color.Black;
     this.lblAddNewGroup.Location = new System.Drawing.Point(11, 10);
     this.lblAddNewGroup.Name = "lblAddNewGroup";
     this.lblAddNewGroup.Size = new System.Drawing.Size(50, 13);
     this.lblAddNewGroup.TabIndex = 105;
     this.lblAddNewGroup.TabStop = true;
     this.lblAddNewGroup.Text = "Add New";
     this.lblAddNewGroup.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblAddNewGroup_LinkClicked);
     //
     // lblContactsFound
     //
     this.lblContactsFound.Location = new System.Drawing.Point(14, 301);
     this.lblContactsFound.Name = "lblContactsFound";
     this.lblContactsFound.Size = new System.Drawing.Size(100, 13);
     this.lblContactsFound.TabIndex = 102;
     this.lblContactsFound.Text = "Emails In This Group:";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(131)))), ((int)(((byte)(143)))));
     this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.btnGroupsCancel);
     this.panel5.Controls.Add(this.btnGroupsExit);
     this.panel5.Controls.Add(this.btnGroupsSave);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 328);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(757, 44);
     this.panel5.TabIndex = 104;
     //
     // btnGroupsCancel
     //
     this.btnGroupsCancel.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnGroupsCancel.Image = global::ERPGUI.Properties.Resources.deletedatasource_16x16;
     this.btnGroupsCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnGroupsCancel.Location = new System.Drawing.Point(622, 4);
     this.btnGroupsCancel.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnGroupsCancel.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnGroupsCancel.Name = "btnGroupsCancel";
     this.btnGroupsCancel.Size = new System.Drawing.Size(58, 32);
     toolTipItem9.Text = "Cancel Current Operation";
     superToolTip9.Items.Add(toolTipItem9);
     this.btnGroupsCancel.SuperTip = superToolTip9;
     this.btnGroupsCancel.TabIndex = 18;
     this.btnGroupsCancel.Text = "&Cancel";
     this.btnGroupsCancel.Click += new System.EventHandler(this.btnGroupsCancel_Click);
     //
     // btnGroupsExit
     //
     this.btnGroupsExit.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnGroupsExit.Image = global::ERPGUI.Properties.Resources.close_16x16;
     this.btnGroupsExit.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnGroupsExit.Location = new System.Drawing.Point(686, 4);
     this.btnGroupsExit.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnGroupsExit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnGroupsExit.Name = "btnGroupsExit";
     this.btnGroupsExit.Size = new System.Drawing.Size(58, 32);
     toolTipItem10.Text = "Close Modules List";
     superToolTip10.Items.Add(toolTipItem10);
     this.btnGroupsExit.SuperTip = superToolTip10;
     this.btnGroupsExit.TabIndex = 19;
     this.btnGroupsExit.Text = "E&xit  ";
     this.btnGroupsExit.Click += new System.EventHandler(this.btnGroupsExit_Click);
     //
     // btnGroupsSave
     //
     this.btnGroupsSave.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnGroupsSave.Image = global::ERPGUI.Properties.Resources.save_16x16;
     this.btnGroupsSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnGroupsSave.Location = new System.Drawing.Point(558, 4);
     this.btnGroupsSave.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnGroupsSave.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnGroupsSave.Name = "btnGroupsSave";
     this.btnGroupsSave.Size = new System.Drawing.Size(58, 32);
     toolTipItem11.Text = "Save Module";
     superToolTip11.Items.Add(toolTipItem11);
     this.btnGroupsSave.SuperTip = superToolTip11;
     this.btnGroupsSave.TabIndex = 17;
     this.btnGroupsSave.Text = " &Save ";
     this.btnGroupsSave.Click += new System.EventHandler(this.btnGroupsSave_Click);
     //
     // btnShowEmails
     //
     this.btnShowEmails.Appearance.Font = new System.Drawing.Font("Tahoma", 8F);
     this.btnShowEmails.Appearance.Options.UseFont = true;
     this.btnShowEmails.Location = new System.Drawing.Point(417, 36);
     this.btnShowEmails.Name = "btnShowEmails";
     this.btnShowEmails.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.btnShowEmails.Size = new System.Drawing.Size(86, 21);
     this.btnShowEmails.TabIndex = 103;
     this.btnShowEmails.TabStop = false;
     this.btnShowEmails.Text = "View Contacts";
     this.btnShowEmails.Visible = false;
     this.btnShowEmails.Click += new System.EventHandler(this.btnShowEmails_Click);
     //
     // grdOrderDetails
     //
     this.grdOrderDetails.AlternatingRows = true;
     this.grdOrderDetails.BackColor = System.Drawing.Color.White;
     this.grdOrderDetails.CaptionHeight = 17;
     this.grdOrderDetails.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.grdOrderDetails.FilterBar = true;
     this.grdOrderDetails.Images.Add(((System.Drawing.Image)(resources.GetObject("grdOrderDetails.Images"))));
     this.grdOrderDetails.LinesPerRow = 1;
     this.grdOrderDetails.Location = new System.Drawing.Point(125, 67);
     this.grdOrderDetails.Name = "grdOrderDetails";
     this.grdOrderDetails.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.grdOrderDetails.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.grdOrderDetails.PreviewInfo.ZoomFactor = 75D;
     this.grdOrderDetails.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("grdOrderDetails.PrintInfo.PageSettings")));
     this.grdOrderDetails.RecordSelectors = false;
     this.grdOrderDetails.RowDivider.Color = System.Drawing.SystemColors.ActiveCaption;
     this.grdOrderDetails.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.grdOrderDetails.RowHeight = 20;
     this.grdOrderDetails.RowSubDividerColor = System.Drawing.SystemColors.ActiveCaption;
     this.grdOrderDetails.Size = new System.Drawing.Size(568, 266);
     this.grdOrderDetails.TabIndex = 12;
     this.grdOrderDetails.Text = "c1TrueDBGrid1";
     this.grdOrderDetails.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2010Blue;
     this.grdOrderDetails.PropBag = resources.GetString("grdOrderDetails.PropBag");
     //
     // lbl
     //
     this.lbl.Location = new System.Drawing.Point(24, 38);
     this.lbl.Name = "lbl";
     this.lbl.Size = new System.Drawing.Size(68, 13);
     this.lbl.TabIndex = 99;
     this.lbl.Text = "Choose Group";
     this.lbl.Visible = false;
     //
     // cmbManagerEmailGroupd
     //
     this.cmbManagerEmailGroupd.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbManagerEmailGroupd.Enabled = false;
     this.cmbManagerEmailGroupd.FormattingEnabled = true;
     this.cmbManagerEmailGroupd.Items.AddRange(new object[] {
     "Mr.",
     "Mrs.",
     "Miss"});
     this.cmbManagerEmailGroupd.Location = new System.Drawing.Point(125, 36);
     this.cmbManagerEmailGroupd.Name = "cmbManagerEmailGroupd";
     this.cmbManagerEmailGroupd.Size = new System.Drawing.Size(286, 21);
     this.cmbManagerEmailGroupd.TabIndex = 101;
     this.cmbManagerEmailGroupd.SelectionChangeCommitted += new System.EventHandler(this.cmbManagerEmailGroupd_SelectionChangeCommitted);
     //
     // txtNewGroupName
     //
     this.txtNewGroupName.Location = new System.Drawing.Point(125, 36);
     this.txtNewGroupName.Name = "txtNewGroupName";
     this.txtNewGroupName.Properties.MaxLength = 50;
     this.txtNewGroupName.Size = new System.Drawing.Size(286, 20);
     this.txtNewGroupName.TabIndex = 106;
     //
     // tbNavigatorSetup
     //
     this.tbNavigatorSetup.Controls.Add(this.panel6);
     this.tbNavigatorSetup.Controls.Add(this.grdNavigatorSetup);
     this.tbNavigatorSetup.Controls.Add(this.btnLoadParameters_NavigtorSetup);
     this.tbNavigatorSetup.Controls.Add(this.chkDisabled_NavigatorSetup);
     this.tbNavigatorSetup.Controls.Add(this.labelControl17);
     this.tbNavigatorSetup.Controls.Add(this.txtReportID_NavigatorSetup);
     this.tbNavigatorSetup.Controls.Add(this.btn);
     this.tbNavigatorSetup.Controls.Add(this.cmbEmailGroup_NavigatorSetup);
     this.tbNavigatorSetup.Controls.Add(this.labelControl15);
     this.tbNavigatorSetup.Controls.Add(this.labelControl14);
     this.tbNavigatorSetup.Controls.Add(this.txtEmailID_NavigatorSetup);
     this.tbNavigatorSetup.Controls.Add(this.cmbFileType_NavigatorSetup);
     this.tbNavigatorSetup.Controls.Add(this.labelControl16);
     this.tbNavigatorSetup.Controls.Add(this.cmbEmailType_NavigatorSetup);
     this.tbNavigatorSetup.Controls.Add(this.labelControl20);
     this.tbNavigatorSetup.Controls.Add(this.btnEmailPickList_NavigatorSetup);
     this.tbNavigatorSetup.Name = "tbNavigatorSetup";
     this.tbNavigatorSetup.Size = new System.Drawing.Size(757, 372);
     this.tbNavigatorSetup.Text = "Navigator Setup";
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(131)))), ((int)(((byte)(143)))));
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.btnAdd_NavigatorSetup);
     this.panel6.Controls.Add(this.btnCancel_NavigatorSetup);
     this.panel6.Controls.Add(this.btnExit_NavigatorSetup);
     this.panel6.Controls.Add(this.btnEdit_NavigatorSetup);
     this.panel6.Controls.Add(this.simpleButton17);
     this.panel6.Controls.Add(this.btnSave_NavigatorSetup);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel6.Location = new System.Drawing.Point(0, 328);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(757, 44);
     this.panel6.TabIndex = 105;
     //
     // btnAdd_NavigatorSetup
     //
     this.btnAdd_NavigatorSetup.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnAdd_NavigatorSetup.Image = global::ERPGUI.Properties.Resources.addfooter_16x16;
     this.btnAdd_NavigatorSetup.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAdd_NavigatorSetup.Location = new System.Drawing.Point(10, 4);
     this.btnAdd_NavigatorSetup.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnAdd_NavigatorSetup.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnAdd_NavigatorSetup.Name = "btnAdd_NavigatorSetup";
     this.btnAdd_NavigatorSetup.Size = new System.Drawing.Size(58, 32);
     toolTipItem12.Text = "Add New Module";
     superToolTip12.Items.Add(toolTipItem12);
     this.btnAdd_NavigatorSetup.SuperTip = superToolTip12;
     this.btnAdd_NavigatorSetup.TabIndex = 15;
     this.btnAdd_NavigatorSetup.Text = " &Add ";
     this.btnAdd_NavigatorSetup.Click += new System.EventHandler(this.btnAdd_NavigatorSetup_Click);
     //
     // btnCancel_NavigatorSetup
     //
     this.btnCancel_NavigatorSetup.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnCancel_NavigatorSetup.Image = global::ERPGUI.Properties.Resources.deletedatasource_16x16;
     this.btnCancel_NavigatorSetup.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnCancel_NavigatorSetup.Location = new System.Drawing.Point(622, 4);
     this.btnCancel_NavigatorSetup.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnCancel_NavigatorSetup.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnCancel_NavigatorSetup.Name = "btnCancel_NavigatorSetup";
     this.btnCancel_NavigatorSetup.Size = new System.Drawing.Size(58, 32);
     toolTipItem13.Text = "Cancel Current Operation";
     superToolTip13.Items.Add(toolTipItem13);
     this.btnCancel_NavigatorSetup.SuperTip = superToolTip13;
     this.btnCancel_NavigatorSetup.TabIndex = 18;
     this.btnCancel_NavigatorSetup.Text = "&Cancel";
     //
     // btnExit_NavigatorSetup
     //
     this.btnExit_NavigatorSetup.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnExit_NavigatorSetup.Image = global::ERPGUI.Properties.Resources.close_16x16;
     this.btnExit_NavigatorSetup.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnExit_NavigatorSetup.Location = new System.Drawing.Point(686, 4);
     this.btnExit_NavigatorSetup.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnExit_NavigatorSetup.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnExit_NavigatorSetup.Name = "btnExit_NavigatorSetup";
     this.btnExit_NavigatorSetup.Size = new System.Drawing.Size(58, 32);
     toolTipItem14.Text = "Close Modules List";
     superToolTip14.Items.Add(toolTipItem14);
     this.btnExit_NavigatorSetup.SuperTip = superToolTip14;
     this.btnExit_NavigatorSetup.TabIndex = 19;
     this.btnExit_NavigatorSetup.Text = "E&xit  ";
     this.btnExit_NavigatorSetup.Click += new System.EventHandler(this.btnExit_NavigatorSetup_Click);
     //
     // btnEdit_NavigatorSetup
     //
     this.btnEdit_NavigatorSetup.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnEdit_NavigatorSetup.Image = global::ERPGUI.Properties.Resources.edit_16x16;
     this.btnEdit_NavigatorSetup.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnEdit_NavigatorSetup.Location = new System.Drawing.Point(74, 4);
     this.btnEdit_NavigatorSetup.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnEdit_NavigatorSetup.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnEdit_NavigatorSetup.Name = "btnEdit_NavigatorSetup";
     this.btnEdit_NavigatorSetup.Size = new System.Drawing.Size(58, 32);
     toolTipItem15.Text = "Edit Module Details";
     superToolTip15.Items.Add(toolTipItem15);
     this.btnEdit_NavigatorSetup.SuperTip = superToolTip15;
     this.btnEdit_NavigatorSetup.TabIndex = 16;
     this.btnEdit_NavigatorSetup.Text = " &Edit ";
     //
     // simpleButton17
     //
     this.simpleButton17.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.simpleButton17.Image = global::ERPGUI.Properties.Resources.delete_16x16;
     this.simpleButton17.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton17.Location = new System.Drawing.Point(494, 4);
     this.simpleButton17.LookAndFeel.SkinName = "Office 2010 Black";
     this.simpleButton17.LookAndFeel.UseDefaultLookAndFeel = false;
     this.simpleButton17.Name = "simpleButton17";
     this.simpleButton17.Size = new System.Drawing.Size(58, 32);
     toolTipItem16.Text = "Remove Module";
     superToolTip16.Items.Add(toolTipItem16);
     this.simpleButton17.SuperTip = superToolTip16;
     this.simpleButton17.TabIndex = 4;
     this.simpleButton17.Text = "&Del";
     this.simpleButton17.Visible = false;
     //
     // btnSave_NavigatorSetup
     //
     this.btnSave_NavigatorSetup.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnSave_NavigatorSetup.Image = global::ERPGUI.Properties.Resources.save_16x16;
     this.btnSave_NavigatorSetup.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnSave_NavigatorSetup.Location = new System.Drawing.Point(558, 4);
     this.btnSave_NavigatorSetup.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnSave_NavigatorSetup.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnSave_NavigatorSetup.Name = "btnSave_NavigatorSetup";
     this.btnSave_NavigatorSetup.Size = new System.Drawing.Size(58, 32);
     toolTipItem17.Text = "Save Module";
     superToolTip17.Items.Add(toolTipItem17);
     this.btnSave_NavigatorSetup.SuperTip = superToolTip17;
     this.btnSave_NavigatorSetup.TabIndex = 17;
     this.btnSave_NavigatorSetup.Text = " &Save ";
     this.btnSave_NavigatorSetup.Click += new System.EventHandler(this.btnSave_NavigatorSetup_Click);
     //
     // grdNavigatorSetup
     //
     this.grdNavigatorSetup.AllowAddNew = true;
     this.grdNavigatorSetup.BackColor = System.Drawing.Color.White;
     this.grdNavigatorSetup.CaptionHeight = 17;
     this.grdNavigatorSetup.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.grdNavigatorSetup.Images.Add(((System.Drawing.Image)(resources.GetObject("grdNavigatorSetup.Images"))));
     this.grdNavigatorSetup.LinesPerRow = 1;
     this.grdNavigatorSetup.Location = new System.Drawing.Point(74, 97);
     this.grdNavigatorSetup.Name = "grdNavigatorSetup";
     this.grdNavigatorSetup.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.grdNavigatorSetup.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.grdNavigatorSetup.PreviewInfo.ZoomFactor = 75D;
     this.grdNavigatorSetup.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("grdNavigatorSetup.PrintInfo.PageSettings")));
     this.grdNavigatorSetup.RowDivider.Color = System.Drawing.SystemColors.ActiveCaption;
     this.grdNavigatorSetup.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.grdNavigatorSetup.RowHeight = 23;
     this.grdNavigatorSetup.RowSubDividerColor = System.Drawing.SystemColors.ActiveCaption;
     this.grdNavigatorSetup.Size = new System.Drawing.Size(606, 229);
     this.grdNavigatorSetup.TabIndex = 12;
     this.grdNavigatorSetup.Text = "c1TrueDBGrid1";
     this.grdNavigatorSetup.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2010Blue;
     this.grdNavigatorSetup.PropBag = resources.GetString("grdNavigatorSetup.PropBag");
     //
     // btnLoadParameters_NavigtorSetup
     //
     this.btnLoadParameters_NavigtorSetup.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.btnLoadParameters_NavigtorSetup.Image = global::ERPGUI.Properties.Resources.addfooter_16x16;
     this.btnLoadParameters_NavigtorSetup.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnLoadParameters_NavigtorSetup.Location = new System.Drawing.Point(561, 24);
     this.btnLoadParameters_NavigtorSetup.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnLoadParameters_NavigtorSetup.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnLoadParameters_NavigtorSetup.Name = "btnLoadParameters_NavigtorSetup";
     this.btnLoadParameters_NavigtorSetup.Size = new System.Drawing.Size(119, 67);
     toolTipItem18.Text = "Add New Module";
     superToolTip18.Items.Add(toolTipItem18);
     this.btnLoadParameters_NavigtorSetup.SuperTip = superToolTip18;
     this.btnLoadParameters_NavigtorSetup.TabIndex = 103;
     this.btnLoadParameters_NavigtorSetup.Text = "&Load Parameter(s)";
     this.btnLoadParameters_NavigtorSetup.Click += new System.EventHandler(this.btnLoadParameters_NavigtorSetup_Click);
     //
     // chkDisabled_NavigatorSetup
     //
     this.chkDisabled_NavigatorSetup.Location = new System.Drawing.Point(352, 74);
     this.chkDisabled_NavigatorSetup.Name = "chkDisabled_NavigatorSetup";
     this.chkDisabled_NavigatorSetup.Properties.Caption = "Disabled";
     this.chkDisabled_NavigatorSetup.Size = new System.Drawing.Size(65, 19);
     this.chkDisabled_NavigatorSetup.TabIndex = 102;
     //
     // labelControl17
     //
     this.labelControl17.Location = new System.Drawing.Point(74, 51);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(47, 13);
     this.labelControl17.TabIndex = 101;
     this.labelControl17.Text = "Report ID";
     //
     // txtReportID_NavigatorSetup
     //
     this.txtReportID_NavigatorSetup.Location = new System.Drawing.Point(130, 48);
     this.txtReportID_NavigatorSetup.Name = "txtReportID_NavigatorSetup";
     this.txtReportID_NavigatorSetup.Properties.MaxLength = 6;
     this.txtReportID_NavigatorSetup.Size = new System.Drawing.Size(130, 20);
     this.txtReportID_NavigatorSetup.TabIndex = 100;
     //
     // btn
     //
     this.btn.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btn.Appearance.Options.UseFont = true;
     this.btn.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.btn.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btn.Location = new System.Drawing.Point(263, 48);
     this.btn.Name = "btn";
     this.btn.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.btn.Size = new System.Drawing.Size(22, 20);
     this.btn.TabIndex = 99;
     this.btn.TabStop = false;
     this.btn.Click += new System.EventHandler(this.btn_Click);
     //
     // cmbEmailGroup_NavigatorSetup
     //
     this.cmbEmailGroup_NavigatorSetup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEmailGroup_NavigatorSetup.FormattingEnabled = true;
     this.cmbEmailGroup_NavigatorSetup.Items.AddRange(new object[] {
     "Mr.",
     "Mrs.",
     "Miss"});
     this.cmbEmailGroup_NavigatorSetup.Location = new System.Drawing.Point(353, 25);
     this.cmbEmailGroup_NavigatorSetup.Name = "cmbEmailGroup_NavigatorSetup";
     this.cmbEmailGroup_NavigatorSetup.Size = new System.Drawing.Size(203, 21);
     this.cmbEmailGroup_NavigatorSetup.TabIndex = 98;
     //
     // labelControl15
     //
     this.labelControl15.Location = new System.Drawing.Point(292, 28);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(56, 13);
     this.labelControl15.TabIndex = 97;
     this.labelControl15.Text = "Email Group";
     //
     // labelControl14
     //
     this.labelControl14.Location = new System.Drawing.Point(74, 28);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(38, 13);
     this.labelControl14.TabIndex = 96;
     this.labelControl14.Text = "Email ID";
     //
     // txtEmailID_NavigatorSetup
     //
     this.txtEmailID_NavigatorSetup.Location = new System.Drawing.Point(130, 25);
     this.txtEmailID_NavigatorSetup.Name = "txtEmailID_NavigatorSetup";
     this.txtEmailID_NavigatorSetup.Properties.MaxLength = 6;
     this.txtEmailID_NavigatorSetup.Size = new System.Drawing.Size(130, 20);
     this.txtEmailID_NavigatorSetup.TabIndex = 95;
     this.txtEmailID_NavigatorSetup.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtEmailID_NavigatorSetup_PreviewKeyDown);
     //
     // cmbFileType_NavigatorSetup
     //
     this.cmbFileType_NavigatorSetup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbFileType_NavigatorSetup.FormattingEnabled = true;
     this.cmbFileType_NavigatorSetup.Items.AddRange(new object[] {
     "Acrobat (PDF)",
     "MS Word",
     "MS Excel (Formated)",
     "MS Excel (Data only)",
     "Rich Text"});
     this.cmbFileType_NavigatorSetup.Location = new System.Drawing.Point(353, 48);
     this.cmbFileType_NavigatorSetup.Name = "cmbFileType_NavigatorSetup";
     this.cmbFileType_NavigatorSetup.Size = new System.Drawing.Size(203, 21);
     this.cmbFileType_NavigatorSetup.TabIndex = 88;
     //
     // labelControl16
     //
     this.labelControl16.Location = new System.Drawing.Point(292, 51);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(43, 13);
     this.labelControl16.TabIndex = 87;
     this.labelControl16.Text = "File Type";
     //
     // cmbEmailType_NavigatorSetup
     //
     this.cmbEmailType_NavigatorSetup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEmailType_NavigatorSetup.FormattingEnabled = true;
     this.cmbEmailType_NavigatorSetup.Items.AddRange(new object[] {
     "Daily",
     "Mon",
     "Tue",
     "Wed",
     "Thu",
     "Fri",
     "Sat",
     "1st",
     "2nd",
     "3rd",
     "4th",
     "5th",
     "6th",
     "7th",
     "8th",
     "9th",
     "10th",
     "11th",
     "12th",
     "13th",
     "14th",
     "15th",
     "16th",
     "17th",
     "18th",
     "19th",
     "20th",
     "21st",
     "22nd",
     "23rd",
     "24th",
     "25th",
     "26th",
     "27th",
     "28th",
     "29th",
     "30th",
     "31st"});
     this.cmbEmailType_NavigatorSetup.Location = new System.Drawing.Point(130, 70);
     this.cmbEmailType_NavigatorSetup.Name = "cmbEmailType_NavigatorSetup";
     this.cmbEmailType_NavigatorSetup.Size = new System.Drawing.Size(130, 21);
     this.cmbEmailType_NavigatorSetup.TabIndex = 88;
     //
     // labelControl20
     //
     this.labelControl20.Location = new System.Drawing.Point(74, 73);
     this.labelControl20.Name = "labelControl20";
     this.labelControl20.Size = new System.Drawing.Size(51, 13);
     this.labelControl20.TabIndex = 87;
     this.labelControl20.Text = "Email Type";
     //
     // btnEmailPickList_NavigatorSetup
     //
     this.btnEmailPickList_NavigatorSetup.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnEmailPickList_NavigatorSetup.Appearance.Options.UseFont = true;
     this.btnEmailPickList_NavigatorSetup.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.btnEmailPickList_NavigatorSetup.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnEmailPickList_NavigatorSetup.Location = new System.Drawing.Point(263, 25);
     this.btnEmailPickList_NavigatorSetup.Name = "btnEmailPickList_NavigatorSetup";
     this.btnEmailPickList_NavigatorSetup.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.btnEmailPickList_NavigatorSetup.Size = new System.Drawing.Size(22, 20);
     this.btnEmailPickList_NavigatorSetup.TabIndex = 86;
     this.btnEmailPickList_NavigatorSetup.TabStop = false;
     this.btnEmailPickList_NavigatorSetup.Click += new System.EventHandler(this.btnEmailPickList_NavigatorSetup_Click);
     //
     // tbNavigator
     //
     this.tbNavigator.Controls.Add(this.panel8);
     this.tbNavigator.Controls.Add(this.chkMarkUnmarkAll);
     this.tbNavigator.Controls.Add(this.checkEdit4);
     this.tbNavigator.Controls.Add(this.checkEdit3);
     this.tbNavigator.Controls.Add(this.checkEdit2);
     this.tbNavigator.Controls.Add(this.grdEmailNavigator);
     this.tbNavigator.Name = "tbNavigator";
     this.tbNavigator.Size = new System.Drawing.Size(757, 372);
     this.tbNavigator.Text = "Email Navigator";
     //
     // panel8
     //
     this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(131)))), ((int)(((byte)(143)))));
     this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel8.Controls.Add(this.btnSendEmail_EmailNavigator);
     this.panel8.Controls.Add(this.simpleButton22);
     this.panel8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel8.Location = new System.Drawing.Point(0, 328);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(757, 44);
     this.panel8.TabIndex = 105;
     //
     // btnSendEmail_EmailNavigator
     //
     this.btnSendEmail_EmailNavigator.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnSendEmail_EmailNavigator.Image = ((System.Drawing.Image)(resources.GetObject("btnSendEmail_EmailNavigator.Image")));
     this.btnSendEmail_EmailNavigator.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnSendEmail_EmailNavigator.Location = new System.Drawing.Point(620, 4);
     this.btnSendEmail_EmailNavigator.LookAndFeel.SkinName = "Office 2010 Black";
     this.btnSendEmail_EmailNavigator.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnSendEmail_EmailNavigator.Name = "btnSendEmail_EmailNavigator";
     this.btnSendEmail_EmailNavigator.Size = new System.Drawing.Size(60, 32);
     toolTipItem19.Text = "Close Modules List";
     superToolTip19.Items.Add(toolTipItem19);
     this.btnSendEmail_EmailNavigator.SuperTip = superToolTip19;
     this.btnSendEmail_EmailNavigator.TabIndex = 20;
     this.btnSendEmail_EmailNavigator.Text = "&Send";
     this.btnSendEmail_EmailNavigator.Click += new System.EventHandler(this.btnSendEmail_EmailNavigator_Click);
     //
     // simpleButton22
     //
     this.simpleButton22.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.simpleButton22.Image = global::ERPGUI.Properties.Resources.close_16x16;
     this.simpleButton22.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton22.Location = new System.Drawing.Point(686, 4);
     this.simpleButton22.LookAndFeel.SkinName = "Office 2010 Black";
     this.simpleButton22.LookAndFeel.UseDefaultLookAndFeel = false;
     this.simpleButton22.Name = "simpleButton22";
     this.simpleButton22.Size = new System.Drawing.Size(58, 32);
     toolTipItem20.Text = "Close Modules List";
     superToolTip20.Items.Add(toolTipItem20);
     this.simpleButton22.SuperTip = superToolTip20;
     this.simpleButton22.TabIndex = 19;
     this.simpleButton22.Text = "E&xit  ";
     //
     // chkMarkUnmarkAll
     //
     this.chkMarkUnmarkAll.Location = new System.Drawing.Point(318, 6);
     this.chkMarkUnmarkAll.Name = "chkMarkUnmarkAll";
     this.chkMarkUnmarkAll.Properties.Caption = "Mark / Un-Mark All";
     this.chkMarkUnmarkAll.Size = new System.Drawing.Size(109, 19);
     this.chkMarkUnmarkAll.TabIndex = 26;
     this.chkMarkUnmarkAll.CheckedChanged += new System.EventHandler(this.chkMarkUnmarkAll_CheckedChanged);
     //
     // checkEdit4
     //
     this.checkEdit4.Location = new System.Drawing.Point(237, 6);
     this.checkEdit4.Name = "checkEdit4";
     this.checkEdit4.Properties.Caption = "NexLinx";
     this.checkEdit4.Size = new System.Drawing.Size(75, 19);
     this.checkEdit4.TabIndex = 26;
     //
     // checkEdit3
     //
     this.checkEdit3.Location = new System.Drawing.Point(156, 6);
     this.checkEdit3.Name = "checkEdit3";
     this.checkEdit3.Properties.Caption = "Wateen";
     this.checkEdit3.Size = new System.Drawing.Size(75, 19);
     this.checkEdit3.TabIndex = 26;
     //
     // checkEdit2
     //
     this.checkEdit2.Location = new System.Drawing.Point(75, 6);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Caption = "Shut Down";
     this.checkEdit2.Size = new System.Drawing.Size(75, 19);
     this.checkEdit2.TabIndex = 26;
     //
     // grdEmailNavigator
     //
     this.grdEmailNavigator.AllowAddNew = true;
     this.grdEmailNavigator.BackColor = System.Drawing.Color.White;
     this.grdEmailNavigator.CaptionHeight = 17;
     this.grdEmailNavigator.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.grdEmailNavigator.Images.Add(((System.Drawing.Image)(resources.GetObject("grdEmailNavigator.Images"))));
     this.grdEmailNavigator.LinesPerRow = 1;
     this.grdEmailNavigator.Location = new System.Drawing.Point(75, 30);
     this.grdEmailNavigator.Name = "grdEmailNavigator";
     this.grdEmailNavigator.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.grdEmailNavigator.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.grdEmailNavigator.PreviewInfo.ZoomFactor = 75D;
     this.grdEmailNavigator.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("grdEmailNavigator.PrintInfo.PageSettings")));
     this.grdEmailNavigator.RecordSelectors = false;
     this.grdEmailNavigator.RowDivider.Color = System.Drawing.SystemColors.ActiveCaption;
     this.grdEmailNavigator.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.grdEmailNavigator.RowHeight = 23;
     this.grdEmailNavigator.RowSubDividerColor = System.Drawing.SystemColors.ActiveCaption;
     this.grdEmailNavigator.Size = new System.Drawing.Size(606, 297);
     this.grdEmailNavigator.TabIndex = 25;
     this.grdEmailNavigator.Text = "c1TrueDBGrid2";
     this.grdEmailNavigator.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2010Blue;
     this.grdEmailNavigator.PropBag = resources.GetString("grdEmailNavigator.PropBag");
     //
     // tileNavPane1
     //
     this.tileNavPane1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.tileNavPane1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(131)))), ((int)(((byte)(143)))));
     this.tileNavPane1.Appearance.Options.UseBackColor = true;
     this.tileNavPane1.ButtonPadding = new System.Windows.Forms.Padding(12);
     this.tileNavPane1.Buttons.Add(this.navHome);
     this.tileNavPane1.Buttons.Add(this.navAddressBook);
     this.tileNavPane1.Buttons.Add(this.navGroups);
     this.tileNavPane1.Buttons.Add(this.navNavigatorSetup);
     this.tileNavPane1.Buttons.Add(this.navEmailNavigator);
     //
     // tileNavCategory1
     //
     this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
     this.tileNavPane1.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavPane1.DefaultCategory.OwnerCollection = null;
     //
     //
     //
     this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileNavPane1.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavPane1.Location = new System.Drawing.Point(1, 1);
     this.tileNavPane1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tileNavPane1.Name = "tileNavPane1";
     this.tileNavPane1.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavPane1.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty;
     this.tileNavPane1.Size = new System.Drawing.Size(757, 52);
     this.tileNavPane1.TabIndex = 26;
     this.tileNavPane1.Text = "tileNavPane1";
     //
     // navHome
     //
     this.navHome.AppearanceSelected.BackColor = System.Drawing.Color.Transparent;
     this.navHome.AppearanceSelected.Options.UseBackColor = true;
     this.navHome.Caption = "Home";
     this.navHome.Name = "navHome";
     this.navHome.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navHome_ElementClick);
     //
     // navAddressBook
     //
     this.navAddressBook.AppearanceSelected.BackColor = System.Drawing.Color.Transparent;
     this.navAddressBook.AppearanceSelected.Options.UseBackColor = true;
     this.navAddressBook.Caption = "Address Book";
     this.navAddressBook.Name = "navAddressBook";
     this.navAddressBook.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navAddressBook_ElementClick);
     //
     // navGroups
     //
     this.navGroups.AppearanceSelected.BackColor = System.Drawing.Color.Transparent;
     this.navGroups.AppearanceSelected.Options.UseBackColor = true;
     this.navGroups.Caption = "Manage Groups";
     this.navGroups.Name = "navGroups";
     this.navGroups.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navGroups_ElementClick);
     //
     // navNavigatorSetup
     //
     this.navNavigatorSetup.Caption = "Navigator Setup";
     this.navNavigatorSetup.Name = "navNavigatorSetup";
     this.navNavigatorSetup.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navNavigatorSetup_ElementClick);
     //
     // navEmailNavigator
     //
     this.navEmailNavigator.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
     this.navEmailNavigator.Appearance.ForeColor = System.Drawing.Color.Transparent;
     this.navEmailNavigator.Appearance.Options.UseForeColor = true;
     this.navEmailNavigator.AppearanceHovered.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(160)))), ((int)(((byte)(171)))));
     this.navEmailNavigator.AppearanceHovered.Options.UseBackColor = true;
     this.navEmailNavigator.AppearanceSelected.BackColor = System.Drawing.Color.Transparent;
     this.navEmailNavigator.AppearanceSelected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.navEmailNavigator.AppearanceSelected.Options.UseBackColor = true;
     this.navEmailNavigator.AppearanceSelected.Options.UseBorderColor = true;
     this.navEmailNavigator.AppearanceSelected.Options.UseFont = true;
     this.navEmailNavigator.AppearanceSelected.Options.UseForeColor = true;
     this.navEmailNavigator.AppearanceSelected.Options.UseImage = true;
     this.navEmailNavigator.AppearanceSelected.Options.UseTextOptions = true;
     this.navEmailNavigator.Caption = "Email Navigator";
     this.navEmailNavigator.Name = "navEmailNavigator";
     this.navEmailNavigator.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.navEmailNavigator_ElementClick);
     //
     // tileNavSubItem1
     //
     this.tileNavSubItem1.Caption = "tileNavSubItem1";
     this.tileNavSubItem1.Name = "tileNavSubItem1";
     this.tileNavSubItem1.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem1.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.Text = "tileNavSubItem1";
     this.tileNavSubItem1.Tile.Elements.Add(tileItemElement1);
     this.tileNavSubItem1.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     //
     // frmEmailManager
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(759, 444);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel7);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.tileNavPane1);
     this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Glow;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.Name = "frmEmailManager";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Email Manager";
     this.Load += new System.EventHandler(this.frmEmailManager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tbAddressBook.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chkDisable.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanyName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanyID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHomePhone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtExtension.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOfficePhone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMobileNo1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLastName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFirstName.Properties)).EndInit();
     this.tbEmailManager.ResumeLayout(false);
     this.tbEmailManager.PerformLayout();
     this.panel9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tbGroups.ResumeLayout(false);
     this.tbGroups.PerformLayout();
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdOrderDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNewGroupName.Properties)).EndInit();
     this.tbNavigatorSetup.ResumeLayout(false);
     this.tbNavigatorSetup.PerformLayout();
     this.panel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdNavigatorSetup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkDisabled_NavigatorSetup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReportID_NavigatorSetup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmailID_NavigatorSetup.Properties)).EndInit();
     this.tbNavigator.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chkMarkUnmarkAll.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdEmailNavigator)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.tileBar                 = new DevExpress.XtraBars.Navigation.TileBar();
     this.tileBarGroupTables      = new DevExpress.XtraBars.Navigation.TileBarGroup();
     this.employeesTileBarItem    = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.customersTileBarItem    = new DevExpress.XtraBars.Navigation.TileBarItem();
     this.navigationFrame         = new DevExpress.XtraBars.Navigation.NavigationFrame();
     this.employeesNavigationPage = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.labelControl2           = new DevExpress.XtraEditors.LabelControl();
     this.sOrderNo                = new DevExpress.XtraEditors.TextEdit();
     this.panel1                           = new System.Windows.Forms.Panel();
     this.bindingNavigator1                = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel2                  = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel3                  = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1              = new System.Windows.Forms.ToolStripSeparator();
     this.EveryRow                         = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel1                  = new System.Windows.Forms.ToolStripLabel();
     this.searchLookUpEdit1                = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.searchLookUpEdit1View            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.择供应商                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl3           = new DevExpress.XtraEditors.LabelControl();
     this.btnExportData           = new DevExpress.XtraEditors.SimpleButton();
     this.btnSearch               = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1           = new DevExpress.XtraEditors.LabelControl();
     this.txtOrder                = new DevExpress.XtraEditors.TextEdit();
     this.gridControl1            = new DevExpress.XtraGrid.GridControl();
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.employeesLabelControl   = new DevExpress.XtraEditors.LabelControl();
     this.customersNavigationPage = new DevExpress.XtraBars.Navigation.NavigationPage();
     this.customersLabelControl   = new DevExpress.XtraEditors.LabelControl();
     this.bindingSource1          = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.navigationFrame)).BeginInit();
     this.navigationFrame.SuspendLayout();
     this.employeesNavigationPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sOrderNo.Properties)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOrder.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.customersNavigationPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // tileBar
     //
     this.tileBar.AllowGlyphSkinning                       = true;
     this.tileBar.AllowSelectedItem                        = true;
     this.tileBar.AppearanceGroupText.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     this.tileBar.AppearanceGroupText.Options.UseForeColor = true;
     this.tileBar.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.tileBar.Dock                      = System.Windows.Forms.DockStyle.Top;
     this.tileBar.DropDownButtonWidth       = 30;
     this.tileBar.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.tileBar.Groups.Add(this.tileBarGroupTables);
     this.tileBar.IndentBetweenGroups = 10;
     this.tileBar.IndentBetweenItems  = 10;
     this.tileBar.ItemPadding         = new System.Windows.Forms.Padding(8, 6, 12, 6);
     this.tileBar.Location            = new System.Drawing.Point(0, 0);
     this.tileBar.Margin               = new System.Windows.Forms.Padding(5);
     this.tileBar.MaxId                = 3;
     this.tileBar.MaximumSize          = new System.Drawing.Size(0, 118);
     this.tileBar.MinimumSize          = new System.Drawing.Size(117, 118);
     this.tileBar.Name                 = "tileBar";
     this.tileBar.Padding              = new System.Windows.Forms.Padding(34, 12, 34, 12);
     this.tileBar.ScrollMode           = DevExpress.XtraEditors.TileControlScrollMode.None;
     this.tileBar.SelectedItem         = this.employeesTileBarItem;
     this.tileBar.SelectionBorderWidth = 2;
     this.tileBar.SelectionColorMode   = DevExpress.XtraBars.Navigation.SelectionColorMode.UseItemBackColor;
     this.tileBar.ShowGroupText        = false;
     this.tileBar.Size                 = new System.Drawing.Size(1598, 118);
     this.tileBar.TabIndex             = 1;
     this.tileBar.Text                 = "tileBar";
     this.tileBar.WideTileWidth        = 150;
     this.tileBar.SelectedItemChanged += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileBar_SelectedItemChanged);
     //
     // tileBarGroupTables
     //
     this.tileBarGroupTables.Items.Add(this.employeesTileBarItem);
     this.tileBarGroupTables.Items.Add(this.customersTileBarItem);
     this.tileBarGroupTables.Name = "tileBarGroupTables";
     this.tileBarGroupTables.Text = "TABLES";
     //
     // employeesTileBarItem
     //
     this.employeesTileBarItem.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(115)))), ((int)(((byte)(196)))));
     this.employeesTileBarItem.AppearanceItem.Normal.Options.UseBackColor = true;
     this.employeesTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.ImageOptions.ImageUri.Uri          = "Cube;Size32x32;GrayScaled";
     tileItemElement1.Text = "Employees";
     this.employeesTileBarItem.Elements.Add(tileItemElement1);
     this.employeesTileBarItem.Name = "employeesTileBarItem";
     //
     // customersTileBarItem
     //
     this.customersTileBarItem.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.ImageOptions.ImageUri.Uri          = "Cube;Size32x32;GrayScaled";
     tileItemElement2.Text = "Customers";
     this.customersTileBarItem.Elements.Add(tileItemElement2);
     this.customersTileBarItem.Id       = 2;
     this.customersTileBarItem.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Wide;
     this.customersTileBarItem.Name     = "customersTileBarItem";
     //
     // navigationFrame
     //
     this.navigationFrame.Controls.Add(this.employeesNavigationPage);
     this.navigationFrame.Controls.Add(this.customersNavigationPage);
     this.navigationFrame.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.navigationFrame.Location = new System.Drawing.Point(0, 118);
     this.navigationFrame.Margin   = new System.Windows.Forms.Padding(5);
     this.navigationFrame.Name     = "navigationFrame";
     this.navigationFrame.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
         this.employeesNavigationPage,
         this.customersNavigationPage
     });
     this.navigationFrame.SelectedPage = this.employeesNavigationPage;
     this.navigationFrame.Size         = new System.Drawing.Size(1598, 750);
     this.navigationFrame.TabIndex     = 0;
     this.navigationFrame.Text         = "navigationFrame";
     //
     // employeesNavigationPage
     //
     this.employeesNavigationPage.Caption = "employeesNavigationPage";
     this.employeesNavigationPage.Controls.Add(this.labelControl2);
     this.employeesNavigationPage.Controls.Add(this.sOrderNo);
     this.employeesNavigationPage.Controls.Add(this.panel1);
     this.employeesNavigationPage.Controls.Add(this.searchLookUpEdit1);
     this.employeesNavigationPage.Controls.Add(this.labelControl3);
     this.employeesNavigationPage.Controls.Add(this.btnExportData);
     this.employeesNavigationPage.Controls.Add(this.btnSearch);
     this.employeesNavigationPage.Controls.Add(this.labelControl1);
     this.employeesNavigationPage.Controls.Add(this.txtOrder);
     this.employeesNavigationPage.Controls.Add(this.gridControl1);
     this.employeesNavigationPage.Controls.Add(this.employeesLabelControl);
     this.employeesNavigationPage.Name = "employeesNavigationPage";
     this.employeesNavigationPage.Size = new System.Drawing.Size(1598, 750);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(25, 21);
     this.labelControl2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(36, 14);
     this.labelControl2.TabIndex = 44;
     this.labelControl2.Text     = "订单号";
     //
     // sOrderNo
     //
     this.sOrderNo.Location = new System.Drawing.Point(74, 18);
     this.sOrderNo.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.sOrderNo.Name     = "sOrderNo";
     this.sOrderNo.Size     = new System.Drawing.Size(82, 20);
     this.sOrderNo.TabIndex = 43;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.bindingNavigator1);
     this.panel1.Location = new System.Drawing.Point(11, 686);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1895, 39);
     this.panel1.TabIndex = 42;
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.bindingNavigator1.AddNewItem     = null;
     this.bindingNavigator1.CountItem      = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem     = null;
     this.bindingNavigator1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel2,
         this.toolStripLabel3,
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.toolStripSeparator1,
         this.EveryRow,
         this.toolStripLabel1
     });
     this.bindingNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.bindingNavigator1.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name             = "bindingNavigator1";
     this.bindingNavigator1.PositionItem     = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size             = new System.Drawing.Size(1895, 39);
     this.bindingNavigator1.TabIndex         = 4;
     this.bindingNavigator1.Text             = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(32, 36);
     this.bindingNavigatorCountItem.Text        = "/ {0}";
     this.bindingNavigatorCountItem.ToolTipText = "总项数";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(821, 36);
     this.toolStripLabel2.Text = resources.GetString("toolStripLabel2.Text");
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(244, 36);
     this.toolStripLabel3.Text = "                                                           ";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name         = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size   = new System.Drawing.Size(23, 36);
     this.bindingNavigatorMoveFirstItem.Text   = "移到第一条记录";
     this.bindingNavigatorMoveFirstItem.Click += new System.EventHandler(this.bindingNavigatorMoveFirstItem_Click);
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name         = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size   = new System.Drawing.Size(23, 36);
     this.bindingNavigatorMovePreviousItem.Text   = "移到上一条记录";
     this.bindingNavigatorMovePreviousItem.Click += new System.EventHandler(this.bindingNavigatorMovePreviousItem_Click);
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 39);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "位置";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(58, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "当前位置";
     this.bindingNavigatorPositionItem.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.bindingNavigatorPositionItem_KeyUp);
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 39);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name         = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size   = new System.Drawing.Size(23, 36);
     this.bindingNavigatorMoveNextItem.Text   = "移到下一条记录";
     this.bindingNavigatorMoveNextItem.Click += new System.EventHandler(this.bindingNavigatorMoveNextItem_Click);
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name         = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size   = new System.Drawing.Size(23, 36);
     this.bindingNavigatorMoveLastItem.Text   = "移到最后一条记录";
     this.bindingNavigatorMoveLastItem.Click += new System.EventHandler(this.bindingNavigatorMoveLastItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
     //
     // EveryRow
     //
     this.EveryRow.Name   = "EveryRow";
     this.EveryRow.Size   = new System.Drawing.Size(34, 39);
     this.EveryRow.Text   = "20";
     this.EveryRow.KeyUp += new System.Windows.Forms.KeyEventHandler(this.EveryRow_KeyUp);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(32, 36);
     this.toolStripLabel1.Text = "条数";
     //
     // searchLookUpEdit1
     //
     this.searchLookUpEdit1.EditValue = "";
     this.searchLookUpEdit1.Location  = new System.Drawing.Point(366, 17);
     this.searchLookUpEdit1.Name      = "searchLookUpEdit1";
     this.searchLookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.searchLookUpEdit1.Properties.DisplayMember = "sProviderName";
     this.searchLookUpEdit1.Properties.PopupView     = this.searchLookUpEdit1View;
     this.searchLookUpEdit1.Properties.ValueMember   = "sProviderName";
     this.searchLookUpEdit1.Size     = new System.Drawing.Size(100, 20);
     this.searchLookUpEdit1.TabIndex = 41;
     //
     // searchLookUpEdit1View
     //
     this.searchLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.择供应商
     });
     this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.searchLookUpEdit1View.Name           = "searchLookUpEdit1View";
     this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // 选择供应商
     //
     this.择供应商.Caption      = "选择供应商";
     this.择供应商.FieldName    = "sProviderName";
     this.择供应商.Name         = "选择供应商";
     this.择供应商.Visible      = true;
     this.择供应商.VisibleIndex = 0;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(319, 21);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(36, 14);
     this.labelControl3.TabIndex = 40;
     this.labelControl3.Text     = "供应商";
     //
     // btnExportData
     //
     this.btnExportData.Location = new System.Drawing.Point(598, 9);
     this.btnExportData.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnExportData.Name     = "btnExportData";
     this.btnExportData.Size     = new System.Drawing.Size(79, 28);
     this.btnExportData.TabIndex = 39;
     this.btnExportData.Text     = "导出数据";
     this.btnExportData.Click   += new System.EventHandler(this.btnExportData_Click);
     //
     // btnSearch
     //
     this.btnSearch.Location = new System.Drawing.Point(513, 9);
     this.btnSearch.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(79, 28);
     this.btnSearch.TabIndex = 38;
     this.btnSearch.Text     = "搜索";
     this.btnSearch.Click   += new System.EventHandler(this.btnSearch_Click);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(162, 19);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(24, 14);
     this.labelControl1.TabIndex = 37;
     this.labelControl1.Text     = "款号";
     //
     // txtOrder
     //
     this.txtOrder.Location = new System.Drawing.Point(211, 16);
     this.txtOrder.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtOrder.Name     = "txtOrder";
     this.txtOrder.Size     = new System.Drawing.Size(82, 20);
     this.txtOrder.TabIndex = 36;
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(21, 116);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(1894, 521);
     this.gridControl1.TabIndex = 3;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // employeesLabelControl
     //
     this.employeesLabelControl.Appearance.Font                   = new System.Drawing.Font("Tahoma", 25.25F);
     this.employeesLabelControl.Appearance.ForeColor              = System.Drawing.Color.Gray;
     this.employeesLabelControl.Appearance.Options.UseFont        = true;
     this.employeesLabelControl.Appearance.Options.UseForeColor   = true;
     this.employeesLabelControl.Appearance.Options.UseTextOptions = true;
     this.employeesLabelControl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.employeesLabelControl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.employeesLabelControl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.employeesLabelControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.employeesLabelControl.Location     = new System.Drawing.Point(0, 0);
     this.employeesLabelControl.Name         = "employeesLabelControl";
     this.employeesLabelControl.Size         = new System.Drawing.Size(1598, 750);
     this.employeesLabelControl.TabIndex     = 2;
     this.employeesLabelControl.Text         = "Employees";
     //
     // customersNavigationPage
     //
     this.customersNavigationPage.Caption = "customersNavigationPage";
     this.customersNavigationPage.Controls.Add(this.customersLabelControl);
     this.customersNavigationPage.Name = "customersNavigationPage";
     this.customersNavigationPage.Size = new System.Drawing.Size(1598, 750);
     //
     // customersLabelControl
     //
     this.customersLabelControl.Appearance.Font                   = new System.Drawing.Font("Tahoma", 25.25F);
     this.customersLabelControl.Appearance.ForeColor              = System.Drawing.Color.Gray;
     this.customersLabelControl.Appearance.Options.UseFont        = true;
     this.customersLabelControl.Appearance.Options.UseForeColor   = true;
     this.customersLabelControl.Appearance.Options.UseTextOptions = true;
     this.customersLabelControl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.customersLabelControl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.customersLabelControl.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.customersLabelControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.customersLabelControl.Location     = new System.Drawing.Point(0, 0);
     this.customersLabelControl.Name         = "customersLabelControl";
     this.customersLabelControl.Size         = new System.Drawing.Size(1598, 750);
     this.customersLabelControl.TabIndex     = 2;
     this.customersLabelControl.Text         = "Customers";
     //
     // MainForm
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode  = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize    = new System.Drawing.Size(1598, 868);
     this.Controls.Add(this.navigationFrame);
     this.Controls.Add(this.tileBar);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.navigationFrame)).EndInit();
     this.navigationFrame.ResumeLayout(false);
     this.employeesNavigationPage.ResumeLayout(false);
     this.employeesNavigationPage.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sOrderNo.Properties)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOrder.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.customersNavigationPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #55
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BuzzleUsersView));
            this.tileControl_users = new DevExpress.XtraEditors.TileControl();
            this.tileGroup_UserTilesGroup = new DevExpress.XtraEditors.TileGroup();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barButtonItem_Refresh = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_New = 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();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // tileControl_users
            // 
            this.tileControl_users.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl_users.Groups.Add(this.tileGroup_UserTilesGroup);
            this.tileControl_users.HorizontalContentAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.tileControl_users.Location = new System.Drawing.Point(0, 40);
            this.tileControl_users.MaxId = 6;
            this.tileControl_users.Name = "tileControl_users";
            this.tileControl_users.Size = new System.Drawing.Size(571, 399);
            this.tileControl_users.TabIndex = 0;
            this.tileControl_users.Text = "tileControl1";
            this.tileControl_users.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Top;
            // 
            // tileGroup_UserTilesGroup
            // 
            this.tileGroup_UserTilesGroup.Items.Add(this.tileItem1);
            this.tileGroup_UserTilesGroup.Name = "tileGroup_UserTilesGroup";
            this.tileGroup_UserTilesGroup.Text = null;
            // 
            // tileItem1
            // 
            tileItemElement1.Text = "UserName";
            tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
            this.tileItem1.Elements.Add(tileItemElement1);
            this.tileItem1.Id = 5;
            this.tileItem1.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium;
            this.tileItem1.Name = "tileItem1";
            // 
            // barManager1
            // 
            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.barButtonItem_Refresh,
            this.barButtonItem_New});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 2;
            // 
            // bar2
            // 
            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.barButtonItem_Refresh, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_New, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
            // 
            // barButtonItem_Refresh
            // 
            this.barButtonItem_Refresh.Caption = "&Refresh";
            this.barButtonItem_Refresh.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_Refresh.Glyph")));
            this.barButtonItem_Refresh.Id = 0;
            this.barButtonItem_Refresh.Name = "barButtonItem_Refresh";
            this.barButtonItem_Refresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Refresh_ItemClick);
            // 
            // barButtonItem_New
            // 
            this.barButtonItem_New.Caption = "Add &New";
            this.barButtonItem_New.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_New.Glyph")));
            this.barButtonItem_New.Id = 1;
            this.barButtonItem_New.Name = "barButtonItem_New";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(571, 40);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 439);
            this.barDockControlBottom.Size = new System.Drawing.Size(571, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 40);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 399);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(571, 40);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 399);
            // 
            // BuzzleUsersView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(571, 439);
            this.Controls.Add(this.tileControl_users);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "BuzzleUsersView";
            this.Text = "Buzzle - Users View";
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(EtkinlikIslemleri));
     DevExpress.XtraEditors.TileItemElement         tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement         tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     this.tileControl1            = new DevExpress.XtraEditors.TileControl();
     this.tileGroup2              = new DevExpress.XtraEditors.TileGroup();
     this.tileItemEtkinlikOlustur = new DevExpress.XtraEditors.TileItem();
     this.tileItemEtkinlikListesi = new DevExpress.XtraEditors.TileItem();
     this.tileItemKapat           = new DevExpress.XtraEditors.TileItem();
     this.metroStyleManager1      = new MetroFramework.Components.MetroStyleManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).BeginInit();
     this.SuspendLayout();
     //
     // tileControl1
     //
     this.tileControl1.Cursor = System.Windows.Forms.Cursors.Default;
     this.tileControl1.Dock   = System.Windows.Forms.DockStyle.Fill;
     this.tileControl1.Groups.Add(this.tileGroup2);
     this.tileControl1.ItemSize = 180;
     this.tileControl1.Location = new System.Drawing.Point(20, 60);
     this.tileControl1.MaxId    = 3;
     this.tileControl1.Name     = "tileControl1";
     this.tileControl1.Size     = new System.Drawing.Size(756, 427);
     this.tileControl1.TabIndex = 0;
     this.tileControl1.Text     = "tileControl1";
     //
     // tileGroup2
     //
     this.tileGroup2.Items.Add(this.tileItemEtkinlikOlustur);
     this.tileGroup2.Items.Add(this.tileItemEtkinlikListesi);
     this.tileGroup2.Items.Add(this.tileItemKapat);
     this.tileGroup2.Name = "tileGroup2";
     //
     // tileItemEtkinlikOlustur
     //
     this.tileItemEtkinlikOlustur.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItemEtkinlikOlustur.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemEtkinlikOlustur.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemEtkinlikOlustur.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemEtkinlikOlustur.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemEtkinlikOlustur.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemEtkinlikOlustur.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileItemEtkinlikOlustur.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileItemEtkinlikOlustur.BackgroundImage")));
     tileItemElement1.Text          = "Etkinlik Oluştur";
     tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemEtkinlikOlustur.Elements.Add(tileItemElement1);
     this.tileItemEtkinlikOlustur.Id         = 0;
     this.tileItemEtkinlikOlustur.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemEtkinlikOlustur.Name       = "tileItemEtkinlikOlustur";
     this.tileItemEtkinlikOlustur.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem1_ItemClick);
     //
     // tileItemEtkinlikListesi
     //
     this.tileItemEtkinlikListesi.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F);
     this.tileItemEtkinlikListesi.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemEtkinlikListesi.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemEtkinlikListesi.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemEtkinlikListesi.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemEtkinlikListesi.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemEtkinlikListesi.AppearanceItem.Pressed.Options.UseBorderColor = true;
     this.tileItemEtkinlikListesi.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tileItemEtkinlikListesi.BackgroundImage")));
     tileItemElement2.Text          = "Etkinlik Listesi";
     tileItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemEtkinlikListesi.Elements.Add(tileItemElement2);
     this.tileItemEtkinlikListesi.Id         = 1;
     this.tileItemEtkinlikListesi.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemEtkinlikListesi.Name       = "tileItemEtkinlikListesi";
     this.tileItemEtkinlikListesi.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem2_ItemClick);
     //
     // tileItemKapat
     //
     this.tileItemKapat.AppearanceItem.Normal.BackColor               = System.Drawing.Color.Red;
     this.tileItemKapat.AppearanceItem.Normal.BackColor2              = System.Drawing.Color.Red;
     this.tileItemKapat.AppearanceItem.Normal.BorderColor             = System.Drawing.Color.Red;
     this.tileItemKapat.AppearanceItem.Normal.Font                    = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
     this.tileItemKapat.AppearanceItem.Normal.Options.UseBackColor    = true;
     this.tileItemKapat.AppearanceItem.Normal.Options.UseBorderColor  = true;
     this.tileItemKapat.AppearanceItem.Normal.Options.UseFont         = true;
     this.tileItemKapat.AppearanceItem.Pressed.BackColor              = System.Drawing.Color.YellowGreen;
     this.tileItemKapat.AppearanceItem.Pressed.BackColor2             = System.Drawing.Color.YellowGreen;
     this.tileItemKapat.AppearanceItem.Pressed.BorderColor            = System.Drawing.Color.YellowGreen;
     this.tileItemKapat.AppearanceItem.Pressed.Options.UseBackColor   = true;
     this.tileItemKapat.AppearanceItem.Pressed.Options.UseBorderColor = true;
     tileItemElement3.Text          = "Kapat";
     tileItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     this.tileItemKapat.Elements.Add(tileItemElement3);
     this.tileItemKapat.Id         = 2;
     this.tileItemKapat.ItemSize   = DevExpress.XtraEditors.TileItemSize.Wide;
     this.tileItemKapat.Name       = "tileItemKapat";
     this.tileItemKapat.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileItem3_ItemClick);
     //
     // metroStyleManager1
     //
     this.metroStyleManager1.Owner = null;
     //
     // EtkinlikIslemleri
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(796, 507);
     this.Controls.Add(this.tileControl1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Movable     = false;
     this.Name        = "EtkinlikIslemleri";
     this.Resizable   = false;
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.EtkinlikIslemleri_Load);
     ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #57
0
        /// <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(Form1));
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            this.tileNavPane1 = new DevExpress.XtraBars.Navigation.TileNavPane();
            this.navButton2 = new DevExpress.XtraBars.Navigation.NavButton();
            this.btnPainel = new DevExpress.XtraBars.Navigation.NavButton();
            this.btnAgenda = new DevExpress.XtraBars.Navigation.NavButton();
            this.btnPaciente = new DevExpress.XtraBars.Navigation.TileNavCategory();
            this.btnCadastrar = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnCadastros = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnProntuarios = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnFinancas = new DevExpress.XtraBars.Navigation.NavButton();
            this.btnRelatorios = new DevExpress.XtraBars.Navigation.NavButton();
            this.btnMais = new DevExpress.XtraBars.Navigation.TileNavCategory();
            this.btnBulas = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnContatos = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnCID10 = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnLogs = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnTISS = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnConfiguracoes = new DevExpress.XtraBars.Navigation.NavButton();
            this.btnUsuario = new DevExpress.XtraBars.Navigation.TileNavCategory();
            this.btnEditarUsuario = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.btnSair = new DevExpress.XtraBars.Navigation.TileNavItem();
            this.pnlPrincipal = new DevExpress.XtraEditors.PanelControl();
            ((System.ComponentModel.ISupportInitialize)(this.pnlPrincipal)).BeginInit();
            this.SuspendLayout();
            // 
            // tileNavPane1
            // 
            this.tileNavPane1.ButtonPadding = new System.Windows.Forms.Padding(12);
            this.tileNavPane1.Buttons.Add(this.navButton2);
            this.tileNavPane1.Buttons.Add(this.btnPainel);
            this.tileNavPane1.Buttons.Add(this.btnAgenda);
            this.tileNavPane1.Buttons.Add(this.btnPaciente);
            this.tileNavPane1.Buttons.Add(this.btnFinancas);
            this.tileNavPane1.Buttons.Add(this.btnRelatorios);
            this.tileNavPane1.Buttons.Add(this.btnMais);
            this.tileNavPane1.Buttons.Add(this.btnConfiguracoes);
            this.tileNavPane1.Buttons.Add(this.btnUsuario);
            // 
            // tileNavCategory1
            // 
            this.tileNavPane1.DefaultCategory.Name = "tileNavCategory1";
            this.tileNavPane1.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.DefaultCategory.OwnerCollection = null;
            // 
            // 
            // 
            this.tileNavPane1.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.tileNavPane1.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.tileNavPane1.Dock = System.Windows.Forms.DockStyle.Top;
            this.tileNavPane1.Location = new System.Drawing.Point(0, 0);
            this.tileNavPane1.Name = "tileNavPane1";
            this.tileNavPane1.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty;
            this.tileNavPane1.Size = new System.Drawing.Size(1148, 40);
            this.tileNavPane1.TabIndex = 0;
            this.tileNavPane1.Text = "tileNavPane1";
            // 
            // navButton2
            // 
            this.navButton2.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.navButton2.Caption = "";
            this.navButton2.Enabled = false;
            this.navButton2.Glyph = ((System.Drawing.Image)(resources.GetObject("navButton2.Glyph")));
            this.navButton2.Name = "navButton2";
            // 
            // btnPainel
            // 
            this.btnPainel.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnPainel.Caption = "Painel";
            this.btnPainel.Glyph = ((System.Drawing.Image)(resources.GetObject("btnPainel.Glyph")));
            this.btnPainel.Name = "btnPainel";
            this.btnPainel.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnPainel_ElementClick);
            // 
            // btnAgenda
            // 
            this.btnAgenda.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnAgenda.Caption = "Agenda";
            this.btnAgenda.Glyph = ((System.Drawing.Image)(resources.GetObject("btnAgenda.Glyph")));
            this.btnAgenda.GlyphAlignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnAgenda.Name = "btnAgenda";
            this.btnAgenda.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnAgenda_ElementClick);
            // 
            // btnPaciente
            // 
            this.btnPaciente.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnPaciente.Caption = "Pacientes";
            this.btnPaciente.Glyph = ((System.Drawing.Image)(resources.GetObject("btnPaciente.Glyph")));
            this.btnPaciente.Items.AddRange(new DevExpress.XtraBars.Navigation.TileNavItem[] {
            this.btnCadastrar,
            this.btnCadastros,
            this.btnProntuarios});
            this.btnPaciente.Name = "btnPaciente";
            this.btnPaciente.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnPaciente.OwnerCollection = null;
            // 
            // 
            // 
            this.btnPaciente.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.btnPaciente.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            // 
            // btnCadastrar
            // 
            this.btnCadastrar.Caption = "Cadastrar";
            this.btnCadastrar.Glyph = ((System.Drawing.Image)(resources.GetObject("btnCadastrar.Glyph")));
            this.btnCadastrar.GlyphAlignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.btnCadastrar.Name = "btnCadastrar";
            this.btnCadastrar.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnCadastrar.OwnerCollection = this.btnPaciente.Items;
            // 
            // 
            // 
            this.btnCadastrar.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement1.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement1.Image")));
            tileItemElement1.Text = "Cadastrar";
            this.btnCadastrar.Tile.Elements.Add(tileItemElement1);
            this.btnCadastrar.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnCadastrar.Tile.Name = "tileBarItem1";
            this.btnCadastrar.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnCadastrar_ElementClick);
            // 
            // btnCadastros
            // 
            this.btnCadastros.Caption = "Cadastros";
            this.btnCadastros.Name = "btnCadastros";
            this.btnCadastros.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnCadastros.OwnerCollection = this.btnPaciente.Items;
            // 
            // 
            // 
            this.btnCadastros.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement2.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement2.Image")));
            tileItemElement2.Text = "Cadastros";
            this.btnCadastros.Tile.Elements.Add(tileItemElement2);
            this.btnCadastros.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnCadastros.Tile.Name = "tileBarItem2";
            this.btnCadastros.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnCadastros_ElementClick);
            // 
            // btnProntuarios
            // 
            this.btnProntuarios.Caption = "Prontuários";
            this.btnProntuarios.Name = "btnProntuarios";
            this.btnProntuarios.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnProntuarios.OwnerCollection = this.btnPaciente.Items;
            // 
            // 
            // 
            this.btnProntuarios.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement3.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement3.Image")));
            tileItemElement3.Text = "Prontuários";
            this.btnProntuarios.Tile.Elements.Add(tileItemElement3);
            this.btnProntuarios.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnProntuarios.Tile.Name = "tileBarItem3";
            this.btnProntuarios.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnProntuarios_ElementClick);
            // 
            // btnFinancas
            // 
            this.btnFinancas.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnFinancas.Caption = "Finanças";
            this.btnFinancas.Glyph = ((System.Drawing.Image)(resources.GetObject("btnFinancas.Glyph")));
            this.btnFinancas.Name = "btnFinancas";
            this.btnFinancas.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnFinancas_ElementClick);
            // 
            // btnRelatorios
            // 
            this.btnRelatorios.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnRelatorios.Caption = "Relatórios";
            this.btnRelatorios.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRelatorios.Glyph")));
            this.btnRelatorios.Name = "btnRelatorios";
            this.btnRelatorios.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnRelatorios_ElementClick);
            // 
            // btnMais
            // 
            this.btnMais.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnMais.Caption = "Mais";
            this.btnMais.Glyph = ((System.Drawing.Image)(resources.GetObject("btnMais.Glyph")));
            this.btnMais.Items.AddRange(new DevExpress.XtraBars.Navigation.TileNavItem[] {
            this.btnBulas,
            this.btnContatos,
            this.btnCID10,
            this.btnLogs,
            this.btnTISS});
            this.btnMais.Name = "btnMais";
            this.btnMais.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnMais.OwnerCollection = null;
            // 
            // 
            // 
            this.btnMais.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.btnMais.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            // 
            // btnBulas
            // 
            this.btnBulas.Caption = "Bulas";
            this.btnBulas.Glyph = ((System.Drawing.Image)(resources.GetObject("btnBulas.Glyph")));
            this.btnBulas.GlyphAlignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnBulas.Name = "btnBulas";
            this.btnBulas.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnBulas.OwnerCollection = this.btnMais.Items;
            // 
            // 
            // 
            this.btnBulas.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement4.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement4.Image")));
            tileItemElement4.Text = "Bulas";
            this.btnBulas.Tile.Elements.Add(tileItemElement4);
            this.btnBulas.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnBulas.Tile.Name = "tileBarItem1";
            this.btnBulas.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnBulas_ElementClick);
            // 
            // btnContatos
            // 
            this.btnContatos.Caption = "Contatos";
            this.btnContatos.Name = "btnContatos";
            this.btnContatos.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnContatos.OwnerCollection = this.btnMais.Items;
            // 
            // 
            // 
            this.btnContatos.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement5.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement5.Image")));
            tileItemElement5.Text = "Contatos";
            this.btnContatos.Tile.Elements.Add(tileItemElement5);
            this.btnContatos.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnContatos.Tile.Name = "tileBarItem2";
            this.btnContatos.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnContatos_ElementClick);
            // 
            // btnCID10
            // 
            this.btnCID10.Caption = "CID 10";
            this.btnCID10.Name = "btnCID10";
            this.btnCID10.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnCID10.OwnerCollection = this.btnMais.Items;
            // 
            // 
            // 
            this.btnCID10.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement6.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement6.Image")));
            tileItemElement6.Text = "CID 10";
            this.btnCID10.Tile.Elements.Add(tileItemElement6);
            this.btnCID10.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnCID10.Tile.Name = "tileBarItem3";
            this.btnCID10.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnCID10_ElementClick);
            // 
            // btnLogs
            // 
            this.btnLogs.Caption = "Logs";
            this.btnLogs.Name = "btnLogs";
            this.btnLogs.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnLogs.OwnerCollection = this.btnMais.Items;
            // 
            // 
            // 
            this.btnLogs.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement7.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement7.Image")));
            tileItemElement7.Text = "Logs";
            this.btnLogs.Tile.Elements.Add(tileItemElement7);
            this.btnLogs.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnLogs.Tile.Name = "tileBarItem4";
            this.btnLogs.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnLogs_ElementClick);
            // 
            // btnTISS
            // 
            this.btnTISS.Caption = "TISS";
            this.btnTISS.Name = "btnTISS";
            this.btnTISS.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnTISS.OwnerCollection = this.btnMais.Items;
            // 
            // 
            // 
            this.btnTISS.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement8.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement8.Image")));
            tileItemElement8.Text = "TISS";
            this.btnTISS.Tile.Elements.Add(tileItemElement8);
            this.btnTISS.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnTISS.Tile.Name = "tileBarItem5";
            this.btnTISS.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnTISS_ElementClick);
            // 
            // btnConfiguracoes
            // 
            this.btnConfiguracoes.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            this.btnConfiguracoes.Caption = "Config.";
            this.btnConfiguracoes.Glyph = ((System.Drawing.Image)(resources.GetObject("btnConfiguracoes.Glyph")));
            this.btnConfiguracoes.Name = "btnConfiguracoes";
            this.btnConfiguracoes.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnConfiguracoes_ElementClick);
            // 
            // btnUsuario
            // 
            this.btnUsuario.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            this.btnUsuario.Caption = "Nome do Usuário";
            this.btnUsuario.Glyph = ((System.Drawing.Image)(resources.GetObject("btnUsuario.Glyph")));
            this.btnUsuario.Items.AddRange(new DevExpress.XtraBars.Navigation.TileNavItem[] {
            this.btnEditarUsuario,
            this.btnSair});
            this.btnUsuario.Name = "btnUsuario";
            this.btnUsuario.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnUsuario.OwnerCollection = null;
            // 
            // 
            // 
            this.btnUsuario.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            this.btnUsuario.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            // 
            // btnEditarUsuario
            // 
            this.btnEditarUsuario.Caption = "Editar";
            this.btnEditarUsuario.Glyph = ((System.Drawing.Image)(resources.GetObject("btnEditarUsuario.Glyph")));
            this.btnEditarUsuario.Name = "btnEditarUsuario";
            this.btnEditarUsuario.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnEditarUsuario.OwnerCollection = this.btnUsuario.Items;
            // 
            // 
            // 
            this.btnEditarUsuario.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement9.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement9.Image")));
            tileItemElement9.Text = "Editar";
            this.btnEditarUsuario.Tile.Elements.Add(tileItemElement9);
            this.btnEditarUsuario.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnEditarUsuario.Tile.Name = "tileBarItem2";
            // 
            // btnSair
            // 
            this.btnSair.Caption = "Sair";
            this.btnSair.Name = "btnSair";
            this.btnSair.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
            this.btnSair.OwnerCollection = this.btnUsuario.Items;
            // 
            // 
            // 
            this.btnSair.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
            tileItemElement10.Image = ((System.Drawing.Image)(resources.GetObject("tileItemElement10.Image")));
            tileItemElement10.Text = "Sair";
            this.btnSair.Tile.Elements.Add(tileItemElement10);
            this.btnSair.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
            this.btnSair.Tile.Name = "tileBarItem1";
            this.btnSair.ElementClick += new DevExpress.XtraBars.Navigation.NavElementClickEventHandler(this.btnSair_ElementClick);
            // 
            // pnlPrincipal
            // 
            this.pnlPrincipal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pnlPrincipal.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pnlPrincipal.Location = new System.Drawing.Point(0, 46);
            this.pnlPrincipal.Name = "pnlPrincipal";
            this.pnlPrincipal.Size = new System.Drawing.Size(1136, 540);
            this.pnlPrincipal.TabIndex = 1;
            // 
            // Form1
            // 
            this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1148, 598);
            this.Controls.Add(this.pnlPrincipal);
            this.Controls.Add(this.tileNavPane1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.Text = "Doctor Help";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pnlPrincipal)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #58
0
ファイル: ChemicalsMenu.Designer.cs プロジェクト: Oman/Maleos
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            this.header1 = new Maleos.Controls.Header();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.tileItem2 = new DevExpress.XtraEditors.TileItem();
            this.tileItem3 = new DevExpress.XtraEditors.TileItem();
            this.tileItem4 = new DevExpress.XtraEditors.TileItem();
            this.tileItem5 = new DevExpress.XtraEditors.TileItem();
            this.tileItem6 = new DevExpress.XtraEditors.TileItem();
            this.tileItem7 = new DevExpress.XtraEditors.TileItem();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem8 = new DevExpress.XtraEditors.TileItem();
            this.search1 = new Maleos.Controls.Search();
            this.SuspendLayout();
            // 
            // header1
            // 
            this.header1.Appearance.BackColor = System.Drawing.Color.White;
            this.header1.Appearance.Options.UseBackColor = true;
            this.header1.Dock = System.Windows.Forms.DockStyle.Top;
            this.header1.Location = new System.Drawing.Point(0, 0);
            this.header1.Name = "header1";
            this.header1.Size = new System.Drawing.Size(1103, 75);
            this.header1.TabIndex = 0;
            this.header1.Title = "危险化学品与剧毒化学品名录";
            this.header1.BackEvent += new System.EventHandler(this.header1_BackEvent);
            // 
            // tileControl1
            // 
            this.tileControl1.AllowItemHover = true;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Groups.Add(this.tileGroup3);
            this.tileControl1.HorizontalContentAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.tileControl1.Location = new System.Drawing.Point(0, 160);
            this.tileControl1.MaxId = 8;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.RowCount = 3;
            this.tileControl1.ShowGroupText = true;
            this.tileControl1.Size = new System.Drawing.Size(1103, 713);
            this.tileControl1.TabIndex = 1;
            this.tileControl1.Text = "tileControl1";
            this.tileControl1.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Top;
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItem1);
            this.tileGroup2.Items.Add(this.tileItem2);
            this.tileGroup2.Items.Add(this.tileItem3);
            this.tileGroup2.Items.Add(this.tileItem4);
            this.tileGroup2.Items.Add(this.tileItem5);
            this.tileGroup2.Items.Add(this.tileItem6);
            this.tileGroup2.Items.Add(this.tileItem7);
            this.tileGroup2.Name = "tileGroup2";
            this.tileGroup2.Text = "危险化学品名录";
            // 
            // tileItem1
            // 
            tileItemElement1.Text = "<size=14>爆炸品</size>";
            this.tileItem1.Elements.Add(tileItemElement1);
            this.tileItem1.Id = 0;
            this.tileItem1.IsLarge = true;
            this.tileItem1.Name = "tileItem1";
            this.tileItem1.Tag = "EnforceForm.frmChemicalsLists";
            // 
            // tileItem2
            // 
            tileItemElement2.Text = "<size=14>压缩气体和液化气体</size>";
            this.tileItem2.Elements.Add(tileItemElement2);
            this.tileItem2.Id = 1;
            this.tileItem2.IsLarge = true;
            this.tileItem2.Name = "tileItem2";
            this.tileItem2.Tag = "EnforceForm.frmChemicalsLists";
            // 
            // tileItem3
            // 
            tileItemElement3.Text = "<size=14>易燃液体</size>";
            this.tileItem3.Elements.Add(tileItemElement3);
            this.tileItem3.Id = 2;
            this.tileItem3.IsLarge = true;
            this.tileItem3.Name = "tileItem3";
            this.tileItem3.Tag = "EnforceForm.frmChemicalsLists";
            // 
            // tileItem4
            // 
            tileItemElement4.Text = "<size=14>易燃固体、自燃物品和遇<br>湿易燃物品</size>";
            this.tileItem4.Elements.Add(tileItemElement4);
            this.tileItem4.Id = 3;
            this.tileItem4.IsLarge = true;
            this.tileItem4.Name = "tileItem4";
            this.tileItem4.Tag = "EnforceForm.frmChemicalsLists";
            // 
            // tileItem5
            // 
            tileItemElement5.Text = "<size=14>氧化剂和有机过氧化物</size>";
            this.tileItem5.Elements.Add(tileItemElement5);
            this.tileItem5.Id = 4;
            this.tileItem5.IsLarge = true;
            this.tileItem5.Name = "tileItem5";
            this.tileItem5.Tag = "EnforceForm.frmChemicalsLists";
            // 
            // tileItem6
            // 
            tileItemElement6.Text = "<size=14>毒害品和感染性物品</size>";
            this.tileItem6.Elements.Add(tileItemElement6);
            this.tileItem6.Id = 5;
            this.tileItem6.IsLarge = true;
            this.tileItem6.Name = "tileItem6";
            this.tileItem6.Tag = "EnforceForm.frmChemicalsLists";
            // 
            // tileItem7
            // 
            tileItemElement7.Text = "<size=14>腐蚀品</size>";
            this.tileItem7.Elements.Add(tileItemElement7);
            this.tileItem7.Id = 6;
            this.tileItem7.IsLarge = true;
            this.tileItem7.Name = "tileItem7";
            this.tileItem7.Tag = "EnforceForm.frmChemicalsLists";
            // 
            // tileGroup3
            // 
            this.tileGroup3.Items.Add(this.tileItem8);
            this.tileGroup3.Name = "tileGroup3";
            this.tileGroup3.Text = "剧毒化学品名录";
            // 
            // tileItem8
            // 
            tileItemElement8.Text = "<size=14>剧毒化学品</size>";
            this.tileItem8.Elements.Add(tileItemElement8);
            this.tileItem8.Id = 7;
            this.tileItem8.IsLarge = true;
            this.tileItem8.Name = "tileItem8";
            this.tileItem8.Tag = "EnforceForm.frmChemicalsHighlyToxics";
            // 
            // search1
            // 
            this.search1.Appearance.BackColor = System.Drawing.Color.White;
            this.search1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.search1.Appearance.Options.UseBackColor = true;
            this.search1.Appearance.Options.UseFont = true;
            this.search1.Dock = System.Windows.Forms.DockStyle.Top;
            this.search1.Location = new System.Drawing.Point(0, 75);
            this.search1.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.search1.Name = "search1";
            this.search1.Size = new System.Drawing.Size(1103, 76);
            this.search1.TabIndex = 2;
            this.search1.SearchClick += new System.EventHandler(this.search1_SearchClick);
            // 
            // ChemicalsMenu
            // 
            this.Appearance.BackColor = System.Drawing.Color.White;
            this.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Appearance.Options.UseBackColor = true;
            this.Appearance.Options.UseFont = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.search1);
            this.Controls.Add(this.tileControl1);
            this.Controls.Add(this.header1);
            this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
            this.Name = "ChemicalsMenu";
            this.Size = new System.Drawing.Size(1103, 911);
            this.Resize += new System.EventHandler(this.ChemicalsMenu_Resize);
            this.ResumeLayout(false);

        }
コード例 #59
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement8 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement9 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement10 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement11 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement12 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement13 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement14 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement15 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement16 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement18 = new DevExpress.XtraEditors.TileItemElement();
            DevExpress.XtraEditors.TileItemElement tileItemElement17 = new DevExpress.XtraEditors.TileItemElement();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.tileGroup2 = new DevExpress.XtraEditors.TileGroup();
            this.tileGroup3 = new DevExpress.XtraEditors.TileGroup();
            this.tileItem1 = new DevExpress.XtraEditors.TileItem();
            this.tileItem2 = new DevExpress.XtraEditors.TileItem();
            this.tileItem3 = new DevExpress.XtraEditors.TileItem();
            this.tileItem4 = new DevExpress.XtraEditors.TileItem();
            this.tileItem5 = new DevExpress.XtraEditors.TileItem();
            this.tileItem6 = new DevExpress.XtraEditors.TileItem();
            this.tileItem7 = new DevExpress.XtraEditors.TileItem();
            this.tileItem8 = new DevExpress.XtraEditors.TileItem();
            this.tileItem9 = new DevExpress.XtraEditors.TileItem();
            this.tileItem10 = new DevExpress.XtraEditors.TileItem();
            this.tileItem11 = new DevExpress.XtraEditors.TileItem();
            this.tileItem12 = new DevExpress.XtraEditors.TileItem();
            this.tileItem13 = new DevExpress.XtraEditors.TileItem();
            this.tileItem14 = new DevExpress.XtraEditors.TileItem();
            this.tileItem15 = new DevExpress.XtraEditors.TileItem();
            this.tileItem16 = new DevExpress.XtraEditors.TileItem();
            this.tileItem17 = new DevExpress.XtraEditors.TileItem();
            this.tileItem18 = new DevExpress.XtraEditors.TileItem();
            this.SuspendLayout();
            // 
            // tileControl1
            // 
            this.tileControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tileControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tileControl1.Groups.Add(this.tileGroup2);
            this.tileControl1.Groups.Add(this.tileGroup3);
            this.tileControl1.Location = new System.Drawing.Point(0, 0);
            this.tileControl1.MaxId = 18;
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Position = 862;
            this.tileControl1.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            this.tileControl1.Size = new System.Drawing.Size(622, 393);
            this.tileControl1.TabIndex = 0;
            this.tileControl1.Text = "tileControl1";
            // 
            // tileGroup2
            // 
            this.tileGroup2.Items.Add(this.tileItem1);
            this.tileGroup2.Items.Add(this.tileItem2);
            this.tileGroup2.Items.Add(this.tileItem3);
            this.tileGroup2.Items.Add(this.tileItem4);
            this.tileGroup2.Items.Add(this.tileItem5);
            this.tileGroup2.Items.Add(this.tileItem6);
            this.tileGroup2.Items.Add(this.tileItem7);
            this.tileGroup2.Items.Add(this.tileItem8);
            this.tileGroup2.Items.Add(this.tileItem9);
            this.tileGroup2.Items.Add(this.tileItem10);
            this.tileGroup2.Name = "tileGroup2";
            this.tileGroup2.Text = null;
            // 
            // tileGroup3
            // 
            this.tileGroup3.Items.Add(this.tileItem11);
            this.tileGroup3.Items.Add(this.tileItem12);
            this.tileGroup3.Items.Add(this.tileItem13);
            this.tileGroup3.Items.Add(this.tileItem14);
            this.tileGroup3.Items.Add(this.tileItem15);
            this.tileGroup3.Items.Add(this.tileItem16);
            this.tileGroup3.Items.Add(this.tileItem18);
            this.tileGroup3.Items.Add(this.tileItem17);
            this.tileGroup3.Name = "tileGroup3";
            this.tileGroup3.Text = null;
            // 
            // tileItem1
            // 
            tileItemElement1.Text = "tileItem1";
            this.tileItem1.Elements.Add(tileItemElement1);
            this.tileItem1.Id = 0;
            this.tileItem1.Name = "tileItem1";
            // 
            // tileItem2
            // 
            tileItemElement2.Text = "tileItem2";
            this.tileItem2.Elements.Add(tileItemElement2);
            this.tileItem2.Id = 1;
            this.tileItem2.Name = "tileItem2";
            // 
            // tileItem3
            // 
            tileItemElement3.Text = "tileItem3";
            this.tileItem3.Elements.Add(tileItemElement3);
            this.tileItem3.Id = 2;
            this.tileItem3.Name = "tileItem3";
            // 
            // tileItem4
            // 
            tileItemElement4.Text = "tileItem4";
            this.tileItem4.Elements.Add(tileItemElement4);
            this.tileItem4.Id = 3;
            this.tileItem4.Name = "tileItem4";
            // 
            // tileItem5
            // 
            tileItemElement5.Text = "tileItem5";
            this.tileItem5.Elements.Add(tileItemElement5);
            this.tileItem5.Id = 4;
            this.tileItem5.Name = "tileItem5";
            // 
            // tileItem6
            // 
            tileItemElement6.Text = "tileItem6";
            this.tileItem6.Elements.Add(tileItemElement6);
            this.tileItem6.Id = 5;
            this.tileItem6.Name = "tileItem6";
            // 
            // tileItem7
            // 
            tileItemElement7.Text = "tileItem7";
            this.tileItem7.Elements.Add(tileItemElement7);
            this.tileItem7.Id = 6;
            this.tileItem7.Name = "tileItem7";
            // 
            // tileItem8
            // 
            tileItemElement8.Text = "tileItem8";
            this.tileItem8.Elements.Add(tileItemElement8);
            this.tileItem8.Id = 7;
            this.tileItem8.Name = "tileItem8";
            // 
            // tileItem9
            // 
            tileItemElement9.Text = "tileItem9";
            this.tileItem9.Elements.Add(tileItemElement9);
            this.tileItem9.Id = 8;
            this.tileItem9.Name = "tileItem9";
            // 
            // tileItem10
            // 
            tileItemElement10.Text = "tileItem10";
            this.tileItem10.Elements.Add(tileItemElement10);
            this.tileItem10.Id = 9;
            this.tileItem10.Name = "tileItem10";
            // 
            // tileItem11
            // 
            tileItemElement11.Text = "tileItem11";
            this.tileItem11.Elements.Add(tileItemElement11);
            this.tileItem11.Id = 10;
            this.tileItem11.Name = "tileItem11";
            // 
            // tileItem12
            // 
            tileItemElement12.Text = "tileItem12";
            this.tileItem12.Elements.Add(tileItemElement12);
            this.tileItem12.Id = 11;
            this.tileItem12.Name = "tileItem12";
            // 
            // tileItem13
            // 
            tileItemElement13.Text = "tileItem13";
            this.tileItem13.Elements.Add(tileItemElement13);
            this.tileItem13.Id = 12;
            this.tileItem13.Name = "tileItem13";
            // 
            // tileItem14
            // 
            tileItemElement14.Text = "tileItem14";
            this.tileItem14.Elements.Add(tileItemElement14);
            this.tileItem14.Id = 13;
            this.tileItem14.Name = "tileItem14";
            // 
            // tileItem15
            // 
            tileItemElement15.Text = "tileItem15";
            this.tileItem15.Elements.Add(tileItemElement15);
            this.tileItem15.Id = 14;
            this.tileItem15.Name = "tileItem15";
            // 
            // tileItem16
            // 
            tileItemElement16.Text = "tileItem16";
            this.tileItem16.Elements.Add(tileItemElement16);
            this.tileItem16.Id = 15;
            this.tileItem16.Name = "tileItem16";
            // 
            // tileItem17
            // 
            tileItemElement18.Text = "tileItem17";
            this.tileItem17.Elements.Add(tileItemElement18);
            this.tileItem17.Id = 16;
            this.tileItem17.Name = "tileItem17";
            // 
            // tileItem18
            // 
            tileItemElement17.Text = "tileItem18";
            this.tileItem18.Elements.Add(tileItemElement17);
            this.tileItem18.Id = 17;
            this.tileItem18.IsLarge = true;
            this.tileItem18.Name = "tileItem18";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(622, 393);
            this.Controls.Add(this.tileControl1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
コード例 #60
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame   tileItemFrame1   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame   tileItemFrame2   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemFrame   tileItemFrame3   = new DevExpress.XtraEditors.TileItemFrame();
     DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.metroUIView1     = new DevExpress.XtraBars.Docking2010.Views.MetroUI.MetroUIView(this.components);
     this.tileContainer1   = new DevExpress.XtraBars.Docking2010.Views.MetroUI.TileContainer(this.components);
     this.pageGroup1       = new DevExpress.XtraBars.Docking2010.Views.MetroUI.PageGroup(this.components);
     this.document1        = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
     this.document2        = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
     this.document3        = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
     this.document4        = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
     this.document1Tile    = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
     this.document2Tile    = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
     this.document3Tile    = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
     this.document4Tile    = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
     this.document5Tile    = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
     this.page1            = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Page(this.components);
     this.document5        = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
     this.document6Tile    = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Tile(this.components);
     this.page2            = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Page(this.components);
     this.document6        = new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.metroUIView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pageGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document3Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document4Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document5Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.page1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document6Tile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.page2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.document6)).BeginInit();
     this.SuspendLayout();
     //
     // documentManager1
     //
     this.documentManager1.ContainerControl = this;
     this.documentManager1.View             = this.metroUIView1;
     this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.metroUIView1
     });
     //
     // metroUIView1
     //
     this.metroUIView1.ContentContainers.AddRange(new DevExpress.XtraBars.Docking2010.Views.MetroUI.IContentContainer[] {
         this.tileContainer1,
         this.pageGroup1,
         this.page1,
         this.page2
     });
     this.metroUIView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] {
         this.document1,
         this.document2,
         this.document3,
         this.document4,
         this.document5,
         this.document6
     });
     this.metroUIView1.Tiles.AddRange(new DevExpress.XtraBars.Docking2010.Views.MetroUI.BaseTile[] {
         this.document1Tile,
         this.document2Tile,
         this.document3Tile,
         this.document4Tile,
         this.document5Tile,
         this.document6Tile
     });
     this.metroUIView1.QueryControl += new DevExpress.XtraBars.Docking2010.Views.QueryControlEventHandler(this.metroUIView1_QueryControl);
     //
     // tileContainer1
     //
     this.tileContainer1.ActivationTarget = this.pageGroup1;
     this.tileContainer1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.MetroUI.BaseTile[] {
         this.document1Tile,
         this.document2Tile,
         this.document3Tile,
         this.document4Tile,
         this.document5Tile,
         this.document6Tile
     });
     //
     // pageGroup1
     //
     this.pageGroup1.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.MetroUI.Document[] {
         this.document1,
         this.document2,
         this.document3,
         this.document4
     });
     this.pageGroup1.Parent = this.tileContainer1;
     //
     // document1
     //
     this.document1.Caption     = "document1";
     this.document1.ControlName = "document1";
     //
     // document2
     //
     this.document2.Caption     = "document2";
     this.document2.ControlName = "document2";
     //
     // document3
     //
     this.document3.Caption     = "document3";
     this.document3.ControlName = "document3";
     //
     // document4
     //
     this.document4.Caption     = "document4";
     this.document4.ControlName = "document4";
     //
     // document1Tile
     //
     this.document1Tile.Appearances.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.document1Tile.Appearances.Normal.Font                 = new System.Drawing.Font("Times New Roman", 12F);
     this.document1Tile.Appearances.Normal.Options.UseBackColor = true;
     this.document1Tile.Appearances.Normal.Options.UseFont      = true;
     this.document1Tile.Document     = this.document1;
     tileItemElement1.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement1.Text           = "element1";
     tileItemElement1.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     this.document1Tile.Elements.Add(tileItemElement1);
     tileItemElement2.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement2.Text           = "element1";
     tileItemElement2.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     tileItemFrame1.Elements.Add(tileItemElement2);
     tileItemElement3.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement3.Text           = "element1";
     tileItemElement3.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     tileItemElement4.Text           = "element2";
     tileItemFrame2.Elements.Add(tileItemElement3);
     tileItemFrame2.Elements.Add(tileItemElement4);
     tileItemElement5.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter;
     tileItemElement5.Text           = "element1";
     tileItemElement5.TextAlignment  = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     tileItemFrame3.Elements.Add(tileItemElement5);
     this.document1Tile.Frames.Add(tileItemFrame1);
     this.document1Tile.Frames.Add(tileItemFrame2);
     this.document1Tile.Frames.Add(tileItemFrame3);
     this.document1Tile.Group = "Main";
     this.document1Tile.Properties.FrameAnimationInterval = 1000;
     this.document1Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.True;
     //
     // document2Tile
     //
     this.document2Tile.Appearances.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.document2Tile.Appearances.Normal.Font                 = new System.Drawing.Font("Times New Roman", 12F);
     this.document2Tile.Appearances.Normal.Options.UseBackColor = true;
     this.document2Tile.Appearances.Normal.Options.UseFont      = true;
     this.document2Tile.Document           = this.document2;
     tileItemElement6.ImageToTextAlignment = DevExpress.XtraEditors.TileControlImageToTextAlignment.Bottom;
     tileItemElement6.Text          = "element1";
     tileItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.BottomCenter;
     this.document2Tile.Elements.Add(tileItemElement6);
     this.document2Tile.Group = "Main";
     this.document2Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
     //
     // document3Tile
     //
     this.document3Tile.Document           = this.document3;
     this.document3Tile.Group              = "Main";
     this.document3Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
     //
     // document4Tile
     //
     this.document4Tile.Document           = this.document4;
     this.document4Tile.Group              = "Main";
     this.document4Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
     //
     // document5Tile
     //
     this.document5Tile.ActivationTarget   = this.page1;
     this.document5Tile.Document           = this.document5;
     this.document5Tile.Group              = "Utils";
     this.document5Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
     //
     // page1
     //
     this.page1.Document = this.document5;
     this.page1.Parent   = this.tileContainer1;
     //
     // document5
     //
     this.document5.Caption     = "document5";
     this.document5.ControlName = "document5";
     //
     // document6Tile
     //
     this.document6Tile.ActivationTarget   = this.page2;
     this.document6Tile.Document           = this.document6;
     this.document6Tile.Group              = "Utils";
     this.document6Tile.Properties.IsLarge = DevExpress.Utils.DefaultBoolean.False;
     //
     // page2
     //
     this.page2.Document = this.document6;
     this.page2.Parent   = this.tileContainer1;
     //
     // document6
     //
     this.document6.Caption     = "document6";
     this.document6.ControlName = "document6";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(839, 528);
     this.FormBorderStyle     = System.Windows.Forms.FormBorderStyle.None;
     this.Name        = "Form1";
     this.Text        = "Form1";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.metroUIView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tileContainer1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pageGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document1Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document2Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document3Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document4Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document5Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.page1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document6Tile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.page2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.document6)).EndInit();
     this.ResumeLayout(false);
 }