예제 #1
0
        public override void OnHostingFormLoaded(MainForm mainForm)
        {
            if (!_formsAndPanels.ContainsKey(mainForm) && !mainForm.IsPreviewFullScreenForm)
            {
                var statusbar  = mainForm.GetStatusBar();
                var appearance = new Infragistics.Win.Appearance
                {
                    Image      = Resources.tomato,
                    TextHAlign = Infragistics.Win.HAlign.Left,
                    TextVAlign = Infragistics.Win.VAlign.Middle,
                    Cursor     = Cursors.Hand
                };

                var panel = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel
                {
                    Key        = PanelKey,
                    Appearance = appearance,
                    Text       = Resources.StartMessage
                };

                statusbar.Panels.Insert(statusbar.Panels.Count - 2, panel);
                statusbar.PanelClick += Statusbar_PanelClick;
                _formsAndPanels.Add(mainForm, panel);
                mainForm.FormClosing += MainForm_FormClosing;
            }
        }
 private void ultraTrackBar1_ValueChanged(object sender, EventArgs e)
 {
     // update the label that shows the value of the trackbar.
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel usp = this.ultraStatusBar1.Panels["lblZoom"];
     if (usp != null)
     {
         usp.Text = string.Format("{0}%", this.ultraTrackBar1.Value);
     }
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     this.UsbButtom = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).BeginInit();
     this.SuspendLayout();
     //
     // UsbButtom
     //
     this.UsbButtom.Location = new System.Drawing.Point(0, 485);
     this.UsbButtom.Name     = "UsbButtom";
     this.UsbButtom.Padding  = new Infragistics.Win.UltraWinStatusBar.UIElementMargins(0, 0, 0, 0);
     ultraStatusPanel1.Key   = "Status1";
     ultraStatusPanel1.ProgressBarInfo.Maximum = 400;
     ultraStatusPanel1.ProgressBarInfo.Style   = Infragistics.Win.UltraWinProgressBar.ProgressBarStyle.Office2007Continuous;
     ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel2.Key        = "Status2";
     ultraStatusPanel2.ProgressBarInfo.Maximum = 400;
     ultraStatusPanel2.ProgressBarInfo.Minimum = 100;
     ultraStatusPanel2.ProgressBarInfo.Value   = 100;
     ultraStatusPanel2.SizingMode       = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel3.Key              = "Security";
     ultraStatusPanel3.Width            = 20;
     ultraStatusPanel4.Key              = "KeyStateNum";
     ultraStatusPanel4.Style            = Infragistics.Win.UltraWinStatusBar.PanelStyle.KeyState;
     ultraStatusPanel4.Width            = 40;
     ultraStatusPanel5.Key              = "KeyStateCaps";
     ultraStatusPanel5.KeyStateInfo.Key = Infragistics.Win.UltraWinStatusBar.KeyState.CapsLock;
     ultraStatusPanel5.Style            = Infragistics.Win.UltraWinStatusBar.PanelStyle.KeyState;
     ultraStatusPanel5.Width            = 40;
     this.UsbButtom.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5
     });
     this.UsbButtom.Size     = new System.Drawing.Size(750, 18);
     this.UsbButtom.TabIndex = 0;
     //
     // FrmBase
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(750, 503);
     this.Controls.Add(this.UsbButtom);
     this.Name  = "FrmBase";
     this.Text  = "FrmBase";
     this.Load += new System.EventHandler(this.FrmBase_Load);
     ((System.ComponentModel.ISupportInitialize)(this.UsbButtom)).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();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NroDocument");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FirstName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LastName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SecondLastName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Birthdate");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SexTypeId");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CurrentOccupation");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GesoId");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Geso");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Select", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Clone", 1);
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDynamicSchedule));
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     this.grdSchedule                = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.chkFC                      = new System.Windows.Forms.CheckBox();
     this.dtpCalendarDate            = new System.Windows.Forms.DateTimePicker();
     this.label1                     = new System.Windows.Forms.Label();
     this.cbOrganizationInvoice      = new System.Windows.Forms.ComboBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.cbIntermediaryOrganization = new System.Windows.Forms.ComboBox();
     this.label7                     = new System.Windows.Forms.Label();
     this.cbEsoType                  = new System.Windows.Forms.ComboBox();
     this.label10                    = new System.Windows.Forms.Label();
     this.cbOrganization             = new System.Windows.Forms.ComboBox();
     this.label11                    = new System.Windows.Forms.Label();
     this.ultraStatusBarSchedule     = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.uvschedule                 = new Infragistics.Win.Misc.UltraValidator(this.components);
     this.btnChangeGeso              = new System.Windows.Forms.Button();
     this.btnOrderRows               = new System.Windows.Forms.Button();
     this.btnRemoveRow               = new System.Windows.Forms.Button();
     this.btnStartSchedule           = new System.Windows.Forms.Button();
     this.btnNewRow                  = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.grdSchedule)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBarSchedule)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uvschedule)).BeginInit();
     this.SuspendLayout();
     //
     // grdSchedule
     //
     this.grdSchedule.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.grdSchedule.CausesValidation         = false;
     appearance1.BackColor                     = System.Drawing.Color.White;
     appearance1.BackColor2                    = System.Drawing.Color.Silver;
     appearance1.BackGradientStyle             = Infragistics.Win.GradientStyle.Vertical;
     this.grdSchedule.DisplayLayout.Appearance = appearance1;
     ultraGridColumn3.CellClickAction          = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     ultraGridColumn3.Header.Caption           = "Nro. Documento";
     ultraGridColumn3.Header.VisiblePosition   = 2;
     ultraGridColumn11.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.Disabled;
     ultraGridColumn11.Header.Caption          = "Nombres";
     ultraGridColumn11.Header.VisiblePosition  = 3;
     ultraGridColumn11.Width                   = 161;
     ultraGridColumn12.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.Disabled;
     ultraGridColumn12.Header.Caption          = "Apellido Paterno";
     ultraGridColumn12.Header.VisiblePosition  = 4;
     ultraGridColumn12.Width                   = 144;
     ultraGridColumn13.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.Disabled;
     ultraGridColumn13.Header.Caption          = "Apellido Materno";
     ultraGridColumn13.Header.VisiblePosition  = 5;
     ultraGridColumn13.Width                   = 125;
     ultraGridColumn14.Header.Caption          = "Fecha Nacimiento";
     ultraGridColumn14.Header.VisiblePosition  = 6;
     ultraGridColumn15.Header.Caption          = "Sexo";
     ultraGridColumn15.Header.VisiblePosition  = 7;
     ultraGridColumn16.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     ultraGridColumn16.Header.Caption          = "Ocupación Actual";
     ultraGridColumn16.Header.VisiblePosition  = 10;
     ultraGridColumn16.Width                   = 147;
     ultraGridColumn17.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.Disabled;
     ultraGridColumn17.Header.VisiblePosition  = 8;
     ultraGridColumn18.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.Disabled;
     ultraGridColumn18.Header.VisiblePosition  = 9;
     ultraGridColumn19.CellClickAction         = Infragistics.Win.UltraWinGrid.CellClickAction.Edit;
     ultraGridColumn19.Header.Fixed            = true;
     ultraGridColumn19.Header.VisiblePosition  = 0;
     ultraGridColumn19.Style                   = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn19.Width                   = 40;
     ultraGridColumn20.ButtonDisplayStyle      = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
     appearance2.Image       = ((object)(resources.GetObject("appearance2.Image")));
     appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
     appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
     ultraGridColumn20.CellButtonAppearance = appearance2;
     appearance3.Image = ((object)(resources.GetObject("appearance3.Image")));
     ultraGridColumn20.Header.Appearance      = appearance3;
     ultraGridColumn20.Header.Fixed           = true;
     ultraGridColumn20.Header.ToolTipText     = "Clonar Registro";
     ultraGridColumn20.Header.VisiblePosition = 1;
     ultraGridColumn20.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Button;
     ultraGridColumn20.Width = 71;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn3,
         ultraGridColumn11,
         ultraGridColumn12,
         ultraGridColumn13,
         ultraGridColumn14,
         ultraGridColumn15,
         ultraGridColumn16,
         ultraGridColumn17,
         ultraGridColumn18,
         ultraGridColumn19,
         ultraGridColumn20
     });
     ultraGridBand1.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.Yes;
     this.grdSchedule.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.grdSchedule.DisplayLayout.CaptionVisible             = Infragistics.Win.DefaultableBoolean.False;
     this.grdSchedule.DisplayLayout.GroupByBox.Prompt          = " ";
     this.grdSchedule.DisplayLayout.InterBandSpacing           = 10;
     this.grdSchedule.DisplayLayout.MaxColScrollRegions        = 1;
     this.grdSchedule.DisplayLayout.MaxRowScrollRegions        = 1;
     this.grdSchedule.DisplayLayout.NewColumnLoadStyle         = Infragistics.Win.UltraWinGrid.NewColumnLoadStyle.Hide;
     this.grdSchedule.DisplayLayout.Override.AllowColSwapping  = Infragistics.Win.UltraWinGrid.AllowColSwapping.NotAllowed;
     this.grdSchedule.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
     this.grdSchedule.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance4.BackColor = System.Drawing.Color.Transparent;
     this.grdSchedule.DisplayLayout.Override.CardAreaAppearance = appearance4;
     appearance5.BackColor         = System.Drawing.Color.White;
     appearance5.BackColor2        = System.Drawing.Color.White;
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.VerticalBump;
     this.grdSchedule.DisplayLayout.Override.CellAppearance             = appearance5;
     this.grdSchedule.DisplayLayout.Override.CellClickAction            = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.grdSchedule.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     this.grdSchedule.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance6.BackColor          = System.Drawing.Color.White;
     appearance6.BackColor2         = System.Drawing.Color.LightGray;
     appearance6.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance6.BorderColor        = System.Drawing.Color.DarkGray;
     appearance6.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.grdSchedule.DisplayLayout.Override.HeaderAppearance  = appearance6;
     this.grdSchedule.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     appearance7.AlphaLevel      = ((short)(187));
     appearance7.BackColor       = System.Drawing.Color.Gainsboro;
     appearance7.BackColor2      = System.Drawing.Color.Gainsboro;
     appearance7.ForeColor       = System.Drawing.Color.Black;
     appearance7.ForegroundAlpha = Infragistics.Win.Alpha.Opaque;
     this.grdSchedule.DisplayLayout.Override.RowAlternateAppearance = appearance7;
     appearance8.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.grdSchedule.DisplayLayout.Override.RowSelectorAppearance  = appearance8;
     this.grdSchedule.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
     this.grdSchedule.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this.grdSchedule.DisplayLayout.Override.RowSelectors           = Infragistics.Win.DefaultableBoolean.True;
     this.grdSchedule.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed;
     appearance9.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance9.BackColor2            = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance9.BackGradientStyle     = Infragistics.Win.GradientStyle.VerticalBump;
     appearance9.BorderColor           = System.Drawing.SystemColors.GradientActiveCaption;
     appearance9.BorderColor2          = System.Drawing.SystemColors.GradientActiveCaption;
     appearance9.FontData.BoldAsString = "False";
     appearance9.ForeColor             = System.Drawing.Color.Black;
     this.grdSchedule.DisplayLayout.Override.SelectedRowAppearance = appearance9;
     this.grdSchedule.DisplayLayout.Override.SupportDataErrorInfo  = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
     this.grdSchedule.DisplayLayout.RowConnectorColor = System.Drawing.SystemColors.ControlDarkDark;
     this.grdSchedule.DisplayLayout.RowConnectorStyle = Infragistics.Win.UltraWinGrid.RowConnectorStyle.Dashed;
     this.grdSchedule.DisplayLayout.ScrollBounds      = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.grdSchedule.DisplayLayout.ScrollStyle       = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.grdSchedule.Font              = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdSchedule.ImeMode           = System.Windows.Forms.ImeMode.NoControl;
     this.grdSchedule.Location          = new System.Drawing.Point(11, 88);
     this.grdSchedule.Margin            = new System.Windows.Forms.Padding(2);
     this.grdSchedule.Name              = "grdSchedule";
     this.grdSchedule.Size              = new System.Drawing.Size(1053, 374);
     this.grdSchedule.TabIndex          = 154;
     this.grdSchedule.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.grdSchedule_InitializeLayout);
     this.grdSchedule.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.grdSchedule_KeyDown);
     this.grdSchedule.KeyUp            += new System.Windows.Forms.KeyEventHandler(this.grdSchedule_KeyUp);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkFC);
     this.groupBox1.Controls.Add(this.dtpCalendarDate);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.cbOrganizationInvoice);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.cbIntermediaryOrganization);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.cbEsoType);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.cbOrganization);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Location = new System.Drawing.Point(11, 13);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1053, 70);
     this.groupBox1.TabIndex = 156;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Datos";
     //
     // chkFC
     //
     this.chkFC.AutoSize  = true;
     this.chkFC.Location  = new System.Drawing.Point(807, 47);
     this.chkFC.Name      = "chkFC";
     this.chkFC.Size      = new System.Drawing.Size(86, 17);
     this.chkFC.TabIndex  = 114;
     this.chkFC.Text      = "Es Campaña";
     this.chkFC.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.chkFC.UseVisualStyleBackColor = true;
     //
     // dtpCalendarDate
     //
     this.dtpCalendarDate.Font     = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpCalendarDate.Format   = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpCalendarDate.Location = new System.Drawing.Point(469, 39);
     this.dtpCalendarDate.Margin   = new System.Windows.Forms.Padding(2);
     this.dtpCalendarDate.Name     = "dtpCalendarDate";
     this.dtpCalendarDate.Size     = new System.Drawing.Size(95, 21);
     this.dtpCalendarDate.TabIndex = 32;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(385, 41);
     this.label1.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(79, 13);
     this.label1.TabIndex  = 31;
     this.label1.Text      = "Fecha Atención";
     //
     // cbOrganizationInvoice
     //
     this.cbOrganizationInvoice.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbOrganizationInvoice.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbOrganizationInvoice.DropDownWidth      = 500;
     this.cbOrganizationInvoice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbOrganizationInvoice.FormattingEnabled = true;
     this.cbOrganizationInvoice.Location          = new System.Drawing.Point(76, 13);
     this.cbOrganizationInvoice.Name     = "cbOrganizationInvoice";
     this.cbOrganizationInvoice.Size     = new System.Drawing.Size(223, 21);
     this.cbOrganizationInvoice.TabIndex = 30;
     this.uvschedule.GetValidationSettings(this.cbOrganizationInvoice).Condition          = new Infragistics.Win.OperatorCondition(Infragistics.Win.ConditionOperator.NotEquals, "--Seleccionar--", true, typeof(string));
     this.uvschedule.GetValidationSettings(this.cbOrganizationInvoice).DataType           = typeof(string);
     this.uvschedule.GetValidationSettings(this.cbOrganizationInvoice).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvschedule.GetValidationSettings(this.cbOrganizationInvoice).IsRequired         = true;
     this.cbOrganizationInvoice.SelectedIndexChanged += new System.EventHandler(this.cbOrganizationInvoice_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(5, 16);
     this.label3.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(66, 13);
     this.label3.TabIndex  = 29;
     this.label3.Text      = "Emp. Cliente";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cbIntermediaryOrganization
     //
     this.cbIntermediaryOrganization.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbIntermediaryOrganization.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbIntermediaryOrganization.DropDownWidth      = 500;
     this.cbIntermediaryOrganization.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbIntermediaryOrganization.FormattingEnabled = true;
     this.cbIntermediaryOrganization.Location          = new System.Drawing.Point(813, 13);
     this.cbIntermediaryOrganization.Name     = "cbIntermediaryOrganization";
     this.cbIntermediaryOrganization.Size     = new System.Drawing.Size(223, 21);
     this.cbIntermediaryOrganization.TabIndex = 28;
     this.uvschedule.GetValidationSettings(this.cbIntermediaryOrganization).Condition          = new Infragistics.Win.OperatorCondition(Infragistics.Win.ConditionOperator.NotEquals, "--Seleccionar--", true, typeof(string));
     this.uvschedule.GetValidationSettings(this.cbIntermediaryOrganization).DataType           = typeof(string);
     this.uvschedule.GetValidationSettings(this.cbIntermediaryOrganization).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvschedule.GetValidationSettings(this.cbIntermediaryOrganization).IsRequired         = true;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location  = new System.Drawing.Point(723, 16);
     this.label7.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(85, 13);
     this.label7.TabIndex  = 27;
     this.label7.Text      = "Emp. de Trabajo";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cbEsoType
     //
     this.cbEsoType.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbEsoType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbEsoType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbEsoType.FormattingEnabled = true;
     this.cbEsoType.Location          = new System.Drawing.Point(77, 37);
     this.cbEsoType.Name     = "cbEsoType";
     this.cbEsoType.Size     = new System.Drawing.Size(222, 21);
     this.cbEsoType.TabIndex = 26;
     this.uvschedule.GetValidationSettings(this.cbEsoType).Condition          = new Infragistics.Win.OperatorCondition(Infragistics.Win.ConditionOperator.NotEquals, "--Seleccionar--", true, typeof(string));
     this.uvschedule.GetValidationSettings(this.cbEsoType).DataType           = typeof(string);
     this.uvschedule.GetValidationSettings(this.cbEsoType).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvschedule.GetValidationSettings(this.cbEsoType).IsRequired         = true;
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Location  = new System.Drawing.Point(5, 37);
     this.label10.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(67, 13);
     this.label10.TabIndex  = 25;
     this.label10.Text      = "Tipo de Exa.";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cbOrganization
     //
     this.cbOrganization.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbOrganization.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbOrganization.DropDownWidth      = 500;
     this.cbOrganization.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbOrganization.FormattingEnabled = true;
     this.cbOrganization.Location          = new System.Drawing.Point(469, 13);
     this.cbOrganization.Name     = "cbOrganization";
     this.cbOrganization.Size     = new System.Drawing.Size(223, 21);
     this.cbOrganization.TabIndex = 24;
     this.uvschedule.GetValidationSettings(this.cbOrganization).Condition          = new Infragistics.Win.OperatorCondition(Infragistics.Win.ConditionOperator.NotEquals, "--Seleccionar--", true, typeof(string));
     this.uvschedule.GetValidationSettings(this.cbOrganization).DataType           = typeof(string);
     this.uvschedule.GetValidationSettings(this.cbOrganization).EmptyValueCriteria = Infragistics.Win.Misc.EmptyValueCriteria.NullOrEmptyString;
     this.uvschedule.GetValidationSettings(this.cbOrganization).IsRequired         = true;
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Location  = new System.Drawing.Point(315, 16);
     this.label11.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(149, 13);
     this.label11.TabIndex  = 23;
     this.label11.Text      = "Emp. Empleadora (Contratista)";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ultraStatusBarSchedule
     //
     this.ultraStatusBarSchedule.Location = new System.Drawing.Point(0, 496);
     this.ultraStatusBarSchedule.Name     = "ultraStatusBarSchedule";
     ultraStatusPanel1.Key = "Validating";
     ultraStatusPanel1.ProgressBarInfo.Label = "Validando Registros";
     ultraStatusPanel1.SizingMode            = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Adjustable;
     ultraStatusPanel1.Style   = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
     ultraStatusPanel1.Visible = false;
     ultraStatusPanel1.Width   = 533;
     ultraStatusPanel2.Key     = "Processing";
     ultraStatusPanel2.ProgressBarInfo.Label = "Procesando Registros";
     ultraStatusPanel2.SizingMode            = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Adjustable;
     ultraStatusPanel2.Style   = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
     ultraStatusPanel2.Visible = false;
     ultraStatusPanel2.Width   = 533;
     ultraStatusPanel3.Key     = "scheduling";
     ultraStatusPanel3.ProgressBarInfo.Label = "Agendando";
     ultraStatusPanel3.SizingMode            = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Adjustable;
     ultraStatusPanel3.Style   = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
     ultraStatusPanel3.Visible = false;
     ultraStatusPanel3.Width   = 533;
     this.ultraStatusBarSchedule.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3
     });
     this.ultraStatusBarSchedule.Size     = new System.Drawing.Size(1070, 23);
     this.ultraStatusBarSchedule.TabIndex = 158;
     this.ultraStatusBarSchedule.Text     = "Barra de Progeso";
     //
     // btnChangeGeso
     //
     this.btnChangeGeso.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnChangeGeso.Image      = global::Sigesoft.Node.WinClient.UI.Resources.report;
     this.btnChangeGeso.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnChangeGeso.Location   = new System.Drawing.Point(583, 467);
     this.btnChangeGeso.Name       = "btnChangeGeso";
     this.btnChangeGeso.Size       = new System.Drawing.Size(104, 23);
     this.btnChangeGeso.TabIndex   = 161;
     this.btnChangeGeso.Text       = "&Cambiar GESO";
     this.btnChangeGeso.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnChangeGeso.UseVisualStyleBackColor = true;
     this.uvschedule.GetValidationSettings(this.btnChangeGeso).DataType = typeof(string);
     this.btnChangeGeso.Click += new System.EventHandler(this.btnChangeGeso_Click);
     //
     // btnOrderRows
     //
     this.btnOrderRows.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOrderRows.Image      = global::Sigesoft.Node.WinClient.UI.Resources.chart_organisation;
     this.btnOrderRows.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOrderRows.Location   = new System.Drawing.Point(693, 467);
     this.btnOrderRows.Name       = "btnOrderRows";
     this.btnOrderRows.Size       = new System.Drawing.Size(125, 23);
     this.btnOrderRows.TabIndex   = 160;
     this.btnOrderRows.Text       = "&Ordenar Registros";
     this.btnOrderRows.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOrderRows.UseVisualStyleBackColor = true;
     this.btnOrderRows.Click += new System.EventHandler(this.btnOrderRows_Click);
     //
     // btnRemoveRow
     //
     this.btnRemoveRow.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemoveRow.Image      = global::Sigesoft.Node.WinClient.UI.Properties.Resources.delete;
     this.btnRemoveRow.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnRemoveRow.Location   = new System.Drawing.Point(824, 467);
     this.btnRemoveRow.Name       = "btnRemoveRow";
     this.btnRemoveRow.Size       = new System.Drawing.Size(114, 23);
     this.btnRemoveRow.TabIndex   = 159;
     this.btnRemoveRow.Text       = "&Eliminar Registro";
     this.btnRemoveRow.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnRemoveRow.UseVisualStyleBackColor = true;
     this.btnRemoveRow.Click += new System.EventHandler(this.btnRemoveRow_Click);
     //
     // btnStartSchedule
     //
     this.btnStartSchedule.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnStartSchedule.Image      = global::Sigesoft.Node.WinClient.UI.Resources.cog;
     this.btnStartSchedule.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnStartSchedule.Location   = new System.Drawing.Point(12, 467);
     this.btnStartSchedule.Name       = "btnStartSchedule";
     this.btnStartSchedule.Size       = new System.Drawing.Size(122, 23);
     this.btnStartSchedule.TabIndex   = 157;
     this.btnStartSchedule.Text       = "&Iniciar Agendado ";
     this.btnStartSchedule.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnStartSchedule.UseVisualStyleBackColor = true;
     this.btnStartSchedule.Click += new System.EventHandler(this.btnStartSchedule_Click);
     //
     // btnNewRow
     //
     this.btnNewRow.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNewRow.Image      = global::Sigesoft.Node.WinClient.UI.Properties.Resources.add;
     this.btnNewRow.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNewRow.Location   = new System.Drawing.Point(944, 467);
     this.btnNewRow.Name       = "btnNewRow";
     this.btnNewRow.Size       = new System.Drawing.Size(114, 23);
     this.btnNewRow.TabIndex   = 155;
     this.btnNewRow.Text       = "&Agregar Registro";
     this.btnNewRow.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnNewRow.UseVisualStyleBackColor = true;
     this.btnNewRow.Click += new System.EventHandler(this.btnNewRow_Click);
     //
     // FrmDynamicSchedule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1070, 519);
     this.Controls.Add(this.btnChangeGeso);
     this.Controls.Add(this.btnOrderRows);
     this.Controls.Add(this.btnRemoveRow);
     this.Controls.Add(this.ultraStatusBarSchedule);
     this.Controls.Add(this.btnStartSchedule);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnNewRow);
     this.Controls.Add(this.grdSchedule);
     this.Name          = "FrmDynamicSchedule";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Agendado Dinámico";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmAgendaDinamica_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grdSchedule)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBarSchedule)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uvschedule)).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();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook    scrollBarLook1    = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     System.ComponentModel.ComponentResourceManager      resources         = new System.ComponentModel.ComponentResourceManager(typeof(LaytonFormShell));
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1  = new Infragistics.Win.UltraWinToolbars.ButtonTool("About");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Help");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Visit Website");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Settings");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Help");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("About");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Expand Main View");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Visit Website");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Help");
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("About");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Expand Main View");
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Settings");
     this.LaytonFormShell_Fill_Panel = new System.Windows.Forms.Panel();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.explorerWorkspace          = new Infragistics.Practices.CompositeUI.WinForms.UltraExplorerBarWorkspace();
     this.explorerBarImageList       = new System.Windows.Forms.ImageList(this.components);
     this.explorerBarImageListSmall  = new System.Windows.Forms.ImageList(this.components);
     this.ultraStatusBar1            = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.tabWorkspace = new Infragistics.Practices.CompositeUI.WinForms.UltraTabWorkspace();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.infoProvider = new Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfoProvider();
     this._LaytonFormShell_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.toolbarsWorkspace = new Infragistics.Practices.CompositeUI.WinForms.UltraToolbarsManagerWorkspace(this.components);
     this._LaytonFormShell_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._LaytonFormShell_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.statusStripApplication = new System.Windows.Forms.StatusStrip();
     this.backgroundWorker1      = new System.ComponentModel.BackgroundWorker();
     this.LaytonFormShell_Fill_Panel.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.explorerWorkspace)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabWorkspace)).BeginInit();
     this.tabWorkspace.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsWorkspace)).BeginInit();
     this.SuspendLayout();
     //
     // LaytonFormShell_Fill_Panel
     //
     this.LaytonFormShell_Fill_Panel.Controls.Add(this.splitContainer1);
     this.LaytonFormShell_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.LaytonFormShell_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.LaytonFormShell_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.LaytonFormShell_Fill_Panel.Name     = "LaytonFormShell_Fill_Panel";
     this.LaytonFormShell_Fill_Panel.Size     = new System.Drawing.Size(933, 571);
     this.LaytonFormShell_Fill_Panel.TabIndex = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(216)))), ((int)(((byte)(255)))));
     this.splitContainer1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.explorerWorkspace);
     this.splitContainer1.Panel1.Controls.Add(this.ultraStatusBar1);
     this.splitContainer1.Panel1MinSize = 160;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabWorkspace);
     this.splitContainer1.Size             = new System.Drawing.Size(933, 571);
     this.splitContainer1.SplitterDistance = 250;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 0;
     //
     // explorerWorkspace
     //
     this.explorerWorkspace.Dock = System.Windows.Forms.DockStyle.Fill;
     this.explorerWorkspace.GroupSettings.HeaderButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
     this.explorerWorkspace.GroupSettings.HotTracking       = Infragistics.Win.DefaultableBoolean.False;
     this.explorerWorkspace.GroupSettings.ShowInkButton     = Infragistics.Win.ShowInkButton.Never;
     this.explorerWorkspace.ImageListLarge             = this.explorerBarImageList;
     this.explorerWorkspace.ImageListSmall             = this.explorerBarImageListSmall;
     this.explorerWorkspace.ItemSettings.ShowInkButton = Infragistics.Win.ShowInkButton.Never;
     this.explorerWorkspace.Location = new System.Drawing.Point(0, 0);
     this.explorerWorkspace.Name     = "explorerWorkspace";
     this.explorerWorkspace.NavigationCurrentGroupAreaHeaderVisible = false;
     scrollBarLook1.ViewStyle                                  = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Outlook2007;
     this.explorerWorkspace.ScrollBarLook                      = scrollBarLook1;
     this.explorerWorkspace.ShowDefaultContextMenu             = false;
     this.explorerWorkspace.Size                               = new System.Drawing.Size(250, 571);
     this.explorerWorkspace.StateButtonCheckStyle              = Infragistics.Win.UltraWinExplorerBar.StateButtonCheckStyle.ExclusiveWithinGroup;
     this.explorerWorkspace.Style                              = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
     this.explorerWorkspace.TabIndex                           = 0;
     this.explorerWorkspace.UseLargeGroupHeaderImages          = Infragistics.Win.DefaultableBoolean.False;
     this.explorerWorkspace.UseOsThemes                        = Infragistics.Win.DefaultableBoolean.False;
     this.explorerWorkspace.ViewStyle                          = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.explorerWorkspace.NavigationContextMenuInitializing += new Infragistics.Win.UltraWinExplorerBar.NavigationContextMenuInitializingEventHandler(this.explorerWorkspace_NavigationContextMenuInitializing);
     this.explorerWorkspace.ContextMenuInitializing           += new Infragistics.Win.UltraWinExplorerBar.ContextMenuInitializingEventHandler(this.explorerWorkspace_ContextMenuInitializing);
     this.explorerWorkspace.NavigationOptionsDialogDisplaying += new Infragistics.Win.UltraWinExplorerBar.NavigationOptionsDialogDisplayingEventHandler(this.explorerWorkspace_NavigationOptionsDialogDisplaying);
     //
     // explorerBarImageList
     //
     this.explorerBarImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("explorerBarImageList.ImageStream")));
     this.explorerBarImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.explorerBarImageList.Images.SetKeyName(0, "Group Workgroup 1.png");
     this.explorerBarImageList.Images.SetKeyName(1, "Network 2.png");
     this.explorerBarImageList.Images.SetKeyName(2, "Report Document.png");
     //
     // explorerBarImageListSmall
     //
     this.explorerBarImageListSmall.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.explorerBarImageListSmall.ImageSize        = new System.Drawing.Size(16, 16);
     this.explorerBarImageListSmall.TransparentColor = System.Drawing.Color.Transparent;
     //
     // ultraStatusBar1
     //
     this.ultraStatusBar1.Location = new System.Drawing.Point(0, 571);
     this.ultraStatusBar1.Name     = "ultraStatusBar1";
     this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1
     });
     this.ultraStatusBar1.Size      = new System.Drawing.Size(250, 0);
     this.ultraStatusBar1.TabIndex  = 1;
     this.ultraStatusBar1.Text      = "ultraStatusBar1";
     this.ultraStatusBar1.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
     //
     // tabWorkspace
     //
     appearance1.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(64)))));
     appearance1.BackGradientStyle          = Infragistics.Win.GradientStyle.GlassTop50Bright;
     appearance1.BackHatchStyle             = Infragistics.Win.BackHatchStyle.None;
     this.tabWorkspace.ActiveTabAppearance  = appearance1;
     this.tabWorkspace.AllowTabMoving       = true;
     appearance2.BorderColor                = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(147)))), ((int)(((byte)(162)))));
     this.tabWorkspace.ClientAreaAppearance = appearance2;
     this.tabWorkspace.Controls.Add(this.ultraTabSharedControlsPage1);
     this.tabWorkspace.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.tabWorkspace.Font                    = new System.Drawing.Font("Verdana", 8F);
     this.tabWorkspace.ImageList               = this.explorerBarImageList;
     this.tabWorkspace.ImageSize               = new System.Drawing.Size(32, 32);
     this.tabWorkspace.Location                = new System.Drawing.Point(0, 0);
     this.tabWorkspace.MaxVisibleTabRows       = 4;
     this.tabWorkspace.MinTabWidth             = 120;
     this.tabWorkspace.Name                    = "tabWorkspace";
     this.tabWorkspace.ScrollButtonStyle       = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
     this.tabWorkspace.SharedControlsPage      = this.ultraTabSharedControlsPage1;
     this.tabWorkspace.ShowTabListButton       = Infragistics.Win.DefaultableBoolean.True;
     this.tabWorkspace.Size                    = new System.Drawing.Size(678, 571);
     this.tabWorkspace.TabButtonStyle          = Infragistics.Win.UIElementButtonStyle.Office2007ScrollbarButton;
     appearance3.FontData.BoldAsString         = "True";
     this.tabWorkspace.TabHeaderAreaAppearance = appearance3;
     this.tabWorkspace.TabIndex                = 0;
     this.tabWorkspace.TabPadding              = new System.Drawing.Size(4, 4);
     this.tabWorkspace.TabsPerRow              = 4;
     this.tabWorkspace.UseOsThemes             = Infragistics.Win.DefaultableBoolean.False;
     this.tabWorkspace.ViewStyle               = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     //
     // ultraTabSharedControlsPage1
     //
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 20);
     this.ultraTabSharedControlsPage1.Name     = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size     = new System.Drawing.Size(676, 550);
     //
     // _LaytonFormShell_Toolbars_Dock_Area_Left
     //
     this._LaytonFormShell_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._LaytonFormShell_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._LaytonFormShell_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._LaytonFormShell_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._LaytonFormShell_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 0);
     this._LaytonFormShell_Toolbars_Dock_Area_Left.Name            = "_LaytonFormShell_Toolbars_Dock_Area_Left";
     this._LaytonFormShell_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 571);
     this._LaytonFormShell_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsWorkspace;
     //
     // toolbarsWorkspace
     //
     this.toolbarsWorkspace.AlwaysShowMenusExpanded     = Infragistics.Win.DefaultableBoolean.False;
     this.toolbarsWorkspace.DesignerFlags               = 1;
     this.toolbarsWorkspace.DockWithinContainer         = this;
     this.toolbarsWorkspace.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.toolbarsWorkspace.MenuAnimationStyle          = Infragistics.Win.UltraWinToolbars.MenuAnimationStyle.Slide;
     this.toolbarsWorkspace.Ribbon.ApplicationMenu.ToolAreaLeft.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2,
         buttonTool3,
         buttonTool4
     });
     this.toolbarsWorkspace.Ribbon.ApplicationMenu.ToolAreaRight.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool20
     });
     this.toolbarsWorkspace.Ribbon.ApplicationMenu.ToolAreaRight.Settings.ShowIconArea     = Infragistics.Win.DefaultableBoolean.True;
     this.toolbarsWorkspace.Ribbon.ApplicationMenu.ToolAreaRight.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.toolbarsWorkspace.Ribbon.ApplicationMenu.ToolAreaRight.Settings.UseLargeImages   = Infragistics.Win.DefaultableBoolean.True;
     this.toolbarsWorkspace.Ribbon.QuickAccessToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool7,
         buttonTool8,
         buttonTool9,
         buttonTool10
     });
     this.toolbarsWorkspace.Ribbon.QuickAccessToolbar.Settings.ShowToolTips = Infragistics.Win.DefaultableBoolean.True;
     this.toolbarsWorkspace.Ribbon.TabItemToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool18
     });
     this.toolbarsWorkspace.Ribbon.TabItemToolbar.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
     this.toolbarsWorkspace.Ribbon.Visible     = true;
     this.toolbarsWorkspace.ShowFullMenusDelay = 500;
     this.toolbarsWorkspace.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     this.toolbarsWorkspace.ToolbarSettings.AllowCustomize   = Infragistics.Win.DefaultableBoolean.False;
     this.toolbarsWorkspace.ToolbarSettings.AllowHiding      = Infragistics.Win.DefaultableBoolean.False;
     this.toolbarsWorkspace.ToolbarSettings.CaptionPlacement = Infragistics.Win.TextPlacement.BelowImage;
     appearance4.Image = global::AuditWizardv8.Properties.Resources.refresh32;
     buttonTool11.SharedProps.AppearancesLarge.Appearance = appearance4;
     appearance5.Image = global::AuditWizardv8.Properties.Resources.refresh16;
     buttonTool11.SharedProps.AppearancesSmall.Appearance = appearance5;
     buttonTool11.SharedProps.Caption           = "Refresh";
     buttonTool11.SharedProps.DescriptionOnMenu = "Refreshes and reloads the current display";
     buttonTool11.SharedProps.ToolTipText       = "Refreshes and reloads the current display";
     appearance8.Image = global::AuditWizardv8.Properties.Resources.visit_website32;
     buttonTool13.SharedProps.AppearancesSmall.Appearance = appearance8;
     buttonTool13.SharedProps.Caption           = "Visit Our Website";
     buttonTool13.SharedProps.DescriptionOnMenu = "http://www.laytontechnology.com";
     appearance9.Image = global::AuditWizardv8.Properties.Resources.help32;
     buttonTool14.SharedProps.AppearancesLarge.Appearance = appearance9;
     appearance10.Image = global::AuditWizardv8.Properties.Resources.help16;
     buttonTool14.SharedProps.AppearancesSmall.Appearance = appearance10;
     buttonTool14.SharedProps.Caption           = "Help";
     buttonTool14.SharedProps.DescriptionOnMenu = "View help topics";
     buttonTool14.SharedProps.ToolTipText       = "View help topics";
     appearance11.Image = global::AuditWizardv8.Properties.Resources.info32;
     buttonTool15.SharedProps.AppearancesLarge.Appearance = appearance11;
     appearance12.Image = global::AuditWizardv8.Properties.Resources.info16;
     buttonTool15.SharedProps.AppearancesSmall.Appearance = appearance12;
     buttonTool15.SharedProps.Caption           = "About";
     buttonTool15.SharedProps.DescriptionOnMenu = "View licensing and versioning information";
     buttonTool15.SharedProps.DisplayStyle      = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool15.SharedProps.ToolTipText       = "View licensing and versioning information";
     appearance13.Image = global::AuditWizardv8.Properties.Resources.exit32;
     buttonTool16.SharedProps.AppearancesSmall.Appearance = appearance13;
     buttonTool16.SharedProps.Caption           = "Exit";
     buttonTool16.SharedProps.DescriptionOnMenu = "Closes the applicaiton";
     appearance24.Image = global::AuditWizardv8.Properties.Resources.expand_view_16;
     buttonTool19.SharedProps.AppearancesSmall.Appearance = appearance24;
     buttonTool19.SharedProps.Caption           = "Expand Main View";
     buttonTool19.SharedProps.DescriptionOnMenu = "Expands the Main View to fill the whole screen";
     buttonTool19.SharedProps.DisplayStyle      = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool19.SharedProps.ToolTipText       = "Expands the Main View to fill the whole screen";
     buttonTool5.SharedProps.Visible            = false;
     this.toolbarsWorkspace.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool11,
         buttonTool13,
         buttonTool14,
         buttonTool15,
         buttonTool16,
         buttonTool19,
         buttonTool5
     });
     this.toolbarsWorkspace.WorkspaceName              = "toolbarsWorkspace";
     this.toolbarsWorkspace.BeforeToolbarListDropdown += new Infragistics.Win.UltraWinToolbars.BeforeToolbarListDropdownEventHandler(this.toolbarsWorkspace_BeforeToolbarListDropdown);
     //
     // _LaytonFormShell_Toolbars_Dock_Area_Right
     //
     this._LaytonFormShell_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._LaytonFormShell_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._LaytonFormShell_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._LaytonFormShell_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._LaytonFormShell_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(933, 0);
     this._LaytonFormShell_Toolbars_Dock_Area_Right.Name            = "_LaytonFormShell_Toolbars_Dock_Area_Right";
     this._LaytonFormShell_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 571);
     this._LaytonFormShell_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsWorkspace;
     //
     // _LaytonFormShell_Toolbars_Dock_Area_Top
     //
     this._LaytonFormShell_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._LaytonFormShell_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._LaytonFormShell_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._LaytonFormShell_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._LaytonFormShell_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._LaytonFormShell_Toolbars_Dock_Area_Top.Name            = "_LaytonFormShell_Toolbars_Dock_Area_Top";
     this._LaytonFormShell_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(933, 0);
     this._LaytonFormShell_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsWorkspace;
     //
     // _LaytonFormShell_Toolbars_Dock_Area_Bottom
     //
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 571);
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom.Name            = "_LaytonFormShell_Toolbars_Dock_Area_Bottom";
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(933, 0);
     this._LaytonFormShell_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsWorkspace;
     //
     // statusStripApplication
     //
     this.statusStripApplication.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(228)))), ((int)(((byte)(248)))));
     this.statusStripApplication.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusStripApplication.Location  = new System.Drawing.Point(0, 571);
     this.statusStripApplication.Name      = "statusStripApplication";
     this.statusStripApplication.Size      = new System.Drawing.Size(933, 22);
     this.statusStripApplication.TabIndex  = 5;
     this.statusStripApplication.Text      = "statusStrip1";
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     //
     // LaytonFormShell
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(933, 593);
     this.Controls.Add(this.LaytonFormShell_Fill_Panel);
     this.Controls.Add(this._LaytonFormShell_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._LaytonFormShell_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._LaytonFormShell_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._LaytonFormShell_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.statusStripApplication);
     this.Font       = new System.Drawing.Font("Verdana", 8.25F);
     this.KeyPreview = true;
     this.Name       = "LaytonFormShell";
     this.Text       = "Layton";
     this.Load      += new System.EventHandler(this.LaytonFormShell_Load);
     this.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.LaytonFormShell_KeyUp);
     this.LaytonFormShell_Fill_Panel.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.explorerWorkspace)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabWorkspace)).EndInit();
     this.tabWorkspace.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsWorkspace)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #6
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();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     this._FrmMain_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.utbmMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmMain_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmMain_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.utmmMain = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.uebMain  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.usbMain  = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.ilMain   = new System.Windows.Forms.ImageList(this.components);
     this.utAlert  = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.utbmMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.utmmMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uebMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usbMain)).BeginInit();
     this.SuspendLayout();
     //
     // _FrmMain_Toolbars_Dock_Area_Left
     //
     this._FrmMain_Toolbars_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmMain_Toolbars_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._FrmMain_Toolbars_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmMain_Toolbars_Dock_Area_Left.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._FrmMain_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 8;
     this._FrmMain_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 55);
     this._FrmMain_Toolbars_Dock_Area_Left.Name            = "_FrmMain_Toolbars_Dock_Area_Left";
     this._FrmMain_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(8, 351);
     this._FrmMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.utbmMain;
     //
     // utbmMain
     //
     this.utbmMain.DesignerFlags                                     = 1;
     this.utbmMain.DockWithinContainer                               = this;
     this.utbmMain.DockWithinContainerBaseType                       = typeof(System.Windows.Forms.Form);
     this.utbmMain.FormDisplayStyle                                  = Infragistics.Win.UltraWinToolbars.FormDisplayStyle.RoundedFixed;
     this.utbmMain.Ribbon.ApplicationMenu2010.DisableQAT             = false;
     this.utbmMain.Ribbon.ApplicationMenu2010.ShowDefaultContextMenu = true;
     this.utbmMain.Ribbon.ApplicationMenuButtonImage                 = ((System.Drawing.Image)(resources.GetObject("utbmMain.Ribbon.ApplicationMenuButtonImage")));
     this.utbmMain.Ribbon.FileMenuButtonCaption                      = "Inicio";
     this.utbmMain.Ribbon.FileMenuStyle                              = Infragistics.Win.UltraWinToolbars.FileMenuStyle.ApplicationMenu2010;
     this.utbmMain.Ribbon.Visible                                    = true;
     this.utbmMain.SettingsKey                = "FrmMain.utbmMain";
     this.utbmMain.ShowShortcutsInToolTips    = true;
     this.utbmMain.BeforeToolbarListDropdown += new Infragistics.Win.UltraWinToolbars.BeforeToolbarListDropdownEventHandler(this.utbmMain_BeforeToolbarListDropdown);
     this.utbmMain.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.utbmMain_ToolClick);
     //
     // _FrmMain_Toolbars_Dock_Area_Right
     //
     this._FrmMain_Toolbars_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmMain_Toolbars_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._FrmMain_Toolbars_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmMain_Toolbars_Dock_Area_Right.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._FrmMain_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 8;
     this._FrmMain_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(680, 55);
     this._FrmMain_Toolbars_Dock_Area_Right.Name            = "_FrmMain_Toolbars_Dock_Area_Right";
     this._FrmMain_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(8, 351);
     this._FrmMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.utbmMain;
     //
     // _FrmMain_Toolbars_Dock_Area_Top
     //
     this._FrmMain_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmMain_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._FrmMain_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmMain_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmMain_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._FrmMain_Toolbars_Dock_Area_Top.Name            = "_FrmMain_Toolbars_Dock_Area_Top";
     this._FrmMain_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(688, 55);
     this._FrmMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.utbmMain;
     //
     // _FrmMain_Toolbars_Dock_Area_Bottom
     //
     this._FrmMain_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmMain_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._FrmMain_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmMain_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmMain_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 406);
     this._FrmMain_Toolbars_Dock_Area_Bottom.Name            = "_FrmMain_Toolbars_Dock_Area_Bottom";
     this._FrmMain_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(688, 0);
     this._FrmMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.utbmMain;
     //
     // utmmMain
     //
     this.utmmMain.MdiParent     = this;
     this.utmmMain.ViewStyle     = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.utmmMain.TabClosed    += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.utmmMain_TabClosed);
     this.utmmMain.TabActivated += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.utmmMain_TabActivated);
     //
     // uebMain
     //
     this.uebMain.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.uebMain.Dock     = System.Windows.Forms.DockStyle.Left;
     this.uebMain.Location = new System.Drawing.Point(8, 55);
     this.uebMain.Name     = "uebMain";
     this.uebMain.NavigationPaneExpansionMode = ((Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode)((Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode.OnButtonClick | Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode.OnSizeChanged)));
     this.uebMain.NavigationPaneFlyoutSize    = new System.Drawing.Size(251, 0);
     this.uebMain.Size      = new System.Drawing.Size(251, 351);
     this.uebMain.Style     = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
     this.uebMain.TabIndex  = 12;
     this.uebMain.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     //
     // usbMain
     //
     appearance1.FontData.BoldAsString = "True";
     this.usbMain.Appearance           = appearance1;
     this.usbMain.Location             = new System.Drawing.Point(0, 406);
     this.usbMain.Name = "usbMain";
     appearance2.TextHAlignAsString = "Left";
     ultraStatusPanel1.Appearance   = appearance2;
     ultraStatusPanel1.Width        = 700;
     appearance3.TextHAlignAsString = "Right";
     ultraStatusPanel2.Appearance   = appearance3;
     ultraStatusPanel2.Width        = 700;
     this.usbMain.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2
     });
     this.usbMain.Size      = new System.Drawing.Size(688, 23);
     this.usbMain.TabIndex  = 18;
     this.usbMain.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
     //
     // ilMain
     //
     this.ilMain.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
     this.ilMain.TransparentColor = System.Drawing.Color.Transparent;
     this.ilMain.Images.SetKeyName(0, "accept.png");
     this.ilMain.Images.SetKeyName(1, "accept_database.png");
     this.ilMain.Images.SetKeyName(2, "accept_page.png");
     this.ilMain.Images.SetKeyName(3, "add.png");
     this.ilMain.Images.SetKeyName(4, "add_comment.png");
     this.ilMain.Images.SetKeyName(5, "add_home.png");
     this.ilMain.Images.SetKeyName(6, "add_image.png");
     this.ilMain.Images.SetKeyName(7, "add_page.png");
     this.ilMain.Images.SetKeyName(8, "add_pages.png");
     this.ilMain.Images.SetKeyName(9, "add_printer.png");
     this.ilMain.Images.SetKeyName(10, "add_to_database.png");
     this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
     this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
     this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
     this.ilMain.Images.SetKeyName(14, "add_user.png");
     this.ilMain.Images.SetKeyName(15, "artwork.png");
     this.ilMain.Images.SetKeyName(16, "attach_image.png");
     this.ilMain.Images.SetKeyName(17, "attachment.png");
     this.ilMain.Images.SetKeyName(18, "back.png");
     this.ilMain.Images.SetKeyName(19, "block.png");
     this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
     this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
     this.ilMain.Images.SetKeyName(22, "blue_energy.png");
     this.ilMain.Images.SetKeyName(23, "bmp_file.png");
     this.ilMain.Images.SetKeyName(24, "book.png");
     this.ilMain.Images.SetKeyName(25, "book_accept.png");
     this.ilMain.Images.SetKeyName(26, "book_download.png");
     this.ilMain.Images.SetKeyName(27, "book_search.png");
     this.ilMain.Images.SetKeyName(28, "book_warning.png");
     this.ilMain.Images.SetKeyName(29, "calculator.png");
     this.ilMain.Images.SetKeyName(30, "calendar.png");
     this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
     this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
     this.ilMain.Images.SetKeyName(33, "card.png");
     this.ilMain.Images.SetKeyName(34, "cd.png");
     this.ilMain.Images.SetKeyName(35, "chalk_board.png");
     this.ilMain.Images.SetKeyName(36, "chart.png");
     this.ilMain.Images.SetKeyName(37, "chart_down.png");
     this.ilMain.Images.SetKeyName(38, "chart_pie.png");
     this.ilMain.Images.SetKeyName(39, "chart_up.png");
     this.ilMain.Images.SetKeyName(40, "clock.png");
     this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
     this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
     this.ilMain.Images.SetKeyName(43, "comment.png");
     this.ilMain.Images.SetKeyName(44, "comments.png");
     this.ilMain.Images.SetKeyName(45, "computer.png");
     this.ilMain.Images.SetKeyName(46, "computer_accept.png");
     this.ilMain.Images.SetKeyName(47, "computer_add.png");
     this.ilMain.Images.SetKeyName(48, "computer_help.png");
     this.ilMain.Images.SetKeyName(49, "computer_info.png");
     this.ilMain.Images.SetKeyName(50, "computer_process.png");
     this.ilMain.Images.SetKeyName(51, "computer_warning.png");
     this.ilMain.Images.SetKeyName(52, "copy_paste.png");
     this.ilMain.Images.SetKeyName(53, "credit_cart.png");
     this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
     this.ilMain.Images.SetKeyName(55, "css_file.png");
     this.ilMain.Images.SetKeyName(56, "csv_file.png");
     this.ilMain.Images.SetKeyName(57, "cut.png");
     this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
     this.ilMain.Images.SetKeyName(59, "database.png");
     this.ilMain.Images.SetKeyName(60, "delete.png");
     this.ilMain.Images.SetKeyName(61, "delete_comment.png");
     this.ilMain.Images.SetKeyName(62, "delete_computer.png");
     this.ilMain.Images.SetKeyName(63, "delete_folder.png");
     this.ilMain.Images.SetKeyName(64, "delete_home.png");
     this.ilMain.Images.SetKeyName(65, "delete_image.png");
     this.ilMain.Images.SetKeyName(66, "delete_page.png");
     this.ilMain.Images.SetKeyName(67, "delete_user.png");
     this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
     this.ilMain.Images.SetKeyName(69, "download.png");
     this.ilMain.Images.SetKeyName(70, "download_database.png");
     this.ilMain.Images.SetKeyName(71, "download_image.png");
     this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
     this.ilMain.Images.SetKeyName(73, "dvd.png");
     this.ilMain.Images.SetKeyName(74, "edit.png");
     this.ilMain.Images.SetKeyName(75, "edit_page.png");
     this.ilMain.Images.SetKeyName(76, "edit_profile.png");
     this.ilMain.Images.SetKeyName(77, "eps_file.png");
     this.ilMain.Images.SetKeyName(78, "equalizer.png");
     this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
     this.ilMain.Images.SetKeyName(80, "favorite.png");
     this.ilMain.Images.SetKeyName(81, "favorite_film.png");
     this.ilMain.Images.SetKeyName(82, "film.png");
     this.ilMain.Images.SetKeyName(83, "firewall.png");
     this.ilMain.Images.SetKeyName(84, "folder.png");
     this.ilMain.Images.SetKeyName(85, "folder_accept.png");
     this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
     this.ilMain.Images.SetKeyName(87, "folder_full.png");
     this.ilMain.Images.SetKeyName(88, "folder_modified.png");
     this.ilMain.Images.SetKeyName(89, "full_page.png");
     this.ilMain.Images.SetKeyName(90, "games.png");
     this.ilMain.Images.SetKeyName(91, "gif_file.png");
     this.ilMain.Images.SetKeyName(92, "globe.png");
     this.ilMain.Images.SetKeyName(93, "globe_download.png");
     this.ilMain.Images.SetKeyName(94, "globe_process.png");
     this.ilMain.Images.SetKeyName(95, "globe_warning.png");
     this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
     this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
     this.ilMain.Images.SetKeyName(98, "green_button.png");
     this.ilMain.Images.SetKeyName(99, "green_energy.png");
     this.ilMain.Images.SetKeyName(100, "green_flag.png");
     this.ilMain.Images.SetKeyName(101, "heart.png");
     this.ilMain.Images.SetKeyName(102, "help.png");
     this.ilMain.Images.SetKeyName(103, "help_balloon.png");
     this.ilMain.Images.SetKeyName(104, "home.png");
     this.ilMain.Images.SetKeyName(105, "home_accept.png");
     this.ilMain.Images.SetKeyName(106, "html_file.png");
     this.ilMain.Images.SetKeyName(107, "ico_file.png");
     this.ilMain.Images.SetKeyName(108, "id_card.png");
     this.ilMain.Images.SetKeyName(109, "image.png");
     this.ilMain.Images.SetKeyName(110, "image_accept.png");
     this.ilMain.Images.SetKeyName(111, "info.png");
     this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
     this.ilMain.Images.SetKeyName(113, "jpg_file.png");
     this.ilMain.Images.SetKeyName(114, "js_file.png");
     this.ilMain.Images.SetKeyName(115, "json_file.png");
     this.ilMain.Images.SetKeyName(116, "key.png");
     this.ilMain.Images.SetKeyName(117, "light_bulb.png");
     this.ilMain.Images.SetKeyName(118, "link.png");
     this.ilMain.Images.SetKeyName(119, "lock.png");
     this.ilMain.Images.SetKeyName(120, "magnet.png");
     this.ilMain.Images.SetKeyName(121, "mail.png");
     this.ilMain.Images.SetKeyName(122, "mail_lock.png");
     this.ilMain.Images.SetKeyName(123, "mail_receive.png");
     this.ilMain.Images.SetKeyName(124, "mail_search.png");
     this.ilMain.Images.SetKeyName(125, "mail_send.png");
     this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
     this.ilMain.Images.SetKeyName(127, "mouse.png");
     this.ilMain.Images.SetKeyName(128, "music.png");
     this.ilMain.Images.SetKeyName(129, "new.png");
     this.ilMain.Images.SetKeyName(130, "new_page.png");
     this.ilMain.Images.SetKeyName(131, "news.png");
     this.ilMain.Images.SetKeyName(132, "next.png");
     this.ilMain.Images.SetKeyName(133, "note.png");
     this.ilMain.Images.SetKeyName(134, "note_accept.png");
     this.ilMain.Images.SetKeyName(135, "note_book.png");
     this.ilMain.Images.SetKeyName(136, "office_folders.png");
     this.ilMain.Images.SetKeyName(137, "old_clock.png");
     this.ilMain.Images.SetKeyName(138, "open_store.png");
     this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
     this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
     this.ilMain.Images.SetKeyName(141, "orange_button.png");
     this.ilMain.Images.SetKeyName(142, "package.png");
     this.ilMain.Images.SetKeyName(143, "package_accept.png");
     this.ilMain.Images.SetKeyName(144, "package_add.png");
     this.ilMain.Images.SetKeyName(145, "package_download.png");
     this.ilMain.Images.SetKeyName(146, "package_warning.png");
     this.ilMain.Images.SetKeyName(147, "page_down.png");
     this.ilMain.Images.SetKeyName(148, "page_process.png");
     this.ilMain.Images.SetKeyName(149, "page_up.png");
     this.ilMain.Images.SetKeyName(150, "pages.png");
     this.ilMain.Images.SetKeyName(151, "pages_warning.png");
     this.ilMain.Images.SetKeyName(152, "paint.png");
     this.ilMain.Images.SetKeyName(153, "paint_brush.png");
     this.ilMain.Images.SetKeyName(154, "palette.png");
     this.ilMain.Images.SetKeyName(155, "palette_brush.png");
     this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
     this.ilMain.Images.SetKeyName(157, "pdf_file.png");
     this.ilMain.Images.SetKeyName(158, "phone_book.png");
     this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
     this.ilMain.Images.SetKeyName(160, "photo_camera.png");
     this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
     this.ilMain.Images.SetKeyName(162, "php_file.png");
     this.ilMain.Images.SetKeyName(163, "pin.png");
     this.ilMain.Images.SetKeyName(164, "png_file.png");
     this.ilMain.Images.SetKeyName(165, "ppt_file.png");
     this.ilMain.Images.SetKeyName(166, "printer.png");
     this.ilMain.Images.SetKeyName(167, "printer_accept.png");
     this.ilMain.Images.SetKeyName(168, "printer_warning.png");
     this.ilMain.Images.SetKeyName(169, "prize_winner.png");
     this.ilMain.Images.SetKeyName(170, "process.png");
     this.ilMain.Images.SetKeyName(171, "process_accept.png");
     this.ilMain.Images.SetKeyName(172, "process_info.png");
     this.ilMain.Images.SetKeyName(173, "process_warning.png");
     this.ilMain.Images.SetKeyName(174, "promotion.png");
     this.ilMain.Images.SetKeyName(175, "protection.png");
     this.ilMain.Images.SetKeyName(176, "psd_file.png");
     this.ilMain.Images.SetKeyName(177, "puzzle.png");
     this.ilMain.Images.SetKeyName(178, "recycle.png");
     this.ilMain.Images.SetKeyName(179, "red_button.png");
     this.ilMain.Images.SetKeyName(180, "red_flag.png");
     this.ilMain.Images.SetKeyName(181, "refresh.png");
     this.ilMain.Images.SetKeyName(182, "refresh_page.png");
     this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
     this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
     this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
     this.ilMain.Images.SetKeyName(186, "report.png");
     this.ilMain.Images.SetKeyName(187, "rss.png");
     this.ilMain.Images.SetKeyName(188, "ruler.png");
     this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
     this.ilMain.Images.SetKeyName(190, "sale.png");
     this.ilMain.Images.SetKeyName(191, "save.png");
     this.ilMain.Images.SetKeyName(192, "search.png");
     this.ilMain.Images.SetKeyName(193, "search_computer.png");
     this.ilMain.Images.SetKeyName(194, "search_database.png");
     this.ilMain.Images.SetKeyName(195, "search_globe.png");
     this.ilMain.Images.SetKeyName(196, "search_home.png");
     this.ilMain.Images.SetKeyName(197, "search_image.png");
     this.ilMain.Images.SetKeyName(198, "search_page.png");
     this.ilMain.Images.SetKeyName(199, "search_printer.png");
     this.ilMain.Images.SetKeyName(200, "search_user.png");
     this.ilMain.Images.SetKeyName(201, "security.png");
     this.ilMain.Images.SetKeyName(202, "send_sms.png");
     this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
     this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
     this.ilMain.Images.SetKeyName(205, "sms.png");
     this.ilMain.Images.SetKeyName(206, "sound.png");
     this.ilMain.Images.SetKeyName(207, "sound_muted.png");
     this.ilMain.Images.SetKeyName(208, "star_empty.png");
     this.ilMain.Images.SetKeyName(209, "star_full.png");
     this.ilMain.Images.SetKeyName(210, "star_half_full.png");
     this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
     this.ilMain.Images.SetKeyName(212, "support.png");
     this.ilMain.Images.SetKeyName(213, "svg_file.png");
     this.ilMain.Images.SetKeyName(214, "swf_file.png");
     this.ilMain.Images.SetKeyName(215, "tablet.png");
     this.ilMain.Images.SetKeyName(216, "tag_blue.png");
     this.ilMain.Images.SetKeyName(217, "tag_green.png");
     this.ilMain.Images.SetKeyName(218, "target.png");
     this.ilMain.Images.SetKeyName(219, "television.png");
     this.ilMain.Images.SetKeyName(220, "text_page.png");
     this.ilMain.Images.SetKeyName(221, "tiff_file.png");
     this.ilMain.Images.SetKeyName(222, "tools.png");
     this.ilMain.Images.SetKeyName(223, "trash_can.png");
     this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
     this.ilMain.Images.SetKeyName(225, "twitter.png");
     this.ilMain.Images.SetKeyName(226, "txt_file.png");
     this.ilMain.Images.SetKeyName(227, "unlock.png");
     this.ilMain.Images.SetKeyName(228, "up.png");
     this.ilMain.Images.SetKeyName(229, "user.png");
     this.ilMain.Images.SetKeyName(230, "user_accept.png");
     this.ilMain.Images.SetKeyName(231, "user_comment.png");
     this.ilMain.Images.SetKeyName(232, "users.png");
     this.ilMain.Images.SetKeyName(233, "users_comments.png");
     this.ilMain.Images.SetKeyName(234, "violet_button.png");
     this.ilMain.Images.SetKeyName(235, "warning.png");
     this.ilMain.Images.SetKeyName(236, "white_flag.png");
     this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
     this.ilMain.Images.SetKeyName(238, "xml_file.png");
     this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
     this.ilMain.Images.SetKeyName(240, "zip_file.png");
     this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
     this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
     this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
     this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
     this.ilMain.Images.SetKeyName(245, "zoom_in.png");
     this.ilMain.Images.SetKeyName(246, "zoom_out.png");
     //
     // utAlert
     //
     this.utAlert.Interval = 60000;
     //this.utAlert.Tick += new System.EventHandler(this.utAlert_Tick);
     //
     // FrmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(688, 429);
     this.Controls.Add(this.uebMain);
     this.Controls.Add(this._FrmMain_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._FrmMain_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._FrmMain_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.usbMain);
     this.Controls.Add(this._FrmMain_Toolbars_Dock_Area_Top);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name           = "FrmMain";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.utbmMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.utmmMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uebMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usbMain)).EndInit();
     this.ResumeLayout(false);
 }
예제 #7
0
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Esportazione");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("anteprima");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Excel");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Pdf");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("anteprima");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Esportazione");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Excel");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Pdf");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainStandardForm));
            this.MainStandardForm_Fill_Panel = new System.Windows.Forms.Panel();
            this.standardFormStatus = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this._MainStandardForm_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsManagerStandard = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._MainStandardForm_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MainStandardForm_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MainStandardForm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraGridDocumentExporter1 = new Infragistics.Win.UltraWinGrid.DocumentExport.UltraGridDocumentExporter(this.components);
            this.persistWindowComponent1 = new Gipasoft.Windows.Forms.Library.PersistWindowComponent(this.components);
            this.ultraGridPrintDocument1 = new Infragistics.Win.UltraWinGrid.UltraGridPrintDocument(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            this.SuspendLayout();
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.AutoScroll = true;
            this.MainStandardForm_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.MainStandardForm_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainStandardForm_Fill_Panel.Location = new System.Drawing.Point(4, 51);
            this.MainStandardForm_Fill_Panel.Name = "MainStandardForm_Fill_Panel";
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(456, 192);
            this.MainStandardForm_Fill_Panel.TabIndex = 0;
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 243);
            this.standardFormStatus.Name = "standardFormStatus";
            ultraStatusPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            ultraStatusPanel1.Key = "Dummy";
            ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel2.Key = "Versione";
            ultraStatusPanel2.Width = 300;
            appearance1.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.factory;
            ultraStatusPanel3.Appearance = appearance1;
            ultraStatusPanel3.Key = "Azienda";
            ultraStatusPanel3.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
            appearance2.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.user2;
            ultraStatusPanel4.Appearance = appearance2;
            ultraStatusPanel4.Key = "LoginInfo";
            ultraStatusPanel4.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
            appearance3.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.help2;
            ultraStatusPanel5.Appearance = appearance3;
            ultraStatusPanel5.Key = "info";
            ultraStatusPanel5.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
            ultraStatusPanel5.Width = 20;
            this.standardFormStatus.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4,
            ultraStatusPanel5});
            this.standardFormStatus.Size = new System.Drawing.Size(464, 23);
            this.standardFormStatus.SizeGripVisible = Infragistics.Win.DefaultableBoolean.True;
            this.standardFormStatus.TabIndex = 0;
            this.standardFormStatus.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.standardFormStatusButtonClick);
            // 
            // _MainStandardForm_Toolbars_Dock_Area_Left
            // 
            this._MainStandardForm_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainStandardForm_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainStandardForm_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._MainStandardForm_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainStandardForm_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 4;
            this._MainStandardForm_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 51);
            this._MainStandardForm_Toolbars_Dock_Area_Left.Name = "_MainStandardForm_Toolbars_Dock_Area_Left";
            this._MainStandardForm_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(4, 192);
            this._MainStandardForm_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManagerStandard;
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.DesignerFlags = 1;
            this.ultraToolbarsManagerStandard.DockWithinContainer = this;
            this.ultraToolbarsManagerStandard.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenu.FooterToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool7});
            popupMenuTool1.InstanceProps.IsFirstInGroup = true;
            buttonTool8.InstanceProps.IsFirstInGroup = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenu.ToolAreaLeft.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            buttonTool9,
            buttonTool8});
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.sferanew_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.QuickAccessToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2});
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ShowFullMenusDelay = 500;
            appearance4.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.windowClose_large;
            buttonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
            appearance5.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.windowClose_small;
            buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance5;
            buttonTool1.SharedPropsInternal.Caption = "Chiudi";
            buttonTool1.SharedPropsInternal.Category = "chiusura";
            buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool1.SharedPropsInternal.MergeOrder = 98;
            buttonTool1.SharedPropsInternal.Priority = 98;
            appearance6.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.excel8;
            buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance6;
            appearance7.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.Excel;
            buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance7;
            buttonTool5.SharedPropsInternal.Caption = "Excel";
            buttonTool5.SharedPropsInternal.Category = "stampa";
            buttonTool5.SharedPropsInternal.DescriptionOnMenu = "Esporta in excel la lista attiva presente a video.<br/>La lista attiva è quella s" +
    "elezionata&edsp;";
            buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            appearance8.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.PDF;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance8;
            appearance9.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.PDF;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance9;
            buttonTool6.SharedPropsInternal.Caption = "Pdf";
            buttonTool6.SharedPropsInternal.Category = "stampa";
            buttonTool6.SharedPropsInternal.DescriptionOnMenu = "Stampa in pdf la lista attiva presente a video.<br/>La lista attiva è quella sele" +
    "zionata&edsp;";
            appearance10.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.documentview_large;
            buttonTool10.SharedPropsInternal.AppearancesLarge.Appearance = appearance10;
            appearance11.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.document_view;
            buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
            buttonTool10.SharedPropsInternal.Caption = "Anteprima Stampa";
            buttonTool10.SharedPropsInternal.Category = "stampa";
            buttonTool10.SharedPropsInternal.MergeOrder = 60;
            buttonTool10.SharedPropsInternal.Priority = 60;
            appearance12.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.export_large;
            popupMenuTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance12;
            appearance13.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.export_small;
            popupMenuTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
            popupMenuTool2.SharedPropsInternal.Caption = "Esportazione";
            popupMenuTool2.SharedPropsInternal.Category = "stampa";
            popupMenuTool2.SharedPropsInternal.MergeOrder = 50;
            popupMenuTool2.SharedPropsInternal.Priority = 50;
            popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool13,
            buttonTool14});
            this.ultraToolbarsManagerStandard.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool5,
            buttonTool6,
            buttonTool10,
            popupMenuTool2});
            this.ultraToolbarsManagerStandard.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.UltraToolbarsManagerStandardToolClick);
            // 
            // _MainStandardForm_Toolbars_Dock_Area_Right
            // 
            this._MainStandardForm_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainStandardForm_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainStandardForm_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._MainStandardForm_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainStandardForm_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 4;
            this._MainStandardForm_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(460, 51);
            this._MainStandardForm_Toolbars_Dock_Area_Right.Name = "_MainStandardForm_Toolbars_Dock_Area_Right";
            this._MainStandardForm_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(4, 192);
            this._MainStandardForm_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManagerStandard;
            // 
            // _MainStandardForm_Toolbars_Dock_Area_Top
            // 
            this._MainStandardForm_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainStandardForm_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainStandardForm_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._MainStandardForm_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainStandardForm_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._MainStandardForm_Toolbars_Dock_Area_Top.Name = "_MainStandardForm_Toolbars_Dock_Area_Top";
            this._MainStandardForm_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(464, 51);
            this._MainStandardForm_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManagerStandard;
            // 
            // _MainStandardForm_Toolbars_Dock_Area_Bottom
            // 
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 243);
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.Name = "_MainStandardForm_Toolbars_Dock_Area_Bottom";
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(464, 0);
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManagerStandard;
            // 
            // persistWindowComponent1
            // 
            this.persistWindowComponent1.Form = this;
            // 
            // MainStandardForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(464, 266);
            this.Controls.Add(this.MainStandardForm_Fill_Panel);
            this.Controls.Add(this._MainStandardForm_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._MainStandardForm_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._MainStandardForm_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.standardFormStatus);
            this.Controls.Add(this._MainStandardForm_Toolbars_Dock_Area_Top);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainStandardForm";
            this.Text = "MainStandardForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainStandardFormFormClosing);
            this.Load += new System.EventHandler(this.mainStandardFormLoad);
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).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();
      Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      this.MainContainer_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
      this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
      this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
      this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
      this.timer1 = new System.Windows.Forms.Timer(this.components);
      this.MainContainer_Fill_Panel.ClientArea.SuspendLayout();
      this.MainContainer_Fill_Panel.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
      this.ultraTabControl1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).BeginInit();
      this.SuspendLayout();
      // 
      // MainContainer_Fill_Panel
      // 
      // 
      // MainContainer_Fill_Panel.ClientArea
      // 
      this.MainContainer_Fill_Panel.ClientArea.Controls.Add(this.ultraTabControl1);
      this.MainContainer_Fill_Panel.ClientArea.Controls.Add(this.ultraStatusBar1);
      this.MainContainer_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
      this.MainContainer_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
      this.MainContainer_Fill_Panel.Location = new System.Drawing.Point(0, 0);
      this.MainContainer_Fill_Panel.Name = "MainContainer_Fill_Panel";
      this.MainContainer_Fill_Panel.Size = new System.Drawing.Size(1402, 769);
      this.MainContainer_Fill_Panel.TabIndex = 0;
      // 
      // ultraTabControl1
      // 
      this.ultraTabControl1.AllowTabClosing = false;
      this.ultraTabControl1.AllowTabMoving = true;
      this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
      this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
      this.ultraTabControl1.Name = "ultraTabControl1";
      this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
      this.ultraTabControl1.Size = new System.Drawing.Size(1402, 746);
      this.ultraTabControl1.TabIndex = 0;
      this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.TopLeft;
      // 
      // ultraTabSharedControlsPage1
      // 
      this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 20);
      this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
      this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1398, 723);
      // 
      // ultraStatusBar1
      // 
      appearance1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
      this.ultraStatusBar1.Appearance = appearance1;
      this.ultraStatusBar1.Location = new System.Drawing.Point(0, 746);
      this.ultraStatusBar1.Name = "ultraStatusBar1";
      ultraStatusPanel1.Key = "PANEL_MESSAGE";
      ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
      ultraStatusPanel2.Key = "PANEL_LASTUPDATE";
      ultraStatusPanel2.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel2.ToolTipText = "Last tick from server";
      ultraStatusPanel3.Key = "PANEL_CONNECTSTATE";
      ultraStatusPanel3.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel3.Text = "Disconnected";
      this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3});
      this.ultraStatusBar1.Size = new System.Drawing.Size(1402, 23);
      this.ultraStatusBar1.TabIndex = 1;
      this.ultraStatusBar1.Text = "ultraStatusBar1";
      // 
      // timer1
      // 
      this.timer1.Interval = 2000;
      this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
      // 
      // MainContainer
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.MainContainer_Fill_Panel);
      this.Name = "MainContainer";
      this.Size = new System.Drawing.Size(1402, 769);
      this.MainContainer_Fill_Panel.ClientArea.ResumeLayout(false);
      this.MainContainer_Fill_Panel.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
      this.ultraTabControl1.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).EndInit();
      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()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem20 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem27 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem34 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem29 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem30 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem31 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem32 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem35 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem33 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem13 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem16 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem17 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem24 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem22 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem23 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            this.msMain = new System.Windows.Forms.MenuStrip();
            this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmRelogin = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.工具TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiShowCalculater = new System.Windows.Forms.ToolStripMenuItem();
            this.选项OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.刷新权限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.内容CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1 = new System.Windows.Forms.Panel();
            this.uExplorerBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.uSplitterLeft = new Infragistics.Win.Misc.UltraSplitter();
            this.tsMain = new System.Windows.Forms.ToolStrip();
            this.tsbRelogin = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbMenu = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbHelp = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbConnect = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.uStatusBar = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.MdiManager = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
            this.msMain.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).BeginInit();
            this.tsMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).BeginInit();
            this.SuspendLayout();
            // 
            // msMain
            // 
            this.msMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(216)))), ((int)(((byte)(240)))));
            this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.文件FToolStripMenuItem,
            this.工具TToolStripMenuItem,
            this.帮助HToolStripMenuItem});
            this.msMain.Location = new System.Drawing.Point(0, 0);
            this.msMain.Name = "msMain";
            this.msMain.Size = new System.Drawing.Size(984, 25);
            this.msMain.TabIndex = 1;
            this.msMain.Text = "menuStrip1";
            // 
            // 文件FToolStripMenuItem
            // 
            this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmRelogin,
            this.toolStripSeparator});
            this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
            this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
            this.文件FToolStripMenuItem.Text = "系统(&F)";
            // 
            // tsmRelogin
            // 
            this.tsmRelogin.Name = "tsmRelogin";
            this.tsmRelogin.Size = new System.Drawing.Size(127, 22);
            this.tsmRelogin.Text = "重注册(&S)";
            this.tsmRelogin.Click += new System.EventHandler(this.tsmRelogin_Click);
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(124, 6);
            // 
            // 工具TToolStripMenuItem
            // 
            this.工具TToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiShowCalculater,
            this.选项OToolStripMenuItem,
            this.刷新权限ToolStripMenuItem});
            this.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem";
            this.工具TToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
            this.工具TToolStripMenuItem.Text = "工具(&T)";
            // 
            // tsmiShowCalculater
            // 
            this.tsmiShowCalculater.Name = "tsmiShowCalculater";
            this.tsmiShowCalculater.Size = new System.Drawing.Size(128, 22);
            this.tsmiShowCalculater.Text = "计算器(&C)";
            // 
            // 选项OToolStripMenuItem
            // 
            this.选项OToolStripMenuItem.Name = "选项OToolStripMenuItem";
            this.选项OToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.选项OToolStripMenuItem.Text = "选项(&O)";
            // 
            // 刷新权限ToolStripMenuItem
            // 
            this.刷新权限ToolStripMenuItem.Name = "刷新权限ToolStripMenuItem";
            this.刷新权限ToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.刷新权限ToolStripMenuItem.Text = "刷新权限";
            this.刷新权限ToolStripMenuItem.Click += new System.EventHandler(this.刷新权限ToolStripMenuItem_Click);
            // 
            // 帮助HToolStripMenuItem
            // 
            this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.内容CToolStripMenuItem,
            this.toolStripSeparator5,
            this.关于AToolStripMenuItem});
            this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
            this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
            this.帮助HToolStripMenuItem.Text = "帮助(&H)";
            // 
            // 内容CToolStripMenuItem
            // 
            this.内容CToolStripMenuItem.Name = "内容CToolStripMenuItem";
            this.内容CToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.内容CToolStripMenuItem.Text = "内容(&C)";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(146, 6);
            // 
            // 关于AToolStripMenuItem
            // 
            this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
            this.关于AToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.关于AToolStripMenuItem.Text = "关于我们(&A)...";
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.uExplorerBar);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 50);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(222, 488);
            this.panel1.TabIndex = 7;
            // 
            // uExplorerBar
            // 
            this.uExplorerBar.Dock = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarItem1.Key = "条码标签打印";
            appearance1.Image = global::BCGM.Properties.Resources.printDialog;
            ultraExplorerBarItem1.Settings.AppearancesLarge.Appearance = appearance1;
            appearance2.Image = global::BCGM.Properties.Resources.Raw_material;
            ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance2;
            ultraExplorerBarItem1.Text = "条码标签打印";
            ultraExplorerBarItem14.Key = "条码标签打印记录表";
            appearance3.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem14.Settings.AppearancesLarge.Appearance = appearance3;
            ultraExplorerBarItem14.Text = "条码标签打印记录表";
            ultraExplorerBarItem15.Key = "产品档案管理";
            appearance4.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem15.Settings.AppearancesLarge.Appearance = appearance4;
            ultraExplorerBarItem15.Text = "产品档案管理";
            ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem1,
            ultraExplorerBarItem14,
            ultraExplorerBarItem15});
            appearance5.Image = global::BCGM.Properties.Resources.working_center;
            ultraExplorerBarGroup1.ItemSettings.AppearancesSmall.Appearance = appearance5;
            ultraExplorerBarGroup1.Key = "条形码管理";
            ultraExplorerBarGroup1.Text = "条形码管理";
            ultraExplorerBarItem20.Key = "产品入库扫描";
            appearance6.Image = global::BCGM.Properties.Resources.Storage;
            ultraExplorerBarItem20.Settings.AppearancesLarge.Appearance = appearance6;
            ultraExplorerBarItem20.Text = "产品入库扫描";
            ultraExplorerBarItem27.Key = "入库扫描记录表";
            appearance7.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem27.Settings.AppearancesLarge.Appearance = appearance7;
            ultraExplorerBarItem27.Text = "入库扫描记录表";
            ultraExplorerBarGroup4.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem20,
            ultraExplorerBarItem27});
            ultraExplorerBarGroup4.Key = "产品入库管理 ";
            ultraExplorerBarGroup4.Text = "产品入库管理 ";
            ultraExplorerBarItem34.Key = "出库拣货单";
            appearance8.Image = global::BCGM.Properties.Resources.Delivery;
            ultraExplorerBarItem34.Settings.AppearancesLarge.Appearance = appearance8;
            ultraExplorerBarItem34.Text = "出库拣货单";
            ultraExplorerBarItem29.Key = "产品出库扫描";
            appearance9.Image = global::BCGM.Properties.Resources.Delivery;
            ultraExplorerBarItem29.Settings.AppearancesLarge.Appearance = appearance9;
            ultraExplorerBarItem29.Text = "产品出库扫描";
            appearance10.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem30.Settings.AppearancesLarge.Appearance = appearance10;
            ultraExplorerBarItem30.Text = "产品出库扫描记录表";
            ultraExplorerBarGroup5.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem34,
            ultraExplorerBarItem29,
            ultraExplorerBarItem30});
            ultraExplorerBarGroup5.Text = "产品出库管理";
            ultraExplorerBarItem31.Key = "库存盘点单";
            appearance11.Image = global::BCGM.Properties.Resources.table_4;
            ultraExplorerBarItem31.Settings.AppearancesLarge.Appearance = appearance11;
            ultraExplorerBarItem31.Text = "库存盘点单";
            ultraExplorerBarItem32.Key = "盘点扫描";
            appearance12.Image = global::BCGM.Properties.Resources.scanpng;
            ultraExplorerBarItem32.Settings.AppearancesLarge.Appearance = appearance12;
            ultraExplorerBarItem32.Text = "盘点扫描";
            ultraExplorerBarItem35.Key = "盘点扫描记录表";
            appearance13.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem35.Settings.AppearancesLarge.Appearance = appearance13;
            ultraExplorerBarItem35.Text = "盘点扫描记录表";
            ultraExplorerBarItem33.Key = "产品现存量查询";
            appearance14.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem33.Settings.AppearancesLarge.Appearance = appearance14;
            ultraExplorerBarItem33.Text = "产品现存量查询";
            ultraExplorerBarGroup6.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem31,
            ultraExplorerBarItem32,
            ultraExplorerBarItem35,
            ultraExplorerBarItem33});
            ultraExplorerBarGroup6.Key = "库存管理";
            ultraExplorerBarGroup6.Text = "库存管理";
            ultraExplorerBarItem12.Key = "产品入库打码记录";
            appearance15.Image = global::BCGM.Properties.Resources.chart_6;
            ultraExplorerBarItem12.Settings.AppearancesSmall.Appearance = appearance15;
            ultraExplorerBarItem12.Text = "产品入库打码记录";
            ultraExplorerBarItem4.Key = "产品入库扫描记录";
            appearance16.Image = global::BCGM.Properties.Resources.chart_2;
            ultraExplorerBarItem4.Settings.AppearancesLarge.Appearance = appearance16;
            ultraExplorerBarItem4.Text = "产品入库扫描记录";
            ultraExplorerBarItem3.Key = "产品出库拣货单列表";
            appearance17.Image = global::BCGM.Properties.Resources.chart_2;
            ultraExplorerBarItem3.Settings.AppearancesLarge.Appearance = appearance17;
            ultraExplorerBarItem3.Text = "产品出库拣货单列表";
            ultraExplorerBarItem13.Key = "产品出库扫描记录";
            appearance18.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem13.Settings.AppearancesLarge.Appearance = appearance18;
            ultraExplorerBarItem13.Text = "产品出库扫描记录";
            ultraExplorerBarItem6.Key = "产品入库装箱记录";
            ultraExplorerBarItem6.Text = "产品入库装箱记录";
            ultraExplorerBarItem10.Key = "产品拣货单记录";
            ultraExplorerBarItem10.Text = "产品拣货单记录";
            ultraExplorerBarItem16.Key = "产品拣货装箱记录";
            ultraExplorerBarItem16.Text = "产品拣货装箱记录";
            ultraExplorerBarItem17.Key = "产品现存量查询";
            ultraExplorerBarItem17.Text = "产品现存量查询";
            ultraExplorerBarItem24.Key = "拣货补货记录表";
            appearance19.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem24.Settings.AppearancesLarge.Appearance = appearance19;
            ultraExplorerBarItem24.Text = "拣货补货记录表";
            ultraExplorerBarItem11.Key = "产品盘点扫描记录";
            appearance20.Image = global::BCGM.Properties.Resources.chart_8;
            ultraExplorerBarItem11.Settings.AppearancesLarge.Appearance = appearance20;
            ultraExplorerBarItem11.Text = "产品盘点扫描记录";
            ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem12,
            ultraExplorerBarItem4,
            ultraExplorerBarItem3,
            ultraExplorerBarItem13,
            ultraExplorerBarItem6,
            ultraExplorerBarItem10,
            ultraExplorerBarItem16,
            ultraExplorerBarItem17,
            ultraExplorerBarItem24,
            ultraExplorerBarItem11});
            appearance21.Image = global::BCGM.Properties.Resources.Report_Center;
            ultraExplorerBarGroup2.ItemSettings.AppearancesSmall.Appearance = appearance21;
            ultraExplorerBarGroup2.Key = "报表中心";
            ultraExplorerBarGroup2.Text = "报表中心";
            ultraExplorerBarItem8.Key = "用户管理";
            appearance22.Image = global::BCGM.Properties.Resources.table_4;
            ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance22;
            ultraExplorerBarItem8.Text = "用户管理";
            ultraExplorerBarItem9.Key = "角色权限管理";
            appearance23.Image = global::BCGM.Properties.Resources.tool_4;
            ultraExplorerBarItem9.Settings.AppearancesSmall.Appearance = appearance23;
            ultraExplorerBarItem9.Text = "角色权限管理";
            ultraExplorerBarItem22.Key = "部门档案管理";
            appearance24.Image = global::BCGM.Properties.Resources.office_11;
            ultraExplorerBarItem22.Settings.AppearancesLarge.Appearance = appearance24;
            ultraExplorerBarItem22.Text = "部门档案管理";
            ultraExplorerBarItem23.Key = "表格标题维护";
            appearance25.Image = global::BCGM.Properties.Resources.table_4;
            ultraExplorerBarItem23.Settings.AppearancesLarge.Appearance = appearance25;
            ultraExplorerBarItem23.Text = "表格标题维护";
            ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem8,
            ultraExplorerBarItem9,
            ultraExplorerBarItem22,
            ultraExplorerBarItem23});
            appearance26.Image = global::BCGM.Properties.Resources.setting1;
            ultraExplorerBarGroup3.ItemSettings.AppearancesSmall.Appearance = appearance26;
            ultraExplorerBarGroup3.Key = "维护中心";
            ultraExplorerBarGroup3.Text = "维护中心";
            this.uExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup4,
            ultraExplorerBarGroup5,
            ultraExplorerBarGroup6,
            ultraExplorerBarGroup2,
            ultraExplorerBarGroup3});
            this.uExplorerBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.LargeImagesWithText;
            this.uExplorerBar.Location = new System.Drawing.Point(0, 0);
            this.uExplorerBar.Name = "uExplorerBar";
            this.uExplorerBar.ShowDefaultContextMenu = false;
            this.uExplorerBar.Size = new System.Drawing.Size(222, 488);
            this.uExplorerBar.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.uExplorerBar.TabIndex = 2;
            this.uExplorerBar.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
            this.uExplorerBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.uExplorerBar_ItemClick);
            // 
            // uSplitterLeft
            // 
            this.uSplitterLeft.Location = new System.Drawing.Point(222, 50);
            this.uSplitterLeft.Name = "uSplitterLeft";
            this.uSplitterLeft.RestoreExtent = 191;
            this.uSplitterLeft.Size = new System.Drawing.Size(10, 488);
            this.uSplitterLeft.TabIndex = 8;
            // 
            // tsMain
            // 
            this.tsMain.AutoSize = false;
            this.tsMain.BackColor = System.Drawing.SystemColors.Control;
            this.tsMain.BackgroundImage = global::BCGM.Properties.Resources.toolbarBk;
            this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbRelogin,
            this.toolStripSeparator1,
            this.tsbMenu,
            this.toolStripSeparator2,
            this.tsbHelp,
            this.toolStripSeparator3,
            this.tsbConnect,
            this.toolStripSeparator6});
            this.tsMain.Location = new System.Drawing.Point(0, 25);
            this.tsMain.Name = "tsMain";
            this.tsMain.Size = new System.Drawing.Size(984, 25);
            this.tsMain.TabIndex = 10;
            this.tsMain.Text = "toolStrip1";
            // 
            // tsbRelogin
            // 
            this.tsbRelogin.Image = global::BCGM.Properties.Resources.relogin;
            this.tsbRelogin.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbRelogin.Name = "tsbRelogin";
            this.tsbRelogin.Size = new System.Drawing.Size(64, 22);
            this.tsbRelogin.Text = "重注册";
            this.tsbRelogin.Click += new System.EventHandler(this.tsbRelogin_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbMenu
            // 
            this.tsbMenu.Image = global::BCGM.Properties.Resources.menu;
            this.tsbMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbMenu.Name = "tsbMenu";
            this.tsbMenu.Size = new System.Drawing.Size(64, 22);
            this.tsbMenu.Text = "菜单栏";
            this.tsbMenu.Click += new System.EventHandler(this.tsbMenu_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbHelp
            // 
            this.tsbHelp.Image = global::BCGM.Properties.Resources.help;
            this.tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbHelp.Name = "tsbHelp";
            this.tsbHelp.Size = new System.Drawing.Size(52, 22);
            this.tsbHelp.Text = "帮助";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbConnect
            // 
            this.tsbConnect.Image = global::BCGM.Properties.Resources.JR;
            this.tsbConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbConnect.Name = "tsbConnect";
            this.tsbConnect.Size = new System.Drawing.Size(76, 22);
            this.tsbConnect.Text = "联系我们";
            this.tsbConnect.Click += new System.EventHandler(this.tsbConnect_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // uStatusBar
            // 
            this.uStatusBar.Location = new System.Drawing.Point(0, 538);
            this.uStatusBar.Name = "uStatusBar";
            ultraStatusPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel1.DateTimeFormat = "yyyy-MM-dd hh:mm:ss";
            ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Date;
            ultraStatusPanel1.Width = 150;
            ultraStatusPanel2.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel2.Key = "tssl_Lname";
            ultraStatusPanel2.Width = 150;
            ultraStatusPanel3.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel3.Key = "tssl_Lserver";
            ultraStatusPanel3.Width = 300;
            ultraStatusPanel4.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel4.Key = "tssbtnShow";
            ultraStatusPanel4.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
            ultraStatusPanel4.Text = "版本号:1.0.1.1";
            ultraStatusPanel4.Width = 120;
            appearance27.TextHAlignAsString = "Right";
            ultraStatusPanel5.Appearance = appearance27;
            ultraStatusPanel5.Key = "cCompany";
            ultraStatusPanel5.MarqueeInfo.Delay = 50;
            ultraStatusPanel5.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel5.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
            ultraStatusPanel5.Width = 300;
            ultraStatusPanel5.WrapText = Infragistics.Win.DefaultableBoolean.False;
            this.uStatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4,
            ultraStatusPanel5});
            this.uStatusBar.Size = new System.Drawing.Size(984, 23);
            this.uStatusBar.TabIndex = 12;
            this.uStatusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
            this.uStatusBar.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.uStatusBar_ButtonClick);
            // 
            // MdiManager
            // 
            this.MdiManager.AllowHorizontalTabGroups = false;
            this.MdiManager.AllowVerticalTabGroups = false;
            this.MdiManager.MdiParent = this;
            this.MdiManager.ViewStyle = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
            this.MdiManager.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.MdiManager_InitializeContextMenu);
            this.MdiManager.TabClosing += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.MdiManager_TabClosing);
            // 
            // WmsMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(984, 561);
            this.Controls.Add(this.uSplitterLeft);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.uStatusBar);
            this.Controls.Add(this.tsMain);
            this.Controls.Add(this.msMain);
            this.Icon = global::BCGM.Properties.Resources.scanicon;
            this.IsMdiContainer = true;
            this.Name = "WmsMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BwmMain_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.BwmMain_FormClosed);
            this.Load += new System.EventHandler(this.BwmMain_Load);
            this.msMain.ResumeLayout(false);
            this.msMain.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).EndInit();
            this.tsMain.ResumeLayout(false);
            this.tsMain.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel6 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     System.ComponentModel.ComponentResourceManager      resources         = new System.ComponentModel.ComponentResourceManager(typeof(frmBase));
     this.txtStatus = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.SuspendLayout();
     //
     // txtStatus
     //
     appearance1.AlphaLevel             = ((short)(250));
     this.txtStatus.Appearance          = appearance1;
     this.txtStatus.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtStatus.BorderStylePanel    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.txtStatus.Location            = new System.Drawing.Point(0, 396);
     this.txtStatus.Name                = "txtStatus";
     appearance2.TextHAlignAsString     = "Right";
     ultraStatusPanel2.Appearance       = appearance2;
     ultraStatusPanel2.KeyStateInfo.Key = Infragistics.Win.UltraWinStatusBar.KeyState.CapsLock;
     ultraStatusPanel2.Style            = Infragistics.Win.UltraWinStatusBar.PanelStyle.KeyState;
     ultraStatusPanel2.Width            = 40;
     appearance3.TextHAlignAsString     = "Right";
     ultraStatusPanel3.Appearance       = appearance3;
     ultraStatusPanel3.Style            = Infragistics.Win.UltraWinStatusBar.PanelStyle.KeyState;
     ultraStatusPanel3.Width            = 40;
     ultraStatusPanel5.Width            = 150;
     this.txtStatus.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5,
         ultraStatusPanel6
     });
     this.txtStatus.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtStatus.Size        = new System.Drawing.Size(528, 29);
     this.txtStatus.TabIndex    = 0;
     this.txtStatus.ViewStyle   = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
     //
     // frmBase
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(528, 425);
     this.Controls.Add(this.txtStatus);
     this.FadeOnClose   = false;
     this.FadeOnShow    = false;
     this.FadeRate      = 10;
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmBase";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Signature Base Form";
     this.Shown        += new System.EventHandler(this.frmBase_Shown);
     this.ResumeLayout(false);
 }
예제 #11
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();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel6 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel7 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormFrame));
     Infragistics.Win.UltraWinTree.Override         _override1 = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.LabelTool    labelTool1    = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool10 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool1");
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7     = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool11 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool2");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool12 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool3");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool2      = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool8     = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
     this.contextMenuStripStart = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiHistory           = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripHis   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5    = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSettings          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePassword    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiHelp             = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripHelp = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiChm                       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAbout                     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiRelogin                   = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExit                      = new System.Windows.Forms.ToolStripMenuItem();
     this.timerFrame                    = new System.Windows.Forms.Timer(this.components);
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraGridColumnChooser1       = new Infragistics.Win.UltraWinGrid.UltraGridColumnChooser();
     this.ultraExpandableGroupBox1      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this._FormFrame_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraStatusBar1        = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.ultraTabbedMdiManager1 = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.panel2                = new System.Windows.Forms.Panel();
     this.mainMenuTree          = new com.ccf.bip.frame.BipMainMenuTree();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.contextMenuStripStart.SuspendLayout();
     this.contextMenuStripHis.SuspendLayout();
     this.contextMenuStripHelp.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridColumnChooser1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainMenuTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenuStripStart
     //
     this.contextMenuStripStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripStart.ForeColor = System.Drawing.Color.Black;
     this.contextMenuStripStart.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiHistory,
         this.tsmiSettings,
         this.tsmiChangePassword,
         this.toolStripSeparator2,
         this.tsmiHelp,
         this.toolStripSeparator1,
         this.tsmiRelogin,
         this.tsmiExit
     });
     this.contextMenuStripStart.Name       = "contextMenuStripStart";
     this.contextMenuStripStart.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripStart.Size       = new System.Drawing.Size(143, 148);
     //
     // tsmiHistory
     //
     this.tsmiHistory.DropDown = this.contextMenuStripHis;
     this.tsmiHistory.Name     = "tsmiHistory";
     this.tsmiHistory.Size     = new System.Drawing.Size(142, 22);
     this.tsmiHistory.Text     = "最近打开";
     //
     // contextMenuStripHis
     //
     this.contextMenuStripHis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripHis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.toolStripMenuItem4,
         this.toolStripMenuItem5
     });
     this.contextMenuStripHis.Name       = "contextMenuStrip1";
     this.contextMenuStripHis.OwnerItem  = this.tsmiHistory;
     this.contextMenuStripHis.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripHis.Size       = new System.Drawing.Size(193, 114);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem1.Text = "toolStripMenuItem1";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem2.Text = "toolStripMenuItem2";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem3.Text = "toolStripMenuItem3";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem4.Text = "toolStripMenuItem4";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem5.Text = "toolStripMenuItem5";
     //
     // tsmiSettings
     //
     this.tsmiSettings.Name   = "tsmiSettings";
     this.tsmiSettings.Size   = new System.Drawing.Size(142, 22);
     this.tsmiSettings.Text   = "系统设置(&C)";
     this.tsmiSettings.Click += new System.EventHandler(this.tsmiSettings_Click);
     //
     // tsmiChangePassword
     //
     this.tsmiChangePassword.Name   = "tsmiChangePassword";
     this.tsmiChangePassword.Size   = new System.Drawing.Size(142, 22);
     this.tsmiChangePassword.Text   = "修改密码(&P)";
     this.tsmiChangePassword.Click += new System.EventHandler(this.tsmiChangePassword_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(139, 6);
     //
     // tsmiHelp
     //
     this.tsmiHelp.DropDown = this.contextMenuStripHelp;
     this.tsmiHelp.Name     = "tsmiHelp";
     this.tsmiHelp.Size     = new System.Drawing.Size(142, 22);
     this.tsmiHelp.Text     = "帮助";
     //
     // contextMenuStripHelp
     //
     this.contextMenuStripHelp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripHelp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiChm,
         this.tsmiAbout
     });
     this.contextMenuStripHelp.Name       = "contextMenuStripHelp";
     this.contextMenuStripHelp.OwnerItem  = this.tsmiHelp;
     this.contextMenuStripHelp.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripHelp.Size       = new System.Drawing.Size(125, 48);
     //
     // tsmiChm
     //
     this.tsmiChm.Name = "tsmiChm";
     this.tsmiChm.Size = new System.Drawing.Size(124, 22);
     this.tsmiChm.Text = "操作手册";
     //
     // tsmiAbout
     //
     this.tsmiAbout.Name = "tsmiAbout";
     this.tsmiAbout.Size = new System.Drawing.Size(124, 22);
     this.tsmiAbout.Text = "关于(&A)";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(139, 6);
     //
     // tsmiRelogin
     //
     this.tsmiRelogin.Name   = "tsmiRelogin";
     this.tsmiRelogin.Size   = new System.Drawing.Size(142, 22);
     this.tsmiRelogin.Text   = "重新登录(&R)";
     this.tsmiRelogin.Click += new System.EventHandler(this.tsmiRelogin_Click);
     //
     // tsmiExit
     //
     this.tsmiExit.Name   = "tsmiExit";
     this.tsmiExit.Size   = new System.Drawing.Size(142, 22);
     this.tsmiExit.Text   = "退出系统(&Q)";
     this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
     //
     // timerFrame
     //
     this.timerFrame.Interval = 1000;
     this.timerFrame.Tick    += new System.EventHandler(this.timerFrame_Tick);
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(19, 3);
     this.ultraExpandableGroupBoxPanel2.Name     = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size     = new System.Drawing.Size(214, 470);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.ultraExpandableGroupBoxPanel2.Paint   += new System.Windows.Forms.PaintEventHandler(this.ultraExpandableGroupBox1_Paint);
     //
     // ultraGridColumnChooser1
     //
     this.ultraGridColumnChooser1.DisplayLayout.AutoFitStyle                       = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this.ultraGridColumnChooser1.DisplayLayout.CaptionVisible                     = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGridColumnChooser1.DisplayLayout.MaxColScrollRegions                = 1;
     this.ultraGridColumnChooser1.DisplayLayout.MaxRowScrollRegions                = 1;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowColMoving            = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowColSizing            = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowRowLayoutCellSizing  = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.CellClickAction           = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGridColumnChooser1.DisplayLayout.Override.CellPadding               = 2;
     this.ultraGridColumnChooser1.DisplayLayout.Override.ExpansionIndicator        = Infragistics.Win.UltraWinGrid.ShowExpansionIndicator.Never;
     this.ultraGridColumnChooser1.DisplayLayout.Override.HeaderClickAction         = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
     this.ultraGridColumnChooser1.DisplayLayout.Override.RowSelectors              = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGridColumnChooser1.DisplayLayout.Override.RowSizing                 = Infragistics.Win.UltraWinGrid.RowSizing.AutoFixed;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeCell            = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeCol             = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeRow             = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.RowConnectorStyle                  = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
     this.ultraGridColumnChooser1.DisplayLayout.ScrollBounds                       = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGridColumnChooser1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGridColumnChooser1.Location         = new System.Drawing.Point(0, 0);
     this.ultraGridColumnChooser1.Name             = "ultraGridColumnChooser1";
     this.ultraGridColumnChooser1.Size             = new System.Drawing.Size(140, 160);
     this.ultraGridColumnChooser1.StyleLibraryName = "";
     this.ultraGridColumnChooser1.StyleSetName     = "";
     this.ultraGridColumnChooser1.TabIndex         = 0;
     this.ultraGridColumnChooser1.Text             = "ultraGridColumnChooser1";
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.ultraExpandableGroupBox1.Dock                    = System.Windows.Forms.DockStyle.Left;
     this.ultraExpandableGroupBox1.ExpandedSize            = new System.Drawing.Size(236, 514);
     appearance17.TextVAlignAsString                       = "Middle";
     this.ultraExpandableGroupBox1.HeaderAppearance        = appearance17;
     this.ultraExpandableGroupBox1.HeaderPosition          = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOutsideBorder;
     this.ultraExpandableGroupBox1.Location                = new System.Drawing.Point(0, 51);
     this.ultraExpandableGroupBox1.Name                    = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size                    = new System.Drawing.Size(236, 514);
     this.ultraExpandableGroupBox1.TabIndex                = 13;
     this.ultraExpandableGroupBox1.Text                    = "功能菜单1";
     this.ultraExpandableGroupBox1.VerticalTextOrientation = Infragistics.Win.Misc.GroupBoxVerticalTextOrientation.TopToBottom;
     this.ultraExpandableGroupBox1.Paint                  += new System.Windows.Forms.PaintEventHandler(this.ultraExpandableGroupBox1_Paint);
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.mainMenuTree);
     this.ultraExpandableGroupBoxPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(22, 1);
     this.ultraExpandableGroupBoxPanel1.Name     = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size     = new System.Drawing.Size(213, 512);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 51);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(905, 0);
     this.panel1.TabIndex = 3;
     //
     // _FormFrame_Toolbars_Dock_Area_Left
     //
     this._FormFrame_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FormFrame_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 51);
     this._FormFrame_Toolbars_Dock_Area_Left.Name            = "_FormFrame_Toolbars_Dock_Area_Left";
     this._FormFrame_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 514);
     this._FormFrame_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Right
     //
     this._FormFrame_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FormFrame_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(905, 51);
     this._FormFrame_Toolbars_Dock_Area_Right.Name            = "_FormFrame_Toolbars_Dock_Area_Right";
     this._FormFrame_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 514);
     this._FormFrame_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Top
     //
     this._FormFrame_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FormFrame_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 30);
     this._FormFrame_Toolbars_Dock_Area_Top.Name            = "_FormFrame_Toolbars_Dock_Area_Top";
     this._FormFrame_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(905, 21);
     this._FormFrame_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Bottom
     //
     this._FormFrame_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FormFrame_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 565);
     this._FormFrame_Toolbars_Dock_Area_Bottom.Name            = "_FormFrame_Toolbars_Dock_Area_Bottom";
     this._FormFrame_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(905, 0);
     this._FormFrame_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // ultraStatusBar1
     //
     appearance3.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraStatusBar1.Appearance  = appearance3;
     this.ultraStatusBar1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Flat;
     this.ultraStatusBar1.Location    = new System.Drawing.Point(0, 565);
     this.ultraStatusBar1.Name        = "ultraStatusBar1";
     appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
     appearance4.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
     ultraStatusPanel1.Appearance     = appearance4;
     ultraStatusPanel1.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel1.Key            = "ConnectionStatus";
     ultraStatusPanel1.Width          = 22;
     ultraStatusPanel2.Key            = "FormPath";
     ultraStatusPanel2.Width          = 280;
     ultraStatusPanel3.Key            = "CustomInfo";
     ultraStatusPanel3.Width          = 220;
     appearance2.Cursor             = System.Windows.Forms.Cursors.Hand;
     appearance2.ForeColor          = System.Drawing.Color.Blue;
     appearance2.TextHAlignAsString = "Center";
     ultraStatusPanel4.Appearance   = appearance2;
     ultraStatusPanel4.Key          = "SupportInfo";
     ultraStatusPanel4.Text         = "技术支持:航天长峰湖南分公司";
     ultraStatusPanel4.Width        = 200;
     ultraStatusPanel5.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel5.Width        = 375;
     ultraStatusPanel6.Key          = "Time";
     ultraStatusPanel6.Text         = "2016-07-08 10:11:12";
     ultraStatusPanel6.Width        = 125;
     appearance1.Image            = ((object)(resources.GetObject("appearance1.Image")));
     ultraStatusPanel7.Appearance = appearance1;
     ultraStatusPanel7.Key        = "InstantMessaging";
     ultraStatusPanel7.Width      = 24;
     this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5,
         ultraStatusPanel6,
         ultraStatusPanel7
     });
     this.ultraStatusBar1.Size               = new System.Drawing.Size(905, 23);
     this.ultraStatusBar1.TabIndex           = 6;
     this.ultraStatusBar1.Text               = "ultraStatusBar1";
     this.ultraStatusBar1.ViewStyle          = Infragistics.Win.UltraWinStatusBar.ViewStyle.Standard;
     this.ultraStatusBar1.MouseLeaveElement += new Infragistics.Win.UIElementEventHandler(this.ultraStatusBar1_MouseLeaveElement);
     this.ultraStatusBar1.PanelClick        += new Infragistics.Win.UltraWinStatusBar.PanelClickEventHandler(this.ultraStatusBar1_PanelClick);
     this.ultraStatusBar1.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.ultraStatusBar1_MouseEnterElement);
     //
     // ultraTabbedMdiManager1
     //
     this.ultraTabbedMdiManager1.AllowHorizontalTabGroups = false;
     this.ultraTabbedMdiManager1.AllowVerticalTabGroups   = false;
     this.ultraTabbedMdiManager1.MdiParent = this;
     this.ultraTabbedMdiManager1.TabGroupSettings.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
     appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraTabbedMdiManager1.TabGroupSettings.TabAreaAppearance = appearance5;
     this.ultraTabbedMdiManager1.UseFlatMode            = Infragistics.Win.DefaultableBoolean.True;
     this.ultraTabbedMdiManager1.ViewStyle              = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.ultraTabbedMdiManager1.TabActivated          += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.ultraTabbedMdiManager1_TabActivated);
     this.ultraTabbedMdiManager1.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.ultraTabbedMdiManager1_InitializeContextMenu);
     //
     // panel2
     //
     this.panel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(32, 22);
     this.panel2.TabIndex = 19;
     this.panel2.Click   += new System.EventHandler(this.panel2_Click);
     //
     // mainMenuTree
     //
     this.mainMenuTree.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.mainMenuTree.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.mainMenuTree.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.mainMenuTree.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.mainMenuTree.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.mainMenuTree.Location                = new System.Drawing.Point(0, 0);
     this.mainMenuTree.Name                    = "mainMenuTree";
     this.mainMenuTree.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     _override1.SelectionType                  = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.mainMenuTree.Override                = _override1;
     this.mainMenuTree.Size                    = new System.Drawing.Size(213, 512);
     this.mainMenuTree.TabIndex                = 0;
     this.mainMenuTree.Tag = null;
     this.mainMenuTree.OnBipFormOpenning += new com.ccf.bip.frame.FormOpenningEventHandler(this.mainMenuTree_OnBipFormOpenning);
     //
     // ultraToolbarsManager1
     //
     appearance14.BackColor                                 = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     appearance14.FontData.Name                             = "default";
     appearance14.ForeColor                                 = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsManager1.Appearance                  = appearance14;
     this.ultraToolbarsManager1.DesignerFlags               = 1;
     this.ultraToolbarsManager1.DockWithinContainer         = this;
     this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(com.ccf.bip.frame.style.SkinForm);
     this.ultraToolbarsManager1.LockToolbars                = true;
     this.ultraToolbarsManager1.RightAlignedMenus           = Infragistics.Win.DefaultableBoolean.True;
     this.ultraToolbarsManager1.ShowFullMenusDelay          = 500;
     ultraToolbar1.DockedColumn                             = 0;
     ultraToolbar1.DockedRow                                = 0;
     labelTool1.InstanceProps.Width                         = 39;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         labelTool1
     });
     ultraToolbar1.Settings.AllowCustomize  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowHiding     = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize  = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding     = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraToolbarsManager1.ToolbarSettings.Appearance    = appearance15;
     this.ultraToolbarsManager1.ToolbarSettings.FillEntireRow = Infragistics.Win.DefaultableBoolean.True;
     appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraToolbarsManager1.ToolbarSettings.ToolAppearance = appearance16;
     appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     popupMenuTool10.Settings.IconAreaAppearance = appearance19;
     popupMenuTool10.SharedPropsInternal.Caption = "PopupMenuTool1";
     popupMenuTool10.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool7
     });
     popupMenuTool11.SharedPropsInternal.Caption = "PopupMenuTool2";
     popupMenuTool12.SharedPropsInternal.Caption = "PopupMenuTool3";
     labelTool2.SharedPropsInternal.Spring       = true;
     buttonTool8.SharedPropsInternal.Caption     = "ButtonTool1";
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool10,
         popupMenuTool11,
         popupMenuTool12,
         labelTool2,
         buttonTool8
     });
     this.ultraToolbarsManager1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.ultraToolbarsManager1.ToolClick  += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // FormFrame
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ClientSize          = new System.Drawing.Size(920, 588);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.ultraExpandableGroupBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.ultraStatusBar1);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer  = true;
     this.KeyPreview      = true;
     this.MinimumSize     = new System.Drawing.Size(920, 588);
     this.Name            = "FormFrame";
     this.Padding         = new System.Windows.Forms.Padding(0, 30, 15, 0);
     this.ShadowType      = MetroFramework.Forms.MetroFormShadowType.AeroShadow;
     this.Text            = "航天长峰企业应用平台";
     this.TextAlign       = MetroFramework.Forms.MetroFormTextAlign.Center;
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FormFrame_Load);
     this.Shown          += new System.EventHandler(this.FormFrame_Shown);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormFrame_FormClosing);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FormFrame_KeyDown);
     this.contextMenuStripStart.ResumeLayout(false);
     this.contextMenuStripHis.ResumeLayout(false);
     this.contextMenuStripHelp.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridColumnChooser1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainMenuTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     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();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem20 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem27 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem34 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem29 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem30 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem31 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem32 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem35 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem33 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem13 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem16 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem17 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem24 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem8  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem22 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem23 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     this.msMain = new System.Windows.Forms.MenuStrip();
     this.文件FToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmRelogin            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator    = new System.Windows.Forms.ToolStripSeparator();
     this.工具TToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiShowCalculater    = new System.Windows.Forms.ToolStripMenuItem();
     this.项OToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.刷新权限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.帮助HToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.内容CToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5   = new System.Windows.Forms.ToolStripSeparator();
     this.关于AToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1              = new System.Windows.Forms.Panel();
     this.uExplorerBar        = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.uSplitterLeft       = new Infragistics.Win.Misc.UltraSplitter();
     this.tsMain              = new System.Windows.Forms.ToolStrip();
     this.tsbRelogin          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbMenu             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbHelp             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbConnect          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.uStatusBar          = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.MdiManager          = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.msMain.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).BeginInit();
     this.tsMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).BeginInit();
     this.SuspendLayout();
     //
     // msMain
     //
     this.msMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(216)))), ((int)(((byte)(240)))));
     this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.文件FToolStripMenuItem,
         this.工具TToolStripMenuItem,
         this.帮助HToolStripMenuItem
     });
     this.msMain.Location = new System.Drawing.Point(0, 0);
     this.msMain.Name     = "msMain";
     this.msMain.Size     = new System.Drawing.Size(984, 25);
     this.msMain.TabIndex = 1;
     this.msMain.Text     = "menuStrip1";
     //
     // 文件FToolStripMenuItem
     //
     this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmRelogin,
         this.toolStripSeparator
     });
     this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
     this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
     this.文件FToolStripMenuItem.Text = "系统(&F)";
     //
     // tsmRelogin
     //
     this.tsmRelogin.Name   = "tsmRelogin";
     this.tsmRelogin.Size   = new System.Drawing.Size(127, 22);
     this.tsmRelogin.Text   = "重注册(&S)";
     this.tsmRelogin.Click += new System.EventHandler(this.tsmRelogin_Click);
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(124, 6);
     //
     // 工具TToolStripMenuItem
     //
     this.工具TToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiShowCalculater,
         this.项OToolStripMenuItem,
         this.刷新权限ToolStripMenuItem
     });
     this.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem";
     this.工具TToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
     this.工具TToolStripMenuItem.Text = "工具(&T)";
     //
     // tsmiShowCalculater
     //
     this.tsmiShowCalculater.Name = "tsmiShowCalculater";
     this.tsmiShowCalculater.Size = new System.Drawing.Size(128, 22);
     this.tsmiShowCalculater.Text = "计算器(&C)";
     //
     // 选项OToolStripMenuItem
     //
     this.项OToolStripMenuItem.Name = "选项OToolStripMenuItem";
     this.项OToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
     this.项OToolStripMenuItem.Text = "选项(&O)";
     //
     // 刷新权限ToolStripMenuItem
     //
     this.刷新权限ToolStripMenuItem.Name   = "刷新权限ToolStripMenuItem";
     this.刷新权限ToolStripMenuItem.Size   = new System.Drawing.Size(128, 22);
     this.刷新权限ToolStripMenuItem.Text   = "刷新权限";
     this.刷新权限ToolStripMenuItem.Click += new System.EventHandler(this.刷新权限ToolStripMenuItem_Click);
     //
     // 帮助HToolStripMenuItem
     //
     this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.内容CToolStripMenuItem,
         this.toolStripSeparator5,
         this.关于AToolStripMenuItem
     });
     this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
     this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
     this.帮助HToolStripMenuItem.Text = "帮助(&H)";
     //
     // 内容CToolStripMenuItem
     //
     this.内容CToolStripMenuItem.Name = "内容CToolStripMenuItem";
     this.内容CToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.内容CToolStripMenuItem.Text = "内容(&C)";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(146, 6);
     //
     // 关于AToolStripMenuItem
     //
     this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
     this.关于AToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.关于AToolStripMenuItem.Text = "关于我们(&A)...";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.uExplorerBar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 50);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(222, 488);
     this.panel1.TabIndex = 7;
     //
     // uExplorerBar
     //
     this.uExplorerBar.Dock    = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarItem1.Key = "条码标签打印";
     appearance1.Image         = global::BCGM.Properties.Resources.printDialog;
     ultraExplorerBarItem1.Settings.AppearancesLarge.Appearance = appearance1;
     appearance2.Image = global::BCGM.Properties.Resources.Raw_material;
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance2;
     ultraExplorerBarItem1.Text = "条码标签打印";
     ultraExplorerBarItem14.Key = "条码标签打印记录表";
     appearance3.Image          = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem14.Settings.AppearancesLarge.Appearance = appearance3;
     ultraExplorerBarItem14.Text = "条码标签打印记录表";
     ultraExplorerBarItem15.Key  = "产品档案管理";
     appearance4.Image           = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem15.Settings.AppearancesLarge.Appearance = appearance4;
     ultraExplorerBarItem15.Text = "产品档案管理";
     ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem14,
         ultraExplorerBarItem15
     });
     appearance5.Image = global::BCGM.Properties.Resources.working_center;
     ultraExplorerBarGroup1.ItemSettings.AppearancesSmall.Appearance = appearance5;
     ultraExplorerBarGroup1.Key  = "条形码管理";
     ultraExplorerBarGroup1.Text = "条形码管理";
     ultraExplorerBarItem20.Key  = "产品入库扫描";
     appearance6.Image           = global::BCGM.Properties.Resources.Storage;
     ultraExplorerBarItem20.Settings.AppearancesLarge.Appearance = appearance6;
     ultraExplorerBarItem20.Text = "产品入库扫描";
     ultraExplorerBarItem27.Key  = "入库扫描记录表";
     appearance7.Image           = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem27.Settings.AppearancesLarge.Appearance = appearance7;
     ultraExplorerBarItem27.Text = "入库扫描记录表";
     ultraExplorerBarGroup4.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem20,
         ultraExplorerBarItem27
     });
     ultraExplorerBarGroup4.Key  = "产品入库管理 ";
     ultraExplorerBarGroup4.Text = "产品入库管理 ";
     ultraExplorerBarItem34.Key  = "出库拣货单";
     appearance8.Image           = global::BCGM.Properties.Resources.Delivery;
     ultraExplorerBarItem34.Settings.AppearancesLarge.Appearance = appearance8;
     ultraExplorerBarItem34.Text = "出库拣货单";
     ultraExplorerBarItem29.Key  = "产品出库扫描";
     appearance9.Image           = global::BCGM.Properties.Resources.Delivery;
     ultraExplorerBarItem29.Settings.AppearancesLarge.Appearance = appearance9;
     ultraExplorerBarItem29.Text = "产品出库扫描";
     appearance10.Image          = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem30.Settings.AppearancesLarge.Appearance = appearance10;
     ultraExplorerBarItem30.Text = "产品出库扫描记录表";
     ultraExplorerBarGroup5.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem34,
         ultraExplorerBarItem29,
         ultraExplorerBarItem30
     });
     ultraExplorerBarGroup5.Text = "产品出库管理";
     ultraExplorerBarItem31.Key  = "库存盘点单";
     appearance11.Image          = global::BCGM.Properties.Resources.table_4;
     ultraExplorerBarItem31.Settings.AppearancesLarge.Appearance = appearance11;
     ultraExplorerBarItem31.Text = "库存盘点单";
     ultraExplorerBarItem32.Key  = "盘点扫描";
     appearance12.Image          = global::BCGM.Properties.Resources.scanpng;
     ultraExplorerBarItem32.Settings.AppearancesLarge.Appearance = appearance12;
     ultraExplorerBarItem32.Text = "盘点扫描";
     ultraExplorerBarItem35.Key  = "盘点扫描记录表";
     appearance13.Image          = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem35.Settings.AppearancesLarge.Appearance = appearance13;
     ultraExplorerBarItem35.Text = "盘点扫描记录表";
     ultraExplorerBarItem33.Key  = "产品现存量查询";
     appearance14.Image          = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem33.Settings.AppearancesLarge.Appearance = appearance14;
     ultraExplorerBarItem33.Text = "产品现存量查询";
     ultraExplorerBarGroup6.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem31,
         ultraExplorerBarItem32,
         ultraExplorerBarItem35,
         ultraExplorerBarItem33
     });
     ultraExplorerBarGroup6.Key  = "库存管理";
     ultraExplorerBarGroup6.Text = "库存管理";
     ultraExplorerBarItem12.Key  = "产品入库打码记录";
     appearance15.Image          = global::BCGM.Properties.Resources.chart_6;
     ultraExplorerBarItem12.Settings.AppearancesSmall.Appearance = appearance15;
     ultraExplorerBarItem12.Text = "产品入库打码记录";
     ultraExplorerBarItem4.Key   = "产品入库扫描记录";
     appearance16.Image          = global::BCGM.Properties.Resources.chart_2;
     ultraExplorerBarItem4.Settings.AppearancesLarge.Appearance = appearance16;
     ultraExplorerBarItem4.Text = "产品入库扫描记录";
     ultraExplorerBarItem3.Key  = "产品出库拣货单列表";
     appearance17.Image         = global::BCGM.Properties.Resources.chart_2;
     ultraExplorerBarItem3.Settings.AppearancesLarge.Appearance = appearance17;
     ultraExplorerBarItem3.Text = "产品出库拣货单列表";
     ultraExplorerBarItem13.Key = "产品出库扫描记录";
     appearance18.Image         = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem13.Settings.AppearancesLarge.Appearance = appearance18;
     ultraExplorerBarItem13.Text = "产品出库扫描记录";
     ultraExplorerBarItem6.Key   = "产品入库装箱记录";
     ultraExplorerBarItem6.Text  = "产品入库装箱记录";
     ultraExplorerBarItem10.Key  = "产品拣货单记录";
     ultraExplorerBarItem10.Text = "产品拣货单记录";
     ultraExplorerBarItem16.Key  = "产品拣货装箱记录";
     ultraExplorerBarItem16.Text = "产品拣货装箱记录";
     ultraExplorerBarItem17.Key  = "产品现存量查询";
     ultraExplorerBarItem17.Text = "产品现存量查询";
     ultraExplorerBarItem24.Key  = "拣货补货记录表";
     appearance19.Image          = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem24.Settings.AppearancesLarge.Appearance = appearance19;
     ultraExplorerBarItem24.Text = "拣货补货记录表";
     ultraExplorerBarItem11.Key  = "产品盘点扫描记录";
     appearance20.Image          = global::BCGM.Properties.Resources.chart_8;
     ultraExplorerBarItem11.Settings.AppearancesLarge.Appearance = appearance20;
     ultraExplorerBarItem11.Text = "产品盘点扫描记录";
     ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem12,
         ultraExplorerBarItem4,
         ultraExplorerBarItem3,
         ultraExplorerBarItem13,
         ultraExplorerBarItem6,
         ultraExplorerBarItem10,
         ultraExplorerBarItem16,
         ultraExplorerBarItem17,
         ultraExplorerBarItem24,
         ultraExplorerBarItem11
     });
     appearance21.Image = global::BCGM.Properties.Resources.Report_Center;
     ultraExplorerBarGroup2.ItemSettings.AppearancesSmall.Appearance = appearance21;
     ultraExplorerBarGroup2.Key  = "报表中心";
     ultraExplorerBarGroup2.Text = "报表中心";
     ultraExplorerBarItem8.Key   = "用户管理";
     appearance22.Image          = global::BCGM.Properties.Resources.table_4;
     ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance22;
     ultraExplorerBarItem8.Text = "用户管理";
     ultraExplorerBarItem9.Key  = "角色权限管理";
     appearance23.Image         = global::BCGM.Properties.Resources.tool_4;
     ultraExplorerBarItem9.Settings.AppearancesSmall.Appearance = appearance23;
     ultraExplorerBarItem9.Text = "角色权限管理";
     ultraExplorerBarItem22.Key = "部门档案管理";
     appearance24.Image         = global::BCGM.Properties.Resources.office_11;
     ultraExplorerBarItem22.Settings.AppearancesLarge.Appearance = appearance24;
     ultraExplorerBarItem22.Text = "部门档案管理";
     ultraExplorerBarItem23.Key  = "表格标题维护";
     appearance25.Image          = global::BCGM.Properties.Resources.table_4;
     ultraExplorerBarItem23.Settings.AppearancesLarge.Appearance = appearance25;
     ultraExplorerBarItem23.Text = "表格标题维护";
     ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem8,
         ultraExplorerBarItem9,
         ultraExplorerBarItem22,
         ultraExplorerBarItem23
     });
     appearance26.Image = global::BCGM.Properties.Resources.setting1;
     ultraExplorerBarGroup3.ItemSettings.AppearancesSmall.Appearance = appearance26;
     ultraExplorerBarGroup3.Key  = "维护中心";
     ultraExplorerBarGroup3.Text = "维护中心";
     this.uExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup4,
         ultraExplorerBarGroup5,
         ultraExplorerBarGroup6,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.uExplorerBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.LargeImagesWithText;
     this.uExplorerBar.Location            = new System.Drawing.Point(0, 0);
     this.uExplorerBar.Name = "uExplorerBar";
     this.uExplorerBar.ShowDefaultContextMenu = false;
     this.uExplorerBar.Size       = new System.Drawing.Size(222, 488);
     this.uExplorerBar.Style      = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
     this.uExplorerBar.TabIndex   = 2;
     this.uExplorerBar.ViewStyle  = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.uExplorerBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.uExplorerBar_ItemClick);
     //
     // uSplitterLeft
     //
     this.uSplitterLeft.Location      = new System.Drawing.Point(222, 50);
     this.uSplitterLeft.Name          = "uSplitterLeft";
     this.uSplitterLeft.RestoreExtent = 191;
     this.uSplitterLeft.Size          = new System.Drawing.Size(10, 488);
     this.uSplitterLeft.TabIndex      = 8;
     //
     // tsMain
     //
     this.tsMain.AutoSize        = false;
     this.tsMain.BackColor       = System.Drawing.SystemColors.Control;
     this.tsMain.BackgroundImage = global::BCGM.Properties.Resources.toolbarBk;
     this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbRelogin,
         this.toolStripSeparator1,
         this.tsbMenu,
         this.toolStripSeparator2,
         this.tsbHelp,
         this.toolStripSeparator3,
         this.tsbConnect,
         this.toolStripSeparator6
     });
     this.tsMain.Location = new System.Drawing.Point(0, 25);
     this.tsMain.Name     = "tsMain";
     this.tsMain.Size     = new System.Drawing.Size(984, 25);
     this.tsMain.TabIndex = 10;
     this.tsMain.Text     = "toolStrip1";
     //
     // tsbRelogin
     //
     this.tsbRelogin.Image = global::BCGM.Properties.Resources.relogin;
     this.tsbRelogin.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbRelogin.Name   = "tsbRelogin";
     this.tsbRelogin.Size   = new System.Drawing.Size(64, 22);
     this.tsbRelogin.Text   = "重注册";
     this.tsbRelogin.Click += new System.EventHandler(this.tsbRelogin_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbMenu
     //
     this.tsbMenu.Image = global::BCGM.Properties.Resources.menu;
     this.tsbMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbMenu.Name   = "tsbMenu";
     this.tsbMenu.Size   = new System.Drawing.Size(64, 22);
     this.tsbMenu.Text   = "菜单栏";
     this.tsbMenu.Click += new System.EventHandler(this.tsbMenu_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tsbHelp
     //
     this.tsbHelp.Image = global::BCGM.Properties.Resources.help;
     this.tsbHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbHelp.Name = "tsbHelp";
     this.tsbHelp.Size = new System.Drawing.Size(52, 22);
     this.tsbHelp.Text = "帮助";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // tsbConnect
     //
     this.tsbConnect.Image = global::BCGM.Properties.Resources.JR;
     this.tsbConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbConnect.Name   = "tsbConnect";
     this.tsbConnect.Size   = new System.Drawing.Size(76, 22);
     this.tsbConnect.Text   = "联系我们";
     this.tsbConnect.Click += new System.EventHandler(this.tsbConnect_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
     //
     // uStatusBar
     //
     this.uStatusBar.Location            = new System.Drawing.Point(0, 538);
     this.uStatusBar.Name                = "uStatusBar";
     ultraStatusPanel1.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     ultraStatusPanel1.DateTimeFormat    = "yyyy-MM-dd hh:mm:ss";
     ultraStatusPanel1.Style             = Infragistics.Win.UltraWinStatusBar.PanelStyle.Date;
     ultraStatusPanel1.Width             = 150;
     ultraStatusPanel2.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     ultraStatusPanel2.Key               = "tssl_Lname";
     ultraStatusPanel2.Width             = 150;
     ultraStatusPanel3.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     ultraStatusPanel3.Key               = "tssl_Lserver";
     ultraStatusPanel3.Width             = 300;
     ultraStatusPanel4.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     ultraStatusPanel4.Key               = "tssbtnShow";
     ultraStatusPanel4.Style             = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
     ultraStatusPanel4.Text              = "版本号:1.0.1.1";
     ultraStatusPanel4.Width             = 120;
     appearance27.TextHAlignAsString     = "Right";
     ultraStatusPanel5.Appearance        = appearance27;
     ultraStatusPanel5.Key               = "cCompany";
     ultraStatusPanel5.MarqueeInfo.Delay = 50;
     ultraStatusPanel5.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel5.Style             = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
     ultraStatusPanel5.Width             = 300;
     ultraStatusPanel5.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     this.uStatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5
     });
     this.uStatusBar.Size         = new System.Drawing.Size(984, 23);
     this.uStatusBar.TabIndex     = 12;
     this.uStatusBar.ViewStyle    = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
     this.uStatusBar.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.uStatusBar_ButtonClick);
     //
     // MdiManager
     //
     this.MdiManager.AllowHorizontalTabGroups = false;
     this.MdiManager.AllowVerticalTabGroups   = false;
     this.MdiManager.MdiParent              = this;
     this.MdiManager.ViewStyle              = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.MdiManager.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.MdiManager_InitializeContextMenu);
     this.MdiManager.TabClosing            += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.MdiManager_TabClosing);
     //
     // WmsMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(984, 561);
     this.Controls.Add(this.uSplitterLeft);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.uStatusBar);
     this.Controls.Add(this.tsMain);
     this.Controls.Add(this.msMain);
     this.Icon           = global::BCGM.Properties.Resources.scanicon;
     this.IsMdiContainer = true;
     this.Name           = "WmsMain";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.BwmMain_FormClosing);
     this.FormClosed    += new System.Windows.Forms.FormClosedEventHandler(this.BwmMain_FormClosed);
     this.Load          += new System.EventHandler(this.BwmMain_Load);
     this.msMain.ResumeLayout(false);
     this.msMain.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).EndInit();
     this.tsMain.ResumeLayout(false);
     this.tsMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #13
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel6  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel7  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel8  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel9  = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel10 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     System.ComponentModel.ComponentResourceManager      resources          = new System.ComponentModel.ComponentResourceManager(typeof(FMain));
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem2  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem3  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("MainMenuBar");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     this.ultraStatusBar    = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.panel2            = new System.Windows.Forms.Panel();
     this.tableLayoutInfo   = new System.Windows.Forms.TableLayoutPanel();
     this.labelChgPwd       = new System.Windows.Forms.Label();
     this.labelHelp         = new System.Windows.Forms.Label();
     this.labelLogOut       = new System.Windows.Forms.Label();
     this.pictureBox4       = new System.Windows.Forms.PictureBox();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.lblUpdateNow      = new System.Windows.Forms.Label();
     this.labUser           = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.labelOrganization = new System.Windows.Forms.Label();
     this.panel3            = new System.Windows.Forms.Panel();
     this._FMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FMain_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FMain_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FMain_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.timer1               = new System.Timers.Timer();
     this.ultraTabbedMdiMain   = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.panel1               = new System.Windows.Forms.Panel();
     this.ultraExplorerBar     = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraToolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.panel2.SuspendLayout();
     this.tableLayoutInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.timer1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiMain)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager)).BeginInit();
     this.SuspendLayout();
     //
     // ultraStatusBar
     //
     appearance1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     appearance1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(102)))), ((int)(((byte)(152)))));
     this.ultraStatusBar.Appearance = appearance1;
     this.ultraStatusBar.Location   = new System.Drawing.Point(0, 244);
     this.ultraStatusBar.Name       = "ultraStatusBar";
     ultraStatusPanel1.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel1.Text         = "用户名:";
     ultraStatusPanel1.Key          = "UserName";
     ultraStatusPanel2.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel3.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel3.Text         = "资源信息:";
     ultraStatusPanel3.Key          = "ResCode";
     ultraStatusPanel4.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel4.Width        = 300;
     ultraStatusPanel5.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel5.Text         = "当前版本:";
     ultraStatusPanel5.Key          = "CurrentVer";
     ultraStatusPanel6.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel6.Width        = 300;
     ultraStatusPanel7.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel7.Text         = "登录时间:";
     ultraStatusPanel7.Key          = "LoginTime";
     ultraStatusPanel8.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel8.Width        = 300;
     ultraStatusPanel9.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel9.Text         = "数据库:";
     ultraStatusPanel9.Key          = "DataBase";
     ultraStatusPanel10.SizingMode  = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     this.ultraStatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5,
         ultraStatusPanel6,
         ultraStatusPanel7,
         ultraStatusPanel8,
         ultraStatusPanel9,
         ultraStatusPanel10
     });
     this.ultraStatusBar.Size     = new System.Drawing.Size(294, 24);
     this.ultraStatusBar.TabIndex = 9;
     this.ultraStatusBar.Visible  = false;
     this.ultraStatusBar.Click   += new System.EventHandler(this.ultraStatusBar_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tableLayoutInfo);
     this.panel2.Controls.Add(this.pictureBox4);
     this.panel2.Controls.Add(this.pictureBox2);
     this.panel2.Controls.Add(this.lblUpdateNow);
     this.panel2.Controls.Add(this.labUser);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.pictureBox1);
     this.panel2.Controls.Add(this.labelOrganization);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(294, 50);
     this.panel2.TabIndex = 41;
     this.panel2.Visible  = false;
     //
     // tableLayoutInfo
     //
     this.tableLayoutInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tableLayoutInfo.BackgroundImage")));
     this.tableLayoutInfo.ColumnCount     = 5;
     this.tableLayoutInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutInfo.Controls.Add(this.labelChgPwd, 1, 1);
     this.tableLayoutInfo.Controls.Add(this.labelHelp, 2, 1);
     this.tableLayoutInfo.Controls.Add(this.labelLogOut, 3, 1);
     this.tableLayoutInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutInfo.Location = new System.Drawing.Point(340, 0);
     this.tableLayoutInfo.Name     = "tableLayoutInfo";
     this.tableLayoutInfo.RowCount = 3;
     this.tableLayoutInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
     this.tableLayoutInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
     this.tableLayoutInfo.Size     = new System.Drawing.Size(0, 50);
     this.tableLayoutInfo.TabIndex = 49;
     this.tableLayoutInfo.Visible  = false;
     //
     // labelChgPwd
     //
     this.labelChgPwd.AutoSize  = true;
     this.labelChgPwd.BackColor = System.Drawing.Color.Transparent;
     this.labelChgPwd.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.labelChgPwd.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelChgPwd.ForeColor = System.Drawing.Color.White;
     this.labelChgPwd.Location  = new System.Drawing.Point(-145, 22);
     this.labelChgPwd.Name      = "labelChgPwd";
     this.labelChgPwd.Size      = new System.Drawing.Size(53, 12);
     this.labelChgPwd.TabIndex  = 0;
     this.labelChgPwd.Text      = "更改密码";
     this.labelChgPwd.Click    += new System.EventHandler(this.labelChgPwd_Click);
     //
     // labelHelp
     //
     this.labelHelp.AutoSize  = true;
     this.labelHelp.BackColor = System.Drawing.Color.Transparent;
     this.labelHelp.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.labelHelp.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelHelp.ForeColor = System.Drawing.Color.White;
     this.labelHelp.Location  = new System.Drawing.Point(-86, 22);
     this.labelHelp.Name      = "labelHelp";
     this.labelHelp.Size      = new System.Drawing.Size(29, 12);
     this.labelHelp.TabIndex  = 1;
     this.labelHelp.Text      = "帮助";
     this.labelHelp.Click    += new System.EventHandler(this.labelHelp_Click);
     //
     // labelLogOut
     //
     this.labelLogOut.AutoSize  = true;
     this.labelLogOut.BackColor = System.Drawing.Color.Transparent;
     this.labelLogOut.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.labelLogOut.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelLogOut.ForeColor = System.Drawing.Color.White;
     this.labelLogOut.Location  = new System.Drawing.Point(-51, 22);
     this.labelLogOut.Name      = "labelLogOut";
     this.labelLogOut.Size      = new System.Drawing.Size(29, 12);
     this.labelLogOut.TabIndex  = 2;
     this.labelLogOut.Text      = "登出";
     this.labelLogOut.Click    += new System.EventHandler(this.labelLogOut_Click);
     //
     // pictureBox4
     //
     this.pictureBox4.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox4.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location = new System.Drawing.Point(204, 0);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(90, 50);
     this.pictureBox4.TabIndex = 48;
     this.pictureBox4.TabStop  = false;
     this.pictureBox4.Visible  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(0, 0);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(340, 50);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 4;
     this.pictureBox2.TabStop  = false;
     this.pictureBox2.Visible  = false;
     //
     // lblUpdateNow
     //
     this.lblUpdateNow.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUpdateNow.BackColor = System.Drawing.Color.Transparent;
     this.lblUpdateNow.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.lblUpdateNow.Font      = new System.Drawing.Font("宋体", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblUpdateNow.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.lblUpdateNow.Location  = new System.Drawing.Point(-122, 3);
     this.lblUpdateNow.Name      = "lblUpdateNow";
     this.lblUpdateNow.Size      = new System.Drawing.Size(72, 23);
     this.lblUpdateNow.TabIndex  = 3;
     this.lblUpdateNow.Text      = "现在更新";
     this.lblUpdateNow.Visible   = false;
     this.lblUpdateNow.Click    += new System.EventHandler(this.lblUpdateNow_Click);
     //
     // labUser
     //
     this.labUser.AutoSize  = true;
     this.labUser.BackColor = System.Drawing.Color.Transparent;
     this.labUser.Font      = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labUser.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.labUser.Location  = new System.Drawing.Point(235, 3);
     this.labUser.Name      = "labUser";
     this.labUser.Size      = new System.Drawing.Size(0, 14);
     this.labUser.TabIndex  = 2;
     this.labUser.Visible   = false;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.SystemColors.Window;
     this.label1.Location  = new System.Drawing.Point(2, 3);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(152, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "MES";
     this.label1.Visible   = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor       = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.pictureBox1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location        = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name            = "pictureBox1";
     this.pictureBox1.Size            = new System.Drawing.Size(294, 50);
     this.pictureBox1.SizeMode        = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex        = 1;
     this.pictureBox1.TabStop         = false;
     //
     // labelOrganization
     //
     this.labelOrganization.AutoSize  = true;
     this.labelOrganization.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(52)))), ((int)(((byte)(156)))));
     this.labelOrganization.ForeColor = System.Drawing.Color.White;
     this.labelOrganization.Location  = new System.Drawing.Point(187, 5);
     this.labelOrganization.Name      = "labelOrganization";
     this.labelOrganization.Size      = new System.Drawing.Size(77, 12);
     this.labelOrganization.TabIndex  = 47;
     this.labelOrganization.Text      = "您的组织为:";
     this.labelOrganization.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelOrganization.Visible   = false;
     //
     // panel3
     //
     this.panel3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
     this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel3.Controls.Add(this._FMain_Toolbars_Dock_Area_Bottom);
     this.panel3.Controls.Add(this._FMain_Toolbars_Dock_Area_Left);
     this.panel3.Controls.Add(this._FMain_Toolbars_Dock_Area_Right);
     this.panel3.Controls.Add(this._FMain_Toolbars_Dock_Area_Top);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 50);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(2);
     this.panel3.Size     = new System.Drawing.Size(294, 23);
     this.panel3.TabIndex = 42;
     //
     // _FMain_Toolbars_Dock_Area_Bottom
     //
     this._FMain_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FMain_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.Transparent;
     this._FMain_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FMain_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.Color.White;
     this._FMain_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(2, 21);
     this._FMain_Toolbars_Dock_Area_Bottom.Name            = "_FMain_Toolbars_Dock_Area_Bottom";
     this._FMain_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(290, 0);
     this._FMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager;
     //
     // _FMain_Toolbars_Dock_Area_Left
     //
     this._FMain_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FMain_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.Transparent;
     this._FMain_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FMain_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.Color.White;
     this._FMain_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(2, 19);
     this._FMain_Toolbars_Dock_Area_Left.Name            = "_FMain_Toolbars_Dock_Area_Left";
     this._FMain_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 2);
     this._FMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager;
     //
     // _FMain_Toolbars_Dock_Area_Right
     //
     this._FMain_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FMain_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.Transparent;
     this._FMain_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FMain_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.Color.White;
     this._FMain_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(292, 19);
     this._FMain_Toolbars_Dock_Area_Right.Name            = "_FMain_Toolbars_Dock_Area_Right";
     this._FMain_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 2);
     this._FMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager;
     //
     // _FMain_Toolbars_Dock_Area_Top
     //
     this._FMain_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FMain_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.Transparent;
     this._FMain_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FMain_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.Color.White;
     this._FMain_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(2, 2);
     this._FMain_Toolbars_Dock_Area_Top.Name            = "_FMain_Toolbars_Dock_Area_Top";
     this._FMain_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(290, 17);
     this._FMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager;
     //
     // timer1
     //
     this.timer1.Enabled             = true;
     this.timer1.Interval            = 15000;
     this.timer1.SynchronizingObject = this;
     this.timer1.Elapsed            += new System.Timers.ElapsedEventHandler(this.timer1_Elapsed);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraExplorerBar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 73);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(2);
     this.panel1.Size     = new System.Drawing.Size(294, 244);
     this.panel1.TabIndex = 49;
     //
     // ultraExplorerBar
     //
     appearance3.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
     appearance3.BackColor2           = System.Drawing.Color.Transparent;
     appearance3.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     appearance3.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(61)))), ((int)(((byte)(61)))));
     this.ultraExplorerBar.Appearance = appearance3;
     this.ultraExplorerBar.Dock       = System.Windows.Forms.DockStyle.Top;
     ultraExplorerBarItem1.Text       = "New Item";
     ultraExplorerBarItem2.Text       = "New Item";
     ultraExplorerBarItem3.Text       = "New Item";
     ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem2,
         ultraExplorerBarItem3
     });
     ultraExplorerBarGroup1.Settings.ItemAreaInnerMargins.Right = 47;
     ultraExplorerBarGroup1.Settings.ItemAreaOuterMargins.Right = 76;
     ultraExplorerBarGroup1.Text    = "New Group";
     ultraExplorerBarGroup1.Visible = false;
     this.ultraExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1
     });
     this.ultraExplorerBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
     appearance14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     appearance14.Cursor      = System.Windows.Forms.Cursors.Hand;
     appearance14.Image       = ((object)(resources.GetObject("appearance14.Image")));
     this.ultraExplorerBar.ItemSettings.AppearancesSmall.Appearance = appearance14;
     this.ultraExplorerBar.ItemSettings.Style           = Infragistics.Win.UltraWinExplorerBar.ItemStyle.Label;
     this.ultraExplorerBar.ItemSettings.UseDefaultImage = Infragistics.Win.DefaultableBoolean.True;
     this.ultraExplorerBar.Location = new System.Drawing.Point(2, 2);
     this.ultraExplorerBar.Name     = "ultraExplorerBar";
     this.ultraExplorerBar.ShowDefaultContextMenu = false;
     this.ultraExplorerBar.Size      = new System.Drawing.Size(290, 244);
     this.ultraExplorerBar.Style     = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.Listbar;
     this.ultraExplorerBar.TabIndex  = 48;
     this.ultraExplorerBar.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     //
     // ultraToolbarsManager
     //
     this.ultraToolbarsManager.AlwaysShowMenusExpanded = Infragistics.Win.DefaultableBoolean.False;
     appearance2.BackColor                                 = System.Drawing.Color.Transparent;
     appearance2.FontData.BoldAsString                     = "True";
     appearance2.ForeColor                                 = System.Drawing.Color.White;
     appearance2.TextVAlignAsString                        = "Top";
     this.ultraToolbarsManager.Appearance                  = appearance2;
     this.ultraToolbarsManager.Cursor                      = System.Windows.Forms.Cursors.Hand;
     this.ultraToolbarsManager.DesignerFlags               = 1;
     this.ultraToolbarsManager.DockWithinContainer         = this;
     this.ultraToolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.ultraToolbarsManager.LockToolbars                = true;
     this.ultraToolbarsManager.ShowFullMenusDelay          = 50;
     this.ultraToolbarsManager.ShowMenuShadows             = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.DockedColumn                            = 0;
     ultraToolbar1.DockedRow                               = 0;
     ultraToolbar1.Settings.AllowCustomize                 = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.BorderStyleDocked              = Infragistics.Win.UIElementBorderStyle.None;
     ultraToolbar1.Settings.PaddingLeft                    = 20;
     this.ultraToolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     appearance17.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance17.ImageBackground")));
     this.ultraToolbarsManager.ToolbarSettings.HotTrackAppearance = appearance17;
     //
     // FMain
     //
     this.AutoScaleBaseSize     = new System.Drawing.Size(6, 14);
     this.BackColor             = System.Drawing.Color.White;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ClientSize            = new System.Drawing.Size(294, 268);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.ultraStatusBar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer  = true;
     this.MaximizeBox     = false;
     this.Name            = "FMain";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "明基逐鹿制造执行系统";
     this.Paint          += new System.Windows.Forms.PaintEventHandler(this.FMain_Paint);
     this.Closed         += new System.EventHandler(this.FMain_Closed);
     this.Resize         += new System.EventHandler(this.FMain_Resize);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.tableLayoutInfo.ResumeLayout(false);
     this.tableLayoutInfo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.timer1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiMain)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager)).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();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
      this.dashboardGrid1 = new SI.Dashboard.Display.DashboardGrid();
      this.porfolioMainView1 = new SI.Dashboard.Display.PorfolioMainView();
      this.ultraPopupControlContainer1 = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
      this.timer1 = new System.Windows.Forms.Timer(this.components);
      this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
      this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
      this.splitContainer1.Panel1.SuspendLayout();
      this.splitContainer1.Panel2.SuspendLayout();
      this.splitContainer1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.dashboardGrid1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).BeginInit();
      this.SuspendLayout();
      // 
      // splitContainer1
      // 
      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
      this.splitContainer1.Name = "splitContainer1";
      // 
      // splitContainer1.Panel1
      // 
      this.splitContainer1.Panel1.Controls.Add(this.dashboardGrid1);
      // 
      // splitContainer1.Panel2
      // 
      this.splitContainer1.Panel2.Controls.Add(this.porfolioMainView1);
      this.splitContainer1.Size = new System.Drawing.Size(1197, 815);
      this.splitContainer1.SplitterDistance = 647;
      this.splitContainer1.TabIndex = 0;
      // 
      // dashboardGrid1
      // 
      this.dashboardGrid1.AllEditHandler = null;
      this.dashboardGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.dashboardGrid1.DoubleDisplayFormat = null;
      this.dashboardGrid1.Location = new System.Drawing.Point(0, 0);
      this.dashboardGrid1.Name = "dashboardGrid1";
      this.dashboardGrid1.ResizeGridColumns = false;
      this.dashboardGrid1.Size = new System.Drawing.Size(647, 815);
      this.dashboardGrid1.TabIndex = 0;
      // 
      // porfolioMainView1
      // 
      this.porfolioMainView1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.porfolioMainView1.Location = new System.Drawing.Point(0, 0);
      this.porfolioMainView1.Name = "porfolioMainView1";
      this.porfolioMainView1.Size = new System.Drawing.Size(546, 815);
      this.porfolioMainView1.TabIndex = 0;
      // 
      // timer1
      // 
      this.timer1.Interval = 600000;
      this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
      // 
      // ultraStatusBar1
      // 
      this.ultraStatusBar1.Location = new System.Drawing.Point(0, 815);
      this.ultraStatusBar1.Name = "ultraStatusBar1";
      ultraStatusPanel1.Key = "STATUSBAR_TEXT";
      ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
      ultraStatusPanel1.Text = "Example text";
      ultraStatusPanel2.Key = "STATUSBAR_RELOAD_BUTTON";
      ultraStatusPanel2.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel2.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
      ultraStatusPanel2.Text = "Reload";
      ultraStatusPanel2.ToolTipText = "Reload all portfolios";
      this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2});
      this.ultraStatusBar1.Size = new System.Drawing.Size(1197, 23);
      this.ultraStatusBar1.TabIndex = 1;
      this.ultraStatusBar1.Text = "ultraStatusBar1";
      this.ultraStatusBar1.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.ultraStatusBar1_ButtonClick);
      // 
      // contextMenuStrip1
      // 
      this.contextMenuStrip1.Name = "contextMenuStrip1";
      this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
      // 
      // MainContainer
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.splitContainer1);
      this.Controls.Add(this.ultraStatusBar1);
      this.Name = "MainContainer";
      this.Size = new System.Drawing.Size(1197, 838);
      this.splitContainer1.Panel1.ResumeLayout(false);
      this.splitContainer1.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
      this.splitContainer1.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.dashboardGrid1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).EndInit();
      this.ResumeLayout(false);

    }
예제 #15
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();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem1  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem4  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem5  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook    scrollBarLook1    = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3    = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     System.ComponentModel.ComponentResourceManager      resources            = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     Infragistics.Win.UltraWinDock.DockAreaPane          dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("abbfee7f-a9ff-4712-ab97-14e34adf6f60"));
     Infragistics.Win.UltraWinDock.DockableControlPane   dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("37215f80-390e-4770-89dc-1e109dfb6bb1"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("abbfee7f-a9ff-4712-ab97-14e34adf6f60"), -1);
     this.ultraExplorerBar1                   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraTabbedMdiManager1              = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.ultraStatusBar1                     = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.ultraToolbarsManager1               = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FormMain_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormMain_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormMain_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.menuStrip1         = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.thoátChươngTrìnhToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.đổiMậtKhẩuToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.thoátToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.đăngNhậpLạiToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
     this.showMenuToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.đónTiếpToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.đónTiếpBệnhNhânToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.danhSáchBệnhNhânToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.báoCáoThốngKêToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.chọnBáoCáoToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.quảnTrịDanhMụcToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.ngườiDùngToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.danhMụcDịchVụToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.danhMụcToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.trợGToolStripMenuItem                      = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraDockManager1              = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._FormMainUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FormMainUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FormMainUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FormMainUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._FormMainAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.windowDockingArea1             = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.AcceptsFocus   = Infragistics.Win.DefaultableBoolean.False;
     this.ultraExplorerBar1.AlphaBlendMode = Infragistics.Win.AlphaBlendMode.Standard;
     this.ultraExplorerBar1.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.ultraExplorerBar1.BorderStyle   = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
     this.ultraExplorerBar1.ColumnSpacing = 7;
     this.ultraExplorerBar1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.FlatMode      = true;
     ultraExplorerBarItem1.Key            = "dontiep";
     appearance1.Image = global::PhongKham.Resource1.contact_list;
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance1;
     ultraExplorerBarItem1.Text = "Đón tiếp";
     ultraExplorerBarItem2.Key  = "danhsachbn";
     appearance2.Image          = global::PhongKham.Resource1.adreess_book;
     ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance2;
     ultraExplorerBarItem2.Text = "Danh sách bệnh nhân";
     ultraExplorerBarItem3.Key  = "benhnhandv";
     appearance3.Image          = global::PhongKham.Resource1._7_Giao_KD;
     ultraExplorerBarItem3.Settings.AppearancesSmall.Appearance = appearance3;
     ultraExplorerBarItem3.Text = "Danh sách dịch vụ của bệnh nhân";
     ultraExplorerBarGroup1.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem1,
         ultraExplorerBarItem2,
         ultraExplorerBarItem3
     });
     ultraExplorerBarGroup1.Text = "Bệnh nhân";
     ultraExplorerBarItem4.Key   = "baocao";
     appearance4.Image           = global::PhongKham.Resource1.zoom_in;
     ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance4;
     ultraExplorerBarItem4.Text = "Báo cáo";
     ultraExplorerBarGroup2.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem4
     });
     ultraExplorerBarGroup2.Text = "Báo cáo thống kê";
     ultraExplorerBarItem5.Key   = "quantri";
     appearance5.Image           = global::PhongKham.Resource1.users;
     ultraExplorerBarItem5.Settings.AppearancesSmall.Appearance = appearance5;
     ultraExplorerBarItem5.Text = "Quản trị";
     ultraExplorerBarItem6.Key  = "dichvu";
     appearance6.Image          = global::PhongKham.Resource1.applications;
     ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance6;
     ultraExplorerBarItem6.Text = "Dịch vụ";
     ultraExplorerBarItem7.Key  = "phong";
     appearance7.Image          = global::PhongKham.Resource1.credit_card;
     ultraExplorerBarItem7.Settings.AppearancesSmall.Appearance = appearance7;
     ultraExplorerBarItem7.Text = "Phòng";
     ultraExplorerBarItem8.Key  = "bacsi";
     appearance8.Image          = global::PhongKham.Resource1.users11;
     ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance8;
     ultraExplorerBarItem8.Text = "Danh sách bác sĩ";
     ultraExplorerBarGroup3.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem5,
         ultraExplorerBarItem6,
         ultraExplorerBarItem7,
         ultraExplorerBarItem8
     });
     ultraExplorerBarGroup3.Text = "Quản trị danh mục";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.GroupSettings.Style        = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
     this.ultraExplorerBar1.GroupSpacing               = 20;
     this.ultraExplorerBar1.ImageSizeLarge             = new System.Drawing.Size(48, 48);
     this.ultraExplorerBar1.ImageSizeSmall             = new System.Drawing.Size(48, 48);
     this.ultraExplorerBar1.ImeMode                    = System.Windows.Forms.ImeMode.NoControl;
     this.ultraExplorerBar1.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightImage;
     this.ultraExplorerBar1.Location                   = new System.Drawing.Point(0, 18);
     this.ultraExplorerBar1.Name          = "ultraExplorerBar1";
     scrollBarLook1.ScrollBarArrowStyle   = Infragistics.Win.UltraWinScrollBar.ScrollBarArrowStyle.BothAtEachEnd;
     this.ultraExplorerBar1.ScrollBarLook = scrollBarLook1;
     this.ultraExplorerBar1.Size          = new System.Drawing.Size(228, 334);
     this.ultraExplorerBar1.Style         = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.Listbar;
     this.ultraExplorerBar1.TabIndex      = 28;
     this.ultraExplorerBar1.ViewStyle     = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2003;
     this.ultraExplorerBar1.ItemClick    += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
     //
     // ultraTabbedMdiManager1
     //
     this.ultraTabbedMdiManager1.MdiParent = this;
     //
     // ultraStatusBar1
     //
     this.ultraStatusBar1.Location                     = new System.Drawing.Point(0, 529);
     this.ultraStatusBar1.Name                         = "ultraStatusBar1";
     appearance9.FontData.BoldAsString                 = "False";
     appearance9.TextHAlign                            = Infragistics.Win.HAlign.Center;
     ultraStatusPanel1.Appearance                      = appearance9;
     ultraStatusPanel1.Style                           = Infragistics.Win.UltraWinStatusBar.PanelStyle.Date;
     appearance10.ForeColor                            = System.Drawing.Color.Maroon;
     ultraStatusPanel2.Appearance                      = appearance10;
     ultraStatusPanel2.Key                             = "user";
     appearance11.ForeColor                            = System.Drawing.Color.Maroon;
     ultraStatusPanel2.ProgressBarInfo.Appearance      = appearance11;
     ultraStatusPanel2.Text                            = "Phòng Viện phí ";
     ultraStatusPanel2.Width                           = 600;
     ultraStatusPanel3.DateTimeFormat                  = "dd/MM/yyyy";
     ultraStatusPanel3.MarqueeInfo.IsActive            = true;
     ultraStatusPanel3.MarqueeInfo.MarqueeScrollAmount = 3;
     ultraStatusPanel3.SizingMode                      = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel3.Style                           = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
     ultraStatusPanel3.Text                            = "MEDINFO Phát triển bởi Cty Cổ phần Thương mại và Kỹ Thuật Hà Nội (HT.,JSC-website" +
                                                         " http://www.ht-jsc.com.vn) và Viện Thông Tin Thư Viện Y Học Trung Ương (website " +
                                                         "http://www.cimsi.org.vn)";
     ultraStatusPanel3.Width = 250;
     this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3
     });
     this.ultraStatusBar1.Size      = new System.Drawing.Size(925, 23);
     this.ultraStatusBar1.TabIndex  = 51;
     this.ultraStatusBar1.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.VisualStudio2005;
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags       = 1;
     this.ultraToolbarsManager1.DockWithinContainer = this;
     //
     // _FormMain_Toolbars_Dock_Area_Left
     //
     this._FormMain_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FormMain_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 0);
     this._FormMain_Toolbars_Dock_Area_Left.Name            = "_FormMain_Toolbars_Dock_Area_Left";
     this._FormMain_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 529);
     this._FormMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormMain_Toolbars_Dock_Area_Right
     //
     this._FormMain_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FormMain_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(925, 0);
     this._FormMain_Toolbars_Dock_Area_Right.Name            = "_FormMain_Toolbars_Dock_Area_Right";
     this._FormMain_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 529);
     this._FormMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormMain_Toolbars_Dock_Area_Top
     //
     this._FormMain_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FormMain_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._FormMain_Toolbars_Dock_Area_Top.Name            = "_FormMain_Toolbars_Dock_Area_Top";
     this._FormMain_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(925, 0);
     this._FormMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormMain_Toolbars_Dock_Area_Bottom
     //
     this._FormMain_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FormMain_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 529);
     this._FormMain_Toolbars_Dock_Area_Bottom.Name            = "_FormMain_Toolbars_Dock_Area_Bottom";
     this._FormMain_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(925, 0);
     this._FormMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.viewToolStripMenuItem,
         this.đónTiếpToolStripMenuItem,
         this.báoCáoThốngKêToolStripMenuItem,
         this.quảnTrịDanhMụcToolStripMenuItem,
         this.trợGToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(918, 24);
     this.menuStrip1.TabIndex = 8;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem3,
         this.thoátChươngTrìnhToolStripMenuItem1,
         this.đổiMậtKhẩuToolStripMenuItem1,
         this.thoátToolStripMenuItem,
         this.đăngNhậpLạiToolStripMenuItem
     });
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(35, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripMenuItem3.Name         = "toolStripMenuItem3";
     this.toolStripMenuItem3.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
     this.toolStripMenuItem3.Size         = new System.Drawing.Size(233, 22);
     this.toolStripMenuItem3.Text         = "Tạo mới người sử dụng";
     this.toolStripMenuItem3.Click       += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // thoátChươngTrìnhToolStripMenuItem1
     //
     this.thoátChươngTrìnhToolStripMenuItem1.Name         = "thoátChươngTrìnhToolStripMenuItem1";
     this.thoátChươngTrìnhToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
     this.thoátChươngTrìnhToolStripMenuItem1.Size         = new System.Drawing.Size(233, 22);
     this.thoátChươngTrìnhToolStripMenuItem1.Text         = "Người sử dụng hiện tại";
     //
     // đổiMậtKhẩuToolStripMenuItem1
     //
     this.đổiMậtKhẩuToolStripMenuItem1.Name = "đổiMậtKhẩuToolStripMenuItem1";
     this.đổiMậtKhẩuToolStripMenuItem1.Size = new System.Drawing.Size(233, 22);
     this.đổiMậtKhẩuToolStripMenuItem1.Text = "Đổi mật khẩu";
     //
     // thoátToolStripMenuItem
     //
     this.thoátToolStripMenuItem.Name   = "thoátToolStripMenuItem";
     this.thoátToolStripMenuItem.Size   = new System.Drawing.Size(233, 22);
     this.thoátToolStripMenuItem.Text   = "Thoát";
     this.thoátToolStripMenuItem.Click += new System.EventHandler(this.thoátToolStripMenuItem_Click);
     //
     // đăngNhậpLạiToolStripMenuItem
     //
     this.đăngNhậpLạiToolStripMenuItem.Name   = "đăngNhậpLạiToolStripMenuItem";
     this.đăngNhậpLạiToolStripMenuItem.Size   = new System.Drawing.Size(233, 22);
     this.đăngNhậpLạiToolStripMenuItem.Text   = "Đăng nhập lại";
     this.đăngNhậpLạiToolStripMenuItem.Click += new System.EventHandler(this.đăngNhậpLạiToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showMenuToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(84, 20);
     this.viewToolStripMenuItem.Text = "Hiển thị menu";
     //
     // showMenuToolStripMenuItem
     //
     this.showMenuToolStripMenuItem.Name   = "showMenuToolStripMenuItem";
     this.showMenuToolStripMenuItem.Size   = new System.Drawing.Size(140, 22);
     this.showMenuToolStripMenuItem.Text   = "Show Menu";
     this.showMenuToolStripMenuItem.Click += new System.EventHandler(this.showMenuToolStripMenuItem_Click);
     //
     // đónTiếpToolStripMenuItem
     //
     this.đónTiếpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.đónTiếpBệnhNhânToolStripMenuItem,
         this.danhSáchBệnhNhânToolStripMenuItem,
         this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem
     });
     this.đónTiếpToolStripMenuItem.Name = "đónTiếpToolStripMenuItem";
     this.đónTiếpToolStripMenuItem.Size = new System.Drawing.Size(70, 20);
     this.đónTiếpToolStripMenuItem.Text = "Bệnh nhân";
     //
     // đónTiếpBệnhNhânToolStripMenuItem
     //
     this.đónTiếpBệnhNhânToolStripMenuItem.Name   = "đónTiếpBệnhNhânToolStripMenuItem";
     this.đónTiếpBệnhNhânToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.đónTiếpBệnhNhânToolStripMenuItem.Text   = "Đón tiếp";
     this.đónTiếpBệnhNhânToolStripMenuItem.Click += new System.EventHandler(this.đónTiếpBệnhNhânToolStripMenuItem_Click);
     //
     // danhSáchBệnhNhânToolStripMenuItem
     //
     this.danhSáchBệnhNhânToolStripMenuItem.Name   = "danhSáchBệnhNhânToolStripMenuItem";
     this.danhSáchBệnhNhânToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.danhSáchBệnhNhânToolStripMenuItem.Text   = "Danh sách bệnh nhân";
     this.danhSáchBệnhNhânToolStripMenuItem.Click += new System.EventHandler(this.danhSáchBệnhNhânToolStripMenuItem_Click);
     //
     // danhSáchDịchVụCủaBệnhNhânToolStripMenuItem
     //
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem.Name   = "danhSáchDịchVụCủaBệnhNhânToolStripMenuItem";
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem.Text   = "Danh sách dịch vụ của bệnh nhân";
     this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem.Click += new System.EventHandler(this.danhSáchDịchVụCủaBệnhNhânToolStripMenuItem_Click);
     //
     // báoCáoThốngKêToolStripMenuItem
     //
     this.báoCáoThốngKêToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.chọnBáoCáoToolStripMenuItem
     });
     this.báoCáoThốngKêToolStripMenuItem.Name = "báoCáoThốngKêToolStripMenuItem";
     this.báoCáoThốngKêToolStripMenuItem.Size = new System.Drawing.Size(102, 20);
     this.báoCáoThốngKêToolStripMenuItem.Text = "Báo cáo thống kê";
     //
     // chọnBáoCáoToolStripMenuItem
     //
     this.chọnBáoCáoToolStripMenuItem.Name   = "chọnBáoCáoToolStripMenuItem";
     this.chọnBáoCáoToolStripMenuItem.Size   = new System.Drawing.Size(151, 22);
     this.chọnBáoCáoToolStripMenuItem.Text   = "Chọn báo cáo";
     this.chọnBáoCáoToolStripMenuItem.Click += new System.EventHandler(this.chọnBáoCáoToolStripMenuItem_Click);
     //
     // quảnTrịDanhMụcToolStripMenuItem
     //
     this.quảnTrịDanhMụcToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ngườiDùngToolStripMenuItem,
         this.danhMụcDịchVụToolStripMenuItem,
         this.danhMụcToolStripMenuItem
     });
     this.quảnTrịDanhMụcToolStripMenuItem.Name = "quảnTrịDanhMụcToolStripMenuItem";
     this.quảnTrịDanhMụcToolStripMenuItem.Size = new System.Drawing.Size(107, 20);
     this.quảnTrịDanhMụcToolStripMenuItem.Text = "Quản trị danh mục";
     //
     // ngườiDùngToolStripMenuItem
     //
     this.ngườiDùngToolStripMenuItem.Name   = "ngườiDùngToolStripMenuItem";
     this.ngườiDùngToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.ngườiDùngToolStripMenuItem.Text   = "Người dùng";
     this.ngườiDùngToolStripMenuItem.Click += new System.EventHandler(this.ngườiDùngToolStripMenuItem_Click);
     //
     // danhMụcDịchVụToolStripMenuItem
     //
     this.danhMụcDịchVụToolStripMenuItem.Name   = "danhMụcDịchVụToolStripMenuItem";
     this.danhMụcDịchVụToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.danhMụcDịchVụToolStripMenuItem.Text   = "Danh mục dịch vụ";
     this.danhMụcDịchVụToolStripMenuItem.Click += new System.EventHandler(this.danhMụcDịchVụToolStripMenuItem_Click);
     //
     // danhMụcToolStripMenuItem
     //
     this.danhMụcToolStripMenuItem.Name   = "danhMụcToolStripMenuItem";
     this.danhMụcToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.danhMụcToolStripMenuItem.Text   = "Danh mục phòng";
     this.danhMụcToolStripMenuItem.Click += new System.EventHandler(this.danhMụcToolStripMenuItem_Click);
     //
     // trợGToolStripMenuItem
     //
     this.trợGToolStripMenuItem.Name = "trợGToolStripMenuItem";
     this.trợGToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.trợGToolStripMenuItem.Text = "Trợ giúp";
     //
     // ultraDockManager1
     //
     this.ultraDockManager1.CaptionStyle        = Infragistics.Win.UltraWinDock.CaptionStyle.VSNet;
     dockableControlPane1.Control               = this.ultraExplorerBar1;
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 30, 228, 493);
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(228, 352);
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.ultraDockManager1.HostControl        = this;
     this.ultraDockManager1.ShowMaximizeButton = true;
     this.ultraDockManager1.ShowMinimizeButton = true;
     this.ultraDockManager1.WindowStyle        = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _FormMainUnpinnedTabAreaLeft
     //
     this._FormMainUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._FormMainUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 24);
     this._FormMainUnpinnedTabAreaLeft.Name     = "_FormMainUnpinnedTabAreaLeft";
     this._FormMainUnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
     this._FormMainUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 352);
     this._FormMainUnpinnedTabAreaLeft.TabIndex = 29;
     //
     // _FormMainUnpinnedTabAreaRight
     //
     this._FormMainUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._FormMainUnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainUnpinnedTabAreaRight.Location = new System.Drawing.Point(918, 24);
     this._FormMainUnpinnedTabAreaRight.Name     = "_FormMainUnpinnedTabAreaRight";
     this._FormMainUnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
     this._FormMainUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 352);
     this._FormMainUnpinnedTabAreaRight.TabIndex = 30;
     //
     // _FormMainUnpinnedTabAreaTop
     //
     this._FormMainUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._FormMainUnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 24);
     this._FormMainUnpinnedTabAreaTop.Name     = "_FormMainUnpinnedTabAreaTop";
     this._FormMainUnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
     this._FormMainUnpinnedTabAreaTop.Size     = new System.Drawing.Size(918, 0);
     this._FormMainUnpinnedTabAreaTop.TabIndex = 31;
     //
     // _FormMainUnpinnedTabAreaBottom
     //
     this._FormMainUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._FormMainUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 376);
     this._FormMainUnpinnedTabAreaBottom.Name     = "_FormMainUnpinnedTabAreaBottom";
     this._FormMainUnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
     this._FormMainUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(918, 0);
     this._FormMainUnpinnedTabAreaBottom.TabIndex = 32;
     //
     // _FormMainAutoHideControl
     //
     this._FormMainAutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._FormMainAutoHideControl.Location = new System.Drawing.Point(0, 0);
     this._FormMainAutoHideControl.Name     = "_FormMainAutoHideControl";
     this._FormMainAutoHideControl.Owner    = this.ultraDockManager1;
     this._FormMainAutoHideControl.Size     = new System.Drawing.Size(0, 0);
     this._FormMainAutoHideControl.TabIndex = 33;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.windowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.windowDockingArea1.Location = new System.Drawing.Point(0, 24);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.ultraDockManager1;
     this.windowDockingArea1.Size     = new System.Drawing.Size(233, 352);
     this.windowDockingArea1.TabIndex = 34;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.ultraExplorerBar1);
     this.dockableWindow1.Location = new System.Drawing.Point(0, 0);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.ultraDockManager1;
     this.dockableWindow1.Size     = new System.Drawing.Size(228, 352);
     this.dockableWindow1.TabIndex = 0;
     //
     // FormMain
     //
     this.ClientSize = new System.Drawing.Size(918, 376);
     this.Controls.Add(this._FormMainAutoHideControl);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._FormMainUnpinnedTabAreaTop);
     this.Controls.Add(this._FormMainUnpinnedTabAreaBottom);
     this.Controls.Add(this._FormMainUnpinnedTabAreaLeft);
     this.Controls.Add(this._FormMainUnpinnedTabAreaRight);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.KeyPreview     = true;
     this.Name           = "FormMain";
     this.Text           = "Quản lý phòng khám";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.FormMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #16
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();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("logoff");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("UpdatePW");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("logoff");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("UpdatePW");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SupplierMain));
     this.FormManager = new Infragistics.Win.UltraWinForm.UltraFormManager(this.components);
     this._SCAMain_UltraFormManager_Dock_Area_Left   = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._SCAMain_UltraFormManager_Dock_Area_Right  = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._SCAMain_UltraFormManager_Dock_Area_Top    = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._SCAMain_UltraFormManager_Dock_Area_Bottom = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this.imgForm                               = new System.Windows.Forms.ImageList(this.components);
     this.panelForm                             = new Infragistics.Win.Misc.UltraPanel();
     this.ClientArea_Fill_Panel                 = new Infragistics.Win.Misc.UltraPanel();
     this.ClientArea_Fill_Panel_1               = new Infragistics.Win.Misc.UltraPanel();
     this._ClientArea_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.toolbars                              = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.tabManager                            = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.statusBar                             = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.ultraRibbonCustomizationProvider1     = new Infragistics.Win.SupportDialogs.RibbonCustomizationProvider.UltraRibbonCustomizationProvider(this.components);
     this.timerAuthorization                    = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.FormManager)).BeginInit();
     this.panelForm.ClientArea.SuspendLayout();
     this.panelForm.SuspendLayout();
     this.ClientArea_Fill_Panel.ClientArea.SuspendLayout();
     this.ClientArea_Fill_Panel.SuspendLayout();
     this.ClientArea_Fill_Panel_1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toolbars)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBar)).BeginInit();
     this.SuspendLayout();
     //
     // FormManager
     //
     this.FormManager.Form = this;
     this.FormManager.FormStyleSettings.Caption = "<p style=\"text-align:Center;\"><span style=\"color:White; font-family:微软雅黑; font-we" +
                                                  "ight:normal; font-size:18pt;\">云汽配管理</span></p>";
     appearance2.AlphaLevel        = ((short)(255));
     appearance2.BackColor         = System.Drawing.SystemColors.ActiveCaptionText;
     appearance2.BackColor2        = System.Drawing.Color.CornflowerBlue;
     appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.GlassTop20;
     this.FormManager.FormStyleSettings.CaptionAreaAppearance = appearance2;
     appearance3.BackColor = System.Drawing.Color.White;
     appearance3.ForeColor = System.Drawing.Color.Black;
     this.FormManager.FormStyleSettings.CaptionButtonsAppearances.CloseButtonAppearances.Appearance = appearance3;
     appearance4.BackColor = System.Drawing.Color.Red;
     this.FormManager.FormStyleSettings.CaptionButtonsAppearances.CloseButtonAppearances.HotTrackAppearance = appearance4;
     appearance5.BackColor = System.Drawing.Color.White;
     this.FormManager.FormStyleSettings.CaptionButtonsAppearances.MinimizeButtonAppearances.Appearance = appearance5;
     appearance6.BackColor = System.Drawing.Color.Green;
     this.FormManager.FormStyleSettings.CaptionButtonsAppearances.MinimizeButtonAppearances.HotTrackAppearance = appearance6;
     appearance7.BackColor = System.Drawing.Color.LightSkyBlue;
     this.FormManager.FormStyleSettings.CaptionButtonsAppearances.RestoreButtonAppearances.Appearance = appearance7;
     appearance8.BackColor = System.Drawing.Color.Blue;
     this.FormManager.FormStyleSettings.CaptionButtonsAppearances.RestoreButtonAppearances.HotTrackAppearance = appearance8;
     appearance9.BackColor  = System.Drawing.Color.Transparent;
     appearance9.BackColor2 = System.Drawing.Color.Transparent;
     this.FormManager.FormStyleSettings.FormBorderAppearance = appearance9;
     //
     // _SCAMain_UltraFormManager_Dock_Area_Left
     //
     this._SCAMain_UltraFormManager_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._SCAMain_UltraFormManager_Dock_Area_Left.BackColor               = System.Drawing.Color.Transparent;
     this._SCAMain_UltraFormManager_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Left;
     this._SCAMain_UltraFormManager_Dock_Area_Left.ForeColor               = System.Drawing.Color.Black;
     this._SCAMain_UltraFormManager_Dock_Area_Left.FormManager             = this.FormManager;
     this._SCAMain_UltraFormManager_Dock_Area_Left.InitialResizeAreaExtent = 8;
     this._SCAMain_UltraFormManager_Dock_Area_Left.Location = new System.Drawing.Point(0, 42);
     this._SCAMain_UltraFormManager_Dock_Area_Left.Name     = "_SCAMain_UltraFormManager_Dock_Area_Left";
     this._SCAMain_UltraFormManager_Dock_Area_Left.Size     = new System.Drawing.Size(8, 828);
     //
     // _SCAMain_UltraFormManager_Dock_Area_Right
     //
     this._SCAMain_UltraFormManager_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._SCAMain_UltraFormManager_Dock_Area_Right.BackColor               = System.Drawing.Color.Transparent;
     this._SCAMain_UltraFormManager_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Right;
     this._SCAMain_UltraFormManager_Dock_Area_Right.ForeColor               = System.Drawing.Color.Black;
     this._SCAMain_UltraFormManager_Dock_Area_Right.FormManager             = this.FormManager;
     this._SCAMain_UltraFormManager_Dock_Area_Right.InitialResizeAreaExtent = 8;
     this._SCAMain_UltraFormManager_Dock_Area_Right.Location = new System.Drawing.Point(1592, 42);
     this._SCAMain_UltraFormManager_Dock_Area_Right.Name     = "_SCAMain_UltraFormManager_Dock_Area_Right";
     this._SCAMain_UltraFormManager_Dock_Area_Right.Size     = new System.Drawing.Size(8, 828);
     //
     // _SCAMain_UltraFormManager_Dock_Area_Top
     //
     this._SCAMain_UltraFormManager_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._SCAMain_UltraFormManager_Dock_Area_Top.BackColor      = System.Drawing.Color.Transparent;
     this._SCAMain_UltraFormManager_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Top;
     this._SCAMain_UltraFormManager_Dock_Area_Top.ForeColor      = System.Drawing.Color.Black;
     this._SCAMain_UltraFormManager_Dock_Area_Top.FormManager    = this.FormManager;
     this._SCAMain_UltraFormManager_Dock_Area_Top.Location       = new System.Drawing.Point(0, 0);
     this._SCAMain_UltraFormManager_Dock_Area_Top.Name           = "_SCAMain_UltraFormManager_Dock_Area_Top";
     this._SCAMain_UltraFormManager_Dock_Area_Top.Size           = new System.Drawing.Size(1600, 42);
     //
     // _SCAMain_UltraFormManager_Dock_Area_Bottom
     //
     this._SCAMain_UltraFormManager_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._SCAMain_UltraFormManager_Dock_Area_Bottom.BackColor      = System.Drawing.Color.Transparent;
     this._SCAMain_UltraFormManager_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Bottom;
     this._SCAMain_UltraFormManager_Dock_Area_Bottom.ForeColor      = System.Drawing.Color.Black;
     this._SCAMain_UltraFormManager_Dock_Area_Bottom.FormManager    = this.FormManager;
     this._SCAMain_UltraFormManager_Dock_Area_Bottom.Location       = new System.Drawing.Point(0, 870);
     this._SCAMain_UltraFormManager_Dock_Area_Bottom.Name           = "_SCAMain_UltraFormManager_Dock_Area_Bottom";
     this._SCAMain_UltraFormManager_Dock_Area_Bottom.Size           = new System.Drawing.Size(1600, 0);
     //
     // imgForm
     //
     this.imgForm.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgForm.ImageStream")));
     this.imgForm.TransparentColor = System.Drawing.Color.Transparent;
     this.imgForm.Images.SetKeyName(0, "AccountPayableBillManager.png");
     this.imgForm.Images.SetKeyName(1, "AccountReceivableBillManager.png");
     this.imgForm.Images.SetKeyName(2, "AutoFactoryCustomerManager.png");
     this.imgForm.Images.SetKeyName(3, "AutoPartsArchiveManager.png");
     this.imgForm.Images.SetKeyName(4, "AutoPartsNameManager.png");
     this.imgForm.Images.SetKeyName(5, "BinManager.png");
     this.imgForm.Images.SetKeyName(6, "BusinessReport.png");
     this.imgForm.Images.SetKeyName(7, "GeneralCustomerManager.png");
     this.imgForm.Images.SetKeyName(8, "InventoryQuery.png");
     this.imgForm.Images.SetKeyName(9, "LogisticsBillManager.png");
     this.imgForm.Images.SetKeyName(10, "MerchantAuthorityQuery.png");
     this.imgForm.Images.SetKeyName(11, "OrganizationManager.png");
     this.imgForm.Images.SetKeyName(12, "PayBillManager.png");
     this.imgForm.Images.SetKeyName(13, "PIOSReport.png");
     this.imgForm.Images.SetKeyName(14, "PositionManagement.png");
     this.imgForm.Images.SetKeyName(15, "ProactiveSalesManager.png");
     this.imgForm.Images.SetKeyName(16, "ProfitAndLossQuery.png");
     this.imgForm.Images.SetKeyName(17, "PurchaseForecastOrderQuery.png");
     this.imgForm.Images.SetKeyName(18, "PurchaseOrderManager.png");
     this.imgForm.Images.SetKeyName(19, "ReceiptBillManager.png");
     this.imgForm.Images.SetKeyName(20, "SalesForecastOrderQuery.png");
     this.imgForm.Images.SetKeyName(21, "SalesOrderManager.png");
     this.imgForm.Images.SetKeyName(22, "SalesReport.png");
     this.imgForm.Images.SetKeyName(23, "SalesTemplateManager.png");
     this.imgForm.Images.SetKeyName(24, "ShareInventoryManager.png");
     this.imgForm.Images.SetKeyName(25, "StockInBillManager.png");
     this.imgForm.Images.SetKeyName(26, "StockOutBillManager.png");
     this.imgForm.Images.SetKeyName(27, "StocktakingTaskDetailManager.png");
     this.imgForm.Images.SetKeyName(28, "StocktakingTaskManager.png");
     this.imgForm.Images.SetKeyName(29, "SupplierManager.png");
     this.imgForm.Images.SetKeyName(30, "UserManager.png");
     this.imgForm.Images.SetKeyName(31, "UserMenuActionManager.png");
     this.imgForm.Images.SetKeyName(32, "UserMenuManager.png");
     this.imgForm.Images.SetKeyName(33, "UserOrgManager.png");
     this.imgForm.Images.SetKeyName(34, "VehicleBrandInspireSummaManager.png");
     this.imgForm.Images.SetKeyName(35, "VehicleDistributionReport.png");
     this.imgForm.Images.SetKeyName(36, "WarehouseManager.png");
     this.imgForm.Images.SetKeyName(37, "WcUserManager.png");
     this.imgForm.Images.SetKeyName(38, "CancelDeliver.png");
     //
     // panelForm
     //
     this.panelForm.AutoSize = true;
     //
     // panelForm.ClientArea
     //
     this.panelForm.ClientArea.Controls.Add(this.ClientArea_Fill_Panel);
     this.panelForm.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.panelForm.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.panelForm.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.panelForm.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.panelForm.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelForm.Location = new System.Drawing.Point(8, 42);
     this.panelForm.Name     = "panelForm";
     this.panelForm.Size     = new System.Drawing.Size(1584, 54);
     this.panelForm.TabIndex = 7;
     //
     // ClientArea_Fill_Panel
     //
     //
     // ClientArea_Fill_Panel.ClientArea
     //
     this.ClientArea_Fill_Panel.ClientArea.Controls.Add(this.ClientArea_Fill_Panel_1);
     this.ClientArea_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.ClientArea_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel.Location = new System.Drawing.Point(0, 54);
     this.ClientArea_Fill_Panel.Name     = "ClientArea_Fill_Panel";
     this.ClientArea_Fill_Panel.Size     = new System.Drawing.Size(1584, 0);
     this.ClientArea_Fill_Panel.TabIndex = 0;
     //
     // ClientArea_Fill_Panel_1
     //
     this.ClientArea_Fill_Panel_1.Cursor   = System.Windows.Forms.Cursors.Default;
     this.ClientArea_Fill_Panel_1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel_1.Location = new System.Drawing.Point(0, 0);
     this.ClientArea_Fill_Panel_1.Name     = "ClientArea_Fill_Panel_1";
     this.ClientArea_Fill_Panel_1.Size     = new System.Drawing.Size(1584, 0);
     this.ClientArea_Fill_Panel_1.TabIndex = 0;
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(245)))));
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.Color.Black;
     this._ClientArea_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 54);
     this._ClientArea_Toolbars_Dock_Area_Left.Name            = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbars;
     //
     // toolbars
     //
     this.toolbars.DesignerFlags             = 1;
     this.toolbars.DockWithinContainer       = this.panelForm.ClientArea;
     this.toolbars.Office2007UICompatibility = false;
     this.toolbars.Ribbon.ApplicationMenu.ToolAreaLeft.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool19,
         buttonTool24,
         buttonTool27
     });
     this.toolbars.Ribbon.Visible             = true;
     this.toolbars.Style                      = Infragistics.Win.UltraWinToolbars.ToolbarStyle.ScenicRibbon;
     buttonTool30.SharedPropsInternal.Caption = "退出";
     buttonTool34.SharedPropsInternal.Caption = "注销";
     buttonTool35.SharedPropsInternal.Caption = "修改密码";
     this.toolbars.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool30,
         buttonTool34,
         buttonTool35
     });
     this.toolbars.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbars_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(245)))));
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.Color.Black;
     this._ClientArea_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(1584, 54);
     this._ClientArea_Toolbars_Dock_Area_Right.Name            = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbars;
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(245)))));
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.Color.Black;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 54);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name            = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(1584, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbars;
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(245)))));
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.Color.Black;
     this._ClientArea_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name            = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(1584, 54);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbars;
     //
     // tabManager
     //
     this.tabManager.AllowHorizontalTabGroups = false;
     this.tabManager.AllowNestedTabGroups     = Infragistics.Win.DefaultableBoolean.False;
     this.tabManager.AllowVerticalTabGroups   = false;
     this.tabManager.AlphaBlendMode           = Infragistics.Win.AlphaBlendMode.Standard;
     appearance10.BackColor     = System.Drawing.Color.CornflowerBlue;
     appearance10.BackColor2    = System.Drawing.Color.CornflowerBlue;
     this.tabManager.Appearance = appearance10;
     this.tabManager.IsActiveTabGroupMaximized = true;
     this.tabManager.MdiParent                    = this;
     this.tabManager.SettingsKey                  = "SCAMain.tabManager";
     this.tabManager.SplitterBorderStyle          = Infragistics.Win.UIElementBorderStyle.Rounded3;
     this.tabManager.TabGroupSettings.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010ScrollbarButton;
     appearance11.BackColor  = System.Drawing.Color.Transparent;
     appearance11.BackColor2 = System.Drawing.Color.Transparent;
     this.tabManager.TabGroupSettings.CloseButtonAppearance = appearance11;
     this.tabManager.TabGroupSettings.CloseButtonLocation   = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
     appearance12.BackColor  = System.Drawing.Color.Pink;
     appearance12.BackColor2 = System.Drawing.Color.White;
     this.tabManager.TabGroupSettings.HotTrackCloseButtonAppearance = appearance12;
     this.tabManager.TabGroupSettings.TabButtonStyle   = Infragistics.Win.UIElementButtonStyle.Office2010Button;
     this.tabManager.TabGroupSettings.TabPadding       = new System.Drawing.Size(1, 1);
     this.tabManager.TabGroupSettings.TabStyle         = Infragistics.Win.UltraWinTabs.TabStyle.Office2010Ribbon;
     this.tabManager.TabGroupSettings.TextOrientation  = Infragistics.Win.UltraWinTabs.TextOrientation.Horizontal;
     this.tabManager.TabSettings.AllowClose            = Infragistics.Win.DefaultableBoolean.True;
     this.tabManager.TabSettings.AllowDrag             = Infragistics.Win.UltraWinTabbedMdi.MdiTabDragStyle.WithinGroup;
     this.tabManager.TabSettings.CloseButtonVisibility = Infragistics.Win.UltraWinTabs.TabCloseButtonVisibility.Always;
     this.tabManager.TabSettings.DisplayFormIcon       = Infragistics.Win.DefaultableBoolean.False;
     appearance13.BackColor          = System.Drawing.Color.CornflowerBlue;
     appearance13.BackColor2         = System.Drawing.Color.White;
     appearance13.TextHAlignAsString = "Center";
     appearance13.TextVAlignAsString = "Middle";
     this.tabManager.TabSettings.SelectedTabAppearance = appearance13;
     this.tabManager.TabSettings.TabCloseAction        = Infragistics.Win.UltraWinTabbedMdi.MdiTabCloseAction.Close;
     this.tabManager.TabSettings.TabWidth   = 0;
     this.tabManager.ViewStyle              = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2003;
     this.tabManager.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.tabManager_InitializeContextMenu);
     this.tabManager.InitializeTab         += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.tabManager_InitializeTab);
     this.tabManager.TabClosing            += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.tabManager_TabClosing);
     //
     // statusBar
     //
     this.statusBar.Location             = new System.Drawing.Point(0, 870);
     this.statusBar.Name                 = "statusBar";
     ultraStatusPanel1.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel1.Key               = "lblUserName";
     ultraStatusPanel1.Text              = "用户名:";
     ultraStatusPanel1.Width             = 56;
     ultraStatusPanel1.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     ultraStatusPanel2.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel2.Key               = "UserName";
     ultraStatusPanel2.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     ultraStatusPanel3.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel3.MarqueeInfo.Delay = 2;
     ultraStatusPanel3.MinWidth          = 600;
     ultraStatusPanel3.Style             = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
     ultraStatusPanel3.Text              = "Copyright © 2015-2016 无锡云车物联网科技有限公司. 保留所有权利.";
     ultraStatusPanel3.Width             = 800;
     ultraStatusPanel3.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     appearance1.TextHAlignAsString      = "Right";
     ultraStatusPanel4.Appearance        = appearance1;
     ultraStatusPanel4.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel4.Key               = "Version";
     ultraStatusPanel4.Text              = "版本 3.1.60829.1";
     ultraStatusPanel4.Width             = 1000;
     ultraStatusPanel4.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     this.statusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4
     });
     this.statusBar.Size      = new System.Drawing.Size(1600, 30);
     this.statusBar.TabIndex  = 13;
     this.statusBar.Text      = "ultraStatusBar1";
     this.statusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2003;
     //
     // timerAuthorization
     //
     this.timerAuthorization.Enabled  = true;
     this.timerAuthorization.Interval = 6000;
     //
     // SupplierMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1600, 900);
     this.Controls.Add(this.panelForm);
     this.Controls.Add(this._SCAMain_UltraFormManager_Dock_Area_Left);
     this.Controls.Add(this._SCAMain_UltraFormManager_Dock_Area_Right);
     this.Controls.Add(this._SCAMain_UltraFormManager_Dock_Area_Top);
     this.Controls.Add(this._SCAMain_UltraFormManager_Dock_Area_Bottom);
     this.Controls.Add(this.statusBar);
     this.ForeColor      = System.Drawing.Color.Black;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name           = "SupplierMain";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "云汽配系统";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.SCAMain_FormClosing);
     this.Load          += new System.EventHandler(this.SCAMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.FormManager)).EndInit();
     this.panelForm.ClientArea.ResumeLayout(false);
     this.panelForm.ResumeLayout(false);
     this.panelForm.PerformLayout();
     this.ClientArea_Fill_Panel.ClientArea.ResumeLayout(false);
     this.ClientArea_Fill_Panel.ResumeLayout(false);
     this.ClientArea_Fill_Panel_1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.toolbars)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #17
0
        /// <summary>
        /// 初始化页面多语言
        /// </summary>
        /// <param name="languageControl"></param>
        /// <param name="forceLoad"></param>
        public void InitPageLanguage()
        {
            this.FindAllControls(this);
            MultiLanguageHelper helper = null;

            foreach (Control control in this.Controls)
            {
                if (control != null)
                {
                    foreach (Control c in this.arrayListLabel)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, c.Text);
                        }
                        string lblName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        System.Windows.Forms.Control lbl = c;

                        if (lblName != null && lblName != "" && ((System.Windows.Forms.Label)lbl).Name != null)
                        {
                            ((System.Windows.Forms.Label)lbl).Text = lblName.Replace("\\r\\n", "\r\n");
                        }
                        //else if (((System.Windows.Forms.Label)lbl).Name != null && ((System.Windows.Forms.Label)lbl).Name != "")
                        //{
                        //    ((System.Windows.Forms.Label)lbl).Text = c.Name;
                        //}
                    }

                    foreach (Control c in this.arrayListUCLabel)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, ((UserControl.UCLabelEdit)c).Caption);
                        }
                        string lblName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        System.Windows.Forms.Control lbl = c;

                        if (lblName != null && lblName != "" && ((UserControl.UCLabelEdit)lbl).Name != null && ((UserControl.UCLabelEdit)lbl).Name != "")
                        {
                            ((UserControl.UCLabelEdit)lbl).Caption = lblName.Replace("\\t\\r", " ");
                        }
                        //else if (((UserControl.UCLabelEdit)lbl).Name != null && ((UserControl.UCLabelEdit)lbl).Name != "")
                        //{
                        //    ((UserControl.UCLabelEdit)lbl).Caption = c.Name;
                        //}
                    }

                    foreach (Control c in this.arrayListButton)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, c.Text);
                        }
                        string buttonName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        System.Windows.Forms.Control button = c;
                        if (buttonName != "" && ((System.Windows.Forms.Button)button).Name.ToString().Trim() != "")
                        {
                            ((System.Windows.Forms.Button)button).Text = buttonName;
                        }
                        else if (((System.Windows.Forms.Button)button).Name.ToString().Trim() != "")
                        {
                            ((System.Windows.Forms.Button)button).Text = c.Name;
                        }
                    }

                    foreach (Control c in this.arrayListUCButton)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, ((UserControl.UCButton)c).Caption);
                        }
                        string buttonName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        System.Windows.Forms.Control button = c;
                        if (buttonName != "" && ((UserControl.UCButton)button).Name.ToString().Trim() != "")
                        {
                            ((UserControl.UCButton)button).Caption = buttonName;
                        }
                        else if (((UserControl.UCButton)button).Name.ToString().Trim() != "")
                        {
                            ((UserControl.UCButton)button).Caption = c.Name;
                        }
                    }

                    foreach (Control c in this.arrayListCheckBox)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, c.Text);
                        }
                        string checkBoxName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        System.Windows.Forms.Control checkBox = c;

                        if (checkBoxName != null && checkBoxName != "" && ((System.Windows.Forms.CheckBox)checkBox).Name != null)
                        {
                            ((System.Windows.Forms.CheckBox)checkBox).Text = checkBoxName.Replace("\\t\\r", " ");
                        }
                        //else if (((System.Windows.Forms.CheckBox)checkBox).Name != null && ((System.Windows.Forms.CheckBox)checkBox).Name != "")
                        //{
                        //    ((System.Windows.Forms.CheckBox)checkBox).Text = c.Name;
                        //}
                    }

                    foreach (Control c in this.arrayListRadioButton)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, c.Text);
                        }
                        string radioButtonName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        System.Windows.Forms.Control radioButton = c;

                        if (radioButtonName != null && radioButtonName != "" && ((System.Windows.Forms.RadioButton)radioButton).Name != null)
                        {
                            ((System.Windows.Forms.RadioButton)radioButton).Text = radioButtonName;
                        }
                        //else if (((System.Windows.Forms.RadioButton)radioButton).Name != null && ((System.Windows.Forms.RadioButton)radioButton).Name != "")
                        //{
                        //    ((System.Windows.Forms.RadioButton)radioButton).Text = c.Name;
                        //}
                    }


                    foreach (Control c in this.arrayListGroupBox)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, c.Text);
                        }
                        string groupBoxName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        System.Windows.Forms.Control groupBox = c;

                        if (groupBoxName != null && ((System.Windows.Forms.GroupBox)groupBox).Name != null)
                        {
                            ((System.Windows.Forms.GroupBox)groupBox).Text = groupBoxName;
                        }
                        else if (((System.Windows.Forms.GroupBox)groupBox).Name != null && ((System.Windows.Forms.GroupBox)groupBox).Name != "")
                        {
                            ((System.Windows.Forms.GroupBox)groupBox).Text = c.Name;
                        }
                    }

                    foreach (Control c in this.arrayListComBox)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, ((UserControl.UCLabelCombox)c).Caption);
                        }
                        string comBoxName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        System.Windows.Forms.Control comBox = c;

                        if (comBoxName != null && comBoxName != "" && ((UserControl.UCLabelCombox)comBox).Name != null)
                        {
                            ((UserControl.UCLabelCombox)comBox).Caption = comBoxName;
                        }
                        //else if (((UserControl.UCLabelCombox)comBox).Name != null && ((UserControl.UCLabelCombox)comBox).Name != "")
                        //{
                        //    ((UserControl.UCLabelCombox)comBox).Caption = c.Name;
                        //}
                    }


                    foreach (Control c in this.arrayListOptionSet)
                    {
                        foreach (ValueListItem item in ((Infragistics.Win.UltraWinEditors.UltraOptionSet)c).Items)
                        {
                            string itemDisplayName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name + "_" + item.DataValue.ToString());
                            if (m_AutoCreateLanguage)
                            {
                                helper = new MultiLanguageHelper();
                                helper.AddControlLanguage("", "$CSPageControl_" + c.Name + "_" + item.DataValue.ToString(), item.DataValue.ToString(), item.DisplayText);
                            }
                            if (itemDisplayName != null && itemDisplayName != "" && item.DataValue != null && item.DataValue.ToString() != "")
                            {
                                item.DisplayText = itemDisplayName;
                            }
                            //else if (item.DataValue != null && item.DataValue.ToString() != "")
                            //{
                            //    item.DisplayText = item.DataValue.ToString();
                            //}
                        }
                    }

                    foreach (Control c in this.arrayListTab)
                    {
                        Infragistics.Win.UltraWinTabControl.UltraTabPageControl UCPageControl = c as Infragistics.Win.UltraWinTabControl.UltraTabPageControl;
                        string itemDisplayName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + UCPageControl.Name);
                        if (UCPageControl.Tab != null)
                        {
                            if (itemDisplayName != "")
                            {
                                UCPageControl.Tab.Text = itemDisplayName;
                            }
                            else
                            {
                                if (m_AutoCreateLanguage)
                                {
                                    helper = new MultiLanguageHelper();
                                    helper.AddControlLanguage("", "$CSPageControl_" + UCPageControl.Name, UCPageControl.Name, UCPageControl.Tab.Text);
                                }
                                UCPageControl.Tab.Text = UCPageControl.Name.ToString();
                            }
                        }
                    }

                    foreach (Control c in this.arrayListWinTabPage)
                    {
                        TabPage tabPage         = c as TabPage;
                        string  itemDisplayName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + tabPage.Name);

                        if (itemDisplayName != "")
                        {
                            tabPage.Text = itemDisplayName;
                        }
                        else
                        {
                            if (m_AutoCreateLanguage)
                            {
                                helper = new MultiLanguageHelper();
                                helper.AddControlLanguage("", "$CSPageControl_" + tabPage.Name, tabPage.Name, tabPage.Text);
                            }
                            tabPage.Text = tabPage.Name.ToString();
                        }
                    }

                    foreach (Control c in this.arrayListCheckEditor)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, c.Text);
                        }
                        string  checkEditorName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        Control checkEditor     = c;

                        if (checkEditorName != null && checkEditorName != "" && ((Infragistics.Win.UltraWinEditors.UltraCheckEditor)checkEditor).Name != null)
                        {
                            ((Infragistics.Win.UltraWinEditors.UltraCheckEditor)checkEditor).Text = checkEditorName;
                        }
                        //else if (((Infragistics.Win.UltraWinEditors.UltraCheckEditor)checkEditor).Name != null && ((Infragistics.Win.UltraWinEditors.UltraCheckEditor)checkEditor).Name != "")
                        //{
                        //    ((Infragistics.Win.UltraWinEditors.UltraCheckEditor)checkEditor).Text = c.Name;
                        //}
                    }

                    foreach (Control c in this.arrayListUCDateTime)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_" + c.Name, c.Name, ((UserControl.UCDatetTime)c).Caption);
                        }
                        string  ucDateTimeName = UserControl.MutiLanguages.ParserString("$CSPageControl_" + c.Name);
                        Control ucDateTime     = c;

                        if (ucDateTimeName != null && ucDateTimeName != "" && ((UserControl.UCDatetTime)ucDateTime).Name != null)
                        {
                            ((UserControl.UCDatetTime)ucDateTime).Caption = ucDateTimeName;
                        }
                        //else if (((UserControl.UCDatetTime)ucDateTime).Name != null && ((UserControl.UCDatetTime)ucDateTime).Name != "")
                        //{
                        //    ((UserControl.UCDatetTime)ucDateTime).Caption = c.Name;
                        //}
                    }


                    foreach (Infragistics.Win.UltraWinStatusBar.UltraStatusPanel c in this.arrayListStatusPanel)
                    {
                        if (m_AutoCreateLanguage)
                        {
                            helper = new MultiLanguageHelper();
                            helper.AddControlLanguage("", "$CSPageControl_UltraStatusPanel_" + c.Key, c.Key, c.Text);
                        }

                        Infragistics.Win.UltraWinStatusBar.UltraStatusPanel statusPanel = c as Infragistics.Win.UltraWinStatusBar.UltraStatusPanel;

                        string statusPanelName = UserControl.MutiLanguages.ParserString("$CSPageControl_UltraStatusPanel_" + c.Key);


                        if (statusPanelName != null && statusPanelName != "" && (statusPanel).Key != null)
                        {
                            (statusPanel).Text = statusPanelName;
                        }
                    }
                }
            }

            string title = UserControl.MutiLanguages.ParserString("$CSPageControl_" + this.Name);

            if (title != string.Empty)
            {
                this.Text = title;
            }
            else
            {
                if (m_AutoCreateLanguage)
                {
                    helper = new MultiLanguageHelper();
                    helper.AddControlLanguage("", "$CSPageControl_" + this.Name, this.Name, this.Text);
                }
                //this.Text = this.Name;
            }
        }
예제 #18
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(WmsRibbonMain));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem35 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem37 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem73 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem74 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem75 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem79 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem42 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem43 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem44 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem25 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem26 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem28 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem27 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem92 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem93 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem94 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.aMenuMain = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.biExit = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnFreshFunction = new DevExpress.XtraBars.BarButtonItem();
            this.ImgCollection16 = new DevExpress.Utils.ImageCollection(this.components);
            this.biMenu = new DevExpress.XtraBars.BarButtonItem();
            this.bbiExit = new DevExpress.XtraBars.BarButtonItem();
            this.bsiOneText = new DevExpress.XtraBars.BarStaticItem();
            this.bsiOneValue = new DevExpress.XtraBars.BarStaticItem();
            this.bsiSecondText = new DevExpress.XtraBars.BarStaticItem();
            this.bbiSecondVersion = new DevExpress.XtraBars.BarButtonItem();
            this.bsiThreeText = new DevExpress.XtraBars.BarStaticItem();
            this.bsiThreeValue = new DevExpress.XtraBars.BarStaticItem();
            this.btnCalc = new DevExpress.XtraBars.BarButtonItem();
            this.ImgCollection32 = new DevExpress.Utils.ImageCollection(this.components);
            this.rpgMain = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rpgSys = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgFunction = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.panel1 = new System.Windows.Forms.Panel();
            this.uExplorerBar = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.imageListSmall = new System.Windows.Forms.ImageList(this.components);
            this.uSplitterLeft = new Infragistics.Win.Misc.UltraSplitter();
            this.MdiManager = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
            this.uStatusBar = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.aMenuMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImgCollection16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImgCollection32)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ApplicationButtonDropDownControl = this.aMenuMain;
            this.ribbon.ApplicationIcon = ((System.Drawing.Bitmap)(resources.GetObject("ribbon.ApplicationIcon")));
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.ExpandCollapseItem.Name = "";
            this.ribbon.Images = this.ImgCollection16;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.biExit,
            this.biMenu,
            this.bbiExit,
            this.bsiOneText,
            this.bsiOneValue,
            this.bsiSecondText,
            this.bbiSecondVersion,
            this.bsiThreeText,
            this.bsiThreeValue,
            this.btnCalc,
            this.bbtnFreshFunction});
            this.ribbon.LargeImages = this.ImgCollection32;
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 13;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.rpgMain});
            this.ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemDateEdit1});
            this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
            this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
            this.ribbon.Size = new System.Drawing.Size(990, 147);
            this.ribbon.Click += new System.EventHandler(this.ribbon_Click);
            // 
            // aMenuMain
            // 
            this.aMenuMain.ItemLinks.Add(this.biExit);
            this.aMenuMain.ItemLinks.Add(this.bbtnFreshFunction);
            this.aMenuMain.Name = "aMenuMain";
            this.aMenuMain.Ribbon = this.ribbon;
            // 
            // biExit
            // 
            this.biExit.Caption = "退出";
            this.biExit.Id = 1;
            this.biExit.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.biExit.ItemAppearance.Normal.Options.UseFont = true;
            this.biExit.LargeImageIndex = 0;
            this.biExit.Name = "biExit";
            this.biExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biExit_ItemClick);
            // 
            // bbtnFreshFunction
            // 
            this.bbtnFreshFunction.Caption = "刷新权限";
            this.bbtnFreshFunction.Id = 12;
            this.bbtnFreshFunction.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 15F);
            this.bbtnFreshFunction.ItemAppearance.Normal.Options.UseFont = true;
            this.bbtnFreshFunction.LargeImageIndex = 3;
            this.bbtnFreshFunction.Name = "bbtnFreshFunction";
            this.bbtnFreshFunction.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnFreshFunction_ItemClick);
            // 
            // ImgCollection16
            // 
            this.ImgCollection16.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgCollection16.ImageStream")));
            this.ImgCollection16.InsertImage(global::JWMSH.Properties.Resources.item, "item", typeof(global::JWMSH.Properties.Resources), 0);
            this.ImgCollection16.Images.SetKeyName(0, "item");
            // 
            // biMenu
            // 
            this.biMenu.Caption = "导航";
            this.biMenu.Id = 2;
            this.biMenu.LargeImageIndex = 1;
            this.biMenu.Name = "biMenu";
            this.biMenu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biMenu_ItemClick);
            // 
            // bbiExit
            // 
            this.bbiExit.Caption = "退出";
            this.bbiExit.Id = 3;
            this.bbiExit.LargeImageIndex = 0;
            this.bbiExit.Name = "bbiExit";
            this.bbiExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExit_ItemClick);
            // 
            // bsiOneText
            // 
            this.bsiOneText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiOneText.Caption = "当前状态:";
            this.bsiOneText.Id = 4;
            this.bsiOneText.Name = "bsiOneText";
            this.bsiOneText.TextAlignment = System.Drawing.StringAlignment.Far;
            this.bsiOneText.Width = 100;
            // 
            // bsiOneValue
            // 
            this.bsiOneValue.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiOneValue.Id = 5;
            this.bsiOneValue.Name = "bsiOneValue";
            this.bsiOneValue.TextAlignment = System.Drawing.StringAlignment.Near;
            this.bsiOneValue.Width = 100;
            // 
            // bsiSecondText
            // 
            this.bsiSecondText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiSecondText.Caption = "当前版本:";
            this.bsiSecondText.Id = 6;
            this.bsiSecondText.Name = "bsiSecondText";
            this.bsiSecondText.TextAlignment = System.Drawing.StringAlignment.Far;
            this.bsiSecondText.Width = 100;
            // 
            // bbiSecondVersion
            // 
            this.bbiSecondVersion.Caption = "V1.1";
            this.bbiSecondVersion.Description = "V1.0.0.1  内部版本V1.1.2.1";
            this.bbiSecondVersion.Id = 7;
            this.bbiSecondVersion.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A));
            this.bbiSecondVersion.LargeWidth = 100;
            this.bbiSecondVersion.Name = "bbiSecondVersion";
            this.bbiSecondVersion.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSecondVersion_ItemClick);
            // 
            // bsiThreeText
            // 
            this.bsiThreeText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiThreeText.Caption = "登录时间:";
            this.bsiThreeText.Id = 8;
            this.bsiThreeText.Name = "bsiThreeText";
            this.bsiThreeText.TextAlignment = System.Drawing.StringAlignment.Far;
            this.bsiThreeText.Width = 100;
            // 
            // bsiThreeValue
            // 
            this.bsiThreeValue.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.bsiThreeValue.Id = 10;
            this.bsiThreeValue.Name = "bsiThreeValue";
            this.bsiThreeValue.TextAlignment = System.Drawing.StringAlignment.Near;
            this.bsiThreeValue.Width = 100;
            // 
            // btnCalc
            // 
            this.btnCalc.Caption = "计算器";
            this.btnCalc.Id = 11;
            this.btnCalc.LargeImageIndex = 2;
            this.btnCalc.Name = "btnCalc";
            this.btnCalc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCalc_ItemClick);
            // 
            // ImgCollection32
            // 
            this.ImgCollection32.ImageSize = new System.Drawing.Size(32, 32);
            this.ImgCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgCollection32.ImageStream")));
            this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.exit, "exit", typeof(global::JWMSH.Properties.Resources), 0);
            this.ImgCollection32.Images.SetKeyName(0, "exit");
            this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.Toolbar_BizNavigation, "Toolbar_BizNavigation", typeof(global::JWMSH.Properties.Resources), 1);
            this.ImgCollection32.Images.SetKeyName(1, "Toolbar_BizNavigation");
            this.ImgCollection32.Images.SetKeyName(2, "Calc.png");
            this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.cRefresh, "cRefresh", typeof(global::JWMSH.Properties.Resources), 3);
            this.ImgCollection32.Images.SetKeyName(3, "cRefresh");
            // 
            // rpgMain
            // 
            this.rpgMain.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rpgSys,
            this.rpgFunction});
            this.rpgMain.Name = "rpgMain";
            this.rpgMain.Text = "JARAN MES WMS";
            // 
            // rpgSys
            // 
            this.rpgSys.ItemLinks.Add(this.bbiExit);
            this.rpgSys.ItemLinks.Add(this.biMenu);
            this.rpgSys.Name = "rpgSys";
            this.rpgSys.Text = "系统";
            // 
            // rpgFunction
            // 
            this.rpgFunction.ItemLinks.Add(this.btnCalc);
            this.rpgFunction.Name = "rpgFunction";
            this.rpgFunction.Text = "功能区";
            // 
            // repositoryItemDateEdit1
            // 
            this.repositoryItemDateEdit1.AutoHeight = false;
            this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
            this.repositoryItemDateEdit1.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.uExplorerBar);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 147);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(222, 425);
            this.panel1.TabIndex = 8;
            // 
            // uExplorerBar
            // 
            this.uExplorerBar.Dock = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarItem35.Key = "原料标签打印";
            appearance1.Image = "item.gif";
            ultraExplorerBarItem35.Settings.AppearancesSmall.Appearance = appearance1;
            ultraExplorerBarItem35.Text = "原料标签打印";
            ultraExplorerBarItem37.Key = "金蝶采购订单";
            appearance2.Image = "item.gif";
            ultraExplorerBarItem37.Settings.AppearancesSmall.Appearance = appearance2;
            ultraExplorerBarItem37.Text = "金蝶采购订单";
            ultraExplorerBarItem4.Key = "仓位标签打印";
            appearance3.Image = "item.gif";
            ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance3;
            ultraExplorerBarItem4.Text = "仓位标签打印";
            ultraExplorerBarGroup11.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem35,
            ultraExplorerBarItem37,
            ultraExplorerBarItem4});
            ultraExplorerBarGroup11.Key = "原料入库管理";
            ultraExplorerBarGroup11.Text = "原料入库管理";
            ultraExplorerBarItem73.Key = "产成品BOM管理";
            appearance4.Image = "item.gif";
            ultraExplorerBarItem73.Settings.AppearancesSmall.Appearance = appearance4;
            ultraExplorerBarItem73.Text = "产成品BOM管理";
            ultraExplorerBarItem74.Key = "产成品BOM查询";
            appearance5.Image = "item.gif";
            ultraExplorerBarItem74.Settings.AppearancesSmall.Appearance = appearance5;
            ultraExplorerBarItem74.Text = "产成品BOM查询";
            ultraExplorerBarItem75.Key = "班次制令单";
            appearance6.Image = "item.gif";
            ultraExplorerBarItem75.Settings.AppearancesSmall.Appearance = appearance6;
            ultraExplorerBarItem75.Text = "班次制令单";
            ultraExplorerBarItem2.Key = "产成品标签打印";
            appearance7.Image = "item.gif";
            ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance7;
            ultraExplorerBarItem2.Text = "产成品标签打印";
            ultraExplorerBarItem79.Key = "产成品拆箱";
            appearance8.Image = "item.gif";
            ultraExplorerBarItem79.Settings.AppearancesSmall.Appearance = appearance8;
            ultraExplorerBarItem79.Text = "产成品拆箱";
            ultraExplorerBarItem79.Visible = false;
            ultraExplorerBarItem42.Key = "产成品出库指令单";
            appearance9.Image = "item.gif";
            ultraExplorerBarItem42.Settings.AppearancesSmall.Appearance = appearance9;
            ultraExplorerBarItem42.Text = "产成品出库指令单";
            ultraExplorerBarItem43.Key = "打印调拨单";
            appearance10.Image = "item.gif";
            ultraExplorerBarItem43.Settings.AppearancesSmall.Appearance = appearance10;
            ultraExplorerBarItem43.Text = "打印调拨单";
            ultraExplorerBarItem43.Visible = false;
            ultraExplorerBarItem44.Key = "打印盘点单";
            appearance11.Image = "item.gif";
            ultraExplorerBarItem44.Settings.AppearancesSmall.Appearance = appearance11;
            ultraExplorerBarItem44.Text = "打印盘点单";
            ultraExplorerBarItem44.Visible = false;
            ultraExplorerBarGroup12.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem73,
            ultraExplorerBarItem74,
            ultraExplorerBarItem75,
            ultraExplorerBarItem2,
            ultraExplorerBarItem79,
            ultraExplorerBarItem42,
            ultraExplorerBarItem43,
            ultraExplorerBarItem44});
            ultraExplorerBarGroup12.Key = "生产追溯管理";
            ultraExplorerBarGroup12.Text = "生产追溯管理";
            ultraExplorerBarGroup14.Expanded = false;
            ultraExplorerBarItem7.Key = "原料标签打印记录表";
            appearance12.Image = "item.gif";
            ultraExplorerBarItem7.Settings.AppearancesSmall.Appearance = appearance12;
            ultraExplorerBarItem7.Text = "原料标签打印记录表";
            ultraExplorerBarItem8.Key = "原料采购入库明细表";
            appearance13.Image = "item.gif";
            ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance13;
            ultraExplorerBarItem8.Text = "原料采购入库明细表";
            ultraExplorerBarItem9.Key = "班次领料单明细表";
            appearance14.Image = "item.gif";
            ultraExplorerBarItem9.Settings.AppearancesSmall.Appearance = appearance14;
            ultraExplorerBarItem9.Text = "班次领料单明细表";
            ultraExplorerBarItem10.Key = "原料领料出库明细表";
            appearance15.Image = "item.gif";
            ultraExplorerBarItem10.Settings.AppearancesSmall.Appearance = appearance15;
            ultraExplorerBarItem10.Text = "原料领料出库明细表";
            ultraExplorerBarItem11.Key = "产成品标签打印记录表";
            appearance16.Image = "item.gif";
            ultraExplorerBarItem11.Settings.AppearancesSmall.Appearance = appearance16;
            ultraExplorerBarItem11.Text = "产成品标签打印记录表";
            ultraExplorerBarItem12.Key = "产成品拆箱记录表";
            appearance17.Image = "item.gif";
            ultraExplorerBarItem12.Settings.AppearancesSmall.Appearance = appearance17;
            ultraExplorerBarItem12.Text = "产成品拆箱记录表";
            ultraExplorerBarItem25.Key = "产成品入库明细表";
            appearance18.Image = "item.gif";
            ultraExplorerBarItem25.Settings.AppearancesSmall.Appearance = appearance18;
            ultraExplorerBarItem25.Text = "产成品入库明细表";
            ultraExplorerBarItem26.Key = "产成品出库指令单明细表";
            appearance19.Image = "item.gif";
            ultraExplorerBarItem26.Settings.AppearancesSmall.Appearance = appearance19;
            ultraExplorerBarItem26.Text = "产成品出库指令单明细表";
            ultraExplorerBarItem28.Key = "产成品出库明细表";
            appearance20.Image = "item.gif";
            ultraExplorerBarItem28.Settings.AppearancesSmall.Appearance = appearance20;
            ultraExplorerBarItem28.Text = "产成品出库明细表";
            ultraExplorerBarItem28.Visible = false;
            ultraExplorerBarItem27.Key = "调拨出库记录表";
            appearance21.Image = "item.gif";
            ultraExplorerBarItem27.Settings.AppearancesSmall.Appearance = appearance21;
            ultraExplorerBarItem27.Text = "调拨出库记录表";
            ultraExplorerBarItem14.Key = "调拨盘点记录表";
            appearance22.Image = "item.gif";
            ultraExplorerBarItem14.Settings.AppearancesSmall.Appearance = appearance22;
            ultraExplorerBarItem14.Text = "调拨盘点记录表";
            ultraExplorerBarItem1.Key = "原料批次追溯";
            appearance23.Image = "item.gif";
            ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance23;
            ultraExplorerBarItem1.Text = "原料批次追溯";
            ultraExplorerBarItem15.Key = "产成品追溯表";
            appearance24.Image = "item.gif";
            ultraExplorerBarItem15.Settings.AppearancesSmall.Appearance = appearance24;
            ultraExplorerBarItem15.Text = "产成品追溯表";
            ultraExplorerBarGroup14.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem7,
            ultraExplorerBarItem8,
            ultraExplorerBarItem9,
            ultraExplorerBarItem10,
            ultraExplorerBarItem11,
            ultraExplorerBarItem12,
            ultraExplorerBarItem25,
            ultraExplorerBarItem26,
            ultraExplorerBarItem28,
            ultraExplorerBarItem27,
            ultraExplorerBarItem14,
            ultraExplorerBarItem1,
            ultraExplorerBarItem15});
            ultraExplorerBarGroup14.Key = "报表中心";
            ultraExplorerBarGroup14.Text = "报表中心";
            ultraExplorerBarGroup15.Expanded = false;
            ultraExplorerBarItem92.Key = "表格样式维护";
            appearance25.Image = "item.gif";
            ultraExplorerBarItem92.Settings.AppearancesSmall.Appearance = appearance25;
            ultraExplorerBarItem92.Text = "表格样式维护";
            ultraExplorerBarItem93.Key = "用户管理";
            appearance26.Image = "item.gif";
            ultraExplorerBarItem93.Settings.AppearancesSmall.Appearance = appearance26;
            ultraExplorerBarItem93.Text = "用户管理";
            ultraExplorerBarItem94.Key = "角色权限管理";
            appearance27.Image = "item.gif";
            ultraExplorerBarItem94.Settings.AppearancesSmall.Appearance = appearance27;
            ultraExplorerBarItem94.Text = "角色权限管理";
            ultraExplorerBarItem6.Key = "标签模版维护";
            appearance28.Image = "item.gif";
            ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance28;
            ultraExplorerBarItem6.Text = "标签模版维护";
            ultraExplorerBarGroup15.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
            ultraExplorerBarItem92,
            ultraExplorerBarItem93,
            ultraExplorerBarItem94,
            ultraExplorerBarItem6});
            ultraExplorerBarGroup15.Key = "维护中心";
            ultraExplorerBarGroup15.Text = "维护中心";
            this.uExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup11,
            ultraExplorerBarGroup12,
            ultraExplorerBarGroup14,
            ultraExplorerBarGroup15});
            this.uExplorerBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
            this.uExplorerBar.ImageListSmall = this.imageListSmall;
            this.uExplorerBar.Location = new System.Drawing.Point(0, 0);
            this.uExplorerBar.Name = "uExplorerBar";
            this.uExplorerBar.ShowDefaultContextMenu = false;
            this.uExplorerBar.Size = new System.Drawing.Size(222, 425);
            this.uExplorerBar.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.uExplorerBar.TabIndex = 2;
            this.uExplorerBar.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
            this.uExplorerBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.uExplorerBar_ItemClick);
            // 
            // imageListSmall
            // 
            this.imageListSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream")));
            this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListSmall.Images.SetKeyName(0, "item.gif");
            // 
            // uSplitterLeft
            // 
            this.uSplitterLeft.Location = new System.Drawing.Point(222, 147);
            this.uSplitterLeft.Name = "uSplitterLeft";
            this.uSplitterLeft.RestoreExtent = 222;
            this.uSplitterLeft.Size = new System.Drawing.Size(10, 425);
            this.uSplitterLeft.TabIndex = 9;
            // 
            // MdiManager
            // 
            this.MdiManager.AllowHorizontalTabGroups = false;
            this.MdiManager.AllowVerticalTabGroups = false;
            this.MdiManager.MdiParent = this;
            this.MdiManager.ViewStyle = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
            this.MdiManager.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.MdiManager_InitializeContextMenu);
            this.MdiManager.TabClosing += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.MdiManager_TabClosing);
            // 
            // uStatusBar
            // 
            this.uStatusBar.Location = new System.Drawing.Point(0, 572);
            this.uStatusBar.Name = "uStatusBar";
            ultraStatusPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel1.DateTimeFormat = "yyyy-MM-dd hh:mm:ss";
            ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Date;
            ultraStatusPanel1.Width = 150;
            ultraStatusPanel2.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel2.Key = "tssl_Lname";
            ultraStatusPanel2.Width = 150;
            ultraStatusPanel3.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel3.Key = "tssl_Lserver";
            ultraStatusPanel3.Width = 300;
            ultraStatusPanel4.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraStatusPanel4.Key = "tssbtnVersion";
            ultraStatusPanel4.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
            ultraStatusPanel4.Text = "V1.5.1";
            ultraStatusPanel4.Width = 120;
            appearance29.TextHAlignAsString = "Right";
            ultraStatusPanel5.Appearance = appearance29;
            ultraStatusPanel5.Key = "cCompany";
            ultraStatusPanel5.MarqueeInfo.Delay = 50;
            ultraStatusPanel5.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel5.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
            ultraStatusPanel5.Text = "上海华翔汽车零部件有限公司";
            ultraStatusPanel5.Width = 300;
            ultraStatusPanel5.WrapText = Infragistics.Win.DefaultableBoolean.False;
            this.uStatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4,
            ultraStatusPanel5});
            this.uStatusBar.Size = new System.Drawing.Size(990, 23);
            this.uStatusBar.TabIndex = 13;
            this.uStatusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
            this.uStatusBar.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.uStatusBar_ButtonClick);
            // 
            // WmsRibbonMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(990, 595);
            this.Controls.Add(this.uSplitterLeft);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.ribbon);
            this.Controls.Add(this.uStatusBar);
            this.Icon = global::JWMSH.Properties.Resources.scanicon;
            this.IsMdiContainer = true;
            this.Name = "WmsRibbonMain";
            this.Ribbon = this.ribbon;
            this.Text = "MES主界面";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WmsRibbonMain_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.WmsRibbonMain_FormClosed);
            this.Load += new System.EventHandler(this.WmsRibbonMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.aMenuMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImgCollection16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ImgCollection32)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).EndInit();
            this.ResumeLayout(false);

        }
예제 #19
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(frmMain));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Main menu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFile");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuView");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuTools");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool5 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuHelp");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Standard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool6 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuExit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool7 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuView");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStatusAndInformation");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool8 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuOutputWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool9 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuErrorListWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSessionStatus");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool10 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuRefreshFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool11 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuRefreshFileTree");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewEntireTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewEntireTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool12 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuWindow");
            Infragistics.Win.UltraWinToolbars.MdiWindowListTool mdiWindowListTool1 = new Infragistics.Win.UltraWinToolbars.MdiWindowListTool("mnuMDIWindowListTool");
            Infragistics.Win.UltraWinToolbars.MdiWindowListTool mdiWindowListTool2 = new Infragistics.Win.UltraWinToolbars.MdiWindowListTool("mnuMDIWindowListTool");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuExit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool13 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuTools");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSystemCalculator");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool14 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuHelp");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUserGuide");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDeveloperManual");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCommonClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool36 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool37 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuHome");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool38 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAskQuestion");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAbout");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAbout");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool15 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFileTreeUtilities");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool41 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool43 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool47 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool48 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool49 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool50 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool51 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSystemCalculator");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool52 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUserGuide");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool53 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDeveloperManual");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool54 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuHome");
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool55 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAskQuestion");
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool16 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuOutputWindow");
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool56 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool57 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearOutputWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool17 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuErrorListWindow");
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool58 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool59 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool60 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool61 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool62 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool63 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool64 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSessionStatus");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool65 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool66 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool67 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStatusAndInformation");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool68 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCommonClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool69 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCascade");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool70 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuTileHorizontally");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool71 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuTileVertically");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool72 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCloseAllWindows");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool73 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluClassLibrary");
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f3ad7a1c-3ed9-4e11-b341-3030aad535e1"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("f1b5fe4c-95a1-4084-b23d-287e5c9cff7c"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f3ad7a1c-3ed9-4e11-b341-3030aad535e1"), -1);
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("b392acbd-4f00-4990-bb65-5442d800f52d"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec"), -1);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane3 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane3 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("d0cfd240-485d-4799-9759-13b2b02b0090"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde"), -1);
            this.tpOutput = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.outputBox = new System.Windows.Forms.ListBox();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.errorListGrid = new System.Windows.Forms.DataGridView();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.tvSessionStatus = new System.Windows.Forms.TreeView();
            this.sessionStatusImageList = new System.Windows.Forms.ImageList(this.components);
            this.fileTreeView = new System.Windows.Forms.TreeView();
            this.fileTreeImageList = new System.Windows.Forms.ImageList(this.components);
            this.taskManager = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.mainTab = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.toolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._frmMain_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.statusBar = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.toolbarImageList = new System.Windows.Forms.ImageList(this.components);
            this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._MainFormBaseUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow3 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea3 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.tmrUpdateSessionStatus = new System.Windows.Forms.Timer(this.components);
            this.tpOutput.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorListGrid)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.taskManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTab)).BeginInit();
            this.mainTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this._MainFormBaseAutoHideControl.SuspendLayout();
            this.dockableWindow3.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.windowDockingArea1.SuspendLayout();
            this.windowDockingArea2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tpOutput
            // 
            this.tpOutput.AccessibleDescription = null;
            this.tpOutput.AccessibleName = null;
            resources.ApplyResources(this.tpOutput, "tpOutput");
            this.tpOutput.Controls.Add(this.outputBox);
            this.tpOutput.Font = null;
            this.tpOutput.Name = "tpOutput";
            // 
            // outputBox
            // 
            this.outputBox.AccessibleDescription = null;
            this.outputBox.AccessibleName = null;
            resources.ApplyResources(this.outputBox, "outputBox");
            this.outputBox.BackgroundImage = null;
            this.outputBox.Font = null;
            this.outputBox.FormattingEnabled = true;
            this.outputBox.Name = "outputBox";
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.AccessibleDescription = null;
            this.ultraTabPageControl1.AccessibleName = null;
            resources.ApplyResources(this.ultraTabPageControl1, "ultraTabPageControl1");
            this.ultraTabPageControl1.Controls.Add(this.errorListGrid);
            this.ultraTabPageControl1.Font = null;
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            // 
            // errorListGrid
            // 
            this.errorListGrid.AccessibleDescription = null;
            this.errorListGrid.AccessibleName = null;
            this.errorListGrid.AllowUserToAddRows = false;
            this.errorListGrid.AllowUserToDeleteRows = false;
            resources.ApplyResources(this.errorListGrid, "errorListGrid");
            this.errorListGrid.BackgroundColor = System.Drawing.SystemColors.Window;
            this.errorListGrid.BackgroundImage = null;
            this.errorListGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.errorListGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
            this.errorListGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("SimSun", 9F);
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.errorListGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.errorListGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.errorListGrid.Font = null;
            this.errorListGrid.MultiSelect = false;
            this.errorListGrid.Name = "errorListGrid";
            this.errorListGrid.ReadOnly = true;
            this.errorListGrid.RowHeadersVisible = false;
            this.errorListGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.AccessibleDescription = null;
            this.ultraTabPageControl2.AccessibleName = null;
            resources.ApplyResources(this.ultraTabPageControl2, "ultraTabPageControl2");
            this.ultraTabPageControl2.Controls.Add(this.tvSessionStatus);
            this.ultraTabPageControl2.Font = null;
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            // 
            // tvSessionStatus
            // 
            this.tvSessionStatus.AccessibleDescription = null;
            this.tvSessionStatus.AccessibleName = null;
            resources.ApplyResources(this.tvSessionStatus, "tvSessionStatus");
            this.tvSessionStatus.BackgroundImage = null;
            this.tvSessionStatus.Font = null;
            this.tvSessionStatus.FullRowSelect = true;
            this.tvSessionStatus.ImageList = this.sessionStatusImageList;
            this.tvSessionStatus.Name = "tvSessionStatus";
            this.tvSessionStatus.ShowRootLines = false;
            // 
            // sessionStatusImageList
            // 
            this.sessionStatusImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("sessionStatusImageList.ImageStream")));
            this.sessionStatusImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.sessionStatusImageList.Images.SetKeyName(0, "TimeElapsed");
            this.sessionStatusImageList.Images.SetKeyName(1, "SessionName");
            this.sessionStatusImageList.Images.SetKeyName(2, "LoadedGulus");
            this.sessionStatusImageList.Images.SetKeyName(3, "CompilerType");
            // 
            // fileTreeView
            // 
            this.fileTreeView.AccessibleDescription = null;
            this.fileTreeView.AccessibleName = null;
            this.fileTreeView.AllowDrop = true;
            resources.ApplyResources(this.fileTreeView, "fileTreeView");
            this.fileTreeView.BackgroundImage = null;
            this.toolbarsManager.SetContextMenuUltra(this.fileTreeView, "mnuFileTreeUtilities");
            this.fileTreeView.Font = null;
            this.fileTreeView.HideSelection = false;
            this.fileTreeView.ImageList = this.fileTreeImageList;
            this.fileTreeView.Name = "fileTreeView";
            this.fileTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.fileTreeView_BeforeExpand);
            this.fileTreeView.DoubleClick += new System.EventHandler(this.fileTreeView_DoubleClick);
            this.fileTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.fileTreeView_MouseDown);
            this.fileTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.fileTreeView_ItemDrag);
            // 
            // fileTreeImageList
            // 
            this.fileTreeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("fileTreeImageList.ImageStream")));
            this.fileTreeImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.fileTreeImageList.Images.SetKeyName(0, "FileTreeCategory");
            this.fileTreeImageList.Images.SetKeyName(1, "Desktop");
            this.fileTreeImageList.Images.SetKeyName(2, "MyDocuments");
            this.fileTreeImageList.Images.SetKeyName(3, "Directory");
            this.fileTreeImageList.Images.SetKeyName(4, "VSFolder_open.bmp");
            this.fileTreeImageList.Images.SetKeyName(5, "File");
            this.fileTreeImageList.Images.SetKeyName(6, "FixedDrive");
            this.fileTreeImageList.Images.SetKeyName(7, "RemovableDrive");
            this.fileTreeImageList.Images.SetKeyName(8, "CDROM");
            // 
            // taskManager
            // 
            this.taskManager.AccessibleDescription = null;
            this.taskManager.AccessibleName = null;
            resources.ApplyResources(this.taskManager, "taskManager");
            this.taskManager.Font = null;
            this.taskManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.taskManager.ItemSettings.ShowToolTips = Infragistics.Win.DefaultableBoolean.True;
            this.taskManager.Name = "taskManager";
            this.taskManager.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.taskManager.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.taskManager_ItemClick);
            // 
            // mainTab
            // 
            this.mainTab.AccessibleDescription = null;
            this.mainTab.AccessibleName = null;
            resources.ApplyResources(this.mainTab, "mainTab");
            this.mainTab.BackgroundImage = null;
            this.mainTab.Controls.Add(this.ultraTabSharedControlsPage1);
            this.mainTab.Controls.Add(this.tpOutput);
            this.mainTab.Controls.Add(this.ultraTabPageControl1);
            this.mainTab.Controls.Add(this.ultraTabPageControl2);
            this.mainTab.Font = null;
            this.mainTab.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.mainTab.Name = "mainTab";
            this.mainTab.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.mainTab.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.VisualStudio2005;
            this.mainTab.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
            appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
            resources.ApplyResources(appearance1, "appearance1");
            ultraTab1.Appearance = appearance1;
            ultraTab1.Key = "tbOutput";
            ultraTab1.TabPage = this.tpOutput;
            resources.ApplyResources(ultraTab1, "ultraTab1");
            appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ERRORLIST;
            resources.ApplyResources(appearance2, "appearance2");
            ultraTab2.Appearance = appearance2;
            ultraTab2.Key = "tbErrorList";
            ultraTab2.TabPage = this.ultraTabPageControl1;
            resources.ApplyResources(ultraTab2, "ultraTab2");
            appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SESSIONSTATUS;
            resources.ApplyResources(appearance3, "appearance3");
            ultraTab3.Appearance = appearance3;
            ultraTab3.Key = "tbSessionStatus";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            resources.ApplyResources(ultraTab3, "ultraTab3");
            this.mainTab.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2,
            ultraTab3});
            this.mainTab.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2003;
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.AccessibleDescription = null;
            this.ultraTabSharedControlsPage1.AccessibleName = null;
            resources.ApplyResources(this.ultraTabSharedControlsPage1, "ultraTabSharedControlsPage1");
            this.ultraTabSharedControlsPage1.Font = null;
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            // 
            // toolbarsManager
            // 
            this.toolbarsManager.DesignerFlags = 1;
            this.toolbarsManager.DockWithinContainer = this;
            this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.toolbarsManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarsManager.ShowFullMenusDelay = 500;
            this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            ultraToolbar1.IsMainMenuBar = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            popupMenuTool2,
            popupMenuTool3,
            popupMenuTool4,
            popupMenuTool5});
            resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 1;
            buttonTool1.InstanceProps.IsFirstInGroup = true;
            buttonTool4.InstanceProps.IsFirstInGroup = true;
            buttonTool9.InstanceProps.IsFirstInGroup = true;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3,
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool7,
            buttonTool8,
            buttonTool9});
            resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
            this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2});
            popupMenuTool6.SharedProps.Caption = resources.GetString("resource.Caption");
            popupMenuTool6.SharedProps.MergeOrder = 100;
            popupMenuTool6.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
            buttonTool13.InstanceProps.IsFirstInGroup = true;
            popupMenuTool6.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool10,
            buttonTool11,
            buttonTool12,
            buttonTool13});
            popupMenuTool7.SharedProps.Caption = resources.GetString("resource.Caption1");
            popupMenuTool7.SharedProps.MergeOrder = 200;
            popupMenuTool7.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
            popupMenuTool10.InstanceProps.IsFirstInGroup = true;
            popupMenuTool7.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool14,
            buttonTool15,
            buttonTool16,
            popupMenuTool8,
            popupMenuTool9,
            buttonTool17,
            popupMenuTool10,
            buttonTool18});
            popupMenuTool11.DropDownArrowStyle = Infragistics.Win.UltraWinToolbars.DropDownArrowStyle.Segmented;
            appearance6.Image = ((object)(resources.GetObject("appearance6.Image")));
            resources.ApplyResources(appearance6, "appearance6");
            popupMenuTool11.SharedProps.AppearancesSmall.Appearance = appearance6;
            popupMenuTool11.SharedProps.Caption = resources.GetString("resource.Caption2");
            popupMenuTool11.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
            popupMenuTool11.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool19,
            buttonTool20});
            buttonTool21.SharedProps.Caption = resources.GetString("resource.Caption3");
            buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F5;
            buttonTool22.SharedProps.Caption = resources.GetString("resource.Caption4");
            buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF5;
            appearance7.Image = ((object)(resources.GetObject("appearance7.Image")));
            resources.ApplyResources(appearance7, "appearance7");
            buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance7;
            buttonTool23.SharedProps.Caption = resources.GetString("resource.Caption5");
            buttonTool23.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
            popupMenuTool12.SharedProps.Caption = resources.GetString("resource.Caption6");
            popupMenuTool12.SharedProps.MergeOrder = 400;
            popupMenuTool12.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
            popupMenuTool12.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            mdiWindowListTool1});
            buttonTool24.SharedProps.Caption = resources.GetString("resource.Caption7");
            buttonTool24.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
            popupMenuTool13.SharedProps.Caption = resources.GetString("resource.Caption8");
            popupMenuTool13.SharedProps.MergeOrder = 300;
            popupMenuTool13.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText6");
            buttonTool30.InstanceProps.IsFirstInGroup = true;
            popupMenuTool13.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool25,
            buttonTool26,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            buttonTool30});
            appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
            resources.ApplyResources(appearance8, "appearance8");
            buttonTool31.SharedProps.AppearancesSmall.Appearance = appearance8;
            buttonTool31.SharedProps.Caption = resources.GetString("resource.Caption9");
            buttonTool31.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftF;
            buttonTool31.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText7");
            popupMenuTool14.SharedProps.Caption = resources.GetString("resource.Caption10");
            popupMenuTool14.SharedProps.MergeOrder = 500;
            popupMenuTool14.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText8");
            buttonTool37.InstanceProps.IsFirstInGroup = true;
            buttonTool39.InstanceProps.IsFirstInGroup = true;
            popupMenuTool14.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool32,
            buttonTool33,
            buttonTool34,
            buttonTool35,
            buttonTool36,
            buttonTool37,
            buttonTool38,
            buttonTool39});
            buttonTool40.SharedProps.Caption = resources.GetString("resource.Caption11");
            buttonTool40.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftF1;
            buttonTool40.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText9");
            popupMenuTool15.SharedProps.Caption = resources.GetString("resource.Caption12");
            buttonTool41.InstanceProps.IsFirstInGroup = true;
            popupMenuTool15.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool41,
            buttonTool42});
            appearance9.Image = ((object)(resources.GetObject("appearance9.Image")));
            resources.ApplyResources(appearance9, "appearance9");
            buttonTool43.SharedProps.AppearancesSmall.Appearance = appearance9;
            buttonTool43.SharedProps.Caption = resources.GetString("resource.Caption13");
            buttonTool43.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
            buttonTool43.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText10");
            appearance10.Image = ((object)(resources.GetObject("appearance10.Image")));
            resources.ApplyResources(appearance10, "appearance10");
            buttonTool44.SharedProps.AppearancesSmall.Appearance = appearance10;
            buttonTool44.SharedProps.Caption = resources.GetString("resource.Caption14");
            buttonTool44.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
            buttonTool44.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText11");
            appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
            resources.ApplyResources(appearance11, "appearance11");
            buttonTool45.SharedProps.AppearancesSmall.Appearance = appearance11;
            buttonTool45.SharedProps.Caption = resources.GetString("resource.Caption15");
            buttonTool45.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
            buttonTool45.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText12");
            appearance12.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FILELIST;
            resources.ApplyResources(appearance12, "appearance12");
            buttonTool46.SharedProps.AppearancesSmall.Appearance = appearance12;
            buttonTool46.SharedProps.Caption = resources.GetString("resource.Caption16");
            buttonTool46.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlL;
            buttonTool46.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText13");
            appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
            resources.ApplyResources(appearance13, "appearance13");
            buttonTool47.SharedProps.AppearancesSmall.Appearance = appearance13;
            buttonTool47.SharedProps.Caption = resources.GetString("resource.Caption17");
            buttonTool47.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText14");
            appearance14.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SCRIPT;
            resources.ApplyResources(appearance14, "appearance14");
            buttonTool48.SharedProps.AppearancesSmall.Appearance = appearance14;
            buttonTool48.SharedProps.Caption = resources.GetString("resource.Caption18");
            buttonTool48.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlD;
            buttonTool48.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText15");
            appearance15.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CONFIGURATION;
            resources.ApplyResources(appearance15, "appearance15");
            buttonTool49.SharedProps.AppearancesSmall.Appearance = appearance15;
            buttonTool49.SharedProps.Caption = resources.GetString("resource.Caption19");
            buttonTool49.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F11;
            buttonTool49.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText16");
            appearance16.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DYNAMICHELP;
            resources.ApplyResources(appearance16, "appearance16");
            buttonTool50.SharedProps.AppearancesSmall.Appearance = appearance16;
            buttonTool50.SharedProps.Caption = resources.GetString("resource.Caption20");
            buttonTool50.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF1;
            buttonTool50.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText17");
            appearance17.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CALCULATOR;
            resources.ApplyResources(appearance17, "appearance17");
            buttonTool51.SharedProps.AppearancesSmall.Appearance = appearance17;
            buttonTool51.SharedProps.Caption = resources.GetString("resource.Caption21");
            buttonTool51.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText18");
            appearance18.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_USERGUIDE;
            resources.ApplyResources(appearance18, "appearance18");
            buttonTool52.SharedProps.AppearancesSmall.Appearance = appearance18;
            buttonTool52.SharedProps.Caption = resources.GetString("resource.Caption22");
            buttonTool52.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F1;
            buttonTool52.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText19");
            buttonTool53.SharedProps.Caption = resources.GetString("resource.Caption23");
            buttonTool53.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText20");
            appearance19.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_HOME;
            resources.ApplyResources(appearance19, "appearance19");
            buttonTool54.SharedProps.AppearancesSmall.Appearance = appearance19;
            buttonTool54.SharedProps.Caption = resources.GetString("resource.Caption24");
            buttonTool54.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText21");
            appearance20.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ASKQUESTION;
            resources.ApplyResources(appearance20, "appearance20");
            buttonTool55.SharedProps.AppearancesSmall.Appearance = appearance20;
            buttonTool55.SharedProps.Caption = resources.GetString("resource.Caption25");
            buttonTool55.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText22");
            appearance21.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_OUTPUT;
            resources.ApplyResources(appearance21, "appearance21");
            popupMenuTool16.SharedProps.AppearancesSmall.Appearance = appearance21;
            popupMenuTool16.SharedProps.Caption = resources.GetString("resource.Caption26");
            popupMenuTool16.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText23");
            popupMenuTool16.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool56,
            buttonTool57});
            appearance22.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ERRORLIST;
            resources.ApplyResources(appearance22, "appearance22");
            popupMenuTool17.SharedProps.AppearancesSmall.Appearance = appearance22;
            popupMenuTool17.SharedProps.Caption = resources.GetString("resource.Caption27");
            popupMenuTool17.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText24");
            popupMenuTool17.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool58,
            buttonTool59});
            buttonTool60.SharedProps.Caption = resources.GetString("resource.Caption28");
            buttonTool61.SharedProps.Caption = resources.GetString("resource.Caption29");
            buttonTool62.SharedProps.Caption = resources.GetString("resource.Caption30");
            buttonTool63.SharedProps.Caption = resources.GetString("resource.Caption31");
            appearance23.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SESSIONSTATUS;
            resources.ApplyResources(appearance23, "appearance23");
            buttonTool64.SharedProps.AppearancesSmall.Appearance = appearance23;
            buttonTool64.SharedProps.Caption = resources.GetString("resource.Caption32");
            buttonTool64.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText25");
            buttonTool65.SharedProps.Caption = resources.GetString("resource.Caption33");
            buttonTool65.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText26");
            buttonTool66.SharedProps.Caption = resources.GetString("resource.Caption34");
            buttonTool66.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText27");
            buttonTool67.SharedProps.Caption = resources.GetString("resource.Caption35");
            buttonTool67.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText28");
            buttonTool68.SharedProps.Caption = resources.GetString("resource.Caption36");
            buttonTool68.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText29");
            buttonTool69.SharedProps.Caption = resources.GetString("resource.Caption37");
            buttonTool70.SharedProps.Caption = resources.GetString("resource.Caption38");
            buttonTool71.SharedProps.Caption = resources.GetString("resource.Caption39");
            buttonTool72.SharedProps.Caption = resources.GetString("resource.Caption40");
            buttonTool73.SharedProps.Caption = resources.GetString("resource.Caption41");
            buttonTool73.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText30");
            this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool6,
            popupMenuTool7,
            popupMenuTool11,
            buttonTool21,
            buttonTool22,
            buttonTool23,
            popupMenuTool12,
            mdiWindowListTool2,
            buttonTool24,
            popupMenuTool13,
            buttonTool31,
            popupMenuTool14,
            buttonTool40,
            popupMenuTool15,
            buttonTool43,
            buttonTool44,
            buttonTool45,
            buttonTool46,
            buttonTool47,
            buttonTool48,
            buttonTool49,
            buttonTool50,
            buttonTool51,
            buttonTool52,
            buttonTool53,
            buttonTool54,
            buttonTool55,
            popupMenuTool16,
            popupMenuTool17,
            buttonTool60,
            buttonTool61,
            buttonTool62,
            buttonTool63,
            buttonTool64,
            buttonTool65,
            buttonTool66,
            buttonTool67,
            buttonTool68,
            buttonTool69,
            buttonTool70,
            buttonTool71,
            buttonTool72,
            buttonTool73});
            this.toolbarsManager.ToolTipDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolTipDisplayStyle.None;
            this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
            // 
            // _frmMain_Toolbars_Dock_Area_Left
            // 
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Left, "_frmMain_Toolbars_Dock_Area_Left");
            this._frmMain_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Left.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmMain_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Left.Name = "_frmMain_Toolbars_Dock_Area_Left";
            this._frmMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Right
            // 
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Right, "_frmMain_Toolbars_Dock_Area_Right");
            this._frmMain_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Right.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmMain_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Right.Name = "_frmMain_Toolbars_Dock_Area_Right";
            this._frmMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Top
            // 
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Top, "_frmMain_Toolbars_Dock_Area_Top");
            this._frmMain_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Top.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmMain_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Top.Name = "_frmMain_Toolbars_Dock_Area_Top";
            this._frmMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Bottom
            // 
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Bottom, "_frmMain_Toolbars_Dock_Area_Bottom");
            this._frmMain_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmMain_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Bottom.Name = "_frmMain_Toolbars_Dock_Area_Bottom";
            this._frmMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
            // 
            // statusBar
            // 
            this.statusBar.AccessibleDescription = null;
            this.statusBar.AccessibleName = null;
            resources.ApplyResources(this.statusBar, "statusBar");
            this.statusBar.BackgroundImage = null;
            this.statusBar.Font = null;
            this.statusBar.Name = "statusBar";
            ultraStatusPanel1.AccessibleDescription = null;
            ultraStatusPanel1.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel1, "ultraStatusPanel1");
            ultraStatusPanel1.Key = "AutoStatusText";
            ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.AutoStatusText;
            ultraStatusPanel1.Width = 240;
            ultraStatusPanel2.AccessibleDescription = null;
            ultraStatusPanel2.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel2, "ultraStatusPanel2");
            ultraStatusPanel2.Key = "ApplicationInformationCaption";
            ultraStatusPanel2.Width = 210;
            ultraStatusPanel3.AccessibleDescription = null;
            ultraStatusPanel3.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel3, "ultraStatusPanel3");
            ultraStatusPanel3.Key = "ApplicationInformation";
            ultraStatusPanel3.Width = 310;
            ultraStatusPanel4.AccessibleDescription = null;
            ultraStatusPanel4.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel4, "ultraStatusPanel4");
            ultraStatusPanel4.Key = "Progress";
            appearance5.ForeColor = System.Drawing.Color.White;
            resources.ApplyResources(appearance5, "appearance5");
            ultraStatusPanel4.ProgressBarInfo.FillAppearance = appearance5;
            ultraStatusPanel4.ProgressBarInfo.Label = resources.GetString("resource.Label");
            ultraStatusPanel4.ProgressBarInfo.PercentFormat = resources.GetString("resource.PercentFormat");
            ultraStatusPanel4.ProgressBarInfo.Style = Infragistics.Win.UltraWinProgressBar.ProgressBarStyle.SegmentedPartial;
            ultraStatusPanel4.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel4.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
            this.statusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4});
            this.statusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2003;
            // 
            // toolbarImageList
            // 
            this.toolbarImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolbarImageList.ImageStream")));
            this.toolbarImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarImageList.Images.SetKeyName(0, "Control_TreeView.bmp");
            // 
            // dockManager
            // 
            this.dockManager.AnimationSpeed = Infragistics.Win.UltraWinDock.AnimationSpeed.StandardSpeedPlus3;
            this.dockManager.CaptionStyle = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
            dockAreaPane1.DockedBefore = new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec");
            dockableControlPane1.Control = this.fileTreeView;
            dockableControlPane1.Key = "fileTreeView";
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(144, 54, 146, 322);
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
            dockableControlPane1.TextTab = null;
            dockableControlPane1.ToolTipTab = null;
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
            resources.ApplyResources(appearance4, "appearance4");
            dockAreaPane1.Settings.Appearance = appearance4;
            dockAreaPane1.Size = new System.Drawing.Size(194, 338);
            resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
            dockAreaPane1.TextTab = null;
            dockAreaPane1.ToolTipTab = null;
            dockAreaPane2.DockedBefore = new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde");
            dockableControlPane2.Control = this.taskManager;
            dockableControlPane2.Key = "guluManager";
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(401, 67, 175, 354);
            dockableControlPane2.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane2, "dockableControlPane2");
            dockableControlPane2.TextTab = null;
            dockableControlPane2.ToolTipTab = null;
            dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane2});
            dockAreaPane2.Size = new System.Drawing.Size(206, 338);
            resources.ApplyResources(dockAreaPane2, "dockAreaPane2");
            dockAreaPane2.TextTab = null;
            dockAreaPane2.ToolTipTab = null;
            dockableControlPane3.Control = this.mainTab;
            dockableControlPane3.FlyoutSize = new System.Drawing.Size(-1, 165);
            dockableControlPane3.Key = "mainTab";
            dockableControlPane3.OriginalControlBounds = new System.Drawing.Rectangle(100, 400, 625, 100);
            dockableControlPane3.Pinned = false;
            dockableControlPane3.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane3, "dockableControlPane3");
            dockableControlPane3.TextTab = null;
            dockableControlPane3.ToolTipTab = null;
            dockAreaPane3.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane3});
            dockAreaPane3.Size = new System.Drawing.Size(432, 157);
            resources.ApplyResources(dockAreaPane3, "dockAreaPane3");
            dockAreaPane3.TextTab = null;
            dockAreaPane3.ToolTipTab = null;
            this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2,
            dockAreaPane3});
            this.dockManager.HostControl = this;
            this.dockManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.dockManager.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            // 
            // _MainFormBaseUnpinnedTabAreaLeft
            // 
            this._MainFormBaseUnpinnedTabAreaLeft.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaLeft.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaLeft, "_MainFormBaseUnpinnedTabAreaLeft");
            this._MainFormBaseUnpinnedTabAreaLeft.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaLeft.Name = "_MainFormBaseUnpinnedTabAreaLeft";
            this._MainFormBaseUnpinnedTabAreaLeft.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaRight
            // 
            this._MainFormBaseUnpinnedTabAreaRight.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaRight.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaRight, "_MainFormBaseUnpinnedTabAreaRight");
            this._MainFormBaseUnpinnedTabAreaRight.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaRight.Name = "_MainFormBaseUnpinnedTabAreaRight";
            this._MainFormBaseUnpinnedTabAreaRight.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaTop
            // 
            this._MainFormBaseUnpinnedTabAreaTop.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaTop.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaTop, "_MainFormBaseUnpinnedTabAreaTop");
            this._MainFormBaseUnpinnedTabAreaTop.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaTop.Name = "_MainFormBaseUnpinnedTabAreaTop";
            this._MainFormBaseUnpinnedTabAreaTop.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaBottom
            // 
            this._MainFormBaseUnpinnedTabAreaBottom.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaBottom.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaBottom, "_MainFormBaseUnpinnedTabAreaBottom");
            this._MainFormBaseUnpinnedTabAreaBottom.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaBottom.Name = "_MainFormBaseUnpinnedTabAreaBottom";
            this._MainFormBaseUnpinnedTabAreaBottom.Owner = this.dockManager;
            // 
            // _MainFormBaseAutoHideControl
            // 
            this._MainFormBaseAutoHideControl.AccessibleDescription = null;
            this._MainFormBaseAutoHideControl.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseAutoHideControl, "_MainFormBaseAutoHideControl");
            this._MainFormBaseAutoHideControl.BackgroundImage = null;
            this._MainFormBaseAutoHideControl.Controls.Add(this.dockableWindow2);
            this._MainFormBaseAutoHideControl.Name = "_MainFormBaseAutoHideControl";
            this._MainFormBaseAutoHideControl.Owner = this.dockManager;
            // 
            // dockableWindow3
            // 
            this.dockableWindow3.AccessibleDescription = null;
            this.dockableWindow3.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow3, "dockableWindow3");
            this.dockableWindow3.BackgroundImage = null;
            this.dockableWindow3.Controls.Add(this.fileTreeView);
            this.dockableWindow3.Font = null;
            this.dockableWindow3.Name = "dockableWindow3";
            this.dockableWindow3.Owner = this.dockManager;
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.AccessibleDescription = null;
            this.dockableWindow1.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
            this.dockableWindow1.BackgroundImage = null;
            this.dockableWindow1.Controls.Add(this.taskManager);
            this.dockableWindow1.Font = null;
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.dockManager;
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.AccessibleDescription = null;
            this.dockableWindow2.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow2, "dockableWindow2");
            this.dockableWindow2.BackgroundImage = null;
            this.dockableWindow2.Controls.Add(this.mainTab);
            this.dockableWindow2.Font = null;
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.dockManager;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.AccessibleDescription = null;
            this.windowDockingArea1.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
            this.windowDockingArea1.BackgroundImage = null;
            this.windowDockingArea1.Controls.Add(this.dockableWindow3);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.dockManager;
            // 
            // windowDockingArea2
            // 
            this.windowDockingArea2.AccessibleDescription = null;
            this.windowDockingArea2.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea2, "windowDockingArea2");
            this.windowDockingArea2.BackgroundImage = null;
            this.windowDockingArea2.Controls.Add(this.dockableWindow1);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.dockManager;
            // 
            // windowDockingArea3
            // 
            this.windowDockingArea3.AccessibleDescription = null;
            this.windowDockingArea3.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea3, "windowDockingArea3");
            this.windowDockingArea3.BackgroundImage = null;
            this.windowDockingArea3.Name = "windowDockingArea3";
            this.windowDockingArea3.Owner = this.dockManager;
            // 
            // tmrUpdateSessionStatus
            // 
            this.tmrUpdateSessionStatus.Enabled = true;
            this.tmrUpdateSessionStatus.Interval = 800;
            this.tmrUpdateSessionStatus.Tick += new System.EventHandler(this.tmrUpdateSessionStatus_Tick);
            // 
            // frmMain
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this._MainFormBaseAutoHideControl);
            this.Controls.Add(this.windowDockingArea3);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaTop);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaBottom);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaLeft);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaRight);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.statusBar);
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Shown += new System.EventHandler(this.frmMain_Shown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.tpOutput.ResumeLayout(false);
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.errorListGrid)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.taskManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTab)).EndInit();
            this.mainTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this._MainFormBaseAutoHideControl.ResumeLayout(false);
            this.dockableWindow3.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.windowDockingArea1.ResumeLayout(false);
            this.windowDockingArea2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
예제 #20
0
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar4 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Modifica");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Salva");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("excel");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("pdf");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Salva");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("condominioCorrente");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("excel");
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("pdf");
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup7 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainContabilita));
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.sceltaCondominioEsercizio1 = new Gipasoft.Stabili.UI.Contabilita.SceltaCondominioEsercizio();
            this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ultraGridDocumentExporter1 = new Infragistics.Win.UltraWinGrid.DocumentExport.UltraGridDocumentExporter(this.components);
            this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.tableLayoutIntestazione = new System.Windows.Forms.TableLayoutPanel();
            this.lblEsercizioAttuale = new Infragistics.Win.Misc.UltraLabel();
            this.lblContent = new Infragistics.Win.Misc.UltraLabel();
            this.splitter2 = new System.Windows.Forms.Splitter();
            this.panelContent = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            this.MainStandardForm_Fill_Panel.SuspendLayout();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.tableLayoutIntestazione.SuspendLayout();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            ultraToolbar4.DockedColumn = 1;
            ultraToolbar4.DockedRow = 1;
            ultraToolbar4.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool3,
            buttonTool4});
            ultraToolbar4.Text = "Modifica";
            this.ultraToolbarsManagerStandard.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar4});
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            appearance17.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.save_large;
            buttonTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance17;
            appearance16.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.save_small;
            buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
            buttonTool2.SharedPropsInternal.Caption = "Salva";
            buttonTool2.SharedPropsInternal.Category = "Azioni Pannelli";
            appearance18.FontData.BoldAsString = "True";
            appearance18.FontData.SizeInPoints = 14F;
            labelTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
            labelTool2.SharedPropsInternal.Caption = "condominioCorrente";
            appearance30.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.Excel;
            buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance30;
            appearance29.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.Excel;
            buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
            buttonTool5.SharedPropsInternal.Caption = "Excel";
            buttonTool5.SharedPropsInternal.Category = "Esportazione/Stampa";
            appearance32.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.Acrobat;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance32;
            appearance31.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.Acrobat;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance31;
            buttonTool6.SharedPropsInternal.Caption = "PDF";
            buttonTool6.SharedPropsInternal.Category = "Esportazione/Stampa";
            this.ultraToolbarsManagerStandard.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2,
            labelTool2,
            buttonTool5,
            buttonTool6});
            this.ultraToolbarsManagerStandard.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManagerStandard_ToolClick_1);
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 623);
            appearance1.Image = global::Gipasoft.Stabili.UI.Contabilita.ContabilitaResources.stabile_small;
            ultraStatusPanel4.Appearance = appearance1;
            ultraStatusPanel4.Key = "condominioCorrente";
            ultraStatusPanel4.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
            this.standardFormStatus.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel4});
            this.standardFormStatus.Size = new System.Drawing.Size(947, 23);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.BackColor = System.Drawing.Color.Transparent;
            this.MainStandardForm_Fill_Panel.Controls.Add(this.panelContent);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.splitter2);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.tableLayoutIntestazione);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.splitter1);
            this.MainStandardForm_Fill_Panel.Controls.Add(this.ultraExplorerBar1);
            this.MainStandardForm_Fill_Panel.Location = new System.Drawing.Point(8, 51);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(931, 572);
            // 
            // persistWindowComponent1
            // 
            this.persistWindowComponent1.XMLFilePath = "WindowState.xml";
            // 
            // ultraExplorerBarContainerControl1
            // 
            this.ultraExplorerBarContainerControl1.Controls.Add(this.sceltaCondominioEsercizio1);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(1, 26);
            this.ultraExplorerBarContainerControl1.Name = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size = new System.Drawing.Size(198, 187);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            // 
            // sceltaCondominioEsercizio1
            // 
            this.sceltaCondominioEsercizio1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sceltaCondominioEsercizio1.Location = new System.Drawing.Point(0, 0);
            this.sceltaCondominioEsercizio1.Name = "sceltaCondominioEsercizio1";
            this.sceltaCondominioEsercizio1.Size = new System.Drawing.Size(198, 187);
            this.sceltaCondominioEsercizio1.TabIndex = 0;
            // 
            // ultraExplorerBar1
            // 
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Dock = System.Windows.Forms.DockStyle.Left;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Key = "condomini";
            appearance2.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.stabile_scelta;
            ultraExplorerBarGroup1.Settings.AppearancesSmall.HeaderAppearance = appearance2;
            ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text = "Condomini";
            appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup2.ItemSettings.AppearancesSmall.ActiveAppearance = appearance3;
            ultraExplorerBarGroup2.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup2.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup2.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup2.Key = "tabelle";
            appearance4.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.tabelle;
            ultraExplorerBarGroup2.Settings.AppearancesSmall.HeaderAppearance = appearance4;
            ultraExplorerBarGroup2.Text = "Tabelle";
            appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup3.ItemSettings.AppearancesSmall.ActiveAppearance = appearance7;
            ultraExplorerBarGroup3.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup3.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup3.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup3.Key = "spese";
            appearance5.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.spesa;
            ultraExplorerBarGroup3.Settings.AppearancesSmall.HeaderAppearance = appearance5;
            ultraExplorerBarGroup3.Text = "Gestione Spese";
            appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup4.ItemSettings.AppearancesSmall.ActiveAppearance = appearance13;
            ultraExplorerBarGroup4.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup4.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup4.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup4.Key = "movimentiContabili";
            appearance14.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.kexi;
            ultraExplorerBarGroup4.Settings.AppearancesSmall.HeaderAppearance = appearance14;
            ultraExplorerBarGroup4.Text = "Movimenti contabili";
            appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup5.ItemSettings.AppearancesSmall.ActiveAppearance = appearance9;
            ultraExplorerBarGroup5.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup5.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup5.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup5.Key = "stampeEsercizio";
            appearance11.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.stampe_bilancio_large;
            ultraExplorerBarGroup5.Settings.AppearancesSmall.HeaderAppearance = appearance11;
            ultraExplorerBarGroup5.Text = "Elaborazione esercizio";
            appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup6.ItemSettings.AppearancesSmall.ActiveAppearance = appearance19;
            ultraExplorerBarGroup6.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup6.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup6.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup6.Key = "rate";
            appearance22.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.cal;
            ultraExplorerBarGroup6.Settings.AppearancesSmall.HeaderAppearance = appearance22;
            ultraExplorerBarGroup6.Text = "Rate";
            ultraExplorerBarGroup7.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup7.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup7.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup7.Key = "versamenti";
            appearance15.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.money;
            ultraExplorerBarGroup7.Settings.AppearancesSmall.HeaderAppearance = appearance15;
            ultraExplorerBarGroup7.Text = "Versamenti";
            appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup8.ItemSettings.AppearancesSmall.ActiveAppearance = appearance10;
            ultraExplorerBarGroup8.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup8.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup8.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup8.Key = "cambioEsercizio";
            appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
            ultraExplorerBarGroup8.Settings.AppearancesSmall.HeaderAppearance = appearance12;
            ultraExplorerBarGroup8.Text = "Cambio esercizio";
            appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup9.ItemSettings.AppearancesSmall.ActiveAppearance = appearance8;
            ultraExplorerBarGroup9.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup9.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup9.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup9.Key = "pagamenti";
            appearance6.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.pagamenti_small;
            ultraExplorerBarGroup9.Settings.AppearancesSmall.HeaderAppearance = appearance6;
            ultraExplorerBarGroup9.Text = "Pagamenti";
            appearance23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            ultraExplorerBarGroup10.ItemSettings.AppearancesSmall.ActiveAppearance = appearance23;
            ultraExplorerBarGroup10.ItemSettings.HotTrackBorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
            ultraExplorerBarGroup10.ItemSettings.HotTracking = Infragistics.Win.DefaultableBoolean.True;
            ultraExplorerBarGroup10.ItemSettings.HotTrackStyle = Infragistics.Win.UltraWinExplorerBar.ItemHotTrackStyle.HighlightEntireItem;
            ultraExplorerBarGroup10.Key = "gestioneFiscale";
            appearance24.Image = global::Gipasoft.Stabili.UI.Contabilita.Properties.Resources.gestioneFiscale_large;
            ultraExplorerBarGroup10.Settings.AppearancesSmall.HeaderAppearance = appearance24;
            ultraExplorerBarGroup10.Text = "Gestione Fiscale";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
            ultraExplorerBarGroup1,
            ultraExplorerBarGroup2,
            ultraExplorerBarGroup3,
            ultraExplorerBarGroup4,
            ultraExplorerBarGroup5,
            ultraExplorerBarGroup6,
            ultraExplorerBarGroup7,
            ultraExplorerBarGroup8,
            ultraExplorerBarGroup9,
            ultraExplorerBarGroup10});
            this.ultraExplorerBar1.ImageSizeLarge = new System.Drawing.Size(24, 24);
            this.ultraExplorerBar1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size = new System.Drawing.Size(200, 572);
            this.ultraExplorerBar1.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.ultraExplorerBar1.TabIndex = 0;
            this.ultraExplorerBar1.UseOsThemes = Infragistics.Win.DefaultableBoolean.True;
            this.ultraExplorerBar1.GroupClick += new Infragistics.Win.UltraWinExplorerBar.GroupClickEventHandler(this.ultraExplorerBar1_GroupClick);
            this.ultraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
            // 
            // backgroundWorker1
            // 
            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(200, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 572);
            this.splitter1.TabIndex = 4;
            this.splitter1.TabStop = false;
            // 
            // tableLayoutIntestazione
            // 
            this.tableLayoutIntestazione.ColumnCount = 2;
            this.tableLayoutIntestazione.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutIntestazione.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutIntestazione.Controls.Add(this.lblEsercizioAttuale, 0, 0);
            this.tableLayoutIntestazione.Controls.Add(this.lblContent, 0, 0);
            this.tableLayoutIntestazione.Dock = System.Windows.Forms.DockStyle.Top;
            this.tableLayoutIntestazione.Location = new System.Drawing.Point(203, 0);
            this.tableLayoutIntestazione.Name = "tableLayoutIntestazione";
            this.tableLayoutIntestazione.RowCount = 1;
            this.tableLayoutIntestazione.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutIntestazione.Size = new System.Drawing.Size(728, 28);
            this.tableLayoutIntestazione.TabIndex = 5;
            // 
            // lblEsercizioAttuale
            // 
            appearance20.BackColor = System.Drawing.Color.White;
            appearance20.BorderColor = System.Drawing.Color.Black;
            appearance20.FontData.SizeInPoints = 10F;
            appearance20.TextHAlignAsString = "Right";
            this.lblEsercizioAttuale.Appearance = appearance20;
            this.lblEsercizioAttuale.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Etched;
            this.lblEsercizioAttuale.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblEsercizioAttuale.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEsercizioAttuale.Location = new System.Drawing.Point(260, 3);
            this.lblEsercizioAttuale.Name = "lblEsercizioAttuale";
            this.lblEsercizioAttuale.Size = new System.Drawing.Size(465, 22);
            this.lblEsercizioAttuale.TabIndex = 3;
            this.lblEsercizioAttuale.UseAppStyling = false;
            // 
            // lblContent
            // 
            appearance21.BackColor = System.Drawing.Color.White;
            this.lblContent.Appearance = appearance21;
            this.lblContent.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblContent.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblContent.Location = new System.Drawing.Point(3, 3);
            this.lblContent.Name = "lblContent";
            this.lblContent.Size = new System.Drawing.Size(251, 22);
            this.lblContent.TabIndex = 2;
            // 
            // splitter2
            // 
            this.splitter2.Cursor = System.Windows.Forms.Cursors.HSplit;
            this.splitter2.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter2.Location = new System.Drawing.Point(203, 28);
            this.splitter2.Name = "splitter2";
            this.splitter2.Size = new System.Drawing.Size(728, 3);
            this.splitter2.TabIndex = 6;
            this.splitter2.TabStop = false;
            // 
            // panelContent
            // 
            this.panelContent.BackColor = System.Drawing.Color.White;
            this.panelContent.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelContent.Location = new System.Drawing.Point(203, 31);
            this.panelContent.Name = "panelContent";
            this.panelContent.Size = new System.Drawing.Size(728, 541);
            this.panelContent.TabIndex = 7;
            // 
            // MainContabilita
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(947, 646);
            this.MinimumSize = new System.Drawing.Size(300, 300);
            this.Name = "MainContabilita";
            this.Text = "Contabilità";
            this.Load += new System.EventHandler(this.MainContabilita_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainContabilita_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            this.MainStandardForm_Fill_Panel.ResumeLayout(false);
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.tableLayoutIntestazione.ResumeLayout(false);
            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();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Home");
            System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Bank");
            System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Category");
            System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Account Type");
            System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Account");
            System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Additional User");
            System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Card Enterprise");
            System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Card");
            System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Currency");
            System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Interval");
            System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Payment Type");
            System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Vendor");
            System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Cadastre", new System.Windows.Forms.TreeNode[] {
            treeNode2,
            treeNode3,
            treeNode4,
            treeNode5,
            treeNode6,
            treeNode7,
            treeNode8,
            treeNode9,
            treeNode10,
            treeNode11,
            treeNode12});
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("utbToolbar");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreBank");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreAccount");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAccountType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAdditionalUser");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool37 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool38 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCardEnterprise");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCurrency");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreInterval");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool41 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastrePaymentType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreVendor");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("utbMenu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuCadastre");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuCadastre");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreBank");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCategory");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAccount");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAccountType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAdditionalUser");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCardEnterprise");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCurrency");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreInterval");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastrePaymentType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreVendor");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreBank");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreBank");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCategory");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAccount");
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAccountType");
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreDocumentType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreAccount");
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAccountType");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAdditionalUser");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCardEnterprise");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCurrency");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreInterval");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastrePaymentType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreVendor");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool36 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAdditionalUser");
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool43 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCard");
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCardEnterprise");
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCurrency");
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreInterval");
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool47 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastrePaymentType");
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool48 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreVendor");
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            this.usbStatus = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.imlTreeView = new System.Windows.Forms.ImageList(this.components);
            this.pnlLeft = new System.Windows.Forms.Panel();
            this.tvwTreeView = new System.Windows.Forms.TreeView();
            this.splVertical = new System.Windows.Forms.Splitter();
            this.pnlHeader = new System.Windows.Forms.Panel();
            this.lblCurrentHeader = new System.Windows.Forms.Label();
            this.lblCurrentHeaderSub = new System.Windows.Forms.Label();
            this.pcbCurrentPicture = new System.Windows.Forms.PictureBox();
            this.pnlBottom = new System.Windows.Forms.Panel();
            this.pnlGrid = new System.Windows.Forms.Panel();
            this.lvwGrid = new System.Windows.Forms.ListView();
            this.pnlThreeButtons = new System.Windows.Forms.Panel();
            this.pnlSearchUndoButtons = new System.Windows.Forms.Panel();
            this.ubtUndo = new Infragistics.Win.Misc.UltraButton();
            this.ubtSearch = new Infragistics.Win.Misc.UltraButton();
            this.pnlNewDeleteSaveButtons = new System.Windows.Forms.Panel();
            this.ubtSave = new Infragistics.Win.Misc.UltraButton();
            this.ubtDelete = new Infragistics.Win.Misc.UltraButton();
            this.ubtNew = new Infragistics.Win.Misc.UltraButton();
            this.flpNavigation = new System.Windows.Forms.FlowLayoutPanel();
            this.ubtLast = new Infragistics.Win.Misc.UltraButton();
            this.ubtNext = new Infragistics.Win.Misc.UltraButton();
            this.lblNavigator = new System.Windows.Forms.Label();
            this.txtCurrentRecord = new System.Windows.Forms.TextBox();
            this.ubtPrevious = new Infragistics.Win.Misc.UltraButton();
            this.ubtFirst = new Infragistics.Win.Misc.UltraButton();
            this.splHorizontal = new System.Windows.Forms.Splitter();
            this._frmMain_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.utmToolbar = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._frmMain_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            ((System.ComponentModel.ISupportInitialize)(this.usbStatus)).BeginInit();
            this.pnlLeft.SuspendLayout();
            this.pnlHeader.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcbCurrentPicture)).BeginInit();
            this.pnlBottom.SuspendLayout();
            this.pnlGrid.SuspendLayout();
            this.pnlThreeButtons.SuspendLayout();
            this.pnlSearchUndoButtons.SuspendLayout();
            this.pnlNewDeleteSaveButtons.SuspendLayout();
            this.flpNavigation.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utmToolbar)).BeginInit();
            this.SuspendLayout();
            // 
            // usbStatus
            // 
            this.usbStatus.Location = new System.Drawing.Point(0, 623);
            this.usbStatus.Name = "usbStatus";
            appearance1.FontData.Name = "Trebuchet MS";
            appearance1.FontData.SizeInPoints = 8F;
            ultraStatusPanel1.Appearance = appearance1;
            ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel1.Text = "Ready";
            appearance2.FontData.Name = "Trebuchet MS";
            appearance2.FontData.SizeInPoints = 8F;
            ultraStatusPanel2.Appearance = appearance2;
            ultraStatusPanel2.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
            appearance3.FontData.Name = "Trebuchet MS";
            appearance3.FontData.SizeInPoints = 8F;
            appearance3.Image = global::Studio_Money.Properties.Resources.database;
            ultraStatusPanel3.Appearance = appearance3;
            ultraStatusPanel3.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel3.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.AutoStatusText;
            ultraStatusPanel3.Text = "C:\\Banco";
            this.usbStatus.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3});
            this.usbStatus.Size = new System.Drawing.Size(1160, 23);
            this.usbStatus.TabIndex = 4;
            this.usbStatus.Text = "ultraStatusBar1";
            this.usbStatus.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
            // 
            // imlTreeView
            // 
            this.imlTreeView.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.imlTreeView.ImageSize = new System.Drawing.Size(16, 16);
            this.imlTreeView.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // pnlLeft
            // 
            this.pnlLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlLeft.Controls.Add(this.tvwTreeView);
            this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnlLeft.Location = new System.Drawing.Point(0, 66);
            this.pnlLeft.Name = "pnlLeft";
            this.pnlLeft.Padding = new System.Windows.Forms.Padding(8);
            this.pnlLeft.Size = new System.Drawing.Size(221, 557);
            this.pnlLeft.TabIndex = 48;
            // 
            // tvwTreeView
            // 
            this.tvwTreeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tvwTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvwTreeView.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tvwTreeView.FullRowSelect = true;
            this.tvwTreeView.HideSelection = false;
            this.tvwTreeView.ImageIndex = 0;
            this.tvwTreeView.ImageList = this.imlTreeView;
            this.tvwTreeView.Indent = 20;
            this.tvwTreeView.Location = new System.Drawing.Point(8, 8);
            this.tvwTreeView.Margin = new System.Windows.Forms.Padding(0);
            this.tvwTreeView.Name = "tvwTreeView";
            treeNode1.Name = "tvwHome";
            treeNode1.Text = "Home";
            treeNode2.Name = "tvwCadastreBank";
            treeNode2.Text = "Bank";
            treeNode3.Name = "tvwCadastreCategory";
            treeNode3.Text = "Category";
            treeNode4.Name = "tvwCadastreAccountType";
            treeNode4.Text = "Account Type";
            treeNode5.Name = "tvwCadastreAccount";
            treeNode5.Text = "Account";
            treeNode6.Name = "tvwCadastreAdditionalUser";
            treeNode6.Text = "Additional User";
            treeNode7.Name = "tvwCadastreCardEnterprise";
            treeNode7.Text = "Card Enterprise";
            treeNode8.Name = "tvwCadastreCard";
            treeNode8.Text = "Card";
            treeNode9.Name = "tvwCadastreCurrency";
            treeNode9.Text = "Currency";
            treeNode10.Name = "tvwCadastreInterval";
            treeNode10.Text = "Interval";
            treeNode11.Name = "tvwCadastrePaymentType";
            treeNode11.Text = "Payment Type";
            treeNode12.Name = "tvwCadastreVendor";
            treeNode12.Text = "Vendor";
            treeNode13.Name = "tvwCadastre";
            treeNode13.Text = "Cadastre";
            this.tvwTreeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode1,
            treeNode13});
            this.tvwTreeView.SelectedImageIndex = 0;
            this.tvwTreeView.ShowNodeToolTips = true;
            this.tvwTreeView.Size = new System.Drawing.Size(203, 539);
            this.tvwTreeView.TabIndex = 16;
            this.tvwTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwTreeView_AfterSelect);
            // 
            // splVertical
            // 
            this.splVertical.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splVertical.Location = new System.Drawing.Point(221, 66);
            this.splVertical.Name = "splVertical";
            this.splVertical.Size = new System.Drawing.Size(3, 557);
            this.splVertical.TabIndex = 49;
            this.splVertical.TabStop = false;
            // 
            // pnlHeader
            // 
            this.pnlHeader.BackColor = System.Drawing.Color.Transparent;
            this.pnlHeader.BackgroundImage = global::Studio_Money.Properties.Resources.backBlue1;
            this.pnlHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlHeader.Controls.Add(this.lblCurrentHeader);
            this.pnlHeader.Controls.Add(this.lblCurrentHeaderSub);
            this.pnlHeader.Controls.Add(this.pcbCurrentPicture);
            this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlHeader.Location = new System.Drawing.Point(224, 66);
            this.pnlHeader.Name = "pnlHeader";
            this.pnlHeader.Size = new System.Drawing.Size(936, 77);
            this.pnlHeader.TabIndex = 50;
            // 
            // lblCurrentHeader
            // 
            this.lblCurrentHeader.AutoSize = true;
            this.lblCurrentHeader.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCurrentHeader.Location = new System.Drawing.Point(79, 9);
            this.lblCurrentHeader.Name = "lblCurrentHeader";
            this.lblCurrentHeader.Size = new System.Drawing.Size(47, 22);
            this.lblCurrentHeader.TabIndex = 3;
            this.lblCurrentHeader.Text = "Bank";
            // 
            // lblCurrentHeaderSub
            // 
            this.lblCurrentHeaderSub.AutoSize = true;
            this.lblCurrentHeaderSub.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold);
            this.lblCurrentHeaderSub.Location = new System.Drawing.Point(79, 44);
            this.lblCurrentHeaderSub.Name = "lblCurrentHeaderSub";
            this.lblCurrentHeaderSub.Size = new System.Drawing.Size(87, 18);
            this.lblCurrentHeaderSub.TabIndex = 2;
            this.lblCurrentHeaderSub.Text = "Bank Cadastre";
            // 
            // pcbCurrentPicture
            // 
            this.pcbCurrentPicture.Image = global::Studio_Money.Properties.Resources.bank;
            this.pcbCurrentPicture.Location = new System.Drawing.Point(12, 8);
            this.pcbCurrentPicture.Name = "pcbCurrentPicture";
            this.pcbCurrentPicture.Size = new System.Drawing.Size(54, 54);
            this.pcbCurrentPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pcbCurrentPicture.TabIndex = 0;
            this.pcbCurrentPicture.TabStop = false;
            // 
            // pnlBottom
            // 
            this.pnlBottom.Controls.Add(this.pnlGrid);
            this.pnlBottom.Controls.Add(this.pnlThreeButtons);
            this.pnlBottom.Controls.Add(this.flpNavigation);
            this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pnlBottom.Location = new System.Drawing.Point(224, 423);
            this.pnlBottom.Name = "pnlBottom";
            this.pnlBottom.Size = new System.Drawing.Size(936, 200);
            this.pnlBottom.TabIndex = 69;
            // 
            // pnlGrid
            // 
            this.pnlGrid.Controls.Add(this.lvwGrid);
            this.pnlGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlGrid.Location = new System.Drawing.Point(0, 41);
            this.pnlGrid.Name = "pnlGrid";
            this.pnlGrid.Size = new System.Drawing.Size(936, 127);
            this.pnlGrid.TabIndex = 58;
            // 
            // lvwGrid
            // 
            this.lvwGrid.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.lvwGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvwGrid.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lvwGrid.FullRowSelect = true;
            this.lvwGrid.Location = new System.Drawing.Point(0, 0);
            this.lvwGrid.MultiSelect = false;
            this.lvwGrid.Name = "lvwGrid";
            this.lvwGrid.Scrollable = false;
            this.lvwGrid.Size = new System.Drawing.Size(936, 127);
            this.lvwGrid.TabIndex = 57;
            this.lvwGrid.UseCompatibleStateImageBehavior = false;
            this.lvwGrid.View = System.Windows.Forms.View.Details;
            this.lvwGrid.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwGrid_ColumnClick);
            this.lvwGrid.SelectedIndexChanged += new System.EventHandler(this.lvwGrid_SelectedIndexChanged);
            this.lvwGrid.Click += new System.EventHandler(this.lvwGrid_Click);
            this.lvwGrid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lvwGrid_KeyUp);
            // 
            // pnlThreeButtons
            // 
            this.pnlThreeButtons.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlThreeButtons.Controls.Add(this.pnlSearchUndoButtons);
            this.pnlThreeButtons.Controls.Add(this.pnlNewDeleteSaveButtons);
            this.pnlThreeButtons.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlThreeButtons.Location = new System.Drawing.Point(0, 0);
            this.pnlThreeButtons.Name = "pnlThreeButtons";
            this.pnlThreeButtons.Size = new System.Drawing.Size(936, 41);
            this.pnlThreeButtons.TabIndex = 57;
            // 
            // pnlSearchUndoButtons
            // 
            this.pnlSearchUndoButtons.Controls.Add(this.ubtUndo);
            this.pnlSearchUndoButtons.Controls.Add(this.ubtSearch);
            this.pnlSearchUndoButtons.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnlSearchUndoButtons.Location = new System.Drawing.Point(0, 0);
            this.pnlSearchUndoButtons.Name = "pnlSearchUndoButtons";
            this.pnlSearchUndoButtons.Size = new System.Drawing.Size(226, 39);
            this.pnlSearchUndoButtons.TabIndex = 7;
            // 
            // ubtUndo
            // 
            appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
            this.ubtUndo.Appearance = appearance4;
            this.ubtUndo.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtUndo.ImageSize = new System.Drawing.Size(20, 20);
            this.ubtUndo.Location = new System.Drawing.Point(6, 2);
            this.ubtUndo.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtUndo.Name = "ubtUndo";
            this.ubtUndo.Padding = new System.Drawing.Size(7, 5);
            this.ubtUndo.Size = new System.Drawing.Size(103, 35);
            this.ubtUndo.TabIndex = 1;
            this.ubtUndo.Text = "&Undo";
            this.ubtUndo.Visible = false;
            // 
            // ubtSearch
            // 
            appearance5.Image = ((object)(resources.GetObject("appearance5.Image")));
            this.ubtSearch.Appearance = appearance5;
            this.ubtSearch.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtSearch.ImageSize = new System.Drawing.Size(20, 20);
            this.ubtSearch.Location = new System.Drawing.Point(6, 4);
            this.ubtSearch.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtSearch.Name = "ubtSearch";
            this.ubtSearch.Padding = new System.Drawing.Size(7, 5);
            this.ubtSearch.Size = new System.Drawing.Size(103, 35);
            this.ubtSearch.TabIndex = 0;
            this.ubtSearch.Text = "Pes&quisar";
            // 
            // pnlNewDeleteSaveButtons
            // 
            this.pnlNewDeleteSaveButtons.Controls.Add(this.ubtSave);
            this.pnlNewDeleteSaveButtons.Controls.Add(this.ubtDelete);
            this.pnlNewDeleteSaveButtons.Controls.Add(this.ubtNew);
            this.pnlNewDeleteSaveButtons.Dock = System.Windows.Forms.DockStyle.Right;
            this.pnlNewDeleteSaveButtons.Location = new System.Drawing.Point(454, 0);
            this.pnlNewDeleteSaveButtons.Name = "pnlNewDeleteSaveButtons";
            this.pnlNewDeleteSaveButtons.Padding = new System.Windows.Forms.Padding(5);
            this.pnlNewDeleteSaveButtons.Size = new System.Drawing.Size(480, 39);
            this.pnlNewDeleteSaveButtons.TabIndex = 6;
            // 
            // ubtSave
            // 
            appearance6.Image = global::Studio_Money.Properties.Resources.add_16;
            this.ubtSave.Appearance = appearance6;
            this.ubtSave.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtSave.Location = new System.Drawing.Point(371, 2);
            this.ubtSave.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtSave.Name = "ubtSave";
            this.ubtSave.Padding = new System.Drawing.Size(7, 0);
            this.ubtSave.Size = new System.Drawing.Size(103, 35);
            this.ubtSave.TabIndex = 5;
            this.ubtSave.Text = "&Save";
            // 
            // ubtDelete
            // 
            appearance7.Image = global::Studio_Money.Properties.Resources.delete_16;
            this.ubtDelete.Appearance = appearance7;
            this.ubtDelete.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtDelete.Location = new System.Drawing.Point(262, 2);
            this.ubtDelete.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtDelete.Name = "ubtDelete";
            this.ubtDelete.Padding = new System.Drawing.Size(7, 0);
            this.ubtDelete.Size = new System.Drawing.Size(103, 35);
            this.ubtDelete.TabIndex = 4;
            this.ubtDelete.Text = "&Delete";
            // 
            // ubtNew
            // 
            appearance8.Image = global::Studio_Money.Properties.Resources.documents_16;
            this.ubtNew.Appearance = appearance8;
            this.ubtNew.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtNew.Location = new System.Drawing.Point(153, 2);
            this.ubtNew.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtNew.Name = "ubtNew";
            this.ubtNew.Padding = new System.Drawing.Size(7, 5);
            this.ubtNew.Size = new System.Drawing.Size(103, 35);
            this.ubtNew.TabIndex = 3;
            this.ubtNew.Text = "&New";
            // 
            // flpNavigation
            // 
            this.flpNavigation.BackgroundImage = global::Studio_Money.Properties.Resources.degrade_fd;
            this.flpNavigation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.flpNavigation.Controls.Add(this.ubtLast);
            this.flpNavigation.Controls.Add(this.ubtNext);
            this.flpNavigation.Controls.Add(this.lblNavigator);
            this.flpNavigation.Controls.Add(this.txtCurrentRecord);
            this.flpNavigation.Controls.Add(this.ubtPrevious);
            this.flpNavigation.Controls.Add(this.ubtFirst);
            this.flpNavigation.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.flpNavigation.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
            this.flpNavigation.Location = new System.Drawing.Point(0, 168);
            this.flpNavigation.Name = "flpNavigation";
            this.flpNavigation.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.flpNavigation.Size = new System.Drawing.Size(936, 32);
            this.flpNavigation.TabIndex = 55;
            // 
            // ubtLast
            // 
            appearance9.Image = ((object)(resources.GetObject("appearance9.Image")));
            appearance9.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance9.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.ubtLast.Appearance = appearance9;
            this.ubtLast.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtLast.ImageSize = new System.Drawing.Size(10, 12);
            this.ubtLast.Location = new System.Drawing.Point(889, 3);
            this.ubtLast.Name = "ubtLast";
            this.ubtLast.Size = new System.Drawing.Size(32, 24);
            this.ubtLast.TabIndex = 3;
            // 
            // ubtNext
            // 
            appearance10.Image = ((object)(resources.GetObject("appearance10.Image")));
            appearance10.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance10.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.ubtNext.Appearance = appearance10;
            this.ubtNext.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtNext.ImageSize = new System.Drawing.Size(10, 12);
            this.ubtNext.Location = new System.Drawing.Point(851, 3);
            this.ubtNext.Name = "ubtNext";
            this.ubtNext.Size = new System.Drawing.Size(32, 24);
            this.ubtNext.TabIndex = 2;
            // 
            // lblNavigator
            // 
            this.lblNavigator.AutoSize = true;
            this.lblNavigator.BackColor = System.Drawing.Color.Transparent;
            this.lblNavigator.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblNavigator.Location = new System.Drawing.Point(811, 0);
            this.lblNavigator.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.lblNavigator.Name = "lblNavigator";
            this.lblNavigator.Padding = new System.Windows.Forms.Padding(0, 5, 5, 5);
            this.lblNavigator.Size = new System.Drawing.Size(34, 28);
            this.lblNavigator.TabIndex = 6;
            this.lblNavigator.Text = "of 0";
            // 
            // txtCurrentRecord
            // 
            this.txtCurrentRecord.Location = new System.Drawing.Point(771, 5);
            this.txtCurrentRecord.Margin = new System.Windows.Forms.Padding(5);
            this.txtCurrentRecord.Name = "txtCurrentRecord";
            this.txtCurrentRecord.Size = new System.Drawing.Size(35, 20);
            this.txtCurrentRecord.TabIndex = 4;
            // 
            // ubtPrevious
            // 
            appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
            appearance11.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance11.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.ubtPrevious.Appearance = appearance11;
            this.ubtPrevious.Enabled = false;
            this.ubtPrevious.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtPrevious.ImageSize = new System.Drawing.Size(10, 12);
            this.ubtPrevious.Location = new System.Drawing.Point(731, 3);
            this.ubtPrevious.Name = "ubtPrevious";
            this.ubtPrevious.Size = new System.Drawing.Size(32, 24);
            this.ubtPrevious.TabIndex = 1;
            // 
            // ubtFirst
            // 
            appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
            appearance12.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance12.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.ubtFirst.Appearance = appearance12;
            this.ubtFirst.Enabled = false;
            this.ubtFirst.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtFirst.ImageSize = new System.Drawing.Size(10, 12);
            this.ubtFirst.Location = new System.Drawing.Point(693, 3);
            this.ubtFirst.Name = "ubtFirst";
            this.ubtFirst.Size = new System.Drawing.Size(32, 24);
            this.ubtFirst.TabIndex = 0;
            // 
            // splHorizontal
            // 
            this.splHorizontal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splHorizontal.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splHorizontal.Location = new System.Drawing.Point(224, 420);
            this.splHorizontal.Name = "splHorizontal";
            this.splHorizontal.Size = new System.Drawing.Size(936, 3);
            this.splHorizontal.TabIndex = 70;
            this.splHorizontal.TabStop = false;
            // 
            // _frmMain_Toolbars_Dock_Area_Left
            // 
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._frmMain_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._frmMain_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmMain_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 66);
            this._frmMain_Toolbars_Dock_Area_Left.Name = "_frmMain_Toolbars_Dock_Area_Left";
            this._frmMain_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 557);
            this._frmMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.utmToolbar;
            // 
            // utmToolbar
            // 
            this.utmToolbar.AlwaysShowMenusExpanded = Infragistics.Win.DefaultableBoolean.True;
            this.utmToolbar.DesignerFlags = 1;
            this.utmToolbar.DockWithinContainer = this;
            this.utmToolbar.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.utmToolbar.Office2007UICompatibility = false;
            this.utmToolbar.Ribbon.FileMenuStyle = Infragistics.Win.UltraWinToolbars.FileMenuStyle.None;
            this.utmToolbar.Ribbon.GroupSettings.CanCollapse = Infragistics.Win.DefaultableBoolean.False;
            this.utmToolbar.Ribbon.QuickAccessToolbar.Visible = false;
            this.utmToolbar.ShowFullMenusDelay = 500;
            this.utmToolbar.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 1;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool3,
            buttonTool5,
            buttonTool15,
            buttonTool16,
            buttonTool35,
            buttonTool37,
            buttonTool38,
            buttonTool39,
            buttonTool40,
            buttonTool41,
            buttonTool42});
            ultraToolbar1.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar1.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar1.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageOnlyOnToolbars;
            ultraToolbar1.Settings.UseLargeImages = Infragistics.Win.DefaultableBoolean.True;
            ultraToolbar1.Text = "Toolbar";
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 0;
            ultraToolbar2.IsMainMenuBar = true;
            popupMenuTool1.InstanceProps.RecentlyUsed = false;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1});
            ultraToolbar2.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar2.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar2.Text = "Menu";
            this.utmToolbar.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2});
            this.utmToolbar.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.True;
            this.utmToolbar.ToolbarSettings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            popupMenuTool2.SharedPropsInternal.Caption = "Ca&dastre";
            popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool7,
            buttonTool9,
            buttonTool10,
            buttonTool21,
            buttonTool22,
            buttonTool23,
            buttonTool24,
            buttonTool25,
            buttonTool26,
            buttonTool33});
            appearance13.Image = global::Studio_Money.Properties.Resources.bank;
            buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
            buttonTool2.SharedPropsInternal.Caption = "&Bank";
            buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
            buttonTool2.SharedPropsInternal.ToolTipText = "Bank";
            appearance14.Image = global::Studio_Money.Properties.Resources.bank;
            buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance14;
            appearance15.Image = global::Studio_Money.Properties.Resources.bank;
            buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
            buttonTool4.SharedPropsInternal.Caption = "Bank";
            appearance16.Image = global::Studio_Money.Properties.Resources.map_;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance16;
            appearance17.Image = global::Studio_Money.Properties.Resources.map_;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance17;
            buttonTool6.SharedPropsInternal.Caption = "Category";
            appearance18.Image = global::Studio_Money.Properties.Resources.map_;
            buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
            buttonTool8.SharedPropsInternal.Caption = "Category";
            appearance19.Image = ((object)(resources.GetObject("appearance19.Image")));
            buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance19;
            buttonTool12.SharedPropsInternal.Caption = "Account";
            appearance20.Image = ((object)(resources.GetObject("appearance20.Image")));
            buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance20;
            buttonTool13.SharedPropsInternal.Caption = "Account Type";
            buttonTool14.SharedPropsInternal.Caption = "Document Type";
            buttonTool14.SharedPropsInternal.ToolTipText = "Document Type";
            appearance21.Image = ((object)(resources.GetObject("appearance21.Image")));
            buttonTool18.SharedPropsInternal.AppearancesLarge.Appearance = appearance21;
            appearance22.Image = ((object)(resources.GetObject("appearance22.Image")));
            buttonTool18.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
            buttonTool18.SharedPropsInternal.Caption = "Account";
            appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
            buttonTool19.SharedPropsInternal.AppearancesLarge.Appearance = appearance23;
            appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
            buttonTool19.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
            buttonTool19.SharedPropsInternal.Caption = "Account Type";
            buttonTool27.SharedPropsInternal.Caption = "Additional User";
            buttonTool28.SharedPropsInternal.Caption = "Card";
            buttonTool29.SharedPropsInternal.Caption = "Card Enterprise";
            buttonTool30.SharedPropsInternal.Caption = "Currency";
            buttonTool31.SharedPropsInternal.Caption = "Interval";
            buttonTool32.SharedPropsInternal.Caption = "Payment Type";
            buttonTool34.SharedPropsInternal.Caption = "Vendor";
            appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
            buttonTool36.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
            buttonTool36.SharedPropsInternal.Caption = "Additional User";
            appearance26.Image = ((object)(resources.GetObject("appearance26.Image")));
            buttonTool43.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
            buttonTool43.SharedPropsInternal.Caption = "Card";
            appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
            buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
            buttonTool44.SharedPropsInternal.Caption = "Card Enterprise";
            appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
            buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
            buttonTool45.SharedPropsInternal.Caption = "Currency";
            appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
            buttonTool46.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
            buttonTool46.SharedPropsInternal.Caption = "Interval";
            appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
            buttonTool47.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
            buttonTool47.SharedPropsInternal.Caption = "Payment Type";
            appearance31.Image = ((object)(resources.GetObject("appearance31.Image")));
            buttonTool48.SharedPropsInternal.AppearancesSmall.Appearance = appearance31;
            buttonTool48.SharedPropsInternal.Caption = "Vendor";
            this.utmToolbar.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool2,
            buttonTool2,
            buttonTool4,
            buttonTool6,
            buttonTool8,
            buttonTool12,
            buttonTool13,
            buttonTool14,
            buttonTool18,
            buttonTool19,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            buttonTool30,
            buttonTool31,
            buttonTool32,
            buttonTool34,
            buttonTool36,
            buttonTool43,
            buttonTool44,
            buttonTool45,
            buttonTool46,
            buttonTool47,
            buttonTool48});
            this.utmToolbar.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.utmToolbar_ToolClick);
            // 
            // _frmMain_Toolbars_Dock_Area_Right
            // 
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._frmMain_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._frmMain_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmMain_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1160, 66);
            this._frmMain_Toolbars_Dock_Area_Right.Name = "_frmMain_Toolbars_Dock_Area_Right";
            this._frmMain_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 557);
            this._frmMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.utmToolbar;
            // 
            // _frmMain_Toolbars_Dock_Area_Top
            // 
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._frmMain_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._frmMain_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmMain_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._frmMain_Toolbars_Dock_Area_Top.Name = "_frmMain_Toolbars_Dock_Area_Top";
            this._frmMain_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1160, 66);
            this._frmMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.utmToolbar;
            // 
            // _frmMain_Toolbars_Dock_Area_Bottom
            // 
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._frmMain_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._frmMain_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmMain_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 623);
            this._frmMain_Toolbars_Dock_Area_Bottom.Name = "_frmMain_Toolbars_Dock_Area_Bottom";
            this._frmMain_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1160, 0);
            this._frmMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.utmToolbar;
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ClientSize = new System.Drawing.Size(1160, 646);
            this.Controls.Add(this.splHorizontal);
            this.Controls.Add(this.pnlBottom);
            this.Controls.Add(this.pnlHeader);
            this.Controls.Add(this.splVertical);
            this.Controls.Add(this.pnlLeft);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.usbStatus);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Top);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = ":: Studio Money";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
            this.Load += new System.EventHandler(this.frmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.usbStatus)).EndInit();
            this.pnlLeft.ResumeLayout(false);
            this.pnlHeader.ResumeLayout(false);
            this.pnlHeader.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcbCurrentPicture)).EndInit();
            this.pnlBottom.ResumeLayout(false);
            this.pnlGrid.ResumeLayout(false);
            this.pnlThreeButtons.ResumeLayout(false);
            this.pnlSearchUndoButtons.ResumeLayout(false);
            this.pnlNewDeleteSaveButtons.ResumeLayout(false);
            this.flpNavigation.ResumeLayout(false);
            this.flpNavigation.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utmToolbar)).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()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
            this._FrmMain_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.utbmMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._FrmMain_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._FrmMain_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._FrmMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.utmmMain = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
            this.uebMain = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.usbMain = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.ilMain = new System.Windows.Forms.ImageList(this.components);
            this.utAlert = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.utbmMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utmmMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uebMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usbMain)).BeginInit();
            this.SuspendLayout();
            // 
            // _FrmMain_Toolbars_Dock_Area_Left
            // 
            this._FrmMain_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._FrmMain_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._FrmMain_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._FrmMain_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._FrmMain_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 8;
            this._FrmMain_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 55);
            this._FrmMain_Toolbars_Dock_Area_Left.Name = "_FrmMain_Toolbars_Dock_Area_Left";
            this._FrmMain_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(8, 351);
            this._FrmMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.utbmMain;
            // 
            // utbmMain
            // 
            this.utbmMain.DesignerFlags = 1;
            this.utbmMain.DockWithinContainer = this;
            this.utbmMain.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.utbmMain.FormDisplayStyle = Infragistics.Win.UltraWinToolbars.FormDisplayStyle.RoundedFixed;
            this.utbmMain.Ribbon.ApplicationMenu2010.DisableQAT = false;
            this.utbmMain.Ribbon.ApplicationMenu2010.ShowDefaultContextMenu = true;
            this.utbmMain.Ribbon.ApplicationMenuButtonImage = ((System.Drawing.Image)(resources.GetObject("utbmMain.Ribbon.ApplicationMenuButtonImage")));
            this.utbmMain.Ribbon.FileMenuButtonCaption = "Inicio";
            this.utbmMain.Ribbon.FileMenuStyle = Infragistics.Win.UltraWinToolbars.FileMenuStyle.ApplicationMenu2010;
            this.utbmMain.Ribbon.Visible = true;
            this.utbmMain.SettingsKey = "FrmMain.utbmMain";
            this.utbmMain.ShowShortcutsInToolTips = true;
            this.utbmMain.BeforeToolbarListDropdown += new Infragistics.Win.UltraWinToolbars.BeforeToolbarListDropdownEventHandler(this.utbmMain_BeforeToolbarListDropdown);
            this.utbmMain.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.utbmMain_ToolClick);
            // 
            // _FrmMain_Toolbars_Dock_Area_Right
            // 
            this._FrmMain_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._FrmMain_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._FrmMain_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._FrmMain_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._FrmMain_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 8;
            this._FrmMain_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(680, 55);
            this._FrmMain_Toolbars_Dock_Area_Right.Name = "_FrmMain_Toolbars_Dock_Area_Right";
            this._FrmMain_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(8, 351);
            this._FrmMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.utbmMain;
            // 
            // _FrmMain_Toolbars_Dock_Area_Top
            // 
            this._FrmMain_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._FrmMain_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._FrmMain_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._FrmMain_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._FrmMain_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._FrmMain_Toolbars_Dock_Area_Top.Name = "_FrmMain_Toolbars_Dock_Area_Top";
            this._FrmMain_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(688, 55);
            this._FrmMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.utbmMain;
            // 
            // _FrmMain_Toolbars_Dock_Area_Bottom
            // 
            this._FrmMain_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._FrmMain_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._FrmMain_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._FrmMain_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._FrmMain_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 406);
            this._FrmMain_Toolbars_Dock_Area_Bottom.Name = "_FrmMain_Toolbars_Dock_Area_Bottom";
            this._FrmMain_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(688, 0);
            this._FrmMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.utbmMain;
            // 
            // utmmMain
            // 
            this.utmmMain.MdiParent = this;
            this.utmmMain.ViewStyle = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
            this.utmmMain.TabClosed += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.utmmMain_TabClosed);
            this.utmmMain.TabActivated += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.utmmMain_TabActivated);
            // 
            // uebMain
            // 
            this.uebMain.Cursor = System.Windows.Forms.Cursors.Hand;
            this.uebMain.Dock = System.Windows.Forms.DockStyle.Left;
            this.uebMain.Location = new System.Drawing.Point(8, 55);
            this.uebMain.Name = "uebMain";
            this.uebMain.NavigationPaneExpansionMode = ((Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode)((Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode.OnButtonClick | Infragistics.Win.UltraWinExplorerBar.NavigationPaneExpansionMode.OnSizeChanged)));
            this.uebMain.NavigationPaneFlyoutSize = new System.Drawing.Size(251, 0);
            this.uebMain.Size = new System.Drawing.Size(251, 351);
            this.uebMain.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.uebMain.TabIndex = 12;
            this.uebMain.ViewStyle = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
            // 
            // usbMain
            // 
            appearance1.FontData.BoldAsString = "True";
            this.usbMain.Appearance = appearance1;
            this.usbMain.Location = new System.Drawing.Point(0, 406);
            this.usbMain.Name = "usbMain";
            appearance2.TextHAlignAsString = "Left";
            ultraStatusPanel1.Appearance = appearance2;
            ultraStatusPanel1.Width = 700;
            appearance3.TextHAlignAsString = "Right";
            ultraStatusPanel2.Appearance = appearance3;
            ultraStatusPanel2.Width = 700;
            this.usbMain.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2});
            this.usbMain.Size = new System.Drawing.Size(688, 23);
            this.usbMain.TabIndex = 18;
            this.usbMain.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.TransparentColor = System.Drawing.Color.Transparent;
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // utAlert
            // 
            this.utAlert.Interval = 60000;
            //this.utAlert.Tick += new System.EventHandler(this.utAlert_Tick);
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(688, 429);
            this.Controls.Add(this.uebMain);
            this.Controls.Add(this._FrmMain_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._FrmMain_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._FrmMain_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.usbMain);
            this.Controls.Add(this._FrmMain_Toolbars_Dock_Area_Top);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.utbmMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utmmMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uebMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usbMain)).EndInit();
            this.ResumeLayout(false);

        }
예제 #23
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(WmsRibbonMain));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem35  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem37 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem4 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem73  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem74 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem75 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem79 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem42 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem43 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem44 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem7   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem8 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem9 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem10 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem11 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem12 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem25 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem26 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem28 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem27 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem14 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup15 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem  ultraExplorerBarItem92  = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem93 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem94 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem ultraExplorerBarItem6 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem();
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     this.ribbon                  = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.aMenuMain               = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
     this.biExit                  = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnFreshFunction       = new DevExpress.XtraBars.BarButtonItem();
     this.ImgCollection16         = new DevExpress.Utils.ImageCollection(this.components);
     this.biMenu                  = new DevExpress.XtraBars.BarButtonItem();
     this.bbiExit                 = new DevExpress.XtraBars.BarButtonItem();
     this.bsiOneText              = new DevExpress.XtraBars.BarStaticItem();
     this.bsiOneValue             = new DevExpress.XtraBars.BarStaticItem();
     this.bsiSecondText           = new DevExpress.XtraBars.BarStaticItem();
     this.bbiSecondVersion        = new DevExpress.XtraBars.BarButtonItem();
     this.bsiThreeText            = new DevExpress.XtraBars.BarStaticItem();
     this.bsiThreeValue           = new DevExpress.XtraBars.BarStaticItem();
     this.btnCalc                 = new DevExpress.XtraBars.BarButtonItem();
     this.ImgCollection32         = new DevExpress.Utils.ImageCollection(this.components);
     this.rpgMain                 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rpgSys                  = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpgFunction             = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.uExplorerBar            = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.imageListSmall          = new System.Windows.Forms.ImageList(this.components);
     this.uSplitterLeft           = new Infragistics.Win.Misc.UltraSplitter();
     this.MdiManager              = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.uStatusBar              = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.aMenuMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgCollection16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgCollection32)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ApplicationButtonDropDownControl = this.aMenuMain;
     this.ribbon.ApplicationIcon         = ((System.Drawing.Bitmap)(resources.GetObject("ribbon.ApplicationIcon")));
     this.ribbon.ExpandCollapseItem.Id   = 0;
     this.ribbon.ExpandCollapseItem.Name = "";
     this.ribbon.Images = this.ImgCollection16;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.biExit,
         this.biMenu,
         this.bbiExit,
         this.bsiOneText,
         this.bsiOneValue,
         this.bsiSecondText,
         this.bbiSecondVersion,
         this.bsiThreeText,
         this.bsiThreeValue,
         this.btnCalc,
         this.bbtnFreshFunction
     });
     this.ribbon.LargeImages = this.ImgCollection32;
     this.ribbon.Location    = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId   = 13;
     this.ribbon.Name        = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.rpgMain
     });
     this.ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemDateEdit1
     });
     this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
     this.ribbon.ShowPageHeadersMode      = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
     this.ribbon.Size   = new System.Drawing.Size(990, 147);
     this.ribbon.Click += new System.EventHandler(this.ribbon_Click);
     //
     // aMenuMain
     //
     this.aMenuMain.ItemLinks.Add(this.biExit);
     this.aMenuMain.ItemLinks.Add(this.bbtnFreshFunction);
     this.aMenuMain.Name   = "aMenuMain";
     this.aMenuMain.Ribbon = this.ribbon;
     //
     // biExit
     //
     this.biExit.Caption = "退出";
     this.biExit.Id      = 1;
     this.biExit.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.biExit.ItemAppearance.Normal.Options.UseFont = true;
     this.biExit.LargeImageIndex = 0;
     this.biExit.Name            = "biExit";
     this.biExit.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biExit_ItemClick);
     //
     // bbtnFreshFunction
     //
     this.bbtnFreshFunction.Caption = "刷新权限";
     this.bbtnFreshFunction.Id      = 12;
     this.bbtnFreshFunction.ItemAppearance.Normal.Font            = new System.Drawing.Font("Tahoma", 15F);
     this.bbtnFreshFunction.ItemAppearance.Normal.Options.UseFont = true;
     this.bbtnFreshFunction.LargeImageIndex = 3;
     this.bbtnFreshFunction.Name            = "bbtnFreshFunction";
     this.bbtnFreshFunction.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnFreshFunction_ItemClick);
     //
     // ImgCollection16
     //
     this.ImgCollection16.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgCollection16.ImageStream")));
     this.ImgCollection16.InsertImage(global::JWMSH.Properties.Resources.item, "item", typeof(global::JWMSH.Properties.Resources), 0);
     this.ImgCollection16.Images.SetKeyName(0, "item");
     //
     // biMenu
     //
     this.biMenu.Caption         = "导航";
     this.biMenu.Id              = 2;
     this.biMenu.LargeImageIndex = 1;
     this.biMenu.Name            = "biMenu";
     this.biMenu.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.biMenu_ItemClick);
     //
     // bbiExit
     //
     this.bbiExit.Caption         = "退出";
     this.bbiExit.Id              = 3;
     this.bbiExit.LargeImageIndex = 0;
     this.bbiExit.Name            = "bbiExit";
     this.bbiExit.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExit_ItemClick);
     //
     // bsiOneText
     //
     this.bsiOneText.AutoSize      = DevExpress.XtraBars.BarStaticItemSize.None;
     this.bsiOneText.Caption       = "当前状态:";
     this.bsiOneText.Id            = 4;
     this.bsiOneText.Name          = "bsiOneText";
     this.bsiOneText.TextAlignment = System.Drawing.StringAlignment.Far;
     this.bsiOneText.Width         = 100;
     //
     // bsiOneValue
     //
     this.bsiOneValue.AutoSize      = DevExpress.XtraBars.BarStaticItemSize.None;
     this.bsiOneValue.Id            = 5;
     this.bsiOneValue.Name          = "bsiOneValue";
     this.bsiOneValue.TextAlignment = System.Drawing.StringAlignment.Near;
     this.bsiOneValue.Width         = 100;
     //
     // bsiSecondText
     //
     this.bsiSecondText.AutoSize      = DevExpress.XtraBars.BarStaticItemSize.None;
     this.bsiSecondText.Caption       = "当前版本:";
     this.bsiSecondText.Id            = 6;
     this.bsiSecondText.Name          = "bsiSecondText";
     this.bsiSecondText.TextAlignment = System.Drawing.StringAlignment.Far;
     this.bsiSecondText.Width         = 100;
     //
     // bbiSecondVersion
     //
     this.bbiSecondVersion.Caption      = "V1.1";
     this.bbiSecondVersion.Description  = "V1.0.0.1  内部版本V1.1.2.1";
     this.bbiSecondVersion.Id           = 7;
     this.bbiSecondVersion.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A));
     this.bbiSecondVersion.LargeWidth   = 100;
     this.bbiSecondVersion.Name         = "bbiSecondVersion";
     this.bbiSecondVersion.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSecondVersion_ItemClick);
     //
     // bsiThreeText
     //
     this.bsiThreeText.AutoSize      = DevExpress.XtraBars.BarStaticItemSize.None;
     this.bsiThreeText.Caption       = "登录时间:";
     this.bsiThreeText.Id            = 8;
     this.bsiThreeText.Name          = "bsiThreeText";
     this.bsiThreeText.TextAlignment = System.Drawing.StringAlignment.Far;
     this.bsiThreeText.Width         = 100;
     //
     // bsiThreeValue
     //
     this.bsiThreeValue.AutoSize      = DevExpress.XtraBars.BarStaticItemSize.None;
     this.bsiThreeValue.Id            = 10;
     this.bsiThreeValue.Name          = "bsiThreeValue";
     this.bsiThreeValue.TextAlignment = System.Drawing.StringAlignment.Near;
     this.bsiThreeValue.Width         = 100;
     //
     // btnCalc
     //
     this.btnCalc.Caption         = "计算器";
     this.btnCalc.Id              = 11;
     this.btnCalc.LargeImageIndex = 2;
     this.btnCalc.Name            = "btnCalc";
     this.btnCalc.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCalc_ItemClick);
     //
     // ImgCollection32
     //
     this.ImgCollection32.ImageSize   = new System.Drawing.Size(32, 32);
     this.ImgCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImgCollection32.ImageStream")));
     this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.exit, "exit", typeof(global::JWMSH.Properties.Resources), 0);
     this.ImgCollection32.Images.SetKeyName(0, "exit");
     this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.Toolbar_BizNavigation, "Toolbar_BizNavigation", typeof(global::JWMSH.Properties.Resources), 1);
     this.ImgCollection32.Images.SetKeyName(1, "Toolbar_BizNavigation");
     this.ImgCollection32.Images.SetKeyName(2, "Calc.png");
     this.ImgCollection32.InsertImage(global::JWMSH.Properties.Resources.cRefresh, "cRefresh", typeof(global::JWMSH.Properties.Resources), 3);
     this.ImgCollection32.Images.SetKeyName(3, "cRefresh");
     //
     // rpgMain
     //
     this.rpgMain.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rpgSys,
         this.rpgFunction
     });
     this.rpgMain.Name = "rpgMain";
     this.rpgMain.Text = "JARAN MES WMS";
     //
     // rpgSys
     //
     this.rpgSys.ItemLinks.Add(this.bbiExit);
     this.rpgSys.ItemLinks.Add(this.biMenu);
     this.rpgSys.Name = "rpgSys";
     this.rpgSys.Text = "系统";
     //
     // rpgFunction
     //
     this.rpgFunction.ItemLinks.Add(this.btnCalc);
     this.rpgFunction.Name = "rpgFunction";
     this.rpgFunction.Text = "功能区";
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     this.repositoryItemDateEdit1.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.uExplorerBar);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 147);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(222, 425);
     this.panel1.TabIndex = 8;
     //
     // uExplorerBar
     //
     this.uExplorerBar.Dock     = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarItem35.Key = "原料标签打印";
     appearance1.Image          = "item.gif";
     ultraExplorerBarItem35.Settings.AppearancesSmall.Appearance = appearance1;
     ultraExplorerBarItem35.Text = "原料标签打印";
     ultraExplorerBarItem37.Key  = "金蝶采购订单";
     appearance2.Image           = "item.gif";
     ultraExplorerBarItem37.Settings.AppearancesSmall.Appearance = appearance2;
     ultraExplorerBarItem37.Text = "金蝶采购订单";
     ultraExplorerBarItem4.Key   = "仓位标签打印";
     appearance3.Image           = "item.gif";
     ultraExplorerBarItem4.Settings.AppearancesSmall.Appearance = appearance3;
     ultraExplorerBarItem4.Text = "仓位标签打印";
     ultraExplorerBarGroup11.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem35,
         ultraExplorerBarItem37,
         ultraExplorerBarItem4
     });
     ultraExplorerBarGroup11.Key  = "原料入库管理";
     ultraExplorerBarGroup11.Text = "原料入库管理";
     ultraExplorerBarItem73.Key   = "产成品BOM管理";
     appearance4.Image            = "item.gif";
     ultraExplorerBarItem73.Settings.AppearancesSmall.Appearance = appearance4;
     ultraExplorerBarItem73.Text = "产成品BOM管理";
     ultraExplorerBarItem74.Key  = "产成品BOM查询";
     appearance5.Image           = "item.gif";
     ultraExplorerBarItem74.Settings.AppearancesSmall.Appearance = appearance5;
     ultraExplorerBarItem74.Text = "产成品BOM查询";
     ultraExplorerBarItem75.Key  = "班次制令单";
     appearance6.Image           = "item.gif";
     ultraExplorerBarItem75.Settings.AppearancesSmall.Appearance = appearance6;
     ultraExplorerBarItem75.Text = "班次制令单";
     ultraExplorerBarItem2.Key   = "产成品标签打印";
     appearance7.Image           = "item.gif";
     ultraExplorerBarItem2.Settings.AppearancesSmall.Appearance = appearance7;
     ultraExplorerBarItem2.Text = "产成品标签打印";
     ultraExplorerBarItem79.Key = "产成品拆箱";
     appearance8.Image          = "item.gif";
     ultraExplorerBarItem79.Settings.AppearancesSmall.Appearance = appearance8;
     ultraExplorerBarItem79.Text    = "产成品拆箱";
     ultraExplorerBarItem79.Visible = false;
     ultraExplorerBarItem42.Key     = "产成品出库指令单";
     appearance9.Image = "item.gif";
     ultraExplorerBarItem42.Settings.AppearancesSmall.Appearance = appearance9;
     ultraExplorerBarItem42.Text = "产成品出库指令单";
     ultraExplorerBarItem43.Key  = "打印调拨单";
     appearance10.Image          = "item.gif";
     ultraExplorerBarItem43.Settings.AppearancesSmall.Appearance = appearance10;
     ultraExplorerBarItem43.Text    = "打印调拨单";
     ultraExplorerBarItem43.Visible = false;
     ultraExplorerBarItem44.Key     = "打印盘点单";
     appearance11.Image             = "item.gif";
     ultraExplorerBarItem44.Settings.AppearancesSmall.Appearance = appearance11;
     ultraExplorerBarItem44.Text    = "打印盘点单";
     ultraExplorerBarItem44.Visible = false;
     ultraExplorerBarGroup12.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem73,
         ultraExplorerBarItem74,
         ultraExplorerBarItem75,
         ultraExplorerBarItem2,
         ultraExplorerBarItem79,
         ultraExplorerBarItem42,
         ultraExplorerBarItem43,
         ultraExplorerBarItem44
     });
     ultraExplorerBarGroup12.Key      = "生产追溯管理";
     ultraExplorerBarGroup12.Text     = "生产追溯管理";
     ultraExplorerBarGroup14.Expanded = false;
     ultraExplorerBarItem7.Key        = "原料标签打印记录表";
     appearance12.Image = "item.gif";
     ultraExplorerBarItem7.Settings.AppearancesSmall.Appearance = appearance12;
     ultraExplorerBarItem7.Text = "原料标签打印记录表";
     ultraExplorerBarItem8.Key  = "原料采购入库明细表";
     appearance13.Image         = "item.gif";
     ultraExplorerBarItem8.Settings.AppearancesSmall.Appearance = appearance13;
     ultraExplorerBarItem8.Text = "原料采购入库明细表";
     ultraExplorerBarItem9.Key  = "班次领料单明细表";
     appearance14.Image         = "item.gif";
     ultraExplorerBarItem9.Settings.AppearancesSmall.Appearance = appearance14;
     ultraExplorerBarItem9.Text = "班次领料单明细表";
     ultraExplorerBarItem10.Key = "原料领料出库明细表";
     appearance15.Image         = "item.gif";
     ultraExplorerBarItem10.Settings.AppearancesSmall.Appearance = appearance15;
     ultraExplorerBarItem10.Text = "原料领料出库明细表";
     ultraExplorerBarItem11.Key  = "产成品标签打印记录表";
     appearance16.Image          = "item.gif";
     ultraExplorerBarItem11.Settings.AppearancesSmall.Appearance = appearance16;
     ultraExplorerBarItem11.Text = "产成品标签打印记录表";
     ultraExplorerBarItem12.Key  = "产成品拆箱记录表";
     appearance17.Image          = "item.gif";
     ultraExplorerBarItem12.Settings.AppearancesSmall.Appearance = appearance17;
     ultraExplorerBarItem12.Text = "产成品拆箱记录表";
     ultraExplorerBarItem25.Key  = "产成品入库明细表";
     appearance18.Image          = "item.gif";
     ultraExplorerBarItem25.Settings.AppearancesSmall.Appearance = appearance18;
     ultraExplorerBarItem25.Text = "产成品入库明细表";
     ultraExplorerBarItem26.Key  = "产成品出库指令单明细表";
     appearance19.Image          = "item.gif";
     ultraExplorerBarItem26.Settings.AppearancesSmall.Appearance = appearance19;
     ultraExplorerBarItem26.Text = "产成品出库指令单明细表";
     ultraExplorerBarItem28.Key  = "产成品出库明细表";
     appearance20.Image          = "item.gif";
     ultraExplorerBarItem28.Settings.AppearancesSmall.Appearance = appearance20;
     ultraExplorerBarItem28.Text    = "产成品出库明细表";
     ultraExplorerBarItem28.Visible = false;
     ultraExplorerBarItem27.Key     = "调拨出库记录表";
     appearance21.Image             = "item.gif";
     ultraExplorerBarItem27.Settings.AppearancesSmall.Appearance = appearance21;
     ultraExplorerBarItem27.Text = "调拨出库记录表";
     ultraExplorerBarItem14.Key  = "调拨盘点记录表";
     appearance22.Image          = "item.gif";
     ultraExplorerBarItem14.Settings.AppearancesSmall.Appearance = appearance22;
     ultraExplorerBarItem14.Text = "调拨盘点记录表";
     ultraExplorerBarItem1.Key   = "原料批次追溯";
     appearance23.Image          = "item.gif";
     ultraExplorerBarItem1.Settings.AppearancesSmall.Appearance = appearance23;
     ultraExplorerBarItem1.Text = "原料批次追溯";
     ultraExplorerBarItem15.Key = "产成品追溯表";
     appearance24.Image         = "item.gif";
     ultraExplorerBarItem15.Settings.AppearancesSmall.Appearance = appearance24;
     ultraExplorerBarItem15.Text = "产成品追溯表";
     ultraExplorerBarGroup14.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem7,
         ultraExplorerBarItem8,
         ultraExplorerBarItem9,
         ultraExplorerBarItem10,
         ultraExplorerBarItem11,
         ultraExplorerBarItem12,
         ultraExplorerBarItem25,
         ultraExplorerBarItem26,
         ultraExplorerBarItem28,
         ultraExplorerBarItem27,
         ultraExplorerBarItem14,
         ultraExplorerBarItem1,
         ultraExplorerBarItem15
     });
     ultraExplorerBarGroup14.Key      = "报表中心";
     ultraExplorerBarGroup14.Text     = "报表中心";
     ultraExplorerBarGroup15.Expanded = false;
     ultraExplorerBarItem92.Key       = "表格样式维护";
     appearance25.Image = "item.gif";
     ultraExplorerBarItem92.Settings.AppearancesSmall.Appearance = appearance25;
     ultraExplorerBarItem92.Text = "表格样式维护";
     ultraExplorerBarItem93.Key  = "用户管理";
     appearance26.Image          = "item.gif";
     ultraExplorerBarItem93.Settings.AppearancesSmall.Appearance = appearance26;
     ultraExplorerBarItem93.Text = "用户管理";
     ultraExplorerBarItem94.Key  = "角色权限管理";
     appearance27.Image          = "item.gif";
     ultraExplorerBarItem94.Settings.AppearancesSmall.Appearance = appearance27;
     ultraExplorerBarItem94.Text = "角色权限管理";
     ultraExplorerBarItem6.Key   = "标签模版维护";
     appearance28.Image          = "item.gif";
     ultraExplorerBarItem6.Settings.AppearancesSmall.Appearance = appearance28;
     ultraExplorerBarItem6.Text = "标签模版维护";
     ultraExplorerBarGroup15.Items.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarItem[] {
         ultraExplorerBarItem92,
         ultraExplorerBarItem93,
         ultraExplorerBarItem94,
         ultraExplorerBarItem6
     });
     ultraExplorerBarGroup15.Key  = "维护中心";
     ultraExplorerBarGroup15.Text = "维护中心";
     this.uExplorerBar.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup11,
         ultraExplorerBarGroup12,
         ultraExplorerBarGroup14,
         ultraExplorerBarGroup15
     });
     this.uExplorerBar.GroupSettings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.SmallImagesWithText;
     this.uExplorerBar.ImageListSmall      = this.imageListSmall;
     this.uExplorerBar.Location            = new System.Drawing.Point(0, 0);
     this.uExplorerBar.Name = "uExplorerBar";
     this.uExplorerBar.ShowDefaultContextMenu = false;
     this.uExplorerBar.Size       = new System.Drawing.Size(222, 425);
     this.uExplorerBar.Style      = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
     this.uExplorerBar.TabIndex   = 2;
     this.uExplorerBar.ViewStyle  = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarViewStyle.Office2007;
     this.uExplorerBar.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.uExplorerBar_ItemClick);
     //
     // imageListSmall
     //
     this.imageListSmall.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream")));
     this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent;
     this.imageListSmall.Images.SetKeyName(0, "item.gif");
     //
     // uSplitterLeft
     //
     this.uSplitterLeft.Location      = new System.Drawing.Point(222, 147);
     this.uSplitterLeft.Name          = "uSplitterLeft";
     this.uSplitterLeft.RestoreExtent = 222;
     this.uSplitterLeft.Size          = new System.Drawing.Size(10, 425);
     this.uSplitterLeft.TabIndex      = 9;
     //
     // MdiManager
     //
     this.MdiManager.AllowHorizontalTabGroups = false;
     this.MdiManager.AllowVerticalTabGroups   = false;
     this.MdiManager.MdiParent              = this;
     this.MdiManager.ViewStyle              = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.MdiManager.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.MdiManager_InitializeContextMenu);
     this.MdiManager.TabClosing            += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.MdiManager_TabClosing);
     //
     // uStatusBar
     //
     this.uStatusBar.Location            = new System.Drawing.Point(0, 572);
     this.uStatusBar.Name                = "uStatusBar";
     ultraStatusPanel1.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     ultraStatusPanel1.DateTimeFormat    = "yyyy-MM-dd hh:mm:ss";
     ultraStatusPanel1.Style             = Infragistics.Win.UltraWinStatusBar.PanelStyle.Date;
     ultraStatusPanel1.Width             = 150;
     ultraStatusPanel2.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     ultraStatusPanel2.Key               = "tssl_Lname";
     ultraStatusPanel2.Width             = 150;
     ultraStatusPanel3.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     ultraStatusPanel3.Key               = "tssl_Lserver";
     ultraStatusPanel3.Width             = 300;
     ultraStatusPanel4.BorderStyle       = Infragistics.Win.UIElementBorderStyle.Solid;
     ultraStatusPanel4.Key               = "tssbtnVersion";
     ultraStatusPanel4.Style             = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
     ultraStatusPanel4.Text              = "V1.5.1";
     ultraStatusPanel4.Width             = 120;
     appearance29.TextHAlignAsString     = "Right";
     ultraStatusPanel5.Appearance        = appearance29;
     ultraStatusPanel5.Key               = "cCompany";
     ultraStatusPanel5.MarqueeInfo.Delay = 50;
     ultraStatusPanel5.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel5.Style             = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
     ultraStatusPanel5.Text              = "上海华翔汽车零部件有限公司";
     ultraStatusPanel5.Width             = 300;
     ultraStatusPanel5.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     this.uStatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5
     });
     this.uStatusBar.Size         = new System.Drawing.Size(990, 23);
     this.uStatusBar.TabIndex     = 13;
     this.uStatusBar.ViewStyle    = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
     this.uStatusBar.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.uStatusBar_ButtonClick);
     //
     // WmsRibbonMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(990, 595);
     this.Controls.Add(this.uSplitterLeft);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ribbon);
     this.Controls.Add(this.uStatusBar);
     this.Icon           = global::JWMSH.Properties.Resources.scanicon;
     this.IsMdiContainer = true;
     this.Name           = "WmsRibbonMain";
     this.Ribbon         = this.ribbon;
     this.Text           = "MES主界面";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.WmsRibbonMain_FormClosing);
     this.FormClosed    += new System.Windows.Forms.FormClosedEventHandler(this.WmsRibbonMain_FormClosed);
     this.Load          += new System.EventHandler(this.WmsRibbonMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.aMenuMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgCollection16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImgCollection32)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uExplorerBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MdiManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uStatusBar)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance      appearance1 = new Infragistics.Win.Appearance();
     System.Resources.ResourceManager resources   = new System.Resources.ResourceManager(typeof(FrmSolicitarAutorizacion));
     this.statusBar        = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.imageSemaphore   = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
     this.imglStandar      = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar   = new System.Windows.Forms.ToolBar();
     this.tbbAnterior      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator     = new System.Windows.Forms.ToolBarButton();
     this.ttbReintentar    = new System.Windows.Forms.ToolBarButton();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.txtObservaciones = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.txtMotivo        = new System.Windows.Forms.TextBox();
     this.htmlRichTextBox1 = new HtmlRichText.HtmlRichTextBox();
     this.SuspendLayout();
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 311);
     this.statusBar.Name     = "statusBar";
     ultraStatusPanel1.Key   = "ProcessMessage";
     ultraStatusPanel1.Width = 150;
     ultraStatusPanel2.Key   = "ProgressBar";
     appearance1.ForeColor   = System.Drawing.Color.Black;
     ultraStatusPanel2.ProgressBarInfo.Appearance = appearance1;
     ultraStatusPanel2.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
     ultraStatusPanel2.Width = 250;
     this.statusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2
     });
     this.statusBar.Size     = new System.Drawing.Size(640, 23);
     this.statusBar.TabIndex = 4;
     this.statusBar.Text     = "statusBar";
     //
     // imageSemaphore
     //
     this.imageSemaphore.BorderShadowColor     = System.Drawing.Color.Empty;
     this.imageSemaphore.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.imageSemaphore.Location   = new System.Drawing.Point(127, 3);
     this.imageSemaphore.Name       = "imageSemaphore";
     this.imageSemaphore.ScaleImage = Infragistics.Win.ScaleImage.Always;
     this.imageSemaphore.Size       = new System.Drawing.Size(98, 19);
     this.imageSemaphore.TabIndex   = 30;
     //
     // imglStandar
     //
     this.imglStandar.ImageSize        = new System.Drawing.Size(16, 16);
     this.imglStandar.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglStandar.ImageStream")));
     this.imglStandar.TransparentColor = System.Drawing.Color.Magenta;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.ttbReintentar
     });
     this.toolBarStandar.DropDownArrows = true;
     this.toolBarStandar.ImageList      = this.imglStandar;
     this.toolBarStandar.Location       = new System.Drawing.Point(0, 0);
     this.toolBarStandar.Name           = "toolBarStandar";
     this.toolBarStandar.ShowToolTips   = true;
     this.toolBarStandar.Size           = new System.Drawing.Size(640, 28);
     this.toolBarStandar.TabIndex       = 31;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 9;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // ttbReintentar
     //
     this.ttbReintentar.ImageIndex = 8;
     this.ttbReintentar.Text       = "Reintentar";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(8, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 91;
     this.label2.Text      = "Observaciones";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(8, 120);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 23);
     this.label1.TabIndex  = 90;
     this.label1.Text      = "Datos";
     //
     // txtObservaciones
     //
     this.txtObservaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.txtObservaciones.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.txtObservaciones.Location  = new System.Drawing.Point(88, 64);
     this.txtObservaciones.Multiline = true;
     this.txtObservaciones.Name      = "txtObservaciones";
     this.txtObservaciones.Size      = new System.Drawing.Size(536, 48);
     this.txtObservaciones.TabIndex  = 88;
     this.txtObservaciones.Text      = "";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(8, 39);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(80, 23);
     this.label3.TabIndex  = 93;
     this.label3.Text      = "Motivo";
     //
     // txtMotivo
     //
     this.txtMotivo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.txtMotivo.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.txtMotivo.Location  = new System.Drawing.Point(88, 40);
     this.txtMotivo.Name      = "txtMotivo";
     this.txtMotivo.ReadOnly  = true;
     this.txtMotivo.Size      = new System.Drawing.Size(536, 20);
     this.txtMotivo.TabIndex  = 92;
     this.txtMotivo.Text      = "";
     //
     // htmlRichTextBox1
     //
     this.htmlRichTextBox1.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.htmlRichTextBox1.Location = new System.Drawing.Point(88, 120);
     this.htmlRichTextBox1.Name     = "htmlRichTextBox1";
     this.htmlRichTextBox1.Size     = new System.Drawing.Size(536, 184);
     this.htmlRichTextBox1.TabIndex = 94;
     this.htmlRichTextBox1.Text     = "";
     //
     // FrmSolicitarAutorizacion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.InactiveCaptionText;
     this.ClientSize        = new System.Drawing.Size(640, 334);
     this.Controls.Add(this.htmlRichTextBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtMotivo);
     this.Controls.Add(this.txtObservaciones);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.toolBarStandar);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.imageSemaphore);
     this.Name = "FrmSolicitarAutorizacion";
     this.Text = "FrmSolicitarAutorizacion";
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("home");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("modifica");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Edit");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Salva");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("new");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Elimina");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Edit");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Salva");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Edit");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Salva");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("new");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Elimina");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            this.dummyEditorControl = new System.Windows.Forms.TextBox();
            this.mainValidationSummary = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            this.optionalValidationSummary = new Gipasoft.Windows.Forms.CustomValidation.ValidationSummary(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            this.SuspendLayout();
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.MenuSettings.ForceSerialization = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.sferanew2_trasparente;
            ribbonTab1.Caption = "Home";
            ribbonGroup1.Caption = "Modifica";
            buttonTool1.InstanceProps.PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.Large;
            buttonTool2.InstanceProps.PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.Large;
            buttonTool3.InstanceProps.PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.Large;
            buttonTool7.InstanceProps.PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.Large;
            buttonTool11.InstanceProps.PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.Large;
            buttonTool16.InstanceProps.PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.Large;
            ribbonGroup1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3,
            buttonTool7,
            buttonTool11,
            buttonTool16});
            ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
            ribbonGroup1});
            this.ultraToolbarsManagerStandard.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
            ribbonTab1});
            this.ultraToolbarsManagerStandard.Ribbon.QuickAccessToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool15,
            buttonTool13});
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ToolbarSettings.ForceSerialization = true;
            appearance1.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.edit_large;
            buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
            appearance2.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.edit_small;
            buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
            buttonTool4.SharedPropsInternal.Caption = "Edit";
            buttonTool4.SharedPropsInternal.Category = "Update";
            appearance3.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.save_large;
            appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
            buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance3;
            appearance4.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.save_small;
            buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance4;
            buttonTool5.SharedPropsInternal.Caption = "Salva";
            buttonTool5.SharedPropsInternal.Category = "Update";
            appearance5.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.new_large;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance5;
            appearance6.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.new_small;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance6;
            buttonTool6.SharedPropsInternal.Caption = "Nuovo";
            buttonTool6.SharedPropsInternal.Category = "Update";
            appearance7.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.delete_large;
            buttonTool9.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
            appearance8.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.delete_small;
            buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
            buttonTool9.SharedPropsInternal.Caption = "Elimina";
            buttonTool9.SharedPropsInternal.Category = "Update";
            appearance9.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.copy_large;
            buttonTool12.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
            appearance10.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.copy_small;
            buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
            buttonTool12.SharedPropsInternal.Caption = "Copia";
            buttonTool12.SharedPropsInternal.Category = "Update";
            appearance11.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.refresh1;
            buttonTool17.SharedPropsInternal.AppearancesLarge.Appearance = appearance11;
            appearance12.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.refresh;
            buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
            buttonTool17.SharedPropsInternal.Caption = "Aggiorna";
            this.ultraToolbarsManagerStandard.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool9,
            buttonTool12,
            buttonTool17});
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 711);
            ultraStatusPanel1.Key = "GenericError";
            ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
            ultraStatusPanel1.Visible = false;
            ultraStatusPanel1.Width = 30;
            ultraStatusPanel2.Key = "DirtyForm";
            ultraStatusPanel2.Visible = false;
            this.standardFormStatus.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2});
            this.standardFormStatus.Size = new System.Drawing.Size(672, 23);
            this.standardFormStatus.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.standardFormStatusButtonClick);
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.BackColor = System.Drawing.Color.White;
            this.MainStandardForm_Fill_Panel.Location = new System.Drawing.Point(8, 164);
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(656, 547);
            // 
            // dummyEditorControl
            // 
            this.dummyEditorControl.Location = new System.Drawing.Point(0, 0);
            this.dummyEditorControl.Name = "dummyEditorControl";
            this.dummyEditorControl.Size = new System.Drawing.Size(1, 20);
            this.dummyEditorControl.TabIndex = 5;
            // 
            // optionalValidationSummary
            // 
            this.optionalValidationSummary.IsOptional = true;
            // 
            // UpdatableStandardForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(672, 734);
            this.Controls.Add(this.dummyEditorControl);
            this.Name = "UpdatableStandardForm";
            this.Text = "UpdatableStandardForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.updatableStandardFormFormClosing);
            this.Load += new System.EventHandler(this.updatableStandardFormLoad);
            this.Controls.SetChildIndex(this.standardFormStatus, 0);
            this.Controls.SetChildIndex(this.MainStandardForm_Fill_Panel, 0);
            this.Controls.SetChildIndex(this.dummyEditorControl, 0);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
    /// <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();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
      Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
      Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("tbDashboard");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnRefresh");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPerformanceCompare");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnBucketPnl");
      Infragistics.Win.UltraWinToolbars.LabelTool labelTool1 = new Infragistics.Win.UltraWinToolbars.LabelTool("lblSignal");
      Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool1 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("cmbSignal");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnShowHistoricPnl");
      Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnSignalWeights");
      Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnShowIRSignalGrid");
      Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnSignalAnalysis");
      Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("lblCurrency");
      Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool3 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("cmbCurrency");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCurrencyWtAnalysis");
      Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnLivePnl");
      Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("cmbSignal");
      Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnSignalWeights");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnShowHistoricPnl");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnShowIRSignalGrid");
      Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("lblSignal");
      Infragistics.Win.UltraWinToolbars.LabelTool labelTool4 = new Infragistics.Win.UltraWinToolbars.LabelTool("lblCurrency");
      Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool4 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("cmbCurrency");
      Infragistics.Win.ValueList valueList2 = new Infragistics.Win.ValueList(0);
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCurrencyWtAnalysis");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPerformanceCompare");
      Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinToolbars.LabelTool labelTool6 = new Infragistics.Win.UltraWinToolbars.LabelTool("|");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnRefresh");
      Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool6 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("cmbWeightType");
      Infragistics.Win.ValueList valueList3 = new Infragistics.Win.ValueList(0);
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnSignalAnalysis");
      Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnBucketPnl");
      Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnLivePnl");
      this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
      this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
      this.timerRefreshCheck = new System.Windows.Forms.Timer(this.components);
      this._DashboardMain_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
      this._DashboardMain_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
      this._DashboardMain_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
      this._DashboardMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
      this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
      this.ultraDesktopAlert1 = new Infragistics.Win.Misc.UltraDesktopAlert(this.components);
      this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
      this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
      this.m_dashboardGridFx = new SI.Dashboard.DashBoardGridFX();
      this.m_dashboardGridCom = new SI.Dashboard.DashBoardGridCom();
      this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
      this.ultraTabPageControl1.SuspendLayout();
      this.ultraTabPageControl2.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraDesktopAlert1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
      this.ultraTabControl1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.m_dashboardGridFx)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.m_dashboardGridCom)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraTabPageControl1
      // 
      this.ultraTabPageControl1.Controls.Add(this.m_dashboardGridFx);
      this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 1);
      this.ultraTabPageControl1.Name = "ultraTabPageControl1";
      this.ultraTabPageControl1.Size = new System.Drawing.Size(1169, 487);
      // 
      // ultraTabPageControl2
      // 
      this.ultraTabPageControl2.Controls.Add(this.m_dashboardGridCom);
      this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
      this.ultraTabPageControl2.Name = "ultraTabPageControl2";
      this.ultraTabPageControl2.Size = new System.Drawing.Size(1169, 487);
      // 
      // timerRefreshCheck
      // 
      this.timerRefreshCheck.Enabled = true;
      this.timerRefreshCheck.Interval = 60000;
      this.timerRefreshCheck.Tick += new System.EventHandler(this.timerRefreshCheck_Tick);
      // 
      // _DashboardMain_Toolbars_Dock_Area_Left
      // 
      this._DashboardMain_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
      this._DashboardMain_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
      this._DashboardMain_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
      this._DashboardMain_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
      this._DashboardMain_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
      this._DashboardMain_Toolbars_Dock_Area_Left.Name = "_DashboardMain_Toolbars_Dock_Area_Left";
      this._DashboardMain_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 513);
      this._DashboardMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
      // 
      // _DashboardMain_Toolbars_Dock_Area_Right
      // 
      this._DashboardMain_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
      this._DashboardMain_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
      this._DashboardMain_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
      this._DashboardMain_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
      this._DashboardMain_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1173, 27);
      this._DashboardMain_Toolbars_Dock_Area_Right.Name = "_DashboardMain_Toolbars_Dock_Area_Right";
      this._DashboardMain_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 513);
      this._DashboardMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
      // 
      // _DashboardMain_Toolbars_Dock_Area_Top
      // 
      this._DashboardMain_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
      this._DashboardMain_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
      this._DashboardMain_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
      this._DashboardMain_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
      this._DashboardMain_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
      this._DashboardMain_Toolbars_Dock_Area_Top.Name = "_DashboardMain_Toolbars_Dock_Area_Top";
      this._DashboardMain_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1173, 27);
      this._DashboardMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
      // 
      // _DashboardMain_Toolbars_Dock_Area_Bottom
      // 
      this._DashboardMain_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
      this._DashboardMain_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
      this._DashboardMain_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
      this._DashboardMain_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
      this._DashboardMain_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 540);
      this._DashboardMain_Toolbars_Dock_Area_Bottom.Name = "_DashboardMain_Toolbars_Dock_Area_Bottom";
      this._DashboardMain_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1173, 0);
      this._DashboardMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
      // 
      // ultraStatusBar1
      // 
      this.ultraStatusBar1.Location = new System.Drawing.Point(0, 540);
      this.ultraStatusBar1.Name = "ultraStatusBar1";
      ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel1.Text = "<Last Check Time>";
      appearance1.TextHAlignAsString = "Right";
      ultraStatusPanel3.Appearance = appearance1;
      ultraStatusPanel3.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
      this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3});
      this.ultraStatusBar1.Size = new System.Drawing.Size(1173, 23);
      this.ultraStatusBar1.TabIndex = 5;
      this.ultraStatusBar1.Text = "ultraStatusBar1";
      // 
      // ultraDesktopAlert1
      // 
      this.ultraDesktopAlert1.Style = Infragistics.Win.Misc.DesktopAlertStyle.Office2007;
      // 
      // ultraTabControl1
      // 
      this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
      this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
      this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
      this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.ultraTabControl1.Location = new System.Drawing.Point(0, 27);
      this.ultraTabControl1.Name = "ultraTabControl1";
      this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
      this.ultraTabControl1.Size = new System.Drawing.Size(1173, 513);
      this.ultraTabControl1.TabIndex = 7;
      this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
      ultraTab1.Key = "tabFXStrategyGrid";
      ultraTab1.TabPage = this.ultraTabPageControl1;
      ultraTab1.Text = "FX Signal Weights";
      ultraTab2.Key = "tabComStrategyGrid";
      ultraTab2.TabPage = this.ultraTabPageControl2;
      ultraTab2.Text = "Commodity Signal Weights";
      this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2});
      this.ultraTabControl1.TabClosed += new Infragistics.Win.UltraWinTabControl.TabClosedEventHandler(this.ultraTabControl1_TabClosed);
      // 
      // ultraTabSharedControlsPage1
      // 
      this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
      this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
      this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1169, 487);
      // 
      // m_dashboardGridFx
      // 
      this.m_dashboardGridFx.AllEditHandler = null;
      this.m_dashboardGridFx.Dock = System.Windows.Forms.DockStyle.Fill;
      this.m_dashboardGridFx.DoubleDisplayFormat = null;
      this.m_dashboardGridFx.Location = new System.Drawing.Point(0, 0);
      this.m_dashboardGridFx.Name = "m_dashboardGridFx";
      this.m_dashboardGridFx.ResizeGridColumns = false;
      this.m_dashboardGridFx.Size = new System.Drawing.Size(1169, 487);
      this.m_dashboardGridFx.TabIndex = 0;
      // 
      // m_dashboardGridCom
      // 
      this.m_dashboardGridCom.AllEditHandler = null;
      this.m_dashboardGridCom.Dock = System.Windows.Forms.DockStyle.Fill;
      this.m_dashboardGridCom.DoubleDisplayFormat = null;
      this.m_dashboardGridCom.Location = new System.Drawing.Point(0, 0);
      this.m_dashboardGridCom.Name = "m_dashboardGridCom";
      this.m_dashboardGridCom.ResizeGridColumns = false;
      this.m_dashboardGridCom.Size = new System.Drawing.Size(1169, 487);
      this.m_dashboardGridCom.TabIndex = 0;
      // 
      // ultraToolbarsManager1
      // 
      this.ultraToolbarsManager1.DesignerFlags = 1;
      this.ultraToolbarsManager1.DockWithinContainer = this;
      this.ultraToolbarsManager1.LockToolbars = true;
      ultraToolbar1.DockedColumn = 0;
      ultraToolbar1.DockedRow = 0;
      appearance2.Image = global::SI.Dashboard.Properties.Resources.moneyWhite;
      buttonTool3.InstanceProps.AppearancesSmall.Appearance = appearance2;
      appearance3.Image = global::SI.Dashboard.Properties.Resources.gridWhite;
      buttonTool1.InstanceProps.AppearancesSmall.Appearance = appearance3;
      appearance4.Image = global::SI.Dashboard.Properties.Resources.sigWhite;
      buttonTool5.InstanceProps.AppearancesSmall.Appearance = appearance4;
      appearance5.Image = global::SI.Dashboard.Properties.Resources.columnChartWhite;
      buttonTool7.InstanceProps.AppearancesSmall.Appearance = appearance5;
      ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool11,
            buttonTool9,
            buttonTool15,
            labelTool1,
            comboBoxTool1,
            buttonTool3,
            buttonTool1,
            buttonTool5,
            buttonTool13,
            labelTool3,
            comboBoxTool3,
            buttonTool7,
            buttonTool17});
      ultraToolbar1.Text = "tbDashboard";
      this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
      comboBoxTool2.SharedPropsInternal.Caption = "Signal";
      comboBoxTool2.ValueList = valueList1;
      buttonTool2.SharedPropsInternal.Caption = "Show Historic Weights";
      buttonTool4.SharedPropsInternal.Caption = "Show Historic P&L";
      buttonTool6.SharedPropsInternal.Caption = "Show IR Signal Grid";
      labelTool2.SharedPropsInternal.Caption = "Signal";
      labelTool4.SharedPropsInternal.Caption = "Instrument";
      comboBoxTool4.SharedPropsInternal.Caption = "Currency";
      comboBoxTool4.ValueList = valueList2;
      buttonTool8.SharedPropsInternal.Caption = "Currency Weight Analysis";
      appearance6.Image = global::SI.Dashboard.Properties.Resources.multiLineWhite;
      buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance6;
      buttonTool10.SharedPropsInternal.Caption = "Compare Performance of all signals";
      labelTool6.SharedPropsInternal.Caption = "|";
      appearance7.Image = global::SI.Dashboard.Properties.Resources.refresh_icon_16w;
      buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance7;
      buttonTool12.SharedPropsInternal.Caption = "Refresh All";
      comboBoxTool6.SharedPropsInternal.Caption = "Weights Grid - display weight or flow from previous?";
      comboBoxTool6.ValueList = valueList3;
      appearance8.Image = global::SI.Dashboard.Properties.Resources.zoomWhite;
      buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
      buttonTool14.SharedPropsInternal.Caption = "Signal Flow Analysis";
      appearance9.Image = global::SI.Dashboard.Properties.Resources.box_icon_white;
      buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance9;
      buttonTool16.SharedPropsInternal.Caption = "Show Bucketed Performance";
      buttonTool18.SharedPropsInternal.Caption = "Live FX Pnl";
      buttonTool18.SharedPropsInternal.CustomizerCaption = "FX Live Pnl";
      this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            comboBoxTool2,
            buttonTool2,
            buttonTool4,
            buttonTool6,
            labelTool2,
            labelTool4,
            comboBoxTool4,
            buttonTool8,
            buttonTool10,
            labelTool6,
            buttonTool12,
            comboBoxTool6,
            buttonTool14,
            buttonTool16,
            buttonTool18});
      // 
      // DashboardMain
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.ultraTabControl1);
      this.Controls.Add(this._DashboardMain_Toolbars_Dock_Area_Left);
      this.Controls.Add(this._DashboardMain_Toolbars_Dock_Area_Right);
      this.Controls.Add(this._DashboardMain_Toolbars_Dock_Area_Bottom);
      this.Controls.Add(this.ultraStatusBar1);
      this.Controls.Add(this._DashboardMain_Toolbars_Dock_Area_Top);
      this.Name = "DashboardMain";
      this.Size = new System.Drawing.Size(1173, 563);
      this.ultraTabPageControl1.ResumeLayout(false);
      this.ultraTabPageControl2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraDesktopAlert1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
      this.ultraTabControl1.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.m_dashboardGridFx)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.m_dashboardGridCom)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).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();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(FRM_ImportFromExcel));
     Infragistics.Win.UltraWinEditors.EditorButton  editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinEditors.EditorButton editorButton5 = new Infragistics.Win.UltraWinEditors.EditorButton();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     this.Timer_MSgCleaner                  = new System.Windows.Forms.Timer(this.components);
     this.ultraToolbarsDockArea1            = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea2            = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsDockArea4            = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.office2010BlackTheme1             = new Telerik.WinControls.Themes.Office2010BlackTheme();
     this._panel2_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel2_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.helpProvider1        = new System.Windows.Forms.HelpProvider();
     this.ERO_Error            = new System.Windows.Forms.ErrorProvider(this.components);
     this.radGroupBox1         = new Telerik.WinControls.UI.RadGroupBox();
     this.TXT_Gender           = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label13              = new System.Windows.Forms.Label();
     this.TXT_BirthDate        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label12              = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.TXT_MobileNumber     = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.TXT_Name             = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.TXT_Address          = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label9               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.TXT_FirstColumn      = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label7               = new System.Windows.Forms.Label();
     this.TXT_FirstRow         = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label5               = new System.Windows.Forms.Label();
     this.TXT_WorkSheet        = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.label3               = new System.Windows.Forms.Label();
     this.TXT_FileName         = new Telerik.WinControls.UI.RadTextBox();
     this.radButton1           = new Telerik.WinControls.UI.RadButton();
     this.LBL_FileName         = new System.Windows.Forms.Label();
     this.ultraSpreadsheet1    = new Infragistics.Win.UltraWinSpreadsheet.UltraSpreadsheet();
     this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.STS_Main             = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     ((System.ComponentModel.ISupportInitialize)(this.ERO_Error)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Gender)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_BirthDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_MobileNumber)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Name)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Address)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FirstColumn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FirstRow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_WorkSheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FileName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraSpreadsheet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.STS_Main)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // Timer_MSgCleaner
     //
     this.Timer_MSgCleaner.Interval = 5000;
     //
     // ultraToolbarsDockArea1
     //
     this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this.ultraToolbarsDockArea1.ForeColor      = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsDockArea1.Location       = new System.Drawing.Point(0, 0);
     this.ultraToolbarsDockArea1.Name           = "ultraToolbarsDockArea1";
     this.ultraToolbarsDockArea1.Size           = new System.Drawing.Size(856, 0);
     //
     // ultraToolbarsDockArea2
     //
     this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea2.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this.ultraToolbarsDockArea2.ForeColor      = System.Drawing.Color.Black;
     this.ultraToolbarsDockArea2.Location       = new System.Drawing.Point(0, 498);
     this.ultraToolbarsDockArea2.Name           = "ultraToolbarsDockArea2";
     this.ultraToolbarsDockArea2.Size           = new System.Drawing.Size(856, 0);
     //
     // ultraToolbarsDockArea4
     //
     this.ultraToolbarsDockArea4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.ultraToolbarsDockArea4.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.ultraToolbarsDockArea4.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this.ultraToolbarsDockArea4.ForeColor      = System.Drawing.Color.Black;
     this.ultraToolbarsDockArea4.Location       = new System.Drawing.Point(856, 0);
     this.ultraToolbarsDockArea4.Name           = "ultraToolbarsDockArea4";
     this.ultraToolbarsDockArea4.Size           = new System.Drawing.Size(0, 498);
     //
     // _panel2_Toolbars_Dock_Area_Right
     //
     this._panel2_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Right.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this._panel2_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel2_Toolbars_Dock_Area_Right.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Right.Location       = new System.Drawing.Point(856, 0);
     this._panel2_Toolbars_Dock_Area_Right.Name           = "_panel2_Toolbars_Dock_Area_Right";
     this._panel2_Toolbars_Dock_Area_Right.Size           = new System.Drawing.Size(0, 498);
     //
     // _panel2_Toolbars_Dock_Area_Left
     //
     this._panel2_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Left.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this._panel2_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel2_Toolbars_Dock_Area_Left.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Left.Location       = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Left.Name           = "_panel2_Toolbars_Dock_Area_Left";
     this._panel2_Toolbars_Dock_Area_Left.Size           = new System.Drawing.Size(0, 498);
     //
     // _panel2_Toolbars_Dock_Area_Bottom
     //
     this._panel2_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Bottom.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this._panel2_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel2_Toolbars_Dock_Area_Bottom.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Bottom.Location       = new System.Drawing.Point(0, 498);
     this._panel2_Toolbars_Dock_Area_Bottom.Name           = "_panel2_Toolbars_Dock_Area_Bottom";
     this._panel2_Toolbars_Dock_Area_Bottom.Size           = new System.Drawing.Size(856, 0);
     //
     // _panel2_Toolbars_Dock_Area_Top
     //
     this._panel2_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel2_Toolbars_Dock_Area_Top.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
     this._panel2_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel2_Toolbars_Dock_Area_Top.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._panel2_Toolbars_Dock_Area_Top.Location       = new System.Drawing.Point(0, 0);
     this._panel2_Toolbars_Dock_Area_Top.Name           = "_panel2_Toolbars_Dock_Area_Top";
     this._panel2_Toolbars_Dock_Area_Top.Size           = new System.Drawing.Size(856, 0);
     //
     // ERO_Error
     //
     this.ERO_Error.ContainerControl = this;
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.TXT_Gender);
     this.radGroupBox1.Controls.Add(this.label13);
     this.radGroupBox1.Controls.Add(this.TXT_BirthDate);
     this.radGroupBox1.Controls.Add(this.label12);
     this.radGroupBox1.Controls.Add(this.label11);
     this.radGroupBox1.Controls.Add(this.TXT_MobileNumber);
     this.radGroupBox1.Controls.Add(this.TXT_Name);
     this.radGroupBox1.Controls.Add(this.TXT_Address);
     this.radGroupBox1.Controls.Add(this.label9);
     this.radGroupBox1.Controls.Add(this.label8);
     this.radGroupBox1.Controls.Add(this.TXT_FirstColumn);
     this.radGroupBox1.Controls.Add(this.label7);
     this.radGroupBox1.Controls.Add(this.TXT_FirstRow);
     this.radGroupBox1.Controls.Add(this.label5);
     this.radGroupBox1.Controls.Add(this.TXT_WorkSheet);
     this.radGroupBox1.Controls.Add(this.label3);
     this.radGroupBox1.Controls.Add(this.TXT_FileName);
     this.radGroupBox1.Controls.Add(this.radButton1);
     this.radGroupBox1.Controls.Add(this.LBL_FileName);
     this.radGroupBox1.Dock                 = System.Windows.Forms.DockStyle.Top;
     this.radGroupBox1.Font                 = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox1.FooterImageIndex     = -1;
     this.radGroupBox1.FooterImageKey       = "";
     this.radGroupBox1.GroupBoxStyle        = Telerik.WinControls.UI.RadGroupBoxStyle.Office;
     this.radGroupBox1.HeaderAlignment      = Telerik.WinControls.UI.HeaderAlignment.Far;
     this.radGroupBox1.HeaderImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.radGroupBox1.HeaderImageIndex     = -1;
     this.radGroupBox1.HeaderImageKey       = "";
     this.radGroupBox1.HeaderMargin         = new System.Windows.Forms.Padding(0);
     this.radGroupBox1.HeaderText           = "بيانات ملف الاكسيل";
     this.radGroupBox1.Location             = new System.Drawing.Point(0, 0);
     this.radGroupBox1.Name                 = "radGroupBox1";
     this.radGroupBox1.Padding              = new System.Windows.Forms.Padding(2, 18, 2, 2);
     //
     //
     //
     this.radGroupBox1.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
     this.radGroupBox1.Size     = new System.Drawing.Size(856, 210);
     this.radGroupBox1.TabIndex = 79;
     this.radGroupBox1.Text     = "بيانات ملف الاكسيل";
     //
     // TXT_Gender
     //
     this.TXT_Gender.AutoSize = false;
     appearance4.Image        = ((object)(resources.GetObject("appearance4.Image")));
     editorButton1.Appearance = appearance4;
     this.TXT_Gender.ButtonsRight.Add(editorButton1);
     this.TXT_Gender.Font         = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_Gender.FormatString = "";
     this.TXT_Gender.Location     = new System.Drawing.Point(464, 153);
     this.TXT_Gender.Margin       = new System.Windows.Forms.Padding(0);
     this.TXT_Gender.Name         = "TXT_Gender";
     this.TXT_Gender.PromptChar   = ' ';
     this.TXT_Gender.Size         = new System.Drawing.Size(100, 27);
     this.TXT_Gender.TabIndex     = 113;
     this.TXT_Gender.Enter       += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_Gender.MouseHover  += new System.EventHandler(this.TXT_Gender_MouseHover);
     //
     // label13
     //
     this.label13.Font      = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location  = new System.Drawing.Point(574, 153);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(55, 27);
     this.label13.TabIndex  = 112;
     this.label13.Text      = "النوع";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // TXT_BirthDate
     //
     this.TXT_BirthDate.AutoSize = false;
     appearance5.Image           = ((object)(resources.GetObject("appearance5.Image")));
     editorButton2.Appearance    = appearance5;
     this.TXT_BirthDate.ButtonsRight.Add(editorButton2);
     this.TXT_BirthDate.Font         = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_BirthDate.FormatString = "";
     this.TXT_BirthDate.Location     = new System.Drawing.Point(652, 153);
     this.TXT_BirthDate.Margin       = new System.Windows.Forms.Padding(0);
     this.TXT_BirthDate.Name         = "TXT_BirthDate";
     this.TXT_BirthDate.PromptChar   = ' ';
     this.TXT_BirthDate.Size         = new System.Drawing.Size(100, 27);
     this.TXT_BirthDate.TabIndex     = 111;
     this.TXT_BirthDate.Enter       += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_BirthDate.MouseHover  += new System.EventHandler(this.TXT_BirthDate_MouseHover);
     //
     // label12
     //
     this.label12.Font      = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location  = new System.Drawing.Point(762, 151);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(77, 27);
     this.label12.TabIndex  = 110;
     this.label12.Text      = "تاريخ الميلاد";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label11
     //
     this.label11.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(572, 113);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(56, 27);
     this.label11.TabIndex = 99;
     this.label11.Text     = "الموبايل";
     //
     // TXT_MobileNumber
     //
     this.TXT_MobileNumber.AutoSize = false;
     appearance6.Image        = ((object)(resources.GetObject("appearance6.Image")));
     editorButton3.Appearance = appearance6;
     this.TXT_MobileNumber.ButtonsRight.Add(editorButton3);
     this.TXT_MobileNumber.Font         = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_MobileNumber.FormatString = "";
     this.TXT_MobileNumber.Location     = new System.Drawing.Point(462, 113);
     this.TXT_MobileNumber.Name         = "TXT_MobileNumber";
     this.TXT_MobileNumber.PromptChar   = ' ';
     this.TXT_MobileNumber.Size         = new System.Drawing.Size(100, 27);
     this.TXT_MobileNumber.TabIndex     = 98;
     this.TXT_MobileNumber.Enter       += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_MobileNumber.MouseHover  += new System.EventHandler(this.TXT_MobileNumber_MouseHover);
     //
     // TXT_Name
     //
     this.TXT_Name.AutoSize   = false;
     appearance7.Image        = ((object)(resources.GetObject("appearance7.Image")));
     editorButton4.Appearance = appearance7;
     this.TXT_Name.ButtonsRight.Add(editorButton4);
     this.TXT_Name.Font               = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_Name.FormatString       = "";
     this.TXT_Name.Location           = new System.Drawing.Point(651, 113);
     this.TXT_Name.Margin             = new System.Windows.Forms.Padding(0);
     this.TXT_Name.Name               = "TXT_Name";
     this.TXT_Name.PromptChar         = ' ';
     this.TXT_Name.Size               = new System.Drawing.Size(100, 27);
     this.TXT_Name.TabIndex           = 97;
     this.TXT_Name.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.TXT_Name_EditorButtonClick);
     this.TXT_Name.Enter             += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_Name.MouseHover        += new System.EventHandler(this.TXT_Name_MouseHover);
     //
     // TXT_Address
     //
     this.TXT_Address.AutoSize = false;
     appearance8.Image         = ((object)(resources.GetObject("appearance8.Image")));
     editorButton5.Appearance  = appearance8;
     this.TXT_Address.ButtonsRight.Add(editorButton5);
     this.TXT_Address.Font         = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_Address.FormatString = "";
     this.TXT_Address.Location     = new System.Drawing.Point(293, 113);
     this.TXT_Address.Name         = "TXT_Address";
     this.TXT_Address.PromptChar   = ' ';
     this.TXT_Address.Size         = new System.Drawing.Size(100, 27);
     this.TXT_Address.TabIndex     = 96;
     this.TXT_Address.Enter       += new System.EventHandler(this.TXT_Name_Enter);
     this.TXT_Address.MouseHover  += new System.EventHandler(this.TXT_Address_MouseHover);
     //
     // label9
     //
     this.label9.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(393, 113);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(57, 27);
     this.label9.TabIndex = 95;
     this.label9.Text     = "العنوان";
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location  = new System.Drawing.Point(764, 113);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(87, 27);
     this.label8.TabIndex  = 93;
     this.label8.Text      = "اسم المخدوم";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // TXT_FirstColumn
     //
     this.TXT_FirstColumn.AutoSize   = false;
     this.TXT_FirstColumn.Font       = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_FirstColumn.Location   = new System.Drawing.Point(292, 73);
     this.TXT_FirstColumn.MaskInput  = "nnn";
     this.TXT_FirstColumn.Name       = "TXT_FirstColumn";
     this.TXT_FirstColumn.PromptChar = ' ';
     this.TXT_FirstColumn.Size       = new System.Drawing.Size(100, 27);
     this.TXT_FirstColumn.TabIndex   = 92;
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(392, 79);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(57, 17);
     this.label7.TabIndex = 91;
     this.label7.Text     = "اول عمود";
     //
     // TXT_FirstRow
     //
     this.TXT_FirstRow.AutoSize   = false;
     this.TXT_FirstRow.Font       = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_FirstRow.Location   = new System.Drawing.Point(461, 74);
     this.TXT_FirstRow.MaskInput  = "nnn";
     this.TXT_FirstRow.Name       = "TXT_FirstRow";
     this.TXT_FirstRow.PromptChar = ' ';
     this.TXT_FirstRow.Size       = new System.Drawing.Size(100, 27);
     this.TXT_FirstRow.TabIndex   = 90;
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(580, 78);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(55, 17);
     this.label5.TabIndex = 89;
     this.label5.Text     = "اول صف";
     //
     // TXT_WorkSheet
     //
     this.TXT_WorkSheet.AutoSize   = false;
     this.TXT_WorkSheet.Font       = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXT_WorkSheet.Location   = new System.Drawing.Point(652, 73);
     this.TXT_WorkSheet.MaskInput  = "nnn";
     this.TXT_WorkSheet.Name       = "TXT_WorkSheet";
     this.TXT_WorkSheet.PromptChar = ' ';
     this.TXT_WorkSheet.Size       = new System.Drawing.Size(100, 27);
     this.TXT_WorkSheet.TabIndex   = 88;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(752, 79);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(87, 17);
     this.label3.TabIndex = 87;
     this.label3.Text     = "رقم ورقة العمل";
     //
     // TXT_FileName
     //
     this.TXT_FileName.Font     = new System.Drawing.Font("Times New Roman", 10F);
     this.TXT_FileName.Location = new System.Drawing.Point(291, 40);
     this.TXT_FileName.Name     = "TXT_FileName";
     this.TXT_FileName.ReadOnly = true;
     this.TXT_FileName.Size     = new System.Drawing.Size(460, 21);
     this.TXT_FileName.TabIndex = 85;
     this.TXT_FileName.TabStop  = false;
     //
     // radButton1
     //
     this.radButton1.Location = new System.Drawing.Point(13, 40);
     this.radButton1.Name     = "radButton1";
     this.radButton1.Size     = new System.Drawing.Size(130, 24);
     this.radButton1.TabIndex = 84;
     this.radButton1.Text     = "اختار ملف";
     this.radButton1.Click   += new System.EventHandler(this.radButton1_Click);
     //
     // LBL_FileName
     //
     this.LBL_FileName.Font     = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LBL_FileName.Location = new System.Drawing.Point(753, 40);
     this.LBL_FileName.Name     = "LBL_FileName";
     this.LBL_FileName.Size     = new System.Drawing.Size(87, 17);
     this.LBL_FileName.TabIndex = 83;
     this.LBL_FileName.Text     = "ملف الاكسيل";
     //
     // ultraSpreadsheet1
     //
     this.ultraSpreadsheet1.AllowAddWorksheet    = false;
     this.ultraSpreadsheet1.AllowDeleteWorksheet = false;
     this.ultraSpreadsheet1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ultraSpreadsheet1.Location          = new System.Drawing.Point(0, 210);
     this.ultraSpreadsheet1.Name              = "ultraSpreadsheet1";
     this.ultraSpreadsheet1.Size              = new System.Drawing.Size(856, 261);
     this.ultraSpreadsheet1.TabIndex          = 110;
     this.ultraSpreadsheet1.Text              = "ultraSpreadsheet1";
     this.ultraSpreadsheet1.TextRenderingMode = Infragistics.Win.TextRenderingMode.GDI;
     this.ultraSpreadsheet1.SelectionChanged += new System.EventHandler <Infragistics.Win.UltraWinSpreadsheet.SpreadsheetSelectionChangedEventArgs>(this.ultraSpreadsheet1_SelectionChanged);
     //
     // ultraToolTipManager1
     //
     this.ultraToolTipManager1.ContainingControl = this;
     this.ultraToolTipManager1.InitialDelay      = 200;
     //
     // STS_Main
     //
     this.STS_Main.Location            = new System.Drawing.Point(0, 471);
     this.STS_Main.Name                = "STS_Main";
     appearance1.FontData.BoldAsString = "True";
     appearance1.FontData.Name         = "Segoe UI";
     appearance1.FontData.SizeInPoints = 10F;
     appearance1.Image                 = global::GoodShepherd.Properties.Resources._1468181962_shutdown;
     ultraStatusPanel1.Appearance      = appearance1;
     ultraStatusPanel1.Key             = "BTN_Cancel";
     ultraStatusPanel1.Style           = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
     ultraStatusPanel1.Text            = "الغاء";
     appearance2.FontData.BoldAsString = "True";
     appearance2.FontData.Name         = "Segoe UI";
     appearance2.FontData.SizeInPoints = 10F;
     appearance2.Image                 = global::GoodShepherd.Properties.Resources.if_ok_46824;
     ultraStatusPanel2.Appearance      = appearance2;
     ultraStatusPanel2.Key             = "BTN_OK";
     ultraStatusPanel2.Style           = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
     ultraStatusPanel2.Text            = "موافق";
     appearance3.FontData.BoldAsString = "True";
     appearance3.FontData.Name         = "Segoe UI";
     appearance3.FontData.SizeInPoints = 9F;
     appearance3.ForeColor             = System.Drawing.Color.Red;
     ultraStatusPanel3.Appearance      = appearance3;
     ultraStatusPanel3.Key             = "MSG";
     ultraStatusPanel3.MinWidth        = 60;
     ultraStatusPanel3.SizingMode      = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     this.STS_Main.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3
     });
     this.STS_Main.Size         = new System.Drawing.Size(856, 27);
     this.STS_Main.TabIndex     = 110;
     this.STS_Main.Text         = "ultraStatusBar1";
     this.STS_Main.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.STS_Main_ButtonClick);
     //
     // FRM_ImportFromExcel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(856, 498);
     this.Controls.Add(this.ultraSpreadsheet1);
     this.Controls.Add(this.STS_Main);
     this.Controls.Add(this.radGroupBox1);
     this.Controls.Add(this.ultraToolbarsDockArea4);
     this.Controls.Add(this._panel2_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._panel2_Toolbars_Dock_Area_Right);
     this.Controls.Add(this.ultraToolbarsDockArea2);
     this.Controls.Add(this._panel2_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.ultraToolbarsDockArea1);
     this.Controls.Add(this._panel2_Toolbars_Dock_Area_Top);
     this.Font        = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name        = "FRM_ImportFromExcel";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "استيراد بيانات من اكسل";
     this.ThemeName     = "Office2010Black";
     ((System.ComponentModel.ISupportInitialize)(this.ERO_Error)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Gender)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_BirthDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_MobileNumber)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Name)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_Address)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FirstColumn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FirstRow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_WorkSheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TXT_FileName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraSpreadsheet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.STS_Main)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     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();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint1  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint2  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint3  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint4  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint5  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.ValueListItem                      valueListItem1      = new Infragistics.Win.ValueListItem();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint6  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint7  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint8  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint9  = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint10 = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.Layout.GridBagConstraint           gridBagConstraint11 = new Infragistics.Win.Layout.GridBagConstraint();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1   = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     System.ComponentModel.ComponentResourceManager      resources           = new System.ComponentModel.ComponentResourceManager(typeof(SelectDatabaseForm));
     this.grpProperties                        = new System.Windows.Forms.GroupBox();
     this.pnlGrid                              = new Infragistics.Win.Misc.UltraGridBagLayoutPanel();
     this.flowLayoutPanel1                     = new System.Windows.Forms.FlowLayoutPanel();
     this.txtServer                            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.btnSelect                            = new System.Windows.Forms.Button();
     this.btnCreate                            = new System.Windows.Forms.Button();
     this.btnDrop                              = new System.Windows.Forms.Button();
     this.lblServerName                        = new System.Windows.Forms.Label();
     this.lblDatabaseVendor                    = new Infragistics.Win.Misc.UltraLabel();
     this.txtPassword                          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.cboVendors                           = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.chkWindowsAuthentication             = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.lblPassword                          = new System.Windows.Forms.Label();
     this.txtUser                              = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.lblUserId                            = new System.Windows.Forms.Label();
     this.lblDatabaseName                      = new System.Windows.Forms.Label();
     this.txtDatabase                          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.contextMenuStripPanel                = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.showEntireExceptionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.googleItToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.mSDNItToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.techNetSearchToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.StatusStripSelectDatabase            = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.btnConnect                           = new Infragistics.Win.Misc.UltraButton();
     this.btnCancel                            = new Infragistics.Win.Misc.UltraButton();
     this.btnTest                              = new Infragistics.Win.Misc.UltraButton();
     this.erpServerNameRequired                = new System.Windows.Forms.ErrorProvider(this.components);
     this.ToolTipManager                       = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.grpProperties.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlGrid)).BeginInit();
     this.pnlGrid.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtServer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboVendors)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDatabase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.erpServerNameRequired)).BeginInit();
     this.SuspendLayout();
     //
     // grpProperties
     //
     this.grpProperties.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.grpProperties.Controls.Add(this.pnlGrid);
     this.grpProperties.Location = new System.Drawing.Point(13, 12);
     this.grpProperties.Name     = "grpProperties";
     this.grpProperties.Size     = new System.Drawing.Size(458, 192);
     this.grpProperties.TabIndex = 0;
     this.grpProperties.TabStop  = false;
     this.grpProperties.Text     = "Connection properties";
     //
     // pnlGrid
     //
     this.pnlGrid.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.pnlGrid.Controls.Add(this.flowLayoutPanel1);
     this.pnlGrid.Controls.Add(this.lblServerName);
     this.pnlGrid.Controls.Add(this.lblDatabaseVendor);
     this.pnlGrid.Controls.Add(this.txtPassword);
     this.pnlGrid.Controls.Add(this.cboVendors);
     this.pnlGrid.Controls.Add(this.chkWindowsAuthentication);
     this.pnlGrid.Controls.Add(this.lblPassword);
     this.pnlGrid.Controls.Add(this.txtUser);
     this.pnlGrid.Controls.Add(this.lblUserId);
     this.pnlGrid.Controls.Add(this.lblDatabaseName);
     this.pnlGrid.Controls.Add(this.txtDatabase);
     this.pnlGrid.ExpandToFitHeight = true;
     this.pnlGrid.Location          = new System.Drawing.Point(6, 28);
     this.pnlGrid.Name     = "pnlGrid";
     this.pnlGrid.Padding  = new System.Windows.Forms.Padding(0, 0, 5, 0);
     this.pnlGrid.Size     = new System.Drawing.Size(446, 158);
     this.pnlGrid.TabIndex = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.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.flowLayoutPanel1.Controls.Add(this.txtServer);
     this.flowLayoutPanel1.Controls.Add(this.btnSelect);
     this.flowLayoutPanel1.Controls.Add(this.btnCreate);
     this.flowLayoutPanel1.Controls.Add(this.btnDrop);
     gridBagConstraint1.Fill    = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint1.OriginX = 1;
     gridBagConstraint1.OriginY = 1;
     this.pnlGrid.SetGridBagConstraint(this.flowLayoutPanel1, gridBagConstraint1);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(104, 29);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.pnlGrid.SetPreferredSize(this.flowLayoutPanel1, new System.Drawing.Size(337, 20));
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(337, 28);
     this.flowLayoutPanel1.TabIndex = 12;
     //
     // txtServer
     //
     this.txtServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.txtServer.Location = new System.Drawing.Point(0, 0);
     this.txtServer.Margin   = new System.Windows.Forms.Padding(0);
     this.txtServer.Name     = "txtServer";
     this.txtServer.Size     = new System.Drawing.Size(113, 21);
     this.txtServer.TabIndex = 1;
     this.txtServer.Text     = ".";
     //
     // btnSelect
     //
     this.btnSelect.CausesValidation        = false;
     this.btnSelect.Location                = new System.Drawing.Point(116, 0);
     this.btnSelect.Margin                  = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.btnSelect.Name                    = "btnSelect";
     this.btnSelect.Size                    = new System.Drawing.Size(64, 24);
     this.btnSelect.TabIndex                = 11;
     this.btnSelect.Text                    = "Open";
     this.btnSelect.UseVisualStyleBackColor = true;
     //
     // btnCreate
     //
     this.btnCreate.CausesValidation        = false;
     this.btnCreate.Location                = new System.Drawing.Point(186, 0);
     this.btnCreate.Margin                  = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.btnCreate.Name                    = "btnCreate";
     this.btnCreate.Size                    = new System.Drawing.Size(67, 24);
     this.btnCreate.TabIndex                = 12;
     this.btnCreate.Text                    = "Create";
     this.btnCreate.UseVisualStyleBackColor = true;
     //
     // btnDrop
     //
     this.btnDrop.CausesValidation        = false;
     this.btnDrop.Location                = new System.Drawing.Point(259, 0);
     this.btnDrop.Margin                  = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.btnDrop.Name                    = "btnDrop";
     this.btnDrop.Size                    = new System.Drawing.Size(58, 24);
     this.btnDrop.TabIndex                = 13;
     this.btnDrop.Text                    = "Drop";
     this.btnDrop.UseVisualStyleBackColor = true;
     //
     // lblServerName
     //
     this.lblServerName.AutoSize = true;
     gridBagConstraint2.Fill     = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint2.OriginX  = 0;
     gridBagConstraint2.OriginY  = 1;
     this.pnlGrid.SetGridBagConstraint(this.lblServerName, gridBagConstraint2);
     this.lblServerName.Location = new System.Drawing.Point(0, 29);
     this.lblServerName.Name     = "lblServerName";
     this.pnlGrid.SetPreferredSize(this.lblServerName, new System.Drawing.Size(104, 13));
     this.lblServerName.Size     = new System.Drawing.Size(72, 13);
     this.lblServerName.TabIndex = 7;
     this.lblServerName.Text     = "Server Name:";
     //
     // lblDatabaseVendor
     //
     this.lblDatabaseVendor.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblDatabaseVendor.AutoSize = true;
     gridBagConstraint3.Fill         = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint3.OriginX      = 0;
     gridBagConstraint3.OriginY      = 0;
     this.pnlGrid.SetGridBagConstraint(this.lblDatabaseVendor, gridBagConstraint3);
     this.lblDatabaseVendor.Location = new System.Drawing.Point(0, 0);
     this.lblDatabaseVendor.Name     = "lblDatabaseVendor";
     this.pnlGrid.SetPreferredSize(this.lblDatabaseVendor, new System.Drawing.Size(104, 14));
     this.lblDatabaseVendor.Size     = new System.Drawing.Size(78, 14);
     this.lblDatabaseVendor.TabIndex = 6;
     this.lblDatabaseVendor.Text     = "Select Vendor:";
     //
     // txtPassword
     //
     this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPassword.Enabled   = false;
     gridBagConstraint4.Fill    = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint4.OriginX = 1;
     gridBagConstraint4.OriginY = 5;
     this.pnlGrid.SetGridBagConstraint(this.txtPassword, gridBagConstraint4);
     this.txtPassword.Location     = new System.Drawing.Point(104, 137);
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.pnlGrid.SetPreferredSize(this.txtPassword, new System.Drawing.Size(337, 15));
     this.txtPassword.Size     = new System.Drawing.Size(334, 21);
     this.txtPassword.TabIndex = 5;
     //
     // cboVendors
     //
     this.cboVendors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.cboVendors.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
     gridBagConstraint5.Fill       = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint5.OriginX    = 1;
     gridBagConstraint5.OriginY    = 0;
     this.pnlGrid.SetGridBagConstraint(this.cboVendors, gridBagConstraint5);
     valueListItem1.DataValue   = "ValueListItem0";
     valueListItem1.DisplayText = "SQL Server";
     this.cboVendors.Items.AddRange(new Infragistics.Win.ValueListItem[] {
         valueListItem1
     });
     this.cboVendors.Location = new System.Drawing.Point(104, 0);
     this.cboVendors.Name     = "cboVendors";
     this.pnlGrid.SetPreferredSize(this.cboVendors, new System.Drawing.Size(337, 21));
     this.cboVendors.Size     = new System.Drawing.Size(334, 21);
     this.cboVendors.TabIndex = 0;
     //
     // chkWindowsAuthentication
     //
     this.chkWindowsAuthentication.Checked    = true;
     this.chkWindowsAuthentication.CheckState = System.Windows.Forms.CheckState.Checked;
     gridBagConstraint6.Fill    = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint6.OriginX = 1;
     gridBagConstraint6.OriginY = 3;
     this.pnlGrid.SetGridBagConstraint(this.chkWindowsAuthentication, gridBagConstraint6);
     this.chkWindowsAuthentication.Location = new System.Drawing.Point(104, 81);
     this.chkWindowsAuthentication.Name     = "chkWindowsAuthentication";
     this.pnlGrid.SetPreferredSize(this.chkWindowsAuthentication, new System.Drawing.Size(337, 20));
     this.chkWindowsAuthentication.Size     = new System.Drawing.Size(337, 28);
     this.chkWindowsAuthentication.TabIndex = 3;
     this.chkWindowsAuthentication.Text     = "Windows Authentication";
     //
     // lblPassword
     //
     this.lblPassword.AutoSize  = true;
     gridBagConstraint7.Fill    = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint7.OriginX = 0;
     gridBagConstraint7.OriginY = 5;
     this.pnlGrid.SetGridBagConstraint(this.lblPassword, gridBagConstraint7);
     this.lblPassword.Location = new System.Drawing.Point(0, 137);
     this.lblPassword.Name     = "lblPassword";
     this.pnlGrid.SetPreferredSize(this.lblPassword, new System.Drawing.Size(104, 13));
     this.lblPassword.Size     = new System.Drawing.Size(53, 13);
     this.lblPassword.TabIndex = 10;
     this.lblPassword.Text     = "Password";
     //
     // txtUser
     //
     this.txtUser.Enabled       = false;
     gridBagConstraint8.Fill    = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint8.OriginX = 1;
     gridBagConstraint8.OriginY = 4;
     this.pnlGrid.SetGridBagConstraint(this.txtUser, gridBagConstraint8);
     this.txtUser.Location = new System.Drawing.Point(104, 109);
     this.txtUser.Name     = "txtUser";
     this.pnlGrid.SetPreferredSize(this.txtUser, new System.Drawing.Size(337, 20));
     this.txtUser.Size     = new System.Drawing.Size(334, 21);
     this.txtUser.TabIndex = 4;
     //
     // lblUserId
     //
     this.lblUserId.AutoSize    = true;
     gridBagConstraint9.Fill    = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint9.OriginX = 0;
     gridBagConstraint9.OriginY = 4;
     this.pnlGrid.SetGridBagConstraint(this.lblUserId, gridBagConstraint9);
     this.lblUserId.Location = new System.Drawing.Point(0, 109);
     this.lblUserId.Name     = "lblUserId";
     this.pnlGrid.SetPreferredSize(this.lblUserId, new System.Drawing.Size(104, 20));
     this.lblUserId.Size     = new System.Drawing.Size(43, 13);
     this.lblUserId.TabIndex = 9;
     this.lblUserId.Text     = "User ID";
     //
     // lblDatabaseName
     //
     this.lblDatabaseName.AutoSize = true;
     gridBagConstraint10.Fill      = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint10.OriginX   = 0;
     gridBagConstraint10.OriginY   = 2;
     this.pnlGrid.SetGridBagConstraint(this.lblDatabaseName, gridBagConstraint10);
     this.lblDatabaseName.Location = new System.Drawing.Point(0, 57);
     this.lblDatabaseName.Name     = "lblDatabaseName";
     this.pnlGrid.SetPreferredSize(this.lblDatabaseName, new System.Drawing.Size(104, 13));
     this.lblDatabaseName.Size     = new System.Drawing.Size(87, 13);
     this.lblDatabaseName.TabIndex = 8;
     this.lblDatabaseName.Text     = "Database Name:";
     //
     // txtDatabase
     //
     this.txtDatabase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     gridBagConstraint11.Fill    = Infragistics.Win.Layout.FillType.Both;
     gridBagConstraint11.OriginX = 1;
     gridBagConstraint11.OriginY = 2;
     this.pnlGrid.SetGridBagConstraint(this.txtDatabase, gridBagConstraint11);
     this.txtDatabase.Location = new System.Drawing.Point(104, 57);
     this.txtDatabase.Name     = "txtDatabase";
     this.pnlGrid.SetPreferredSize(this.txtDatabase, new System.Drawing.Size(337, 17));
     this.txtDatabase.Size     = new System.Drawing.Size(334, 21);
     this.txtDatabase.TabIndex = 2;
     //
     // contextMenuStripPanel
     //
     this.contextMenuStripPanel.Name = "contextMenuStripPanel";
     this.contextMenuStripPanel.Size = new System.Drawing.Size(61, 4);
     //
     // showEntireExceptionToolStripMenuItem
     //
     this.showEntireExceptionToolStripMenuItem.Name = "showEntireExceptionToolStripMenuItem";
     this.showEntireExceptionToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // googleItToolStripMenuItem
     //
     this.googleItToolStripMenuItem.Name = "googleItToolStripMenuItem";
     this.googleItToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // mSDNItToolStripMenuItem
     //
     this.mSDNItToolStripMenuItem.Name = "mSDNItToolStripMenuItem";
     this.mSDNItToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // techNetSearchToolStripMenuItem
     //
     this.techNetSearchToolStripMenuItem.Name = "techNetSearchToolStripMenuItem";
     this.techNetSearchToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
     //
     // StatusStripSelectDatabase
     //
     this.StatusStripSelectDatabase.Location = new System.Drawing.Point(0, 216);
     this.StatusStripSelectDatabase.Name     = "StatusStripSelectDatabase";
     ultraStatusPanel1.SizingMode            = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     this.StatusStripSelectDatabase.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1
     });
     this.StatusStripSelectDatabase.Size      = new System.Drawing.Size(556, 23);
     this.StatusStripSelectDatabase.TabIndex  = 4;
     this.StatusStripSelectDatabase.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
     //
     // btnConnect
     //
     this.btnConnect.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnConnect.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnConnect.Location     = new System.Drawing.Point(478, 121);
     this.btnConnect.Name         = "btnConnect";
     this.btnConnect.Size         = new System.Drawing.Size(66, 23);
     this.btnConnect.TabIndex     = 1;
     this.btnConnect.Text         = "Connect";
     //
     // btnCancel
     //
     this.btnCancel.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.CausesValidation = false;
     this.btnCancel.DialogResult     = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location         = new System.Drawing.Point(478, 151);
     this.btnCancel.Name             = "btnCancel";
     this.btnCancel.Size             = new System.Drawing.Size(66, 23);
     this.btnCancel.TabIndex         = 2;
     this.btnCancel.Text             = "Close";
     //
     // btnTest
     //
     this.btnTest.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTest.Location = new System.Drawing.Point(478, 181);
     this.btnTest.Name     = "btnTest";
     this.btnTest.Size     = new System.Drawing.Size(66, 23);
     this.btnTest.TabIndex = 3;
     this.btnTest.Text     = "Test";
     //
     // erpServerNameRequired
     //
     this.erpServerNameRequired.ContainerControl = this;
     //
     // ToolTipManager
     //
     this.ToolTipManager.ContainingControl = this;
     //
     // SelectDatabaseForm
     //
     this.AcceptButton        = this.btnConnect;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(556, 239);
     this.Controls.Add(this.btnTest);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnConnect);
     this.Controls.Add(this.StatusStripSelectDatabase);
     this.Controls.Add(this.grpProperties);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimizeBox = false;
     this.Name        = "SelectDatabaseForm";
     this.Text        = "Connect to a database....";
     this.grpProperties.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlGrid)).EndInit();
     this.pnlGrid.ResumeLayout(false);
     this.pnlGrid.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtServer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboVendors)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDatabase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.erpServerNameRequired)).EndInit();
     this.ResumeLayout(false);
 }
예제 #29
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(MainForm));
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("ef936a82-2991-4add-a711-dbfda168db1d"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("59491827-2d5c-4db5-ad9d-c340def8b20b"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("ef936a82-2991-4add-a711-dbfda168db1d"), -1);
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinToolbars.UltraToolbar      ultraToolbar1     = new Infragistics.Win.UltraWinToolbars.UltraToolbar("MainToolbar");
     this.pFiles             = new System.Windows.Forms.Panel();
     this.tsFiles            = new System.Windows.Forms.ToolStrip();
     this.tsbNewProject      = new System.Windows.Forms.ToolStripButton();
     this.tsbOpenProject     = new System.Windows.Forms.ToolStripButton();
     this.tsbSaveProject     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.tsbRemoveFile      = new System.Windows.Forms.ToolStripButton();
     this.tsbAddFileFolder   = new System.Windows.Forms.ToolStripSplitButton();
     this.tsbAddRtfFile      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsbAddFolder       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbAddExistingFile = new System.Windows.Forms.ToolStripMenuItem();
     this.tvwProject         = new Infragistics.Win.UltraWinTree.UltraTree();
     this.TreeImageList      = new System.Windows.Forms.ImageList(this.components);
     this.mdiManager         = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this._MainForm_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._MainForm_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._MainForm_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._MainForm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this.MainFormUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.MainFormUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.MainFormUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.MainFormUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this.MainFormAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.windowDockingArea1            = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.sbMain          = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.tbManager       = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.pFiles.SuspendLayout();
     this.tsFiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tvwProject)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdiManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbManager)).BeginInit();
     this.SuspendLayout();
     //
     // pFiles
     //
     this.pFiles.Controls.Add(this.tsFiles);
     this.pFiles.Controls.Add(this.tvwProject);
     this.pFiles.Location = new System.Drawing.Point(0, 18);
     this.pFiles.Name     = "pFiles";
     this.pFiles.Size     = new System.Drawing.Size(218, 382);
     this.pFiles.TabIndex = 23;
     //
     // tsFiles
     //
     this.tsFiles.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbNewProject,
         this.tsbOpenProject,
         this.tsbSaveProject,
         this.toolStripSeparator,
         this.tsbRemoveFile,
         this.tsbAddFileFolder
     });
     this.tsFiles.Location = new System.Drawing.Point(0, 0);
     this.tsFiles.Name     = "tsFiles";
     this.tsFiles.Padding  = new System.Windows.Forms.Padding(2, 0, 1, 0);
     this.tsFiles.Size     = new System.Drawing.Size(218, 25);
     this.tsFiles.TabIndex = 0;
     //
     // tsbNewProject
     //
     this.tsbNewProject.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbNewProject.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbNewProject.Image")));
     this.tsbNewProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbNewProject.Name = "tsbNewProject";
     this.tsbNewProject.Size = new System.Drawing.Size(23, 22);
     this.tsbNewProject.Text = "&New Project";
     //
     // tsbOpenProject
     //
     this.tsbOpenProject.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbOpenProject.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbOpenProject.Image")));
     this.tsbOpenProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbOpenProject.Name = "tsbOpenProject";
     this.tsbOpenProject.Size = new System.Drawing.Size(23, 22);
     this.tsbOpenProject.Text = "&Open Project";
     //
     // tsbSaveProject
     //
     this.tsbSaveProject.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSaveProject.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbSaveProject.Image")));
     this.tsbSaveProject.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSaveProject.Name = "tsbSaveProject";
     this.tsbSaveProject.Size = new System.Drawing.Size(23, 22);
     this.tsbSaveProject.Text = "&Save Project";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // tsbRemoveFile
     //
     this.tsbRemoveFile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbRemoveFile.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbRemoveFile.Image")));
     this.tsbRemoveFile.ImageTransparentColor = System.Drawing.Color.Black;
     this.tsbRemoveFile.Name = "tsbRemoveFile";
     this.tsbRemoveFile.Size = new System.Drawing.Size(23, 22);
     this.tsbRemoveFile.Text = "Remove File";
     //
     // tsbAddFileFolder
     //
     this.tsbAddFileFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAddFileFolder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbAddRtfFile,
         this.tsbAddFolder,
         this.toolStripMenuItem1,
         this.tsbAddExistingFile
     });
     this.tsbAddFileFolder.Image = ((System.Drawing.Image)(resources.GetObject("tsbAddFileFolder.Image")));
     this.tsbAddFileFolder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAddFileFolder.Name = "tsbAddFileFolder";
     this.tsbAddFileFolder.Size = new System.Drawing.Size(32, 22);
     this.tsbAddFileFolder.Text = "Add File/Folder";
     //
     // tsbAddRtfFile
     //
     this.tsbAddRtfFile.Name = "tsbAddRtfFile";
     this.tsbAddRtfFile.Size = new System.Drawing.Size(160, 22);
     this.tsbAddRtfFile.Text = "Add RTF File";
     //
     // tsbAddFolder
     //
     this.tsbAddFolder.Name = "tsbAddFolder";
     this.tsbAddFolder.Size = new System.Drawing.Size(160, 22);
     this.tsbAddFolder.Text = "Add Folder";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(157, 6);
     //
     // tsbAddExistingFile
     //
     this.tsbAddExistingFile.Name = "tsbAddExistingFile";
     this.tsbAddExistingFile.Size = new System.Drawing.Size(160, 22);
     this.tsbAddExistingFile.Text = "Add Existing File";
     //
     // tvwProject
     //
     this.tvwProject.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.tvwProject.ColumnSettings.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     this.tvwProject.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tvwProject.HideSelection         = false;
     this.tvwProject.ImageList             = this.TreeImageList;
     this.tvwProject.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.tvwProject.Location              = new System.Drawing.Point(0, 25);
     this.tvwProject.Name                  = "tvwProject";
     this.tvwProject.Size                  = new System.Drawing.Size(218, 357);
     this.tvwProject.TabIndex              = 23;
     //
     // TreeImageList
     //
     this.TreeImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("TreeImageList.ImageStream")));
     this.TreeImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.TreeImageList.Images.SetKeyName(0, "closedfolder.png");
     this.TreeImageList.Images.SetKeyName(1, "openfolder.png");
     this.TreeImageList.Images.SetKeyName(2, "delete.png");
     this.TreeImageList.Images.SetKeyName(3, "goldenkey.png");
     this.TreeImageList.Images.SetKeyName(4, "table.png");
     this.TreeImageList.Images.SetKeyName(5, "silverkey.png");
     this.TreeImageList.Images.SetKeyName(6, "screen.png");
     this.TreeImageList.Images.SetKeyName(7, "view.png");
     this.TreeImageList.Images.SetKeyName(8, "edit.png");
     this.TreeImageList.Images.SetKeyName(9, "search.png");
     this.TreeImageList.Images.SetKeyName(10, "bulb.png");
     this.TreeImageList.Images.SetKeyName(11, "23.png");
     this.TreeImageList.Images.SetKeyName(12, "image2.png");
     this.TreeImageList.Images.SetKeyName(13, "CSharp.png");
     this.TreeImageList.Images.SetKeyName(14, "folder.png");
     this.TreeImageList.Images.SetKeyName(15, "sql.png");
     this.TreeImageList.Images.SetKeyName(16, "vb.png");
     this.TreeImageList.Images.SetKeyName(17, "Database1.png");
     //
     // mdiManager
     //
     this.mdiManager.MdiParent   = this;
     this.mdiManager.SettingsKey = "MainForm.mdiManager";
     this.mdiManager.ViewStyle   = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     //
     // _MainForm_Toolbars_Dock_Area_Left
     //
     this._MainForm_Toolbars_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._MainForm_Toolbars_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._MainForm_Toolbars_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._MainForm_Toolbars_Dock_Area_Left.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._MainForm_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 8;
     this._MainForm_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 51);
     this._MainForm_Toolbars_Dock_Area_Left.Name            = "_MainForm_Toolbars_Dock_Area_Left";
     this._MainForm_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(8, 400);
     this._MainForm_Toolbars_Dock_Area_Left.ToolbarsManager = this.tbManager;
     //
     // _MainForm_Toolbars_Dock_Area_Right
     //
     this._MainForm_Toolbars_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._MainForm_Toolbars_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._MainForm_Toolbars_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._MainForm_Toolbars_Dock_Area_Right.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._MainForm_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 8;
     this._MainForm_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(642, 51);
     this._MainForm_Toolbars_Dock_Area_Right.Name            = "_MainForm_Toolbars_Dock_Area_Right";
     this._MainForm_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(8, 400);
     this._MainForm_Toolbars_Dock_Area_Right.ToolbarsManager = this.tbManager;
     //
     // _MainForm_Toolbars_Dock_Area_Top
     //
     this._MainForm_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._MainForm_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._MainForm_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._MainForm_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._MainForm_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._MainForm_Toolbars_Dock_Area_Top.Name            = "_MainForm_Toolbars_Dock_Area_Top";
     this._MainForm_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(650, 51);
     this._MainForm_Toolbars_Dock_Area_Top.ToolbarsManager = this.tbManager;
     //
     // _MainForm_Toolbars_Dock_Area_Bottom
     //
     this._MainForm_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._MainForm_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._MainForm_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._MainForm_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._MainForm_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 451);
     this._MainForm_Toolbars_Dock_Area_Bottom.Name            = "_MainForm_Toolbars_Dock_Area_Bottom";
     this._MainForm_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(650, 0);
     this._MainForm_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.tbManager;
     //
     // dockManager
     //
     this.dockManager.CaptionButtonStyle        = Infragistics.Win.UIElementButtonStyle.Office2007RibbonButton;
     this.dockManager.CaptionStyle              = Infragistics.Win.UltraWinDock.CaptionStyle.Office2007;
     dockAreaPane1.ChildPaneStyle               = Infragistics.Win.UltraWinDock.ChildPaneStyle.TabGroup;
     dockableControlPane1.Control               = this.pFiles;
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(473, 180, 201, 337);
     appearance27.FontData.BoldAsString         = "False";
     dockableControlPane1.Settings.ActiveSlidingGroupAppearance = appearance27;
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     dockableControlPane1.Text = "Files";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(218, 400);
     this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.dockManager.DragIndicatorStyle = Infragistics.Win.UltraWinDock.DragIndicatorStyle.VisualStudio2008Vista;
     this.dockManager.DragWindowStyle    = Infragistics.Win.UltraWinDock.DragWindowStyle.OutlineWithIndicators;
     this.dockManager.HostControl        = this;
     this.dockManager.SettingsKey        = "MainForm.dockManager";
     this.dockManager.UnpinnedTabStyle   = Infragistics.Win.UltraWinTabs.TabStyle.Office2007Ribbon;
     this.dockManager.WindowStyle        = Infragistics.Win.UltraWinDock.WindowStyle.Office2007;
     //
     // MainFormUnpinnedTabAreaLeft
     //
     this.MainFormUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.MainFormUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormUnpinnedTabAreaLeft.Location = new System.Drawing.Point(8, 51);
     this.MainFormUnpinnedTabAreaLeft.Name     = "MainFormUnpinnedTabAreaLeft";
     this.MainFormUnpinnedTabAreaLeft.Owner    = this.dockManager;
     this.MainFormUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 400);
     this.MainFormUnpinnedTabAreaLeft.TabIndex = 12;
     //
     // MainFormUnpinnedTabAreaRight
     //
     this.MainFormUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.MainFormUnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormUnpinnedTabAreaRight.Location = new System.Drawing.Point(642, 51);
     this.MainFormUnpinnedTabAreaRight.Name     = "MainFormUnpinnedTabAreaRight";
     this.MainFormUnpinnedTabAreaRight.Owner    = this.dockManager;
     this.MainFormUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 400);
     this.MainFormUnpinnedTabAreaRight.TabIndex = 13;
     //
     // MainFormUnpinnedTabAreaTop
     //
     this.MainFormUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.MainFormUnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormUnpinnedTabAreaTop.Location = new System.Drawing.Point(8, 51);
     this.MainFormUnpinnedTabAreaTop.Name     = "MainFormUnpinnedTabAreaTop";
     this.MainFormUnpinnedTabAreaTop.Owner    = this.dockManager;
     this.MainFormUnpinnedTabAreaTop.Size     = new System.Drawing.Size(634, 0);
     this.MainFormUnpinnedTabAreaTop.TabIndex = 14;
     //
     // MainFormUnpinnedTabAreaBottom
     //
     this.MainFormUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.MainFormUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormUnpinnedTabAreaBottom.Location = new System.Drawing.Point(8, 451);
     this.MainFormUnpinnedTabAreaBottom.Name     = "MainFormUnpinnedTabAreaBottom";
     this.MainFormUnpinnedTabAreaBottom.Owner    = this.dockManager;
     this.MainFormUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(634, 0);
     this.MainFormUnpinnedTabAreaBottom.TabIndex = 15;
     //
     // MainFormAutoHideControl
     //
     this.MainFormAutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MainFormAutoHideControl.Location = new System.Drawing.Point(25, 156);
     this.MainFormAutoHideControl.Name     = "MainFormAutoHideControl";
     this.MainFormAutoHideControl.Owner    = this.dockManager;
     this.MainFormAutoHideControl.Size     = new System.Drawing.Size(100, 385);
     this.MainFormAutoHideControl.TabIndex = 16;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.windowDockingArea1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.windowDockingArea1.Location = new System.Drawing.Point(8, 51);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.dockManager;
     this.windowDockingArea1.Size     = new System.Drawing.Size(223, 400);
     this.windowDockingArea1.TabIndex = 17;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.pFiles);
     this.dockableWindow1.Location = new System.Drawing.Point(0, 0);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.dockManager;
     this.dockableWindow1.Size     = new System.Drawing.Size(218, 400);
     this.dockableWindow1.TabIndex = 31;
     //
     // sbMain
     //
     appearance11.BorderColor3DBase = System.Drawing.Color.Black;
     this.sbMain.Appearance         = appearance11;
     this.sbMain.Location           = new System.Drawing.Point(0, 451);
     this.sbMain.Name = "sbMain";
     ultraStatusPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.WindowsVista;
     ultraStatusPanel1.Key         = "pCaption";
     ultraStatusPanel1.Style       = Infragistics.Win.UltraWinStatusBar.PanelStyle.AutoStatusText;
     ultraStatusPanel1.Width       = 250;
     this.sbMain.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1
     });
     this.sbMain.Size      = new System.Drawing.Size(650, 23);
     this.sbMain.TabIndex  = 23;
     this.sbMain.Text      = "ultraStatusBar1";
     this.sbMain.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
     //
     // tbManager
     //
     this.tbManager.DesignerFlags                     = 0;
     this.tbManager.DockWithinContainer               = this;
     this.tbManager.DockWithinContainerBaseType       = typeof(System.Windows.Forms.Form);
     this.tbManager.FormDisplayStyle                  = Infragistics.Win.UltraWinToolbars.FormDisplayStyle.RoundedSizable;
     this.tbManager.ImageListSmall                    = this.TreeImageList;
     this.tbManager.Ribbon.ApplicationMenuButtonImage = ((System.Drawing.Image)(resources.GetObject("tbManager.Ribbon.ApplicationMenuButtonImage")));
     this.tbManager.Ribbon.Caption                    = "Novel8r";
     this.tbManager.Ribbon.Visible                    = true;
     this.tbManager.SettingsKey        = "MainForm.tbManager";
     this.tbManager.ShowFullMenusDelay = 500;
     ultraToolbar1.DockedColumn        = 0;
     ultraToolbar1.DockedRow           = 0;
     ultraToolbar1.Text = "MainToolbar";
     this.tbManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(650, 474);
     this.Controls.Add(this.MainFormAutoHideControl);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this.MainFormUnpinnedTabAreaTop);
     this.Controls.Add(this.MainFormUnpinnedTabAreaBottom);
     this.Controls.Add(this.MainFormUnpinnedTabAreaLeft);
     this.Controls.Add(this.MainFormUnpinnedTabAreaRight);
     this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.sbMain);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name           = "MainForm";
     this.Text           = "Novel8r";
     this.pFiles.ResumeLayout(false);
     this.pFiles.PerformLayout();
     this.tsFiles.ResumeLayout(false);
     this.tsFiles.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tvwProject)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdiManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbManager)).EndInit();
     this.ResumeLayout(false);
 }
예제 #30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar    ultraToolbar1    = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool   popupMenuTool1   = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Menu_System");
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool1 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Menu_Refresh", "");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool1      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_About");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool   popupMenuTool2   = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Menu_System");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool2      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_RunAdapters");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool3      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_StopAdapters");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool26     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_KillAdapters");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool4      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_ServerInfo");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool5      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool6      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_About");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool7      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_RunAdapters");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_StopAdapters");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_ServerInfo");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool10     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_Exit");
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool2 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Menu_Refresh", "");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Context_Grid");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_ServerInfo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_RunAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_StopAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_ShutdownAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_OMCList");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool16   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_CurrentLog");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool17   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_AllLog");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool18   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_Export");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool19   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_RunAdapter");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_StopAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_ShutdownAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_Export");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_CurrentLog");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_AllLog");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool25     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_OMCList");
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool4 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Menu_WatchDog", "");
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_KillAdapters");
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form_Main));
     this.Form1_Fill_Panel = new System.Windows.Forms.Panel();
     this.Grid_RunTimeInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.splitter1        = new System.Windows.Forms.Splitter();
     this.Group_Log        = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.Group_Log_Panel  = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.Grid_Log         = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.StatusBar        = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ToolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._Form1_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Form1_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.GridExcelExporter = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.saveFileDialog    = new System.Windows.Forms.SaveFileDialog();
     this.Form1_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid_RunTimeInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Group_Log)).BeginInit();
     this.Group_Log.SuspendLayout();
     this.Group_Log_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid_Log)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToolbarsManager)).BeginInit();
     this.SuspendLayout();
     //
     // Form1_Fill_Panel
     //
     this.Form1_Fill_Panel.Controls.Add(this.Grid_RunTimeInfo);
     this.Form1_Fill_Panel.Controls.Add(this.splitter1);
     this.Form1_Fill_Panel.Controls.Add(this.Group_Log);
     this.Form1_Fill_Panel.Controls.Add(this.StatusBar);
     this.Form1_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.Form1_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Form1_Fill_Panel.Location = new System.Drawing.Point(0, 25);
     this.Form1_Fill_Panel.Name     = "Form1_Fill_Panel";
     this.Form1_Fill_Panel.Size     = new System.Drawing.Size(641, 358);
     this.Form1_Fill_Panel.TabIndex = 0;
     //
     // Grid_RunTimeInfo
     //
     this.ToolbarsManager.SetContextMenuUltra(this.Grid_RunTimeInfo, "Context_Grid");
     appearance8.BackColor   = System.Drawing.SystemColors.Window;
     appearance8.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.Grid_RunTimeInfo.DisplayLayout.Appearance     = appearance8;
     this.Grid_RunTimeInfo.DisplayLayout.AutoFitStyle   = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
     this.Grid_RunTimeInfo.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.Grid_RunTimeInfo.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_RunTimeInfo.DisplayLayout.EmptyRowSettings.ShowEmptyRows = true;
     appearance9.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance9.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance9.BorderColor       = System.Drawing.SystemColors.Window;
     this.Grid_RunTimeInfo.DisplayLayout.GroupByBox.Appearance = appearance9;
     appearance10.ForeColor = System.Drawing.SystemColors.GrayText;
     this.Grid_RunTimeInfo.DisplayLayout.GroupByBox.BandLabelAppearance = appearance10;
     this.Grid_RunTimeInfo.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance11.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance11.BackColor2        = System.Drawing.SystemColors.Control;
     appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance11.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.Grid_RunTimeInfo.DisplayLayout.GroupByBox.PromptAppearance = appearance11;
     this.Grid_RunTimeInfo.DisplayLayout.MaxColScrollRegions         = 1;
     this.Grid_RunTimeInfo.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance12.BackColor = System.Drawing.SystemColors.Window;
     appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Grid_RunTimeInfo.DisplayLayout.Override.ActiveCellAppearance = appearance12;
     appearance13.BackColor = System.Drawing.SystemColors.Highlight;
     appearance13.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.Grid_RunTimeInfo.DisplayLayout.Override.ActiveRowAppearance = appearance13;
     this.Grid_RunTimeInfo.DisplayLayout.Override.AllowAddNew         = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.Grid_RunTimeInfo.DisplayLayout.Override.AllowDelete         = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_RunTimeInfo.DisplayLayout.Override.AllowUpdate         = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_RunTimeInfo.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.Grid_RunTimeInfo.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance14.BackColor = System.Drawing.SystemColors.Window;
     this.Grid_RunTimeInfo.DisplayLayout.Override.CardAreaAppearance = appearance14;
     appearance15.BorderColor  = System.Drawing.Color.Silver;
     appearance15.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.Grid_RunTimeInfo.DisplayLayout.Override.CellAppearance  = appearance15;
     this.Grid_RunTimeInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.Grid_RunTimeInfo.DisplayLayout.Override.CellPadding     = 0;
     appearance16.BackColor             = System.Drawing.SystemColors.Control;
     appearance16.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance16.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance16.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance16.BorderColor           = System.Drawing.SystemColors.Window;
     this.Grid_RunTimeInfo.DisplayLayout.Override.GroupByRowAppearance = appearance16;
     appearance17.TextHAlignAsString = "Left";
     this.Grid_RunTimeInfo.DisplayLayout.Override.HeaderAppearance  = appearance17;
     this.Grid_RunTimeInfo.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.Grid_RunTimeInfo.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance18.BackColor   = System.Drawing.SystemColors.Window;
     appearance18.BorderColor = System.Drawing.Color.Silver;
     this.Grid_RunTimeInfo.DisplayLayout.Override.RowAppearance = appearance18;
     this.Grid_RunTimeInfo.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance19.BackColor = System.Drawing.SystemColors.ControlLight;
     this.Grid_RunTimeInfo.DisplayLayout.Override.TemplateAddRowAppearance = appearance19;
     this.Grid_RunTimeInfo.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.Grid_RunTimeInfo.DisplayLayout.ScrollStyle  = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.Grid_RunTimeInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Grid_RunTimeInfo.Location = new System.Drawing.Point(0, 0);
     this.Grid_RunTimeInfo.Name     = "Grid_RunTimeInfo";
     this.Grid_RunTimeInfo.Size     = new System.Drawing.Size(641, 311);
     this.Grid_RunTimeInfo.TabIndex = 4;
     this.Grid_RunTimeInfo.Text     = "ultraGrid1";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 311);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(641, 3);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop  = false;
     //
     // Group_Log
     //
     this.Group_Log.Controls.Add(this.Group_Log_Panel);
     this.Group_Log.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.Group_Log.Expanded     = false;
     this.Group_Log.ExpandedSize = new System.Drawing.Size(641, 161);
     this.Group_Log.Location     = new System.Drawing.Point(0, 314);
     this.Group_Log.Name         = "Group_Log";
     this.Group_Log.Size         = new System.Drawing.Size(641, 21);
     this.Group_Log.TabIndex     = 2;
     this.Group_Log.Text         = "错误日志";
     //
     // Group_Log_Panel
     //
     this.Group_Log_Panel.Controls.Add(this.Grid_Log);
     this.Group_Log_Panel.Location = new System.Drawing.Point(-10000, -10000);
     this.Group_Log_Panel.Name     = "Group_Log_Panel";
     this.Group_Log_Panel.Size     = new System.Drawing.Size(200, 100);
     this.Group_Log_Panel.TabIndex = 0;
     this.Group_Log_Panel.Visible  = false;
     //
     // Grid_Log
     //
     appearance35.BackColor   = System.Drawing.SystemColors.Window;
     appearance35.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.Grid_Log.DisplayLayout.Appearance     = appearance35;
     this.Grid_Log.DisplayLayout.AutoFitStyle   = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
     this.Grid_Log.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance32.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance32.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance32.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance32.BorderColor       = System.Drawing.SystemColors.Window;
     this.Grid_Log.DisplayLayout.GroupByBox.Appearance = appearance32;
     appearance33.ForeColor = System.Drawing.SystemColors.GrayText;
     this.Grid_Log.DisplayLayout.GroupByBox.BandLabelAppearance = appearance33;
     this.Grid_Log.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     this.Grid_Log.DisplayLayout.GroupByBox.Hidden = true;
     appearance34.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance34.BackColor2        = System.Drawing.SystemColors.Control;
     appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance34.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.Grid_Log.DisplayLayout.GroupByBox.PromptAppearance = appearance34;
     this.Grid_Log.DisplayLayout.MaxColScrollRegions         = 1;
     this.Grid_Log.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance43.BackColor = System.Drawing.SystemColors.Window;
     appearance43.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Grid_Log.DisplayLayout.Override.ActiveCellAppearance = appearance43;
     appearance38.BackColor = System.Drawing.SystemColors.Highlight;
     appearance38.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.Grid_Log.DisplayLayout.Override.ActiveRowAppearance = appearance38;
     this.Grid_Log.DisplayLayout.Override.AllowAddNew         = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.Grid_Log.DisplayLayout.Override.AllowColMoving      = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
     this.Grid_Log.DisplayLayout.Override.AllowColSwapping    = Infragistics.Win.UltraWinGrid.AllowColSwapping.NotAllowed;
     this.Grid_Log.DisplayLayout.Override.AllowDelete         = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_Log.DisplayLayout.Override.AllowUpdate         = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_Log.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.Grid_Log.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance37.BackColor = System.Drawing.SystemColors.Window;
     this.Grid_Log.DisplayLayout.Override.CardAreaAppearance = appearance37;
     appearance36.BorderColor  = System.Drawing.Color.Silver;
     appearance36.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.Grid_Log.DisplayLayout.Override.CellAppearance  = appearance36;
     this.Grid_Log.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.Grid_Log.DisplayLayout.Override.CellPadding     = 0;
     appearance40.BackColor             = System.Drawing.SystemColors.Control;
     appearance40.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance40.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance40.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance40.BorderColor           = System.Drawing.SystemColors.Window;
     this.Grid_Log.DisplayLayout.Override.GroupByRowAppearance = appearance40;
     appearance42.TextHAlignAsString = "Left";
     this.Grid_Log.DisplayLayout.Override.HeaderAppearance = appearance42;
     this.Grid_Log.DisplayLayout.Override.HeaderStyle      = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance41.BackColor   = System.Drawing.SystemColors.Window;
     appearance41.BorderColor = System.Drawing.Color.Silver;
     this.Grid_Log.DisplayLayout.Override.RowAppearance = appearance41;
     this.Grid_Log.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_Log.DisplayLayout.Override.RowSizing     = Infragistics.Win.UltraWinGrid.RowSizing.AutoFree;
     appearance39.BackColor = System.Drawing.SystemColors.ControlLight;
     this.Grid_Log.DisplayLayout.Override.TemplateAddRowAppearance = appearance39;
     this.Grid_Log.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.Grid_Log.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.Grid_Log.DisplayLayout.ViewStyle     = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.Grid_Log.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.Grid_Log.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Grid_Log.Location = new System.Drawing.Point(0, 0);
     this.Grid_Log.Name     = "Grid_Log";
     this.Grid_Log.Size     = new System.Drawing.Size(200, 100);
     this.Grid_Log.TabIndex = 0;
     this.Grid_Log.Text     = "系统日志";
     //
     // StatusBar
     //
     this.StatusBar.Location         = new System.Drawing.Point(0, 335);
     this.StatusBar.Name             = "StatusBar";
     ultraStatusPanel1.SizingMode    = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel1.Text          = "综合服务系统监控平台 V3.0";
     ultraStatusPanel2.Key           = "Information";
     ultraStatusPanel2.SizingMode    = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Adjustable;
     ultraStatusPanel2.Width         = 206;
     ultraStatusPanel2.WrapText      = Infragistics.Win.DefaultableBoolean.False;
     appearance20.TextHAlignAsString = "Right";
     ultraStatusPanel3.Appearance    = appearance20;
     ultraStatusPanel3.SizingMode    = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel3.Text          = "天馈信息技术有限公司";
     this.StatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3
     });
     this.StatusBar.Size     = new System.Drawing.Size(641, 23);
     this.StatusBar.TabIndex = 0;
     //
     // _Form1_Toolbars_Dock_Area_Left
     //
     this._Form1_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._Form1_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._Form1_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 25);
     this._Form1_Toolbars_Dock_Area_Left.Name            = "_Form1_Toolbars_Dock_Area_Left";
     this._Form1_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 358);
     this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ToolbarsManager;
     //
     // ToolbarsManager
     //
     this.ToolbarsManager.DesignerFlags               = 1;
     this.ToolbarsManager.DockWithinContainer         = this;
     this.ToolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.ToolbarsManager.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ToolbarsManager.ShowFullMenusDelay          = 500;
     this.ToolbarsManager.ShowQuickCustomizeButton    = false;
     ultraToolbar1.DockedColumn               = 0;
     ultraToolbar1.DockedRow                  = 0;
     ultraToolbar1.FloatingLocation           = new System.Drawing.Point(218, 265);
     ultraToolbar1.FloatingSize               = new System.Drawing.Size(227, 20);
     ultraToolbar1.IsMainMenuBar              = true;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool1,
         stateButtonTool1,
         buttonTool1
     });
     ultraToolbar1.Text = "主菜单";
     this.ToolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     popupMenuTool2.SharedProps.Caption        = "系统(&S)";
     buttonTool26.InstanceProps.IsFirstInGroup = true;
     buttonTool4.InstanceProps.IsFirstInGroup  = true;
     buttonTool5.InstanceProps.IsFirstInGroup  = true;
     popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool2,
         buttonTool3,
         buttonTool26,
         buttonTool4,
         buttonTool5
     });
     buttonTool6.SharedProps.Caption      = "关于(&A)";
     buttonTool6.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
     buttonTool7.SharedProps.AppearancesSmall.Appearance = appearance1;
     buttonTool7.SharedProps.Caption = "启动所有采集(&R)";
     buttonTool8.SharedProps.Caption = "停止所有采集(&C)";
     appearance2.Image = ((object)(resources.GetObject("appearance2.Image")));
     buttonTool9.SharedProps.AppearancesSmall.Appearance = appearance2;
     buttonTool9.SharedProps.Caption  = "查看服务器状态(&I)";
     buttonTool10.SharedProps.Caption = "退出(&E)";
     appearance3.Image = ((object)(resources.GetObject("appearance3.Image")));
     stateButtonTool2.SharedProps.AppearancesSmall.Appearance = appearance3;
     stateButtonTool2.SharedProps.Caption      = "刷新";
     stateButtonTool2.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     popupMenuTool3.SharedProps.Caption        = "列表功能";
     popupMenuTool3.SharedProps.Category       = "grid_context";
     buttonTool12.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     buttonTool18.InstanceProps.IsFirstInGroup = true;
     popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool11,
         buttonTool12,
         buttonTool13,
         buttonTool14,
         buttonTool15,
         buttonTool16,
         buttonTool17,
         buttonTool18
     });
     appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
     buttonTool19.SharedProps.AppearancesSmall.Appearance = appearance4;
     buttonTool19.SharedProps.Caption  = "启动进程(&R)";
     buttonTool19.SharedProps.Category = "grid_context";
     buttonTool20.SharedProps.Caption  = "停止进程(&S)";
     buttonTool20.SharedProps.Category = "grid_context";
     buttonTool21.SharedProps.Caption  = "结束进程(&K)";
     buttonTool21.SharedProps.Category = "grid_context";
     appearance5.Image = ((object)(resources.GetObject("appearance5.Image")));
     buttonTool22.SharedProps.AppearancesSmall.Appearance = appearance5;
     buttonTool22.SharedProps.Caption  = "导出...(&X)";
     buttonTool22.SharedProps.Category = "grid_context";
     appearance6.Image = ((object)(resources.GetObject("appearance6.Image")));
     buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance6;
     buttonTool23.SharedProps.Caption  = "查看当前日志(&L)";
     buttonTool23.SharedProps.Category = "grid_context";
     appearance7.Image = ((object)(resources.GetObject("appearance7.Image")));
     buttonTool24.SharedProps.AppearancesSmall.Appearance = appearance7;
     buttonTool24.SharedProps.Caption  = "查看全部日志(&F)";
     buttonTool24.SharedProps.Category = "grid_context";
     buttonTool25.SharedProps.Caption  = "采集源清单(&M)";
     appearance31.Image = ((object)(resources.GetObject("appearance31.Image")));
     stateButtonTool4.SharedProps.AppearancesSmall.Appearance = appearance31;
     stateButtonTool4.SharedProps.Caption      = "WatchDog自动重启";
     stateButtonTool4.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool27.SharedProps.Caption          = "结束所有采集(&K)";
     this.ToolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool2,
         buttonTool6,
         buttonTool7,
         buttonTool8,
         buttonTool9,
         buttonTool10,
         stateButtonTool2,
         popupMenuTool3,
         buttonTool19,
         buttonTool20,
         buttonTool21,
         buttonTool22,
         buttonTool23,
         buttonTool24,
         buttonTool25,
         stateButtonTool4,
         buttonTool27
     });
     this.ToolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ToolbarsManager_ToolClick);
     //
     // _Form1_Toolbars_Dock_Area_Right
     //
     this._Form1_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._Form1_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._Form1_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(641, 25);
     this._Form1_Toolbars_Dock_Area_Right.Name            = "_Form1_Toolbars_Dock_Area_Right";
     this._Form1_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 358);
     this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ToolbarsManager;
     //
     // _Form1_Toolbars_Dock_Area_Top
     //
     this._Form1_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._Form1_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._Form1_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._Form1_Toolbars_Dock_Area_Top.Name            = "_Form1_Toolbars_Dock_Area_Top";
     this._Form1_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(641, 25);
     this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ToolbarsManager;
     //
     // _Form1_Toolbars_Dock_Area_Bottom
     //
     this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._Form1_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 383);
     this._Form1_Toolbars_Dock_Area_Bottom.Name            = "_Form1_Toolbars_Dock_Area_Bottom";
     this._Form1_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(641, 0);
     this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ToolbarsManager;
     //
     // Form_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(641, 383);
     this.Controls.Add(this.Form1_Fill_Panel);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location      = new System.Drawing.Point(50, 100);
     this.Name          = "Form_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "HGU自动激活监控平台";
     this.Form1_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid_RunTimeInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Group_Log)).EndInit();
     this.Group_Log.ResumeLayout(false);
     this.Group_Log_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid_Log)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToolbarsManager)).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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMainView));
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("logoff");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("UpdatePW");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("logoff");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("UpdatePW");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2  = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3  = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool2");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel6 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel7 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel8 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     this.imgForm                               = new System.Windows.Forms.ImageList(this.components);
     this.panelForm                             = new Infragistics.Win.Misc.UltraPanel();
     this.ClientArea_Fill_Panel                 = new Infragistics.Win.Misc.UltraPanel();
     this.ClientArea_Fill_Panel_1               = new Infragistics.Win.Misc.UltraPanel();
     this._ClientArea_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.toolbars                              = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._ClientArea_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.tabManager                            = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.statusBar                             = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.ultraRibbonCustomizationProvider1     = new Infragistics.Win.SupportDialogs.RibbonCustomizationProvider.UltraRibbonCustomizationProvider(this.components);
     this.timerAuthorization                    = new System.Windows.Forms.Timer(this.components);
     this.panelForm.ClientArea.SuspendLayout();
     this.panelForm.SuspendLayout();
     this.ClientArea_Fill_Panel.ClientArea.SuspendLayout();
     this.ClientArea_Fill_Panel.SuspendLayout();
     this.ClientArea_Fill_Panel_1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toolbars)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBar)).BeginInit();
     this.SuspendLayout();
     //
     // imgForm
     //
     this.imgForm.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgForm.ImageStream")));
     this.imgForm.TransparentColor = System.Drawing.Color.Transparent;
     this.imgForm.Images.SetKeyName(0, "AccountPayableBillManager.png");
     this.imgForm.Images.SetKeyName(1, "AccountReceivableBillManager.png");
     this.imgForm.Images.SetKeyName(2, "PayBillManager.png");
     this.imgForm.Images.SetKeyName(3, "ReceiptBillManager.png");
     this.imgForm.Images.SetKeyName(4, "AutoPartsArchiveManager.png");
     this.imgForm.Images.SetKeyName(5, "AutoPartsNameManager.png");
     this.imgForm.Images.SetKeyName(6, "AutoPartsTypeManager.png");
     this.imgForm.Images.SetKeyName(7, "CodeTableManager.png");
     this.imgForm.Images.SetKeyName(8, "VehicleBrandInspireSummaManager.png");
     this.imgForm.Images.SetKeyName(9, "VehicleModelMatchAutoPartsManager.png");
     this.imgForm.Images.SetKeyName(10, "AutoFactoryCustomerManager.png");
     this.imgForm.Images.SetKeyName(11, "GeneralCustomerManager.png");
     this.imgForm.Images.SetKeyName(12, "InventoryQuery.png");
     this.imgForm.Images.SetKeyName(13, "PurchaseForecastOrderQuery.png");
     this.imgForm.Images.SetKeyName(14, "PurchaseOrderManager.png");
     this.imgForm.Images.SetKeyName(15, "PurchaseReturnManager.png");
     this.imgForm.Images.SetKeyName(16, "StockInBillManager.png");
     this.imgForm.Images.SetKeyName(17, "StockOutBillManager.png");
     this.imgForm.Images.SetKeyName(18, "StocktakingTaskManager.png");
     this.imgForm.Images.SetKeyName(19, "SupplierManager.png");
     this.imgForm.Images.SetKeyName(20, "TransferBillManager.png");
     this.imgForm.Images.SetKeyName(21, "WarehouseManager.png");
     this.imgForm.Images.SetKeyName(22, "BusinessReport.png");
     this.imgForm.Images.SetKeyName(23, "InventoryReport.png");
     this.imgForm.Images.SetKeyName(24, "OrgAndCustomerAmountTransReport.png");
     this.imgForm.Images.SetKeyName(25, "OrgAndOrgAmountTransReport.png");
     this.imgForm.Images.SetKeyName(26, "OrgAndSupplierAmountTransReport.png");
     this.imgForm.Images.SetKeyName(27, "PIOSReport.png");
     this.imgForm.Images.SetKeyName(28, "SalesPerformanceReport.png");
     this.imgForm.Images.SetKeyName(29, "SalesReport.png");
     this.imgForm.Images.SetKeyName(30, "StockInReport.png");
     this.imgForm.Images.SetKeyName(31, "StockOutReport.png");
     this.imgForm.Images.SetKeyName(32, "VehicleDistributionReport.png");
     this.imgForm.Images.SetKeyName(33, "WcUserManager.png");
     this.imgForm.Images.SetKeyName(34, "BatchJobManage.png");
     this.imgForm.Images.SetKeyName(35, "MerchantAuthorityQuery.png");
     this.imgForm.Images.SetKeyName(36, "OrganizationManager.png");
     this.imgForm.Images.SetKeyName(37, "UserManager.png");
     this.imgForm.Images.SetKeyName(38, "UserMenuManager.png");
     this.imgForm.Images.SetKeyName(39, "LogisticsBillManager.png");
     this.imgForm.Images.SetKeyName(40, "ProactiveSalesManager.png");
     this.imgForm.Images.SetKeyName(41, "SalesForecastOrderQuery.png");
     this.imgForm.Images.SetKeyName(42, "SalesOrderManager.png");
     this.imgForm.Images.SetKeyName(43, "SalesReturnOrderManager.png");
     this.imgForm.Images.SetKeyName(44, "SalesTemplateManager.png");
     this.imgForm.Images.SetKeyName(45, "AFOrgVehicleBrandInspireQuery.png");
     this.imgForm.Images.SetKeyName(46, "AutoFactoryInventoryQuery.png");
     this.imgForm.Images.SetKeyName(47, "ShareInventoryManager.png");
     this.imgForm.Images.SetKeyName(48, "WalletCreateAccount.png");
     this.imgForm.Images.SetKeyName(49, "WalletDepositMoney.png");
     this.imgForm.Images.SetKeyName(50, "WalletQueryAndOperate.png");
     this.imgForm.Images.SetKeyName(51, "WalletTransLogQuery.png");
     //
     // panelForm
     //
     appearance1.BackColor      = System.Drawing.Color.Transparent;
     appearance1.BackColor2     = System.Drawing.Color.Transparent;
     appearance1.BorderColor    = System.Drawing.Color.Transparent;
     appearance1.BorderColor2   = System.Drawing.Color.Transparent;
     this.panelForm.Appearance  = appearance1;
     this.panelForm.AutoSize    = true;
     this.panelForm.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     //
     // panelForm.ClientArea
     //
     this.panelForm.ClientArea.Controls.Add(this.ClientArea_Fill_Panel);
     this.panelForm.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.panelForm.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.panelForm.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.panelForm.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.panelForm.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelForm.Location = new System.Drawing.Point(2, 32);
     this.panelForm.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.panelForm.Name     = "panelForm";
     this.panelForm.Size     = new System.Drawing.Size(1020, 23);
     this.panelForm.TabIndex = 7;
     //
     // ClientArea_Fill_Panel
     //
     appearance2.BackColor    = System.Drawing.Color.Transparent;
     appearance2.BackColor2   = System.Drawing.Color.Transparent;
     appearance2.BorderColor  = System.Drawing.Color.Transparent;
     appearance2.BorderColor2 = System.Drawing.Color.Transparent;
     this.ClientArea_Fill_Panel.Appearance  = appearance2;
     this.ClientArea_Fill_Panel.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     //
     // ClientArea_Fill_Panel.ClientArea
     //
     this.ClientArea_Fill_Panel.ClientArea.Controls.Add(this.ClientArea_Fill_Panel_1);
     this.ClientArea_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.ClientArea_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel.Location = new System.Drawing.Point(0, 23);
     this.ClientArea_Fill_Panel.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.ClientArea_Fill_Panel.Name     = "ClientArea_Fill_Panel";
     this.ClientArea_Fill_Panel.Size     = new System.Drawing.Size(1020, 0);
     this.ClientArea_Fill_Panel.TabIndex = 0;
     //
     // ClientArea_Fill_Panel_1
     //
     appearance3.BackColor    = System.Drawing.Color.Transparent;
     appearance3.BackColor2   = System.Drawing.Color.Transparent;
     appearance3.BorderColor  = System.Drawing.Color.Transparent;
     appearance3.BorderColor2 = System.Drawing.Color.Transparent;
     this.ClientArea_Fill_Panel_1.Appearance  = appearance3;
     this.ClientArea_Fill_Panel_1.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ClientArea_Fill_Panel_1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.ClientArea_Fill_Panel_1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel_1.Location    = new System.Drawing.Point(0, 0);
     this.ClientArea_Fill_Panel_1.Margin      = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.ClientArea_Fill_Panel_1.Name        = "ClientArea_Fill_Panel_1";
     this.ClientArea_Fill_Panel_1.Size        = new System.Drawing.Size(1020, 0);
     this.ClientArea_Fill_Panel_1.TabIndex    = 0;
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 23);
     this._ClientArea_Toolbars_Dock_Area_Left.Margin          = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this._ClientArea_Toolbars_Dock_Area_Left.Name            = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbars;
     //
     // toolbars
     //
     this.toolbars.DesignerFlags             = 1;
     appearance4.BackColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     appearance4.BackGradientStyle           = Infragistics.Win.GradientStyle.None;
     this.toolbars.DockAreaAppearance        = appearance4;
     this.toolbars.DockWithinContainer       = this.panelForm.ClientArea;
     this.toolbars.Office2007UICompatibility = false;
     this.toolbars.Ribbon.ApplicationMenu.ToolAreaLeft.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool19,
         buttonTool24,
         buttonTool27
     });
     appearance5.BorderAlpha = Infragistics.Win.Alpha.Transparent;
     appearance5.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     this.toolbars.Ribbon.ApplicationMenu.ToolAreaLeft.Settings.Appearance = appearance5;
     appearance6.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     appearance6.ForeColor         = System.Drawing.Color.White;
     this.toolbars.Ribbon.ApplicationMenu.ToolAreaLeft.Settings.HotTrackAppearance = appearance6;
     this.toolbars.Ribbon.ApplicationMenu.ToolAreaRight.MaxWidth = 1;
     this.toolbars.Ribbon.ApplicationMenu.ToolAreaRight.MinWidth = 1;
     appearance7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.toolbars.Ribbon.ApplicationMenu.ToolAreaRight.Settings.Appearance = appearance7;
     appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(177)))), ((int)(((byte)(237)))));
     this.toolbars.Ribbon.FileMenuButtonAppearance   = appearance8;
     this.toolbars.Ribbon.GroupBorderStyle           = Infragistics.Win.UIElementBorderStyle.None;
     this.toolbars.Ribbon.QuickAccessToolbar.Visible = false;
     appearance9.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     appearance9.BackGradientStyle          = Infragistics.Win.GradientStyle.None;
     this.toolbars.Ribbon.TabAreaAppearance = appearance9;
     this.toolbars.Ribbon.Visible           = true;
     this.toolbars.ShowFullMenusDelay       = 1000;
     this.toolbars.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.ScenicRibbon;
     buttonTool30.SharedPropsInternal.Caption = "退出";
     buttonTool34.SharedPropsInternal.Caption = "切换用户";
     buttonTool35.SharedPropsInternal.Caption = "修改密码";
     buttonTool2.SharedPropsInternal.Caption  = "ButtonTool1";
     buttonTool3.SharedPropsInternal.Caption  = "ButtonTool2";
     this.toolbars.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool30,
         buttonTool34,
         buttonTool35,
         buttonTool2,
         buttonTool3
     });
     this.toolbars.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbars_ToolClick);
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(1020, 23);
     this._ClientArea_Toolbars_Dock_Area_Right.Margin          = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this._ClientArea_Toolbars_Dock_Area_Right.Name            = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbars;
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 23);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Margin          = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name            = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(1020, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbars;
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Margin          = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this._ClientArea_Toolbars_Dock_Area_Top.Name            = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(1020, 23);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbars;
     //
     // tabManager
     //
     this.tabManager.AllowHorizontalTabGroups = false;
     this.tabManager.AllowNestedTabGroups     = Infragistics.Win.DefaultableBoolean.False;
     this.tabManager.AllowVerticalTabGroups   = false;
     this.tabManager.AlphaBlendMode           = Infragistics.Win.AlphaBlendMode.Standard;
     appearance10.BackColor                                         = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     appearance10.BackGradientStyle                                 = Infragistics.Win.GradientStyle.None;
     appearance10.BorderColor                                       = System.Drawing.SystemColors.InactiveCaption;
     appearance10.ForeColor                                         = System.Drawing.Color.White;
     this.tabManager.Appearance                                     = appearance10;
     this.tabManager.BorderStyle                                    = Infragistics.Win.UltraWinTabbedMdi.MdiClientBorderStyle.None;
     this.tabManager.IsActiveTabGroupMaximized                      = true;
     this.tabManager.MdiParent                                      = this;
     this.tabManager.SettingsKey                                    = "SCAMain.tabManager";
     this.tabManager.SplitterBorderStyle                            = Infragistics.Win.UIElementBorderStyle.Rounded3;
     this.tabManager.TabGroupSettings.AllowDrop                     = Infragistics.Win.DefaultableBoolean.False;
     this.tabManager.TabGroupSettings.ButtonStyle                   = Infragistics.Win.UIElementButtonStyle.Office2010ScrollbarButton;
     appearance15.BackColor                                         = System.Drawing.Color.Transparent;
     appearance15.BackColor2                                        = System.Drawing.Color.Transparent;
     this.tabManager.TabGroupSettings.CloseButtonAppearance         = appearance15;
     this.tabManager.TabGroupSettings.CloseButtonLocation           = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
     appearance16.BackColor                                         = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(196)))), ((int)(((byte)(241)))));
     appearance16.BackColor2                                        = System.Drawing.Color.White;
     this.tabManager.TabGroupSettings.HotTrackCloseButtonAppearance = appearance16;
     this.tabManager.TabGroupSettings.MinTabWidth                   = 80;
     this.tabManager.TabGroupSettings.TabButtonStyle                = Infragistics.Win.UIElementButtonStyle.Windows8Button;
     this.tabManager.TabGroupSettings.TabHeight                     = 28;
     this.tabManager.TabGroupSettings.TabPadding                    = new System.Drawing.Size(1, 1);
     this.tabManager.TabGroupSettings.TabStyle                      = Infragistics.Win.UltraWinTabs.TabStyle.Office2010Ribbon;
     this.tabManager.TabGroupSettings.TextOrientation               = Infragistics.Win.UltraWinTabs.TextOrientation.Horizontal;
     this.tabManager.TabSettings.AllowClose                         = Infragistics.Win.DefaultableBoolean.True;
     this.tabManager.TabSettings.AllowDrag                          = Infragistics.Win.UltraWinTabbedMdi.MdiTabDragStyle.WithinGroup;
     this.tabManager.TabSettings.CloseButtonVisibility              = Infragistics.Win.UltraWinTabs.TabCloseButtonVisibility.WhenSelectedOrHotTracked;
     this.tabManager.TabSettings.DisplayFormIcon                    = Infragistics.Win.DefaultableBoolean.False;
     appearance17.BackColor                                         = System.Drawing.Color.White;
     appearance17.BackGradientStyle                                 = Infragistics.Win.GradientStyle.None;
     appearance17.ForeColor                                         = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     appearance17.TextHAlignAsString                                = "Center";
     appearance17.TextVAlignAsString                                = "Middle";
     this.tabManager.TabSettings.SelectedTabAppearance              = appearance17;
     this.tabManager.TabSettings.TabCloseAction                     = Infragistics.Win.UltraWinTabbedMdi.MdiTabCloseAction.Close;
     this.tabManager.TabSettings.TabWidth                           = 0;
     this.tabManager.ViewStyle                                      = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.tabManager.InitializeContextMenu                         += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.tabManager_InitializeContextMenu);
     this.tabManager.InitializeTab                                 += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.tabManager_InitializeTab);
     this.tabManager.TabClosing                                    += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.tabManager_TabClosing);
     //
     // statusBar
     //
     appearance11.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(157)))), ((int)(((byte)(232)))));
     appearance11.BackGradientStyle  = Infragistics.Win.GradientStyle.None;
     appearance11.ForeColor          = System.Drawing.Color.White;
     appearance11.TextHAlignAsString = "Center";
     this.statusBar.Appearance       = appearance11;
     this.statusBar.BorderStyle      = Infragistics.Win.UIElementBorderStyle.None;
     this.statusBar.BorderStylePanel = Infragistics.Win.UIElementBorderStyle.None;
     this.statusBar.Location         = new System.Drawing.Point(2, 744);
     this.statusBar.Margin           = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.statusBar.Name             = "statusBar";
     ultraStatusPanel1.BorderStyle   = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel1.Padding       = new System.Drawing.Size(10, 0);
     ultraStatusPanel1.SizingMode    = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     appearance12.Image                  = global::SkyCar.Coeus.Ult.Entrance.Properties.Resources.当前组织;
     ultraStatusPanel2.Appearance        = appearance12;
     ultraStatusPanel2.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel2.Key               = "lblOrgName";
     ultraStatusPanel2.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel2.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     ultraStatusPanel3.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel3.Key               = "OrgName";
     ultraStatusPanel3.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel3.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     ultraStatusPanel4.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel4.Padding           = new System.Drawing.Size(10, 0);
     ultraStatusPanel4.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel4.Text              = "  ";
     appearance13.Image                  = global::SkyCar.Coeus.Ult.Entrance.Properties.Resources.user;
     ultraStatusPanel5.Appearance        = appearance13;
     ultraStatusPanel5.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel5.Key               = "lblUserName";
     ultraStatusPanel5.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel5.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     ultraStatusPanel6.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel6.Key               = "UserName";
     ultraStatusPanel6.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel6.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     ultraStatusPanel7.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel7.Key               = "lblCopyRight";
     ultraStatusPanel7.MarqueeInfo.Delay = 2;
     ultraStatusPanel7.MinWidth          = 600;
     ultraStatusPanel7.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel7.Style             = Infragistics.Win.UltraWinStatusBar.PanelStyle.Marquee;
     ultraStatusPanel7.Text              = "Copyright © 2015-2016 无锡云车物联网科技有限公司. 保留所有权利.";
     ultraStatusPanel7.Width             = 800;
     ultraStatusPanel7.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     appearance14.TextHAlignAsString     = "Right";
     ultraStatusPanel8.Appearance        = appearance14;
     ultraStatusPanel8.BorderStyle       = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel8.Key               = "Version";
     ultraStatusPanel8.Padding           = new System.Drawing.Size(10, 0);
     ultraStatusPanel8.SizingMode        = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel8.Text              = "版本 3.1.60829.1";
     ultraStatusPanel8.Width             = 1000;
     ultraStatusPanel8.WrapText          = Infragistics.Win.DefaultableBoolean.False;
     this.statusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5,
         ultraStatusPanel6,
         ultraStatusPanel7,
         ultraStatusPanel8
     });
     this.statusBar.Size      = new System.Drawing.Size(1020, 34);
     this.statusBar.TabIndex  = 13;
     this.statusBar.Text      = "ultraStatusBar1";
     this.statusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2003;
     //
     // timerAuthorization
     //
     this.timerAuthorization.Enabled  = true;
     this.timerAuthorization.Interval = 6000;
     //
     // FrmMainView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(232)))), ((int)(((byte)(255)))));
     this.CapitionLogo        = ((System.Drawing.Image)(resources.GetObject("$this.CapitionLogo")));
     this.CaptionFont         = new System.Drawing.Font("Microsoft YaHei UI", 11F);
     this.CaptionForeColor    = System.Drawing.Color.White;
     this.CaptionHeight       = 32;
     this.ClientSize          = new System.Drawing.Size(1024, 780);
     this.ControlBoxSize      = new System.Drawing.Size(32, 32);
     this.Controls.Add(this.panelForm);
     this.Controls.Add(this.statusBar);
     this.Cursor         = System.Windows.Forms.Cursors.Default;
     this.Font           = new System.Drawing.Font("微软雅黑", 9F);
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.LogoSize       = new System.Drawing.Size(28, 28);
     this.Margin         = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.MinimumSize    = new System.Drawing.Size(1024, 768);
     this.Name           = "FrmMainView";
     this.Text           = "云汽配系统";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Activated     += new System.EventHandler(this.FrmMainView_Activated);
     this.Deactivate    += new System.EventHandler(this.FrmMainView_Deactivate);
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.SCAMain_FormClosing);
     this.Load          += new System.EventHandler(this.SCAMain_Load);
     this.SizeChanged   += new System.EventHandler(this.FrmMainView_SizeChanged);
     this.panelForm.ClientArea.ResumeLayout(false);
     this.panelForm.ResumeLayout(false);
     this.panelForm.PerformLayout();
     this.ClientArea_Fill_Panel.ClientArea.ResumeLayout(false);
     this.ClientArea_Fill_Panel.ResumeLayout(false);
     this.ClientArea_Fill_Panel_1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.toolbars)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.connectionStringsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fileSystemToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.emailAddressesToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraStatusBar1       = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.lblDate        = new Infragistics.Win.Misc.UltraLabel();
     this.dtApptDate     = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.lblLocation    = new Infragistics.Win.Misc.UltraLabel();
     this.cmbLocation    = new Infragistics.Win.UltraWinGrid.UltraCombo();
     this.cbLimitEnc     = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.lblLimitEnc    = new Infragistics.Win.Misc.UltraLabel();
     this.uneEncCount    = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
     this.lblEnc         = new Infragistics.Win.Misc.UltraLabel();
     this.cbSameProvider = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnCreate      = new Infragistics.Win.Misc.UltraButton();
     this.btnUnzip       = new Infragistics.Win.Misc.UltraButton();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtApptDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLocation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLimitEnc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneEncCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSameProvider)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(800, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.connectionStringsToolStripMenuItem,
         this.fileSystemToolStripMenuItem,
         this.emailAddressesToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // connectionStringsToolStripMenuItem
     //
     this.connectionStringsToolStripMenuItem.Name = "connectionStringsToolStripMenuItem";
     this.connectionStringsToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
     this.connectionStringsToolStripMenuItem.Text = "Connection Strings";
     //
     // fileSystemToolStripMenuItem
     //
     this.fileSystemToolStripMenuItem.Name = "fileSystemToolStripMenuItem";
     this.fileSystemToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
     this.fileSystemToolStripMenuItem.Text = "File System";
     //
     // emailAddressesToolStripMenuItem
     //
     this.emailAddressesToolStripMenuItem.Name = "emailAddressesToolStripMenuItem";
     this.emailAddressesToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
     this.emailAddressesToolStripMenuItem.Text = "Email Addresses";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // ultraStatusBar1
     //
     this.ultraStatusBar1.Location = new System.Drawing.Point(0, 252);
     this.ultraStatusBar1.Name     = "ultraStatusBar1";
     ultraStatusPanel1.Text        = "lblAppversion";
     ultraStatusPanel2.Text        = "lblDB";
     ultraStatusPanel3.Text        = "lblFVersion";
     this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3
     });
     this.ultraStatusBar1.Size     = new System.Drawing.Size(800, 23);
     this.ultraStatusBar1.TabIndex = 1;
     this.ultraStatusBar1.Text     = "ultraStatusBar1";
     //
     // lblDate
     //
     this.lblDate.Location = new System.Drawing.Point(22, 47);
     this.lblDate.Name     = "lblDate";
     this.lblDate.Size     = new System.Drawing.Size(62, 23);
     this.lblDate.TabIndex = 2;
     this.lblDate.Text     = "Appt Date";
     //
     // dtApptDate
     //
     this.dtApptDate.Location = new System.Drawing.Point(90, 43);
     this.dtApptDate.Name     = "dtApptDate";
     this.dtApptDate.Size     = new System.Drawing.Size(100, 21);
     this.dtApptDate.TabIndex = 3;
     //
     // lblLocation
     //
     this.lblLocation.Location = new System.Drawing.Point(22, 77);
     this.lblLocation.Name     = "lblLocation";
     this.lblLocation.Size     = new System.Drawing.Size(62, 23);
     this.lblLocation.TabIndex = 4;
     this.lblLocation.Text     = "Location";
     //
     // cmbLocation
     //
     appearance1.BackColor   = System.Drawing.SystemColors.Window;
     appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.cmbLocation.DisplayLayout.Appearance     = appearance1;
     this.cmbLocation.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.cmbLocation.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance2.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance2.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance2.BorderColor       = System.Drawing.SystemColors.Window;
     this.cmbLocation.DisplayLayout.GroupByBox.Appearance = appearance2;
     appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
     this.cmbLocation.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
     this.cmbLocation.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance4.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance4.BackColor2        = System.Drawing.SystemColors.Control;
     appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance4.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.cmbLocation.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
     this.cmbLocation.DisplayLayout.MaxColScrollRegions         = 1;
     this.cmbLocation.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance5.BackColor = System.Drawing.SystemColors.Window;
     appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cmbLocation.DisplayLayout.Override.ActiveCellAppearance = appearance5;
     appearance6.BackColor = System.Drawing.SystemColors.Highlight;
     appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.cmbLocation.DisplayLayout.Override.ActiveRowAppearance = appearance6;
     this.cmbLocation.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.cmbLocation.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance7.BackColor = System.Drawing.SystemColors.Window;
     this.cmbLocation.DisplayLayout.Override.CardAreaAppearance = appearance7;
     appearance8.BorderColor  = System.Drawing.Color.Silver;
     appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.cmbLocation.DisplayLayout.Override.CellAppearance  = appearance8;
     this.cmbLocation.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.cmbLocation.DisplayLayout.Override.CellPadding     = 0;
     appearance9.BackColor             = System.Drawing.SystemColors.Control;
     appearance9.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance9.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance9.BorderColor           = System.Drawing.SystemColors.Window;
     this.cmbLocation.DisplayLayout.Override.GroupByRowAppearance = appearance9;
     appearance10.TextHAlignAsString = "Left";
     this.cmbLocation.DisplayLayout.Override.HeaderAppearance  = appearance10;
     this.cmbLocation.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.cmbLocation.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance11.BackColor   = System.Drawing.SystemColors.Window;
     appearance11.BorderColor = System.Drawing.Color.Silver;
     this.cmbLocation.DisplayLayout.Override.RowAppearance = appearance11;
     this.cmbLocation.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
     this.cmbLocation.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
     this.cmbLocation.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.cmbLocation.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.cmbLocation.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.cmbLocation.Location = new System.Drawing.Point(90, 77);
     this.cmbLocation.Name     = "cmbLocation";
     this.cmbLocation.Size     = new System.Drawing.Size(407, 22);
     this.cmbLocation.TabIndex = 5;
     //
     // cbLimitEnc
     //
     this.cbLimitEnc.Location = new System.Drawing.Point(22, 120);
     this.cbLimitEnc.Name     = "cbLimitEnc";
     this.cbLimitEnc.Size     = new System.Drawing.Size(120, 20);
     this.cbLimitEnc.TabIndex = 6;
     this.cbLimitEnc.Text     = "Limit Encounters";
     //
     // lblLimitEnc
     //
     this.lblLimitEnc.Location = new System.Drawing.Point(129, 123);
     this.lblLimitEnc.Name     = "lblLimitEnc";
     this.lblLimitEnc.Size     = new System.Drawing.Size(163, 23);
     this.lblLimitEnc.TabIndex = 7;
     this.lblLimitEnc.Text     = "Only bring documents from last";
     //
     // uneEncCount
     //
     this.uneEncCount.Location = new System.Drawing.Point(291, 118);
     this.uneEncCount.Name     = "uneEncCount";
     this.uneEncCount.Size     = new System.Drawing.Size(44, 21);
     this.uneEncCount.TabIndex = 8;
     //
     // lblEnc
     //
     this.lblEnc.Location = new System.Drawing.Point(341, 122);
     this.lblEnc.Name     = "lblEnc";
     this.lblEnc.Size     = new System.Drawing.Size(66, 23);
     this.lblEnc.TabIndex = 9;
     this.lblEnc.Text     = "encounters";
     //
     // cbSameProvider
     //
     this.cbSameProvider.Location = new System.Drawing.Point(22, 147);
     this.cbSameProvider.Name     = "cbSameProvider";
     this.cbSameProvider.Size     = new System.Drawing.Size(621, 20);
     this.cbSameProvider.TabIndex = 10;
     this.cbSameProvider.Text     = "Get ONLY Documents whose rendering provider is the same as the rendering provider" +
                                    " on the upcoming appointment";
     //
     // btnCreate
     //
     this.btnCreate.Location = new System.Drawing.Point(22, 185);
     this.btnCreate.Name     = "btnCreate";
     this.btnCreate.Size     = new System.Drawing.Size(101, 23);
     this.btnCreate.TabIndex = 11;
     this.btnCreate.Text     = "Create Files";
     //
     // btnUnzip
     //
     this.btnUnzip.Location = new System.Drawing.Point(130, 185);
     this.btnUnzip.Name     = "btnUnzip";
     this.btnUnzip.Size     = new System.Drawing.Size(101, 23);
     this.btnUnzip.TabIndex = 12;
     this.btnUnzip.Text     = "Unzip Images";
     //
     // DR_Server
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 275);
     this.Controls.Add(this.btnUnzip);
     this.Controls.Add(this.btnCreate);
     this.Controls.Add(this.cbSameProvider);
     this.Controls.Add(this.lblEnc);
     this.Controls.Add(this.uneEncCount);
     this.Controls.Add(this.lblLimitEnc);
     this.Controls.Add(this.cbLimitEnc);
     this.Controls.Add(this.cmbLocation);
     this.Controls.Add(this.lblLocation);
     this.Controls.Add(this.dtApptDate);
     this.Controls.Add(this.lblDate);
     this.Controls.Add(this.ultraStatusBar1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "DR_Server";
     this.Text          = "DR_Server";
     this.Load         += new System.EventHandler(this.DR_Server_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtApptDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLocation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLimitEnc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uneEncCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSameProvider)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #33
-2
    /// <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();
      Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
      Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
      Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
      Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnToggleViewType");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool3 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnOutright", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool7 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnCurve", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool9 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnButterfly", "");
      Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnToggleViewType");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool4 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnUSD", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool5 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnEUR", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool6 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnOutright", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool8 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnCurve", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool10 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnButterfly", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool12 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnGBP", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool14 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnED", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool16 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnER", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool18 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnL_", "");
      Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool20 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("sbtnJPY", "");
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel6 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
      this.ultraTCBottomRight = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
      this.lcddResiduals = new SI.Controls.LineChartDataDisplay();
      this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
      this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
      this.multiRegressionCompare1 = new SI.Strategy.RatesSpreads.Display.MultiRegressionCompare();
      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
      this.profileManageDisplay1 = new SI.Strategy.RatesSpreads.Display.UserListManageDisplay();
      this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
      this.dateRangeSelect1 = new SI.Strategy.RatesSpreads.Display.DateRangeSelect();
      this.cmbAlwaysPlot = new SI.Controls.BoundComboBox();
      this.cbAlwaysDisplay = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
      this.lineChartDataDisplay1 = new SI.Controls.LineChartDataDisplay();
      this.lblChartTitle = new SI.Controls.Label();
      this.panelBottomRight = new SI.Controls.Panel();
      this.utBottomRight = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
      this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
      this._MainControl_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
      this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
      this._MainControl_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
      this._MainControl_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
      this._MainControl_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
      this.ultraStatusBar1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
      this.ultraPopupControlContainer1 = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
      this.timer1 = new System.Windows.Forms.Timer(this.components);
      this.ultraTCBottomRight.SuspendLayout();
      this.ultraTabPageControl2.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
      this.splitContainer1.Panel1.SuspendLayout();
      this.splitContainer1.Panel2.SuspendLayout();
      this.splitContainer1.SuspendLayout();
      this.tableLayoutPanel1.SuspendLayout();
      this.ultraPanel1.ClientArea.SuspendLayout();
      this.ultraPanel1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
      this.splitContainer2.Panel1.SuspendLayout();
      this.splitContainer2.Panel2.SuspendLayout();
      this.splitContainer2.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.cmbAlwaysPlot)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.cbAlwaysDisplay)).BeginInit();
      this.panelBottomRight.ClientArea.SuspendLayout();
      this.panelBottomRight.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.utBottomRight)).BeginInit();
      this.utBottomRight.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraTCBottomRight
      // 
      this.ultraTCBottomRight.Controls.Add(this.lcddResiduals);
      this.ultraTCBottomRight.Location = new System.Drawing.Point(1, 23);
      this.ultraTCBottomRight.Name = "ultraTCBottomRight";
      this.ultraTCBottomRight.Size = new System.Drawing.Size(615, 326);
      // 
      // lcddResiduals
      // 
      this.lcddResiduals.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.lcddResiduals.IsCandleChart = false;
      this.lcddResiduals.LineThickNess = 1;
      this.lcddResiduals.Location = new System.Drawing.Point(-1, 3);
      this.lcddResiduals.Name = "lcddResiduals";
      this.lcddResiduals.Size = new System.Drawing.Size(613, 320);
      this.lcddResiduals.TabIndex = 2;
      // 
      // ultraTabPageControl1
      // 
      this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
      this.ultraTabPageControl1.Name = "ultraTabPageControl1";
      this.ultraTabPageControl1.Size = new System.Drawing.Size(615, 311);
      // 
      // ultraTabPageControl2
      // 
      this.ultraTabPageControl2.Controls.Add(this.multiRegressionCompare1);
      this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
      this.ultraTabPageControl2.Name = "ultraTabPageControl2";
      this.ultraTabPageControl2.Size = new System.Drawing.Size(615, 311);
      // 
      // multiRegressionCompare1
      // 
      this.multiRegressionCompare1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.multiRegressionCompare1.Location = new System.Drawing.Point(0, 0);
      this.multiRegressionCompare1.Name = "multiRegressionCompare1";
      this.multiRegressionCompare1.Size = new System.Drawing.Size(615, 311);
      this.multiRegressionCompare1.TabIndex = 0;
      // 
      // splitContainer1
      // 
      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer1.Location = new System.Drawing.Point(27, 0);
      this.splitContainer1.Name = "splitContainer1";
      // 
      // splitContainer1.Panel1
      // 
      this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
      // 
      // splitContainer1.Panel2
      // 
      this.splitContainer1.Panel2.Controls.Add(this.ultraPanel1);
      this.splitContainer1.Size = new System.Drawing.Size(1468, 695);
      this.splitContainer1.SplitterDistance = 845;
      this.splitContainer1.TabIndex = 0;
      // 
      // tableLayoutPanel1
      // 
      this.tableLayoutPanel1.ColumnCount = 1;
      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
      this.tableLayoutPanel1.Controls.Add(this.profileManageDisplay1, 0, 0);
      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.Absolute, 30F));
      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
      this.tableLayoutPanel1.Size = new System.Drawing.Size(845, 695);
      this.tableLayoutPanel1.TabIndex = 0;
      // 
      // profileManageDisplay1
      // 
      this.profileManageDisplay1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.profileManageDisplay1.Location = new System.Drawing.Point(3, 3);
      this.profileManageDisplay1.Name = "profileManageDisplay1";
      this.profileManageDisplay1.Size = new System.Drawing.Size(839, 24);
      this.profileManageDisplay1.TabIndex = 0;
      // 
      // ultraPanel1
      // 
      // 
      // ultraPanel1.ClientArea
      // 
      this.ultraPanel1.ClientArea.Controls.Add(this.splitContainer2);
      this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
      this.ultraPanel1.Name = "ultraPanel1";
      this.ultraPanel1.Size = new System.Drawing.Size(619, 695);
      this.ultraPanel1.TabIndex = 0;
      // 
      // splitContainer2
      // 
      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
      this.splitContainer2.Name = "splitContainer2";
      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // splitContainer2.Panel1
      // 
      this.splitContainer2.Panel1.Controls.Add(this.dateRangeSelect1);
      this.splitContainer2.Panel1.Controls.Add(this.cmbAlwaysPlot);
      this.splitContainer2.Panel1.Controls.Add(this.cbAlwaysDisplay);
      this.splitContainer2.Panel1.Controls.Add(this.lineChartDataDisplay1);
      this.splitContainer2.Panel1.Controls.Add(this.lblChartTitle);
      // 
      // splitContainer2.Panel2
      // 
      this.splitContainer2.Panel2.Controls.Add(this.panelBottomRight);
      this.splitContainer2.Size = new System.Drawing.Size(619, 695);
      this.splitContainer2.SplitterDistance = 294;
      this.splitContainer2.TabIndex = 0;
      // 
      // dateRangeSelect1
      // 
      this.dateRangeSelect1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.dateRangeSelect1.Location = new System.Drawing.Point(405, 3);
      this.dateRangeSelect1.Name = "dateRangeSelect1";
      this.dateRangeSelect1.Size = new System.Drawing.Size(208, 25);
      this.dateRangeSelect1.TabIndex = 4;
      // 
      // cmbAlwaysPlot
      // 
      this.cmbAlwaysPlot.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.cmbAlwaysPlot.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
      this.cmbAlwaysPlot.Location = new System.Drawing.Point(91, 250);
      this.cmbAlwaysPlot.Name = "cmbAlwaysPlot";
      this.cmbAlwaysPlot.Size = new System.Drawing.Size(144, 21);
      this.cmbAlwaysPlot.TabIndex = 3;
      // 
      // cbAlwaysDisplay
      // 
      this.cbAlwaysDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.cbAlwaysDisplay.Location = new System.Drawing.Point(4, 250);
      this.cbAlwaysDisplay.Name = "cbAlwaysDisplay";
      this.cbAlwaysDisplay.Size = new System.Drawing.Size(88, 20);
      this.cbAlwaysDisplay.TabIndex = 2;
      this.cbAlwaysDisplay.Text = "Always Plot";
      // 
      // lineChartDataDisplay1
      // 
      this.lineChartDataDisplay1.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.lineChartDataDisplay1.IsCandleChart = false;
      this.lineChartDataDisplay1.LineThickNess = 1;
      this.lineChartDataDisplay1.Location = new System.Drawing.Point(3, 29);
      this.lineChartDataDisplay1.Name = "lineChartDataDisplay1";
      this.lineChartDataDisplay1.Size = new System.Drawing.Size(613, 215);
      this.lineChartDataDisplay1.TabIndex = 1;
      // 
      // lblChartTitle
      // 
      this.lblChartTitle.AutoSize = true;
      this.lblChartTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
      this.lblChartTitle.Location = new System.Drawing.Point(3, 7);
      this.lblChartTitle.Name = "lblChartTitle";
      this.lblChartTitle.Size = new System.Drawing.Size(86, 17);
      this.lblChartTitle.TabIndex = 0;
      this.lblChartTitle.Text = "<Chart Title>";
      // 
      // panelBottomRight
      // 
      this.panelBottomRight.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)));
      // 
      // panelBottomRight.ClientArea
      // 
      this.panelBottomRight.ClientArea.Controls.Add(this.utBottomRight);
      this.panelBottomRight.Location = new System.Drawing.Point(0, 0);
      this.panelBottomRight.Name = "panelBottomRight";
      this.panelBottomRight.Size = new System.Drawing.Size(619, 352);
      this.panelBottomRight.TabIndex = 2;
      // 
      // utBottomRight
      // 
      this.utBottomRight.Controls.Add(this.ultraTabSharedControlsPage1);
      this.utBottomRight.Controls.Add(this.ultraTabPageControl1);
      this.utBottomRight.Controls.Add(this.ultraTabPageControl2);
      this.utBottomRight.Controls.Add(this.ultraTCBottomRight);
      this.utBottomRight.Dock = System.Windows.Forms.DockStyle.Fill;
      this.utBottomRight.Location = new System.Drawing.Point(0, 0);
      this.utBottomRight.Name = "utBottomRight";
      this.utBottomRight.SharedControlsPage = this.ultraTabSharedControlsPage1;
      this.utBottomRight.Size = new System.Drawing.Size(619, 352);
      this.utBottomRight.TabIndex = 0;
      ultraTab1.TabPage = this.ultraTCBottomRight;
      ultraTab1.Text = "Residuals";
      ultraTab2.TabPage = this.ultraTabPageControl1;
      ultraTab2.Text = "Instrument comparison";
      ultraTab3.TabPage = this.ultraTabPageControl2;
      ultraTab3.Text = "<click on residual column>";
      this.utBottomRight.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2,
            ultraTab3});
      // 
      // ultraTabSharedControlsPage1
      // 
      this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
      this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
      this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(615, 326);
      // 
      // _MainControl_Toolbars_Dock_Area_Left
      // 
      this._MainControl_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
      this._MainControl_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
      this._MainControl_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
      this._MainControl_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
      this._MainControl_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 0);
      this._MainControl_Toolbars_Dock_Area_Left.Name = "_MainControl_Toolbars_Dock_Area_Left";
      this._MainControl_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(27, 695);
      this._MainControl_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
      // 
      // ultraToolbarsManager1
      // 
      this.ultraToolbarsManager1.DesignerFlags = 1;
      this.ultraToolbarsManager1.DockWithinContainer = this;
      this.ultraToolbarsManager1.LockToolbars = true;
      ultraToolbar1.DockedColumn = 0;
      ultraToolbar1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
      ultraToolbar1.DockedRow = 0;
      stateButtonTool3.Checked = true;
      stateButtonTool7.Checked = true;
      stateButtonTool9.Checked = true;
      ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            stateButtonTool3,
            stateButtonTool7,
            stateButtonTool9});
      ultraToolbar1.Text = "UltraToolbar1";
      this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
      this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
      buttonTool2.SharedPropsInternal.Caption = "Toggle View Type";
      stateButtonTool4.Checked = true;
      stateButtonTool4.SharedPropsInternal.Caption = "Show/Hide USD";
      stateButtonTool5.Checked = true;
      stateButtonTool5.SharedPropsInternal.Caption = "Show/Hide EUR";
      stateButtonTool6.Checked = true;
      stateButtonTool6.SharedPropsInternal.Caption = "Show/Hide CMTOutrights";
      stateButtonTool8.Checked = true;
      stateButtonTool8.SharedPropsInternal.Caption = "Show/Hide IntraCountryCurves";
      stateButtonTool10.Checked = true;
      stateButtonTool10.SharedPropsInternal.Caption = "Show/Hide IntraCountryButterflies";
      stateButtonTool12.Checked = true;
      stateButtonTool12.SharedPropsInternal.Caption = "Show / Hide GBP";
      stateButtonTool14.Checked = true;
      stateButtonTool14.SharedPropsInternal.Caption = "Show/ Hide EuroDollar";
      stateButtonTool16.Checked = true;
      stateButtonTool16.SharedPropsInternal.Caption = "Show / Hide ER futures";
      stateButtonTool18.Checked = true;
      stateButtonTool18.SharedPropsInternal.Caption = "Show / Hide £ futures";
      stateButtonTool20.Checked = true;
      stateButtonTool20.SharedPropsInternal.Caption = "Show/Hide JPY";
      this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2,
            stateButtonTool4,
            stateButtonTool5,
            stateButtonTool6,
            stateButtonTool8,
            stateButtonTool10,
            stateButtonTool12,
            stateButtonTool14,
            stateButtonTool16,
            stateButtonTool18,
            stateButtonTool20});
      this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
      // 
      // _MainControl_Toolbars_Dock_Area_Right
      // 
      this._MainControl_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
      this._MainControl_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
      this._MainControl_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
      this._MainControl_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
      this._MainControl_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1495, 0);
      this._MainControl_Toolbars_Dock_Area_Right.Name = "_MainControl_Toolbars_Dock_Area_Right";
      this._MainControl_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 695);
      this._MainControl_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
      // 
      // _MainControl_Toolbars_Dock_Area_Top
      // 
      this._MainControl_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
      this._MainControl_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
      this._MainControl_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
      this._MainControl_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
      this._MainControl_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
      this._MainControl_Toolbars_Dock_Area_Top.Name = "_MainControl_Toolbars_Dock_Area_Top";
      this._MainControl_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1495, 0);
      this._MainControl_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
      // 
      // _MainControl_Toolbars_Dock_Area_Bottom
      // 
      this._MainControl_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
      this._MainControl_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
      this._MainControl_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
      this._MainControl_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
      this._MainControl_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 695);
      this._MainControl_Toolbars_Dock_Area_Bottom.Name = "_MainControl_Toolbars_Dock_Area_Bottom";
      this._MainControl_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1495, 0);
      this._MainControl_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
      // 
      // ultraStatusBar1
      // 
      this.ultraStatusBar1.Location = new System.Drawing.Point(0, 695);
      this.ultraStatusBar1.Name = "ultraStatusBar1";
      ultraStatusPanel1.Key = "BTN_REG";
      ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
      ultraStatusPanel1.Text = "Reg";
      ultraStatusPanel1.ToolTipText = "Regression Settings";
      ultraStatusPanel2.Key = "BTN_STAT";
      ultraStatusPanel2.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel2.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
      ultraStatusPanel2.Text = "Stat";
      ultraStatusPanel2.ToolTipText = "Overall Statistic Settings";
      ultraStatusPanel3.Key = "BTN_NEWPRODUCT";
      ultraStatusPanel3.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel3.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
      ultraStatusPanel3.Text = "Add Structure";
      ultraStatusPanel4.Key = "BTN_SEASONALITY";
      ultraStatusPanel4.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel4.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
      ultraStatusPanel4.Text = "Seasonality";
      ultraStatusPanel5.Key = "TXT_STATUS";
      ultraStatusPanel5.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
      ultraStatusPanel6.Key = "BTN_RELOAD";
      ultraStatusPanel6.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
      ultraStatusPanel6.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
      ultraStatusPanel6.Text = "Reload";
      ultraStatusPanel6.ToolTipText = "Reload";
      this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4,
            ultraStatusPanel5,
            ultraStatusPanel6});
      this.ultraStatusBar1.Size = new System.Drawing.Size(1495, 23);
      this.ultraStatusBar1.TabIndex = 5;
      this.ultraStatusBar1.Text = "ultraStatusBar1";
      this.ultraStatusBar1.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.ultraStatusBar1_ButtonClick);
      // 
      // timer1
      // 
      this.timer1.Interval = 300;
      this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
      // 
      // MainControl
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.splitContainer1);
      this.Controls.Add(this._MainControl_Toolbars_Dock_Area_Left);
      this.Controls.Add(this._MainControl_Toolbars_Dock_Area_Right);
      this.Controls.Add(this._MainControl_Toolbars_Dock_Area_Bottom);
      this.Controls.Add(this.ultraStatusBar1);
      this.Controls.Add(this._MainControl_Toolbars_Dock_Area_Top);
      this.Name = "MainControl";
      this.Size = new System.Drawing.Size(1495, 718);
      this.ultraTCBottomRight.ResumeLayout(false);
      this.ultraTabPageControl2.ResumeLayout(false);
      this.splitContainer1.Panel1.ResumeLayout(false);
      this.splitContainer1.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
      this.splitContainer1.ResumeLayout(false);
      this.tableLayoutPanel1.ResumeLayout(false);
      this.ultraPanel1.ClientArea.ResumeLayout(false);
      this.ultraPanel1.ResumeLayout(false);
      this.splitContainer2.Panel1.ResumeLayout(false);
      this.splitContainer2.Panel1.PerformLayout();
      this.splitContainer2.Panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
      this.splitContainer2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.cmbAlwaysPlot)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.cbAlwaysDisplay)).EndInit();
      this.panelBottomRight.ClientArea.ResumeLayout(false);
      this.panelBottomRight.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.utBottomRight)).EndInit();
      this.utBottomRight.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.ultraStatusBar1)).EndInit();
      this.ResumeLayout(false);

    }