namespace ReportstoEmail { partial class ReportsControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem(); Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem(); this.radDock1 = new Telerik.WinControls.UI.Docking.RadDock(); this.toolWindow1 = new Telerik.WinControls.UI.Docking.ToolWindow(); this.prog = new Telerik.WinControls.UI.RadProgressBar(); this.lbwaitbar = new Telerik.WinControls.UI.RadLabel(); this.cbComputeAddress = new System.Windows.Forms.CheckBox(); this.lbMin = new Telerik.WinControls.UI.RadLabel(); this.ckSelectALL = new Telerik.WinControls.UI.RadCheckBox(); this.txIdle = new Telerik.WinControls.UI.RadTextBox(); this.lbIdle = new Telerik.WinControls.UI.RadLabel(); this.lbName = new Telerik.WinControls.UI.RadLabel(); this.btPrintReport = new Telerik.WinControls.UI.RadButton(); this.ckType = new Telerik.WinControls.UI.RadCheckBox(); this.chStatus = new Telerik.WinControls.UI.RadCheckBox(); this.chVehName = new Telerik.WinControls.UI.RadCheckBox(); this.dtTo = new Telerik.WinControls.UI.RadDateTimePicker(); this.dtFrom = new Telerik.WinControls.UI.RadDateTimePicker(); this.lbTo = new Telerik.WinControls.UI.RadLabel(); this.lbFrom = new Telerik.WinControls.UI.RadLabel(); this.ckDataFilter = new Telerik.WinControls.UI.RadCheckBox(); this.cbVehName = new Telerik.WinControls.UI.RadDropDownList(); this.cbStatus = new Telerik.WinControls.UI.RadDropDownList(); this.cbType = new Telerik.WinControls.UI.RadDropDownList(); this.cbVehNameFleet = new Safedispatch_4_0.RadMultiSelectDropDownList(); this.toolTabStrip1 = new Telerik.WinControls.UI.Docking.ToolTabStrip(); this.documentContainer1 = new Telerik.WinControls.UI.Docking.DocumentContainer(); this.documentTabStrip1 = new Telerik.WinControls.UI.Docking.DocumentTabStrip(); this.toolWindow2 = new Telerik.WinControls.UI.Docking.ToolWindow(); this.reportViewer1 = new Telerik.ReportViewer.WinForms.ReportViewer(); this.backDB = new System.ComponentModel.BackgroundWorker(); this.GisAddressWorker = new System.ComponentModel.BackgroundWorker(); ((System.ComponentModel.ISupportInitialize)(this.radDock1)).BeginInit(); this.radDock1.SuspendLayout(); this.toolWindow1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.prog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbwaitbar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbMin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckSelectALL)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txIdle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbIdle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btPrintReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chVehName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtTo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtFrom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbTo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbFrom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDataFilter)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbVehName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbVehNameFleet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.toolTabStrip1)).BeginInit(); this.toolTabStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.documentContainer1)).BeginInit(); this.documentContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.documentTabStrip1)).BeginInit(); this.documentTabStrip1.SuspendLayout(); this.toolWindow2.SuspendLayout(); this.SuspendLayout(); // // radDock1 // this.radDock1.ActiveWindow = this.toolWindow1; this.radDock1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(254))))); this.radDock1.CausesValidation = false; this.radDock1.Controls.Add(this.toolTabStrip1); this.radDock1.Controls.Add(this.documentContainer1); this.radDock1.Dock = System.Windows.Forms.DockStyle.Fill; this.radDock1.IsCleanUpTarget = true; this.radDock1.Location = new System.Drawing.Point(0, 0); this.radDock1.MainDocumentContainer = this.documentContainer1; this.radDock1.Name = "radDock1"; this.radDock1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // // this.radDock1.RootElement.MinSize = new System.Drawing.Size(25, 25); this.radDock1.RootElement.Padding = new System.Windows.Forms.Padding(5); this.radDock1.Size = new System.Drawing.Size(782, 455); this.radDock1.TabIndex = 0; this.radDock1.TabStop = false; this.radDock1.Text = "radDock1"; // // toolWindow1 // this.toolWindow1.Caption = null; this.toolWindow1.Controls.Add(this.prog); this.toolWindow1.Controls.Add(this.lbwaitbar); this.toolWindow1.Controls.Add(this.cbComputeAddress); this.toolWindow1.Controls.Add(this.lbMin); this.toolWindow1.Controls.Add(this.ckSelectALL); this.toolWindow1.Controls.Add(this.txIdle); this.toolWindow1.Controls.Add(this.lbIdle); this.toolWindow1.Controls.Add(this.lbName); this.toolWindow1.Controls.Add(this.btPrintReport); this.toolWindow1.Controls.Add(this.ckType); this.toolWindow1.Controls.Add(this.chStatus); this.toolWindow1.Controls.Add(this.chVehName); this.toolWindow1.Controls.Add(this.dtTo); this.toolWindow1.Controls.Add(this.dtFrom); this.toolWindow1.Controls.Add(this.lbTo); this.toolWindow1.Controls.Add(this.lbFrom); this.toolWindow1.Controls.Add(this.ckDataFilter); this.toolWindow1.Controls.Add(this.cbVehName); this.toolWindow1.Controls.Add(this.cbStatus); this.toolWindow1.Controls.Add(this.cbType); this.toolWindow1.Controls.Add(this.cbVehNameFleet); this.toolWindow1.Location = new System.Drawing.Point(1, 24); this.toolWindow1.Name = "toolWindow1"; this.toolWindow1.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked; this.toolWindow1.Size = new System.Drawing.Size(770, 83); this.toolWindow1.Text = "toolWindow1"; // // prog // this.prog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.prog.Location = new System.Drawing.Point(11, 57); this.prog.Name = "prog"; this.prog.Size = new System.Drawing.Size(136, 23); this.prog.Step = 1; this.prog.TabIndex = 22; // // lbwaitbar // this.lbwaitbar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.lbwaitbar.Location = new System.Drawing.Point(10, 38); this.lbwaitbar.Name = "lbwaitbar"; this.lbwaitbar.Size = new System.Drawing.Size(118, 18); this.lbwaitbar.TabIndex = 21; this.lbwaitbar.Text = "Wait compute address"; // // cbComputeAddress // this.cbComputeAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.cbComputeAddress.AutoSize = true; this.cbComputeAddress.Location = new System.Drawing.Point(11, 50); this.cbComputeAddress.Name = "cbComputeAddress"; this.cbComputeAddress.Size = new System.Drawing.Size(117, 17); this.cbComputeAddress.TabIndex = 20; this.cbComputeAddress.Text = "Compute Address"; this.cbComputeAddress.UseVisualStyleBackColor = true; // // lbMin // this.lbMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.lbMin.Location = new System.Drawing.Point(605, 1); this.lbMin.Name = "lbMin"; this.lbMin.Size = new System.Drawing.Size(25, 18); this.lbMin.TabIndex = 15; this.lbMin.Text = "min"; // // ckSelectALL // this.ckSelectALL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.ckSelectALL.Location = new System.Drawing.Point(524, 0); this.ckSelectALL.Name = "ckSelectALL"; this.ckSelectALL.Size = new System.Drawing.Size(71, 18); this.ckSelectALL.TabIndex = 14; this.ckSelectALL.Text = "Select ALL"; this.ckSelectALL.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.ckSelectALL_ToggleStateChanged); // // txIdle // this.txIdle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.txIdle.Location = new System.Drawing.Point(564, 0); this.txIdle.Name = "txIdle"; this.txIdle.Size = new System.Drawing.Size(31, 20); this.txIdle.TabIndex = 12; this.txIdle.TabStop = false; // // lbIdle // this.lbIdle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.lbIdle.Location = new System.Drawing.Point(436, 15); this.lbIdle.Name = "lbIdle"; this.lbIdle.Size = new System.Drawing.Size(52, 18); this.lbIdle.TabIndex = 11; this.lbIdle.Text = "Idle time:"; // // lbName // this.lbName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.lbName.ForeColor = System.Drawing.Color.Black; this.lbName.Location = new System.Drawing.Point(245, 17); this.lbName.Name = "lbName"; this.lbName.Size = new System.Drawing.Size(60, 18); this.lbName.TabIndex = 10; this.lbName.Text = "Unit Name"; // // btPrintReport // this.btPrintReport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.btPrintReport.Location = new System.Drawing.Point(668, 14); this.btPrintReport.MaximumSize = new System.Drawing.Size(90, 53); this.btPrintReport.MinimumSize = new System.Drawing.Size(90, 53); this.btPrintReport.Name = "btPrintReport"; // // // this.btPrintReport.RootElement.MaxSize = new System.Drawing.Size(90, 53); this.btPrintReport.RootElement.MinSize = new System.Drawing.Size(90, 53); this.btPrintReport.Size = new System.Drawing.Size(90, 53); this.btPrintReport.TabIndex = 9; this.btPrintReport.Text = "Show Report"; this.btPrintReport.TextWrap = true; this.btPrintReport.Click += new System.EventHandler(this.btPrintReport_Click); // // ckType // this.ckType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.ckType.Location = new System.Drawing.Point(396, 47); this.ckType.Name = "ckType"; this.ckType.Size = new System.Drawing.Size(44, 18); this.ckType.TabIndex = 1; this.ckType.Text = "Type"; this.ckType.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.ckType_ToggleStateChanged); // // chStatus // this.chStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.chStatus.Location = new System.Drawing.Point(409, 47); this.chStatus.Name = "chStatus"; this.chStatus.Size = new System.Drawing.Size(51, 18); this.chStatus.TabIndex = 7; this.chStatus.Text = "Status"; this.chStatus.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.chStatus_ToggleStateChanged); // // chVehName // this.chVehName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.chVehName.Location = new System.Drawing.Point(32, 47); this.chVehName.Name = "chVehName"; this.chVehName.Size = new System.Drawing.Size(74, 18); this.chVehName.TabIndex = 5; this.chVehName.Text = "Unit Name"; this.chVehName.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.chVehName_ToggleStateChanged); // // dtTo // this.dtTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.dtTo.CustomFormat = "MM/dd/yyyy, HH:mm"; this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtTo.Location = new System.Drawing.Point(482, 14); this.dtTo.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0); this.dtTo.Name = "dtTo"; this.dtTo.NullDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0); this.dtTo.Size = new System.Drawing.Size(180, 20); this.dtTo.TabIndex = 4; this.dtTo.TabStop = false; this.dtTo.Text = "06/09/2010, 15:36"; this.dtTo.Value = new System.DateTime(2010, 6, 9, 15, 36, 25, 332); // // dtFrom // this.dtFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.dtFrom.CustomFormat = "MM/dd/yyyy, HH:mm"; this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtFrom.Location = new System.Drawing.Point(193, 14); this.dtFrom.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0); this.dtFrom.Name = "dtFrom"; this.dtFrom.NullDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0); this.dtFrom.Size = new System.Drawing.Size(185, 20); this.dtFrom.TabIndex = 3; this.dtFrom.TabStop = false; this.dtFrom.Text = "06/09/2010, 15:36"; this.dtFrom.Value = new System.DateTime(2010, 6, 9, 15, 36, 20, 640); // // lbTo // this.lbTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.lbTo.Location = new System.Drawing.Point(409, 14); this.lbTo.Name = "lbTo"; this.lbTo.Size = new System.Drawing.Size(21, 18); this.lbTo.TabIndex = 2; this.lbTo.Text = "To:"; // // lbFrom // this.lbFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.lbFrom.Location = new System.Drawing.Point(153, 14); this.lbFrom.Name = "lbFrom"; this.lbFrom.Size = new System.Drawing.Size(34, 18); this.lbFrom.TabIndex = 1; this.lbFrom.Text = "From:"; // // ckDataFilter // this.ckDataFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.ckDataFilter.Location = new System.Drawing.Point(32, 14); this.ckDataFilter.Name = "ckDataFilter"; this.ckDataFilter.Size = new System.Drawing.Size(106, 18); this.ckDataFilter.TabIndex = 0; this.ckDataFilter.Text = "Date / Time Filter"; this.ckDataFilter.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.ckDataFilter_ToggleStateChanged); // // cbVehName // this.cbVehName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.cbVehName.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear; this.cbVehName.DropDownAnimationFrames = 4; this.cbVehName.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; this.cbVehName.Location = new System.Drawing.Point(153, 47); this.cbVehName.Name = "cbVehName"; this.cbVehName.Size = new System.Drawing.Size(224, 20); this.cbVehName.TabIndex = 16; // // cbStatus // this.cbStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.cbStatus.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear; this.cbStatus.DropDownAnimationFrames = 4; this.cbStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; this.cbStatus.Location = new System.Drawing.Point(482, 47); this.cbStatus.Name = "cbStatus"; this.cbStatus.Size = new System.Drawing.Size(164, 20); this.cbStatus.TabIndex = 17; // // cbType // this.cbType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.cbType.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear; this.cbType.DropDownAnimationFrames = 4; this.cbType.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; radListDataItem1.Text = "OUT"; radListDataItem1.TextWrap = true; radListDataItem2.Text = "IN"; radListDataItem2.TextWrap = true; this.cbType.Items.Add(radListDataItem1); this.cbType.Items.Add(radListDataItem2); this.cbType.Location = new System.Drawing.Point(661, 47); this.cbType.Name = "cbType"; this.cbType.Size = new System.Drawing.Size(76, 20); this.cbType.TabIndex = 18; // // cbVehNameFleet // this.cbVehNameFleet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.cbVehNameFleet.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear; this.cbVehNameFleet.DropDownAnimationFrames = 4; this.cbVehNameFleet.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; this.cbVehNameFleet.Location = new System.Drawing.Point(11, 14); this.cbVehNameFleet.Name = "cbVehNameFleet"; this.cbVehNameFleet.Size = new System.Drawing.Size(173, 20); this.cbVehNameFleet.TabIndex = 19; // // toolTabStrip1 // this.toolTabStrip1.CanUpdateChildIndex = true; this.toolTabStrip1.CausesValidation = false; this.toolTabStrip1.Controls.Add(this.toolWindow1); this.toolTabStrip1.Location = new System.Drawing.Point(5, 5); this.toolTabStrip1.Name = "toolTabStrip1"; // // // this.toolTabStrip1.RootElement.MinSize = new System.Drawing.Size(25, 25); this.toolTabStrip1.SelectedIndex = 0; this.toolTabStrip1.Size = new System.Drawing.Size(772, 109); this.toolTabStrip1.SizeInfo.AbsoluteSize = new System.Drawing.Size(200, 109); this.toolTabStrip1.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, -91); this.toolTabStrip1.TabIndex = 1; this.toolTabStrip1.TabStop = false; // // documentContainer1 // this.documentContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(254))))); this.documentContainer1.Controls.Add(this.documentTabStrip1); this.documentContainer1.Name = "documentContainer1"; // // // this.documentContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25); this.documentContainer1.RootElement.Padding = new System.Windows.Forms.Padding(5); this.documentContainer1.SizeInfo.AbsoluteSize = new System.Drawing.Size(200, 343); this.documentContainer1.SizeInfo.SizeMode = Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Fill; this.documentContainer1.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, 91); this.documentContainer1.TabIndex = 2; // // documentTabStrip1 // this.documentTabStrip1.CanUpdateChildIndex = true; this.documentTabStrip1.Controls.Add(this.toolWindow2); this.documentTabStrip1.Location = new System.Drawing.Point(0, 0); this.documentTabStrip1.Name = "documentTabStrip1"; // // // this.documentTabStrip1.RootElement.MinSize = new System.Drawing.Size(25, 25); this.documentTabStrip1.SelectedIndex = 0; this.documentTabStrip1.Size = new System.Drawing.Size(772, 332); this.documentTabStrip1.TabIndex = 0; this.documentTabStrip1.TabStop = false; // // toolWindow2 // this.toolWindow2.Caption = null; this.toolWindow2.Controls.Add(this.reportViewer1); this.toolWindow2.Location = new System.Drawing.Point(6, 29); this.toolWindow2.Name = "toolWindow2"; this.toolWindow2.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked; this.toolWindow2.Size = new System.Drawing.Size(760, 297); this.toolWindow2.Text = "toolWindow2"; // // reportViewer1 // this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill; this.reportViewer1.Location = new System.Drawing.Point(0, 0); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.Size = new System.Drawing.Size(760, 297); this.reportViewer1.TabIndex = 0; this.reportViewer1.ViewMode = Telerik.ReportViewer.WinForms.ViewMode.PrintPreview; // // backDB // this.backDB.WorkerSupportsCancellation = true; this.backDB.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backDB_DoWork); this.backDB.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backDB_RunWorkerCompleted); // // GisAddressWorker // this.GisAddressWorker.WorkerSupportsCancellation = true; this.GisAddressWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.GisAddressWorker_DoWork); this.GisAddressWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.GisAddressWorker_RunWorkerCompleted); // // ReportsControl // this.Controls.Add(this.radDock1); this.Name = "ReportsControl"; this.Size = new System.Drawing.Size(782, 455); this.Load += new System.EventHandler(this.ReportsControl_Load); ((System.ComponentModel.ISupportInitialize)(this.radDock1)).EndInit(); this.radDock1.ResumeLayout(false); this.toolWindow1.ResumeLayout(false); this.toolWindow1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.prog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbwaitbar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbMin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckSelectALL)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txIdle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbIdle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btPrintReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chVehName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtTo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtFrom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbTo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbFrom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckDataFilter)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbVehName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbVehNameFleet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.toolTabStrip1)).EndInit(); this.toolTabStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.documentContainer1)).EndInit(); this.documentContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.documentTabStrip1)).EndInit(); this.documentTabStrip1.ResumeLayout(false); this.toolWindow2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Telerik.WinControls.UI.Docking.DocumentContainer documentContainer1; private Telerik.WinControls.UI.Docking.ToolTabStrip toolTabStrip1; private Telerik.WinControls.UI.Docking.DocumentTabStrip documentTabStrip1; private Telerik.WinControls.UI.Docking.ToolWindow toolWindow2; private Telerik.ReportViewer.WinForms.ReportViewer reportViewer1; private Telerik.WinControls.UI.RadButton btPrintReport; private Telerik.WinControls.UI.RadCheckBox chStatus; private Telerik.WinControls.UI.RadCheckBox chVehName; private Telerik.WinControls.UI.RadDateTimePicker dtTo; private Telerik.WinControls.UI.RadDateTimePicker dtFrom; private Telerik.WinControls.UI.RadLabel lbTo; private Telerik.WinControls.UI.RadLabel lbFrom; private Telerik.WinControls.UI.RadCheckBox ckDataFilter; private System.ComponentModel.BackgroundWorker backDB; private Telerik.WinControls.UI.RadCheckBox ckType; private Telerik.WinControls.UI.RadLabel lbName; private Telerik.WinControls.UI.RadTextBox txIdle; private Telerik.WinControls.UI.RadLabel lbIdle; private Telerik.WinControls.UI.RadCheckBox ckSelectALL; private Telerik.WinControls.UI.RadLabel lbMin; public Telerik.WinControls.UI.Docking.RadDock radDock1; public Telerik.WinControls.UI.Docking.ToolWindow toolWindow1; private Telerik.WinControls.UI.RadDropDownList cbVehName; private Telerik.WinControls.UI.RadDropDownList cbStatus; private Telerik.WinControls.UI.RadDropDownList cbType; private RadMultiSelectDropDownList cbVehNameFleet; private System.ComponentModel.BackgroundWorker GisAddressWorker; private System.Windows.Forms.CheckBox cbComputeAddress; private Telerik.WinControls.UI.RadProgressBar prog; private Telerik.WinControls.UI.RadLabel lbwaitbar; } }