/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Text");
            this.lvParts = new Telerik.WinControls.UI.RadListView();
            ((System.ComponentModel.ISupportInitialize)(this.lvParts)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // lvParts
            // 
            this.lvParts.AllowArbitraryItemHeight = true;
            this.lvParts.AllowArbitraryItemWidth = true;
            listViewDetailColumn1.HeaderText = "Text";
            this.lvParts.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1});
            this.lvParts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvParts.ItemSize = new System.Drawing.Size(200, 40);
            this.lvParts.ItemSpacing = 2;
            this.lvParts.Location = new System.Drawing.Point(0, 0);
            this.lvParts.Name = "lvParts";
            this.lvParts.Size = new System.Drawing.Size(663, 317);
            this.lvParts.TabIndex = 0;
            this.lvParts.Text = "radListView1";
            this.lvParts.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            this.lvParts.VisualItemFormatting += new Telerik.WinControls.UI.ListViewVisualItemEventHandler(this.lvParts_VisualItemFormatting);
            this.lvParts.CellFormatting += new Telerik.WinControls.UI.ListViewCellFormattingEventHandler(this.lvParts_CellFormatting);
            this.lvParts.CellCreating += new Telerik.WinControls.UI.ListViewCellElementCreatingEventHandler(this.lvParts_CellCreating);
            this.lvParts.Resize += new System.EventHandler(this.lvParts_Resize);
            ((Telerik.WinControls.UI.DetailListViewElement)(this.lvParts.GetChildAt(0).GetChildAt(0))).AllowArbitraryItemHeight = true;
            ((Telerik.WinControls.UI.DetailListViewElement)(this.lvParts.GetChildAt(0).GetChildAt(0))).AllowArbitraryItemWidth = true;
            ((Telerik.WinControls.UI.DetailListViewElement)(this.lvParts.GetChildAt(0).GetChildAt(0))).ItemSize = new System.Drawing.Size(200, 40);
            // 
            // VfPartsListView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(663, 317);
            this.Controls.Add(this.lvParts);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "VfPartsListView";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.Text = "VfPartsList";
            this.ThemeName = "ControlDefault";
            this.Load += new System.EventHandler(this.VfPartsListView_Load);
            ((System.ComponentModel.ISupportInitialize)(this.lvParts)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Номер");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Имя");
     this.FileListView = new Telerik.WinControls.UI.RadListView();
     ((System.ComponentModel.ISupportInitialize)(this.FileListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // FileListView
     //
     this.FileListView.AllowColumnReorder = false;
     this.FileListView.AllowColumnResize  = false;
     this.FileListView.AllowEdit          = false;
     this.FileListView.AllowRemove        = false;
     listViewDetailColumn1.HeaderText     = "Номер";
     listViewDetailColumn2.HeaderText     = "Имя";
     this.FileListView.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2
     });
     this.FileListView.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.FileListView.ItemSpacing           = -1;
     this.FileListView.Location              = new System.Drawing.Point(0, 0);
     this.FileListView.Name                  = "FileListView";
     this.FileListView.Size                  = new System.Drawing.Size(711, 288);
     this.FileListView.TabIndex              = 1;
     this.FileListView.ViewType              = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.FileListView.ItemMouseDoubleClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.FileListView_ItemMouseDoubleClick);
     //
     // OpenFileForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(711, 288);
     this.Controls.Add(this.FileListView);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "OpenFileForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Открыть файл";
     this.Load         += new System.EventHandler(this.OpenFileForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.FileListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "时间");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "进程名");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "消息");
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn   gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.TableViewDefinition     tableViewDefinition1   = new Telerik.WinControls.UI.TableViewDefinition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.lsvLog          = new Telerik.WinControls.UI.RadListView();
     this.btnCollect      = new Telerik.WinControls.UI.RadButton();
     this.txtTimeSpan     = new Telerik.WinControls.UI.RadTextBox();
     this.radClock1       = new Telerik.WinControls.UI.RadClock();
     this.chkAuto         = new Telerik.WinControls.UI.RadCheckBox();
     this.radLabel1       = new Telerik.WinControls.UI.RadLabel();
     this.radStatusStrip1 = new Telerik.WinControls.UI.RadStatusStrip();
     this.lblStatusInfo   = new Telerik.WinControls.UI.RadLabelElement();
     this.gvProcess       = new Telerik.WinControls.UI.RadGridView();
     this.btnCollectTop20 = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.lsvLog)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCollect)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeSpan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radClock1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAuto)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvProcess)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvProcess.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCollectTop20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // lsvLog
     //
     this.lsvLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     listViewDetailColumn1.HeaderText = "时间";
     listViewDetailColumn1.Width      = 120F;
     listViewDetailColumn2.HeaderText = "进程名";
     listViewDetailColumn2.Width      = 250F;
     listViewDetailColumn3.HeaderText = "消息";
     listViewDetailColumn3.Width      = 180F;
     this.lsvLog.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3
     });
     this.lsvLog.ItemSpacing = -1;
     this.lsvLog.Location    = new System.Drawing.Point(160, 315);
     this.lsvLog.Name        = "lsvLog";
     this.lsvLog.Size        = new System.Drawing.Size(580, 187);
     this.lsvLog.TabIndex    = 1;
     this.lsvLog.ViewType    = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // btnCollect
     //
     this.btnCollect.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCollect.Location = new System.Drawing.Point(590, 285);
     this.btnCollect.Name     = "btnCollect";
     this.btnCollect.Size     = new System.Drawing.Size(150, 24);
     this.btnCollect.TabIndex = 2;
     this.btnCollect.Text     = "释放指定进程内存";
     this.btnCollect.Click   += new System.EventHandler(this.btnCollect_Click);
     //
     // txtTimeSpan
     //
     this.txtTimeSpan.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtTimeSpan.Enabled       = false;
     this.txtTimeSpan.Location      = new System.Drawing.Point(86, 471);
     this.txtTimeSpan.Name          = "txtTimeSpan";
     this.txtTimeSpan.Size          = new System.Drawing.Size(45, 20);
     this.txtTimeSpan.TabIndex      = 3;
     this.txtTimeSpan.Text          = "10";
     this.txtTimeSpan.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtTimeSpan_TextChanging);
     //
     // radClock1
     //
     this.radClock1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.radClock1.Location = new System.Drawing.Point(12, 333);
     this.radClock1.Name     = "radClock1";
     this.radClock1.Size     = new System.Drawing.Size(134, 135);
     this.radClock1.TabIndex = 5;
     //
     // chkAuto
     //
     this.chkAuto.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkAuto.Location           = new System.Drawing.Point(21, 472);
     this.chkAuto.Name               = "chkAuto";
     this.chkAuto.Size               = new System.Drawing.Size(66, 18);
     this.chkAuto.TabIndex           = 6;
     this.chkAuto.Text               = "自动释放";
     this.chkAuto.CheckStateChanged += new System.EventHandler(this.chkAuto_CheckStateChanged);
     //
     // radLabel1
     //
     this.radLabel1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.radLabel1.Location = new System.Drawing.Point(128, 471);
     this.radLabel1.Name     = "radLabel1";
     this.radLabel1.Size     = new System.Drawing.Size(23, 18);
     this.radLabel1.TabIndex = 7;
     this.radLabel1.Text     = "(m)";
     //
     // radStatusStrip1
     //
     this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.lblStatusInfo
     });
     this.radStatusStrip1.Location = new System.Drawing.Point(0, 509);
     this.radStatusStrip1.Name     = "radStatusStrip1";
     this.radStatusStrip1.Size     = new System.Drawing.Size(752, 26);
     this.radStatusStrip1.TabIndex = 8;
     //
     // lblStatusInfo
     //
     this.lblStatusInfo.Name = "lblStatusInfo";
     this.radStatusStrip1.SetSpring(this.lblStatusInfo, false);
     this.lblStatusInfo.Text     = "            ";
     this.lblStatusInfo.TextWrap = true;
     //
     // gvProcess
     //
     this.gvProcess.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.gvProcess.Location = new System.Drawing.Point(12, 12);
     //
     //
     //
     this.gvProcess.MasterTemplate.AllowAddNewRow      = false;
     this.gvProcess.MasterTemplate.AllowDeleteRow      = false;
     this.gvProcess.MasterTemplate.AllowDragToGroup    = false;
     this.gvProcess.MasterTemplate.AllowEditRow        = false;
     this.gvProcess.MasterTemplate.AllowRowResize      = false;
     this.gvProcess.MasterTemplate.AutoGenerateColumns = false;
     this.gvProcess.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn1.FieldName  = "ID";
     gridViewTextBoxColumn1.HeaderText = "PID";
     gridViewTextBoxColumn1.Name       = "ID";
     gridViewTextBoxColumn1.Width      = 56;
     gridViewTextBoxColumn2.FieldName  = "ProcessName";
     gridViewTextBoxColumn2.HeaderText = "进程名称";
     gridViewTextBoxColumn2.Name       = "ProcessName";
     gridViewTextBoxColumn2.Width      = 169;
     gridViewTextBoxColumn3.FieldName  = "ProcessTitle";
     gridViewTextBoxColumn3.HeaderText = "进程标题";
     gridViewTextBoxColumn3.Name       = "ProcessTitle";
     gridViewTextBoxColumn3.Width      = 169;
     gridViewTextBoxColumn4.FieldName  = "FileName";
     gridViewTextBoxColumn4.HeaderText = "路径";
     gridViewTextBoxColumn4.Name       = "FileName";
     gridViewTextBoxColumn4.Width      = 226;
     gridViewTextBoxColumn5.FieldName  = "WorkingSet64";
     gridViewTextBoxColumn5.HeaderText = "内存占用";
     gridViewTextBoxColumn5.Name       = "WorkingSet64";
     gridViewTextBoxColumn5.Width      = 91;
     this.gvProcess.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewTextBoxColumn3,
         gridViewTextBoxColumn4,
         gridViewTextBoxColumn5
     });
     this.gvProcess.MasterTemplate.EnableGrouping = false;
     this.gvProcess.MasterTemplate.ViewDefinition = tableViewDefinition1;
     this.gvProcess.Name            = "gvProcess";
     this.gvProcess.ReadOnly        = true;
     this.gvProcess.ShowNoDataText  = false;
     this.gvProcess.Size            = new System.Drawing.Size(728, 267);
     this.gvProcess.TabIndex        = 0;
     this.gvProcess.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.gvProcess_CellFormatting);
     //
     // btnCollectTop20
     //
     this.btnCollectTop20.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCollectTop20.Location = new System.Drawing.Point(434, 285);
     this.btnCollectTop20.Name     = "btnCollectTop20";
     this.btnCollectTop20.Size     = new System.Drawing.Size(150, 24);
     this.btnCollectTop20.TabIndex = 9;
     this.btnCollectTop20.Text     = "释放前20进程内存";
     this.btnCollectTop20.Click   += new System.EventHandler(this.btnCollectTop20_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(752, 535);
     this.Controls.Add(this.btnCollectTop20);
     this.Controls.Add(this.gvProcess);
     this.Controls.Add(this.radStatusStrip1);
     this.Controls.Add(this.txtTimeSpan);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.chkAuto);
     this.Controls.Add(this.radClock1);
     this.Controls.Add(this.btnCollect);
     this.Controls.Add(this.lsvLog);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "内存释放工具";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lsvLog)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCollect)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeSpan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radClock1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAuto)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvProcess.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvProcess)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnCollectTop20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "ID");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Company");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Name");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Level");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 6", "Location");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 4", "Requirements");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn7 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 5", "Required Points");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn8 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Placement");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn9 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Name");
     this.crystalTheme1       = new Telerik.WinControls.Themes.CrystalTheme();
     this.tabViews            = new Telerik.WinControls.UI.RadPageView();
     this.apprenticeshipsPage = new Telerik.WinControls.UI.RadPageViewPage();
     this.apprenticeshipList  = new Telerik.WinControls.UI.RadListView();
     this.leaderboardPage     = new Telerik.WinControls.UI.RadPageViewPage();
     this.leaderboardList     = new Telerik.WinControls.UI.RadListView();
     this.materialTealTheme1  = new Telerik.WinControls.Themes.MaterialTealTheme();
     ((System.ComponentModel.ISupportInitialize)(this.tabViews)).BeginInit();
     this.tabViews.SuspendLayout();
     this.apprenticeshipsPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.apprenticeshipList)).BeginInit();
     this.leaderboardPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.leaderboardList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // tabViews
     //
     this.tabViews.Controls.Add(this.apprenticeshipsPage);
     this.tabViews.Controls.Add(this.leaderboardPage);
     this.tabViews.DefaultPage  = this.apprenticeshipsPage;
     this.tabViews.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.tabViews.Location     = new System.Drawing.Point(0, 0);
     this.tabViews.Name         = "tabViews";
     this.tabViews.SelectedPage = this.apprenticeshipsPage;
     this.tabViews.Size         = new System.Drawing.Size(1130, 471);
     this.tabViews.TabIndex     = 5;
     this.tabViews.ThemeName    = "MaterialTeal";
     this.tabViews.ViewMode     = Telerik.WinControls.UI.PageViewMode.NavigationView;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).DisplayMode                = Telerik.WinControls.UI.NavigationViewDisplayModes.Expanded;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).HeaderHeight               = 50;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).ExpandedPaneWidth          = 150;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).CollapsedPaneWidth         = 50;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).CompactModeThresholdWidth  = 50;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).ExpandedModeThresholdWidth = 100;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).ItemAlignment              = Telerik.WinControls.UI.StripViewItemAlignment.Near;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).ItemFitMode                = ((Telerik.WinControls.UI.StripViewItemFitMode)((Telerik.WinControls.UI.StripViewItemFitMode.Shrink | Telerik.WinControls.UI.StripViewItemFitMode.Fill)));
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.tabViews.GetChildAt(0))).ShowItemCloseButton        = false;
     //
     // apprenticeshipsPage
     //
     this.apprenticeshipsPage.Controls.Add(this.apprenticeshipList);
     this.apprenticeshipsPage.ItemSize = new System.Drawing.SizeF(22F, 22F);
     this.apprenticeshipsPage.Location = new System.Drawing.Point(51, 51);
     this.apprenticeshipsPage.Name     = "apprenticeshipsPage";
     this.apprenticeshipsPage.Size     = new System.Drawing.Size(1078, 419);
     this.apprenticeshipsPage.Text     = "Apprenticeships";
     //
     // apprenticeshipList
     //
     this.apprenticeshipList.AllowEdit   = false;
     this.apprenticeshipList.AllowRemove = false;
     listViewDetailColumn1.HeaderText    = "ID";
     listViewDetailColumn1.Width         = 30F;
     listViewDetailColumn2.HeaderText    = "Company";
     listViewDetailColumn2.Width         = 150F;
     listViewDetailColumn3.HeaderText    = "Name";
     listViewDetailColumn3.Width         = 150F;
     listViewDetailColumn4.HeaderText    = "Level";
     listViewDetailColumn4.Width         = 60F;
     listViewDetailColumn5.HeaderText    = "Location";
     listViewDetailColumn6.HeaderText    = "Requirements";
     listViewDetailColumn6.Width         = 250F;
     listViewDetailColumn7.HeaderText    = "Required Points";
     listViewDetailColumn7.Width         = 150F;
     this.apprenticeshipList.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4,
         listViewDetailColumn5,
         listViewDetailColumn6,
         listViewDetailColumn7
     });
     this.apprenticeshipList.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.apprenticeshipList.EnableColumnSort      = true;
     this.apprenticeshipList.EnableFiltering       = true;
     this.apprenticeshipList.EnableSorting         = true;
     this.apprenticeshipList.GroupItemSize         = new System.Drawing.Size(200, 28);
     this.apprenticeshipList.ItemSize              = new System.Drawing.Size(200, 28);
     this.apprenticeshipList.ItemSpacing           = -1;
     this.apprenticeshipList.KeyboardSearchEnabled = true;
     this.apprenticeshipList.Location              = new System.Drawing.Point(0, 0);
     this.apprenticeshipList.Name                  = "apprenticeshipList";
     this.apprenticeshipList.ShowGridLines         = true;
     this.apprenticeshipList.Size                  = new System.Drawing.Size(1078, 419);
     this.apprenticeshipList.TabIndex              = 2;
     this.apprenticeshipList.ThemeName             = "MaterialTeal";
     this.apprenticeshipList.ViewType              = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // leaderboardPage
     //
     this.leaderboardPage.Controls.Add(this.leaderboardList);
     this.leaderboardPage.ItemSize = new System.Drawing.SizeF(22F, 22F);
     this.leaderboardPage.Location = new System.Drawing.Point(123, 31);
     this.leaderboardPage.Name     = "leaderboardPage";
     this.leaderboardPage.Size     = new System.Drawing.Size(1002, 437);
     this.leaderboardPage.Text     = "Leaderboard";
     //
     // leaderboardList
     //
     listViewDetailColumn8.HeaderText = "Placement";
     listViewDetailColumn8.Width      = 150F;
     listViewDetailColumn9.HeaderText = "Name";
     listViewDetailColumn9.Width      = 600F;
     this.leaderboardList.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn8,
         listViewDetailColumn9
     });
     this.leaderboardList.GroupItemSize = new System.Drawing.Size(200, 28);
     this.leaderboardList.ItemSize      = new System.Drawing.Size(200, 28);
     this.leaderboardList.ItemSpacing   = -1;
     this.leaderboardList.Location      = new System.Drawing.Point(3, 3);
     this.leaderboardList.Name          = "leaderboardList";
     this.leaderboardList.Size          = new System.Drawing.Size(988, 423);
     this.leaderboardList.TabIndex      = 0;
     this.leaderboardList.ThemeName     = "MaterialTeal";
     this.leaderboardList.ViewType      = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // ApprenticeshipsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1130, 471);
     this.Controls.Add(this.tabViews);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "ApprenticeshipsForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon  = false;
     this.Text      = "";
     this.ThemeName = "MaterialTeal";
     ((System.ComponentModel.ISupportInitialize)(this.tabViews)).EndInit();
     this.tabViews.ResumeLayout(false);
     this.apprenticeshipsPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.apprenticeshipList)).EndInit();
     this.leaderboardPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.leaderboardList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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();
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Nro Administrativo");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Dia 1");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Dia 2");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn4  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Dia 3");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn5  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 4", "Dia 4");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn6  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 5", "Dia 5");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn7  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 6", "Dia 6");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn8  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 7", "Dia 7");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn9  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 8", "Dia 8");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn10 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 9", "Dia 9");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn11 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 10", "Dia 10");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn12 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 11", "Dia 11");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn13 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 12", "Dia 12");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn14 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 13", "Dia 13");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn15 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 14", "Dia 14");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn16 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 15", "Dia 15");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn17 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 16", "Dia 16");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn18 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 17", "Dia 17");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn19 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 18", "Dia 18");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn20 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 19", "Dia 19");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn21 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 20", "Dia 20");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn22 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 21", "Dia 21");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn23 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 22", "Dia 22");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn24 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 23", "Dia 23");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn25 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 24", "Dia 24");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn26 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 25", "Dia 25");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn27 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 26", "Dia 26");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn28 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 27", "Dia 27");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn29 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 28", "Dia 28");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn30 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 29", "Dia 29");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn31 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 30", "Dia 30");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn32 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 31", "Dia 31");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn33 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 32", "Mes");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn34 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 33", "Año");
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmListadoTurno));
     this.cmbEmpleado    = new Telerik.WinControls.UI.RadDropDownList();
     this.btnBuscar      = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl1  = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1  = new DevExpress.XtraEditors.GroupControl();
     this.lblCantidad    = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3  = new DevExpress.XtraEditors.LabelControl();
     this.cmbAnio        = new Telerik.WinControls.UI.RadDropDownList();
     this.labelControl2  = new DevExpress.XtraEditors.LabelControl();
     this.cmbMes         = new Telerik.WinControls.UI.RadDropDownList();
     this.btnProcesar    = new DevExpress.XtraEditors.SimpleButton();
     this.btnRefrescar   = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2  = new DevExpress.XtraEditors.GroupControl();
     this.lvTurno        = new Telerik.WinControls.UI.RadListView();
     this.imgLista       = new System.Windows.Forms.ImageList(this.components);
     this.ssmEspera      = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZKExtended.WaitForm1), true, true);
     this.windows8Theme1 = new Telerik.WinControls.Themes.Windows8Theme();
     this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEmpleado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbAnio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvTurno)).BeginInit();
     this.SuspendLayout();
     //
     // cmbEmpleado
     //
     this.cmbEmpleado.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.cmbEmpleado.Location      = new System.Drawing.Point(84, 24);
     this.cmbEmpleado.Name          = "cmbEmpleado";
     this.cmbEmpleado.Size          = new System.Drawing.Size(280, 21);
     this.cmbEmpleado.TabIndex      = 23;
     this.cmbEmpleado.ThemeName     = "VisualStudio2012Light";
     //
     // btnBuscar
     //
     this.btnBuscar.Location = new System.Drawing.Point(370, 24);
     this.btnBuscar.Name     = "btnBuscar";
     this.btnBuscar.Size     = new System.Drawing.Size(20, 20);
     this.btnBuscar.TabIndex = 22;
     this.btnBuscar.Text     = "...";
     this.btnBuscar.Click   += new System.EventHandler(this.btnBuscar_Click);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 27);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(53, 13);
     this.labelControl1.TabIndex = 21;
     this.labelControl1.Text     = "Empleado :";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.lblCantidad);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.cmbAnio);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.cmbMes);
     this.groupControl1.Controls.Add(this.btnProcesar);
     this.groupControl1.Controls.Add(this.btnRefrescar);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Controls.Add(this.cmbEmpleado);
     this.groupControl1.Controls.Add(this.btnBuscar);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(935, 77);
     this.groupControl1.TabIndex = 24;
     //
     // lblCantidad
     //
     this.lblCantidad.Location = new System.Drawing.Point(12, 59);
     this.lblCantidad.Name     = "lblCantidad";
     this.lblCantidad.Size     = new System.Drawing.Size(0, 13);
     this.lblCantidad.TabIndex = 35;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(768, 27);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(26, 13);
     this.labelControl3.TabIndex = 33;
     this.labelControl3.Text     = "Año :";
     //
     // cmbAnio
     //
     this.cmbAnio.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.cmbAnio.Location      = new System.Drawing.Point(802, 24);
     this.cmbAnio.Name          = "cmbAnio";
     this.cmbAnio.Size          = new System.Drawing.Size(110, 21);
     this.cmbAnio.TabIndex      = 32;
     this.cmbAnio.ThemeName     = "VisualStudio2012Light";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(602, 27);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(26, 13);
     this.labelControl2.TabIndex = 31;
     this.labelControl2.Text     = "Mes :";
     //
     // cmbMes
     //
     this.cmbMes.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.cmbMes.Location      = new System.Drawing.Point(641, 24);
     this.cmbMes.Name          = "cmbMes";
     this.cmbMes.Size          = new System.Drawing.Size(110, 21);
     this.cmbMes.TabIndex      = 30;
     this.cmbMes.ThemeName     = "VisualStudio2012Light";
     //
     // btnProcesar
     //
     this.btnProcesar.Location = new System.Drawing.Point(508, 24);
     this.btnProcesar.Name     = "btnProcesar";
     this.btnProcesar.Size     = new System.Drawing.Size(75, 23);
     this.btnProcesar.TabIndex = 29;
     this.btnProcesar.Text     = "Procesar";
     this.btnProcesar.Click   += new System.EventHandler(this.btnProcesar_Click);
     //
     // btnRefrescar
     //
     this.btnRefrescar.Location = new System.Drawing.Point(416, 24);
     this.btnRefrescar.Name     = "btnRefrescar";
     this.btnRefrescar.Size     = new System.Drawing.Size(75, 23);
     this.btnRefrescar.TabIndex = 28;
     this.btnRefrescar.Text     = "Refrescar";
     this.btnRefrescar.Click   += new System.EventHandler(this.btnRefrescar_Click);
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.lvTurno);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 77);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(935, 327);
     this.groupControl2.TabIndex = 25;
     //
     // lvTurno
     //
     this.lvTurno.AllowColumnResize    = false;
     this.lvTurno.AllowEdit            = false;
     this.lvTurno.AllowRemove          = false;
     listViewDetailColumn1.HeaderText  = "Nro Administrativo";
     listViewDetailColumn1.Width       = 120F;
     listViewDetailColumn2.HeaderText  = "Dia 1";
     listViewDetailColumn2.Width       = 50F;
     listViewDetailColumn3.HeaderText  = "Dia 2";
     listViewDetailColumn3.Width       = 50F;
     listViewDetailColumn4.HeaderText  = "Dia 3";
     listViewDetailColumn4.Width       = 50F;
     listViewDetailColumn5.HeaderText  = "Dia 4";
     listViewDetailColumn5.Width       = 50F;
     listViewDetailColumn6.HeaderText  = "Dia 5";
     listViewDetailColumn6.Width       = 50F;
     listViewDetailColumn7.HeaderText  = "Dia 6";
     listViewDetailColumn7.Width       = 50F;
     listViewDetailColumn8.HeaderText  = "Dia 7";
     listViewDetailColumn8.Width       = 50F;
     listViewDetailColumn9.HeaderText  = "Dia 8";
     listViewDetailColumn9.Width       = 50F;
     listViewDetailColumn10.HeaderText = "Dia 9";
     listViewDetailColumn10.Width      = 50F;
     listViewDetailColumn11.HeaderText = "Dia 10";
     listViewDetailColumn11.Width      = 50F;
     listViewDetailColumn12.HeaderText = "Dia 11";
     listViewDetailColumn12.Width      = 50F;
     listViewDetailColumn13.HeaderText = "Dia 12";
     listViewDetailColumn13.Width      = 50F;
     listViewDetailColumn14.HeaderText = "Dia 13";
     listViewDetailColumn14.Width      = 50F;
     listViewDetailColumn15.HeaderText = "Dia 14";
     listViewDetailColumn15.Width      = 50F;
     listViewDetailColumn16.HeaderText = "Dia 15";
     listViewDetailColumn16.Width      = 50F;
     listViewDetailColumn17.HeaderText = "Dia 16";
     listViewDetailColumn17.Width      = 50F;
     listViewDetailColumn18.HeaderText = "Dia 17";
     listViewDetailColumn18.Width      = 50F;
     listViewDetailColumn19.HeaderText = "Dia 18";
     listViewDetailColumn19.Width      = 50F;
     listViewDetailColumn20.HeaderText = "Dia 19";
     listViewDetailColumn20.Width      = 50F;
     listViewDetailColumn21.HeaderText = "Dia 20";
     listViewDetailColumn21.Width      = 50F;
     listViewDetailColumn22.HeaderText = "Dia 21";
     listViewDetailColumn22.Width      = 50F;
     listViewDetailColumn23.HeaderText = "Dia 22";
     listViewDetailColumn23.Width      = 50F;
     listViewDetailColumn24.HeaderText = "Dia 23";
     listViewDetailColumn24.Width      = 50F;
     listViewDetailColumn25.HeaderText = "Dia 24";
     listViewDetailColumn25.Width      = 50F;
     listViewDetailColumn26.HeaderText = "Dia 25";
     listViewDetailColumn26.Width      = 50F;
     listViewDetailColumn27.HeaderText = "Dia 26";
     listViewDetailColumn27.Width      = 50F;
     listViewDetailColumn28.HeaderText = "Dia 27";
     listViewDetailColumn28.Width      = 50F;
     listViewDetailColumn29.HeaderText = "Dia 28";
     listViewDetailColumn29.Width      = 50F;
     listViewDetailColumn30.HeaderText = "Dia 29";
     listViewDetailColumn30.Width      = 50F;
     listViewDetailColumn31.HeaderText = "Dia 30";
     listViewDetailColumn31.Width      = 50F;
     listViewDetailColumn32.HeaderText = "Dia 31";
     listViewDetailColumn32.Width      = 50F;
     listViewDetailColumn33.HeaderText = "Mes";
     listViewDetailColumn33.Width      = 100F;
     listViewDetailColumn34.HeaderText = "Año";
     listViewDetailColumn34.Width      = 100F;
     this.lvTurno.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4,
         listViewDetailColumn5,
         listViewDetailColumn6,
         listViewDetailColumn7,
         listViewDetailColumn8,
         listViewDetailColumn9,
         listViewDetailColumn10,
         listViewDetailColumn11,
         listViewDetailColumn12,
         listViewDetailColumn13,
         listViewDetailColumn14,
         listViewDetailColumn15,
         listViewDetailColumn16,
         listViewDetailColumn17,
         listViewDetailColumn18,
         listViewDetailColumn19,
         listViewDetailColumn20,
         listViewDetailColumn21,
         listViewDetailColumn22,
         listViewDetailColumn23,
         listViewDetailColumn24,
         listViewDetailColumn25,
         listViewDetailColumn26,
         listViewDetailColumn27,
         listViewDetailColumn28,
         listViewDetailColumn29,
         listViewDetailColumn30,
         listViewDetailColumn31,
         listViewDetailColumn32,
         listViewDetailColumn33,
         listViewDetailColumn34
     });
     this.lvTurno.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.lvTurno.EnableColumnSort = true;
     this.lvTurno.EnableFiltering  = true;
     this.lvTurno.ImageList        = this.imgLista;
     this.lvTurno.ItemSpacing      = -1;
     this.lvTurno.Location         = new System.Drawing.Point(2, 21);
     this.lvTurno.Name             = "lvTurno";
     this.lvTurno.ShowGridLines    = true;
     this.lvTurno.Size             = new System.Drawing.Size(931, 304);
     this.lvTurno.SmallImageList   = this.imgLista;
     this.lvTurno.TabIndex         = 1;
     this.lvTurno.ThemeName        = "Windows8";
     this.lvTurno.ViewType         = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // imgLista
     //
     this.imgLista.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgLista.ImageStream")));
     this.imgLista.TransparentColor = System.Drawing.Color.Transparent;
     this.imgLista.Images.SetKeyName(0, "Delete_16x16.png");
     this.imgLista.Images.SetKeyName(1, "Ok-icon1.png");
     //
     // frmListadoTurno
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(935, 404);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmListadoTurno";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.frmListadoTurno_Load);
     ((System.ComponentModel.ISupportInitialize)(this.cmbEmpleado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbAnio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvTurno)).EndInit();
     this.ResumeLayout(false);
 }
Пример #6
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Activity");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "PID");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Title");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Status");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 4", "Restarts");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 5", "Auto Restart");
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.tmRefresh                   = new System.Windows.Forms.Timer(this.components);
     this.label1                      = new System.Windows.Forms.Label();
     this.cmsMenu                     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiMenu_Restart            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiMenu_Shutdown           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4         = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiMenu_Logs               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiMenu_Livelogs           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5         = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiMenu_ToggleAutoRestart  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6         = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiMenu_OpenExplorer       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiMenu_OpenLogs           = new System.Windows.Forms.ToolStripMenuItem();
     this.lsvServices                 = new Telerik.WinControls.UI.RadListView();
     this.rmiManager                  = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiManager_OpenConfig       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem1       = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.rmiManager_Close            = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiTesting                  = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiTesting_Start            = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiTesting_End              = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiService                  = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiService_Install          = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiService_Uninstall        = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem2       = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.rmiService_Start            = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiService_Restart          = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiService_Stop             = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiInstances                = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiInstances_ConnectTo      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem3       = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radStatusStrip1             = new Telerik.WinControls.UI.RadStatusStrip();
     this.radLabelElement1            = new Telerik.WinControls.UI.RadLabelElement();
     this.lblStatus                   = new Telerik.WinControls.UI.RadLabelElement();
     this.commandBarSeparator1        = new Telerik.WinControls.UI.CommandBarSeparator();
     this.radLabelElement3            = new Telerik.WinControls.UI.RadLabelElement();
     this.radLabelElement2            = new Telerik.WinControls.UI.RadLabelElement();
     this.lblActiveServiceCount       = new Telerik.WinControls.UI.RadLabelElement();
     this.rmServiceRefresh            = new System.Windows.Forms.Timer(this.components);
     this.rmiServices                 = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiServices_RefreshAll      = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem4       = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.rmiServices_StartAll        = new Telerik.WinControls.UI.RadMenuItem();
     this.rmiServices_StopAll         = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem5       = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.rmiServices_OpenAllLiveLogs = new Telerik.WinControls.UI.RadMenuItem();
     this.tmPing                      = new System.Windows.Forms.Timer(this.components);
     this.lblVersion                  = new System.Windows.Forms.Label();
     this.radMenu1                    = new Telerik.WinControls.UI.RadMenu();
     this.cmsMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lsvServices)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
     this.SuspendLayout();
     //
     // tmRefresh
     //
     this.tmRefresh.Interval = 10000;
     this.tmRefresh.Tick    += new System.EventHandler(this.tmRefresh_Tick);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(13, 39);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(121, 17);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Running services:";
     //
     // cmsMenu
     //
     this.cmsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiMenu_Restart,
         this.tsmiMenu_Shutdown,
         this.toolStripSeparator4,
         this.tsmiMenu_Logs,
         this.tsmiMenu_Livelogs,
         this.toolStripSeparator5,
         this.tsmiMenu_ToggleAutoRestart,
         this.toolStripSeparator6,
         this.tsmiMenu_OpenExplorer,
         this.tsmiMenu_OpenLogs
     });
     this.cmsMenu.Name = "cmsMenu";
     this.cmsMenu.Size = new System.Drawing.Size(178, 176);
     //
     // tsmiMenu_Restart
     //
     this.tsmiMenu_Restart.Image  = global::ServiceManager.UI.Properties.Resources.play;
     this.tsmiMenu_Restart.Name   = "tsmiMenu_Restart";
     this.tsmiMenu_Restart.Size   = new System.Drawing.Size(177, 22);
     this.tsmiMenu_Restart.Text   = "Start service";
     this.tsmiMenu_Restart.Click += new System.EventHandler(this.tsmiMenu_Restart_Click);
     //
     // tsmiMenu_Shutdown
     //
     this.tsmiMenu_Shutdown.Image  = global::ServiceManager.UI.Properties.Resources.stop;
     this.tsmiMenu_Shutdown.Name   = "tsmiMenu_Shutdown";
     this.tsmiMenu_Shutdown.Size   = new System.Drawing.Size(177, 22);
     this.tsmiMenu_Shutdown.Text   = "Shutdown service";
     this.tsmiMenu_Shutdown.Click += new System.EventHandler(this.tsmiMenu_Shutdown_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(174, 6);
     //
     // tsmiMenu_Logs
     //
     this.tsmiMenu_Logs.Name   = "tsmiMenu_Logs";
     this.tsmiMenu_Logs.Size   = new System.Drawing.Size(177, 22);
     this.tsmiMenu_Logs.Text   = "Show logs";
     this.tsmiMenu_Logs.Click += new System.EventHandler(this.tsmiMenu_Logs_Click);
     //
     // tsmiMenu_Livelogs
     //
     this.tsmiMenu_Livelogs.Name   = "tsmiMenu_Livelogs";
     this.tsmiMenu_Livelogs.Size   = new System.Drawing.Size(177, 22);
     this.tsmiMenu_Livelogs.Text   = "Show live logs";
     this.tsmiMenu_Livelogs.Click += new System.EventHandler(this.tsmiMenu_Livelogs_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(174, 6);
     //
     // tsmiMenu_ToggleAutoRestart
     //
     this.tsmiMenu_ToggleAutoRestart.Name   = "tsmiMenu_ToggleAutoRestart";
     this.tsmiMenu_ToggleAutoRestart.Size   = new System.Drawing.Size(177, 22);
     this.tsmiMenu_ToggleAutoRestart.Text   = "Toggle Auto Restart";
     this.tsmiMenu_ToggleAutoRestart.Click += new System.EventHandler(this.tsmiMenu_ToggleAutoRestart_Click);
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(174, 6);
     //
     // tsmiMenu_OpenExplorer
     //
     this.tsmiMenu_OpenExplorer.Image  = global::ServiceManager.UI.Properties.Resources.explorer;
     this.tsmiMenu_OpenExplorer.Name   = "tsmiMenu_OpenExplorer";
     this.tsmiMenu_OpenExplorer.Size   = new System.Drawing.Size(177, 22);
     this.tsmiMenu_OpenExplorer.Text   = "Show in explorer";
     this.tsmiMenu_OpenExplorer.Click += new System.EventHandler(this.tsmiMenu_OpenExplorer_Click);
     //
     // tsmiMenu_OpenLogs
     //
     this.tsmiMenu_OpenLogs.Name   = "tsmiMenu_OpenLogs";
     this.tsmiMenu_OpenLogs.Size   = new System.Drawing.Size(177, 22);
     this.tsmiMenu_OpenLogs.Text   = "Open logs";
     this.tsmiMenu_OpenLogs.Click += new System.EventHandler(this.tsmiMenu_OpenLogs_Click);
     //
     // lsvServices
     //
     this.lsvServices.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)));
     listViewDetailColumn1.HeaderText = "Activity";
     listViewDetailColumn1.Width      = 60F;
     listViewDetailColumn2.HeaderText = "PID";
     listViewDetailColumn2.Width      = 60F;
     listViewDetailColumn3.HeaderText = "Title";
     listViewDetailColumn4.HeaderText = "Status";
     listViewDetailColumn4.Width      = 150F;
     listViewDetailColumn5.HeaderText = "Restarts";
     listViewDetailColumn5.Width      = 60F;
     listViewDetailColumn6.HeaderText = "Auto Restart";
     listViewDetailColumn6.Width      = 80F;
     this.lsvServices.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4,
         listViewDetailColumn5,
         listViewDetailColumn6
     });
     this.lsvServices.ItemSpacing       = -1;
     this.lsvServices.Location          = new System.Drawing.Point(13, 59);
     this.lsvServices.MultiSelect       = true;
     this.lsvServices.Name              = "lsvServices";
     this.lsvServices.Size              = new System.Drawing.Size(789, 360);
     this.lsvServices.TabIndex          = 5;
     this.lsvServices.ViewType          = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.lsvServices.MouseClick       += new System.Windows.Forms.MouseEventHandler(this.lsvServices_MouseClick_1);
     this.lsvServices.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lsvServices_MouseDoubleClick_1);
     //
     // rmiManager
     //
     this.rmiManager.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.rmiManager_OpenConfig,
         this.radMenuSeparatorItem1,
         this.rmiManager_Close
     });
     this.rmiManager.Name = "rmiManager";
     this.rmiManager.Text = "Manager";
     //
     // rmiManager_OpenConfig
     //
     this.rmiManager_OpenConfig.Image  = global::ServiceManager.UI.Properties.Resources.settings;
     this.rmiManager_OpenConfig.Name   = "rmiManager_OpenConfig";
     this.rmiManager_OpenConfig.Text   = "Open config";
     this.rmiManager_OpenConfig.Click += new System.EventHandler(this.rmiManager_OpenConfig_Click);
     //
     // radMenuSeparatorItem1
     //
     this.radMenuSeparatorItem1.Name          = "radMenuSeparatorItem1";
     this.radMenuSeparatorItem1.Text          = "radMenuSeparatorItem1";
     this.radMenuSeparatorItem1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // rmiManager_Close
     //
     this.rmiManager_Close.Name   = "rmiManager_Close";
     this.rmiManager_Close.Text   = "Exit";
     this.rmiManager_Close.Click += new System.EventHandler(this.rmiManager_Close_Click);
     //
     // rmiTesting
     //
     this.rmiTesting.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.rmiTesting_Start,
         this.rmiTesting_End
     });
     this.rmiTesting.Name = "rmiTesting";
     this.rmiTesting.Text = "Testing";
     //
     // rmiTesting_Start
     //
     this.rmiTesting_Start.Name   = "rmiTesting_Start";
     this.rmiTesting_Start.Text   = "Start testing";
     this.rmiTesting_Start.Click += new System.EventHandler(this.rmiTesting_Start_Click);
     //
     // rmiTesting_End
     //
     this.rmiTesting_End.Enabled = false;
     this.rmiTesting_End.Name    = "rmiTesting_End";
     this.rmiTesting_End.Text    = "End testing";
     this.rmiTesting_End.Click  += new System.EventHandler(this.rmiTesting_End_Click);
     //
     // rmiService
     //
     this.rmiService.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.rmiService_Install,
         this.rmiService_Uninstall,
         this.radMenuSeparatorItem2,
         this.rmiService_Start,
         this.rmiService_Restart,
         this.rmiService_Stop
     });
     this.rmiService.Name             = "rmiService";
     this.rmiService.Text             = "Service";
     this.rmiService.DropDownOpening += new System.ComponentModel.CancelEventHandler(this.rmiService_DropDownOpening);
     //
     // rmiService_Install
     //
     this.rmiService_Install.Name   = "rmiService_Install";
     this.rmiService_Install.Text   = "Install service";
     this.rmiService_Install.Click += new System.EventHandler(this.rmiService_Install_Click);
     //
     // rmiService_Uninstall
     //
     this.rmiService_Uninstall.Name   = "rmiService_Uninstall";
     this.rmiService_Uninstall.Text   = "Uninstall service";
     this.rmiService_Uninstall.Click += new System.EventHandler(this.rmiService_Uninstall_Click);
     //
     // radMenuSeparatorItem2
     //
     this.radMenuSeparatorItem2.Name          = "radMenuSeparatorItem2";
     this.radMenuSeparatorItem2.Text          = "radMenuSeparatorItem2";
     this.radMenuSeparatorItem2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // rmiService_Start
     //
     this.rmiService_Start.Name   = "rmiService_Start";
     this.rmiService_Start.Text   = "Start service";
     this.rmiService_Start.Click += new System.EventHandler(this.rmiService_Start_Click);
     //
     // rmiService_Restart
     //
     this.rmiService_Restart.Name   = "rmiService_Restart";
     this.rmiService_Restart.Text   = "Restart service";
     this.rmiService_Restart.Click += new System.EventHandler(this.rmiService_Restart_Click);
     //
     // rmiService_Stop
     //
     this.rmiService_Stop.Name   = "rmiService_Stop";
     this.rmiService_Stop.Text   = "Stop service";
     this.rmiService_Stop.Click += new System.EventHandler(this.rmiService_Stop_Click);
     //
     // rmiInstances
     //
     this.rmiInstances.Image          = null;
     this.rmiInstances.ImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.rmiInstances.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.rmiInstances_ConnectTo,
         this.radMenuSeparatorItem3
     });
     this.rmiInstances.Name             = "rmiInstances";
     this.rmiInstances.Text             = "Instances";
     this.rmiInstances.DropDownOpening += new System.ComponentModel.CancelEventHandler(this.rmiInstances_DropDownOpening);
     //
     // rmiInstances_ConnectTo
     //
     this.rmiInstances_ConnectTo.Image  = global::ServiceManager.UI.Properties.Resources.connect;
     this.rmiInstances_ConnectTo.Name   = "rmiInstances_ConnectTo";
     this.rmiInstances_ConnectTo.Text   = "Connect to";
     this.rmiInstances_ConnectTo.Click += new System.EventHandler(this.rmiInstances_ConnectTo_Click);
     //
     // radMenuSeparatorItem3
     //
     this.radMenuSeparatorItem3.Name          = "radMenuSeparatorItem3";
     this.radMenuSeparatorItem3.Text          = "radMenuSeparatorItem3";
     this.radMenuSeparatorItem3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // radStatusStrip1
     //
     this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radLabelElement1,
         this.lblStatus,
         this.commandBarSeparator1,
         this.radLabelElement3,
         this.radLabelElement2,
         this.lblActiveServiceCount
     });
     this.radStatusStrip1.Location = new System.Drawing.Point(0, 448);
     this.radStatusStrip1.Name     = "radStatusStrip1";
     this.radStatusStrip1.Size     = new System.Drawing.Size(814, 26);
     this.radStatusStrip1.TabIndex = 7;
     //
     // radLabelElement1
     //
     this.radLabelElement1.Name = "radLabelElement1";
     this.radStatusStrip1.SetSpring(this.radLabelElement1, false);
     this.radLabelElement1.Text     = "Status:";
     this.radLabelElement1.TextWrap = true;
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.radStatusStrip1.SetSpring(this.lblStatus, false);
     this.lblStatus.Text     = "Disconnected";
     this.lblStatus.TextWrap = true;
     //
     // commandBarSeparator1
     //
     this.commandBarSeparator1.Name = "commandBarSeparator1";
     this.radStatusStrip1.SetSpring(this.commandBarSeparator1, false);
     this.commandBarSeparator1.VisibleInOverflowMenu = false;
     //
     // radLabelElement3
     //
     this.radLabelElement3.AutoSize     = true;
     this.radLabelElement3.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.Auto;
     this.radLabelElement3.Name         = "radLabelElement3";
     this.radStatusStrip1.SetSpring(this.radLabelElement3, true);
     this.radLabelElement3.Text     = "";
     this.radLabelElement3.TextWrap = true;
     //
     // radLabelElement2
     //
     this.radLabelElement2.Name = "radLabelElement2";
     this.radStatusStrip1.SetSpring(this.radLabelElement2, false);
     this.radLabelElement2.Text     = "RunningServices: ";
     this.radLabelElement2.TextWrap = true;
     //
     // lblActiveServiceCount
     //
     this.lblActiveServiceCount.Name = "lblActiveServiceCount";
     this.radStatusStrip1.SetSpring(this.lblActiveServiceCount, false);
     this.lblActiveServiceCount.Text     = "0";
     this.lblActiveServiceCount.TextWrap = true;
     //
     // rmServiceRefresh
     //
     this.rmServiceRefresh.Enabled  = true;
     this.rmServiceRefresh.Interval = 10000;
     this.rmServiceRefresh.Tick    += new System.EventHandler(this.rmServiceRefresh_Tick);
     //
     // rmiServices
     //
     this.rmiServices.Enabled = false;
     this.rmiServices.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.rmiServices_RefreshAll,
         this.radMenuSeparatorItem4,
         this.rmiServices_StartAll,
         this.rmiServices_StopAll,
         this.radMenuSeparatorItem5,
         this.rmiServices_OpenAllLiveLogs
     });
     this.rmiServices.Name = "rmiServices";
     this.rmiServices.Text = "Services";
     //
     // rmiServices_RefreshAll
     //
     this.rmiServices_RefreshAll.Name   = "rmiServices_RefreshAll";
     this.rmiServices_RefreshAll.Text   = "Refresh list";
     this.rmiServices_RefreshAll.Click += new System.EventHandler(this.rmiServices_RefreshAll_Click);
     //
     // radMenuSeparatorItem4
     //
     this.radMenuSeparatorItem4.Name          = "radMenuSeparatorItem4";
     this.radMenuSeparatorItem4.Text          = "radMenuSeparatorItem4";
     this.radMenuSeparatorItem4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // rmiServices_StartAll
     //
     this.rmiServices_StartAll.Image  = global::ServiceManager.UI.Properties.Resources.play;
     this.rmiServices_StartAll.Name   = "rmiServices_StartAll";
     this.rmiServices_StartAll.Text   = "Start all services";
     this.rmiServices_StartAll.Click += new System.EventHandler(this.rmiServices_StartAll_Click);
     //
     // rmiServices_StopAll
     //
     this.rmiServices_StopAll.Image  = global::ServiceManager.UI.Properties.Resources.stop;
     this.rmiServices_StopAll.Name   = "rmiServices_StopAll";
     this.rmiServices_StopAll.Text   = "Stop all services";
     this.rmiServices_StopAll.Click += new System.EventHandler(this.rmiServices_StopAll_Click);
     //
     // radMenuSeparatorItem5
     //
     this.radMenuSeparatorItem5.Name          = "radMenuSeparatorItem5";
     this.radMenuSeparatorItem5.Text          = "radMenuSeparatorItem5";
     this.radMenuSeparatorItem5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // rmiServices_OpenAllLiveLogs
     //
     this.rmiServices_OpenAllLiveLogs.Name   = "rmiServices_OpenAllLiveLogs";
     this.rmiServices_OpenAllLiveLogs.Text   = "Open all Live Logs";
     this.rmiServices_OpenAllLiveLogs.Click += new System.EventHandler(this.rmiServices_OpenAllLiveLogs_Click);
     //
     // tmPing
     //
     this.tmPing.Interval = 2000;
     this.tmPing.Tick    += new System.EventHandler(this.tmPing_Tick);
     //
     // lblVersion
     //
     this.lblVersion.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblVersion.Location  = new System.Drawing.Point(696, 422);
     this.lblVersion.Name      = "lblVersion";
     this.lblVersion.Size      = new System.Drawing.Size(103, 23);
     this.lblVersion.TabIndex  = 8;
     this.lblVersion.Text      = "label2";
     this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(814, 474);
     //
     // radMenu1
     //
     this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.rmiManager,
         this.rmiTesting,
         this.rmiService,
         this.rmiInstances,
         this.rmiServices
     });
     this.radMenu1.Location = new System.Drawing.Point(0, 0);
     this.radMenu1.Name     = "radMenu1";
     this.radMenu1.Size     = new System.Drawing.Size(814, 20);
     this.radMenu1.TabIndex = 6;
     this.Controls.Add(this.lblVersion);
     this.Controls.Add(this.radStatusStrip1);
     this.Controls.Add(this.radMenu1);
     this.Controls.Add(this.lsvServices);
     this.Controls.Add(this.label1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(676, 313);
     this.Name        = "frmMain";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Service Manager UI";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
     this.Load         += new System.EventHandler(this.frmMain_Load);
     this.cmsMenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lsvServices)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
        {
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "DispatchOrderId");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "DealerName");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "DealerId");
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewSummaryItem gridViewSummaryItem1 = new Telerik.WinControls.UI.GridViewSummaryItem();
            this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
            this.splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
            this.LVdispatchorder = new Telerik.WinControls.UI.RadListView();
            this.splitPanel2 = new Telerik.WinControls.UI.SplitPanel();
            this.radSplitContainer2 = new Telerik.WinControls.UI.RadSplitContainer();
            this.splitPanel3 = new Telerik.WinControls.UI.SplitPanel();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.lbloverdueamount = new Telerik.WinControls.UI.RadLabel();
            this.lblNetDueAmount = new Telerik.WinControls.UI.RadLabel();
            this.lblBANKGA = new Telerik.WinControls.UI.RadLabel();
            this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
            this.lblRegionName = new Telerik.WinControls.UI.RadLabel();
            this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
            this.lblMobileNo = new Telerik.WinControls.UI.RadLabel();
            this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
            this.lblAddress = new Telerik.WinControls.UI.RadLabel();
            this.lblDealerName = new Telerik.WinControls.UI.RadLabel();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.btnApproved = new Telerik.WinControls.UI.RadButton();
            this.splitPanel4 = new Telerik.WinControls.UI.SplitPanel();
            this.grdDispatchorderdetail = new Telerik.WinControls.UI.RadGridView();
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
            this.radSplitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
            this.splitPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.LVdispatchorder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).BeginInit();
            this.splitPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).BeginInit();
            this.radSplitContainer2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
            this.splitPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lbloverdueamount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblNetDueAmount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblBANKGA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
            this.radLabel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblRegionName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblMobileNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblAddress)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblDealerName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnApproved)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).BeginInit();
            this.splitPanel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdDispatchorderdetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdDispatchorderdetail.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radSplitContainer1
            // 
            this.radSplitContainer1.Controls.Add(this.splitPanel1);
            this.radSplitContainer1.Controls.Add(this.splitPanel2);
            this.radSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radSplitContainer1.Location = new System.Drawing.Point(0, 0);
            this.radSplitContainer1.Name = "radSplitContainer1";
            // 
            // 
            // 
            this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.radSplitContainer1.Size = new System.Drawing.Size(916, 454);
            this.radSplitContainer1.TabIndex = 0;
            this.radSplitContainer1.TabStop = false;
            this.radSplitContainer1.Text = "radSplitContainer1";
            // 
            // splitPanel1
            // 
            this.splitPanel1.Controls.Add(this.LVdispatchorder);
            this.splitPanel1.Location = new System.Drawing.Point(0, 0);
            this.splitPanel1.Name = "splitPanel1";
            // 
            // 
            // 
            this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.splitPanel1.Size = new System.Drawing.Size(314, 454);
            this.splitPanel1.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(-0.1561772F, 0F);
            this.splitPanel1.SizeInfo.SplitterCorrection = new System.Drawing.Size(-134, 0);
            this.splitPanel1.TabIndex = 0;
            this.splitPanel1.TabStop = false;
            this.splitPanel1.Text = "splitPanel1";
            // 
            // LVdispatchorder
            // 
            this.LVdispatchorder.AllowEdit = false;
            listViewDetailColumn1.HeaderText = "DispatchOrderId";
            listViewDetailColumn2.HeaderText = "DealerName";
            listViewDetailColumn3.HeaderText = "DealerId";
            this.LVdispatchorder.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1,
            listViewDetailColumn2,
            listViewDetailColumn3});
            this.LVdispatchorder.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LVdispatchorder.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LVdispatchorder.HeaderHeight = 25F;
            this.LVdispatchorder.ItemSpacing = -1;
            this.LVdispatchorder.Location = new System.Drawing.Point(0, 0);
            this.LVdispatchorder.Name = "LVdispatchorder";
            this.LVdispatchorder.Size = new System.Drawing.Size(314, 454);
            this.LVdispatchorder.TabIndex = 0;
            this.LVdispatchorder.Text = "radListView1";
            this.LVdispatchorder.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            this.LVdispatchorder.SelectedItemChanged += new System.EventHandler(this.LVdispatchorder_SelectedItemChanged);
            this.LVdispatchorder.SelectedIndexChanged += new System.EventHandler(this.LVdispatchorder_SelectedIndexChanged);
            // 
            // splitPanel2
            // 
            this.splitPanel2.Controls.Add(this.radSplitContainer2);
            this.splitPanel2.Location = new System.Drawing.Point(318, 0);
            this.splitPanel2.Name = "splitPanel2";
            // 
            // 
            // 
            this.splitPanel2.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.splitPanel2.Size = new System.Drawing.Size(598, 454);
            this.splitPanel2.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(0.1561772F, 0F);
            this.splitPanel2.SizeInfo.SplitterCorrection = new System.Drawing.Size(134, 0);
            this.splitPanel2.TabIndex = 1;
            this.splitPanel2.TabStop = false;
            this.splitPanel2.Text = "splitPanel2";
            // 
            // radSplitContainer2
            // 
            this.radSplitContainer2.Controls.Add(this.splitPanel3);
            this.radSplitContainer2.Controls.Add(this.splitPanel4);
            this.radSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radSplitContainer2.Location = new System.Drawing.Point(0, 0);
            this.radSplitContainer2.Name = "radSplitContainer2";
            this.radSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // 
            // 
            this.radSplitContainer2.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.radSplitContainer2.Size = new System.Drawing.Size(598, 454);
            this.radSplitContainer2.TabIndex = 0;
            this.radSplitContainer2.TabStop = false;
            this.radSplitContainer2.Text = "radSplitContainer2";
            // 
            // splitPanel3
            // 
            this.splitPanel3.Controls.Add(this.radGroupBox1);
            this.splitPanel3.Location = new System.Drawing.Point(0, 0);
            this.splitPanel3.Name = "splitPanel3";
            // 
            // 
            // 
            this.splitPanel3.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.splitPanel3.Size = new System.Drawing.Size(598, 158);
            this.splitPanel3.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(0F, -0.1488889F);
            this.splitPanel3.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, -67);
            this.splitPanel3.TabIndex = 0;
            this.splitPanel3.TabStop = false;
            this.splitPanel3.Text = "splitPanel3";
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.Controls.Add(this.radGroupBox2);
            this.radGroupBox1.Controls.Add(this.btnApproved);
            this.radGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radGroupBox1.HeaderText = "";
            this.radGroupBox1.Location = new System.Drawing.Point(0, 0);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Size = new System.Drawing.Size(598, 158);
            this.radGroupBox1.TabIndex = 0;
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.Controls.Add(this.lbloverdueamount);
            this.radGroupBox2.Controls.Add(this.lblNetDueAmount);
            this.radGroupBox2.Controls.Add(this.lblBANKGA);
            this.radGroupBox2.Controls.Add(this.radLabel12);
            this.radGroupBox2.Controls.Add(this.radLabel11);
            this.radGroupBox2.Controls.Add(this.radLabel10);
            this.radGroupBox2.Controls.Add(this.radLabel4);
            this.radGroupBox2.Controls.Add(this.radLabel3);
            this.radGroupBox2.Controls.Add(this.radLabel8);
            this.radGroupBox2.Controls.Add(this.radLabel2);
            this.radGroupBox2.Controls.Add(this.radLabel7);
            this.radGroupBox2.Controls.Add(this.lblRegionName);
            this.radGroupBox2.Controls.Add(this.radLabel6);
            this.radGroupBox2.Controls.Add(this.lblMobileNo);
            this.radGroupBox2.Controls.Add(this.radLabel5);
            this.radGroupBox2.Controls.Add(this.lblAddress);
            this.radGroupBox2.Controls.Add(this.lblDealerName);
            this.radGroupBox2.Controls.Add(this.radLabel1);
            this.radGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
            this.radGroupBox2.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radGroupBox2.HeaderText = "Dealer Information";
            this.radGroupBox2.Location = new System.Drawing.Point(2, 18);
            this.radGroupBox2.Name = "radGroupBox2";
            this.radGroupBox2.Size = new System.Drawing.Size(475, 138);
            this.radGroupBox2.TabIndex = 1;
            this.radGroupBox2.Text = "Dealer Information";
            // 
            // lbloverdueamount
            // 
            this.lbloverdueamount.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbloverdueamount.ForeColor = System.Drawing.Color.Red;
            this.lbloverdueamount.Location = new System.Drawing.Point(375, 82);
            this.lbloverdueamount.Name = "lbloverdueamount";
            this.lbloverdueamount.Size = new System.Drawing.Size(2, 2);
            this.lbloverdueamount.TabIndex = 2;
            // 
            // lblNetDueAmount
            // 
            this.lblNetDueAmount.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblNetDueAmount.ForeColor = System.Drawing.Color.Red;
            this.lblNetDueAmount.Location = new System.Drawing.Point(375, 59);
            this.lblNetDueAmount.Name = "lblNetDueAmount";
            this.lblNetDueAmount.Size = new System.Drawing.Size(2, 2);
            this.lblNetDueAmount.TabIndex = 2;
            // 
            // lblBANKGA
            // 
            this.lblBANKGA.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblBANKGA.ForeColor = System.Drawing.Color.DarkGreen;
            this.lblBANKGA.Location = new System.Drawing.Point(375, 36);
            this.lblBANKGA.Name = "lblBANKGA";
            this.lblBANKGA.Size = new System.Drawing.Size(2, 2);
            this.lblBANKGA.TabIndex = 2;
            // 
            // radLabel12
            // 
            this.radLabel12.Font = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel12.Location = new System.Drawing.Point(223, 82);
            this.radLabel12.Name = "radLabel12";
            this.radLabel12.Size = new System.Drawing.Size(108, 17);
            this.radLabel12.TabIndex = 2;
            this.radLabel12.Text = "&Over Due Amount";
            // 
            // radLabel11
            // 
            this.radLabel11.Font = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel11.Location = new System.Drawing.Point(223, 59);
            this.radLabel11.Name = "radLabel11";
            this.radLabel11.Size = new System.Drawing.Size(100, 17);
            this.radLabel11.TabIndex = 2;
            this.radLabel11.Text = "&Net Due Amount";
            // 
            // radLabel10
            // 
            this.radLabel10.Font = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel10.Location = new System.Drawing.Point(223, 36);
            this.radLabel10.Name = "radLabel10";
            this.radLabel10.Size = new System.Drawing.Size(146, 17);
            this.radLabel10.TabIndex = 2;
            this.radLabel10.Text = "&Bank Guarantee Amount";
            // 
            // radLabel4
            // 
            this.radLabel4.Controls.Add(this.radLabel9);
            this.radLabel4.Font = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel4.Location = new System.Drawing.Point(16, 105);
            this.radLabel4.Name = "radLabel4";
            this.radLabel4.Size = new System.Drawing.Size(82, 17);
            this.radLabel4.TabIndex = 2;
            this.radLabel4.Text = "&Region Name";
            // 
            // radLabel9
            // 
            this.radLabel9.Font = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel9.Location = new System.Drawing.Point(0, 0);
            this.radLabel9.Name = "radLabel9";
            this.radLabel9.Size = new System.Drawing.Size(82, 17);
            this.radLabel9.TabIndex = 2;
            this.radLabel9.Text = "&Region Name";
            // 
            // radLabel3
            // 
            this.radLabel3.Font = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel3.Location = new System.Drawing.Point(16, 82);
            this.radLabel3.Name = "radLabel3";
            this.radLabel3.Size = new System.Drawing.Size(64, 17);
            this.radLabel3.TabIndex = 3;
            this.radLabel3.Text = "&Mobile No";
            // 
            // radLabel8
            // 
            this.radLabel8.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel8.Location = new System.Drawing.Point(111, 105);
            this.radLabel8.Name = "radLabel8";
            this.radLabel8.Size = new System.Drawing.Size(2, 2);
            this.radLabel8.TabIndex = 5;
            // 
            // radLabel2
            // 
            this.radLabel2.Font = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel2.Location = new System.Drawing.Point(16, 59);
            this.radLabel2.Name = "radLabel2";
            this.radLabel2.Size = new System.Drawing.Size(52, 17);
            this.radLabel2.TabIndex = 4;
            this.radLabel2.Text = "&Address";
            // 
            // radLabel7
            // 
            this.radLabel7.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel7.Location = new System.Drawing.Point(109, 82);
            this.radLabel7.Name = "radLabel7";
            this.radLabel7.Size = new System.Drawing.Size(2, 2);
            this.radLabel7.TabIndex = 6;
            // 
            // lblRegionName
            // 
            this.lblRegionName.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRegionName.Location = new System.Drawing.Point(111, 105);
            this.lblRegionName.Name = "lblRegionName";
            this.lblRegionName.Size = new System.Drawing.Size(2, 2);
            this.lblRegionName.TabIndex = 5;
            // 
            // radLabel6
            // 
            this.radLabel6.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel6.Location = new System.Drawing.Point(109, 59);
            this.radLabel6.Name = "radLabel6";
            this.radLabel6.Size = new System.Drawing.Size(2, 2);
            this.radLabel6.TabIndex = 7;
            // 
            // lblMobileNo
            // 
            this.lblMobileNo.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMobileNo.Location = new System.Drawing.Point(109, 82);
            this.lblMobileNo.Name = "lblMobileNo";
            this.lblMobileNo.Size = new System.Drawing.Size(2, 2);
            this.lblMobileNo.TabIndex = 6;
            // 
            // radLabel5
            // 
            this.radLabel5.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel5.Location = new System.Drawing.Point(111, 36);
            this.radLabel5.Name = "radLabel5";
            this.radLabel5.Size = new System.Drawing.Size(2, 2);
            this.radLabel5.TabIndex = 8;
            // 
            // lblAddress
            // 
            this.lblAddress.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblAddress.Location = new System.Drawing.Point(109, 59);
            this.lblAddress.Name = "lblAddress";
            this.lblAddress.Size = new System.Drawing.Size(2, 2);
            this.lblAddress.TabIndex = 7;
            // 
            // lblDealerName
            // 
            this.lblDealerName.Font = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblDealerName.Location = new System.Drawing.Point(111, 36);
            this.lblDealerName.Name = "lblDealerName";
            this.lblDealerName.Size = new System.Drawing.Size(2, 2);
            this.lblDealerName.TabIndex = 8;
            // 
            // radLabel1
            // 
            this.radLabel1.Font = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel1.Location = new System.Drawing.Point(16, 36);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.Size = new System.Drawing.Size(80, 17);
            this.radLabel1.TabIndex = 9;
            this.radLabel1.Text = "&Dealer Name";
            // 
            // btnApproved
            // 
            this.btnApproved.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnApproved.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnApproved.Location = new System.Drawing.Point(483, 129);
            this.btnApproved.Name = "btnApproved";
            this.btnApproved.Size = new System.Drawing.Size(110, 24);
            this.btnApproved.TabIndex = 0;
            this.btnApproved.Text = "&Approved";
            this.btnApproved.Click += new System.EventHandler(this.btnApproved_Click);
            // 
            // splitPanel4
            // 
            this.splitPanel4.Controls.Add(this.grdDispatchorderdetail);
            this.splitPanel4.Location = new System.Drawing.Point(0, 162);
            this.splitPanel4.Name = "splitPanel4";
            // 
            // 
            // 
            this.splitPanel4.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.splitPanel4.Size = new System.Drawing.Size(598, 292);
            this.splitPanel4.SizeInfo.AutoSizeScale = new System.Drawing.SizeF(0F, 0.1488889F);
            this.splitPanel4.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, 67);
            this.splitPanel4.TabIndex = 1;
            this.splitPanel4.TabStop = false;
            this.splitPanel4.Text = "splitPanel4";
            // 
            // grdDispatchorderdetail
            // 
            this.grdDispatchorderdetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdDispatchorderdetail.Font = new System.Drawing.Font("Sitka Display", 9.749999F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.grdDispatchorderdetail.Location = new System.Drawing.Point(0, 0);
            // 
            // grdDispatchorderdetail
            // 
            this.grdDispatchorderdetail.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn1.FieldName = "ProductId";
            gridViewTextBoxColumn1.HeaderText = "ProductId";
            gridViewTextBoxColumn1.IsVisible = false;
            gridViewTextBoxColumn1.Name = "ProductId";
            gridViewTextBoxColumn1.Width = 94;
            gridViewTextBoxColumn2.FieldName = "ProductName";
            gridViewTextBoxColumn2.HeaderText = "ProductName";
            gridViewTextBoxColumn2.Name = "ProductName";
            gridViewTextBoxColumn2.Width = 134;
            gridViewTextBoxColumn3.FieldName = "Quantity";
            gridViewTextBoxColumn3.HeaderText = "Quantity";
            gridViewTextBoxColumn3.Name = "Quantity";
            gridViewTextBoxColumn3.Width = 134;
            gridViewTextBoxColumn4.FieldName = "UnitId";
            gridViewTextBoxColumn4.HeaderText = "UnitId";
            gridViewTextBoxColumn4.IsVisible = false;
            gridViewTextBoxColumn4.Name = "UnitId";
            gridViewTextBoxColumn4.Width = 113;
            gridViewTextBoxColumn5.FieldName = "UnitName";
            gridViewTextBoxColumn5.HeaderText = "UnitName";
            gridViewTextBoxColumn5.Name = "UnitName";
            gridViewTextBoxColumn5.Width = 134;
            gridViewTextBoxColumn6.FieldName = "Rate";
            gridViewTextBoxColumn6.HeaderText = "Rate";
            gridViewTextBoxColumn6.Name = "Rate";
            gridViewTextBoxColumn6.Width = 135;
            gridViewTextBoxColumn7.FieldName = "Total";
            gridViewTextBoxColumn7.HeaderText = "Total";
            gridViewTextBoxColumn7.Name = "Total";
            gridViewTextBoxColumn7.Width = 45;
            this.grdDispatchorderdetail.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn1,
            gridViewTextBoxColumn2,
            gridViewTextBoxColumn3,
            gridViewTextBoxColumn4,
            gridViewTextBoxColumn5,
            gridViewTextBoxColumn6,
            gridViewTextBoxColumn7});
            gridViewSummaryItem1.Aggregate = Telerik.WinControls.UI.GridAggregateFunction.Sum;
            gridViewSummaryItem1.FormatString = " Total Amount   {0}";
            gridViewSummaryItem1.Name = "Total";
            this.grdDispatchorderdetail.MasterTemplate.SummaryRowsBottom.Add(new Telerik.WinControls.UI.GridViewSummaryRowItem(new Telerik.WinControls.UI.GridViewSummaryItem[] {
                gridViewSummaryItem1}));
            this.grdDispatchorderdetail.Name = "grdDispatchorderdetail";
            this.grdDispatchorderdetail.Size = new System.Drawing.Size(598, 292);
            this.grdDispatchorderdetail.TabIndex = 0;
            this.grdDispatchorderdetail.Text = "radGridView1";
            this.grdDispatchorderdetail.Click += new System.EventHandler(this.grdDispatchorderdetail_Click);
            // 
            // FrmManagerVerification
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(916, 454);
            this.Controls.Add(this.radSplitContainer1);
            this.Name = "FrmManagerVerification";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.Text = "FrmManagerVerification";
            this.ThemeName = "ControlDefault";
            this.Load += new System.EventHandler(this.FrmManagerVerification_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
            this.radSplitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
            this.splitPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.LVdispatchorder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).EndInit();
            this.splitPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).EndInit();
            this.radSplitContainer2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
            this.splitPanel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            this.radGroupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lbloverdueamount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblNetDueAmount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblBANKGA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
            this.radLabel4.ResumeLayout(false);
            this.radLabel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblRegionName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblMobileNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblAddress)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblDealerName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnApproved)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).EndInit();
            this.splitPanel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdDispatchorderdetail.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grdDispatchorderdetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).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();
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "ID");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Nombre");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Comentario");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Estado");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 4", "Fecha visto");
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(FormPeliculas));
     this.gbPeliculas     = new Telerik.WinControls.UI.RadGroupBox();
     this.lvPeliculas     = new Telerik.WinControls.UI.RadListView();
     this.txtNombre       = new Telerik.WinControls.UI.RadTextBox();
     this.lblNombre       = new Telerik.WinControls.UI.RadLabel();
     this.btnAgregar      = new Telerik.WinControls.UI.RadButton();
     this.cmOpciones      = new Telerik.WinControls.UI.RadContextMenu(this.components);
     this.miRecargarLista = new Telerik.WinControls.UI.RadMenuItem();
     this.miEditar        = new Telerik.WinControls.UI.RadMenuItem();
     this.miEliminar      = new Telerik.WinControls.UI.RadMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.gbPeliculas)).BeginInit();
     this.gbPeliculas.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvPeliculas)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAgregar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // gbPeliculas
     //
     this.gbPeliculas.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbPeliculas.Controls.Add(this.lvPeliculas);
     this.gbPeliculas.Controls.Add(this.txtNombre);
     this.gbPeliculas.Controls.Add(this.lblNombre);
     this.gbPeliculas.HeaderText = "Películas";
     this.gbPeliculas.Location   = new System.Drawing.Point(12, 12);
     this.gbPeliculas.Name       = "gbPeliculas";
     this.gbPeliculas.Size       = new System.Drawing.Size(596, 287);
     this.gbPeliculas.TabIndex   = 0;
     this.gbPeliculas.Text       = "Películas";
     this.gbPeliculas.ThemeName  = "TelerikMetro";
     //
     // lvPeliculas
     //
     listViewDetailColumn1.HeaderText = "ID";
     listViewDetailColumn1.Visible    = false;
     listViewDetailColumn2.HeaderText = "Nombre";
     listViewDetailColumn3.HeaderText = "Comentario";
     listViewDetailColumn4.HeaderText = "Estado";
     listViewDetailColumn5.HeaderText = "Fecha visto";
     this.lvPeliculas.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4,
         listViewDetailColumn5
     });
     this.lvPeliculas.EnableColumnSort = true;
     this.lvPeliculas.EnableSorting    = true;
     this.lvPeliculas.ItemSpacing      = -1;
     this.lvPeliculas.Location         = new System.Drawing.Point(19, 74);
     this.lvPeliculas.Name             = "lvPeliculas";
     this.lvPeliculas.Size             = new System.Drawing.Size(557, 191);
     this.lvPeliculas.TabIndex         = 2;
     this.lvPeliculas.Text             = "lvPeliculas";
     this.lvPeliculas.ThemeName        = "TelerikMetro";
     this.lvPeliculas.ViewType         = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.lvPeliculas.MouseClick      += new System.Windows.Forms.MouseEventHandler(this.lvPeliculas_MouseClick);
     //
     // txtNombre
     //
     this.txtNombre.Location     = new System.Drawing.Point(94, 34);
     this.txtNombre.Name         = "txtNombre";
     this.txtNombre.Size         = new System.Drawing.Size(259, 24);
     this.txtNombre.TabIndex     = 1;
     this.txtNombre.ThemeName    = "TelerikMetro";
     this.txtNombre.TextChanged += new System.EventHandler(this.txtNombre_TextChanged);
     //
     // lblNombre
     //
     this.lblNombre.Location  = new System.Drawing.Point(19, 34);
     this.lblNombre.Name      = "lblNombre";
     this.lblNombre.Size      = new System.Drawing.Size(56, 16);
     this.lblNombre.TabIndex  = 0;
     this.lblNombre.Text      = "Nombre : ";
     this.lblNombre.ThemeName = "TelerikMetro";
     //
     // btnAgregar
     //
     this.btnAgregar.Location  = new System.Drawing.Point(12, 318);
     this.btnAgregar.Name      = "btnAgregar";
     this.btnAgregar.Size      = new System.Drawing.Size(207, 24);
     this.btnAgregar.TabIndex  = 1;
     this.btnAgregar.Text      = "Agregar nueva película";
     this.btnAgregar.ThemeName = "TelerikMetro";
     this.btnAgregar.Click    += new System.EventHandler(this.btnAgregar_Click);
     //
     // cmOpciones
     //
     this.cmOpciones.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.miRecargarLista,
         this.miEditar,
         this.miEliminar
     });
     this.cmOpciones.ThemeName = "TelerikMetro";
     //
     // miRecargarLista
     //
     this.miRecargarLista.Name = "miRecargarLista";
     this.miRecargarLista.Text = "Recargar lista";
     //
     // miEditar
     //
     this.miEditar.Name = "miEditar";
     this.miEditar.Text = "Editar";
     //
     // miEliminar
     //
     this.miEliminar.Name = "miEliminar";
     this.miEliminar.Text = "Eliminar";
     //
     // FormPeliculas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(620, 359);
     this.Controls.Add(this.btnAgregar);
     this.Controls.Add(this.gbPeliculas);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "FormPeliculas";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "Películas";
     this.ThemeName = "TelerikMetro";
     this.Load     += new System.EventHandler(this.FormPeliculas_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gbPeliculas)).EndInit();
     this.gbPeliculas.ResumeLayout(false);
     this.gbPeliculas.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvPeliculas)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAgregar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Column 0");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Column 1");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Column 2");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Column 3");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem1     = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 1");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem2     = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 2");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem3     = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 3");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem4     = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 4");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem5     = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 5");
     this.radCardView1       = new Telerik.WinControls.UI.RadCardView();
     this.cardViewGroupItem1 = new Telerik.WinControls.UI.CardViewGroupItem();
     this.cardViewItem1      = new Telerik.WinControls.UI.CardViewItem();
     this.cardViewItem2      = new Telerik.WinControls.UI.CardViewItem();
     this.cardViewItem3      = new Telerik.WinControls.UI.CardViewItem();
     this.cardViewItem4      = new Telerik.WinControls.UI.CardViewItem();
     ((System.ComponentModel.ISupportInitialize)(this.radCardView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCardView1.CardTemplate)).BeginInit();
     this.SuspendLayout();
     //
     // radCardView1
     //
     //
     //
     //
     this.radCardView1.CardTemplate.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.cardViewGroupItem1
     });
     this.radCardView1.CardTemplate.Location = new System.Drawing.Point(334, 91);
     this.radCardView1.CardTemplate.Name     = "radCardView2Template";
     this.radCardView1.CardTemplate.Size     = new System.Drawing.Size(200, 250);
     this.radCardView1.CardTemplate.TabIndex = 0;
     listViewDetailColumn1.HeaderText        = "Column 0";
     listViewDetailColumn2.HeaderText        = "Column 1";
     listViewDetailColumn3.HeaderText        = "Column 2";
     listViewDetailColumn4.HeaderText        = "Column 3";
     this.radCardView1.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4
     });
     this.radCardView1.GroupItemSize = new System.Drawing.Size(200, 28);
     listViewDataItem1.Text          = "ListViewItem 1";
     listViewDataItem2.Text          = "ListViewItem 2";
     listViewDataItem3.Text          = "ListViewItem 3";
     listViewDataItem4.Text          = "ListViewItem 4";
     listViewDataItem5.Text          = "ListViewItem 5";
     this.radCardView1.Items.AddRange(new Telerik.WinControls.UI.ListViewDataItem[] {
         listViewDataItem1,
         listViewDataItem2,
         listViewDataItem3,
         listViewDataItem4,
         listViewDataItem5
     });
     this.radCardView1.Location  = new System.Drawing.Point(26, 12);
     this.radCardView1.Name      = "radCardView1";
     this.radCardView1.Size      = new System.Drawing.Size(869, 452);
     this.radCardView1.TabIndex  = 2;
     this.radCardView1.ThemeName = "Fluent";
     this.radCardView1.CardViewItemFormatting += new Telerik.WinControls.UI.CardViewItemFormattingEventHandler(this.radCardView1_CardViewItemFormatting);
     //
     // cardViewGroupItem1
     //
     this.cardViewGroupItem1.Bounds = new System.Drawing.Rectangle(0, 0, 200, 250);
     this.cardViewGroupItem1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.cardViewItem1,
         this.cardViewItem2,
         this.cardViewItem3,
         this.cardViewItem4
     });
     this.cardViewGroupItem1.Name = "cardViewGroupItem1";
     //
     // cardViewItem1
     //
     this.cardViewItem1.Bounds    = new System.Drawing.Rectangle(0, 0, 192, 49);
     this.cardViewItem1.FieldName = "Column 0";
     this.cardViewItem1.Name      = "cardViewItem1";
     this.cardViewItem1.Text      = "Column 0";
     //
     // cardViewItem2
     //
     this.cardViewItem2.Bounds    = new System.Drawing.Rectangle(0, 49, 192, 49);
     this.cardViewItem2.FieldName = "Column 1";
     this.cardViewItem2.Name      = "cardViewItem2";
     this.cardViewItem2.Text      = "Column 1";
     //
     // cardViewItem3
     //
     this.cardViewItem3.Bounds    = new System.Drawing.Rectangle(0, 98, 192, 49);
     this.cardViewItem3.FieldName = "Column 2";
     this.cardViewItem3.Name      = "cardViewItem3";
     this.cardViewItem3.Text      = "Column 2";
     //
     // cardViewItem4
     //
     this.cardViewItem4.Bounds    = new System.Drawing.Rectangle(0, 147, 192, 75);
     this.cardViewItem4.FieldName = "Column 3";
     this.cardViewItem4.Name      = "cardViewItem4";
     this.cardViewItem4.Text      = "Column 3";
     //
     // NewsUserControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(981, 476);
     this.Controls.Add(this.radCardView1);
     this.Name  = "NewsUserControl";
     this.Load += new System.EventHandler(this.NewsUserControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radCardView1.CardTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCardView1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Number");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "DateTime");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Source");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Destination");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 4", "Protocol");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 5", "Length");
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(FormHome));
     this.telerikMetroTheme    = new Telerik.WinControls.Themes.TelerikMetroTheme();
     this.gbSelectInterface    = new Telerik.WinControls.UI.RadGroupBox();
     this.ddlNetworkAdapters   = new Telerik.WinControls.UI.RadDropDownList();
     this.gbEnterFilters       = new Telerik.WinControls.UI.RadGroupBox();
     this.txtFilters           = new Telerik.WinControls.UI.RadTextBox();
     this.gbPackets            = new Telerik.WinControls.UI.RadGroupBox();
     this.lvPackets            = new Telerik.WinControls.UI.RadListView();
     this.gbPacketInformation  = new Telerik.WinControls.UI.RadGroupBox();
     this.txtPacketInformation = new Telerik.WinControls.UI.RadTextBoxControl();
     this.radStatusStrip1      = new Telerik.WinControls.UI.RadStatusStrip();
     this.lblStatus            = new Telerik.WinControls.UI.RadLabelElement();
     this.btnStart             = new Telerik.WinControls.UI.RadButton();
     this.btnStop    = new Telerik.WinControls.UI.RadButton();
     this.cbSaveData = new Telerik.WinControls.UI.RadCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.gbSelectInterface)).BeginInit();
     this.gbSelectInterface.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlNetworkAdapters)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbEnterFilters)).BeginInit();
     this.gbEnterFilters.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilters)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbPackets)).BeginInit();
     this.gbPackets.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvPackets)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbPacketInformation)).BeginInit();
     this.gbPacketInformation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPacketInformation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnStart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnStop)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSaveData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // gbSelectInterface
     //
     this.gbSelectInterface.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbSelectInterface.Controls.Add(this.ddlNetworkAdapters);
     this.gbSelectInterface.HeaderText = "Select network adapter";
     this.gbSelectInterface.Location   = new System.Drawing.Point(12, 12);
     this.gbSelectInterface.Name       = "gbSelectInterface";
     this.gbSelectInterface.Size       = new System.Drawing.Size(604, 67);
     this.gbSelectInterface.TabIndex   = 0;
     this.gbSelectInterface.Text       = "Select network adapter";
     this.gbSelectInterface.ThemeName  = "TelerikMetro";
     //
     // ddlNetworkAdapters
     //
     this.ddlNetworkAdapters.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.ddlNetworkAdapters.Location      = new System.Drawing.Point(27, 30);
     this.ddlNetworkAdapters.Name          = "ddlNetworkAdapters";
     this.ddlNetworkAdapters.Size          = new System.Drawing.Size(560, 24);
     this.ddlNetworkAdapters.TabIndex      = 0;
     this.ddlNetworkAdapters.ThemeName     = "TelerikMetro";
     //
     // gbEnterFilters
     //
     this.gbEnterFilters.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbEnterFilters.Controls.Add(this.txtFilters);
     this.gbEnterFilters.HeaderText = "Enter filters";
     this.gbEnterFilters.Location   = new System.Drawing.Point(12, 95);
     this.gbEnterFilters.Name       = "gbEnterFilters";
     this.gbEnterFilters.Size       = new System.Drawing.Size(604, 64);
     this.gbEnterFilters.TabIndex   = 1;
     this.gbEnterFilters.Text       = "Enter filters";
     this.gbEnterFilters.ThemeName  = "TelerikMetro";
     //
     // txtFilters
     //
     this.txtFilters.Location  = new System.Drawing.Point(17, 30);
     this.txtFilters.Name      = "txtFilters";
     this.txtFilters.Size      = new System.Drawing.Size(570, 24);
     this.txtFilters.TabIndex  = 0;
     this.txtFilters.Text      = "tcp port 443";
     this.txtFilters.ThemeName = "TelerikMetro";
     //
     // gbPackets
     //
     this.gbPackets.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbPackets.Controls.Add(this.lvPackets);
     this.gbPackets.HeaderText = "Packets";
     this.gbPackets.Location   = new System.Drawing.Point(12, 175);
     this.gbPackets.Name       = "gbPackets";
     this.gbPackets.Size       = new System.Drawing.Size(604, 284);
     this.gbPackets.TabIndex   = 2;
     this.gbPackets.Text       = "Packets";
     this.gbPackets.ThemeName  = "TelerikMetro";
     //
     // lvPackets
     //
     listViewDetailColumn1.HeaderText = "Number";
     listViewDetailColumn2.HeaderText = "DateTime";
     listViewDetailColumn3.HeaderText = "Source";
     listViewDetailColumn4.HeaderText = "Destination";
     listViewDetailColumn5.HeaderText = "Protocol";
     listViewDetailColumn6.HeaderText = "Length";
     this.lvPackets.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4,
         listViewDetailColumn5,
         listViewDetailColumn6
     });
     this.lvPackets.ItemSpacing     = -1;
     this.lvPackets.Location        = new System.Drawing.Point(27, 36);
     this.lvPackets.Name            = "lvPackets";
     this.lvPackets.Size            = new System.Drawing.Size(548, 229);
     this.lvPackets.TabIndex        = 0;
     this.lvPackets.Text            = "radListView1";
     this.lvPackets.ThemeName       = "TelerikMetro";
     this.lvPackets.ViewType        = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.lvPackets.ItemMouseClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.lvPackets_ItemMouseClick);
     //
     // gbPacketInformation
     //
     this.gbPacketInformation.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbPacketInformation.Controls.Add(this.txtPacketInformation);
     this.gbPacketInformation.HeaderText = "Packet information";
     this.gbPacketInformation.Location   = new System.Drawing.Point(12, 474);
     this.gbPacketInformation.Name       = "gbPacketInformation";
     this.gbPacketInformation.Size       = new System.Drawing.Size(303, 185);
     this.gbPacketInformation.TabIndex   = 3;
     this.gbPacketInformation.Text       = "Packet information";
     this.gbPacketInformation.ThemeName  = "TelerikMetro";
     //
     // txtPacketInformation
     //
     this.txtPacketInformation.IsReadOnly = true;
     this.txtPacketInformation.Location   = new System.Drawing.Point(17, 32);
     this.txtPacketInformation.Multiline  = true;
     this.txtPacketInformation.Name       = "txtPacketInformation";
     this.txtPacketInformation.Size       = new System.Drawing.Size(269, 134);
     this.txtPacketInformation.TabIndex   = 0;
     this.txtPacketInformation.ThemeName  = "TelerikMetro";
     //
     // radStatusStrip1
     //
     this.radStatusStrip1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.lblStatus
     });
     this.radStatusStrip1.Location  = new System.Drawing.Point(0, 680);
     this.radStatusStrip1.Name      = "radStatusStrip1";
     this.radStatusStrip1.Size      = new System.Drawing.Size(628, 25);
     this.radStatusStrip1.TabIndex  = 4;
     this.radStatusStrip1.Text      = "radStatusStrip1";
     this.radStatusStrip1.ThemeName = "TelerikMetro";
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.radStatusStrip1.SetSpring(this.lblStatus, false);
     this.lblStatus.Text     = "Done";
     this.lblStatus.TextWrap = true;
     //
     // btnStart
     //
     this.btnStart.Location  = new System.Drawing.Point(344, 474);
     this.btnStart.Name      = "btnStart";
     this.btnStart.Size      = new System.Drawing.Size(255, 24);
     this.btnStart.TabIndex  = 5;
     this.btnStart.Text      = "Start";
     this.btnStart.ThemeName = "TelerikMetro";
     this.btnStart.Click    += new System.EventHandler(this.btnStart_Click);
     //
     // btnStop
     //
     this.btnStop.Location  = new System.Drawing.Point(344, 506);
     this.btnStop.Name      = "btnStop";
     this.btnStop.Size      = new System.Drawing.Size(255, 24);
     this.btnStop.TabIndex  = 6;
     this.btnStop.Text      = "Stop";
     this.btnStop.ThemeName = "TelerikMetro";
     this.btnStop.Click    += new System.EventHandler(this.btnStop_Click);
     //
     // cbSaveData
     //
     this.cbSaveData.Location  = new System.Drawing.Point(344, 547);
     this.cbSaveData.Name      = "cbSaveData";
     this.cbSaveData.Size      = new System.Drawing.Size(76, 19);
     this.cbSaveData.TabIndex  = 7;
     this.cbSaveData.Text      = "Save data";
     this.cbSaveData.ThemeName = "TelerikMetro";
     //
     // FormHome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(628, 705);
     this.Controls.Add(this.cbSaveData);
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.btnStart);
     this.Controls.Add(this.radStatusStrip1);
     this.Controls.Add(this.gbPacketInformation);
     this.Controls.Add(this.gbPackets);
     this.Controls.Add(this.gbEnterFilters);
     this.Controls.Add(this.gbSelectInterface);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "FormHome";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text         = "Fenix Packet Sniffer 1.0 - Copyright © Ismael Heredia 2020";
     this.ThemeName    = "TelerikMetro";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormHome_FormClosing);
     this.Load        += new System.EventHandler(this.FormHome_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gbSelectInterface)).EndInit();
     this.gbSelectInterface.ResumeLayout(false);
     this.gbSelectInterface.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ddlNetworkAdapters)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbEnterFilters)).EndInit();
     this.gbEnterFilters.ResumeLayout(false);
     this.gbEnterFilters.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilters)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbPackets)).EndInit();
     this.gbPackets.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvPackets)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbPacketInformation)).EndInit();
     this.gbPacketInformation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtPacketInformation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnStart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnStop)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSaveData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn1  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "DispatchOrderId");
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn2  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "DealerName");
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn3  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "DealerId");
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewSummaryItem   gridViewSummaryItem1   = new Telerik.WinControls.UI.GridViewSummaryItem();
     this.radSplitContainer1     = new Telerik.WinControls.UI.RadSplitContainer();
     this.splitPanel1            = new Telerik.WinControls.UI.SplitPanel();
     this.LVdispatchorder        = new Telerik.WinControls.UI.RadListView();
     this.splitPanel2            = new Telerik.WinControls.UI.SplitPanel();
     this.radSplitContainer2     = new Telerik.WinControls.UI.RadSplitContainer();
     this.splitPanel3            = new Telerik.WinControls.UI.SplitPanel();
     this.radGroupBox1           = new Telerik.WinControls.UI.RadGroupBox();
     this.radGroupBox2           = new Telerik.WinControls.UI.RadGroupBox();
     this.lbloverdueamount       = new Telerik.WinControls.UI.RadLabel();
     this.lblNetDueAmount        = new Telerik.WinControls.UI.RadLabel();
     this.lblBANKGA              = new Telerik.WinControls.UI.RadLabel();
     this.radLabel12             = new Telerik.WinControls.UI.RadLabel();
     this.radLabel11             = new Telerik.WinControls.UI.RadLabel();
     this.radLabel10             = new Telerik.WinControls.UI.RadLabel();
     this.radLabel4              = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9              = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3              = new Telerik.WinControls.UI.RadLabel();
     this.radLabel8              = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2              = new Telerik.WinControls.UI.RadLabel();
     this.radLabel7              = new Telerik.WinControls.UI.RadLabel();
     this.lblRegionName          = new Telerik.WinControls.UI.RadLabel();
     this.radLabel6              = new Telerik.WinControls.UI.RadLabel();
     this.lblMobileNo            = new Telerik.WinControls.UI.RadLabel();
     this.radLabel5              = new Telerik.WinControls.UI.RadLabel();
     this.lblAddress             = new Telerik.WinControls.UI.RadLabel();
     this.lblDealerName          = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1              = new Telerik.WinControls.UI.RadLabel();
     this.btnApproved            = new Telerik.WinControls.UI.RadButton();
     this.splitPanel4            = new Telerik.WinControls.UI.SplitPanel();
     this.grdDispatchorderdetail = new Telerik.WinControls.UI.RadGridView();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
     this.radSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
     this.splitPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LVdispatchorder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).BeginInit();
     this.splitPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).BeginInit();
     this.radSplitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
     this.splitPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbloverdueamount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNetDueAmount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblBANKGA)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     this.radLabel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRegionName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblMobileNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblAddress)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDealerName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnApproved)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).BeginInit();
     this.splitPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDispatchorderdetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdDispatchorderdetail.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radSplitContainer1
     //
     this.radSplitContainer1.Controls.Add(this.splitPanel1);
     this.radSplitContainer1.Controls.Add(this.splitPanel2);
     this.radSplitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radSplitContainer1.Location = new System.Drawing.Point(0, 0);
     this.radSplitContainer1.Name     = "radSplitContainer1";
     //
     //
     //
     this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radSplitContainer1.Size     = new System.Drawing.Size(916, 454);
     this.radSplitContainer1.TabIndex = 0;
     this.radSplitContainer1.TabStop  = false;
     this.radSplitContainer1.Text     = "radSplitContainer1";
     //
     // splitPanel1
     //
     this.splitPanel1.Controls.Add(this.LVdispatchorder);
     this.splitPanel1.Location = new System.Drawing.Point(0, 0);
     this.splitPanel1.Name     = "splitPanel1";
     //
     //
     //
     this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.splitPanel1.Size = new System.Drawing.Size(314, 454);
     this.splitPanel1.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(-0.1561772F, 0F);
     this.splitPanel1.SizeInfo.SplitterCorrection = new System.Drawing.Size(-134, 0);
     this.splitPanel1.TabIndex = 0;
     this.splitPanel1.TabStop  = false;
     this.splitPanel1.Text     = "splitPanel1";
     //
     // LVdispatchorder
     //
     this.LVdispatchorder.AllowEdit   = false;
     listViewDetailColumn1.HeaderText = "DispatchOrderId";
     listViewDetailColumn2.HeaderText = "DealerName";
     listViewDetailColumn3.HeaderText = "DealerId";
     this.LVdispatchorder.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3
     });
     this.LVdispatchorder.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.LVdispatchorder.Font                  = new System.Drawing.Font("Segoe UI Semibold", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LVdispatchorder.HeaderHeight          = 25F;
     this.LVdispatchorder.ItemSpacing           = -1;
     this.LVdispatchorder.Location              = new System.Drawing.Point(0, 0);
     this.LVdispatchorder.Name                  = "LVdispatchorder";
     this.LVdispatchorder.Size                  = new System.Drawing.Size(314, 454);
     this.LVdispatchorder.TabIndex              = 0;
     this.LVdispatchorder.Text                  = "radListView1";
     this.LVdispatchorder.ViewType              = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.LVdispatchorder.SelectedItemChanged  += new System.EventHandler(this.LVdispatchorder_SelectedItemChanged);
     this.LVdispatchorder.SelectedIndexChanged += new System.EventHandler(this.LVdispatchorder_SelectedIndexChanged);
     //
     // splitPanel2
     //
     this.splitPanel2.Controls.Add(this.radSplitContainer2);
     this.splitPanel2.Location = new System.Drawing.Point(318, 0);
     this.splitPanel2.Name     = "splitPanel2";
     //
     //
     //
     this.splitPanel2.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.splitPanel2.Size = new System.Drawing.Size(598, 454);
     this.splitPanel2.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0.1561772F, 0F);
     this.splitPanel2.SizeInfo.SplitterCorrection = new System.Drawing.Size(134, 0);
     this.splitPanel2.TabIndex = 1;
     this.splitPanel2.TabStop  = false;
     this.splitPanel2.Text     = "splitPanel2";
     //
     // radSplitContainer2
     //
     this.radSplitContainer2.Controls.Add(this.splitPanel3);
     this.radSplitContainer2.Controls.Add(this.splitPanel4);
     this.radSplitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.radSplitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.radSplitContainer2.Name        = "radSplitContainer2";
     this.radSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     //
     //
     this.radSplitContainer2.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radSplitContainer2.Size     = new System.Drawing.Size(598, 454);
     this.radSplitContainer2.TabIndex = 0;
     this.radSplitContainer2.TabStop  = false;
     this.radSplitContainer2.Text     = "radSplitContainer2";
     //
     // splitPanel3
     //
     this.splitPanel3.Controls.Add(this.radGroupBox1);
     this.splitPanel3.Location = new System.Drawing.Point(0, 0);
     this.splitPanel3.Name     = "splitPanel3";
     //
     //
     //
     this.splitPanel3.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.splitPanel3.Size = new System.Drawing.Size(598, 158);
     this.splitPanel3.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0F, -0.1488889F);
     this.splitPanel3.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, -67);
     this.splitPanel3.TabIndex = 0;
     this.splitPanel3.TabStop  = false;
     this.splitPanel3.Text     = "splitPanel3";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radGroupBox2);
     this.radGroupBox1.Controls.Add(this.btnApproved);
     this.radGroupBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location   = new System.Drawing.Point(0, 0);
     this.radGroupBox1.Name       = "radGroupBox1";
     this.radGroupBox1.Size       = new System.Drawing.Size(598, 158);
     this.radGroupBox1.TabIndex   = 0;
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.Controls.Add(this.lbloverdueamount);
     this.radGroupBox2.Controls.Add(this.lblNetDueAmount);
     this.radGroupBox2.Controls.Add(this.lblBANKGA);
     this.radGroupBox2.Controls.Add(this.radLabel12);
     this.radGroupBox2.Controls.Add(this.radLabel11);
     this.radGroupBox2.Controls.Add(this.radLabel10);
     this.radGroupBox2.Controls.Add(this.radLabel4);
     this.radGroupBox2.Controls.Add(this.radLabel3);
     this.radGroupBox2.Controls.Add(this.radLabel8);
     this.radGroupBox2.Controls.Add(this.radLabel2);
     this.radGroupBox2.Controls.Add(this.radLabel7);
     this.radGroupBox2.Controls.Add(this.lblRegionName);
     this.radGroupBox2.Controls.Add(this.radLabel6);
     this.radGroupBox2.Controls.Add(this.lblMobileNo);
     this.radGroupBox2.Controls.Add(this.radLabel5);
     this.radGroupBox2.Controls.Add(this.lblAddress);
     this.radGroupBox2.Controls.Add(this.lblDealerName);
     this.radGroupBox2.Controls.Add(this.radLabel1);
     this.radGroupBox2.Dock       = System.Windows.Forms.DockStyle.Left;
     this.radGroupBox2.Font       = new System.Drawing.Font("Segoe UI Semibold", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radGroupBox2.HeaderText = "Dealer Information";
     this.radGroupBox2.Location   = new System.Drawing.Point(2, 18);
     this.radGroupBox2.Name       = "radGroupBox2";
     this.radGroupBox2.Size       = new System.Drawing.Size(475, 138);
     this.radGroupBox2.TabIndex   = 1;
     this.radGroupBox2.Text       = "Dealer Information";
     //
     // lbloverdueamount
     //
     this.lbloverdueamount.Font      = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbloverdueamount.ForeColor = System.Drawing.Color.Red;
     this.lbloverdueamount.Location  = new System.Drawing.Point(375, 82);
     this.lbloverdueamount.Name      = "lbloverdueamount";
     this.lbloverdueamount.Size      = new System.Drawing.Size(2, 2);
     this.lbloverdueamount.TabIndex  = 2;
     //
     // lblNetDueAmount
     //
     this.lblNetDueAmount.Font      = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNetDueAmount.ForeColor = System.Drawing.Color.Red;
     this.lblNetDueAmount.Location  = new System.Drawing.Point(375, 59);
     this.lblNetDueAmount.Name      = "lblNetDueAmount";
     this.lblNetDueAmount.Size      = new System.Drawing.Size(2, 2);
     this.lblNetDueAmount.TabIndex  = 2;
     //
     // lblBANKGA
     //
     this.lblBANKGA.Font      = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBANKGA.ForeColor = System.Drawing.Color.DarkGreen;
     this.lblBANKGA.Location  = new System.Drawing.Point(375, 36);
     this.lblBANKGA.Name      = "lblBANKGA";
     this.lblBANKGA.Size      = new System.Drawing.Size(2, 2);
     this.lblBANKGA.TabIndex  = 2;
     //
     // radLabel12
     //
     this.radLabel12.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel12.Location = new System.Drawing.Point(223, 82);
     this.radLabel12.Name     = "radLabel12";
     this.radLabel12.Size     = new System.Drawing.Size(108, 17);
     this.radLabel12.TabIndex = 2;
     this.radLabel12.Text     = "&Over Due Amount";
     //
     // radLabel11
     //
     this.radLabel11.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel11.Location = new System.Drawing.Point(223, 59);
     this.radLabel11.Name     = "radLabel11";
     this.radLabel11.Size     = new System.Drawing.Size(100, 17);
     this.radLabel11.TabIndex = 2;
     this.radLabel11.Text     = "&Net Due Amount";
     //
     // radLabel10
     //
     this.radLabel10.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel10.Location = new System.Drawing.Point(223, 36);
     this.radLabel10.Name     = "radLabel10";
     this.radLabel10.Size     = new System.Drawing.Size(146, 17);
     this.radLabel10.TabIndex = 2;
     this.radLabel10.Text     = "&Bank Guarantee Amount";
     //
     // radLabel4
     //
     this.radLabel4.Controls.Add(this.radLabel9);
     this.radLabel4.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel4.Location = new System.Drawing.Point(16, 105);
     this.radLabel4.Name     = "radLabel4";
     this.radLabel4.Size     = new System.Drawing.Size(82, 17);
     this.radLabel4.TabIndex = 2;
     this.radLabel4.Text     = "&Region Name";
     //
     // radLabel9
     //
     this.radLabel9.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel9.Location = new System.Drawing.Point(0, 0);
     this.radLabel9.Name     = "radLabel9";
     this.radLabel9.Size     = new System.Drawing.Size(82, 17);
     this.radLabel9.TabIndex = 2;
     this.radLabel9.Text     = "&Region Name";
     //
     // radLabel3
     //
     this.radLabel3.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel3.Location = new System.Drawing.Point(16, 82);
     this.radLabel3.Name     = "radLabel3";
     this.radLabel3.Size     = new System.Drawing.Size(64, 17);
     this.radLabel3.TabIndex = 3;
     this.radLabel3.Text     = "&Mobile No";
     //
     // radLabel8
     //
     this.radLabel8.Font     = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel8.Location = new System.Drawing.Point(111, 105);
     this.radLabel8.Name     = "radLabel8";
     this.radLabel8.Size     = new System.Drawing.Size(2, 2);
     this.radLabel8.TabIndex = 5;
     //
     // radLabel2
     //
     this.radLabel2.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel2.Location = new System.Drawing.Point(16, 59);
     this.radLabel2.Name     = "radLabel2";
     this.radLabel2.Size     = new System.Drawing.Size(52, 17);
     this.radLabel2.TabIndex = 4;
     this.radLabel2.Text     = "&Address";
     //
     // radLabel7
     //
     this.radLabel7.Font     = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel7.Location = new System.Drawing.Point(109, 82);
     this.radLabel7.Name     = "radLabel7";
     this.radLabel7.Size     = new System.Drawing.Size(2, 2);
     this.radLabel7.TabIndex = 6;
     //
     // lblRegionName
     //
     this.lblRegionName.Font     = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRegionName.Location = new System.Drawing.Point(111, 105);
     this.lblRegionName.Name     = "lblRegionName";
     this.lblRegionName.Size     = new System.Drawing.Size(2, 2);
     this.lblRegionName.TabIndex = 5;
     //
     // radLabel6
     //
     this.radLabel6.Font     = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel6.Location = new System.Drawing.Point(109, 59);
     this.radLabel6.Name     = "radLabel6";
     this.radLabel6.Size     = new System.Drawing.Size(2, 2);
     this.radLabel6.TabIndex = 7;
     //
     // lblMobileNo
     //
     this.lblMobileNo.Font     = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMobileNo.Location = new System.Drawing.Point(109, 82);
     this.lblMobileNo.Name     = "lblMobileNo";
     this.lblMobileNo.Size     = new System.Drawing.Size(2, 2);
     this.lblMobileNo.TabIndex = 6;
     //
     // radLabel5
     //
     this.radLabel5.Font     = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel5.Location = new System.Drawing.Point(111, 36);
     this.radLabel5.Name     = "radLabel5";
     this.radLabel5.Size     = new System.Drawing.Size(2, 2);
     this.radLabel5.TabIndex = 8;
     //
     // lblAddress
     //
     this.lblAddress.Font     = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAddress.Location = new System.Drawing.Point(109, 59);
     this.lblAddress.Name     = "lblAddress";
     this.lblAddress.Size     = new System.Drawing.Size(2, 2);
     this.lblAddress.TabIndex = 7;
     //
     // lblDealerName
     //
     this.lblDealerName.Font     = new System.Drawing.Font("Sitka Subheading", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDealerName.Location = new System.Drawing.Point(111, 36);
     this.lblDealerName.Name     = "lblDealerName";
     this.lblDealerName.Size     = new System.Drawing.Size(2, 2);
     this.lblDealerName.TabIndex = 8;
     //
     // radLabel1
     //
     this.radLabel1.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel1.Location = new System.Drawing.Point(16, 36);
     this.radLabel1.Name     = "radLabel1";
     this.radLabel1.Size     = new System.Drawing.Size(80, 17);
     this.radLabel1.TabIndex = 9;
     this.radLabel1.Text     = "&Dealer Name";
     //
     // btnApproved
     //
     this.btnApproved.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnApproved.Font     = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnApproved.Location = new System.Drawing.Point(483, 129);
     this.btnApproved.Name     = "btnApproved";
     this.btnApproved.Size     = new System.Drawing.Size(110, 24);
     this.btnApproved.TabIndex = 0;
     this.btnApproved.Text     = "&Approved";
     this.btnApproved.Click   += new System.EventHandler(this.btnApproved_Click);
     //
     // splitPanel4
     //
     this.splitPanel4.Controls.Add(this.grdDispatchorderdetail);
     this.splitPanel4.Location = new System.Drawing.Point(0, 162);
     this.splitPanel4.Name     = "splitPanel4";
     //
     //
     //
     this.splitPanel4.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.splitPanel4.Size = new System.Drawing.Size(598, 292);
     this.splitPanel4.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0F, 0.1488889F);
     this.splitPanel4.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, 67);
     this.splitPanel4.TabIndex = 1;
     this.splitPanel4.TabStop  = false;
     this.splitPanel4.Text     = "splitPanel4";
     //
     // grdDispatchorderdetail
     //
     this.grdDispatchorderdetail.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grdDispatchorderdetail.Font     = new System.Drawing.Font("Sitka Display", 9.749999F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdDispatchorderdetail.Location = new System.Drawing.Point(0, 0);
     //
     // grdDispatchorderdetail
     //
     this.grdDispatchorderdetail.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
     gridViewTextBoxColumn1.FieldName  = "ProductId";
     gridViewTextBoxColumn1.HeaderText = "ProductId";
     gridViewTextBoxColumn1.IsVisible  = false;
     gridViewTextBoxColumn1.Name       = "ProductId";
     gridViewTextBoxColumn1.Width      = 94;
     gridViewTextBoxColumn2.FieldName  = "ProductName";
     gridViewTextBoxColumn2.HeaderText = "ProductName";
     gridViewTextBoxColumn2.Name       = "ProductName";
     gridViewTextBoxColumn2.Width      = 134;
     gridViewTextBoxColumn3.FieldName  = "Quantity";
     gridViewTextBoxColumn3.HeaderText = "Quantity";
     gridViewTextBoxColumn3.Name       = "Quantity";
     gridViewTextBoxColumn3.Width      = 134;
     gridViewTextBoxColumn4.FieldName  = "UnitId";
     gridViewTextBoxColumn4.HeaderText = "UnitId";
     gridViewTextBoxColumn4.IsVisible  = false;
     gridViewTextBoxColumn4.Name       = "UnitId";
     gridViewTextBoxColumn4.Width      = 113;
     gridViewTextBoxColumn5.FieldName  = "UnitName";
     gridViewTextBoxColumn5.HeaderText = "UnitName";
     gridViewTextBoxColumn5.Name       = "UnitName";
     gridViewTextBoxColumn5.Width      = 134;
     gridViewTextBoxColumn6.FieldName  = "Rate";
     gridViewTextBoxColumn6.HeaderText = "Rate";
     gridViewTextBoxColumn6.Name       = "Rate";
     gridViewTextBoxColumn6.Width      = 135;
     gridViewTextBoxColumn7.FieldName  = "Total";
     gridViewTextBoxColumn7.HeaderText = "Total";
     gridViewTextBoxColumn7.Name       = "Total";
     gridViewTextBoxColumn7.Width      = 45;
     this.grdDispatchorderdetail.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewTextBoxColumn3,
         gridViewTextBoxColumn4,
         gridViewTextBoxColumn5,
         gridViewTextBoxColumn6,
         gridViewTextBoxColumn7
     });
     gridViewSummaryItem1.Aggregate    = Telerik.WinControls.UI.GridAggregateFunction.Sum;
     gridViewSummaryItem1.FormatString = " Total Amount   {0}";
     gridViewSummaryItem1.Name         = "Total";
     this.grdDispatchorderdetail.MasterTemplate.SummaryRowsBottom.Add(new Telerik.WinControls.UI.GridViewSummaryRowItem(new Telerik.WinControls.UI.GridViewSummaryItem[] {
         gridViewSummaryItem1
     }));
     this.grdDispatchorderdetail.Name     = "grdDispatchorderdetail";
     this.grdDispatchorderdetail.Size     = new System.Drawing.Size(598, 292);
     this.grdDispatchorderdetail.TabIndex = 0;
     this.grdDispatchorderdetail.Text     = "radGridView1";
     this.grdDispatchorderdetail.Click   += new System.EventHandler(this.grdDispatchorderdetail_Click);
     //
     // FrmManagerVerification
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(916, 454);
     this.Controls.Add(this.radSplitContainer1);
     this.Name = "FrmManagerVerification";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "FrmManagerVerification";
     this.ThemeName = "ControlDefault";
     this.Load     += new System.EventHandler(this.FrmManagerVerification_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
     this.radSplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
     this.splitPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.LVdispatchorder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).EndInit();
     this.splitPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer2)).EndInit();
     this.radSplitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
     this.splitPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbloverdueamount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNetDueAmount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblBANKGA)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     this.radLabel4.ResumeLayout(false);
     this.radLabel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRegionName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblMobileNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblAddress)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDealerName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnApproved)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).EndInit();
     this.splitPanel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdDispatchorderdetail.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdDispatchorderdetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "ID");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "對象名稱");
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(LinuxSetting));
     this.radPageView1          = new Telerik.WinControls.UI.RadPageView();
     this.radPageViewPage1      = new Telerik.WinControls.UI.RadPageViewPage();
     this.radGroupBox1          = new Telerik.WinControls.UI.RadGroupBox();
     this.ShowTargetRes         = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel14            = new Telerik.WinControls.UI.RadLabel();
     this.radLabel19            = new Telerik.WinControls.UI.RadLabel();
     this.ShowTargetWarning     = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel18            = new Telerik.WinControls.UI.RadLabel();
     this.ShowTargetIP          = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel17            = new Telerik.WinControls.UI.RadLabel();
     this.deldata_btn           = new Telerik.WinControls.UI.RadButton();
     this.updata_btn            = new Telerik.WinControls.UI.RadButton();
     this.ShowTargetAlert       = new Telerik.WinControls.UI.RadTextBox();
     this.ShowTargetName        = new Telerik.WinControls.UI.RadTextBox();
     this.ShowTargetID          = new Telerik.WinControls.UI.RadLabel();
     this.radLabel13            = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9             = new Telerik.WinControls.UI.RadLabel();
     this.radLabel8             = new Telerik.WinControls.UI.RadLabel();
     this.radWaitingBar1        = new Telerik.WinControls.UI.RadWaitingBar();
     this.Reload_btn            = new Telerik.WinControls.UI.RadButton();
     this.TargetListView        = new Telerik.WinControls.UI.RadListView();
     this.find_text             = new Telerik.WinControls.UI.RadTextBox();
     this.radPageViewPage2      = new Telerik.WinControls.UI.RadPageViewPage();
     this.radWizard1            = new Telerik.WinControls.UI.RadWizard();
     this.wizardCompletionPage1 = new Telerik.WinControls.UI.WizardCompletionPage();
     this.panel3             = new System.Windows.Forms.Panel();
     this.radLabel7          = new Telerik.WinControls.UI.RadLabel();
     this.radLabel6          = new Telerik.WinControls.UI.RadLabel();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.panel1             = new System.Windows.Forms.Panel();
     this.label1             = new System.Windows.Forms.Label();
     this.TransIP_btn        = new Telerik.WinControls.UI.RadButton();
     this.radLabel16         = new Telerik.WinControls.UI.RadLabel();
     this.NewTargetIP        = new Telerik.WinControls.UI.RadTextBox();
     this.NewTargetName      = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel1          = new Telerik.WinControls.UI.RadLabel();
     this.wizardWelcomePage1 = new Telerik.WinControls.UI.WizardWelcomePage();
     this.LoadAccess         = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit();
     this.radPageView1.SuspendLayout();
     this.radPageViewPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetRes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetWarning)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetIP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deldata_btn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.updata_btn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetAlert)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Reload_btn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TargetListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.find_text)).BeginInit();
     this.radPageViewPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radWizard1)).BeginInit();
     this.radWizard1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TransIP_btn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetIP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPageView1
     //
     this.radPageView1.Controls.Add(this.radPageViewPage1);
     this.radPageView1.Controls.Add(this.radPageViewPage2);
     this.radPageView1.Location = new System.Drawing.Point(12, 12);
     this.radPageView1.Name     = "radPageView1";
     //
     //
     //
     this.radPageView1.RootElement.SmoothingMode           = System.Drawing.Drawing2D.SmoothingMode.Invalid;
     this.radPageView1.RootElement.UseDefaultDisabledPaint = true;
     this.radPageView1.SelectedPage = this.radPageViewPage1;
     this.radPageView1.Size         = new System.Drawing.Size(599, 374);
     this.radPageView1.TabIndex     = 1;
     this.radPageView1.Text         = "radPageView1";
     this.radPageView1.ThemeName    = "TelerikMetroBlue";
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView1.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
     //
     // radPageViewPage1
     //
     this.radPageViewPage1.Controls.Add(this.radGroupBox1);
     this.radPageViewPage1.Controls.Add(this.radWaitingBar1);
     this.radPageViewPage1.Controls.Add(this.Reload_btn);
     this.radPageViewPage1.Controls.Add(this.TargetListView);
     this.radPageViewPage1.Controls.Add(this.find_text);
     this.radPageViewPage1.Location = new System.Drawing.Point(5, 31);
     this.radPageViewPage1.Name     = "radPageViewPage1";
     this.radPageViewPage1.Size     = new System.Drawing.Size(589, 338);
     this.radPageViewPage1.Text     = "對象設定";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.ShowTargetRes);
     this.radGroupBox1.Controls.Add(this.radLabel14);
     this.radGroupBox1.Controls.Add(this.radLabel19);
     this.radGroupBox1.Controls.Add(this.ShowTargetWarning);
     this.radGroupBox1.Controls.Add(this.radLabel18);
     this.radGroupBox1.Controls.Add(this.ShowTargetIP);
     this.radGroupBox1.Controls.Add(this.radLabel17);
     this.radGroupBox1.Controls.Add(this.deldata_btn);
     this.radGroupBox1.Controls.Add(this.updata_btn);
     this.radGroupBox1.Controls.Add(this.ShowTargetAlert);
     this.radGroupBox1.Controls.Add(this.ShowTargetName);
     this.radGroupBox1.Controls.Add(this.ShowTargetID);
     this.radGroupBox1.Controls.Add(this.radLabel13);
     this.radGroupBox1.Controls.Add(this.radLabel9);
     this.radGroupBox1.Controls.Add(this.radLabel8);
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey   = "";
     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(229, 4);
     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(355, 332);
     this.radGroupBox1.TabIndex  = 4;
     this.radGroupBox1.Text      = "內容";
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // ShowTargetRes
     //
     this.ShowTargetRes.Location = new System.Drawing.Point(67, 77);
     this.ShowTargetRes.Name     = "ShowTargetRes";
     this.ShowTargetRes.Size     = new System.Drawing.Size(270, 20);
     this.ShowTargetRes.TabIndex = 21;
     this.ShowTargetRes.TabStop  = false;
     //
     // radLabel14
     //
     this.radLabel14.Location = new System.Drawing.Point(17, 78);
     this.radLabel14.Name     = "radLabel14";
     this.radLabel14.Size     = new System.Drawing.Size(44, 19);
     this.radLabel14.TabIndex = 20;
     this.radLabel14.Text     = "負責人";
     //
     // radLabel19
     //
     this.radLabel19.Location = new System.Drawing.Point(67, 152);
     this.radLabel19.Name     = "radLabel19";
     this.radLabel19.Size     = new System.Drawing.Size(137, 19);
     this.radLabel19.TabIndex = 19;
     this.radLabel19.Text     = "註:警報值大於0時啟用";
     //
     // ShowTargetWarning
     //
     this.ShowTargetWarning.Location = new System.Drawing.Point(67, 129);
     this.ShowTargetWarning.Name     = "ShowTargetWarning";
     this.ShowTargetWarning.Size     = new System.Drawing.Size(270, 20);
     this.ShowTargetWarning.TabIndex = 18;
     this.ShowTargetWarning.TabStop  = false;
     //
     // radLabel18
     //
     this.radLabel18.Location = new System.Drawing.Point(17, 130);
     this.radLabel18.Name     = "radLabel18";
     this.radLabel18.Size     = new System.Drawing.Size(44, 19);
     this.radLabel18.TabIndex = 17;
     this.radLabel18.Text     = "警報值";
     //
     // ShowTargetIP
     //
     this.ShowTargetIP.Location = new System.Drawing.Point(67, 51);
     this.ShowTargetIP.Name     = "ShowTargetIP";
     this.ShowTargetIP.Size     = new System.Drawing.Size(107, 20);
     this.ShowTargetIP.TabIndex = 11;
     this.ShowTargetIP.TabStop  = false;
     //
     // radLabel17
     //
     this.radLabel17.Location = new System.Drawing.Point(43, 52);
     this.radLabel17.Name     = "radLabel17";
     this.radLabel17.Size     = new System.Drawing.Size(17, 19);
     this.radLabel17.TabIndex = 10;
     this.radLabel17.Text     = "IP";
     //
     // deldata_btn
     //
     this.deldata_btn.Enabled   = false;
     this.deldata_btn.Location  = new System.Drawing.Point(193, 302);
     this.deldata_btn.Name      = "deldata_btn";
     this.deldata_btn.Size      = new System.Drawing.Size(157, 25);
     this.deldata_btn.TabIndex  = 13;
     this.deldata_btn.Text      = "刪除";
     this.deldata_btn.ThemeName = "TelerikMetroBlue";
     this.deldata_btn.Click    += new System.EventHandler(this.deldata_btn_Click);
     //
     // updata_btn
     //
     this.updata_btn.Enabled   = false;
     this.updata_btn.Location  = new System.Drawing.Point(17, 302);
     this.updata_btn.Name      = "updata_btn";
     this.updata_btn.Size      = new System.Drawing.Size(157, 25);
     this.updata_btn.TabIndex  = 12;
     this.updata_btn.Text      = "更新";
     this.updata_btn.ThemeName = "TelerikMetroBlue";
     this.updata_btn.Click    += new System.EventHandler(this.updata_btn_Click);
     //
     // ShowTargetAlert
     //
     this.ShowTargetAlert.Location = new System.Drawing.Point(67, 103);
     this.ShowTargetAlert.Name     = "ShowTargetAlert";
     this.ShowTargetAlert.Size     = new System.Drawing.Size(270, 20);
     this.ShowTargetAlert.TabIndex = 10;
     this.ShowTargetAlert.TabStop  = false;
     //
     // ShowTargetName
     //
     this.ShowTargetName.Location = new System.Drawing.Point(230, 25);
     this.ShowTargetName.Name     = "ShowTargetName";
     this.ShowTargetName.Size     = new System.Drawing.Size(107, 20);
     this.ShowTargetName.TabIndex = 8;
     this.ShowTargetName.TabStop  = false;
     //
     // ShowTargetID
     //
     this.ShowTargetID.Location = new System.Drawing.Point(67, 26);
     this.ShowTargetID.Name     = "ShowTargetID";
     this.ShowTargetID.Size     = new System.Drawing.Size(17, 19);
     this.ShowTargetID.TabIndex = 1;
     this.ShowTargetID.Text     = "__";
     //
     // radLabel13
     //
     this.radLabel13.Location = new System.Drawing.Point(17, 104);
     this.radLabel13.Name     = "radLabel13";
     this.radLabel13.Size     = new System.Drawing.Size(44, 19);
     this.radLabel13.TabIndex = 5;
     this.radLabel13.Text     = "警戒值";
     //
     // radLabel9
     //
     this.radLabel9.Location = new System.Drawing.Point(193, 26);
     this.radLabel9.Name     = "radLabel9";
     this.radLabel9.Size     = new System.Drawing.Size(31, 19);
     this.radLabel9.TabIndex = 1;
     this.radLabel9.Text     = "名稱";
     //
     // radLabel8
     //
     this.radLabel8.Location = new System.Drawing.Point(43, 26);
     this.radLabel8.Name     = "radLabel8";
     this.radLabel8.Size     = new System.Drawing.Size(18, 19);
     this.radLabel8.TabIndex = 0;
     this.radLabel8.Text     = "ID";
     //
     // radWaitingBar1
     //
     this.radWaitingBar1.Location             = new System.Drawing.Point(4, 30);
     this.radWaitingBar1.Name                 = "radWaitingBar1";
     this.radWaitingBar1.Size                 = new System.Drawing.Size(218, 13);
     this.radWaitingBar1.TabIndex             = 3;
     this.radWaitingBar1.Text                 = "radWaitingBar1";
     this.radWaitingBar1.ThemeName            = "TelerikMetroBlue";
     this.radWaitingBar1.WaitingIndicatorSize = new System.Drawing.Size(50, 30);
     //
     // Reload_btn
     //
     this.Reload_btn.Location  = new System.Drawing.Point(145, 4);
     this.Reload_btn.Name      = "Reload_btn";
     this.Reload_btn.Size      = new System.Drawing.Size(77, 21);
     this.Reload_btn.TabIndex  = 2;
     this.Reload_btn.Text      = "查詢";
     this.Reload_btn.ThemeName = "TelerikMetroBlue";
     this.Reload_btn.Click    += new System.EventHandler(this.Reload_btn_Click);
     //
     // TargetListView
     //
     this.TargetListView.AllowEdit    = false;
     this.TargetListView.AllowRemove  = false;
     this.TargetListView.AutoScroll   = true;
     listViewDetailColumn1.HeaderText = "ID";
     listViewDetailColumn1.Width      = 40F;
     listViewDetailColumn2.HeaderText = "對象名稱";
     listViewDetailColumn2.Width      = 140F;
     this.TargetListView.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2
     });
     this.TargetListView.GroupItemSize   = new System.Drawing.Size(200, 20);
     this.TargetListView.ItemSize        = new System.Drawing.Size(200, 20);
     this.TargetListView.ItemSpacing     = -1;
     this.TargetListView.Location        = new System.Drawing.Point(4, 49);
     this.TargetListView.Name            = "TargetListView";
     this.TargetListView.Size            = new System.Drawing.Size(218, 287);
     this.TargetListView.TabIndex        = 1;
     this.TargetListView.Text            = "radListView1";
     this.TargetListView.ViewType        = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.TargetListView.ItemMouseClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.TargetListView_ItemMouseClick);
     //
     // find_text
     //
     this.find_text.Location = new System.Drawing.Point(4, 4);
     this.find_text.Name     = "find_text";
     this.find_text.Size     = new System.Drawing.Size(134, 20);
     this.find_text.TabIndex = 0;
     this.find_text.TabStop  = false;
     //
     // radPageViewPage2
     //
     this.radPageViewPage2.Controls.Add(this.radWizard1);
     this.radPageViewPage2.Location = new System.Drawing.Point(5, 31);
     this.radPageViewPage2.Name     = "radPageViewPage2";
     this.radPageViewPage2.Size     = new System.Drawing.Size(589, 338);
     this.radPageViewPage2.Text     = "新增對象";
     //
     // radWizard1
     //
     this.radWizard1.CompletionPage = this.wizardCompletionPage1;
     this.radWizard1.Controls.Add(this.panel1);
     this.radWizard1.Controls.Add(this.panel3);
     this.radWizard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radWizard1.HideCompletionImage = true;
     this.radWizard1.Location            = new System.Drawing.Point(0, 0);
     this.radWizard1.Mode           = Telerik.WinControls.UI.WizardMode.Wizard97;
     this.radWizard1.Name           = "radWizard1";
     this.radWizard1.PageHeaderIcon = global::FreeSpaceEyes.Properties.Resources._64px_linux_logo;
     this.radWizard1.Pages.Add(this.wizardWelcomePage1);
     this.radWizard1.Pages.Add(this.wizardCompletionPage1);
     this.radWizard1.Size        = new System.Drawing.Size(589, 338);
     this.radWizard1.TabIndex    = 0;
     this.radWizard1.Text        = "radWizard1";
     this.radWizard1.ThemeName   = "TelerikMetroBlue";
     this.radWizard1.WelcomePage = this.wizardWelcomePage1;
     this.radWizard1.Next       += new Telerik.WinControls.UI.WizardCancelEventHandler(this.radWizard1_Next);
     this.radWizard1.Finish     += new System.EventHandler(this.radWizard1_Finish);
     this.radWizard1.Cancel     += new System.EventHandler(this.radWizard1_Cancel);
     this.radWizard1.Help       += new System.EventHandler(this.radWizard1_Help);
     //
     // wizardCompletionPage1
     //
     this.wizardCompletionPage1.ContentArea      = this.panel3;
     this.wizardCompletionPage1.Header           = "Page header";
     this.wizardCompletionPage1.HeaderVisibility = Telerik.WinControls.ElementVisibility.Visible;
     this.wizardCompletionPage1.Name             = "wizardCompletionPage1";
     this.wizardCompletionPage1.Title            = "完成";
     this.wizardCompletionPage1.TitleVisibility  = Telerik.WinControls.ElementVisibility.Visible;
     this.wizardCompletionPage1.Visibility       = Telerik.WinControls.ElementVisibility.Visible;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.radLabel7);
     this.panel3.Controls.Add(this.radLabel6);
     this.panel3.Controls.Add(this.pictureBox1);
     this.panel3.Location = new System.Drawing.Point(0, 69);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(589, 221);
     this.panel3.TabIndex = 2;
     //
     // radLabel7
     //
     this.radLabel7.Location = new System.Drawing.Point(209, 100);
     this.radLabel7.Name     = "radLabel7";
     this.radLabel7.Size     = new System.Drawing.Size(241, 19);
     this.radLabel7.TabIndex = 5;
     this.radLabel7.Text     = "需要更多設定?請進入【對象設定】中調整";
     //
     // radLabel6
     //
     this.radLabel6.Location = new System.Drawing.Point(209, 75);
     this.radLabel6.Name     = "radLabel6";
     this.radLabel6.Size     = new System.Drawing.Size(211, 19);
     this.radLabel6.TabIndex = 4;
     this.radLabel6.Text     = "必要資訊收集結束,按下Finish後完成";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::FreeSpaceEyes.Properties.Resources._64px_linux_logo;
     this.pictureBox1.Location = new System.Drawing.Point(139, 75);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(64, 77);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.TransIP_btn);
     this.panel1.Controls.Add(this.radLabel16);
     this.panel1.Controls.Add(this.NewTargetIP);
     this.panel1.Controls.Add(this.NewTargetName);
     this.panel1.Controls.Add(this.radLabel1);
     this.panel1.Location = new System.Drawing.Point(150, 69);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(439, 221);
     this.panel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(57, 108);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(331, 15);
     this.label1.TabIndex = 13;
     this.label1.Text     = "使用SNMP v1 取得空間、請確定目標已安裝SNMP及開啟權限";
     //
     // TransIP_btn
     //
     this.TransIP_btn.Location = new System.Drawing.Point(311, 37);
     this.TransIP_btn.Name     = "TransIP_btn";
     this.TransIP_btn.Size     = new System.Drawing.Size(76, 19);
     this.TransIP_btn.TabIndex = 12;
     this.TransIP_btn.Text     = "轉換IP";
     this.TransIP_btn.Click   += new System.EventHandler(this.TransIP_btn_Click);
     //
     // radLabel16
     //
     this.radLabel16.Location = new System.Drawing.Point(99, 64);
     this.radLabel16.Name     = "radLabel16";
     this.radLabel16.Size     = new System.Drawing.Size(17, 19);
     this.radLabel16.TabIndex = 10;
     this.radLabel16.Text     = "IP";
     //
     // NewTargetIP
     //
     this.NewTargetIP.Location = new System.Drawing.Point(122, 63);
     this.NewTargetIP.Name     = "NewTargetIP";
     this.NewTargetIP.Size     = new System.Drawing.Size(265, 20);
     this.NewTargetIP.TabIndex = 11;
     this.NewTargetIP.TabStop  = false;
     //
     // NewTargetName
     //
     this.NewTargetName.Location = new System.Drawing.Point(122, 37);
     this.NewTargetName.Name     = "NewTargetName";
     this.NewTargetName.Size     = new System.Drawing.Size(183, 20);
     this.NewTargetName.TabIndex = 9;
     this.NewTargetName.TabStop  = false;
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(60, 38);
     this.radLabel1.Name     = "radLabel1";
     this.radLabel1.Size     = new System.Drawing.Size(56, 19);
     this.radLabel1.TabIndex = 8;
     this.radLabel1.Text     = "目標名稱";
     //
     // wizardWelcomePage1
     //
     this.wizardWelcomePage1.ContentArea = this.panel1;
     this.wizardWelcomePage1.Header      = "Page header";
     this.wizardWelcomePage1.Name        = "wizardWelcomePage1";
     this.wizardWelcomePage1.Title       = "新增對象...";
     this.wizardWelcomePage1.Visibility  = Telerik.WinControls.ElementVisibility.Visible;
     //
     // LoadAccess
     //
     this.LoadAccess.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.LoadAccess_DoWork);
     this.LoadAccess.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.LoadAccess_RunWorkerCompleted);
     //
     // LinuxSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(623, 398);
     this.Controls.Add(this.radPageView1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "LinuxSetting";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "LinuxSetting  FreeSpaceEyes";
     this.ThemeName = "TelerikMetroBlue";
     this.TopMost   = true;
     this.Load     += new System.EventHandler(this.LinuxSetting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit();
     this.radPageView1.ResumeLayout(false);
     this.radPageViewPage1.ResumeLayout(false);
     this.radPageViewPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetRes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetWarning)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetIP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deldata_btn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.updata_btn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetAlert)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Reload_btn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TargetListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.find_text)).EndInit();
     this.radPageViewPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radWizard1)).EndInit();
     this.radWizard1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TransIP_btn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetIP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Пример #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Name");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Path to CSV");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Color");
     Telerik.WinControls.UI.ListViewDataItemGroup   listViewDataItemGroup1 = new Telerik.WinControls.UI.ListViewDataItemGroup("ListViewGroup 1");
     Telerik.WinControls.UI.ListViewDataItemGroup   listViewDataItemGroup2 = new Telerik.WinControls.UI.ListViewDataItemGroup("ListViewGroup 2");
     Telerik.WinControls.UI.CartesianArea           cartesianArea1         = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CartesianArea           cartesianArea2         = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CartesianArea           cartesianArea3         = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CartesianArea           cartesianArea4         = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CartesianArea           cartesianArea5         = new Telerik.WinControls.UI.CartesianArea();
     Telerik.WinControls.UI.CartesianArea           cartesianArea6         = new Telerik.WinControls.UI.CartesianArea();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
     this.radPageView1       = new Telerik.WinControls.UI.RadPageView();
     this.radPageViewPage6   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radGroupBox3       = new Telerik.WinControls.UI.RadGroupBox();
     this.chordColor         = new Telerik.WinControls.UI.RadColorBox();
     this.camberColor        = new Telerik.WinControls.UI.RadColorBox();
     this.radCheckBox2       = new Telerik.WinControls.UI.RadCheckBox();
     this.radCheckBox1       = new Telerik.WinControls.UI.RadCheckBox();
     this.radButton5         = new Telerik.WinControls.UI.RadButton();
     this.radButton3         = new Telerik.WinControls.UI.RadButton();
     this.radGroupBox2       = new Telerik.WinControls.UI.RadGroupBox();
     this.radButton9         = new Telerik.WinControls.UI.RadButton();
     this.radLabel6          = new Telerik.WinControls.UI.RadLabel();
     this.radButton8         = new Telerik.WinControls.UI.RadButton();
     this.radButton6         = new Telerik.WinControls.UI.RadButton();
     this.seriesColor        = new Telerik.WinControls.UI.RadColorBox();
     this.tb_pathtodat       = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel4          = new Telerik.WinControls.UI.RadLabel();
     this.radButton4         = new Telerik.WinControls.UI.RadButton();
     this.radButton1         = new Telerik.WinControls.UI.RadButton();
     this.tb_pathtocsv       = new Telerik.WinControls.UI.RadTextBox();
     this.radTextBox1        = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel3          = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2          = new Telerik.WinControls.UI.RadLabel();
     this.radLabel1          = new Telerik.WinControls.UI.RadLabel();
     this.radGroupBox1       = new Telerik.WinControls.UI.RadGroupBox();
     this.radListView1       = new Telerik.WinControls.UI.RadListView();
     this.radPageViewPage8   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radChartView6      = new Telerik.WinControls.UI.RadChartView();
     this.radPageViewPage1   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radChartView1      = new Telerik.WinControls.UI.RadChartView();
     this.radPageViewPage2   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radChartView2      = new Telerik.WinControls.UI.RadChartView();
     this.radPageViewPage3   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radChartView3      = new Telerik.WinControls.UI.RadChartView();
     this.radPageViewPage4   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radChartView4      = new Telerik.WinControls.UI.RadChartView();
     this.radPageViewPage7   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radChartView5      = new Telerik.WinControls.UI.RadChartView();
     this.radPageViewPage5   = new Telerik.WinControls.UI.RadPageViewPage();
     this.radButton2         = new Telerik.WinControls.UI.RadButton();
     this.radTextBox2        = new Telerik.WinControls.UI.RadTextBox();
     this.radOpenFileDialog1 = new Telerik.WinControls.UI.RadOpenFileDialog();
     this.fluentTheme1       = new Telerik.WinControls.Themes.FluentTheme();
     this.radColorDialog1    = new Telerik.WinControls.RadColorDialog();
     this.materialTealTheme1 = new Telerik.WinControls.Themes.MaterialTealTheme();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit();
     this.radPageView1.SuspendLayout();
     this.radPageViewPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
     this.radGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chordColor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.camberColor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
     this.radGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.seriesColor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_pathtodat)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_pathtocsv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radListView1)).BeginInit();
     this.radPageViewPage8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView6)).BeginInit();
     this.radPageViewPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).BeginInit();
     this.radPageViewPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView2)).BeginInit();
     this.radPageViewPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView3)).BeginInit();
     this.radPageViewPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView4)).BeginInit();
     this.radPageViewPage7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radChartView5)).BeginInit();
     this.radPageViewPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPageView1
     //
     this.radPageView1.Controls.Add(this.radPageViewPage6);
     this.radPageView1.Controls.Add(this.radPageViewPage8);
     this.radPageView1.Controls.Add(this.radPageViewPage1);
     this.radPageView1.Controls.Add(this.radPageViewPage2);
     this.radPageView1.Controls.Add(this.radPageViewPage3);
     this.radPageView1.Controls.Add(this.radPageViewPage4);
     this.radPageView1.Controls.Add(this.radPageViewPage7);
     this.radPageView1.Controls.Add(this.radPageViewPage5);
     this.radPageView1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.radPageView1.Location     = new System.Drawing.Point(0, 0);
     this.radPageView1.Name         = "radPageView1";
     this.radPageView1.SelectedPage = this.radPageViewPage6;
     this.radPageView1.Size         = new System.Drawing.Size(1063, 773);
     this.radPageView1.TabIndex     = 3;
     this.radPageView1.ThemeName    = "MaterialTeal";
     this.radPageView1.ViewMode     = Telerik.WinControls.UI.PageViewMode.NavigationView;
     ((Telerik.WinControls.UI.RadPageViewNavigationViewElement)(this.radPageView1.GetChildAt(0))).DisplayMode = Telerik.WinControls.UI.NavigationViewDisplayModes.Minimal;
     //
     // radPageViewPage6
     //
     this.radPageViewPage6.Controls.Add(this.radGroupBox3);
     this.radPageViewPage6.Controls.Add(this.radButton5);
     this.radPageViewPage6.Controls.Add(this.radButton3);
     this.radPageViewPage6.Controls.Add(this.radGroupBox2);
     this.radPageViewPage6.Controls.Add(this.radGroupBox1);
     this.radPageViewPage6.Location = new System.Drawing.Point(1, 49);
     this.radPageViewPage6.Name     = "radPageViewPage6";
     this.radPageViewPage6.Size     = new System.Drawing.Size(1061, 723);
     this.radPageViewPage6.Text     = "Data";
     this.radPageViewPage6.Paint   += new System.Windows.Forms.PaintEventHandler(this.radPageViewPage6_Paint);
     //
     // radGroupBox3
     //
     this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox3.Controls.Add(this.chordColor);
     this.radGroupBox3.Controls.Add(this.camberColor);
     this.radGroupBox3.Controls.Add(this.radCheckBox2);
     this.radGroupBox3.Controls.Add(this.radCheckBox1);
     this.radGroupBox3.HeaderText = "Extra settings";
     this.radGroupBox3.Location   = new System.Drawing.Point(740, 428);
     this.radGroupBox3.Name       = "radGroupBox3";
     this.radGroupBox3.Size       = new System.Drawing.Size(296, 284);
     this.radGroupBox3.TabIndex   = 11;
     this.radGroupBox3.Text       = "Extra settings";
     this.radGroupBox3.ThemeName  = "MaterialTeal";
     //
     // chordColor
     //
     this.chordColor.Enabled   = false;
     this.chordColor.Location  = new System.Drawing.Point(129, 78);
     this.chordColor.Name      = "chordColor";
     this.chordColor.Size      = new System.Drawing.Size(152, 36);
     this.chordColor.TabIndex  = 11;
     this.chordColor.ThemeName = "MaterialTeal";
     this.chordColor.Value     = System.Drawing.Color.Teal;
     //
     // camberColor
     //
     this.camberColor.Enabled   = false;
     this.camberColor.Location  = new System.Drawing.Point(129, 34);
     this.camberColor.Name      = "camberColor";
     this.camberColor.Size      = new System.Drawing.Size(152, 36);
     this.camberColor.TabIndex  = 9;
     this.camberColor.ThemeName = "MaterialTeal";
     this.camberColor.Value     = System.Drawing.Color.Green;
     //
     // radCheckBox2
     //
     this.radCheckBox2.Location            = new System.Drawing.Point(15, 87);
     this.radCheckBox2.Name                = "radCheckBox2";
     this.radCheckBox2.Size                = new System.Drawing.Size(95, 19);
     this.radCheckBox2.TabIndex            = 10;
     this.radCheckBox2.Text                = "Chord Line";
     this.radCheckBox2.ThemeName           = "MaterialTeal";
     this.radCheckBox2.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBox2_ToggleStateChanged);
     //
     // radCheckBox1
     //
     this.radCheckBox1.Enabled             = false;
     this.radCheckBox1.Location            = new System.Drawing.Point(15, 43);
     this.radCheckBox1.Name                = "radCheckBox1";
     this.radCheckBox1.Size                = new System.Drawing.Size(107, 19);
     this.radCheckBox1.TabIndex            = 0;
     this.radCheckBox1.Text                = "Camber Line";
     this.radCheckBox1.ThemeName           = "MaterialTeal";
     this.radCheckBox1.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.radCheckBox1_ToggleStateChanged);
     this.radCheckBox1.CheckStateChanged  += new System.EventHandler(this.radCheckBox1_CheckStateChanged);
     //
     // radButton5
     //
     this.radButton5.Enabled   = false;
     this.radButton5.Location  = new System.Drawing.Point(906, 57);
     this.radButton5.Name      = "radButton5";
     this.radButton5.Size      = new System.Drawing.Size(144, 36);
     this.radButton5.TabIndex  = 10;
     this.radButton5.Text      = "Clean";
     this.radButton5.ThemeName = "MaterialTeal";
     //
     // radButton3
     //
     this.radButton3.Enabled   = false;
     this.radButton3.Location  = new System.Drawing.Point(906, 15);
     this.radButton3.Name      = "radButton3";
     this.radButton3.Size      = new System.Drawing.Size(144, 36);
     this.radButton3.TabIndex  = 9;
     this.radButton3.Text      = "Graph";
     this.radButton3.ThemeName = "MaterialTeal";
     this.radButton3.Click    += new System.EventHandler(this.radButton3_Click_1);
     //
     // radGroupBox2
     //
     this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox2.Controls.Add(this.radButton9);
     this.radGroupBox2.Controls.Add(this.radLabel6);
     this.radGroupBox2.Controls.Add(this.radButton8);
     this.radGroupBox2.Controls.Add(this.radButton6);
     this.radGroupBox2.Controls.Add(this.seriesColor);
     this.radGroupBox2.Controls.Add(this.tb_pathtodat);
     this.radGroupBox2.Controls.Add(this.radLabel4);
     this.radGroupBox2.Controls.Add(this.radButton4);
     this.radGroupBox2.Controls.Add(this.radButton1);
     this.radGroupBox2.Controls.Add(this.tb_pathtocsv);
     this.radGroupBox2.Controls.Add(this.radTextBox1);
     this.radGroupBox2.Controls.Add(this.radLabel3);
     this.radGroupBox2.Controls.Add(this.radLabel2);
     this.radGroupBox2.Controls.Add(this.radLabel1);
     this.radGroupBox2.HeaderText = "Add Series";
     this.radGroupBox2.Location   = new System.Drawing.Point(19, 428);
     this.radGroupBox2.Name       = "radGroupBox2";
     this.radGroupBox2.Size       = new System.Drawing.Size(705, 284);
     this.radGroupBox2.TabIndex   = 8;
     this.radGroupBox2.Text       = "Add Series";
     this.radGroupBox2.ThemeName  = "MaterialTeal";
     //
     // radButton9
     //
     this.radButton9.Location  = new System.Drawing.Point(554, 112);
     this.radButton9.Name      = "radButton9";
     this.radButton9.Size      = new System.Drawing.Size(136, 36);
     this.radButton9.TabIndex  = 8;
     this.radButton9.Text      = "Add Man.";
     this.radButton9.ThemeName = "MaterialTeal";
     this.radButton9.Click    += new System.EventHandler(this.radButton9_Click);
     //
     // radLabel6
     //
     this.radLabel6.Location  = new System.Drawing.Point(14, 253);
     this.radLabel6.Name      = "radLabel6";
     this.radLabel6.Size      = new System.Drawing.Size(205, 21);
     this.radLabel6.TabIndex  = 11;
     this.radLabel6.Text      = "! Note: Color cannot be \"White\"";
     this.radLabel6.ThemeName = "MaterialTeal";
     //
     // radButton8
     //
     this.radButton8.Location  = new System.Drawing.Point(554, 70);
     this.radButton8.Name      = "radButton8";
     this.radButton8.Size      = new System.Drawing.Size(136, 36);
     this.radButton8.TabIndex  = 7;
     this.radButton8.Text      = "Add Man.";
     this.radButton8.ThemeName = "MaterialTeal";
     this.radButton8.Click    += new System.EventHandler(this.radButton8_Click);
     //
     // radButton6
     //
     this.radButton6.Location  = new System.Drawing.Point(502, 112);
     this.radButton6.Name      = "radButton6";
     this.radButton6.Size      = new System.Drawing.Size(46, 36);
     this.radButton6.TabIndex  = 10;
     this.radButton6.Text      = "...";
     this.radButton6.ThemeName = "MaterialTeal";
     this.radButton6.Click    += new System.EventHandler(this.radButton6_Click);
     //
     // seriesColor
     //
     this.seriesColor.Location      = new System.Drawing.Point(104, 155);
     this.seriesColor.Name          = "seriesColor";
     this.seriesColor.Size          = new System.Drawing.Size(444, 36);
     this.seriesColor.TabIndex      = 8;
     this.seriesColor.ThemeName     = "MaterialTeal";
     this.seriesColor.Value         = System.Drawing.Color.White;
     this.seriesColor.ValueChanged += new System.EventHandler(this.radColorBox1_ValueChanged);
     //
     // tb_pathtodat
     //
     this.tb_pathtodat.Enabled   = false;
     this.tb_pathtodat.Location  = new System.Drawing.Point(104, 112);
     this.tb_pathtodat.Name      = "tb_pathtodat";
     this.tb_pathtodat.Size      = new System.Drawing.Size(392, 36);
     this.tb_pathtodat.TabIndex  = 9;
     this.tb_pathtodat.ThemeName = "MaterialTeal";
     //
     // radLabel4
     //
     this.radLabel4.Location  = new System.Drawing.Point(14, 127);
     this.radLabel4.Name      = "radLabel4";
     this.radLabel4.Size      = new System.Drawing.Size(89, 21);
     this.radLabel4.TabIndex  = 8;
     this.radLabel4.Text      = "Path to DAT:";
     this.radLabel4.ThemeName = "MaterialTeal";
     //
     // radButton4
     //
     this.radButton4.Location  = new System.Drawing.Point(502, 70);
     this.radButton4.Name      = "radButton4";
     this.radButton4.Size      = new System.Drawing.Size(46, 36);
     this.radButton4.TabIndex  = 7;
     this.radButton4.Text      = "...";
     this.radButton4.ThemeName = "MaterialTeal";
     this.radButton4.Click    += new System.EventHandler(this.radButton4_Click);
     //
     // radButton1
     //
     this.radButton1.Location  = new System.Drawing.Point(458, 238);
     this.radButton1.Name      = "radButton1";
     this.radButton1.Size      = new System.Drawing.Size(90, 36);
     this.radButton1.TabIndex  = 5;
     this.radButton1.Text      = "Add";
     this.radButton1.ThemeName = "MaterialTeal";
     this.radButton1.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // tb_pathtocsv
     //
     this.tb_pathtocsv.Enabled   = false;
     this.tb_pathtocsv.Location  = new System.Drawing.Point(104, 70);
     this.tb_pathtocsv.Name      = "tb_pathtocsv";
     this.tb_pathtocsv.Size      = new System.Drawing.Size(392, 36);
     this.tb_pathtocsv.TabIndex  = 4;
     this.tb_pathtocsv.ThemeName = "MaterialTeal";
     //
     // radTextBox1
     //
     this.radTextBox1.Location  = new System.Drawing.Point(104, 26);
     this.radTextBox1.Name      = "radTextBox1";
     this.radTextBox1.Size      = new System.Drawing.Size(444, 36);
     this.radTextBox1.TabIndex  = 3;
     this.radTextBox1.ThemeName = "MaterialTeal";
     //
     // radLabel3
     //
     this.radLabel3.Location  = new System.Drawing.Point(14, 170);
     this.radLabel3.Name      = "radLabel3";
     this.radLabel3.Size      = new System.Drawing.Size(46, 21);
     this.radLabel3.TabIndex  = 2;
     this.radLabel3.Text      = "Color:";
     this.radLabel3.ThemeName = "MaterialTeal";
     //
     // radLabel2
     //
     this.radLabel2.Location  = new System.Drawing.Point(14, 85);
     this.radLabel2.Name      = "radLabel2";
     this.radLabel2.Size      = new System.Drawing.Size(88, 21);
     this.radLabel2.TabIndex  = 1;
     this.radLabel2.Text      = "Path to CSV:";
     this.radLabel2.ThemeName = "MaterialTeal";
     //
     // radLabel1
     //
     this.radLabel1.Location  = new System.Drawing.Point(14, 41);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(49, 21);
     this.radLabel1.TabIndex  = 0;
     this.radLabel1.Text      = "Name:";
     this.radLabel1.ThemeName = "MaterialTeal";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radListView1);
     this.radGroupBox1.HeaderText = "";
     this.radGroupBox1.Location   = new System.Drawing.Point(17, 15);
     this.radGroupBox1.Name       = "radGroupBox1";
     this.radGroupBox1.Size       = new System.Drawing.Size(873, 400);
     this.radGroupBox1.TabIndex   = 7;
     this.radGroupBox1.ThemeName  = "MaterialTeal";
     //
     // radListView1
     //
     listViewDetailColumn1.HeaderText = "Name";
     listViewDetailColumn1.MinWidth   = 150F;
     listViewDetailColumn1.Width      = 150F;
     listViewDetailColumn2.HeaderText = "Path to CSV";
     listViewDetailColumn2.MinWidth   = 300F;
     listViewDetailColumn2.Width      = 300F;
     listViewDetailColumn3.HeaderText = "Color";
     listViewDetailColumn3.MinWidth   = 250F;
     listViewDetailColumn3.Width      = 250F;
     this.radListView1.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3
     });
     this.radListView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.radListView1.GroupItemSize = new System.Drawing.Size(200, 32);
     listViewDataItemGroup1.Text     = "ListViewGroup 1";
     listViewDataItemGroup2.Text     = "ListViewGroup 2";
     this.radListView1.Groups.AddRange(new Telerik.WinControls.UI.ListViewDataItemGroup[] {
         listViewDataItemGroup1,
         listViewDataItemGroup2
     });
     this.radListView1.ItemSize    = new System.Drawing.Size(200, 32);
     this.radListView1.ItemSpacing = -1;
     this.radListView1.Location    = new System.Drawing.Point(2, 18);
     this.radListView1.Name        = "radListView1";
     this.radListView1.Size        = new System.Drawing.Size(869, 380);
     this.radListView1.TabIndex    = 6;
     this.radListView1.ThemeName   = "MaterialTeal";
     this.radListView1.ViewType    = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // radPageViewPage8
     //
     this.radPageViewPage8.Controls.Add(this.radChartView6);
     this.radPageViewPage8.Location = new System.Drawing.Point(1, 49);
     this.radPageViewPage8.Name     = "radPageViewPage8";
     this.radPageViewPage8.Size     = new System.Drawing.Size(1061, 723);
     this.radPageViewPage8.Text     = "Airfoil";
     //
     // radChartView6
     //
     cartesianArea1.GridDesign.AlternatingHorizontalColor = false;
     cartesianArea1.GridDesign.AlternatingVerticalColor   = false;
     cartesianArea1.GridDesign.DrawVerticalFills          = false;
     this.radChartView6.AreaDesign = cartesianArea1;
     this.radChartView6.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.radChartView6.Font       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radChartView6.ForeColor  = System.Drawing.Color.White;
     this.radChartView6.Location   = new System.Drawing.Point(0, 0);
     this.radChartView6.Name       = "radChartView6";
     //
     //
     //
     this.radChartView6.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.FitToAvailableSize;
     this.radChartView6.ShowGrid      = false;
     this.radChartView6.ShowPanZoom   = true;
     this.radChartView6.ShowTrackBall = true;
     this.radChartView6.Size          = new System.Drawing.Size(1061, 723);
     this.radChartView6.TabIndex      = 1;
     this.radChartView6.ThemeName     = "MaterialTeal";
     ((Telerik.WinControls.UI.RadChartElement)(this.radChartView6.GetChildAt(0))).TextWrap       = false;
     ((Telerik.WinControls.UI.RadChartElement)(this.radChartView6.GetChildAt(0))).ScaleTransform = new System.Drawing.SizeF(1F, 1F);
     ((Telerik.WinControls.Layouts.DockLayoutPanel)(this.radChartView6.GetChildAt(0).GetChildAt(0))).AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     //
     // radPageViewPage1
     //
     this.radPageViewPage1.Controls.Add(this.radChartView1);
     this.radPageViewPage1.Description = null;
     this.radPageViewPage1.Location    = new System.Drawing.Point(281, 49);
     this.radPageViewPage1.Name        = "radPageViewPage1";
     this.radPageViewPage1.Size        = new System.Drawing.Size(781, 723);
     this.radPageViewPage1.Text        = "C(l) vs Alpha";
     this.radPageViewPage1.Title       = "C(l) vs Alpha";
     //
     // radChartView1
     //
     cartesianArea2.GridDesign.AlternatingHorizontalColor = false;
     cartesianArea2.GridDesign.AlternatingVerticalColor   = false;
     cartesianArea2.GridDesign.DrawVerticalFills          = false;
     this.radChartView1.AreaDesign = cartesianArea2;
     this.radChartView1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.radChartView1.Font       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radChartView1.ForeColor  = System.Drawing.Color.White;
     this.radChartView1.Location   = new System.Drawing.Point(0, 0);
     this.radChartView1.Name       = "radChartView1";
     //
     //
     //
     this.radChartView1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.FitToAvailableSize;
     this.radChartView1.ShowGrid      = false;
     this.radChartView1.ShowPanZoom   = true;
     this.radChartView1.ShowTrackBall = true;
     this.radChartView1.Size          = new System.Drawing.Size(781, 723);
     this.radChartView1.TabIndex      = 0;
     this.radChartView1.ThemeName     = "MaterialTeal";
     ((Telerik.WinControls.UI.RadChartElement)(this.radChartView1.GetChildAt(0))).TextWrap = false;
     ((Telerik.WinControls.Layouts.DockLayoutPanel)(this.radChartView1.GetChildAt(0).GetChildAt(0))).AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     //
     // radPageViewPage2
     //
     this.radPageViewPage2.Controls.Add(this.radChartView2);
     this.radPageViewPage2.Location = new System.Drawing.Point(281, 49);
     this.radPageViewPage2.Name     = "radPageViewPage2";
     this.radPageViewPage2.Size     = new System.Drawing.Size(781, 646);
     this.radPageViewPage2.Text     = "C(d) vs Alpha";
     //
     // radChartView2
     //
     cartesianArea3.GridDesign.AlternatingHorizontalColor = false;
     cartesianArea3.GridDesign.AlternatingVerticalColor   = false;
     cartesianArea3.GridDesign.DrawVerticalFills          = false;
     this.radChartView2.AreaDesign = cartesianArea3;
     this.radChartView2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.radChartView2.Font       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radChartView2.ForeColor  = System.Drawing.Color.White;
     this.radChartView2.Location   = new System.Drawing.Point(0, 0);
     this.radChartView2.Name       = "radChartView2";
     //
     //
     //
     this.radChartView2.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.FitToAvailableSize;
     this.radChartView2.ShowGrid      = false;
     this.radChartView2.ShowPanZoom   = true;
     this.radChartView2.ShowTrackBall = true;
     this.radChartView2.Size          = new System.Drawing.Size(781, 646);
     this.radChartView2.TabIndex      = 1;
     this.radChartView2.ThemeName     = "MaterialTeal";
     ((Telerik.WinControls.UI.RadChartElement)(this.radChartView2.GetChildAt(0))).TextWrap = false;
     ((Telerik.WinControls.Layouts.DockLayoutPanel)(this.radChartView2.GetChildAt(0).GetChildAt(0))).AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     //
     // radPageViewPage3
     //
     this.radPageViewPage3.Controls.Add(this.radChartView3);
     this.radPageViewPage3.Location = new System.Drawing.Point(281, 49);
     this.radPageViewPage3.Name     = "radPageViewPage3";
     this.radPageViewPage3.Size     = new System.Drawing.Size(781, 646);
     this.radPageViewPage3.Text     = "CDf vs Alpha";
     //
     // radChartView3
     //
     cartesianArea4.GridDesign.AlternatingHorizontalColor = false;
     cartesianArea4.GridDesign.AlternatingVerticalColor   = false;
     cartesianArea4.GridDesign.DrawVerticalFills          = false;
     this.radChartView3.AreaDesign = cartesianArea4;
     this.radChartView3.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.radChartView3.Font       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radChartView3.ForeColor  = System.Drawing.Color.White;
     this.radChartView3.Location   = new System.Drawing.Point(0, 0);
     this.radChartView3.Name       = "radChartView3";
     //
     //
     //
     this.radChartView3.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.FitToAvailableSize;
     this.radChartView3.ShowGrid      = false;
     this.radChartView3.ShowPanZoom   = true;
     this.radChartView3.ShowTrackBall = true;
     this.radChartView3.Size          = new System.Drawing.Size(781, 646);
     this.radChartView3.TabIndex      = 1;
     this.radChartView3.ThemeName     = "MaterialTeal";
     ((Telerik.WinControls.UI.RadChartElement)(this.radChartView3.GetChildAt(0))).TextWrap = false;
     ((Telerik.WinControls.Layouts.DockLayoutPanel)(this.radChartView3.GetChildAt(0).GetChildAt(0))).AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     //
     // radPageViewPage4
     //
     this.radPageViewPage4.Controls.Add(this.radChartView4);
     this.radPageViewPage4.Location = new System.Drawing.Point(281, 49);
     this.radPageViewPage4.Name     = "radPageViewPage4";
     this.radPageViewPage4.Size     = new System.Drawing.Size(781, 646);
     this.radPageViewPage4.Text     = "C(M) vs Alpha";
     //
     // radChartView4
     //
     cartesianArea5.GridDesign.AlternatingHorizontalColor = false;
     cartesianArea5.GridDesign.AlternatingVerticalColor   = false;
     cartesianArea5.GridDesign.DrawVerticalFills          = false;
     this.radChartView4.AreaDesign = cartesianArea5;
     this.radChartView4.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.radChartView4.Font       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radChartView4.ForeColor  = System.Drawing.Color.White;
     this.radChartView4.Location   = new System.Drawing.Point(0, 0);
     this.radChartView4.Name       = "radChartView4";
     //
     //
     //
     this.radChartView4.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.FitToAvailableSize;
     this.radChartView4.ShowGrid      = false;
     this.radChartView4.ShowPanZoom   = true;
     this.radChartView4.ShowTrackBall = true;
     this.radChartView4.Size          = new System.Drawing.Size(781, 646);
     this.radChartView4.TabIndex      = 1;
     this.radChartView4.ThemeName     = "MaterialTeal";
     ((Telerik.WinControls.UI.RadChartElement)(this.radChartView4.GetChildAt(0))).TextWrap = false;
     ((Telerik.WinControls.Layouts.DockLayoutPanel)(this.radChartView4.GetChildAt(0).GetChildAt(0))).AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     //
     // radPageViewPage7
     //
     this.radPageViewPage7.Controls.Add(this.radChartView5);
     this.radPageViewPage7.Location = new System.Drawing.Point(1, 49);
     this.radPageViewPage7.Name     = "radPageViewPage7";
     this.radPageViewPage7.Size     = new System.Drawing.Size(1061, 723);
     this.radPageViewPage7.Text     = "x(cp) vs Alpha";
     //
     // radChartView5
     //
     cartesianArea6.GridDesign.AlternatingHorizontalColor = false;
     cartesianArea6.GridDesign.AlternatingVerticalColor   = false;
     cartesianArea6.GridDesign.DrawVerticalFills          = false;
     this.radChartView5.AreaDesign = cartesianArea6;
     this.radChartView5.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.radChartView5.Font       = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radChartView5.ForeColor  = System.Drawing.Color.White;
     this.radChartView5.Location   = new System.Drawing.Point(0, 0);
     this.radChartView5.Name       = "radChartView5";
     //
     //
     //
     this.radChartView5.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.FitToAvailableSize;
     this.radChartView5.ShowGrid      = false;
     this.radChartView5.ShowPanZoom   = true;
     this.radChartView5.ShowTrackBall = true;
     this.radChartView5.Size          = new System.Drawing.Size(1061, 723);
     this.radChartView5.TabIndex      = 2;
     this.radChartView5.ThemeName     = "MaterialTeal";
     ((Telerik.WinControls.UI.RadChartElement)(this.radChartView5.GetChildAt(0))).TextWrap = false;
     ((Telerik.WinControls.Layouts.DockLayoutPanel)(this.radChartView5.GetChildAt(0).GetChildAt(0))).AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
     //
     // radPageViewPage5
     //
     this.radPageViewPage5.Controls.Add(this.radButton2);
     this.radPageViewPage5.Controls.Add(this.radTextBox2);
     this.radPageViewPage5.Location = new System.Drawing.Point(281, 49);
     this.radPageViewPage5.Name     = "radPageViewPage5";
     this.radPageViewPage5.Size     = new System.Drawing.Size(781, 723);
     this.radPageViewPage5.Text     = "Logs";
     //
     // radButton2
     //
     this.radButton2.Location  = new System.Drawing.Point(897, 599);
     this.radButton2.Name      = "radButton2";
     this.radButton2.Size      = new System.Drawing.Size(99, 36);
     this.radButton2.TabIndex  = 3;
     this.radButton2.Text      = "Clean Logs";
     this.radButton2.ThemeName = "MaterialTeal";
     this.radButton2.Click    += new System.EventHandler(this.radButton2_Click);
     //
     // radTextBox2
     //
     this.radTextBox2.Location  = new System.Drawing.Point(15, 12);
     this.radTextBox2.Multiline = true;
     this.radTextBox2.Name      = "radTextBox2";
     //
     //
     //
     this.radTextBox2.RootElement.StretchVertically = true;
     this.radTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.radTextBox2.Size       = new System.Drawing.Size(981, 581);
     this.radTextBox2.TabIndex   = 6;
     this.radTextBox2.Text       = "Logs...";
     this.radTextBox2.ThemeName  = "MaterialTeal";
     //
     // radOpenFileDialog1
     //
     this.radOpenFileDialog1.DefaultExt = ".csv";
     //
     // radColorDialog1
     //
     this.radColorDialog1.Icon             = ((System.Drawing.Icon)(resources.GetObject("radColorDialog1.Icon")));
     this.radColorDialog1.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.radColorDialog1.SelectedColor    = System.Drawing.Color.Red;
     this.radColorDialog1.SelectedHslColor = Telerik.WinControls.HslColor.FromAhsl(0D, 1D, 1D);
     //
     // RadForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1063, 773);
     this.Controls.Add(this.radPageView1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "RadForm1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Airfoil Graphing Tool";
     this.ThemeName     = "MaterialTeal";
     this.Load         += new System.EventHandler(this.RadForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit();
     this.radPageView1.ResumeLayout(false);
     this.radPageViewPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
     this.radGroupBox3.ResumeLayout(false);
     this.radGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chordColor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.camberColor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCheckBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
     this.radGroupBox2.ResumeLayout(false);
     this.radGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.seriesColor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_pathtodat)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tb_pathtocsv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radListView1)).EndInit();
     this.radPageViewPage8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView6)).EndInit();
     this.radPageViewPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView1)).EndInit();
     this.radPageViewPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView2)).EndInit();
     this.radPageViewPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView3)).EndInit();
     this.radPageViewPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView4)).EndInit();
     this.radPageViewPage7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radChartView5)).EndInit();
     this.radPageViewPage5.ResumeLayout(false);
     this.radPageViewPage5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Пример #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Client Machine Name");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Status");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Time Left");
     this.radListViewClientList         = new Telerik.WinControls.UI.RadListView();
     this.radButtonSelectNone           = new Telerik.WinControls.UI.RadButton();
     this.radButtonSelectAll            = new Telerik.WinControls.UI.RadButton();
     this.radButtonSelectReverse        = new Telerik.WinControls.UI.RadButton();
     this.radButtonStartSessionNonTimed = new Telerik.WinControls.UI.RadButton();
     this.radButtonStartSessionTimed    = new Telerik.WinControls.UI.RadButton();
     this.radSpinEditorSessionTime      = new Telerik.WinControls.UI.RadSpinEditor();
     this.radButtonEndSession           = new Telerik.WinControls.UI.RadButton();
     this.radButtonMore            = new Telerik.WinControls.UI.RadButton();
     this.radPanelMore             = new Telerik.WinControls.UI.RadPanel();
     this.radButtonComputerTurnOff = new Telerik.WinControls.UI.RadButton();
     this.radButtonUSBOn           = new Telerik.WinControls.UI.RadButton();
     this.radButtonUSBOff          = new Telerik.WinControls.UI.RadButton();
     this.radButtonComputerReboot  = new Telerik.WinControls.UI.RadButton();
     this.radLabel1          = new Telerik.WinControls.UI.RadLabel();
     this.radButtonMarkClean = new Telerik.WinControls.UI.RadButton();
     this.radLabel2          = new Telerik.WinControls.UI.RadLabel();
     this.radButtonClose     = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radListViewClientList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonSelectNone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonSelectAll)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonSelectReverse)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonStartSessionNonTimed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonStartSessionTimed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorSessionTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonEndSession)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonMore)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanelMore)).BeginInit();
     this.radPanelMore.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonComputerTurnOff)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonUSBOn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonUSBOff)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonComputerReboot)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonMarkClean)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonClose)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radListViewClientList
     //
     listViewDetailColumn4.HeaderText = "Client Machine Name";
     listViewDetailColumn5.HeaderText = "Status";
     listViewDetailColumn6.HeaderText = "Time Left";
     this.radListViewClientList.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn4,
         listViewDetailColumn5,
         listViewDetailColumn6
     });
     this.radListViewClientList.ItemSpacing     = -1;
     this.radListViewClientList.Location        = new System.Drawing.Point(12, 12);
     this.radListViewClientList.Name            = "radListViewClientList";
     this.radListViewClientList.Size            = new System.Drawing.Size(730, 389);
     this.radListViewClientList.TabIndex        = 1;
     this.radListViewClientList.Text            = "radListView1";
     this.radListViewClientList.ViewType        = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.radListViewClientList.ItemMouseClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.radListViewClientList_ItemMouseClick);
     //
     // radButtonSelectNone
     //
     this.radButtonSelectNone.Font           = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonSelectNone.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonSelectNone.Location       = new System.Drawing.Point(12, 442);
     this.radButtonSelectNone.Name           = "radButtonSelectNone";
     this.radButtonSelectNone.Size           = new System.Drawing.Size(82, 38);
     this.radButtonSelectNone.TabIndex       = 2;
     this.radButtonSelectNone.Text           = "Select None";
     this.radButtonSelectNone.Click         += new System.EventHandler(this.radButtonSelectNone_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectNone.GetChildAt(0))).Image             = null;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectNone.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectNone.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectNone.GetChildAt(0))).Text = "Select None";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectNone.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectNone.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectNone.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectNone.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radButtonSelectAll
     //
     this.radButtonSelectAll.Font           = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonSelectAll.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonSelectAll.Location       = new System.Drawing.Point(100, 442);
     this.radButtonSelectAll.Name           = "radButtonSelectAll";
     this.radButtonSelectAll.Size           = new System.Drawing.Size(82, 38);
     this.radButtonSelectAll.TabIndex       = 3;
     this.radButtonSelectAll.Text           = "Select All";
     this.radButtonSelectAll.Click         += new System.EventHandler(this.radButtonSelectAll_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectAll.GetChildAt(0))).Image             = null;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectAll.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectAll.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectAll.GetChildAt(0))).Text = "Select All";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectAll.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectAll.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectAll.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectAll.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radButtonSelectReverse
     //
     this.radButtonSelectReverse.Font           = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonSelectReverse.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonSelectReverse.Location       = new System.Drawing.Point(188, 442);
     this.radButtonSelectReverse.Name           = "radButtonSelectReverse";
     this.radButtonSelectReverse.Size           = new System.Drawing.Size(106, 38);
     this.radButtonSelectReverse.TabIndex       = 4;
     this.radButtonSelectReverse.Text           = "Select Reverse";
     this.radButtonSelectReverse.Click         += new System.EventHandler(this.radButtonSelectReverse_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectReverse.GetChildAt(0))).Image             = null;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectReverse.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectReverse.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonSelectReverse.GetChildAt(0))).Text = "Select Reverse";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectReverse.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectReverse.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectReverse.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonSelectReverse.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radButtonStartSessionNonTimed
     //
     this.radButtonStartSessionNonTimed.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonStartSessionNonTimed.Image             = global::ManagingSystem.Properties.Resources.Renew;
     this.radButtonStartSessionNonTimed.Location          = new System.Drawing.Point(521, 487);
     this.radButtonStartSessionNonTimed.Name              = "radButtonStartSessionNonTimed";
     this.radButtonStartSessionNonTimed.Size              = new System.Drawing.Size(221, 38);
     this.radButtonStartSessionNonTimed.TabIndex          = 7;
     this.radButtonStartSessionNonTimed.Text              = "Start Non-Timed Session(s)";
     this.radButtonStartSessionNonTimed.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonStartSessionNonTimed.Click            += new System.EventHandler(this.radButtonStartSessionNonTimed_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonStartSessionNonTimed.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Renew;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonStartSessionNonTimed.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonStartSessionNonTimed.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonStartSessionNonTimed.GetChildAt(0))).Text = "Start Non-Timed Session(s)";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionNonTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionNonTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionNonTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionNonTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).Margin        = new System.Windows.Forms.Padding(5, 0, 0, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionNonTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).AutoSizeMode  = Telerik.WinControls.RadAutoSizeMode.Auto;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionNonTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionNonTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(25, 25);
     //
     // radButtonStartSessionTimed
     //
     this.radButtonStartSessionTimed.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonStartSessionTimed.Image             = global::ManagingSystem.Properties.Resources.Alarm;
     this.radButtonStartSessionTimed.Location          = new System.Drawing.Point(521, 442);
     this.radButtonStartSessionTimed.Name              = "radButtonStartSessionTimed";
     this.radButtonStartSessionTimed.Size              = new System.Drawing.Size(167, 38);
     this.radButtonStartSessionTimed.TabIndex          = 5;
     this.radButtonStartSessionTimed.Text              = "Start Timed Session(s)";
     this.radButtonStartSessionTimed.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonStartSessionTimed.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonStartSessionTimed.Click            += new System.EventHandler(this.radButtonStartSessionTimed_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonStartSessionTimed.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Alarm;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonStartSessionTimed.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonStartSessionTimed.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonStartSessionTimed.GetChildAt(0))).Text = "Start Timed Session(s)";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout  = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).Margin       = new System.Windows.Forms.Padding(5, 0, 0, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonStartSessionTimed.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize      = new System.Drawing.Size(25, 25);
     //
     // radSpinEditorSessionTime
     //
     this.radSpinEditorSessionTime.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radSpinEditorSessionTime.Increment = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.radSpinEditorSessionTime.Location = new System.Drawing.Point(694, 443);
     this.radSpinEditorSessionTime.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.radSpinEditorSessionTime.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.radSpinEditorSessionTime.Name     = "radSpinEditorSessionTime";
     this.radSpinEditorSessionTime.Size     = new System.Drawing.Size(48, 23);
     this.radSpinEditorSessionTime.TabIndex = 6;
     this.radSpinEditorSessionTime.TabStop  = false;
     this.radSpinEditorSessionTime.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.radSpinEditorSessionTime.MouseDown += new System.Windows.Forms.MouseEventHandler(this.radSpinEditorSessionTime_MouseDown);
     ((Telerik.WinControls.UI.RadSpinElement)(this.radSpinEditorSessionTime.GetChildAt(0))).StretchVertically             = true;
     ((Telerik.WinControls.UI.RadSpinElement)(this.radSpinEditorSessionTime.GetChildAt(0))).StretchHorizontally           = true;
     ((Telerik.WinControls.UI.StackLayoutElement)(this.radSpinEditorSessionTime.GetChildAt(0).GetChildAt(2))).Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // radButtonEndSession
     //
     this.radButtonEndSession.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonEndSession.Image             = global::ManagingSystem.Properties.Resources.Stop;
     this.radButtonEndSession.Location          = new System.Drawing.Point(521, 532);
     this.radButtonEndSession.Name              = "radButtonEndSession";
     this.radButtonEndSession.Size              = new System.Drawing.Size(221, 38);
     this.radButtonEndSession.TabIndex          = 8;
     this.radButtonEndSession.Text              = "Manual End Session(s)   ";
     this.radButtonEndSession.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonEndSession.Click            += new System.EventHandler(this.radButtonEndSession_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonEndSession.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Stop;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonEndSession.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonEndSession.GetChildAt(0))).Text = "Manual End Session(s)   ";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEndSession.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEndSession.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEndSession.GetChildAt(0).GetChildAt(1).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEndSession.GetChildAt(0).GetChildAt(1).GetChildAt(0))).Margin        = new System.Windows.Forms.Padding(5, 0, 0, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEndSession.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radButtonMore
     //
     this.radButtonMore.Font           = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonMore.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonMore.Location       = new System.Drawing.Point(12, 532);
     this.radButtonMore.Name           = "radButtonMore";
     this.radButtonMore.Size           = new System.Drawing.Size(111, 38);
     this.radButtonMore.TabIndex       = 9;
     this.radButtonMore.Text           = "More Features...";
     this.radButtonMore.Click         += new System.EventHandler(this.radButtonMore_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonMore.GetChildAt(0))).Image             = null;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonMore.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonMore.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonMore.GetChildAt(0))).Text = "More Features...";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonMore.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonMore.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonMore.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonMore.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radPanelMore
     //
     this.radPanelMore.AutoSize = true;
     this.radPanelMore.Controls.Add(this.radButtonComputerTurnOff);
     this.radPanelMore.Controls.Add(this.radButtonUSBOn);
     this.radPanelMore.Controls.Add(this.radButtonUSBOff);
     this.radPanelMore.Controls.Add(this.radButtonComputerReboot);
     this.radPanelMore.Location = new System.Drawing.Point(8, 485);
     this.radPanelMore.Name     = "radPanelMore";
     this.radPanelMore.Size     = new System.Drawing.Size(507, 97);
     this.radPanelMore.TabIndex = 42;
     this.radPanelMore.Visible  = false;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanelMore.GetChildAt(0).GetChildAt(1))).Width       = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanelMore.GetChildAt(0).GetChildAt(1))).LeftWidth   = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanelMore.GetChildAt(0).GetChildAt(1))).TopWidth    = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanelMore.GetChildAt(0).GetChildAt(1))).RightWidth  = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanelMore.GetChildAt(0).GetChildAt(1))).BottomWidth = 0F;
     ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanelMore.GetChildAt(0).GetChildAt(1))).Enabled     = true;
     //
     // radButtonComputerTurnOff
     //
     this.radButtonComputerTurnOff.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonComputerTurnOff.Image             = global::ManagingSystem.Properties.Resources.Shutdown;
     this.radButtonComputerTurnOff.Location          = new System.Drawing.Point(279, 47);
     this.radButtonComputerTurnOff.Name              = "radButtonComputerTurnOff";
     this.radButtonComputerTurnOff.Size              = new System.Drawing.Size(175, 38);
     this.radButtonComputerTurnOff.TabIndex          = 13;
     this.radButtonComputerTurnOff.Text              = "Turn Off Computer(s)";
     this.radButtonComputerTurnOff.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonComputerTurnOff.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonComputerTurnOff.Click            += new System.EventHandler(this.radButtonComputerTurnOff_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonComputerTurnOff.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Shutdown;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonComputerTurnOff.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonComputerTurnOff.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonComputerTurnOff.GetChildAt(0))).Text = "Turn Off Computer(s)";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerTurnOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout  = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerTurnOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerTurnOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).Margin       = new System.Windows.Forms.Padding(5, 0, 0, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerTurnOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize      = new System.Drawing.Size(30, 30);
     //
     // radButtonUSBOn
     //
     this.radButtonUSBOn.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonUSBOn.Image             = global::ManagingSystem.Properties.Resources.Computer_Hardware_Usb_Off;
     this.radButtonUSBOn.Location          = new System.Drawing.Point(4, 3);
     this.radButtonUSBOn.Name              = "radButtonUSBOn";
     this.radButtonUSBOn.Size              = new System.Drawing.Size(218, 38);
     this.radButtonUSBOn.TabIndex          = 10;
     this.radButtonUSBOn.Text              = "Turn On KB/Mouse/USB Drive";
     this.radButtonUSBOn.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonUSBOn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonUSBOn.Click            += new System.EventHandler(this.radButtonUSBOn_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonUSBOn.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Computer_Hardware_Usb_Off;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonUSBOn.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonUSBOn.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonUSBOn.GetChildAt(0))).Text = "Turn On KB/Mouse/USB Drive";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOn.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOn.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOn.GetChildAt(0).GetChildAt(1).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOn.GetChildAt(0).GetChildAt(1).GetChildAt(0))).Margin        = new System.Windows.Forms.Padding(5, 0, 0, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOn.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(26, 26);
     //
     // radButtonUSBOff
     //
     this.radButtonUSBOff.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonUSBOff.Image             = global::ManagingSystem.Properties.Resources.Computer_Hardware_Usb_Disconnected;
     this.radButtonUSBOff.Location          = new System.Drawing.Point(4, 47);
     this.radButtonUSBOff.Name              = "radButtonUSBOff";
     this.radButtonUSBOff.Size              = new System.Drawing.Size(218, 38);
     this.radButtonUSBOff.TabIndex          = 11;
     this.radButtonUSBOff.Text              = "Turn Off KB/Mouse/USB Drive";
     this.radButtonUSBOff.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonUSBOff.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonUSBOff.Click            += new System.EventHandler(this.radButtonUSBOff_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonUSBOff.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Computer_Hardware_Usb_Disconnected;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonUSBOff.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonUSBOff.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonUSBOff.GetChildAt(0))).Text = "Turn Off KB/Mouse/USB Drive";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).Margin        = new System.Windows.Forms.Padding(5, 0, 0, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonUSBOff.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(26, 26);
     //
     // radButtonComputerReboot
     //
     this.radButtonComputerReboot.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonComputerReboot.Image             = global::ManagingSystem.Properties.Resources.Reboot;
     this.radButtonComputerReboot.Location          = new System.Drawing.Point(279, 3);
     this.radButtonComputerReboot.Name              = "radButtonComputerReboot";
     this.radButtonComputerReboot.Size              = new System.Drawing.Size(175, 38);
     this.radButtonComputerReboot.TabIndex          = 12;
     this.radButtonComputerReboot.Text              = "Reboot Computer(s)";
     this.radButtonComputerReboot.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonComputerReboot.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonComputerReboot.Click            += new System.EventHandler(this.radButtonComputerReboot_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonComputerReboot.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Reboot;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonComputerReboot.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonComputerReboot.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonComputerReboot.GetChildAt(0))).Text = "Reboot Computer(s)";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerReboot.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerReboot.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerReboot.GetChildAt(0).GetChildAt(1).GetChildAt(0))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerReboot.GetChildAt(0).GetChildAt(1).GetChildAt(0))).Margin        = new System.Windows.Forms.Padding(5, 0, 0, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonComputerReboot.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radLabel1
     //
     this.radLabel1.BackColor = System.Drawing.Color.Transparent;
     this.radLabel1.Location  = new System.Drawing.Point(701, 466);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(32, 18);
     this.radLabel1.TabIndex  = 43;
     this.radLabel1.Text      = "(Min)";
     //
     // radButtonMarkClean
     //
     this.radButtonMarkClean.Font     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonMarkClean.Location = new System.Drawing.Point(333, 442);
     this.radButtonMarkClean.Name     = "radButtonMarkClean";
     this.radButtonMarkClean.Size     = new System.Drawing.Size(147, 38);
     this.radButtonMarkClean.TabIndex = 44;
     this.radButtonMarkClean.Text     = "Mark As Cleaned";
     this.radButtonMarkClean.Click   += new System.EventHandler(this.radButtonMarkClean_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonMarkClean.GetChildAt(0))).Image             = null;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonMarkClean.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonMarkClean.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonMarkClean.GetChildAt(0))).Text = "Mark As Cleaned";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonMarkClean.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout  = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonMarkClean.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonMarkClean.GetChildAt(0).GetChildAt(1).GetChildAt(0))).Margin       = new System.Windows.Forms.Padding(5, 0, 0, 0);
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonMarkClean.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize      = new System.Drawing.Size(25, 25);
     //
     // radLabel2
     //
     this.radLabel2.AutoSize  = false;
     this.radLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.radLabel2.Location  = new System.Drawing.Point(12, 407);
     this.radLabel2.Name      = "radLabel2";
     this.radLabel2.Size      = new System.Drawing.Size(730, 29);
     this.radLabel2.TabIndex  = 45;
     this.radLabel2.Text      = "<html><span style=\"font-size: 12pt\">Please Note: This feature is designed for pro" +
                                "blem fixing. Use Process Waiver to issue tickets instetad.</span></html>";
     //
     // radButtonClose
     //
     this.radButtonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.radButtonClose.Location     = new System.Drawing.Point(642, 0);
     this.radButtonClose.Name         = "radButtonClose";
     this.radButtonClose.Size         = new System.Drawing.Size(110, 24);
     this.radButtonClose.TabIndex     = 46;
     this.radButtonClose.Text         = "Close";
     this.radButtonClose.Visible      = false;
     this.radButtonClose.Click       += new System.EventHandler(this.radButtonClose_Click);
     //
     // ManagerFeatures
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.radButtonClose;
     this.ClientSize          = new System.Drawing.Size(754, 578);
     this.Controls.Add(this.radButtonClose);
     this.Controls.Add(this.radLabel2);
     this.Controls.Add(this.radButtonMarkClean);
     this.Controls.Add(this.radSpinEditorSessionTime);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.radPanelMore);
     this.Controls.Add(this.radButtonMore);
     this.Controls.Add(this.radButtonEndSession);
     this.Controls.Add(this.radButtonStartSessionNonTimed);
     this.Controls.Add(this.radButtonStartSessionTimed);
     this.Controls.Add(this.radButtonSelectReverse);
     this.Controls.Add(this.radButtonSelectAll);
     this.Controls.Add(this.radButtonSelectNone);
     this.Controls.Add(this.radListViewClientList);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ManagerFeatures";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Manager Features";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.ManagerFeatures_FormClosed);
     this.Load         += new System.EventHandler(this.ManagerFeatures_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radListViewClientList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonSelectNone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonSelectAll)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonSelectReverse)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonStartSessionNonTimed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonStartSessionTimed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorSessionTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonEndSession)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonMore)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radPanelMore)).EndInit();
     this.radPanelMore.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radButtonComputerTurnOff)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonUSBOn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonUSBOff)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonComputerReboot)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonMarkClean)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonClose)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #15
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Sesion");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Disponibilidad");
            Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.RadListDataItem radListDataItem4 = new Telerik.WinControls.UI.RadListDataItem();
            this.radRibbonBar1 = new Telerik.WinControls.UI.RadRibbonBar();
            this.ribbonTab1 = new Telerik.WinControls.UI.RibbonTab();
            this.radRibbonBarGroup1 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.radRibbonBarGroup2 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.radRibbonBarGroup3 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.radStatusStrip1 = new Telerik.WinControls.UI.RadStatusStrip();
            this.panel1 = new System.Windows.Forms.Panel();
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.lblFecha = new System.Windows.Forms.Label();
            this.listaSesiones = new Telerik.WinControls.UI.RadListView();
            this.lblPago = new System.Windows.Forms.Label();
            this.ddMetodos = new Telerik.WinControls.UI.RadDropDownList();
            this.alquilarInst = new Telerik.WinControls.UI.RadButton();
            this.lblEstado = new System.Windows.Forms.Label();
            this.ddEstados = new Telerik.WinControls.UI.RadDropDownList();
            this.radButton1 = new Telerik.WinControls.UI.RadButton();
            this.buscarInstalacion = new Telerik.WinControls.UI.RadButton();
            this.buscarReserva = new Telerik.WinControls.UI.RadButton();
            this.tbNombre = new Telerik.WinControls.UI.RadTextBox();
            this.lblIDInstalacion = new System.Windows.Forms.Label();
            this.lblIDSocio = new System.Windows.Forms.Label();
            this.lblApellidos = new System.Windows.Forms.Label();
            this.lblNombre = new System.Windows.Forms.Label();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.buscarSocio = new Telerik.WinControls.UI.RadButton();
            this.lista = new Telerik.WinControls.UI.RadListView();
            this.tbApellidos = new Telerik.WinControls.UI.RadTextBox();
            this.tbIDSocio = new Telerik.WinControls.UI.RadTextBox();
            this.datePick = new Telerik.WinControls.UI.RadDateTimePicker();
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaSesiones)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddMetodos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alquilarInst)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddEstados)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buscarInstalacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buscarReserva)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbNombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buscarSocio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lista)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbApellidos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbIDSocio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datePick)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radRibbonBar1
            // 
            this.radRibbonBar1.CommandTabs.AddRange(new Telerik.WinControls.RadItem[] {
            this.ribbonTab1});
            this.radRibbonBar1.Location = new System.Drawing.Point(0, 0);
            this.radRibbonBar1.Name = "radRibbonBar1";
            // 
            // 
            // 
            this.radRibbonBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
            this.radRibbonBar1.Size = new System.Drawing.Size(952, 162);
            this.radRibbonBar1.TabIndex = 0;
            this.radRibbonBar1.Text = "Recepcion";
            // 
            // ribbonTab1
            // 
            this.ribbonTab1.AccessibleDescription = "Recepcion";
            this.ribbonTab1.AccessibleName = "Recepcion";
            this.ribbonTab1.IsSelected = true;
            this.ribbonTab1.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radRibbonBarGroup1,
            this.radRibbonBarGroup2,
            this.radRibbonBarGroup3});
            this.ribbonTab1.Name = "ribbonTab1";
            this.ribbonTab1.Text = "Recepcion";
            // 
            // radRibbonBarGroup1
            // 
            this.radRibbonBarGroup1.AccessibleDescription = "Socios";
            this.radRibbonBarGroup1.AccessibleName = "Socios";
            this.radRibbonBarGroup1.Name = "radRibbonBarGroup1";
            this.radRibbonBarGroup1.Text = "Socios";
            this.radRibbonBarGroup1.Click += new System.EventHandler(this.radRibbonBarGroup1_Click);
            // 
            // radRibbonBarGroup2
            // 
            this.radRibbonBarGroup2.AccessibleDescription = "Instalaciones";
            this.radRibbonBarGroup2.AccessibleName = "Instalaciones";
            this.radRibbonBarGroup2.Name = "radRibbonBarGroup2";
            this.radRibbonBarGroup2.Text = "Instalaciones";
            this.radRibbonBarGroup2.Click += new System.EventHandler(this.radRibbonBarGroup2_Click);
            // 
            // radRibbonBarGroup3
            // 
            this.radRibbonBarGroup3.AccessibleDescription = "Reservas";
            this.radRibbonBarGroup3.AccessibleName = "Reservas";
            this.radRibbonBarGroup3.Name = "radRibbonBarGroup3";
            this.radRibbonBarGroup3.Text = "Reservas";
            this.radRibbonBarGroup3.Click += new System.EventHandler(this.radRibbonBarGroup3_Click);
            // 
            // radStatusStrip1
            // 
            this.radStatusStrip1.Location = new System.Drawing.Point(0, 576);
            this.radStatusStrip1.Name = "radStatusStrip1";
            this.radStatusStrip1.Size = new System.Drawing.Size(952, 26);
            this.radStatusStrip1.SizingGrip = false;
            this.radStatusStrip1.TabIndex = 1;
            this.radStatusStrip1.Text = "radStatusStrip1";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.radPanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 162);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(952, 414);
            this.panel1.TabIndex = 2;
            // 
            // radPanel1
            // 
            this.radPanel1.Controls.Add(this.datePick);
            this.radPanel1.Controls.Add(this.lblFecha);
            this.radPanel1.Controls.Add(this.listaSesiones);
            this.radPanel1.Controls.Add(this.lblPago);
            this.radPanel1.Controls.Add(this.ddMetodos);
            this.radPanel1.Controls.Add(this.alquilarInst);
            this.radPanel1.Controls.Add(this.lblEstado);
            this.radPanel1.Controls.Add(this.ddEstados);
            this.radPanel1.Controls.Add(this.radButton1);
            this.radPanel1.Controls.Add(this.buscarInstalacion);
            this.radPanel1.Controls.Add(this.buscarReserva);
            this.radPanel1.Controls.Add(this.tbNombre);
            this.radPanel1.Controls.Add(this.lblIDInstalacion);
            this.radPanel1.Controls.Add(this.lblIDSocio);
            this.radPanel1.Controls.Add(this.lblApellidos);
            this.radPanel1.Controls.Add(this.lblNombre);
            this.radPanel1.Controls.Add(this.radLabel1);
            this.radPanel1.Controls.Add(this.buscarSocio);
            this.radPanel1.Controls.Add(this.lista);
            this.radPanel1.Controls.Add(this.tbApellidos);
            this.radPanel1.Controls.Add(this.tbIDSocio);
            this.radPanel1.Location = new System.Drawing.Point(3, 0);
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.Size = new System.Drawing.Size(949, 414);
            this.radPanel1.TabIndex = 0;
            this.radPanel1.Text = " ";
            // 
            // lblFecha
            // 
            this.lblFecha.AutoSize = true;
            this.lblFecha.Location = new System.Drawing.Point(20, 374);
            this.lblFecha.Name = "lblFecha";
            this.lblFecha.Size = new System.Drawing.Size(37, 13);
            this.lblFecha.TabIndex = 15;
            this.lblFecha.Text = "Fecha";
            // 
            // listaSesiones
            // 
            this.listaSesiones.AllowEdit = false;
            listViewDetailColumn1.HeaderText = "Sesion";
            listViewDetailColumn2.HeaderText = "Disponibilidad";
            this.listaSesiones.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1,
            listViewDetailColumn2});
            this.listaSesiones.ItemSpacing = -1;
            this.listaSesiones.Location = new System.Drawing.Point(513, 243);
            this.listaSesiones.MultiSelect = true;
            this.listaSesiones.Name = "listaSesiones";
            this.listaSesiones.Size = new System.Drawing.Size(414, 171);
            this.listaSesiones.TabIndex = 13;
            this.listaSesiones.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            // 
            // lblPago
            // 
            this.lblPago.AutoSize = true;
            this.lblPago.Location = new System.Drawing.Point(20, 330);
            this.lblPago.Name = "lblPago";
            this.lblPago.Size = new System.Drawing.Size(81, 13);
            this.lblPago.TabIndex = 12;
            this.lblPago.Text = "Metodo pago:";
            // 
            // ddMetodos
            // 
            radListDataItem1.Text = "Metalico";
            radListDataItem2.Text = "Mensual";
            this.ddMetodos.Items.Add(radListDataItem1);
            this.ddMetodos.Items.Add(radListDataItem2);
            this.ddMetodos.Location = new System.Drawing.Point(107, 323);
            this.ddMetodos.Name = "ddMetodos";
            this.ddMetodos.Size = new System.Drawing.Size(253, 20);
            this.ddMetodos.TabIndex = 11;
            // 
            // alquilarInst
            // 
            this.alquilarInst.Location = new System.Drawing.Point(377, 319);
            this.alquilarInst.Name = "alquilarInst";
            this.alquilarInst.Size = new System.Drawing.Size(110, 24);
            this.alquilarInst.TabIndex = 7;
            this.alquilarInst.Text = "Alquilar";
            this.alquilarInst.Click += new System.EventHandler(this.alquilarInst_Click);
            // 
            // lblEstado
            // 
            this.lblEstado.AutoSize = true;
            this.lblEstado.Location = new System.Drawing.Point(20, 268);
            this.lblEstado.Name = "lblEstado";
            this.lblEstado.Size = new System.Drawing.Size(81, 13);
            this.lblEstado.TabIndex = 10;
            this.lblEstado.Text = "Estado reserva";
            // 
            // ddEstados
            // 
            radListDataItem3.Text = "Pagada";
            radListDataItem4.Text = "Cancelada";
            this.ddEstados.Items.Add(radListDataItem3);
            this.ddEstados.Items.Add(radListDataItem4);
            this.ddEstados.Location = new System.Drawing.Point(107, 261);
            this.ddEstados.Name = "ddEstados";
            this.ddEstados.Size = new System.Drawing.Size(253, 20);
            this.ddEstados.TabIndex = 9;
            // 
            // radButton1
            // 
            this.radButton1.Location = new System.Drawing.Point(377, 261);
            this.radButton1.Name = "radButton1";
            this.radButton1.Size = new System.Drawing.Size(110, 24);
            this.radButton1.TabIndex = 6;
            this.radButton1.Text = "Cambiar";
            this.radButton1.Click += new System.EventHandler(this.radButton1_Click);
            // 
            // buscarInstalacion
            // 
            this.buscarInstalacion.Location = new System.Drawing.Point(444, 199);
            this.buscarInstalacion.Name = "buscarInstalacion";
            this.buscarInstalacion.Size = new System.Drawing.Size(110, 24);
            this.buscarInstalacion.TabIndex = 4;
            this.buscarInstalacion.Text = "Buscar";
            this.buscarInstalacion.Click += new System.EventHandler(this.buscarInstalacion_Click);
            // 
            // buscarReserva
            // 
            this.buscarReserva.Location = new System.Drawing.Point(212, 199);
            this.buscarReserva.Name = "buscarReserva";
            this.buscarReserva.Size = new System.Drawing.Size(110, 24);
            this.buscarReserva.TabIndex = 5;
            this.buscarReserva.Text = "Buscar";
            this.buscarReserva.Click += new System.EventHandler(this.buscarReserva_Click);
            // 
            // tbNombre
            // 
            this.tbNombre.Location = new System.Drawing.Point(107, 19);
            this.tbNombre.Name = "tbNombre";
            this.tbNombre.Size = new System.Drawing.Size(253, 20);
            this.tbNombre.TabIndex = 0;
            // 
            // lblIDInstalacion
            // 
            this.lblIDInstalacion.AutoSize = true;
            this.lblIDInstalacion.Location = new System.Drawing.Point(20, 21);
            this.lblIDInstalacion.Name = "lblIDInstalacion";
            this.lblIDInstalacion.Size = new System.Drawing.Size(77, 13);
            this.lblIDInstalacion.TabIndex = 8;
            this.lblIDInstalacion.Text = "ID Instalacion";
            // 
            // lblIDSocio
            // 
            this.lblIDSocio.AutoSize = true;
            this.lblIDSocio.Location = new System.Drawing.Point(20, 143);
            this.lblIDSocio.Name = "lblIDSocio";
            this.lblIDSocio.Size = new System.Drawing.Size(46, 13);
            this.lblIDSocio.TabIndex = 7;
            this.lblIDSocio.Text = "IDSocio";
            // 
            // lblApellidos
            // 
            this.lblApellidos.AutoSize = true;
            this.lblApellidos.Location = new System.Drawing.Point(20, 79);
            this.lblApellidos.Name = "lblApellidos";
            this.lblApellidos.Size = new System.Drawing.Size(55, 13);
            this.lblApellidos.TabIndex = 6;
            this.lblApellidos.Text = "Apellidos";
            // 
            // lblNombre
            // 
            this.lblNombre.AutoSize = true;
            this.lblNombre.Location = new System.Drawing.Point(20, 19);
            this.lblNombre.Name = "lblNombre";
            this.lblNombre.Size = new System.Drawing.Size(51, 13);
            this.lblNombre.TabIndex = 5;
            this.lblNombre.Text = "Nombre:";
            // 
            // radLabel1
            // 
            this.radLabel1.Location = new System.Drawing.Point(-67, 20);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.Size = new System.Drawing.Size(55, 18);
            this.radLabel1.TabIndex = 4;
            this.radLabel1.Text = "radLabel1";
            // 
            // buscarSocio
            // 
            this.buscarSocio.Location = new System.Drawing.Point(328, 199);
            this.buscarSocio.Name = "buscarSocio";
            this.buscarSocio.Size = new System.Drawing.Size(110, 24);
            this.buscarSocio.TabIndex = 3;
            this.buscarSocio.Text = "Buscar";
            this.buscarSocio.Click += new System.EventHandler(this.buscarSocio_Click);
            // 
            // lista
            // 
            this.lista.Location = new System.Drawing.Point(513, 21);
            this.lista.Name = "lista";
            this.lista.Size = new System.Drawing.Size(414, 153);
            this.lista.TabIndex = 2;
            this.lista.Text = "lista";
            // 
            // tbApellidos
            // 
            this.tbApellidos.Location = new System.Drawing.Point(107, 79);
            this.tbApellidos.Name = "tbApellidos";
            this.tbApellidos.Size = new System.Drawing.Size(253, 20);
            this.tbApellidos.TabIndex = 1;
            // 
            // tbIDSocio
            // 
            this.tbIDSocio.Location = new System.Drawing.Point(107, 141);
            this.tbIDSocio.Name = "tbIDSocio";
            this.tbIDSocio.Size = new System.Drawing.Size(253, 20);
            this.tbIDSocio.TabIndex = 1;
            // 
            // datePick
            // 
            this.datePick.Location = new System.Drawing.Point(107, 374);
            this.datePick.Name = "datePick";
            this.datePick.Size = new System.Drawing.Size(253, 20);
            this.datePick.TabIndex = 16;
            this.datePick.TabStop = false;
            this.datePick.Text = "Thursday, November 12, 2015";
            this.datePick.Value = new System.DateTime(2015, 11, 12, 12, 9, 5, 192);
            this.datePick.ValueChanged += new System.EventHandler(this.datePick_ValueChanged);
            // 
            // Recepcion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(952, 602);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.radStatusStrip1);
            this.Controls.Add(this.radRibbonBar1);
            this.Name = "Recepcion";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.Text = "Recepcion";
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            this.radPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.listaSesiones)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddMetodos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alquilarInst)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddEstados)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buscarInstalacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buscarReserva)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbNombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buscarSocio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lista)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbApellidos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbIDSocio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datePick)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn6  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Nombre");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn7  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Descripcion");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn8  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Precio");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn9  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Fecha");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn10 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 4", "Proveedor");
     this.Theme               = new Telerik.WinControls.Themes.Office2013LightTheme();
     this.radMenu1            = new Telerik.WinControls.UI.RadMenu();
     this.ItemOpciones        = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemAgregarProducto = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemEditarProducto  = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemBorrarProducto  = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemCancelar        = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemRecargarLista   = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemGrabar          = new Telerik.WinControls.UI.RadMenuItem();
     this.gbDatos             = new Telerik.WinControls.UI.RadGroupBox();
     this.txtID               = new Telerik.WinControls.UI.RadTextBox();
     this.btnGrabar           = new Telerik.WinControls.UI.RadButton();
     this.cmbProveedor        = new Telerik.WinControls.UI.RadDropDownList();
     this.txtDescripcion      = new Telerik.WinControls.UI.RadTextBox();
     this.txtPrecio           = new Telerik.WinControls.UI.RadTextBox();
     this.txtNombre           = new Telerik.WinControls.UI.RadTextBox();
     this.lblPrecio           = new Telerik.WinControls.UI.RadLabel();
     this.lblProveedor        = new Telerik.WinControls.UI.RadLabel();
     this.lblDescripcion      = new Telerik.WinControls.UI.RadLabel();
     this.radTextBox2         = new Telerik.WinControls.UI.RadTextBox();
     this.lblNombre           = new Telerik.WinControls.UI.RadLabel();
     this.ssStatus            = new Telerik.WinControls.UI.RadStatusStrip();
     this.status              = new Telerik.WinControls.UI.RadLabelElement();
     this.gbProductos         = new Telerik.WinControls.UI.RadGroupBox();
     this.btnBuscar           = new Telerik.WinControls.UI.RadButton();
     this.txtBuscar           = new Telerik.WinControls.UI.RadTextBox();
     this.lblNombreBuscar     = new Telerik.WinControls.UI.RadLabel();
     this.lvProductos         = new Telerik.WinControls.UI.RadListView();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbDatos)).BeginInit();
     this.gbDatos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnGrabar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProveedor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPrecio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblPrecio)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblProveedor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDescripcion)).BeginInit();
     this.lblDescripcion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ssStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbProductos)).BeginInit();
     this.gbProductos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnBuscar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuscar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombreBuscar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvProductos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radMenu1
     //
     this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.ItemOpciones
     });
     this.radMenu1.Location  = new System.Drawing.Point(0, 0);
     this.radMenu1.Name      = "radMenu1";
     this.radMenu1.Size      = new System.Drawing.Size(892, 19);
     this.radMenu1.TabIndex  = 0;
     this.radMenu1.Text      = "radMenu1";
     this.radMenu1.ThemeName = "Office2013Light";
     //
     // ItemOpciones
     //
     this.ItemOpciones.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.ItemAgregarProducto,
         this.ItemEditarProducto,
         this.ItemBorrarProducto,
         this.ItemCancelar,
         this.ItemRecargarLista,
         this.ItemGrabar
     });
     this.ItemOpciones.Name = "ItemOpciones";
     this.ItemOpciones.Text = "Opciones";
     //
     // ItemAgregarProducto
     //
     this.ItemAgregarProducto.Name   = "ItemAgregarProducto";
     this.ItemAgregarProducto.Text   = "Agregar Producto";
     this.ItemAgregarProducto.Click += new System.EventHandler(this.ItemAgregarProducto_Click);
     //
     // ItemEditarProducto
     //
     this.ItemEditarProducto.Name   = "ItemEditarProducto";
     this.ItemEditarProducto.Text   = "Editar Producto";
     this.ItemEditarProducto.Click += new System.EventHandler(this.ItemEditarProducto_Click);
     //
     // ItemBorrarProducto
     //
     this.ItemBorrarProducto.Name   = "ItemBorrarProducto";
     this.ItemBorrarProducto.Text   = "Borrar Producto";
     this.ItemBorrarProducto.Click += new System.EventHandler(this.ItemBorrarProducto_Click);
     //
     // ItemCancelar
     //
     this.ItemCancelar.Name   = "ItemCancelar";
     this.ItemCancelar.Text   = "Cancelar";
     this.ItemCancelar.Click += new System.EventHandler(this.ItemCancelar_Click);
     //
     // ItemRecargarLista
     //
     this.ItemRecargarLista.Name   = "ItemRecargarLista";
     this.ItemRecargarLista.Text   = "Recargar Lista";
     this.ItemRecargarLista.Click += new System.EventHandler(this.ItemRecargarLista_Click);
     //
     // ItemGrabar
     //
     this.ItemGrabar.Name   = "ItemGrabar";
     this.ItemGrabar.Text   = "Grabar";
     this.ItemGrabar.Click += new System.EventHandler(this.ItemGrabar_Click);
     //
     // gbDatos
     //
     this.gbDatos.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbDatos.Controls.Add(this.txtID);
     this.gbDatos.Controls.Add(this.btnGrabar);
     this.gbDatos.Controls.Add(this.cmbProveedor);
     this.gbDatos.Controls.Add(this.txtDescripcion);
     this.gbDatos.Controls.Add(this.txtPrecio);
     this.gbDatos.Controls.Add(this.txtNombre);
     this.gbDatos.Controls.Add(this.lblPrecio);
     this.gbDatos.Controls.Add(this.lblProveedor);
     this.gbDatos.Controls.Add(this.lblDescripcion);
     this.gbDatos.Controls.Add(this.lblNombre);
     this.gbDatos.HeaderText = "Datos de Producto";
     this.gbDatos.Location   = new System.Drawing.Point(12, 42);
     this.gbDatos.Name       = "gbDatos";
     this.gbDatos.Size       = new System.Drawing.Size(236, 266);
     this.gbDatos.TabIndex   = 1;
     this.gbDatos.Text       = "Datos de Producto";
     this.gbDatos.ThemeName  = "Office2013Light";
     //
     // txtID
     //
     this.txtID.Location  = new System.Drawing.Point(29, 203);
     this.txtID.Name      = "txtID";
     this.txtID.ReadOnly  = true;
     this.txtID.Size      = new System.Drawing.Size(28, 21);
     this.txtID.TabIndex  = 9;
     this.txtID.ThemeName = "Office2013Light";
     //
     // btnGrabar
     //
     this.btnGrabar.Location  = new System.Drawing.Point(63, 213);
     this.btnGrabar.Name      = "btnGrabar";
     this.btnGrabar.Size      = new System.Drawing.Size(110, 24);
     this.btnGrabar.TabIndex  = 8;
     this.btnGrabar.Text      = "Grabar";
     this.btnGrabar.ThemeName = "Office2013Light";
     this.btnGrabar.Click    += new System.EventHandler(this.btnGrabar_Click);
     //
     // cmbProveedor
     //
     this.cmbProveedor.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.cmbProveedor.Location      = new System.Drawing.Point(92, 121);
     this.cmbProveedor.Name          = "cmbProveedor";
     this.cmbProveedor.Size          = new System.Drawing.Size(125, 21);
     this.cmbProveedor.TabIndex      = 7;
     this.cmbProveedor.ThemeName     = "Office2013Light";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Location  = new System.Drawing.Point(100, 79);
     this.txtDescripcion.Name      = "txtDescripcion";
     this.txtDescripcion.Size      = new System.Drawing.Size(120, 21);
     this.txtDescripcion.TabIndex  = 6;
     this.txtDescripcion.ThemeName = "Office2013Light";
     //
     // txtPrecio
     //
     this.txtPrecio.Location  = new System.Drawing.Point(70, 159);
     this.txtPrecio.Name      = "txtPrecio";
     this.txtPrecio.Size      = new System.Drawing.Size(150, 21);
     this.txtPrecio.TabIndex  = 5;
     this.txtPrecio.ThemeName = "Office2013Light";
     //
     // txtNombre
     //
     this.txtNombre.Location  = new System.Drawing.Point(81, 35);
     this.txtNombre.Name      = "txtNombre";
     this.txtNombre.Size      = new System.Drawing.Size(139, 21);
     this.txtNombre.TabIndex  = 4;
     this.txtNombre.ThemeName = "Office2013Light";
     //
     // lblPrecio
     //
     this.lblPrecio.Location  = new System.Drawing.Point(14, 159);
     this.lblPrecio.Name      = "lblPrecio";
     this.lblPrecio.Size      = new System.Drawing.Size(50, 19);
     this.lblPrecio.TabIndex  = 3;
     this.lblPrecio.Text      = "Precio : ";
     this.lblPrecio.ThemeName = "Office2013Light";
     //
     // lblProveedor
     //
     this.lblProveedor.Location  = new System.Drawing.Point(14, 120);
     this.lblProveedor.Name      = "lblProveedor";
     this.lblProveedor.Size      = new System.Drawing.Size(72, 19);
     this.lblProveedor.TabIndex  = 2;
     this.lblProveedor.Text      = "Proveedor : ";
     this.lblProveedor.ThemeName = "Office2013Light";
     //
     // lblDescripcion
     //
     this.lblDescripcion.Controls.Add(this.radTextBox2);
     this.lblDescripcion.Location  = new System.Drawing.Point(14, 76);
     this.lblDescripcion.Name      = "lblDescripcion";
     this.lblDescripcion.Size      = new System.Drawing.Size(80, 19);
     this.lblDescripcion.TabIndex  = 1;
     this.lblDescripcion.Text      = "Descripcion : ";
     this.lblDescripcion.ThemeName = "Office2013Light";
     //
     // radTextBox2
     //
     this.radTextBox2.Location = new System.Drawing.Point(86, 3);
     this.radTextBox2.Name     = "radTextBox2";
     this.radTextBox2.Size     = new System.Drawing.Size(100, 20);
     this.radTextBox2.TabIndex = 5;
     //
     // lblNombre
     //
     this.lblNombre.Location  = new System.Drawing.Point(14, 35);
     this.lblNombre.Name      = "lblNombre";
     this.lblNombre.Size      = new System.Drawing.Size(61, 19);
     this.lblNombre.TabIndex  = 0;
     this.lblNombre.Text      = "Nombre : ";
     this.lblNombre.ThemeName = "Office2013Light";
     //
     // ssStatus
     //
     this.ssStatus.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.status
     });
     this.ssStatus.Location  = new System.Drawing.Point(0, 320);
     this.ssStatus.Name      = "ssStatus";
     this.ssStatus.Size      = new System.Drawing.Size(892, 27);
     this.ssStatus.TabIndex  = 2;
     this.ssStatus.Text      = "radStatusStrip1";
     this.ssStatus.ThemeName = "Office2013Light";
     //
     // status
     //
     this.status.Name = "status";
     this.ssStatus.SetSpring(this.status, false);
     this.status.Text     = "Programa cargado";
     this.status.TextWrap = true;
     //
     // gbProductos
     //
     this.gbProductos.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbProductos.Controls.Add(this.btnBuscar);
     this.gbProductos.Controls.Add(this.txtBuscar);
     this.gbProductos.Controls.Add(this.lblNombreBuscar);
     this.gbProductos.Controls.Add(this.lvProductos);
     this.gbProductos.HeaderText = "Productos";
     this.gbProductos.Location   = new System.Drawing.Point(269, 42);
     this.gbProductos.Name       = "gbProductos";
     this.gbProductos.Size       = new System.Drawing.Size(592, 266);
     this.gbProductos.TabIndex   = 3;
     this.gbProductos.Text       = "Productos";
     this.gbProductos.ThemeName  = "Office2013Light";
     //
     // btnBuscar
     //
     this.btnBuscar.Location  = new System.Drawing.Point(468, 32);
     this.btnBuscar.Name      = "btnBuscar";
     this.btnBuscar.Size      = new System.Drawing.Size(110, 24);
     this.btnBuscar.TabIndex  = 6;
     this.btnBuscar.Text      = "Buscar";
     this.btnBuscar.ThemeName = "Office2013Light";
     this.btnBuscar.Click    += new System.EventHandler(this.btnBuscar_Click);
     //
     // txtBuscar
     //
     this.txtBuscar.Location  = new System.Drawing.Point(92, 32);
     this.txtBuscar.Name      = "txtBuscar";
     this.txtBuscar.Size      = new System.Drawing.Size(356, 21);
     this.txtBuscar.TabIndex  = 5;
     this.txtBuscar.ThemeName = "Office2013Light";
     //
     // lblNombreBuscar
     //
     this.lblNombreBuscar.Location  = new System.Drawing.Point(25, 35);
     this.lblNombreBuscar.Name      = "lblNombreBuscar";
     this.lblNombreBuscar.Size      = new System.Drawing.Size(61, 19);
     this.lblNombreBuscar.TabIndex  = 4;
     this.lblNombreBuscar.Text      = "Nombre : ";
     this.lblNombreBuscar.ThemeName = "Office2013Light";
     //
     // lvProductos
     //
     this.lvProductos.AllowEdit        = false;
     listViewDetailColumn6.HeaderText  = "Nombre";
     listViewDetailColumn7.HeaderText  = "Descripcion";
     listViewDetailColumn8.HeaderText  = "Precio";
     listViewDetailColumn9.HeaderText  = "Fecha";
     listViewDetailColumn10.HeaderText = "Proveedor";
     this.lvProductos.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn6,
         listViewDetailColumn7,
         listViewDetailColumn8,
         listViewDetailColumn9,
         listViewDetailColumn10
     });
     this.lvProductos.ItemSpacing          = -1;
     this.lvProductos.Location             = new System.Drawing.Point(25, 76);
     this.lvProductos.Name                 = "lvProductos";
     this.lvProductos.Size                 = new System.Drawing.Size(562, 175);
     this.lvProductos.TabIndex             = 0;
     this.lvProductos.ThemeName            = "Office2013Light";
     this.lvProductos.ViewType             = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.lvProductos.SelectedItemChanged += new System.EventHandler(this.lvProductos_SelectedItemChanged);
     //
     // FormProductos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(892, 347);
     this.Controls.Add(this.gbProductos);
     this.Controls.Add(this.ssStatus);
     this.Controls.Add(this.gbDatos);
     this.Controls.Add(this.radMenu1);
     this.MaximizeBox = false;
     this.Name        = "FormProductos";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "Productos";
     this.ThemeName = "Office2013Light";
     this.Load     += new System.EventHandler(this.FormProductos_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbDatos)).EndInit();
     this.gbDatos.ResumeLayout(false);
     this.gbDatos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnGrabar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProveedor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPrecio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblPrecio)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblProveedor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDescripcion)).EndInit();
     this.lblDescripcion.ResumeLayout(false);
     this.lblDescripcion.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ssStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbProductos)).EndInit();
     this.gbProductos.ResumeLayout(false);
     this.gbProductos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnBuscar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuscar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombreBuscar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvProductos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #17
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();
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn1  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "编号");
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn2  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "参数名称");
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn3  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "备注");
     Telerik.WinControls.UI.ListViewDataItemGroup listViewDataItemGroup1 = new Telerik.WinControls.UI.ListViewDataItemGroup("ListViewGroup 1");
     Telerik.WinControls.UI.ListViewDataItemGroup listViewDataItemGroup2 = new Telerik.WinControls.UI.ListViewDataItemGroup("ListViewGroup 2");
     this.materialTealTheme1     = new Telerik.WinControls.Themes.MaterialTealTheme();
     this.radGroupBox1           = new Telerik.WinControls.UI.RadGroupBox();
     this.radListView1           = new Telerik.WinControls.UI.RadListView();
     this.radButton1             = new Telerik.WinControls.UI.RadButton();
     this.radLabel1              = new Telerik.WinControls.UI.RadLabel();
     this.radContextMenu1        = new Telerik.WinControls.UI.RadContextMenu(this.components);
     this.radMenuItem6           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem5           = new Telerik.WinControls.UI.RadMenuItem();
     this.radContextMenuManager1 = new Telerik.WinControls.UI.RadContextMenuManager();
     this.radStatusStrip1        = new Telerik.WinControls.UI.RadStatusStrip();
     this.radMenuItem1           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem2           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem3           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuItem4           = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenu1                   = new Telerik.WinControls.UI.RadMenu();
     this.saveFileDialog1            = new System.Windows.Forms.SaveFileDialog();
     this.visualStudio2012DarkTheme1 = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radListView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.radListView1);
     this.radGroupBox1.HeaderMargin = new System.Windows.Forms.Padding(0, -5, 0, 0);
     this.radGroupBox1.HeaderText   = "参数列表";
     this.radGroupBox1.Location     = new System.Drawing.Point(12, 69);
     this.radGroupBox1.Name         = "radGroupBox1";
     this.radGroupBox1.Size         = new System.Drawing.Size(372, 492);
     this.radGroupBox1.TabIndex     = 1;
     this.radGroupBox1.Text         = "参数列表";
     this.radGroupBox1.ThemeName    = "MaterialTeal";
     //
     // radListView1
     //
     listViewDetailColumn1.HeaderText = "编号";
     listViewDetailColumn1.Width      = 60F;
     listViewDetailColumn2.HeaderText = "参数名称";
     listViewDetailColumn2.Width      = 100F;
     listViewDetailColumn3.HeaderText = "备注";
     this.radListView1.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3
     });
     this.radListView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.radListView1.GroupItemSize = new System.Drawing.Size(200, 32);
     listViewDataItemGroup1.Text     = "ListViewGroup 1";
     listViewDataItemGroup2.Text     = "ListViewGroup 2";
     this.radListView1.Groups.AddRange(new Telerik.WinControls.UI.ListViewDataItemGroup[] {
         listViewDataItemGroup1,
         listViewDataItemGroup2
     });
     this.radListView1.ItemSize    = new System.Drawing.Size(200, 32);
     this.radListView1.ItemSpacing = -1;
     this.radListView1.Location    = new System.Drawing.Point(2, 18);
     this.radListView1.Name        = "radListView1";
     this.radContextMenuManager1.SetRadContextMenu(this.radListView1, this.radContextMenu1);
     this.radListView1.Size      = new System.Drawing.Size(368, 472);
     this.radListView1.TabIndex  = 3;
     this.radListView1.Text      = "radListView1";
     this.radListView1.ThemeName = "MaterialTeal";
     this.radListView1.ViewType  = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // radButton1
     //
     this.radButton1.Location  = new System.Drawing.Point(578, 630);
     this.radButton1.Name      = "radButton1";
     this.radButton1.Size      = new System.Drawing.Size(120, 36);
     this.radButton1.TabIndex  = 2;
     this.radButton1.Text      = "radButton1";
     this.radButton1.ThemeName = "MaterialTeal";
     this.radButton1.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // radLabel1
     //
     this.radLabel1.Location  = new System.Drawing.Point(614, 418);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(72, 21);
     this.radLabel1.TabIndex  = 3;
     this.radLabel1.Text      = "radLabel1";
     this.radLabel1.ThemeName = "MaterialTeal";
     //
     // radContextMenu1
     //
     this.radContextMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem6,
         this.radMenuItem5
     });
     this.radContextMenu1.ThemeName = "MaterialTeal";
     //
     // radMenuItem6
     //
     this.radMenuItem6.Name   = "radMenuItem6";
     this.radMenuItem6.Text   = "添加";
     this.radMenuItem6.Click += new System.EventHandler(this.radMenuItem6_Click);
     //
     // radMenuItem5
     //
     this.radMenuItem5.Name   = "radMenuItem5";
     this.radMenuItem5.Text   = "确认";
     this.radMenuItem5.Click += new System.EventHandler(this.radMenuItem5_Click);
     //
     // radStatusStrip1
     //
     this.radStatusStrip1.Location  = new System.Drawing.Point(0, 698);
     this.radStatusStrip1.Name      = "radStatusStrip1";
     this.radStatusStrip1.Size      = new System.Drawing.Size(766, 25);
     this.radStatusStrip1.TabIndex  = 4;
     this.radStatusStrip1.Text      = "radStatusStrip1";
     this.radStatusStrip1.ThemeName = "MaterialTeal";
     //
     // radMenuItem1
     //
     this.radMenuItem1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem2,
         this.radMenuItem3,
         this.radMenuItem4
     });
     this.radMenuItem1.Name = "radMenuItem1";
     this.radMenuItem1.Text = "文件";
     //
     // radMenuItem2
     //
     this.radMenuItem2.Name   = "radMenuItem2";
     this.radMenuItem2.Text   = "新建";
     this.radMenuItem2.Click += new System.EventHandler(this.radMenuItem2_Click);
     //
     // radMenuItem3
     //
     this.radMenuItem3.Name = "radMenuItem3";
     this.radMenuItem3.Text = "打开";
     //
     // radMenuItem4
     //
     this.radMenuItem4.Name   = "radMenuItem4";
     this.radMenuItem4.Text   = "保存";
     this.radMenuItem4.Click += new System.EventHandler(this.radMenuItem4_Click);
     //
     // radMenu1
     //
     this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radMenuItem1
     });
     this.radMenu1.Location  = new System.Drawing.Point(0, 0);
     this.radMenu1.Name      = "radMenu1";
     this.radMenu1.Size      = new System.Drawing.Size(766, 37);
     this.radMenu1.TabIndex  = 5;
     this.radMenu1.Text      = "radMenu1";
     this.radMenu1.ThemeName = "MaterialTeal";
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "ini文件|*.ini";
     //
     // DataSettingForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(766, 723);
     this.Controls.Add(this.radMenu1);
     this.Controls.Add(this.radStatusStrip1);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.radButton1);
     this.Controls.Add(this.radGroupBox1);
     this.Name = "DataSettingForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "radRibbonBar1";
     this.ThemeName = "MaterialTeal";
     this.Load     += new System.EventHandler(this.DataSettingForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radListView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #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(Launcher));
            Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Версия");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Тип");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Дата выхода");
            this.radScrollablePanel2 = new Telerik.WinControls.UI.RadScrollablePanel();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
            this.AboutVersion = new Telerik.WinControls.UI.RadLabel();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
            this.radScrollablePanel1 = new Telerik.WinControls.UI.RadScrollablePanel();
            this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
            this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
            this.usingAssets = new Telerik.WinControls.UI.RadTextBox();
            this.AllowReconstruct = new Telerik.WinControls.UI.RadCheckBox();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.UseGamePrefix = new Telerik.WinControls.UI.RadCheckBox();
            this.EnableMinecraftLogging = new Telerik.WinControls.UI.RadCheckBox();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
            this.LangDropDownList = new Telerik.WinControls.UI.RadDropDownList();
            this.EnableMinecraftUpdateAlerts = new Telerik.WinControls.UI.RadCheckBox();
            this.AllowUpdateVersions = new Telerik.WinControls.UI.RadCheckBox();
            this.radCheckBox1 = new Telerik.WinControls.UI.RadCheckBox();
            this.Dark = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
            this.radPageView1 = new Telerik.WinControls.UI.RadPageView();
            this.News = new Telerik.WinControls.UI.RadPageViewPage();
            this.NewsBrowser = new System.Windows.Forms.WebBrowser();
            this.radPanel2 = new Telerik.WinControls.UI.RadPanel();
            this.radButton2 = new Telerik.WinControls.UI.RadButton();
            this.radButton1 = new Telerik.WinControls.UI.RadButton();
            this.ConsolePage = new Telerik.WinControls.UI.RadPageViewPage();
            this.Log = new System.Windows.Forms.RichTextBox();
            this.EditVersions = new Telerik.WinControls.UI.RadPageViewPage();
            this.radListView1 = new Telerik.WinControls.UI.RadListView();
            this.radPageViewPage1 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radPageView2 = new Telerik.WinControls.UI.RadPageView();
            this.radPageViewPage2 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radPageViewPage3 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radPageView3 = new Telerik.WinControls.UI.RadPageView();
            this.radPageViewPage6 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radPageViewPage4 = new Telerik.WinControls.UI.RadPageViewPage();
            this.progressBar1 = new Telerik.WinControls.UI.RadProgressBar();
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.radButton3 = new Telerik.WinControls.UI.RadButton();
            this.Nickname = new Telerik.WinControls.UI.RadDropDownList();
            this.SelectedVersion = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.LaunchButton = new Telerik.WinControls.UI.RadButton();
            this.SelectProfile = new Telerik.WinControls.UI.RadDropDownList();
            this.EditProfile = new Telerik.WinControls.UI.RadButton();
            this.AddProfile = new Telerik.WinControls.UI.RadButton();
            this.radContextMenuManager1 = new Telerik.WinControls.UI.RadContextMenuManager();
            this.VerContext = new Telerik.WinControls.UI.RadContextMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.radScrollablePanel2)).BeginInit();
            this.radScrollablePanel2.PanelContainer.SuspendLayout();
            this.radScrollablePanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AboutVersion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radScrollablePanel1)).BeginInit();
            this.radScrollablePanel1.PanelContainer.SuspendLayout();
            this.radScrollablePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
            this.radGroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.usingAssets)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AllowReconstruct)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.UseGamePrefix)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.EnableMinecraftLogging)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LangDropDownList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.EnableMinecraftUpdateAlerts)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AllowUpdateVersions)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radCheckBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit();
            this.radPageView1.SuspendLayout();
            this.News.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
            this.radPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButton2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
            this.ConsolePage.SuspendLayout();
            this.EditVersions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radListView1)).BeginInit();
            this.radPageViewPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radPageView2)).BeginInit();
            this.radPageView2.SuspendLayout();
            this.radPageViewPage2.SuspendLayout();
            this.radPageViewPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radPageView3)).BeginInit();
            this.radPageView3.SuspendLayout();
            this.radPageViewPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.progressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButton3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Nickname)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LaunchButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.SelectProfile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.EditProfile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AddProfile)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radScrollablePanel2
            // 
            resources.ApplyResources(this.radScrollablePanel2, "radScrollablePanel2");
            this.radScrollablePanel2.Name = "radScrollablePanel2";
            // 
            // radScrollablePanel2.PanelContainer
            // 
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.label6);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.label7);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.radLabel5);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.AboutVersion);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.radLabel1);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.label2);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.label3);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.label1);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.label5);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.label4);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.radLabel2);
            this.radScrollablePanel2.PanelContainer.Controls.Add(this.radLabel3);
            resources.ApplyResources(this.radScrollablePanel2.PanelContainer, "radScrollablePanel2.PanelContainer");
            this.radScrollablePanel2.ThemeName = "VisualStudio2012Dark";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label6.ForeColor = System.Drawing.Color.Gray;
            this.label6.Name = "label6";
            this.label6.Click += new System.EventHandler(this.label6_Click);
            // 
            // label7
            // 
            resources.ApplyResources(this.label7, "label7");
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Name = "label7";
            // 
            // radLabel5
            // 
            this.radLabel5.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.radLabel5, "radLabel5");
            this.radLabel5.ForeColor = System.Drawing.Color.Transparent;
            this.radLabel5.Name = "radLabel5";
            this.radLabel5.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.radLabel5.GetChildAt(0))).Text = resources.GetString("resource.Text");
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radLabel5.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.Transparent;
            // 
            // AboutVersion
            // 
            this.AboutVersion.BackColor = System.Drawing.Color.Transparent;
            this.AboutVersion.ForeColor = System.Drawing.Color.DimGray;
            resources.ApplyResources(this.AboutVersion, "AboutVersion");
            this.AboutVersion.Name = "AboutVersion";
            // 
            // 
            // 
            this.AboutVersion.RootElement.MinSize = new System.Drawing.Size(58, 18);
            this.AboutVersion.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.AboutVersion.GetChildAt(0))).TextAlignment = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlignment")));
            ((Telerik.WinControls.UI.RadLabelElement)(this.AboutVersion.GetChildAt(0))).Text = resources.GetString("resource.Text1");
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.AboutVersion.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.Transparent;
            // 
            // radLabel1
            // 
            this.radLabel1.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.radLabel1, "radLabel1");
            this.radLabel1.ForeColor = System.Drawing.Color.Transparent;
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.radLabel1.GetChildAt(0))).Text = resources.GetString("resource.Text2");
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radLabel1.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.Transparent;
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Name = "label2";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label3.ForeColor = System.Drawing.Color.Gray;
            this.label3.Name = "label3";
            this.label3.Click += new System.EventHandler(this.label3_Click);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Name = "label1";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label5.ForeColor = System.Drawing.Color.Gray;
            this.label5.Name = "label5";
            this.label5.Click += new System.EventHandler(this.label5_Click);
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Name = "label4";
            // 
            // radLabel2
            // 
            this.radLabel2.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.radLabel2, "radLabel2");
            this.radLabel2.ForeColor = System.Drawing.Color.Transparent;
            this.radLabel2.Name = "radLabel2";
            this.radLabel2.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.radLabel2.GetChildAt(0))).Text = resources.GetString("resource.Text3");
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radLabel2.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.Transparent;
            // 
            // radLabel3
            // 
            this.radLabel3.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.radLabel3, "radLabel3");
            this.radLabel3.ForeColor = System.Drawing.Color.Transparent;
            this.radLabel3.Name = "radLabel3";
            // 
            // 
            // 
            this.radLabel3.RootElement.Opacity = 0.2D;
            this.radLabel3.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.radLabel3.GetChildAt(0))).Text = resources.GetString("resource.Text4");
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radLabel3.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.Transparent;
            // 
            // radScrollablePanel1
            // 
            resources.ApplyResources(this.radScrollablePanel1, "radScrollablePanel1");
            this.radScrollablePanel1.Name = "radScrollablePanel1";
            // 
            // radScrollablePanel1.PanelContainer
            // 
            this.radScrollablePanel1.PanelContainer.Controls.Add(this.radGroupBox3);
            this.radScrollablePanel1.PanelContainer.Controls.Add(this.radGroupBox2);
            this.radScrollablePanel1.PanelContainer.Controls.Add(this.radGroupBox1);
            resources.ApplyResources(this.radScrollablePanel1.PanelContainer, "radScrollablePanel1.PanelContainer");
            this.radScrollablePanel1.ThemeName = "VisualStudio2012Dark";
            // 
            // radGroupBox3
            // 
            this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox3.BackColor = System.Drawing.Color.Transparent;
            this.radGroupBox3.Controls.Add(this.radLabel6);
            this.radGroupBox3.Controls.Add(this.usingAssets);
            this.radGroupBox3.Controls.Add(this.AllowReconstruct);
            resources.ApplyResources(this.radGroupBox3, "radGroupBox3");
            this.radGroupBox3.Name = "radGroupBox3";
            this.radGroupBox3.ThemeName = "VisualStudio2012Dark";
            // 
            // radLabel6
            // 
            resources.ApplyResources(this.radLabel6, "radLabel6");
            this.radLabel6.Name = "radLabel6";
            this.radLabel6.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.radLabel6.GetChildAt(0))).Text = resources.GetString("resource.Text5");
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radLabel6.GetChildAt(0).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
            // 
            // usingAssets
            // 
            resources.ApplyResources(this.usingAssets, "usingAssets");
            this.usingAssets.Name = "usingAssets";
            this.usingAssets.ThemeName = "VisualStudio2012Dark";
            // 
            // AllowReconstruct
            // 
            this.AllowReconstruct.CheckState = System.Windows.Forms.CheckState.Checked;
            resources.ApplyResources(this.AllowReconstruct, "AllowReconstruct");
            this.AllowReconstruct.Name = "AllowReconstruct";
            this.AllowReconstruct.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.BackColor = System.Drawing.Color.Transparent;
            this.radGroupBox2.Controls.Add(this.UseGamePrefix);
            this.radGroupBox2.Controls.Add(this.EnableMinecraftLogging);
            resources.ApplyResources(this.radGroupBox2, "radGroupBox2");
            this.radGroupBox2.Name = "radGroupBox2";
            this.radGroupBox2.ThemeName = "VisualStudio2012Dark";
            // 
            // UseGamePrefix
            // 
            this.UseGamePrefix.CheckState = System.Windows.Forms.CheckState.Checked;
            resources.ApplyResources(this.UseGamePrefix, "UseGamePrefix");
            this.UseGamePrefix.Name = "UseGamePrefix";
            this.UseGamePrefix.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            // 
            // EnableMinecraftLogging
            // 
            this.EnableMinecraftLogging.CheckState = System.Windows.Forms.CheckState.Checked;
            resources.ApplyResources(this.EnableMinecraftLogging, "EnableMinecraftLogging");
            this.EnableMinecraftLogging.Name = "EnableMinecraftLogging";
            this.EnableMinecraftLogging.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            this.EnableMinecraftLogging.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.EnableMinecraftLogging_ToggleStateChanged);
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.BackColor = System.Drawing.Color.Transparent;
            this.radGroupBox1.Controls.Add(this.radLabel4);
            this.radGroupBox1.Controls.Add(this.LangDropDownList);
            this.radGroupBox1.Controls.Add(this.EnableMinecraftUpdateAlerts);
            this.radGroupBox1.Controls.Add(this.AllowUpdateVersions);
            this.radGroupBox1.Controls.Add(this.radCheckBox1);
            resources.ApplyResources(this.radGroupBox1, "radGroupBox1");
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.ThemeName = "VisualStudio2012Dark";
            // 
            // radLabel4
            // 
            resources.ApplyResources(this.radLabel4, "radLabel4");
            this.radLabel4.Name = "radLabel4";
            // 
            // 
            // 
            this.radLabel4.RootElement.AccessibleDescription = resources.GetString("radLabel4.RootElement.AccessibleDescription");
            this.radLabel4.RootElement.AccessibleName = resources.GetString("radLabel4.RootElement.AccessibleName");
            this.radLabel4.RootElement.Alignment = ((System.Drawing.ContentAlignment)(resources.GetObject("radLabel4.RootElement.Alignment")));
            this.radLabel4.RootElement.AngleTransform = ((float)(resources.GetObject("radLabel4.RootElement.AngleTransform")));
            this.radLabel4.RootElement.FlipText = ((bool)(resources.GetObject("radLabel4.RootElement.FlipText")));
            this.radLabel4.RootElement.Margin = ((System.Windows.Forms.Padding)(resources.GetObject("radLabel4.RootElement.Margin")));
            this.radLabel4.RootElement.Text = resources.GetString("radLabel4.RootElement.Text");
            this.radLabel4.RootElement.TextOrientation = ((System.Windows.Forms.Orientation)(resources.GetObject("radLabel4.RootElement.TextOrientation")));
            this.radLabel4.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.radLabel4.GetChildAt(0))).Text = resources.GetString("resource.Text6");
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radLabel4.GetChildAt(0).GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
            // 
            // LangDropDownList
            // 
            this.LangDropDownList.AllowShowFocusCues = false;
            this.LangDropDownList.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            radListDataItem1.Text = "Русский (ru-default)";
            resources.ApplyResources(radListDataItem1, "radListDataItem1");
            this.LangDropDownList.Items.Add(radListDataItem1);
            resources.ApplyResources(this.LangDropDownList, "LangDropDownList");
            this.LangDropDownList.Name = "LangDropDownList";
            // 
            // 
            // 
            this.LangDropDownList.RootElement.AccessibleDescription = resources.GetString("LangDropDownList.RootElement.AccessibleDescription");
            this.LangDropDownList.RootElement.AccessibleName = resources.GetString("LangDropDownList.RootElement.AccessibleName");
            this.LangDropDownList.RootElement.Alignment = ((System.Drawing.ContentAlignment)(resources.GetObject("LangDropDownList.RootElement.Alignment")));
            this.LangDropDownList.RootElement.AngleTransform = ((float)(resources.GetObject("LangDropDownList.RootElement.AngleTransform")));
            this.LangDropDownList.RootElement.FlipText = ((bool)(resources.GetObject("LangDropDownList.RootElement.FlipText")));
            this.LangDropDownList.RootElement.Margin = ((System.Windows.Forms.Padding)(resources.GetObject("LangDropDownList.RootElement.Margin")));
            this.LangDropDownList.RootElement.Text = resources.GetString("LangDropDownList.RootElement.Text");
            this.LangDropDownList.RootElement.TextOrientation = ((System.Windows.Forms.Orientation)(resources.GetObject("LangDropDownList.RootElement.TextOrientation")));
            this.LangDropDownList.ThemeName = "VisualStudio2012Dark";
            this.LangDropDownList.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.LangSelection_Changed);
            // 
            // EnableMinecraftUpdateAlerts
            // 
            this.EnableMinecraftUpdateAlerts.CheckState = System.Windows.Forms.CheckState.Checked;
            resources.ApplyResources(this.EnableMinecraftUpdateAlerts, "EnableMinecraftUpdateAlerts");
            this.EnableMinecraftUpdateAlerts.Name = "EnableMinecraftUpdateAlerts";
            this.EnableMinecraftUpdateAlerts.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            // 
            // AllowUpdateVersions
            // 
            this.AllowUpdateVersions.CheckState = System.Windows.Forms.CheckState.Checked;
            resources.ApplyResources(this.AllowUpdateVersions, "AllowUpdateVersions");
            this.AllowUpdateVersions.Name = "AllowUpdateVersions";
            this.AllowUpdateVersions.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
            // 
            // radCheckBox1
            // 
            resources.ApplyResources(this.radCheckBox1, "radCheckBox1");
            this.radCheckBox1.Name = "radCheckBox1";
            // 
            // radPageView1
            // 
            this.radPageView1.Controls.Add(this.News);
            this.radPageView1.Controls.Add(this.ConsolePage);
            this.radPageView1.Controls.Add(this.EditVersions);
            this.radPageView1.Controls.Add(this.radPageViewPage1);
            resources.ApplyResources(this.radPageView1, "radPageView1");
            this.radPageView1.Name = "radPageView1";
            this.radPageView1.SelectedPage = this.News;
            this.radPageView1.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView1.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
            // 
            // News
            // 
            this.News.Controls.Add(this.NewsBrowser);
            this.News.Controls.Add(this.radPanel2);
            this.News.ItemSize = new System.Drawing.SizeF(56F, 24F);
            resources.ApplyResources(this.News, "News");
            this.News.Name = "News";
            // 
            // NewsBrowser
            // 
            resources.ApplyResources(this.NewsBrowser, "NewsBrowser");
            this.NewsBrowser.Name = "NewsBrowser";
            this.NewsBrowser.ScriptErrorsSuppressed = true;
            this.NewsBrowser.Url = new System.Uri("http://mcupdate.tumblr.com/", System.UriKind.Absolute);
            this.NewsBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.NewsBrowser_Navigating);
            // 
            // radPanel2
            // 
            this.radPanel2.Controls.Add(this.radButton2);
            this.radPanel2.Controls.Add(this.radButton1);
            resources.ApplyResources(this.radPanel2, "radPanel2");
            this.radPanel2.Name = "radPanel2";
            this.radPanel2.ThemeName = "VisualStudio2012Dark";
            // 
            // radButton2
            // 
            resources.ApplyResources(this.radButton2, "radButton2");
            this.radButton2.Name = "radButton2";
            this.radButton2.ThemeName = "VisualStudio2012Dark";
            this.radButton2.Click += new System.EventHandler(this.BackButton_Click);
            // 
            // radButton1
            // 
            resources.ApplyResources(this.radButton1, "radButton1");
            this.radButton1.Name = "radButton1";
            this.radButton1.ThemeName = "VisualStudio2012Dark";
            this.radButton1.Click += new System.EventHandler(this.ForwardButton_Click);
            // 
            // ConsolePage
            // 
            this.ConsolePage.Controls.Add(this.Log);
            this.ConsolePage.ItemSize = new System.Drawing.SizeF(55F, 24F);
            resources.ApplyResources(this.ConsolePage, "ConsolePage");
            this.ConsolePage.Name = "ConsolePage";
            // 
            // Log
            // 
            this.Log.BorderStyle = System.Windows.Forms.BorderStyle.None;
            resources.ApplyResources(this.Log, "Log");
            this.Log.Name = "Log";
            this.Log.ReadOnly = true;
            // 
            // EditVersions
            // 
            this.EditVersions.Controls.Add(this.radListView1);
            this.EditVersions.ItemSize = new System.Drawing.SizeF(196F, 24F);
            resources.ApplyResources(this.EditVersions, "EditVersions");
            this.EditVersions.Name = "EditVersions";
            // 
            // radListView1
            // 
            this.radListView1.AllowColumnReorder = false;
            this.radListView1.AllowColumnResize = false;
            this.radListView1.AllowEdit = false;
            this.radListView1.AllowRemove = false;
            resources.ApplyResources(this.radListView1, "radListView1");
            listViewDetailColumn1.HeaderText = "Версия";
            listViewDetailColumn2.HeaderText = "Тип";
            listViewDetailColumn2.Width = 100F;
            listViewDetailColumn3.HeaderText = "Дата выхода";
            this.radListView1.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1,
            listViewDetailColumn2,
            listViewDetailColumn3});
            this.radListView1.EnableColumnSort = true;
            this.radListView1.EnableFiltering = true;
            this.radListView1.EnableSorting = true;
            this.radListView1.ItemSpacing = -1;
            this.radListView1.Name = "radListView1";
            this.radContextMenuManager1.SetRadContextMenu(this.radListView1, this.VerContext);
            this.radListView1.SelectLastAddedItem = false;
            this.radListView1.ShowItemToolTips = false;
            this.radListView1.ThemeName = "VisualStudio2012Dark";
            this.radListView1.VerticalScrollState = Telerik.WinControls.UI.ScrollState.AlwaysShow;
            this.radListView1.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            this.radListView1.ItemMouseClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.VersionList_ItemClick);
            // 
            // radPageViewPage1
            // 
            this.radPageViewPage1.Controls.Add(this.radPageView2);
            this.radPageViewPage1.ItemSize = new System.Drawing.SizeF(72F, 24F);
            resources.ApplyResources(this.radPageViewPage1, "radPageViewPage1");
            this.radPageViewPage1.Name = "radPageViewPage1";
            // 
            // radPageView2
            // 
            this.radPageView2.Controls.Add(this.radPageViewPage2);
            this.radPageView2.Controls.Add(this.radPageViewPage3);
            this.radPageView2.Controls.Add(this.radPageViewPage4);
            resources.ApplyResources(this.radPageView2, "radPageView2");
            this.radPageView2.Name = "radPageView2";
            this.radPageView2.SelectedPage = this.radPageViewPage2;
            this.radPageView2.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView2.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
            ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView2.GetChildAt(0))).ItemAlignment = Telerik.WinControls.UI.StripViewItemAlignment.Center;
            ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView2.GetChildAt(0))).ItemFitMode = Telerik.WinControls.UI.StripViewItemFitMode.Fill;
            ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView2.GetChildAt(0))).StripAlignment = Telerik.WinControls.UI.StripViewAlignment.Bottom;
            // 
            // radPageViewPage2
            // 
            this.radPageViewPage2.Controls.Add(this.radScrollablePanel2);
            this.radPageViewPage2.ItemSize = new System.Drawing.SizeF(267F, 24F);
            resources.ApplyResources(this.radPageViewPage2, "radPageViewPage2");
            this.radPageViewPage2.Name = "radPageViewPage2";
            // 
            // radPageViewPage3
            // 
            this.radPageViewPage3.Controls.Add(this.radPageView3);
            this.radPageViewPage3.ItemSize = new System.Drawing.SizeF(259F, 24F);
            resources.ApplyResources(this.radPageViewPage3, "radPageViewPage3");
            this.radPageViewPage3.Name = "radPageViewPage3";
            // 
            // radPageView3
            // 
            this.radPageView3.Controls.Add(this.radPageViewPage6);
            resources.ApplyResources(this.radPageView3, "radPageView3");
            this.radPageView3.Name = "radPageView3";
            this.radPageView3.SelectedPage = this.radPageViewPage6;
            this.radPageView3.ThemeName = "VisualStudio2012Dark";
            this.radPageView3.ViewMode = Telerik.WinControls.UI.PageViewMode.Backstage;
            ((Telerik.WinControls.UI.StripViewItemContainer)(this.radPageView3.GetChildAt(0).GetChildAt(0))).MinSize = new System.Drawing.Size(150, 0);
            // 
            // radPageViewPage6
            // 
            resources.ApplyResources(this.radPageViewPage6, "radPageViewPage6");
            this.radPageViewPage6.Name = "radPageViewPage6";
            // 
            // radPageViewPage4
            // 
            this.radPageViewPage4.Controls.Add(this.radScrollablePanel1);
            this.radPageViewPage4.ItemSize = new System.Drawing.SizeF(263F, 24F);
            resources.ApplyResources(this.radPageViewPage4, "radPageViewPage4");
            this.radPageViewPage4.Name = "radPageViewPage4";
            // 
            // progressBar1
            // 
            resources.ApplyResources(this.progressBar1, "progressBar1");
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.ThemeName = "VisualStudio2012Dark";
            // 
            // radPanel1
            // 
            this.radPanel1.BackgroundImage = global::Luncher.Properties.Resources.minecraft_dirt_wallpaper_by_thedevartist_d3l1qoj;
            this.radPanel1.Controls.Add(this.radButton3);
            this.radPanel1.Controls.Add(this.Nickname);
            this.radPanel1.Controls.Add(this.SelectedVersion);
            this.radPanel1.Controls.Add(this.pictureBox1);
            this.radPanel1.Controls.Add(this.LaunchButton);
            this.radPanel1.Controls.Add(this.SelectProfile);
            this.radPanel1.Controls.Add(this.EditProfile);
            this.radPanel1.Controls.Add(this.AddProfile);
            resources.ApplyResources(this.radPanel1, "radPanel1");
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.ThemeName = "VisualStudio2012Dark";
            // 
            // radButton3
            // 
            resources.ApplyResources(this.radButton3, "radButton3");
            this.radButton3.Name = "radButton3";
            this.radButton3.ThemeName = "VisualStudio2012Dark";
            this.radButton3.Click += new System.EventHandler(this.AddUserProfile_Click);
            // 
            // Nickname
            // 
            this.Nickname.AllowShowFocusCues = false;
            resources.ApplyResources(this.Nickname, "Nickname");
            this.Nickname.Name = "Nickname";
            this.Nickname.ThemeName = "VisualStudio2012Dark";
            this.Nickname.KeyUp += new System.Windows.Forms.KeyEventHandler(this.KeyPressed);
            // 
            // SelectedVersion
            // 
            resources.ApplyResources(this.SelectedVersion, "SelectedVersion");
            this.SelectedVersion.BackColor = System.Drawing.Color.Transparent;
            this.SelectedVersion.ForeColor = System.Drawing.Color.White;
            this.SelectedVersion.Name = "SelectedVersion";
            // 
            // pictureBox1
            // 
            resources.ApplyResources(this.pictureBox1, "pictureBox1");
            this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox1.BackgroundImage = global::Luncher.Properties.Resources._1328800264_minecraft_logo;
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.TabStop = false;
            // 
            // LaunchButton
            // 
            resources.ApplyResources(this.LaunchButton, "LaunchButton");
            this.LaunchButton.Name = "LaunchButton";
            this.LaunchButton.ThemeName = "VisualStudio2012Dark";
            this.LaunchButton.Click += new System.EventHandler(this.Launch_Click);
            // 
            // SelectProfile
            // 
            this.SelectProfile.AllowShowFocusCues = false;
            this.SelectProfile.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            resources.ApplyResources(this.SelectProfile, "SelectProfile");
            this.SelectProfile.Name = "SelectProfile";
            this.SelectProfile.ThemeName = "VisualStudio2012Dark";
            this.SelectProfile.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.SelectProfile_SelectedIndexChanged);
            // 
            // EditProfile
            // 
            resources.ApplyResources(this.EditProfile, "EditProfile");
            this.EditProfile.Name = "EditProfile";
            this.EditProfile.TextWrap = true;
            this.EditProfile.ThemeName = "VisualStudio2012Dark";
            this.EditProfile.Click += new System.EventHandler(this.EditProfile_Click);
            // 
            // AddProfile
            // 
            resources.ApplyResources(this.AddProfile, "AddProfile");
            this.AddProfile.Name = "AddProfile";
            this.AddProfile.TextWrap = true;
            this.AddProfile.ThemeName = "VisualStudio2012Dark";
            this.AddProfile.Click += new System.EventHandler(this.AddProfile_Click);
            // 
            // Launcher
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.radPageView1);
            this.Controls.Add(this.progressBar1);
            this.Controls.Add(this.radPanel1);
            this.Name = "Launcher";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.ThemeName = "VisualStudio2012Dark";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Launcher_FormClosing);
            this.Load += new System.EventHandler(this.Launcher_Load);
            this.radScrollablePanel2.PanelContainer.ResumeLayout(false);
            this.radScrollablePanel2.PanelContainer.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radScrollablePanel2)).EndInit();
            this.radScrollablePanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AboutVersion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
            this.radScrollablePanel1.PanelContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radScrollablePanel1)).EndInit();
            this.radScrollablePanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
            this.radGroupBox3.ResumeLayout(false);
            this.radGroupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.usingAssets)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AllowReconstruct)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            this.radGroupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.UseGamePrefix)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.EnableMinecraftLogging)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LangDropDownList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.EnableMinecraftUpdateAlerts)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AllowUpdateVersions)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radCheckBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit();
            this.radPageView1.ResumeLayout(false);
            this.News.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
            this.radPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radButton2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
            this.ConsolePage.ResumeLayout(false);
            this.EditVersions.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radListView1)).EndInit();
            this.radPageViewPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radPageView2)).EndInit();
            this.radPageView2.ResumeLayout(false);
            this.radPageViewPage2.ResumeLayout(false);
            this.radPageViewPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radPageView3)).EndInit();
            this.radPageView3.ResumeLayout(false);
            this.radPageViewPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.progressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            this.radPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButton3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Nickname)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LaunchButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SelectProfile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.EditProfile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AddProfile)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Codigo");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Nombre");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Apellido");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Partido");
     this.telerikMetroTouchTheme1    = new Telerik.WinControls.Themes.TelerikMetroTouchTheme();
     this.telerikMetroBlueTheme1     = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
     this.telerikMetroTheme1         = new Telerik.WinControls.Themes.TelerikMetroTheme();
     this.radListViewPartidoPolitico = new Telerik.WinControls.UI.RadListView();
     this.textBoxApellido            = new System.Windows.Forms.TextBox();
     this.radTextBoxNombre           = new Telerik.WinControls.UI.RadTextBox();
     this.textBoxPartidoPolitico     = new System.Windows.Forms.TextBox();
     this.radLabel1                      = new Telerik.WinControls.UI.RadLabel();
     this.radLabel3                      = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2                      = new Telerik.WinControls.UI.RadLabel();
     this.radButtonAgregar               = new Telerik.WinControls.UI.RadButton();
     this.radButtonModificar             = new Telerik.WinControls.UI.RadButton();
     this.radButtonEliminar              = new Telerik.WinControls.UI.RadButton();
     this.radButtonNuevo                 = new Telerik.WinControls.UI.RadButton();
     this.radLabel4                      = new Telerik.WinControls.UI.RadLabel();
     this.listView1                      = new System.Windows.Forms.ListView();
     this.columnHeader1                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.radDropDownListPartidoPolitico = new Telerik.WinControls.UI.RadDropDownList();
     ((System.ComponentModel.ISupportInitialize)(this.radListViewPartidoPolitico)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBoxNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonAgregar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonModificar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonEliminar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonNuevo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDropDownListPartidoPolitico)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radListViewPartidoPolitico
     //
     listViewDetailColumn1.HeaderText = "Codigo";
     listViewDetailColumn1.Width      = 50F;
     listViewDetailColumn2.HeaderText = "Nombre";
     listViewDetailColumn2.Width      = 150F;
     listViewDetailColumn3.HeaderText = "Apellido";
     listViewDetailColumn3.Width      = 150F;
     listViewDetailColumn4.HeaderText = "Partido";
     listViewDetailColumn4.Width      = 150F;
     this.radListViewPartidoPolitico.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4
     });
     this.radListViewPartidoPolitico.Location    = new System.Drawing.Point(10, 160);
     this.radListViewPartidoPolitico.Name        = "radListViewPartidoPolitico";
     this.radListViewPartidoPolitico.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.radListViewPartidoPolitico.ShowGroups  = true;
     this.radListViewPartidoPolitico.Size        = new System.Drawing.Size(458, 162);
     this.radListViewPartidoPolitico.TabIndex    = 0;
     this.radListViewPartidoPolitico.Text        = "radListView1";
     //
     // textBoxApellido
     //
     this.textBoxApellido.Location = new System.Drawing.Point(82, 34);
     this.textBoxApellido.Name     = "textBoxApellido";
     this.textBoxApellido.Size     = new System.Drawing.Size(154, 20);
     this.textBoxApellido.TabIndex = 1;
     //
     // radTextBoxNombre
     //
     this.radTextBoxNombre.Location = new System.Drawing.Point(82, 8);
     this.radTextBoxNombre.Name     = "radTextBoxNombre";
     this.radTextBoxNombre.Size     = new System.Drawing.Size(154, 20);
     this.radTextBoxNombre.TabIndex = 3;
     //
     // textBoxPartidoPolitico
     //
     this.textBoxPartidoPolitico.Location = new System.Drawing.Point(360, 12);
     this.textBoxPartidoPolitico.Name     = "textBoxPartidoPolitico";
     this.textBoxPartidoPolitico.Size     = new System.Drawing.Size(108, 20);
     this.textBoxPartidoPolitico.TabIndex = 2;
     //
     // radLabel1
     //
     this.radLabel1.Location  = new System.Drawing.Point(10, 8);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(66, 23);
     this.radLabel1.TabIndex  = 4;
     this.radLabel1.Text      = "Nombre:";
     this.radLabel1.ThemeName = "TelerikMetroTouch";
     //
     // radLabel3
     //
     this.radLabel3.Location  = new System.Drawing.Point(242, 9);
     this.radLabel3.Name      = "radLabel3";
     this.radLabel3.Size      = new System.Drawing.Size(112, 23);
     this.radLabel3.TabIndex  = 5;
     this.radLabel3.Text      = "Partido politico:";
     this.radLabel3.ThemeName = "TelerikMetroTouch";
     //
     // radLabel2
     //
     this.radLabel2.Location  = new System.Drawing.Point(12, 36);
     this.radLabel2.Name      = "radLabel2";
     this.radLabel2.Size      = new System.Drawing.Size(66, 23);
     this.radLabel2.TabIndex  = 5;
     this.radLabel2.Text      = "Apellido:";
     this.radLabel2.ThemeName = "TelerikMetroTouch";
     //
     // radButtonAgregar
     //
     this.radButtonAgregar.Location  = new System.Drawing.Point(126, 71);
     this.radButtonAgregar.Name      = "radButtonAgregar";
     this.radButtonAgregar.Size      = new System.Drawing.Size(110, 32);
     this.radButtonAgregar.TabIndex  = 6;
     this.radButtonAgregar.Text      = "Agregar";
     this.radButtonAgregar.ThemeName = "TelerikMetroTouch";
     this.radButtonAgregar.Click    += new System.EventHandler(this.radButtonAgregar_Click);
     //
     // radButtonModificar
     //
     this.radButtonModificar.Location  = new System.Drawing.Point(242, 71);
     this.radButtonModificar.Name      = "radButtonModificar";
     this.radButtonModificar.Size      = new System.Drawing.Size(110, 32);
     this.radButtonModificar.TabIndex  = 7;
     this.radButtonModificar.Text      = "Modificar";
     this.radButtonModificar.ThemeName = "TelerikMetroTouch";
     //
     // radButtonEliminar
     //
     this.radButtonEliminar.Location  = new System.Drawing.Point(358, 71);
     this.radButtonEliminar.Name      = "radButtonEliminar";
     this.radButtonEliminar.Size      = new System.Drawing.Size(110, 32);
     this.radButtonEliminar.TabIndex  = 8;
     this.radButtonEliminar.Text      = "Eliminar";
     this.radButtonEliminar.ThemeName = "TelerikMetroTouch";
     this.radButtonEliminar.Click    += new System.EventHandler(this.radButtonEliminar_Click);
     //
     // radButtonNuevo
     //
     this.radButtonNuevo.Location  = new System.Drawing.Point(10, 71);
     this.radButtonNuevo.Name      = "radButtonNuevo";
     this.radButtonNuevo.Size      = new System.Drawing.Size(110, 32);
     this.radButtonNuevo.TabIndex  = 9;
     this.radButtonNuevo.Text      = "Nuevo";
     this.radButtonNuevo.ThemeName = "TelerikMetroTouch";
     //
     // radLabel4
     //
     this.radLabel4.Location  = new System.Drawing.Point(5, 117);
     this.radLabel4.Name      = "radLabel4";
     this.radLabel4.Size      = new System.Drawing.Size(191, 23);
     this.radLabel4.TabIndex  = 6;
     this.radLabel4.Text      = " Seleccione partido politico:";
     this.radLabel4.ThemeName = "TelerikMetroTouch";
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.listView1.Location = new System.Drawing.Point(10, 338);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(458, 137);
     this.listView1.TabIndex = 11;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView1_ItemSelectionChanged);
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Codigo:";
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Nombre";
     this.columnHeader2.Width = 150;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Apellido";
     this.columnHeader3.Width = 150;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Partido";
     this.columnHeader4.Width = 150;
     //
     // radDropDownListPartidoPolitico
     //
     this.radDropDownListPartidoPolitico.AllowShowFocusCues        = false;
     this.radDropDownListPartidoPolitico.AutoCompleteDisplayMember = null;
     this.radDropDownListPartidoPolitico.AutoCompleteValueMember   = null;
     this.radDropDownListPartidoPolitico.Location              = new System.Drawing.Point(202, 117);
     this.radDropDownListPartidoPolitico.Name                  = "radDropDownListPartidoPolitico";
     this.radDropDownListPartidoPolitico.Size                  = new System.Drawing.Size(266, 30);
     this.radDropDownListPartidoPolitico.TabIndex              = 0;
     this.radDropDownListPartidoPolitico.ThemeName             = "TelerikMetroTouch";
     this.radDropDownListPartidoPolitico.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.radDropDownListPartidoPolitico_SelectedIndexChanged);
     //
     // RadForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(481, 487);
     this.Controls.Add(this.radDropDownListPartidoPolitico);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.radLabel4);
     this.Controls.Add(this.radButtonNuevo);
     this.Controls.Add(this.radButtonEliminar);
     this.Controls.Add(this.radButtonModificar);
     this.Controls.Add(this.radButtonAgregar);
     this.Controls.Add(this.radLabel2);
     this.Controls.Add(this.radLabel3);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.textBoxPartidoPolitico);
     this.Controls.Add(this.radTextBoxNombre);
     this.Controls.Add(this.textBoxApellido);
     this.Controls.Add(this.radListViewPartidoPolitico);
     this.Name = "RadForm1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "PARTIDO POLITICO";
     this.ThemeName = "TelerikMetroTouch";
     this.Load     += new System.EventHandler(this.RadForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radListViewPartidoPolitico)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBoxNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonAgregar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonModificar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonEliminar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonNuevo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDropDownListPartidoPolitico)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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()
 {
     Telerik.WinControls.UI.RadListDataItem      radListDataItem8      = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem9      = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem10     = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem11     = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem12     = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem13     = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem14     = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Column 0");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Column 1");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem7     = new Telerik.WinControls.UI.ListViewDataItem("Category 1");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem8     = new Telerik.WinControls.UI.ListViewDataItem("Category 2");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem9     = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 3");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem10    = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 4");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem11    = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 5");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem12    = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 6");
     this.telerikMetroTheme1      = new Telerik.WinControls.Themes.TelerikMetroTheme();
     this.telerikMetroBlueTheme1  = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
     this.telerikMetroTouchTheme1 = new Telerik.WinControls.Themes.TelerikMetroTouchTheme();
     this.windows8Theme1          = new Telerik.WinControls.Themes.Windows8Theme();
     this.fluentTheme1            = new Telerik.WinControls.Themes.FluentTheme();
     this.btnHome                          = new Telerik.WinControls.UI.RadButton();
     this.panelTop                         = new Telerik.WinControls.UI.RadPanel();
     this.btnSettings                      = new Telerik.WinControls.UI.RadButton();
     this.btnAccount                       = new Telerik.WinControls.UI.RadButton();
     this.btnUpload                        = new Telerik.WinControls.UI.RadButton();
     this.btnListings                      = new Telerik.WinControls.UI.RadButton();
     this.PanelContainer                   = new Telerik.WinControls.UI.RadScrollablePanelContainer();
     this.panelListingsPageLeft            = new Telerik.WinControls.UI.RadScrollablePanel();
     this.lblListingsPage4                 = new Telerik.WinControls.UI.RadLabel();
     this.droplistListingsPageDate         = new Telerik.WinControls.UI.RadDropDownList();
     this.lblListingsPage3                 = new Telerik.WinControls.UI.RadLabel();
     this.txtboxListingsPagePriceTo        = new Telerik.WinControls.UI.RadTextBox();
     this.txtboxListingsPagePriceFrom      = new Telerik.WinControls.UI.RadTextBox();
     this.radbtnListingsPagePriceCustom    = new Telerik.WinControls.UI.RadRadioButton();
     this.radbtnListingsPagePriceExpensive = new Telerik.WinControls.UI.RadRadioButton();
     this.radbtnListingsPagePriceMedium    = new Telerik.WinControls.UI.RadRadioButton();
     this.lblListingsPage2                 = new Telerik.WinControls.UI.RadLabel();
     this.radbtnListingsPagePriceCheap     = new Telerik.WinControls.UI.RadRadioButton();
     this.clboxListingsPageCategories      = new Telerik.WinControls.UI.RadCheckedListBox();
     this.lblListingsPage1                 = new Telerik.WinControls.UI.RadLabel();
     this.trackBarRange1                   = new Telerik.WinControls.UI.TrackBarRange();
     this.radSplitContainer1               = new Telerik.WinControls.UI.RadSplitContainer();
     this.panelListings                    = new Telerik.WinControls.UI.SplitPanel();
     this.panelSingleListing               = new Telerik.WinControls.UI.SplitPanel();
     this.lblSingleListingTitle            = new Telerik.WinControls.UI.RadLabel();
     this.pictSingleListingPic             = new System.Windows.Forms.PictureBox();
     this.lblSingleListingUploader         = new Telerik.WinControls.UI.RadLabel();
     this.lblSingleListingContactInfo      = new Telerik.WinControls.UI.RadLabel();
     this.lblSingleListingDescription      = new Telerik.WinControls.UI.RadLabel();
     this.radListView1                     = new Telerik.WinControls.UI.RadListView();
     ((System.ComponentModel.ISupportInitialize)(this.btnHome)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelTop)).BeginInit();
     this.panelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnSettings)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAccount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnUpload)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnListings)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelListingsPageLeft)).BeginInit();
     this.panelListingsPageLeft.PanelContainer.SuspendLayout();
     this.panelListingsPageLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblListingsPage4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.droplistListingsPageDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblListingsPage3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtboxListingsPagePriceTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtboxListingsPagePriceFrom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radbtnListingsPagePriceCustom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radbtnListingsPagePriceExpensive)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radbtnListingsPagePriceMedium)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblListingsPage2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radbtnListingsPagePriceCheap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clboxListingsPageCategories)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblListingsPage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
     this.radSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelListings)).BeginInit();
     this.panelListings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelSingleListing)).BeginInit();
     this.panelSingleListing.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lblSingleListingTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictSingleListingPic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblSingleListingUploader)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblSingleListingContactInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblSingleListingDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radListView1)).BeginInit();
     this.SuspendLayout();
     //
     // btnHome
     //
     this.btnHome.Location  = new System.Drawing.Point(12, 10);
     this.btnHome.Margin    = new System.Windows.Forms.Padding(8);
     this.btnHome.Name      = "btnHome";
     this.btnHome.Size      = new System.Drawing.Size(200, 60);
     this.btnHome.TabIndex  = 0;
     this.btnHome.Text      = "Home";
     this.btnHome.ThemeName = "Fluent";
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.btnSettings);
     this.panelTop.Controls.Add(this.btnAccount);
     this.panelTop.Controls.Add(this.btnUpload);
     this.panelTop.Controls.Add(this.btnListings);
     this.panelTop.Controls.Add(this.btnHome);
     this.panelTop.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location  = new System.Drawing.Point(0, 0);
     this.panelTop.Name      = "panelTop";
     this.panelTop.Size      = new System.Drawing.Size(1264, 80);
     this.panelTop.TabIndex  = 3;
     this.panelTop.ThemeName = "TelerikMetro";
     //
     // btnSettings
     //
     this.btnSettings.Location  = new System.Drawing.Point(1156, 46);
     this.btnSettings.Margin    = new System.Windows.Forms.Padding(8);
     this.btnSettings.Name      = "btnSettings";
     this.btnSettings.Size      = new System.Drawing.Size(100, 24);
     this.btnSettings.TabIndex  = 4;
     this.btnSettings.Text      = "Settings";
     this.btnSettings.ThemeName = "Fluent";
     //
     // btnAccount
     //
     this.btnAccount.Location  = new System.Drawing.Point(1156, 8);
     this.btnAccount.Margin    = new System.Windows.Forms.Padding(8);
     this.btnAccount.Name      = "btnAccount";
     this.btnAccount.Size      = new System.Drawing.Size(100, 24);
     this.btnAccount.TabIndex  = 3;
     this.btnAccount.Text      = "Log In";
     this.btnAccount.ThemeName = "Fluent";
     //
     // btnUpload
     //
     this.btnUpload.Location  = new System.Drawing.Point(344, 10);
     this.btnUpload.Margin    = new System.Windows.Forms.Padding(8);
     this.btnUpload.Name      = "btnUpload";
     this.btnUpload.Size      = new System.Drawing.Size(100, 60);
     this.btnUpload.TabIndex  = 2;
     this.btnUpload.Text      = "Sell";
     this.btnUpload.ThemeName = "Fluent";
     //
     // btnListings
     //
     this.btnListings.Location  = new System.Drawing.Point(228, 10);
     this.btnListings.Margin    = new System.Windows.Forms.Padding(8);
     this.btnListings.Name      = "btnListings";
     this.btnListings.Size      = new System.Drawing.Size(100, 60);
     this.btnListings.TabIndex  = 1;
     this.btnListings.Text      = "Buy";
     this.btnListings.ThemeName = "Fluent";
     //
     // PanelContainer
     //
     this.PanelContainer.AutoScroll = false;
     this.PanelContainer.Dock       = System.Windows.Forms.DockStyle.None;
     this.PanelContainer.Location   = new System.Drawing.Point(0, 0);
     this.PanelContainer.Size       = new System.Drawing.Size(198, 599);
     //
     // panelListingsPageLeft
     //
     this.panelListingsPageLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelListingsPageLeft.Location = new System.Drawing.Point(0, 80);
     this.panelListingsPageLeft.Margin   = new System.Windows.Forms.Padding(2);
     this.panelListingsPageLeft.Name     = "panelListingsPageLeft";
     //
     // panelListingsPageLeft.PanelContainer
     //
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.lblListingsPage4);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.droplistListingsPageDate);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.lblListingsPage3);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.txtboxListingsPagePriceTo);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.txtboxListingsPagePriceFrom);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.radbtnListingsPagePriceCustom);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.radbtnListingsPagePriceExpensive);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.radbtnListingsPagePriceMedium);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.lblListingsPage2);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.radbtnListingsPagePriceCheap);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.clboxListingsPageCategories);
     this.panelListingsPageLeft.PanelContainer.Controls.Add(this.lblListingsPage1);
     this.panelListingsPageLeft.PanelContainer.Size = new System.Drawing.Size(218, 599);
     this.panelListingsPageLeft.Size      = new System.Drawing.Size(220, 601);
     this.panelListingsPageLeft.TabIndex  = 4;
     this.panelListingsPageLeft.ThemeName = "TelerikMetro";
     //
     // lblListingsPage4
     //
     this.lblListingsPage4.Location = new System.Drawing.Point(85, 359);
     this.lblListingsPage4.Margin   = new System.Windows.Forms.Padding(3, 12, 3, 3);
     this.lblListingsPage4.Name     = "lblListingsPage4";
     this.lblListingsPage4.Size     = new System.Drawing.Size(49, 18);
     this.lblListingsPage4.TabIndex = 9;
     this.lblListingsPage4.Text     = "Location";
     //
     // droplistListingsPageDate
     //
     radListDataItem8.Text  = "Last Hour";
     radListDataItem9.Text  = "Last Day";
     radListDataItem10.Text = "Last Week";
     radListDataItem11.Text = "Last Month";
     radListDataItem12.Text = "Last 6 Months";
     radListDataItem13.Text = "Last Year";
     radListDataItem14.Text = "All Time";
     this.droplistListingsPageDate.Items.Add(radListDataItem8);
     this.droplistListingsPageDate.Items.Add(radListDataItem9);
     this.droplistListingsPageDate.Items.Add(radListDataItem10);
     this.droplistListingsPageDate.Items.Add(radListDataItem11);
     this.droplistListingsPageDate.Items.Add(radListDataItem12);
     this.droplistListingsPageDate.Items.Add(radListDataItem13);
     this.droplistListingsPageDate.Items.Add(radListDataItem14);
     this.droplistListingsPageDate.Location  = new System.Drawing.Point(8, 320);
     this.droplistListingsPageDate.Name      = "droplistListingsPageDate";
     this.droplistListingsPageDate.Size      = new System.Drawing.Size(202, 24);
     this.droplistListingsPageDate.TabIndex  = 8;
     this.droplistListingsPageDate.ThemeName = "Fluent";
     //
     // lblListingsPage3
     //
     this.lblListingsPage3.Location = new System.Drawing.Point(68, 296);
     this.lblListingsPage3.Margin   = new System.Windows.Forms.Padding(3, 12, 3, 3);
     this.lblListingsPage3.Name     = "lblListingsPage3";
     this.lblListingsPage3.Size     = new System.Drawing.Size(82, 18);
     this.lblListingsPage3.TabIndex = 4;
     this.lblListingsPage3.Text     = "Date Uploaded";
     //
     // txtboxListingsPagePriceTo
     //
     this.txtboxListingsPagePriceTo.Location  = new System.Drawing.Point(170, 256);
     this.txtboxListingsPagePriceTo.Margin    = new System.Windows.Forms.Padding(0, 4, 8, 4);
     this.txtboxListingsPagePriceTo.Name      = "txtboxListingsPagePriceTo";
     this.txtboxListingsPagePriceTo.Size      = new System.Drawing.Size(40, 24);
     this.txtboxListingsPagePriceTo.TabIndex  = 7;
     this.txtboxListingsPagePriceTo.Text      = "To...";
     this.txtboxListingsPagePriceTo.ThemeName = "Fluent";
     //
     // txtboxListingsPagePriceFrom
     //
     this.txtboxListingsPagePriceFrom.Location  = new System.Drawing.Point(122, 256);
     this.txtboxListingsPagePriceFrom.Margin    = new System.Windows.Forms.Padding(0, 4, 0, 4);
     this.txtboxListingsPagePriceFrom.Name      = "txtboxListingsPagePriceFrom";
     this.txtboxListingsPagePriceFrom.Size      = new System.Drawing.Size(40, 24);
     this.txtboxListingsPagePriceFrom.TabIndex  = 6;
     this.txtboxListingsPagePriceFrom.Text      = "From...";
     this.txtboxListingsPagePriceFrom.ThemeName = "Fluent";
     //
     // radbtnListingsPagePriceCustom
     //
     this.radbtnListingsPagePriceCustom.Location  = new System.Drawing.Point(8, 258);
     this.radbtnListingsPagePriceCustom.Margin    = new System.Windows.Forms.Padding(8, 4, 8, 0);
     this.radbtnListingsPagePriceCustom.Name      = "radbtnListingsPagePriceCustom";
     this.radbtnListingsPagePriceCustom.Size      = new System.Drawing.Size(106, 18);
     this.radbtnListingsPagePriceCustom.TabIndex  = 5;
     this.radbtnListingsPagePriceCustom.Text      = "Enter price range";
     this.radbtnListingsPagePriceCustom.ThemeName = "Fluent";
     //
     // radbtnListingsPagePriceExpensive
     //
     this.radbtnListingsPagePriceExpensive.Location  = new System.Drawing.Point(8, 236);
     this.radbtnListingsPagePriceExpensive.Margin    = new System.Windows.Forms.Padding(8, 4, 8, 0);
     this.radbtnListingsPagePriceExpensive.Name      = "radbtnListingsPagePriceExpensive";
     this.radbtnListingsPagePriceExpensive.Size      = new System.Drawing.Size(98, 18);
     this.radbtnListingsPagePriceExpensive.TabIndex  = 4;
     this.radbtnListingsPagePriceExpensive.Text      = "More than 50 €";
     this.radbtnListingsPagePriceExpensive.ThemeName = "Fluent";
     //
     // radbtnListingsPagePriceMedium
     //
     this.radbtnListingsPagePriceMedium.Location  = new System.Drawing.Point(8, 214);
     this.radbtnListingsPagePriceMedium.Margin    = new System.Windows.Forms.Padding(8, 4, 8, 0);
     this.radbtnListingsPagePriceMedium.Name      = "radbtnListingsPagePriceMedium";
     this.radbtnListingsPagePriceMedium.Size      = new System.Drawing.Size(66, 18);
     this.radbtnListingsPagePriceMedium.TabIndex  = 3;
     this.radbtnListingsPagePriceMedium.Text      = "10 - 50 €";
     this.radbtnListingsPagePriceMedium.ThemeName = "Fluent";
     //
     // lblListingsPage2
     //
     this.lblListingsPage2.Location = new System.Drawing.Point(74, 167);
     this.lblListingsPage2.Name     = "lblListingsPage2";
     this.lblListingsPage2.Size     = new System.Drawing.Size(65, 18);
     this.lblListingsPage2.TabIndex = 3;
     this.lblListingsPage2.Text     = "Price Range";
     //
     // radbtnListingsPagePriceCheap
     //
     this.radbtnListingsPagePriceCheap.Location  = new System.Drawing.Point(8, 192);
     this.radbtnListingsPagePriceCheap.Margin    = new System.Windows.Forms.Padding(8, 4, 8, 0);
     this.radbtnListingsPagePriceCheap.Name      = "radbtnListingsPagePriceCheap";
     this.radbtnListingsPagePriceCheap.Size      = new System.Drawing.Size(59, 18);
     this.radbtnListingsPagePriceCheap.TabIndex  = 2;
     this.radbtnListingsPagePriceCheap.Text      = "0 - 10 €";
     this.radbtnListingsPagePriceCheap.ThemeName = "Fluent";
     //
     // clboxListingsPageCategories
     //
     this.clboxListingsPageCategories.CheckOnClickMode = Telerik.WinControls.UI.CheckOnClickMode.FirstClick;
     listViewDetailColumn3.HeaderText = "Column 0";
     listViewDetailColumn3.MinWidth   = 0F;
     listViewDetailColumn3.Width      = 80F;
     listViewDetailColumn4.HeaderText = "Column 1";
     listViewDetailColumn4.MinWidth   = 0F;
     listViewDetailColumn4.Width      = 80F;
     this.clboxListingsPageCategories.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn3,
         listViewDetailColumn4
     });
     this.clboxListingsPageCategories.GroupItemSize = new System.Drawing.Size(100, 20);
     listViewDataItem7.Text  = "Category 1";
     listViewDataItem8.Text  = "Category 2";
     listViewDataItem9.Text  = "ListViewItem 3";
     listViewDataItem10.Text = "ListViewItem 4";
     listViewDataItem11.Text = "ListViewItem 5";
     listViewDataItem12.Text = "ListViewItem 6";
     this.clboxListingsPageCategories.Items.AddRange(new Telerik.WinControls.UI.ListViewDataItem[] {
         listViewDataItem7,
         listViewDataItem8,
         listViewDataItem9,
         listViewDataItem10,
         listViewDataItem11,
         listViewDataItem12
     });
     this.clboxListingsPageCategories.ItemSize             = new System.Drawing.Size(80, 20);
     this.clboxListingsPageCategories.Location             = new System.Drawing.Point(0, 30);
     this.clboxListingsPageCategories.Margin               = new System.Windows.Forms.Padding(12, 4, 12, 12);
     this.clboxListingsPageCategories.Name                 = "clboxListingsPageCategories";
     this.clboxListingsPageCategories.Size                 = new System.Drawing.Size(218, 122);
     this.clboxListingsPageCategories.TabIndex             = 1;
     this.clboxListingsPageCategories.ThemeName            = "Fluent";
     this.clboxListingsPageCategories.SelectedItemChanged += new System.EventHandler(this.clboxListingsPageCategories_SelectedItemChanged);
     //
     // lblListingsPage1
     //
     this.lblListingsPage1.Location = new System.Drawing.Point(80, 5);
     this.lblListingsPage1.Name     = "lblListingsPage1";
     this.lblListingsPage1.Size     = new System.Drawing.Size(59, 18);
     this.lblListingsPage1.TabIndex = 0;
     this.lblListingsPage1.Text     = "Categories";
     this.lblListingsPage1.Click   += new System.EventHandler(this.lblListingsPage1_Click);
     //
     // trackBarRange1
     //
     this.trackBarRange1.End = 10F;
     //
     // radSplitContainer1
     //
     this.radSplitContainer1.Controls.Add(this.panelListings);
     this.radSplitContainer1.Controls.Add(this.panelSingleListing);
     this.radSplitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radSplitContainer1.Location = new System.Drawing.Point(220, 80);
     this.radSplitContainer1.Name     = "radSplitContainer1";
     //
     //
     //
     this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.radSplitContainer1.Size          = new System.Drawing.Size(1044, 601);
     this.radSplitContainer1.SplitterWidth = 8;
     this.radSplitContainer1.TabIndex      = 5;
     this.radSplitContainer1.TabStop       = false;
     this.radSplitContainer1.ThemeName     = "Fluent";
     //
     // panelListings
     //
     this.panelListings.Controls.Add(this.radListView1);
     this.panelListings.Location = new System.Drawing.Point(0, 0);
     this.panelListings.Name     = "panelListings";
     //
     //
     //
     this.panelListings.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.panelListings.Size = new System.Drawing.Size(517, 601);
     this.panelListings.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(-0.0009652376F, 0F);
     this.panelListings.SizeInfo.SplitterCorrection = new System.Drawing.Size(-1, 0);
     this.panelListings.TabIndex  = 0;
     this.panelListings.TabStop   = false;
     this.panelListings.ThemeName = "Fluent";
     //
     // panelSingleListing
     //
     this.panelSingleListing.Controls.Add(this.lblSingleListingDescription);
     this.panelSingleListing.Controls.Add(this.lblSingleListingContactInfo);
     this.panelSingleListing.Controls.Add(this.lblSingleListingUploader);
     this.panelSingleListing.Controls.Add(this.pictSingleListingPic);
     this.panelSingleListing.Controls.Add(this.lblSingleListingTitle);
     this.panelSingleListing.Location = new System.Drawing.Point(525, 0);
     this.panelSingleListing.Name     = "panelSingleListing";
     //
     //
     //
     this.panelSingleListing.RootElement.MinSize = new System.Drawing.Size(25, 25);
     this.panelSingleListing.Size = new System.Drawing.Size(519, 601);
     this.panelSingleListing.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0.0009652376F, 0F);
     this.panelSingleListing.SizeInfo.SplitterCorrection = new System.Drawing.Size(1, 0);
     this.panelSingleListing.TabIndex  = 1;
     this.panelSingleListing.TabStop   = false;
     this.panelSingleListing.ThemeName = "Fluent";
     //
     // lblSingleListingTitle
     //
     this.lblSingleListingTitle.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.lblSingleListingTitle.AutoSize       = false;
     this.lblSingleListingTitle.Cursor         = System.Windows.Forms.Cursors.Default;
     this.lblSingleListingTitle.Font           = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSingleListingTitle.ImageAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.lblSingleListingTitle.Location       = new System.Drawing.Point(171, 31);
     this.lblSingleListingTitle.Name           = "lblSingleListingTitle";
     this.lblSingleListingTitle.Size           = new System.Drawing.Size(316, 68);
     this.lblSingleListingTitle.TabIndex       = 0;
     this.lblSingleListingTitle.Text           = "Listing Title. Very very very very long listing title.";
     this.lblSingleListingTitle.TextAlignment  = System.Drawing.ContentAlignment.TopLeft;
     this.lblSingleListingTitle.ThemeName      = "Fluent";
     //
     // pictSingleListingPic
     //
     this.pictSingleListingPic.Location = new System.Drawing.Point(24, 31);
     this.pictSingleListingPic.Margin   = new System.Windows.Forms.Padding(24);
     this.pictSingleListingPic.Name     = "pictSingleListingPic";
     this.pictSingleListingPic.Size     = new System.Drawing.Size(120, 120);
     this.pictSingleListingPic.TabIndex = 1;
     this.pictSingleListingPic.TabStop  = false;
     //
     // lblSingleListingUploader
     //
     this.lblSingleListingUploader.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.lblSingleListingUploader.AutoSize      = false;
     this.lblSingleListingUploader.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSingleListingUploader.Location      = new System.Drawing.Point(171, 105);
     this.lblSingleListingUploader.Name          = "lblSingleListingUploader";
     this.lblSingleListingUploader.Size          = new System.Drawing.Size(316, 25);
     this.lblSingleListingUploader.TabIndex      = 1;
     this.lblSingleListingUploader.Text          = "Listing Uploader";
     this.lblSingleListingUploader.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.lblSingleListingUploader.ThemeName     = "Fluent";
     //
     // lblSingleListingContactInfo
     //
     this.lblSingleListingContactInfo.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.lblSingleListingContactInfo.AutoSize  = false;
     this.lblSingleListingContactInfo.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSingleListingContactInfo.Location  = new System.Drawing.Point(171, 128);
     this.lblSingleListingContactInfo.Name      = "lblSingleListingContactInfo";
     this.lblSingleListingContactInfo.Size      = new System.Drawing.Size(316, 25);
     this.lblSingleListingContactInfo.TabIndex  = 2;
     this.lblSingleListingContactInfo.Text      = "Listing Contact Info";
     this.lblSingleListingContactInfo.ThemeName = "Fluent";
     //
     // lblSingleListingDescription
     //
     this.lblSingleListingDescription.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.lblSingleListingDescription.AutoSize = false;
     this.lblSingleListingDescription.Location = new System.Drawing.Point(24, 178);
     this.lblSingleListingDescription.Margin   = new System.Windows.Forms.Padding(24);
     this.lblSingleListingDescription.Name     = "lblSingleListingDescription";
     this.lblSingleListingDescription.Size     = new System.Drawing.Size(479, 390);
     this.lblSingleListingDescription.TabIndex = 3;
     this.lblSingleListingDescription.Text     = "Listing Description. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed" +
                                                 " do eiusmod tempor incididunt ut labore et dolore magna aliqua.";
     this.lblSingleListingDescription.TextAlignment = System.Drawing.ContentAlignment.TopLeft;
     this.lblSingleListingDescription.ThemeName     = "Fluent";
     //
     // radListView1
     //
     this.radListView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radListView1.Location = new System.Drawing.Point(0, 0);
     this.radListView1.Name     = "radListView1";
     this.radListView1.Size     = new System.Drawing.Size(517, 601);
     this.radListView1.TabIndex = 0;
     //
     // Listingspage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1264, 681);
     this.Controls.Add(this.radSplitContainer1);
     this.Controls.Add(this.panelListingsPageLeft);
     this.Controls.Add(this.panelTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "Listingspage";
     this.Text            = "Listingspage";
     ((System.ComponentModel.ISupportInitialize)(this.btnHome)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelTop)).EndInit();
     this.panelTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnSettings)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnAccount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnUpload)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnListings)).EndInit();
     this.panelListingsPageLeft.PanelContainer.ResumeLayout(false);
     this.panelListingsPageLeft.PanelContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelListingsPageLeft)).EndInit();
     this.panelListingsPageLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lblListingsPage4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.droplistListingsPageDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblListingsPage3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtboxListingsPagePriceTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtboxListingsPagePriceFrom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radbtnListingsPagePriceCustom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radbtnListingsPagePriceExpensive)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radbtnListingsPagePriceMedium)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblListingsPage2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radbtnListingsPagePriceCheap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clboxListingsPageCategories)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblListingsPage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
     this.radSplitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelListings)).EndInit();
     this.panelListings.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelSingleListing)).EndInit();
     this.panelSingleListing.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lblSingleListingTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictSingleListingPic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblSingleListingUploader)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblSingleListingContactInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblSingleListingDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radListView1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "ФИО");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Внутренний");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Городской");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Мобильный");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 4", "Электронная почта");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 5", "Должность");
     Telerik.WinControls.UI.ListViewDataItem     listViewDataItem1     = new Telerik.WinControls.UI.ListViewDataItem("ListViewItem 1");
     this.materialTheme1         = new Telerik.WinControls.Themes.MaterialTheme();
     this.CompanyPageView        = new Telerik.WinControls.UI.RadPageView();
     this.DepartmentPageView     = new Telerik.WinControls.UI.RadPageView();
     this.EmployeeListView       = new Telerik.WinControls.UI.RadListView();
     this.HeaderPanel            = new Telerik.WinControls.UI.RadPanel();
     this.HeaderDescription      = new Telerik.WinControls.UI.RadLabel();
     this.materialTealTheme1     = new Telerik.WinControls.Themes.MaterialTealTheme();
     this.materialBlueGreyTheme1 = new Telerik.WinControls.Themes.MaterialBlueGreyTheme();
     this.UpdateEmployeList      = new Telerik.WinControls.UI.RadMenuItem();
     this.AdminMenu             = new Telerik.WinControls.UI.RadMenuItem();
     this.UpdatePhoneBook       = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem1 = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.GetSqlEmployeeList    = new Telerik.WinControls.UI.RadMenuItem();
     this.GetSPEmployeeList     = new Telerik.WinControls.UI.RadMenuItem();
     this.GetADEmployeeList     = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuSeparatorItem2 = new Telerik.WinControls.UI.RadMenuSeparatorItem();
     this.radMenuItem1          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenu1           = new Telerik.WinControls.UI.RadMenu();
     this.FindEmployee       = new Telerik.WinControls.UI.RadTextBox();
     this.SelectThemeMenu    = new Telerik.WinControls.UI.RadMenuItem();
     this.DefaultTheme       = new Telerik.WinControls.UI.RadMenuItem();
     this.BlueGrayTheme      = new Telerik.WinControls.UI.RadMenuItem();
     this.TealTheme          = new Telerik.WinControls.UI.RadMenuItem();
     this.PinkTheme          = new Telerik.WinControls.UI.RadMenuItem();
     this.radMenuButtonItem2 = new Telerik.WinControls.UI.RadMenuButtonItem();
     this.radMenuButtonItem1 = new Telerik.WinControls.UI.RadMenuButtonItem();
     this.materialPinkTheme1 = new Telerik.WinControls.Themes.MaterialPinkTheme();
     ((System.ComponentModel.ISupportInitialize)(this.CompanyPageView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DepartmentPageView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EmployeeListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeaderPanel)).BeginInit();
     this.HeaderPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.HeaderDescription)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
     this.radMenu1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FindEmployee)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // CompanyPageView
     //
     this.CompanyPageView.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.CompanyPageView.Location             = new System.Drawing.Point(200, 0);
     this.CompanyPageView.Name                 = "CompanyPageView";
     this.CompanyPageView.Size                 = new System.Drawing.Size(1206, 52);
     this.CompanyPageView.TabIndex             = 5;
     this.CompanyPageView.ThemeName            = "Material";
     this.CompanyPageView.SelectedPageChanged += new System.EventHandler(this.CompanyPageView_SelectedPageChanged);
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.CompanyPageView.GetChildAt(0))).ShowItemPinButton   = false;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.CompanyPageView.GetChildAt(0))).StripButtons        = Telerik.WinControls.UI.StripViewButtons.Scroll;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.CompanyPageView.GetChildAt(0))).StripAlignment      = Telerik.WinControls.UI.StripViewAlignment.Top;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.CompanyPageView.GetChildAt(0))).ShowItemCloseButton = false;
     //
     // DepartmentPageView
     //
     this.DepartmentPageView.Dock                 = System.Windows.Forms.DockStyle.Left;
     this.DepartmentPageView.Location             = new System.Drawing.Point(0, 89);
     this.DepartmentPageView.Name                 = "DepartmentPageView";
     this.DepartmentPageView.Size                 = new System.Drawing.Size(200, 638);
     this.DepartmentPageView.TabIndex             = 6;
     this.DepartmentPageView.ThemeName            = "Material";
     this.DepartmentPageView.ViewMode             = Telerik.WinControls.UI.PageViewMode.Backstage;
     this.DepartmentPageView.SelectedPageChanged += new System.EventHandler(this.DepartmentPageView_SelectedPageChanged);
     ((Telerik.WinControls.UI.RadPageViewBackstageElement)(this.DepartmentPageView.GetChildAt(0))).ItemFitMode = Telerik.WinControls.UI.StripViewItemFitMode.FillHeight;
     ((Telerik.WinControls.UI.RadPageViewBackstageElement)(this.DepartmentPageView.GetChildAt(0))).MinSize     = new System.Drawing.Size(200, 0);
     //
     // EmployeeListView
     //
     this.EmployeeListView.AllowColumnReorder = false;
     this.EmployeeListView.AllowEdit          = false;
     this.EmployeeListView.AllowRemove        = false;
     listViewDetailColumn1.HeaderText         = "ФИО";
     listViewDetailColumn1.Width      = 280F;
     listViewDetailColumn2.HeaderText = "Внутренний";
     listViewDetailColumn2.Width      = 120F;
     listViewDetailColumn3.HeaderText = "Городской";
     listViewDetailColumn3.Width      = 150F;
     listViewDetailColumn4.HeaderText = "Мобильный";
     listViewDetailColumn4.Width      = 150F;
     listViewDetailColumn5.HeaderText = "Электронная почта";
     listViewDetailColumn6.HeaderText = "Должность";
     listViewDetailColumn6.Width      = 300F;
     this.EmployeeListView.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4,
         listViewDetailColumn5,
         listViewDetailColumn6
     });
     this.EmployeeListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.EmployeeListView.EnableSorting = true;
     this.EmployeeListView.GroupItemSize = new System.Drawing.Size(200, 32);
     listViewDataItem1.Text = "ListViewItem 1";
     this.EmployeeListView.Items.AddRange(new Telerik.WinControls.UI.ListViewDataItem[] {
         listViewDataItem1
     });
     this.EmployeeListView.ItemSize             = new System.Drawing.Size(200, 32);
     this.EmployeeListView.ItemSpacing          = -1;
     this.EmployeeListView.Location             = new System.Drawing.Point(200, 89);
     this.EmployeeListView.Name                 = "EmployeeListView";
     this.EmployeeListView.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.EmployeeListView.SelectLastAddedItem  = false;
     this.EmployeeListView.ShowGridLines        = true;
     this.EmployeeListView.ShowGroups           = true;
     this.EmployeeListView.Size                 = new System.Drawing.Size(1206, 638);
     this.EmployeeListView.TabIndex             = 9;
     this.EmployeeListView.ThemeName            = "Material";
     this.EmployeeListView.ViewType             = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.EmployeeListView.SelectedItemChanged += new System.EventHandler(this.EmployeeListView_SelectedItemChanged);
     //
     // HeaderPanel
     //
     this.HeaderPanel.Controls.Add(this.CompanyPageView);
     this.HeaderPanel.Controls.Add(this.HeaderDescription);
     this.HeaderPanel.Dock      = System.Windows.Forms.DockStyle.Top;
     this.HeaderPanel.Location  = new System.Drawing.Point(0, 37);
     this.HeaderPanel.Name      = "HeaderPanel";
     this.HeaderPanel.Size      = new System.Drawing.Size(1406, 52);
     this.HeaderPanel.TabIndex  = 10;
     this.HeaderPanel.ThemeName = "Material";
     //
     // HeaderDescription
     //
     this.HeaderDescription.AutoSize       = false;
     this.HeaderDescription.Dock           = System.Windows.Forms.DockStyle.Left;
     this.HeaderDescription.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.HeaderDescription.Location       = new System.Drawing.Point(0, 0);
     this.HeaderDescription.Name           = "HeaderDescription";
     this.HeaderDescription.Size           = new System.Drawing.Size(200, 52);
     this.HeaderDescription.TabIndex       = 6;
     this.HeaderDescription.Text           = "Список отделов";
     this.HeaderDescription.TextAlignment  = System.Drawing.ContentAlignment.MiddleCenter;
     this.HeaderDescription.ThemeName      = "Material";
     //
     // UpdateEmployeList
     //
     this.UpdateEmployeList.AutoSize      = false;
     this.UpdateEmployeList.Bounds        = new System.Drawing.Rectangle(0, 0, 200, 35);
     this.UpdateEmployeList.Name          = "UpdateEmployeList";
     this.UpdateEmployeList.Text          = "     Обновить данные";
     this.UpdateEmployeList.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.UpdateEmployeList.UseCompatibleTextRendering = false;
     this.UpdateEmployeList.Click += new System.EventHandler(this.UpdateEmlpoeeList_Click);
     //
     // AdminMenu
     //
     this.AdminMenu.AutoSize = false;
     this.AdminMenu.Bounds   = new System.Drawing.Rectangle(0, 0, 200, 35);
     this.AdminMenu.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.UpdatePhoneBook,
         this.radMenuSeparatorItem1,
         this.GetSqlEmployeeList,
         this.GetSPEmployeeList,
         this.GetADEmployeeList,
         this.radMenuSeparatorItem2,
         this.radMenuItem1
     });
     this.AdminMenu.Name = "AdminMenu";
     this.AdminMenu.Text = "        Администратор";
     //
     // UpdatePhoneBook
     //
     this.UpdatePhoneBook.Name   = "UpdatePhoneBook";
     this.UpdatePhoneBook.Text   = "Обновить телефонную книгу";
     this.UpdatePhoneBook.Click += new System.EventHandler(this.UpdatePhoneBook_Click);
     //
     // radMenuSeparatorItem1
     //
     this.radMenuSeparatorItem1.Name          = "radMenuSeparatorItem1";
     this.radMenuSeparatorItem1.Text          = "radMenuSeparatorItem1";
     this.radMenuSeparatorItem1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // GetSqlEmployeeList
     //
     this.GetSqlEmployeeList.Name   = "GetSqlEmployeeList";
     this.GetSqlEmployeeList.Text   = "Использовать данные из MS SQL";
     this.GetSqlEmployeeList.Click += new System.EventHandler(this.GetEmployeeList_Click);
     //
     // GetSPEmployeeList
     //
     this.GetSPEmployeeList.Name   = "GetSPEmployeeList";
     this.GetSPEmployeeList.Text   = "Использовать данные из SharePoin";
     this.GetSPEmployeeList.Click += new System.EventHandler(this.GetEmployeeList_Click);
     //
     // GetADEmployeeList
     //
     this.GetADEmployeeList.Name   = "GetADEmployeeList";
     this.GetADEmployeeList.Text   = "Использовать данные из Active Directory";
     this.GetADEmployeeList.Click += new System.EventHandler(this.GetEmployeeList_Click);
     //
     // radMenuSeparatorItem2
     //
     this.radMenuSeparatorItem2.Name          = "radMenuSeparatorItem2";
     this.radMenuSeparatorItem2.Text          = "radMenuSeparatorItem2";
     this.radMenuSeparatorItem2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // radMenuItem1
     //
     this.radMenuItem1.Name   = "radMenuItem1";
     this.radMenuItem1.Text   = "Сохранить в файл";
     this.radMenuItem1.Click += new System.EventHandler(this.ImportToCSVClick);
     //
     // radMenu1
     //
     this.radMenu1.Controls.Add(this.FindEmployee);
     this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.UpdateEmployeList,
         this.AdminMenu,
         this.SelectThemeMenu
     });
     this.radMenu1.Location  = new System.Drawing.Point(0, 0);
     this.radMenu1.Name      = "radMenu1";
     this.radMenu1.Size      = new System.Drawing.Size(1406, 37);
     this.radMenu1.TabIndex  = 11;
     this.radMenu1.ThemeName = "Material";
     //
     // FindEmployee
     //
     this.FindEmployee.Location     = new System.Drawing.Point(1126, 0);
     this.FindEmployee.Name         = "FindEmployee";
     this.FindEmployee.NullText     = "Поиск сотрудника...";
     this.FindEmployee.Size         = new System.Drawing.Size(280, 36);
     this.FindEmployee.TabIndex     = 0;
     this.FindEmployee.ThemeName    = "Material";
     this.FindEmployee.TextChanged += new System.EventHandler(this.FindEmployee_TextChanged);
     //
     // SelectThemeMenu
     //
     this.SelectThemeMenu.AutoSize = false;
     this.SelectThemeMenu.Bounds   = new System.Drawing.Rectangle(0, 0, 200, 35);
     this.SelectThemeMenu.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.DefaultTheme,
         this.BlueGrayTheme,
         this.TealTheme,
         this.PinkTheme
     });
     this.SelectThemeMenu.Name = "SelectThemeMenu";
     this.SelectThemeMenu.Text = "Цветовая схема";
     //
     // DefaultTheme
     //
     this.DefaultTheme.Name   = "DefaultTheme";
     this.DefaultTheme.Tag    = "";
     this.DefaultTheme.Text   = "Синяя";
     this.DefaultTheme.Click += new System.EventHandler(this.SelectTheme_Click);
     //
     // BlueGrayTheme
     //
     this.BlueGrayTheme.Name   = "BlueGrayTheme";
     this.BlueGrayTheme.Tag    = "";
     this.BlueGrayTheme.Text   = "Серо-голубая";
     this.BlueGrayTheme.Click += new System.EventHandler(this.SelectTheme_Click);
     //
     // TealTheme
     //
     this.TealTheme.Name   = "TealTheme";
     this.TealTheme.Text   = "Бирюзовая";
     this.TealTheme.Click += new System.EventHandler(this.SelectTheme_Click);
     //
     // PinkTheme
     //
     this.PinkTheme.Name   = "PinkTheme";
     this.PinkTheme.Text   = "Розовая";
     this.PinkTheme.Click += new System.EventHandler(this.SelectTheme_Click);
     //
     // radMenuButtonItem2
     //
     //
     //
     //
     this.radMenuButtonItem2.ButtonElement.ShowBorder = false;
     this.radMenuButtonItem2.Name = "radMenuButtonItem2";
     this.radMenuButtonItem2.Text = "radMenuButtonItem2";
     this.radMenuButtonItem2.UseCompatibleTextRendering = false;
     //
     // radMenuButtonItem1
     //
     //
     //
     //
     this.radMenuButtonItem1.ButtonElement.ShowBorder = false;
     this.radMenuButtonItem1.Name = "radMenuButtonItem1";
     this.radMenuButtonItem1.Text = "radMenuButtonItem1";
     this.radMenuButtonItem1.UseCompatibleTextRendering = false;
     //
     // MainForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(1406, 727);
     this.Controls.Add(this.EmployeeListView);
     this.Controls.Add(this.DepartmentPageView);
     this.Controls.Add(this.HeaderPanel);
     this.Controls.Add(this.radMenu1);
     this.Name = "MainForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "Телефонная книга";
     this.ThemeName = "Material";
     this.Load     += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.CompanyPageView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DepartmentPageView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EmployeeListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HeaderPanel)).EndInit();
     this.HeaderPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.HeaderDescription)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
     this.radMenu1.ResumeLayout(false);
     this.radMenu1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FindEmployee)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Icon");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Name");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Mode");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Status");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 4", "Left / Pass");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 5", "Help Needed");
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.radButtonOptions        = new Telerik.WinControls.UI.RadButton();
     this.radLayoutControl        = new Telerik.WinControls.UI.RadLayoutControl();
     this.radCardViewMain         = new Telerik.WinControls.UI.RadCardView();
     this.cardViewItem16          = new Telerik.WinControls.UI.CardViewItem();
     this.cardViewItem17          = new Telerik.WinControls.UI.CardViewItem();
     this.cardViewItem18          = new Telerik.WinControls.UI.CardViewItem();
     this.cardViewItem19          = new Telerik.WinControls.UI.CardViewItem();
     this.cardViewItem20          = new Telerik.WinControls.UI.CardViewItem();
     this.cardViewItem21          = new Telerik.WinControls.UI.CardViewItem();
     this.layoutControlItem1      = new Telerik.WinControls.UI.LayoutControlItem();
     this.radButtonManager        = new Telerik.WinControls.UI.RadButton();
     this.radStatusStripMain      = new Telerik.WinControls.UI.RadStatusStrip();
     this.radLabelElementCurrTime = new Telerik.WinControls.UI.RadLabelElement();
     this.radLabelElementSpacer   = new Telerik.WinControls.UI.RadLabelElement();
     this.radLabelElementRefresh  = new Telerik.WinControls.UI.RadLabelElement();
     this.radButtonAbout          = new Telerik.WinControls.UI.RadButton();
     this.radButtonEmergency      = new Telerik.WinControls.UI.RadButton();
     this.radButtonPrintBarcode   = new Telerik.WinControls.UI.RadButton();
     this.radButtonWaiverProcess  = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonOptions)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLayoutControl)).BeginInit();
     this.radLayoutControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radCardViewMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCardViewMain.CardTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStripMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonAbout)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonEmergency)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonPrintBarcode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonWaiverProcess)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radButtonOptions
     //
     this.radButtonOptions.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.radButtonOptions.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonOptions.Image             = global::ManagingSystem.Properties.Resources.Gear;
     this.radButtonOptions.ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonOptions.Location          = new System.Drawing.Point(136, 470);
     this.radButtonOptions.Name              = "radButtonOptions";
     this.radButtonOptions.Size              = new System.Drawing.Size(113, 41);
     this.radButtonOptions.TabIndex          = 4;
     this.radButtonOptions.Text              = "Options";
     this.radButtonOptions.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonOptions.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonOptions.Click            += new System.EventHandler(this.radButtonOptions_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonOptions.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Gear;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonOptions.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonOptions.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonOptions.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonOptions.GetChildAt(0))).Text = "Options";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonOptions.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonOptions.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonOptions.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonOptions.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radLayoutControl
     //
     this.radLayoutControl.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.radLayoutControl.Controls.Add(this.radCardViewMain);
     this.radLayoutControl.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.layoutControlItem1
     });
     this.radLayoutControl.Location = new System.Drawing.Point(1, 4);
     this.radLayoutControl.Name     = "radLayoutControl";
     this.radLayoutControl.Size     = new System.Drawing.Size(1012, 459);
     this.radLayoutControl.TabIndex = 31;
     //
     // radCardViewMain
     //
     //
     //
     //
     this.radCardViewMain.CardTemplate.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.cardViewItem16,
         this.cardViewItem17,
         this.cardViewItem18,
         this.cardViewItem19,
         this.cardViewItem20,
         this.cardViewItem21
     });
     this.radCardViewMain.CardTemplate.Location = new System.Drawing.Point(430, 113);
     this.radCardViewMain.CardTemplate.Name     = "radCardViewMainTemplate";
     this.radCardViewMain.CardTemplate.Size     = new System.Drawing.Size(150, 230);
     this.radCardViewMain.CardTemplate.TabIndex = 0;
     listViewDetailColumn1.HeaderText           = "Icon";
     listViewDetailColumn2.HeaderText           = "Name";
     listViewDetailColumn3.HeaderText           = "Mode";
     listViewDetailColumn4.HeaderText           = "Status";
     listViewDetailColumn5.HeaderText           = "Left / Pass";
     listViewDetailColumn6.HeaderText           = "Help Needed";
     this.radCardViewMain.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4,
         listViewDetailColumn5,
         listViewDetailColumn6
     });
     this.radCardViewMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radCardViewMain.Enabled  = false;
     this.radCardViewMain.ItemSize = new System.Drawing.Size(150, 230);
     this.radCardViewMain.Location = new System.Drawing.Point(3, 3);
     this.radCardViewMain.Name     = "radCardViewMain";
     this.radCardViewMain.Size     = new System.Drawing.Size(1006, 453);
     this.radCardViewMain.TabIndex = 1;
     this.radCardViewMain.CardViewItemFormatting += new Telerik.WinControls.UI.CardViewItemFormattingEventHandler(this.radCardViewMain_CardViewItemFormatting);
     this.radCardViewMain.ItemMouseClick         += new Telerik.WinControls.UI.ListViewItemEventHandler(this.radCardViewMain_ItemMouseClick);
     this.radCardViewMain.ItemMouseDoubleClick   += new Telerik.WinControls.UI.ListViewItemEventHandler(this.radCardViewMain_ItemMouseDoubleClick);
     this.radCardViewMain.VisualItemFormatting   += new Telerik.WinControls.UI.ListViewVisualItemEventHandler(this.radCardViewMain_VisualItemFormatting);
     //
     // cardViewItem16
     //
     this.cardViewItem16.Bounds               = new System.Drawing.Rectangle(0, 0, 150, 96);
     this.cardViewItem16.FieldName            = "Column 0";
     this.cardViewItem16.MinSize              = new System.Drawing.Size(26, 96);
     this.cardViewItem16.Name                 = "cardViewItem16";
     this.cardViewItem16.Text                 = "Column 0";
     this.cardViewItem16.TextProportionalSize = 0F;
     //
     // cardViewItem17
     //
     this.cardViewItem17.Bounds    = new System.Drawing.Rectangle(0, 96, 150, 26);
     this.cardViewItem17.FieldName = "Column 1";
     this.cardViewItem17.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.cardViewItem17.Name      = "cardViewItem17";
     this.cardViewItem17.Text      = "Column 1";
     this.cardViewItem17.TextWrap  = false;
     //
     // cardViewItem18
     //
     this.cardViewItem18.Bounds    = new System.Drawing.Rectangle(0, 122, 150, 26);
     this.cardViewItem18.FieldName = "Column 2";
     this.cardViewItem18.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.cardViewItem18.Name      = "cardViewItem18";
     this.cardViewItem18.Text      = "Column 2";
     this.cardViewItem18.TextWrap  = false;
     //
     // cardViewItem19
     //
     this.cardViewItem19.Bounds    = new System.Drawing.Rectangle(0, 148, 150, 26);
     this.cardViewItem19.FieldName = "Column 3";
     this.cardViewItem19.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.cardViewItem19.Name      = "cardViewItem19";
     this.cardViewItem19.Text      = "Column 3";
     //
     // cardViewItem20
     //
     this.cardViewItem20.Bounds    = new System.Drawing.Rectangle(0, 174, 150, 26);
     this.cardViewItem20.FieldName = "Column 4";
     this.cardViewItem20.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.cardViewItem20.Name      = "cardViewItem20";
     this.cardViewItem20.Text      = "Column 4";
     //
     // cardViewItem21
     //
     this.cardViewItem21.Bounds    = new System.Drawing.Rectangle(0, 200, 150, 30);
     this.cardViewItem21.FieldName = "Column 5";
     this.cardViewItem21.Font      = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
     this.cardViewItem21.Name      = "cardViewItem21";
     this.cardViewItem21.Text      = "Column 5";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.AssociatedControl = this.radCardViewMain;
     this.layoutControlItem1.Bounds            = new System.Drawing.Rectangle(0, 0, 1012, 459);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Text = "radCardView1";
     //
     // radButtonManager
     //
     this.radButtonManager.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.radButtonManager.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonManager.Image             = global::ManagingSystem.Properties.Resources.Admin;
     this.radButtonManager.ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonManager.Location          = new System.Drawing.Point(857, 470);
     this.radButtonManager.Name              = "radButtonManager";
     this.radButtonManager.Size              = new System.Drawing.Size(154, 41);
     this.radButtonManager.TabIndex          = 6;
     this.radButtonManager.Text              = "Manager Features";
     this.radButtonManager.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonManager.Click            += new System.EventHandler(this.radButtonManager_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonManager.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Admin;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonManager.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonManager.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonManager.GetChildAt(0))).Text = "Manager Features";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonManager.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonManager.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonManager.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonManager.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radStatusStripMain
     //
     this.radStatusStripMain.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.radLabelElementCurrTime,
         this.radLabelElementSpacer,
         this.radLabelElementRefresh
     });
     this.radStatusStripMain.Location = new System.Drawing.Point(0, 515);
     this.radStatusStripMain.Name     = "radStatusStripMain";
     this.radStatusStripMain.Size     = new System.Drawing.Size(1016, 26);
     this.radStatusStripMain.TabIndex = 33;
     //
     // radLabelElementCurrTime
     //
     this.radLabelElementCurrTime.Name = "radLabelElementCurrTime";
     this.radStatusStripMain.SetSpring(this.radLabelElementCurrTime, false);
     this.radLabelElementCurrTime.Text     = "Current Time";
     this.radLabelElementCurrTime.TextWrap = true;
     //
     // radLabelElementSpacer
     //
     this.radLabelElementSpacer.Alignment = System.Drawing.ContentAlignment.MiddleRight;
     this.radLabelElementSpacer.Name      = "radLabelElementSpacer";
     this.radStatusStripMain.SetSpring(this.radLabelElementSpacer, true);
     this.radLabelElementSpacer.Text            = "";
     this.radLabelElementSpacer.TextAlignment   = System.Drawing.ContentAlignment.MiddleRight;
     this.radLabelElementSpacer.TextOrientation = System.Windows.Forms.Orientation.Horizontal;
     this.radLabelElementSpacer.TextWrap        = true;
     //
     // radLabelElementRefresh
     //
     this.radLabelElementRefresh.Name = "radLabelElementRefresh";
     this.radStatusStripMain.SetSpring(this.radLabelElementRefresh, false);
     this.radLabelElementRefresh.Text     = "Last Refresh in -- Seconds";
     this.radLabelElementRefresh.TextWrap = true;
     //
     // radButtonAbout
     //
     this.radButtonAbout.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.radButtonAbout.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonAbout.Image             = ((System.Drawing.Image)(resources.GetObject("radButtonAbout.Image")));
     this.radButtonAbout.ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonAbout.Location          = new System.Drawing.Point(83, 470);
     this.radButtonAbout.Name              = "radButtonAbout";
     this.radButtonAbout.Size              = new System.Drawing.Size(47, 41);
     this.radButtonAbout.TabIndex          = 3;
     this.radButtonAbout.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonAbout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonAbout.Click            += new System.EventHandler(this.radButtonAbout_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonAbout.GetChildAt(0))).Image             = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonAbout.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonAbout.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonAbout.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonAbout.GetChildAt(0))).Text = "";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonAbout.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonAbout.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonAbout.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonAbout.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radButtonEmergency
     //
     this.radButtonEmergency.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.radButtonEmergency.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonEmergency.Image             = global::ManagingSystem.Properties.Resources.Emergency;
     this.radButtonEmergency.ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonEmergency.Location          = new System.Drawing.Point(5, 470);
     this.radButtonEmergency.Name              = "radButtonEmergency";
     this.radButtonEmergency.Size              = new System.Drawing.Size(72, 41);
     this.radButtonEmergency.TabIndex          = 2;
     this.radButtonEmergency.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonEmergency.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonEmergency.Click            += new System.EventHandler(this.radButtonEmergency_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonEmergency.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Emergency;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonEmergency.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonEmergency.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonEmergency.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonEmergency.GetChildAt(0))).Text = "";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEmergency.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEmergency.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEmergency.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonEmergency.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(49, 30);
     //
     // radButtonPrintBarcode
     //
     this.radButtonPrintBarcode.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.radButtonPrintBarcode.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonPrintBarcode.Image             = global::ManagingSystem.Properties.Resources.Barcode;
     this.radButtonPrintBarcode.ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonPrintBarcode.Location          = new System.Drawing.Point(708, 470);
     this.radButtonPrintBarcode.Name              = "radButtonPrintBarcode";
     this.radButtonPrintBarcode.Size              = new System.Drawing.Size(143, 41);
     this.radButtonPrintBarcode.TabIndex          = 5;
     this.radButtonPrintBarcode.Text              = "Print Ticket(s)";
     this.radButtonPrintBarcode.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonPrintBarcode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonPrintBarcode.Visible           = false;
     this.radButtonPrintBarcode.Click            += new System.EventHandler(this.radButtonPrintBarcode_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonPrintBarcode.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Barcode;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonPrintBarcode.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonPrintBarcode.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonPrintBarcode.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonPrintBarcode.GetChildAt(0))).Text = "Print Ticket(s)";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonPrintBarcode.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonPrintBarcode.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonPrintBarcode.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonPrintBarcode.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // radButtonWaiverProcess
     //
     this.radButtonWaiverProcess.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.radButtonWaiverProcess.Font              = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radButtonWaiverProcess.Image             = global::ManagingSystem.Properties.Resources.Checklist;
     this.radButtonWaiverProcess.ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     this.radButtonWaiverProcess.Location          = new System.Drawing.Point(559, 470);
     this.radButtonWaiverProcess.Name              = "radButtonWaiverProcess";
     this.radButtonWaiverProcess.Size              = new System.Drawing.Size(143, 41);
     this.radButtonWaiverProcess.TabIndex          = 34;
     this.radButtonWaiverProcess.Text              = "Process Waiver";
     this.radButtonWaiverProcess.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     this.radButtonWaiverProcess.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.radButtonWaiverProcess.Visible           = false;
     this.radButtonWaiverProcess.Click            += new System.EventHandler(this.radButtonWaiverProcess_Click);
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonWaiverProcess.GetChildAt(0))).Image             = global::ManagingSystem.Properties.Resources.Checklist;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonWaiverProcess.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonWaiverProcess.GetChildAt(0))).ImageAlignment    = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonWaiverProcess.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonWaiverProcess.GetChildAt(0))).Text = "Process Waiver";
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonWaiverProcess.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonWaiverProcess.GetChildAt(0).GetChildAt(1).GetChildAt(0))).ImageScaling  = Telerik.WinControls.Enumerations.ImageScaling.SizeToFit;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonWaiverProcess.GetChildAt(0).GetChildAt(1).GetChildAt(0))).FitToSizeMode = Telerik.WinControls.RadFitToSizeMode.FitToParentContent;
     ((Telerik.WinControls.Primitives.ImagePrimitive)(this.radButtonWaiverProcess.GetChildAt(0).GetChildAt(1).GetChildAt(0))).MinSize       = new System.Drawing.Size(30, 30);
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1016, 541);
     this.Controls.Add(this.radLayoutControl);
     this.Controls.Add(this.radButtonWaiverProcess);
     this.Controls.Add(this.radButtonPrintBarcode);
     this.Controls.Add(this.radButtonEmergency);
     this.Controls.Add(this.radButtonAbout);
     this.Controls.Add(this.radStatusStripMain);
     this.Controls.Add(this.radButtonManager);
     this.Controls.Add(this.radButtonOptions);
     this.MinimumSize = new System.Drawing.Size(792, 550);
     this.Name        = "MainWindow";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Virtual Reality Arcade Managing System";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.MainWindow_FormClosed);
     this.Load         += new System.EventHandler(this.MainWindow_Load);
     this.ResizeEnd    += new System.EventHandler(this.MainWindow_ResizeEnd);
     ((System.ComponentModel.ISupportInitialize)(this.radButtonOptions)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLayoutControl)).EndInit();
     this.radLayoutControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radCardViewMain.CardTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radCardViewMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radStatusStripMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonAbout)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonEmergency)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonPrintBarcode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonWaiverProcess)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(MappedClassListUserControl));
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Column 0");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Column 0");
     this.radGroupBox                = new Telerik.WinControls.UI.RadGroupBox();
     this.radPageView                = new Telerik.WinControls.UI.RadPageView();
     this.radPageViewPage2D          = new Telerik.WinControls.UI.RadPageViewPage();
     this.radListViewMappedClasses2D = new Telerik.WinControls.UI.RadListView();
     this.radPageViewPage3D          = new Telerik.WinControls.UI.RadPageViewPage();
     this.radListViewMappedClasses3D = new Telerik.WinControls.UI.RadListView();
     this.radButtonCopy              = new Telerik.WinControls.UI.RadButton();
     this.radButtonRemove            = new Telerik.WinControls.UI.RadButton();
     this.buttonClearFilter          = new Telerik.WinControls.UI.RadButton();
     this.imageList     = new System.Windows.Forms.ImageList(this.components);
     this.buttonFilter  = new Telerik.WinControls.UI.RadButton();
     this.labelFilter   = new System.Windows.Forms.Label();
     this.textBoxFilter = new System.Windows.Forms.TextBox();
     this.radButtonNew  = new Telerik.WinControls.UI.RadButton();
     this.radButtonSave = new Telerik.WinControls.UI.RadButton();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox)).BeginInit();
     this.radGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView)).BeginInit();
     this.radPageView.SuspendLayout();
     this.radPageViewPage2D.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radListViewMappedClasses2D)).BeginInit();
     this.radPageViewPage3D.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radListViewMappedClasses3D)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonCopy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonRemove)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonClearFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonNew)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonSave)).BeginInit();
     this.SuspendLayout();
     //
     // radGroupBox
     //
     this.radGroupBox.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox.Controls.Add(this.radPageView);
     this.radGroupBox.Controls.Add(this.radButtonCopy);
     this.radGroupBox.Controls.Add(this.radButtonRemove);
     this.radGroupBox.Controls.Add(this.buttonClearFilter);
     this.radGroupBox.Controls.Add(this.buttonFilter);
     this.radGroupBox.Controls.Add(this.labelFilter);
     this.radGroupBox.Controls.Add(this.textBoxFilter);
     this.radGroupBox.Controls.Add(this.radButtonNew);
     this.radGroupBox.Controls.Add(this.radButtonSave);
     resources.ApplyResources(this.radGroupBox, "radGroupBox");
     this.radGroupBox.Name = "radGroupBox";
     //
     // radPageView
     //
     resources.ApplyResources(this.radPageView, "radPageView");
     this.radPageView.Controls.Add(this.radPageViewPage2D);
     this.radPageView.Controls.Add(this.radPageViewPage3D);
     this.radPageView.Name                 = "radPageView";
     this.radPageView.SelectedPage         = this.radPageViewPage2D;
     this.radPageView.ThemeName            = "VisualStudio2012Light";
     this.radPageView.SelectedPageChanged += new System.EventHandler(this.radPageView_SelectedPageChanged);
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView.GetChildAt(0))).ShowItemPinButton   = false;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView.GetChildAt(0))).StripButtons        = Telerik.WinControls.UI.StripViewButtons.None;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView.GetChildAt(0))).ItemAlignment       = Telerik.WinControls.UI.StripViewItemAlignment.Near;
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView.GetChildAt(0))).ShowItemCloseButton = false;
     //
     // radPageViewPage2D
     //
     this.radPageViewPage2D.Controls.Add(this.radListViewMappedClasses2D);
     this.radPageViewPage2D.ItemSize = new System.Drawing.SizeF(26F, 24F);
     resources.ApplyResources(this.radPageViewPage2D, "radPageViewPage2D");
     this.radPageViewPage2D.Name = "radPageViewPage2D";
     //
     // radListViewMappedClasses2D
     //
     this.radListViewMappedClasses2D.AllowColumnReorder = false;
     this.radListViewMappedClasses2D.AllowColumnResize  = false;
     this.radListViewMappedClasses2D.AllowEdit          = false;
     listViewDetailColumn1.HeaderText = "Column 0";
     this.radListViewMappedClasses2D.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1
     });
     resources.ApplyResources(this.radListViewMappedClasses2D, "radListViewMappedClasses2D");
     this.radListViewMappedClasses2D.EnableFiltering = true;
     this.radListViewMappedClasses2D.Name            = "radListViewMappedClasses2D";
     this.radListViewMappedClasses2D.ThemeName       = "VisualStudio2012Light";
     this.radListViewMappedClasses2D.ItemRemoved    += new Telerik.WinControls.UI.ListViewItemEventHandler(this.radListViewMappedClasses_ItemRemoved);
     //
     // radPageViewPage3D
     //
     this.radPageViewPage3D.Controls.Add(this.radListViewMappedClasses3D);
     this.radPageViewPage3D.ItemSize = new System.Drawing.SizeF(26F, 24F);
     resources.ApplyResources(this.radPageViewPage3D, "radPageViewPage3D");
     this.radPageViewPage3D.Name = "radPageViewPage3D";
     //
     // radListViewMappedClasses3D
     //
     this.radListViewMappedClasses3D.AllowColumnReorder = false;
     this.radListViewMappedClasses3D.AllowColumnResize  = false;
     this.radListViewMappedClasses3D.AllowEdit          = false;
     listViewDetailColumn2.HeaderText = "Column 0";
     this.radListViewMappedClasses3D.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn2
     });
     resources.ApplyResources(this.radListViewMappedClasses3D, "radListViewMappedClasses3D");
     this.radListViewMappedClasses3D.EnableFiltering = true;
     this.radListViewMappedClasses3D.Name            = "radListViewMappedClasses3D";
     this.radListViewMappedClasses3D.ThemeName       = "VisualStudio2012Light";
     //
     // radButtonCopy
     //
     resources.ApplyResources(this.radButtonCopy, "radButtonCopy");
     this.radButtonCopy.Name = "radButtonCopy";
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonCopy.GetChildAt(0))).Text        = resources.GetString("resource.Text");
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonCopy.GetChildAt(0))).ToolTipText = resources.GetString("resource.ToolTipText");
     //
     // radButtonRemove
     //
     resources.ApplyResources(this.radButtonRemove, "radButtonRemove");
     this.radButtonRemove.Name = "radButtonRemove";
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonRemove.GetChildAt(0))).Text        = resources.GetString("resource.Text1");
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonRemove.GetChildAt(0))).ToolTipText = resources.GetString("resource.ToolTipText1");
     //
     // buttonClearFilter
     //
     resources.ApplyResources(this.buttonClearFilter, "buttonClearFilter");
     this.buttonClearFilter.ImageList = this.imageList;
     this.buttonClearFilter.Name      = "buttonClearFilter";
     ((Telerik.WinControls.UI.RadButtonElement)(this.buttonClearFilter.GetChildAt(0))).Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     ((Telerik.WinControls.UI.RadButtonElement)(this.buttonClearFilter.GetChildAt(0))).ImageKey       = resources.GetString("resource.ImageKey");
     ((Telerik.WinControls.UI.RadButtonElement)(this.buttonClearFilter.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.buttonClearFilter.GetChildAt(0))).ToolTipText    = resources.GetString("resource.ToolTipText2");
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "Filter.ico");
     this.imageList.Images.SetKeyName(1, "Clear_2.ico");
     //
     // buttonFilter
     //
     resources.ApplyResources(this.buttonFilter, "buttonFilter");
     this.buttonFilter.ImageList = this.imageList;
     this.buttonFilter.Name      = "buttonFilter";
     ((Telerik.WinControls.UI.RadButtonElement)(this.buttonFilter.GetChildAt(0))).Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     ((Telerik.WinControls.UI.RadButtonElement)(this.buttonFilter.GetChildAt(0))).ImageKey       = resources.GetString("resource.ImageKey1");
     ((Telerik.WinControls.UI.RadButtonElement)(this.buttonFilter.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     ((Telerik.WinControls.UI.RadButtonElement)(this.buttonFilter.GetChildAt(0))).ToolTipText    = resources.GetString("resource.ToolTipText3");
     //
     // labelFilter
     //
     resources.ApplyResources(this.labelFilter, "labelFilter");
     this.labelFilter.Name = "labelFilter";
     //
     // textBoxFilter
     //
     resources.ApplyResources(this.textBoxFilter, "textBoxFilter");
     this.textBoxFilter.Name = "textBoxFilter";
     //
     // radButtonNew
     //
     resources.ApplyResources(this.radButtonNew, "radButtonNew");
     this.radButtonNew.Name = "radButtonNew";
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonNew.GetChildAt(0))).Text        = resources.GetString("resource.Text2");
     ((Telerik.WinControls.UI.RadButtonElement)(this.radButtonNew.GetChildAt(0))).ToolTipText = resources.GetString("resource.ToolTipText4");
     //
     // radButtonSave
     //
     resources.ApplyResources(this.radButtonSave, "radButtonSave");
     this.radButtonSave.Name = "radButtonSave";
     //
     // MappedClassListUserControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.radGroupBox);
     this.Name = "MappedClassListUserControl";
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox)).EndInit();
     this.radGroupBox.ResumeLayout(false);
     this.radGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView)).EndInit();
     this.radPageView.ResumeLayout(false);
     this.radPageViewPage2D.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radListViewMappedClasses2D)).EndInit();
     this.radPageViewPage3D.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radListViewMappedClasses3D)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonCopy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonRemove)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonClearFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonNew)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButtonSave)).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()
        {
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Host IP");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Port");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Fav");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Host IP");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Port");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Fav");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn7 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Host IP");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn8 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Port");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn9 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Fav");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MSS));
            this.TemaVS2012Dark = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
            this.leftPanel = new Telerik.WinControls.UI.RadPanel();
            this.addressListGroup = new Telerik.WinControls.UI.RadGroupBox();
            this.addressList = new Telerik.WinControls.UI.RadListView();
            this.addressPanelManager = new Telerik.WinControls.UI.RadPanel();
            this.btnDelete = new Telerik.WinControls.UI.RadButton();
            this.btnSave = new Telerik.WinControls.UI.RadButton();
            this.btnRefresh = new Telerik.WinControls.UI.RadButton();
            this.valFavorite = new Telerik.WinControls.UI.RadCheckBox();
            this.lblFavorite = new Telerik.WinControls.UI.RadLabel();
            this.valHostPort = new Telerik.WinControls.UI.RadSpinEditor();
            this.lblHostPort = new Telerik.WinControls.UI.RadLabel();
            this.valHostIP = new Telerik.WinControls.UI.RadTextBox();
            this.lblHostIP = new Telerik.WinControls.UI.RadLabel();
            this.rightPanel = new Telerik.WinControls.UI.RadPanel();
            this.playersListGroup = new Telerik.WinControls.UI.RadGroupBox();
            this.playersList = new Telerik.WinControls.UI.RadListView();
            this.centerPanel = new Telerik.WinControls.UI.RadPanel();
            this.pluginsPanel = new Telerik.WinControls.UI.RadPanel();
            this.pluginsListGroup = new Telerik.WinControls.UI.RadGroupBox();
            this.pluginsList = new Telerik.WinControls.UI.RadListView();
            this.customCommandsServerPanel = new Telerik.WinControls.UI.RadPanel();
            this.btnInfo = new Telerik.WinControls.UI.RadButton();
            this.valServerResponse = new Telerik.WinControls.UI.RadLabel();
            this.lblServerResponse = new Telerik.WinControls.UI.RadLabel();
            this.infoPanel = new Telerik.WinControls.UI.RadPanel();
            this.serverGroup = new Telerik.WinControls.UI.RadGroupBox();
            this.gameServerInfoPanel = new Telerik.WinControls.UI.RadPanel();
            this.valServerInfo = new Telerik.WinControls.UI.RadLabel();
            this.lblServerInfo = new Telerik.WinControls.UI.RadLabel();
            this.serverHostPortPanel = new Telerik.WinControls.UI.RadPanel();
            this.valServerHostPort = new Telerik.WinControls.UI.RadLabel();
            this.lblServerHostPort = new Telerik.WinControls.UI.RadLabel();
            this.serverHostIpPanel = new Telerik.WinControls.UI.RadPanel();
            this.valServerHostIP = new Telerik.WinControls.UI.RadLabel();
            this.lblServerHostIP = new Telerik.WinControls.UI.RadLabel();
            this.serverGameVersionPanel = new Telerik.WinControls.UI.RadPanel();
            this.valMOTD = new Telerik.WinControls.UI.RadLabel();
            this.lblMOTD = new Telerik.WinControls.UI.RadLabel();
            this.serverGameIdPanel = new Telerik.WinControls.UI.RadPanel();
            this.valGameId = new Telerik.WinControls.UI.RadLabel();
            this.lblGameId = new Telerik.WinControls.UI.RadLabel();
            this.minecraftGroup = new Telerik.WinControls.UI.RadGroupBox();
            this.gameMapPanel = new Telerik.WinControls.UI.RadPanel();
            this.valGameMap = new Telerik.WinControls.UI.RadLabel();
            this.lblGameMap = new Telerik.WinControls.UI.RadLabel();
            this.gamePlayersPanel = new Telerik.WinControls.UI.RadPanel();
            this.valPlayers = new Telerik.WinControls.UI.RadLabel();
            this.lblPlayers = new Telerik.WinControls.UI.RadLabel();
            this.gameVersionPanel = new Telerik.WinControls.UI.RadPanel();
            this.valGameVersion = new Telerik.WinControls.UI.RadLabel();
            this.lblGameVersion = new Telerik.WinControls.UI.RadLabel();
            this.gameModePanel = new Telerik.WinControls.UI.RadPanel();
            this.valGameMode = new Telerik.WinControls.UI.RadLabel();
            this.lblGameMode = new Telerik.WinControls.UI.RadLabel();
            this.object_da7cb646_7c5b_4312_ba82_62caea25b02a = new Telerik.WinControls.RootRadElement();
            ((System.ComponentModel.ISupportInitialize)(this.leftPanel)).BeginInit();
            this.leftPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.addressListGroup)).BeginInit();
            this.addressListGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.addressList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.addressPanelManager)).BeginInit();
            this.addressPanelManager.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.valFavorite)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFavorite)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.valHostPort)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblHostPort)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.valHostIP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblHostIP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rightPanel)).BeginInit();
            this.rightPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.playersListGroup)).BeginInit();
            this.playersListGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.playersList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.centerPanel)).BeginInit();
            this.centerPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pluginsPanel)).BeginInit();
            this.pluginsPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pluginsListGroup)).BeginInit();
            this.pluginsListGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pluginsList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.customCommandsServerPanel)).BeginInit();
            this.customCommandsServerPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.valServerResponse)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblServerResponse)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoPanel)).BeginInit();
            this.infoPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.serverGroup)).BeginInit();
            this.serverGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gameServerInfoPanel)).BeginInit();
            this.gameServerInfoPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valServerInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblServerInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.serverHostPortPanel)).BeginInit();
            this.serverHostPortPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valServerHostPort)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblServerHostPort)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.serverHostIpPanel)).BeginInit();
            this.serverHostIpPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valServerHostIP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblServerHostIP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.serverGameVersionPanel)).BeginInit();
            this.serverGameVersionPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valMOTD)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblMOTD)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.serverGameIdPanel)).BeginInit();
            this.serverGameIdPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valGameId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGameId)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.minecraftGroup)).BeginInit();
            this.minecraftGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gameMapPanel)).BeginInit();
            this.gameMapPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valGameMap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGameMap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gamePlayersPanel)).BeginInit();
            this.gamePlayersPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valPlayers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblPlayers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gameVersionPanel)).BeginInit();
            this.gameVersionPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valGameVersion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGameVersion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gameModePanel)).BeginInit();
            this.gameModePanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valGameMode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGameMode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // leftPanel
            // 
            this.leftPanel.Controls.Add(this.addressListGroup);
            this.leftPanel.Controls.Add(this.addressPanelManager);
            this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftPanel.Location = new System.Drawing.Point(0, 0);
            this.leftPanel.Name = "leftPanel";
            this.leftPanel.Size = new System.Drawing.Size(228, 570);
            this.leftPanel.TabIndex = 0;
            this.leftPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.leftPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // addressListGroup
            // 
            this.addressListGroup.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.addressListGroup.Controls.Add(this.addressList);
            this.addressListGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.addressListGroup.HeaderText = "Servers List";
            this.addressListGroup.Location = new System.Drawing.Point(0, 0);
            this.addressListGroup.Name = "addressListGroup";
            this.addressListGroup.Padding = new System.Windows.Forms.Padding(2, 25, 2, 2);
            this.addressListGroup.Size = new System.Drawing.Size(228, 442);
            this.addressListGroup.TabIndex = 3;
            this.addressListGroup.Text = "Servers List";
            this.addressListGroup.ThemeName = "VisualStudio2012Dark";
            // 
            // addressList
            // 
            this.addressList.AllowColumnReorder = false;
            this.addressList.AllowColumnResize = false;
            this.addressList.AllowEdit = false;
            this.addressList.AllowRemove = false;
            listViewDetailColumn1.HeaderText = "Host IP";
            listViewDetailColumn2.HeaderText = "Port";
            listViewDetailColumn2.MinWidth = 40F;
            listViewDetailColumn2.Width = 60F;
            listViewDetailColumn3.HeaderText = "Fav";
            listViewDetailColumn3.MaxWidth = 40F;
            listViewDetailColumn3.Width = 40F;
            this.addressList.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1,
            listViewDetailColumn2,
            listViewDetailColumn3});
            this.addressList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.addressList.EnableColumnSort = true;
            this.addressList.EnableFiltering = true;
            this.addressList.EnableSorting = true;
            this.addressList.Location = new System.Drawing.Point(2, 25);
            this.addressList.Name = "addressList";
            this.addressList.Size = new System.Drawing.Size(224, 415);
            this.addressList.TabIndex = 0;
            this.addressList.TabStop = false;
            this.addressList.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadListViewElement)(this.addressList.GetChildAt(0))).BorderWidth = 1F;
            // 
            // addressPanelManager
            // 
            this.addressPanelManager.Controls.Add(this.btnDelete);
            this.addressPanelManager.Controls.Add(this.btnSave);
            this.addressPanelManager.Controls.Add(this.btnRefresh);
            this.addressPanelManager.Controls.Add(this.valFavorite);
            this.addressPanelManager.Controls.Add(this.lblFavorite);
            this.addressPanelManager.Controls.Add(this.valHostPort);
            this.addressPanelManager.Controls.Add(this.lblHostPort);
            this.addressPanelManager.Controls.Add(this.valHostIP);
            this.addressPanelManager.Controls.Add(this.lblHostIP);
            this.addressPanelManager.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.addressPanelManager.Location = new System.Drawing.Point(0, 442);
            this.addressPanelManager.Name = "addressPanelManager";
            this.addressPanelManager.Size = new System.Drawing.Size(228, 128);
            this.addressPanelManager.TabIndex = 1;
            this.addressPanelManager.ThemeName = "VisualStudio2012Dark";
            // 
            // btnDelete
            // 
            this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDelete.Location = new System.Drawing.Point(137, 97);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(85, 24);
            this.btnDelete.TabIndex = 7;
            this.btnDelete.Text = "Delete";
            this.btnDelete.ThemeName = "VisualStudio2012Dark";
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(4, 97);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(85, 24);
            this.btnSave.TabIndex = 6;
            this.btnSave.Text = "Save";
            this.btnSave.ThemeName = "VisualStudio2012Dark";
            // 
            // btnRefresh
            // 
            this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRefresh.Location = new System.Drawing.Point(137, 62);
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(85, 24);
            this.btnRefresh.TabIndex = 5;
            this.btnRefresh.Text = "Refresh";
            this.btnRefresh.ThemeName = "VisualStudio2012Dark";
            // 
            // valFavorite
            // 
            this.valFavorite.Location = new System.Drawing.Point(66, 62);
            this.valFavorite.Name = "valFavorite";
            this.valFavorite.Size = new System.Drawing.Size(18, 18);
            this.valFavorite.TabIndex = 4;
            this.valFavorite.ThemeName = "VisualStudio2012Dark";
            // 
            // lblFavorite
            // 
            this.lblFavorite.Location = new System.Drawing.Point(4, 62);
            this.lblFavorite.Name = "lblFavorite";
            this.lblFavorite.Size = new System.Drawing.Size(46, 18);
            this.lblFavorite.TabIndex = 6;
            this.lblFavorite.Text = "Favorite";
            this.lblFavorite.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblFavorite.GetChildAt(0))).Text = "Favorite";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblFavorite.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
            // 
            // valHostPort
            // 
            this.valHostPort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.valHostPort.Location = new System.Drawing.Point(94, 30);
            this.valHostPort.Maximum = new decimal(new int[] {
            65535,
            0,
            0,
            0});
            this.valHostPort.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.valHostPort.Name = "valHostPort";
            this.valHostPort.Size = new System.Drawing.Size(128, 22);
            this.valHostPort.TabIndex = 8;
            this.valHostPort.TabStop = false;
            this.valHostPort.ThemeName = "VisualStudio2012Dark";
            this.valHostPort.Value = new decimal(new int[] {
            25565,
            0,
            0,
            0});
            // 
            // lblHostPort
            // 
            this.lblHostPort.Location = new System.Drawing.Point(4, 34);
            this.lblHostPort.Name = "lblHostPort";
            this.lblHostPort.Size = new System.Drawing.Size(53, 18);
            this.lblHostPort.TabIndex = 1;
            this.lblHostPort.Text = "Host Port";
            this.lblHostPort.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblHostPort.GetChildAt(0))).Text = "Host Port";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblHostPort.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
            // 
            // valHostIP
            // 
            this.valHostIP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.valHostIP.Location = new System.Drawing.Point(94, 6);
            this.valHostIP.Name = "valHostIP";
            this.valHostIP.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.valHostIP.Size = new System.Drawing.Size(128, 17);
            this.valHostIP.TabIndex = 2;
            this.valHostIP.ThemeName = "VisualStudio2012Dark";
            // 
            // lblHostIP
            // 
            this.lblHostIP.Location = new System.Drawing.Point(4, 9);
            this.lblHostIP.Name = "lblHostIP";
            this.lblHostIP.Size = new System.Drawing.Size(42, 18);
            this.lblHostIP.TabIndex = 0;
            this.lblHostIP.Text = "Host IP";
            this.lblHostIP.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblHostIP.GetChildAt(0))).Text = "Host IP";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblHostIP.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
            // 
            // rightPanel
            // 
            this.rightPanel.Controls.Add(this.playersListGroup);
            this.rightPanel.Dock = System.Windows.Forms.DockStyle.Right;
            this.rightPanel.Location = new System.Drawing.Point(554, 0);
            this.rightPanel.Name = "rightPanel";
            this.rightPanel.Size = new System.Drawing.Size(238, 570);
            this.rightPanel.TabIndex = 1;
            this.rightPanel.TabStop = false;
            this.rightPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.rightPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // playersListGroup
            // 
            this.playersListGroup.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.playersListGroup.Controls.Add(this.playersList);
            this.playersListGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.playersListGroup.HeaderText = "Players List";
            this.playersListGroup.Location = new System.Drawing.Point(0, 0);
            this.playersListGroup.Name = "playersListGroup";
            this.playersListGroup.Padding = new System.Windows.Forms.Padding(2, 25, 2, 2);
            this.playersListGroup.Size = new System.Drawing.Size(238, 570);
            this.playersListGroup.TabIndex = 2;
            this.playersListGroup.Text = "Players List";
            this.playersListGroup.ThemeName = "VisualStudio2012Dark";
            // 
            // playersList
            // 
            this.playersList.AllowColumnReorder = false;
            this.playersList.AllowColumnResize = false;
            this.playersList.AllowEdit = false;
            this.playersList.AllowRemove = false;
            listViewDetailColumn4.HeaderText = "Host IP";
            listViewDetailColumn5.HeaderText = "Port";
            listViewDetailColumn5.MinWidth = 40F;
            listViewDetailColumn5.Width = 60F;
            listViewDetailColumn6.HeaderText = "Fav";
            listViewDetailColumn6.MaxWidth = 40F;
            listViewDetailColumn6.Width = 40F;
            this.playersList.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn4,
            listViewDetailColumn5,
            listViewDetailColumn6});
            this.playersList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.playersList.EnableColumnSort = true;
            this.playersList.EnableFiltering = true;
            this.playersList.EnableSorting = true;
            this.playersList.Location = new System.Drawing.Point(2, 25);
            this.playersList.Name = "playersList";
            this.playersList.Size = new System.Drawing.Size(234, 543);
            this.playersList.TabIndex = 1;
            this.playersList.TabStop = false;
            this.playersList.ThemeName = "VisualStudio2012Dark";
            // 
            // centerPanel
            // 
            this.centerPanel.Controls.Add(this.pluginsPanel);
            this.centerPanel.Controls.Add(this.customCommandsServerPanel);
            this.centerPanel.Controls.Add(this.infoPanel);
            this.centerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.centerPanel.Location = new System.Drawing.Point(228, 0);
            this.centerPanel.Name = "centerPanel";
            this.centerPanel.Size = new System.Drawing.Size(326, 570);
            this.centerPanel.TabIndex = 2;
            this.centerPanel.TabStop = false;
            this.centerPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadPanelElement)(this.centerPanel.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(0);
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.centerPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // pluginsPanel
            // 
            this.pluginsPanel.Controls.Add(this.pluginsListGroup);
            this.pluginsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pluginsPanel.Location = new System.Drawing.Point(0, 132);
            this.pluginsPanel.Name = "pluginsPanel";
            this.pluginsPanel.Size = new System.Drawing.Size(326, 413);
            this.pluginsPanel.TabIndex = 3;
            this.pluginsPanel.TabStop = false;
            this.pluginsPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.pluginsPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // pluginsListGroup
            // 
            this.pluginsListGroup.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.pluginsListGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.pluginsListGroup.Controls.Add(this.pluginsList);
            this.pluginsListGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pluginsListGroup.HeaderText = "Plugins List";
            this.pluginsListGroup.Location = new System.Drawing.Point(0, 0);
            this.pluginsListGroup.Name = "pluginsListGroup";
            this.pluginsListGroup.Padding = new System.Windows.Forms.Padding(2, 25, 2, 2);
            this.pluginsListGroup.Size = new System.Drawing.Size(326, 413);
            this.pluginsListGroup.TabIndex = 3;
            this.pluginsListGroup.Text = "Plugins List";
            this.pluginsListGroup.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadGroupBoxElement)(this.pluginsListGroup.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(2, 25, 2, 2);
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.pluginsListGroup.GetChildAt(0).GetChildAt(1).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // pluginsList
            // 
            this.pluginsList.AllowColumnReorder = false;
            this.pluginsList.AllowColumnResize = false;
            this.pluginsList.AllowEdit = false;
            this.pluginsList.AllowRemove = false;
            listViewDetailColumn7.HeaderText = "Host IP";
            listViewDetailColumn8.HeaderText = "Port";
            listViewDetailColumn8.MinWidth = 40F;
            listViewDetailColumn8.Width = 60F;
            listViewDetailColumn9.HeaderText = "Fav";
            listViewDetailColumn9.MaxWidth = 40F;
            listViewDetailColumn9.Width = 40F;
            this.pluginsList.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn7,
            listViewDetailColumn8,
            listViewDetailColumn9});
            this.pluginsList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pluginsList.EnableColumnSort = true;
            this.pluginsList.EnableFiltering = true;
            this.pluginsList.EnableSorting = true;
            this.pluginsList.Location = new System.Drawing.Point(2, 25);
            this.pluginsList.Name = "pluginsList";
            this.pluginsList.Size = new System.Drawing.Size(322, 386);
            this.pluginsList.TabIndex = 2;
            this.pluginsList.TabStop = false;
            this.pluginsList.ThemeName = "VisualStudio2012Dark";
            // 
            // customCommandsServerPanel
            // 
            this.customCommandsServerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.customCommandsServerPanel.Controls.Add(this.btnInfo);
            this.customCommandsServerPanel.Controls.Add(this.valServerResponse);
            this.customCommandsServerPanel.Controls.Add(this.lblServerResponse);
            this.customCommandsServerPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.customCommandsServerPanel.Location = new System.Drawing.Point(0, 545);
            this.customCommandsServerPanel.Name = "customCommandsServerPanel";
            this.customCommandsServerPanel.Size = new System.Drawing.Size(326, 25);
            this.customCommandsServerPanel.TabIndex = 4;
            this.customCommandsServerPanel.TabStop = false;
            this.customCommandsServerPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.customCommandsServerPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // btnInfo
            // 
            this.btnInfo.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnInfo.Image = global::Client.Properties.Resources.info;
            this.btnInfo.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnInfo.Location = new System.Drawing.Point(301, 0);
            this.btnInfo.Name = "btnInfo";
            this.btnInfo.Size = new System.Drawing.Size(25, 25);
            this.btnInfo.TabIndex = 8;
            this.btnInfo.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnInfo.GetChildAt(0))).Image = global::Client.Properties.Resources.info;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnInfo.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.btnInfo.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.btnInfo.GetChildAt(0).GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valServerResponse
            // 
            this.valServerResponse.Dock = System.Windows.Forms.DockStyle.Left;
            this.valServerResponse.Location = new System.Drawing.Point(88, 0);
            this.valServerResponse.Name = "valServerResponse";
            this.valServerResponse.Size = new System.Drawing.Size(2, 25);
            this.valServerResponse.TabIndex = 3;
            this.valServerResponse.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.valServerResponse.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valServerResponse.GetChildAt(0))).TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.UI.RadLabelElement)(this.valServerResponse.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valServerResponse.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblServerResponse
            // 
            this.lblServerResponse.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblServerResponse.Location = new System.Drawing.Point(0, 0);
            this.lblServerResponse.Name = "lblServerResponse";
            this.lblServerResponse.Size = new System.Drawing.Size(88, 25);
            this.lblServerResponse.TabIndex = 2;
            this.lblServerResponse.Text = "Server response:";
            this.lblServerResponse.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblServerResponse.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblServerResponse.GetChildAt(0))).TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblServerResponse.GetChildAt(0))).Text = "Server response:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblServerResponse.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // infoPanel
            // 
            this.infoPanel.Controls.Add(this.serverGroup);
            this.infoPanel.Controls.Add(this.minecraftGroup);
            this.infoPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.infoPanel.Location = new System.Drawing.Point(0, 0);
            this.infoPanel.Name = "infoPanel";
            this.infoPanel.Size = new System.Drawing.Size(326, 132);
            this.infoPanel.TabIndex = 2;
            this.infoPanel.TabStop = false;
            this.infoPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.infoPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // serverGroup
            // 
            this.serverGroup.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.serverGroup.Controls.Add(this.gameServerInfoPanel);
            this.serverGroup.Controls.Add(this.serverHostPortPanel);
            this.serverGroup.Controls.Add(this.serverHostIpPanel);
            this.serverGroup.Controls.Add(this.serverGameVersionPanel);
            this.serverGroup.Controls.Add(this.serverGameIdPanel);
            this.serverGroup.Dock = System.Windows.Forms.DockStyle.Fill;
            this.serverGroup.HeaderText = "Server Info";
            this.serverGroup.Location = new System.Drawing.Point(0, 0);
            this.serverGroup.Name = "serverGroup";
            this.serverGroup.Padding = new System.Windows.Forms.Padding(10, 18, 2, 2);
            this.serverGroup.Size = new System.Drawing.Size(137, 132);
            this.serverGroup.TabIndex = 0;
            this.serverGroup.Text = "Server Info";
            this.serverGroup.ThemeName = "VisualStudio2012Dark";
            // 
            // gameServerInfoPanel
            // 
            this.gameServerInfoPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.gameServerInfoPanel.Controls.Add(this.valServerInfo);
            this.gameServerInfoPanel.Controls.Add(this.lblServerInfo);
            this.gameServerInfoPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.gameServerInfoPanel.Location = new System.Drawing.Point(10, 106);
            this.gameServerInfoPanel.Name = "gameServerInfoPanel";
            this.gameServerInfoPanel.Size = new System.Drawing.Size(125, 22);
            this.gameServerInfoPanel.TabIndex = 9;
            this.gameServerInfoPanel.TabStop = false;
            this.gameServerInfoPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.gameServerInfoPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valServerInfo
            // 
            this.valServerInfo.Dock = System.Windows.Forms.DockStyle.Left;
            this.valServerInfo.Location = new System.Drawing.Point(40, 0);
            this.valServerInfo.Name = "valServerInfo";
            this.valServerInfo.Size = new System.Drawing.Size(2, 2);
            this.valServerInfo.TabIndex = 2;
            this.valServerInfo.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valServerInfo.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valServerInfo.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblServerInfo
            // 
            this.lblServerInfo.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblServerInfo.Location = new System.Drawing.Point(0, 0);
            this.lblServerInfo.Name = "lblServerInfo";
            this.lblServerInfo.Size = new System.Drawing.Size(40, 22);
            this.lblServerInfo.TabIndex = 1;
            this.lblServerInfo.Text = "Server:";
            this.lblServerInfo.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblServerInfo.GetChildAt(0))).Text = "Server:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblServerInfo.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // serverHostPortPanel
            // 
            this.serverHostPortPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.serverHostPortPanel.Controls.Add(this.valServerHostPort);
            this.serverHostPortPanel.Controls.Add(this.lblServerHostPort);
            this.serverHostPortPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.serverHostPortPanel.Location = new System.Drawing.Point(10, 84);
            this.serverHostPortPanel.Name = "serverHostPortPanel";
            this.serverHostPortPanel.Size = new System.Drawing.Size(125, 22);
            this.serverHostPortPanel.TabIndex = 8;
            this.serverHostPortPanel.TabStop = false;
            this.serverHostPortPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.serverHostPortPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valServerHostPort
            // 
            this.valServerHostPort.Dock = System.Windows.Forms.DockStyle.Left;
            this.valServerHostPort.Location = new System.Drawing.Point(56, 0);
            this.valServerHostPort.Name = "valServerHostPort";
            this.valServerHostPort.Size = new System.Drawing.Size(2, 2);
            this.valServerHostPort.TabIndex = 2;
            this.valServerHostPort.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valServerHostPort.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valServerHostPort.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblServerHostPort
            // 
            this.lblServerHostPort.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblServerHostPort.Location = new System.Drawing.Point(0, 0);
            this.lblServerHostPort.Name = "lblServerHostPort";
            this.lblServerHostPort.Size = new System.Drawing.Size(56, 22);
            this.lblServerHostPort.TabIndex = 1;
            this.lblServerHostPort.Text = "Host Port:";
            this.lblServerHostPort.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblServerHostPort.GetChildAt(0))).Text = "Host Port:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblServerHostPort.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // serverHostIpPanel
            // 
            this.serverHostIpPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.serverHostIpPanel.Controls.Add(this.valServerHostIP);
            this.serverHostIpPanel.Controls.Add(this.lblServerHostIP);
            this.serverHostIpPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.serverHostIpPanel.Location = new System.Drawing.Point(10, 62);
            this.serverHostIpPanel.Name = "serverHostIpPanel";
            this.serverHostIpPanel.Size = new System.Drawing.Size(125, 22);
            this.serverHostIpPanel.TabIndex = 7;
            this.serverHostIpPanel.TabStop = false;
            this.serverHostIpPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.serverHostIpPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valServerHostIP
            // 
            this.valServerHostIP.Dock = System.Windows.Forms.DockStyle.Left;
            this.valServerHostIP.Location = new System.Drawing.Point(44, 0);
            this.valServerHostIP.Name = "valServerHostIP";
            this.valServerHostIP.Size = new System.Drawing.Size(2, 2);
            this.valServerHostIP.TabIndex = 2;
            this.valServerHostIP.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valServerHostIP.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valServerHostIP.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblServerHostIP
            // 
            this.lblServerHostIP.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblServerHostIP.Location = new System.Drawing.Point(0, 0);
            this.lblServerHostIP.Name = "lblServerHostIP";
            this.lblServerHostIP.Size = new System.Drawing.Size(44, 22);
            this.lblServerHostIP.TabIndex = 1;
            this.lblServerHostIP.Text = "Host IP:";
            this.lblServerHostIP.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblServerHostIP.GetChildAt(0))).Text = "Host IP:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblServerHostIP.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // serverGameVersionPanel
            // 
            this.serverGameVersionPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.serverGameVersionPanel.Controls.Add(this.valMOTD);
            this.serverGameVersionPanel.Controls.Add(this.lblMOTD);
            this.serverGameVersionPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.serverGameVersionPanel.Location = new System.Drawing.Point(10, 40);
            this.serverGameVersionPanel.Name = "serverGameVersionPanel";
            this.serverGameVersionPanel.Size = new System.Drawing.Size(125, 22);
            this.serverGameVersionPanel.TabIndex = 6;
            this.serverGameVersionPanel.TabStop = false;
            this.serverGameVersionPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.serverGameVersionPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valMOTD
            // 
            this.valMOTD.Dock = System.Windows.Forms.DockStyle.Left;
            this.valMOTD.Location = new System.Drawing.Point(41, 0);
            this.valMOTD.Name = "valMOTD";
            this.valMOTD.Size = new System.Drawing.Size(2, 2);
            this.valMOTD.TabIndex = 2;
            this.valMOTD.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valMOTD.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valMOTD.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblMOTD
            // 
            this.lblMOTD.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblMOTD.Location = new System.Drawing.Point(0, 0);
            this.lblMOTD.Name = "lblMOTD";
            this.lblMOTD.Size = new System.Drawing.Size(41, 22);
            this.lblMOTD.TabIndex = 1;
            this.lblMOTD.Text = "MOTD:";
            this.lblMOTD.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblMOTD.GetChildAt(0))).Text = "MOTD:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblMOTD.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // serverGameIdPanel
            // 
            this.serverGameIdPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.serverGameIdPanel.Controls.Add(this.valGameId);
            this.serverGameIdPanel.Controls.Add(this.lblGameId);
            this.serverGameIdPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.serverGameIdPanel.Location = new System.Drawing.Point(10, 18);
            this.serverGameIdPanel.Name = "serverGameIdPanel";
            this.serverGameIdPanel.Size = new System.Drawing.Size(125, 22);
            this.serverGameIdPanel.TabIndex = 5;
            this.serverGameIdPanel.TabStop = false;
            this.serverGameIdPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.serverGameIdPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valGameId
            // 
            this.valGameId.Dock = System.Windows.Forms.DockStyle.Left;
            this.valGameId.Location = new System.Drawing.Point(52, 0);
            this.valGameId.Name = "valGameId";
            this.valGameId.Size = new System.Drawing.Size(2, 2);
            this.valGameId.TabIndex = 2;
            this.valGameId.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valGameId.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valGameId.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblGameId
            // 
            this.lblGameId.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblGameId.Location = new System.Drawing.Point(0, 0);
            this.lblGameId.Name = "lblGameId";
            this.lblGameId.Size = new System.Drawing.Size(52, 22);
            this.lblGameId.TabIndex = 1;
            this.lblGameId.Text = "Game ID:";
            this.lblGameId.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblGameId.GetChildAt(0))).Text = "Game ID:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblGameId.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // minecraftGroup
            // 
            this.minecraftGroup.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.minecraftGroup.Controls.Add(this.gameMapPanel);
            this.minecraftGroup.Controls.Add(this.gamePlayersPanel);
            this.minecraftGroup.Controls.Add(this.gameVersionPanel);
            this.minecraftGroup.Controls.Add(this.gameModePanel);
            this.minecraftGroup.Dock = System.Windows.Forms.DockStyle.Right;
            this.minecraftGroup.HeaderText = "Minecraft Info";
            this.minecraftGroup.Location = new System.Drawing.Point(137, 0);
            this.minecraftGroup.Name = "minecraftGroup";
            this.minecraftGroup.Padding = new System.Windows.Forms.Padding(10, 18, 2, 2);
            this.minecraftGroup.Size = new System.Drawing.Size(189, 132);
            this.minecraftGroup.TabIndex = 1;
            this.minecraftGroup.Text = "Minecraft Info";
            this.minecraftGroup.ThemeName = "VisualStudio2012Dark";
            // 
            // gameMapPanel
            // 
            this.gameMapPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.gameMapPanel.Controls.Add(this.valGameMap);
            this.gameMapPanel.Controls.Add(this.lblGameMap);
            this.gameMapPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.gameMapPanel.Location = new System.Drawing.Point(10, 84);
            this.gameMapPanel.Name = "gameMapPanel";
            this.gameMapPanel.Size = new System.Drawing.Size(177, 22);
            this.gameMapPanel.TabIndex = 12;
            this.gameMapPanel.TabStop = false;
            this.gameMapPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.gameMapPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valGameMap
            // 
            this.valGameMap.Dock = System.Windows.Forms.DockStyle.Left;
            this.valGameMap.Location = new System.Drawing.Point(64, 0);
            this.valGameMap.Name = "valGameMap";
            this.valGameMap.Size = new System.Drawing.Size(2, 2);
            this.valGameMap.TabIndex = 2;
            this.valGameMap.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valGameMap.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valGameMap.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblGameMap
            // 
            this.lblGameMap.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblGameMap.Location = new System.Drawing.Point(0, 0);
            this.lblGameMap.Name = "lblGameMap";
            this.lblGameMap.Size = new System.Drawing.Size(64, 22);
            this.lblGameMap.TabIndex = 1;
            this.lblGameMap.Text = "Game Map:";
            this.lblGameMap.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblGameMap.GetChildAt(0))).Text = "Game Map:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblGameMap.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // gamePlayersPanel
            // 
            this.gamePlayersPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.gamePlayersPanel.Controls.Add(this.valPlayers);
            this.gamePlayersPanel.Controls.Add(this.lblPlayers);
            this.gamePlayersPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.gamePlayersPanel.Location = new System.Drawing.Point(10, 62);
            this.gamePlayersPanel.Name = "gamePlayersPanel";
            this.gamePlayersPanel.Size = new System.Drawing.Size(177, 22);
            this.gamePlayersPanel.TabIndex = 11;
            this.gamePlayersPanel.TabStop = false;
            this.gamePlayersPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.gamePlayersPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valPlayers
            // 
            this.valPlayers.Dock = System.Windows.Forms.DockStyle.Left;
            this.valPlayers.Location = new System.Drawing.Point(44, 0);
            this.valPlayers.Name = "valPlayers";
            this.valPlayers.Size = new System.Drawing.Size(2, 2);
            this.valPlayers.TabIndex = 2;
            this.valPlayers.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valPlayers.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valPlayers.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblPlayers
            // 
            this.lblPlayers.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblPlayers.Location = new System.Drawing.Point(0, 0);
            this.lblPlayers.Name = "lblPlayers";
            this.lblPlayers.Size = new System.Drawing.Size(44, 22);
            this.lblPlayers.TabIndex = 1;
            this.lblPlayers.Text = "Players:";
            this.lblPlayers.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblPlayers.GetChildAt(0))).Text = "Players:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblPlayers.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // gameVersionPanel
            // 
            this.gameVersionPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.gameVersionPanel.Controls.Add(this.valGameVersion);
            this.gameVersionPanel.Controls.Add(this.lblGameVersion);
            this.gameVersionPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.gameVersionPanel.Location = new System.Drawing.Point(10, 40);
            this.gameVersionPanel.Name = "gameVersionPanel";
            this.gameVersionPanel.Size = new System.Drawing.Size(177, 22);
            this.gameVersionPanel.TabIndex = 10;
            this.gameVersionPanel.TabStop = false;
            this.gameVersionPanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.gameVersionPanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valGameVersion
            // 
            this.valGameVersion.Dock = System.Windows.Forms.DockStyle.Left;
            this.valGameVersion.Location = new System.Drawing.Point(78, 0);
            this.valGameVersion.Name = "valGameVersion";
            this.valGameVersion.Size = new System.Drawing.Size(2, 2);
            this.valGameVersion.TabIndex = 2;
            this.valGameVersion.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valGameVersion.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valGameVersion.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblGameVersion
            // 
            this.lblGameVersion.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblGameVersion.Location = new System.Drawing.Point(0, 0);
            this.lblGameVersion.Name = "lblGameVersion";
            this.lblGameVersion.Size = new System.Drawing.Size(78, 22);
            this.lblGameVersion.TabIndex = 1;
            this.lblGameVersion.Text = "Game Version:";
            this.lblGameVersion.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblGameVersion.GetChildAt(0))).Text = "Game Version:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblGameVersion.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // gameModePanel
            // 
            this.gameModePanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            this.gameModePanel.Controls.Add(this.valGameMode);
            this.gameModePanel.Controls.Add(this.lblGameMode);
            this.gameModePanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.gameModePanel.Location = new System.Drawing.Point(10, 18);
            this.gameModePanel.Name = "gameModePanel";
            this.gameModePanel.Size = new System.Drawing.Size(177, 22);
            this.gameModePanel.TabIndex = 9;
            this.gameModePanel.TabStop = false;
            this.gameModePanel.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.gameModePanel.GetChildAt(0).GetChildAt(1))).Visibility = Telerik.WinControls.ElementVisibility.Hidden;
            // 
            // valGameMode
            // 
            this.valGameMode.Dock = System.Windows.Forms.DockStyle.Left;
            this.valGameMode.Location = new System.Drawing.Point(70, 0);
            this.valGameMode.Name = "valGameMode";
            this.valGameMode.Size = new System.Drawing.Size(2, 2);
            this.valGameMode.TabIndex = 2;
            this.valGameMode.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.valGameMode.GetChildAt(0))).Text = "";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.valGameMode.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // lblGameMode
            // 
            this.lblGameMode.Dock = System.Windows.Forms.DockStyle.Left;
            this.lblGameMode.Location = new System.Drawing.Point(0, 0);
            this.lblGameMode.Name = "lblGameMode";
            this.lblGameMode.Size = new System.Drawing.Size(70, 22);
            this.lblGameMode.TabIndex = 1;
            this.lblGameMode.Text = "Game Mode:";
            this.lblGameMode.ThemeName = "VisualStudio2012Dark";
            ((Telerik.WinControls.UI.RadLabelElement)(this.lblGameMode.GetChildAt(0))).Text = "Game Mode:";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.lblGameMode.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(45)))), ((int)(((byte)(58)))));
            // 
            // object_da7cb646_7c5b_4312_ba82_62caea25b02a
            // 
            this.object_da7cb646_7c5b_4312_ba82_62caea25b02a.Name = "object_da7cb646_7c5b_4312_ba82_62caea25b02a";
            this.object_da7cb646_7c5b_4312_ba82_62caea25b02a.StretchHorizontally = true;
            this.object_da7cb646_7c5b_4312_ba82_62caea25b02a.StretchVertically = true;
            this.object_da7cb646_7c5b_4312_ba82_62caea25b02a.Visibility = Telerik.WinControls.ElementVisibility.Visible;
            // 
            // MSS
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(792, 570);
            this.Controls.Add(this.centerPanel);
            this.Controls.Add(this.rightPanel);
            this.Controls.Add(this.leftPanel);
            this.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(800, 600);
            this.Name = "MSS";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.Text = "MSS - Minecraft Server Status";
            this.ThemeName = "VisualStudio2012Dark";
            ((System.ComponentModel.ISupportInitialize)(this.leftPanel)).EndInit();
            this.leftPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.addressListGroup)).EndInit();
            this.addressListGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.addressList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.addressPanelManager)).EndInit();
            this.addressPanelManager.ResumeLayout(false);
            this.addressPanelManager.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnDelete)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.valFavorite)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFavorite)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.valHostPort)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblHostPort)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.valHostIP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblHostIP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rightPanel)).EndInit();
            this.rightPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.playersListGroup)).EndInit();
            this.playersListGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.playersList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.centerPanel)).EndInit();
            this.centerPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pluginsPanel)).EndInit();
            this.pluginsPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pluginsListGroup)).EndInit();
            this.pluginsListGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pluginsList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.customCommandsServerPanel)).EndInit();
            this.customCommandsServerPanel.ResumeLayout(false);
            this.customCommandsServerPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.valServerResponse)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblServerResponse)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoPanel)).EndInit();
            this.infoPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.serverGroup)).EndInit();
            this.serverGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gameServerInfoPanel)).EndInit();
            this.gameServerInfoPanel.ResumeLayout(false);
            this.gameServerInfoPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valServerInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblServerInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.serverHostPortPanel)).EndInit();
            this.serverHostPortPanel.ResumeLayout(false);
            this.serverHostPortPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valServerHostPort)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblServerHostPort)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.serverHostIpPanel)).EndInit();
            this.serverHostIpPanel.ResumeLayout(false);
            this.serverHostIpPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valServerHostIP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblServerHostIP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.serverGameVersionPanel)).EndInit();
            this.serverGameVersionPanel.ResumeLayout(false);
            this.serverGameVersionPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valMOTD)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblMOTD)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.serverGameIdPanel)).EndInit();
            this.serverGameIdPanel.ResumeLayout(false);
            this.serverGameIdPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valGameId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGameId)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.minecraftGroup)).EndInit();
            this.minecraftGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gameMapPanel)).EndInit();
            this.gameMapPanel.ResumeLayout(false);
            this.gameMapPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valGameMap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGameMap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gamePlayersPanel)).EndInit();
            this.gamePlayersPanel.ResumeLayout(false);
            this.gamePlayersPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valPlayers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblPlayers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gameVersionPanel)).EndInit();
            this.gameVersionPanel.ResumeLayout(false);
            this.gameVersionPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valGameVersion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGameVersion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gameModePanel)).EndInit();
            this.gameModePanel.ResumeLayout(false);
            this.gameModePanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.valGameMode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblGameMode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
Пример #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "FPS");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Value");
     this.telerikMetroTouchTheme1 = new Telerik.WinControls.Themes.TelerikMetroTouchTheme();
     this.materialTheme1          = new Telerik.WinControls.Themes.MaterialTheme();
     this.materialBlueGreyTheme1  = new Telerik.WinControls.Themes.MaterialBlueGreyTheme();
     this.materialTealTheme1      = new Telerik.WinControls.Themes.MaterialTealTheme();
     this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
     this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
     this.usartControl1 = new CarFormsTools.UsartControl();
     this.radButton1    = new Telerik.WinControls.UI.RadButton();
     this.radListView1  = new Telerik.WinControls.UI.RadListView();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radListView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radLabel1
     //
     this.radLabel1.Location  = new System.Drawing.Point(558, 362);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(72, 21);
     this.radLabel1.TabIndex  = 1;
     this.radLabel1.Text      = "radLabel1";
     this.radLabel1.ThemeName = "MaterialTeal";
     //
     // usartControl1
     //
     this.usartControl1.CurrentData = null;
     this.usartControl1.Datapath    = "F:\\111.ini";
     this.usartControl1.End         = new byte[] {
         ((byte)(204)),
         ((byte)(221))
     };
     this.usartControl1.Head = new byte[] {
         ((byte)(170)),
         ((byte)(187))
     };
     this.usartControl1.Location = new System.Drawing.Point(384, 109);
     this.usartControl1.Name     = "usartControl1";
     this.usartControl1.Size     = new System.Drawing.Size(212, 223);
     this.usartControl1.TabIndex = 2;
     //
     // radButton1
     //
     this.radButton1.Location  = new System.Drawing.Point(601, 22);
     this.radButton1.Name      = "radButton1";
     this.radButton1.Size      = new System.Drawing.Size(120, 36);
     this.radButton1.TabIndex  = 3;
     this.radButton1.Text      = "Text";
     this.radButton1.ThemeName = "MaterialTeal";
     this.radButton1.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // radListView1
     //
     listViewDetailColumn3.HeaderText = "FPS";
     listViewDetailColumn3.Width      = 100F;
     listViewDetailColumn4.HeaderText = "Value";
     this.radListView1.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn3,
         listViewDetailColumn4
     });
     this.radListView1.GroupItemSize = new System.Drawing.Size(200, 32);
     this.radListView1.ItemSize      = new System.Drawing.Size(200, 32);
     this.radListView1.ItemSpacing   = -1;
     this.radListView1.Location      = new System.Drawing.Point(12, 12);
     this.radListView1.Name          = "radListView1";
     this.radListView1.Size          = new System.Drawing.Size(302, 537);
     this.radListView1.TabIndex      = 4;
     this.radListView1.Text          = "radListView1";
     this.radListView1.ThemeName     = "MaterialTeal";
     this.radListView1.ViewType      = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // RadForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(831, 561);
     this.Controls.Add(this.radListView1);
     this.Controls.Add(this.radButton1);
     this.Controls.Add(this.usartControl1);
     this.Controls.Add(this.radLabel1);
     this.Name = "RadForm1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "RadForm1";
     this.ThemeName = "MaterialTeal";
     this.Load     += new System.EventHandler(this.RadForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radListView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).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();
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Enfermedad Asociada");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImpresionDiagnosticaUI));
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
            this.cboEnfermedad = new Telerik.WinControls.UI.RadDropDownList();
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
            this.txtObservaciones = new System.Windows.Forms.RichTextBox();
            this.rgbSesiones = new Telerik.WinControls.UI.RadGroupBox();
            this.lstEnfermedadesAsociadas = new Telerik.WinControls.UI.RadListView();
            this.btnEliminar = new Telerik.WinControls.UI.RadButton();
            this.roundRectShape1 = new Telerik.WinControls.RoundRectShape(this.components);
            this.btnAgregar = new Telerik.WinControls.UI.RadButton();
            this.btnVerEnfermedad = new Telerik.WinControls.UI.RadButton();
            this.radButton1 = new Telerik.WinControls.UI.RadButton();
            this.lblTitulo = new Telerik.WinControls.UI.RadLabel();
            this.btnReportes = new Telerik.WinControls.UI.RadButton();
            this.btnTratamiento = new Telerik.WinControls.UI.RadButton();
            this.btnNuevo = new Telerik.WinControls.UI.RadButton();
            this.donutShape1 = new Telerik.WinControls.Tests.DonutShape();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
            this.radLabel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboEnfermedad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
            this.radLabel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rgbSesiones)).BeginInit();
            this.rgbSesiones.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lstEnfermedadesAsociadas)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnEliminar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAgregar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnVerEnfermedad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblTitulo)).BeginInit();
            this.lblTitulo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnReportes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnTratamiento)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNuevo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radLabel4
            // 
            this.radLabel4.AutoSize = false;
            this.radLabel4.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.radLabel4.Controls.Add(this.cboEnfermedad);
            this.radLabel4.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.radLabel4.Location = new System.Drawing.Point(103, 85);
            this.radLabel4.Name = "radLabel4";
            this.radLabel4.Size = new System.Drawing.Size(663, 35);
            this.radLabel4.TabIndex = 1;
            this.radLabel4.Text = "   Enfermedad";
            this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.radLabel4.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            // 
            // cboEnfermedad
            // 
            this.cboEnfermedad.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cboEnfermedad.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cboEnfermedad.Location = new System.Drawing.Point(128, 6);
            this.cboEnfermedad.Name = "cboEnfermedad";
            this.cboEnfermedad.Size = new System.Drawing.Size(508, 22);
            this.cboEnfermedad.TabIndex = 2;
            this.cboEnfermedad.Text = "   --Seleccione Tipo--";
            // 
            // radLabel3
            // 
            this.radLabel3.AutoSize = false;
            this.radLabel3.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.radLabel3.Controls.Add(this.txtObservaciones);
            this.radLabel3.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.radLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.radLabel3.Location = new System.Drawing.Point(103, 129);
            this.radLabel3.Name = "radLabel3";
            this.radLabel3.Size = new System.Drawing.Size(663, 165);
            this.radLabel3.TabIndex = 3;
            this.radLabel3.Text = "   Observaciones";
            this.radLabel3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.radLabel3.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            // 
            // txtObservaciones
            // 
            this.txtObservaciones.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtObservaciones.Location = new System.Drawing.Point(128, 8);
            this.txtObservaciones.Name = "txtObservaciones";
            this.txtObservaciones.Size = new System.Drawing.Size(508, 148);
            this.txtObservaciones.TabIndex = 4;
            this.txtObservaciones.TabStop = false;
            this.txtObservaciones.Text = "";
            // 
            // rgbSesiones
            // 
            this.rgbSesiones.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.rgbSesiones.BackColor = System.Drawing.Color.Transparent;
            this.rgbSesiones.Controls.Add(this.lstEnfermedadesAsociadas);
            this.rgbSesiones.Controls.Add(this.btnEliminar);
            this.rgbSesiones.Controls.Add(this.btnAgregar);
            this.rgbSesiones.Controls.Add(this.btnVerEnfermedad);
            this.rgbSesiones.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rgbSesiones.ForeColor = System.Drawing.Color.White;
            this.rgbSesiones.HeaderText = "Enfermedades Asociadas";
            this.rgbSesiones.Location = new System.Drawing.Point(103, 309);
            this.rgbSesiones.Name = "rgbSesiones";
            // 
            // 
            // 
            this.rgbSesiones.RootElement.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.rgbSesiones.Size = new System.Drawing.Size(685, 245);
            this.rgbSesiones.TabIndex = 93;
            this.rgbSesiones.Text = "Enfermedades Asociadas";
            // 
            // lstEnfermedadesAsociadas
            // 
            this.lstEnfermedadesAsociadas.AllowArbitraryItemHeight = true;
            this.lstEnfermedadesAsociadas.AllowEdit = false;
            this.lstEnfermedadesAsociadas.AllowRemove = false;
            listViewDetailColumn1.HeaderText = "Enfermedad Asociada";
            listViewDetailColumn1.Width = 464F;
            this.lstEnfermedadesAsociadas.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1});
            this.lstEnfermedadesAsociadas.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lstEnfermedadesAsociadas.ItemSpacing = -1;
            this.lstEnfermedadesAsociadas.Location = new System.Drawing.Point(21, 38);
            this.lstEnfermedadesAsociadas.Name = "lstEnfermedadesAsociadas";
            this.lstEnfermedadesAsociadas.Size = new System.Drawing.Size(465, 185);
            this.lstEnfermedadesAsociadas.TabIndex = 96;
            this.lstEnfermedadesAsociadas.Text = "radListView1";
            this.lstEnfermedadesAsociadas.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            this.lstEnfermedadesAsociadas.CellFormatting += new Telerik.WinControls.UI.ListViewCellFormattingEventHandler(this.lstEnfermedadesAsociadas_CellFormatting);
            ((Telerik.WinControls.UI.DetailListViewElement)(this.lstEnfermedadesAsociadas.GetChildAt(0).GetChildAt(0))).AllowArbitraryItemHeight = true;
            ((Telerik.WinControls.UI.DetailsListViewContainer)(this.lstEnfermedadesAsociadas.GetChildAt(0).GetChildAt(0).GetChildAt(0))).Shape = null;
            // 
            // btnEliminar
            // 
            this.btnEliminar.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnEliminar.Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Dialog_Error_32;
            this.btnEliminar.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnEliminar.Location = new System.Drawing.Point(502, 165);
            this.btnEliminar.Name = "btnEliminar";
            // 
            // 
            // 
            this.btnEliminar.RootElement.Shape = this.roundRectShape1;
            this.btnEliminar.Size = new System.Drawing.Size(161, 58);
            this.btnEliminar.TabIndex = 95;
            this.btnEliminar.Text = "<html>Eliminar Enfermedad<br> Asociada</html>";
            this.btnEliminar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnEliminar.Click += new System.EventHandler(this.btnEliminar_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnEliminar.GetChildAt(0))).Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Dialog_Error_32;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnEliminar.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnEliminar.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnEliminar.GetChildAt(0))).Text = "<html>Eliminar Enfermedad<br> Asociada</html>";
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnEliminar.GetChildAt(0))).Shape = this.roundRectShape1;
            // 
            // roundRectShape1
            // 
            this.roundRectShape1.Radius = 20;
            // 
            // btnAgregar
            // 
            this.btnAgregar.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnAgregar.Image = global::SisOxi.WinUI.Properties.Resources.Add;
            this.btnAgregar.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnAgregar.Location = new System.Drawing.Point(502, 38);
            this.btnAgregar.Name = "btnAgregar";
            this.btnAgregar.Size = new System.Drawing.Size(161, 58);
            this.btnAgregar.TabIndex = 94;
            this.btnAgregar.Text = "<html>Agregar Enfermedad<br> Asociada</html>";
            this.btnAgregar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnAgregar.Click += new System.EventHandler(this.radButton3_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnAgregar.GetChildAt(0))).Image = global::SisOxi.WinUI.Properties.Resources.Add;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnAgregar.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnAgregar.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnAgregar.GetChildAt(0))).Text = "<html>Agregar Enfermedad<br> Asociada</html>";
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnAgregar.GetChildAt(0))).Shape = this.roundRectShape1;
            // 
            // btnVerEnfermedad
            // 
            this.btnVerEnfermedad.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnVerEnfermedad.Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Zoom_Fit_Best_48;
            this.btnVerEnfermedad.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnVerEnfermedad.Location = new System.Drawing.Point(502, 101);
            this.btnVerEnfermedad.Name = "btnVerEnfermedad";
            this.btnVerEnfermedad.Size = new System.Drawing.Size(161, 58);
            this.btnVerEnfermedad.TabIndex = 93;
            this.btnVerEnfermedad.Text = "<html>Ver Enfermedad <br>Asociada</html>";
            this.btnVerEnfermedad.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.btnVerEnfermedad.Click += new System.EventHandler(this.btnVerEnfermedad_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnVerEnfermedad.GetChildAt(0))).Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Zoom_Fit_Best_48;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnVerEnfermedad.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnVerEnfermedad.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnVerEnfermedad.GetChildAt(0))).Text = "<html>Ver Enfermedad <br>Asociada</html>";
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnVerEnfermedad.GetChildAt(0))).Shape = this.roundRectShape1;
            // 
            // radButton1
            // 
            this.radButton1.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 12F);
            this.radButton1.Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Process_Stop_48;
            this.radButton1.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.radButton1.Location = new System.Drawing.Point(14, 168);
            this.radButton1.Name = "radButton1";
            this.radButton1.Size = new System.Drawing.Size(70, 72);
            this.radButton1.TabIndex = 88;
            this.radButton1.Text = "Cancelar";
            this.radButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.radButton1.Click += new System.EventHandler(this.radButton1_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Process_Stop_48;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).Text = "Cancelar";
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).Shape = this.roundRectShape1;
            // 
            // lblTitulo
            // 
            this.lblTitulo.AutoSize = false;
            this.lblTitulo.BackColor = System.Drawing.Color.Transparent;
            this.lblTitulo.Controls.Add(this.btnReportes);
            this.lblTitulo.Controls.Add(this.btnTratamiento);
            this.lblTitulo.Font = new System.Drawing.Font("Yanone Kaffeesatz Regular", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTitulo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(105)))), ((int)(((byte)(133)))));
            this.lblTitulo.Image = global::SisOxi.WinUI.Properties.Resources.DNA_Double_Helix;
            this.lblTitulo.Location = new System.Drawing.Point(321, 12);
            this.lblTitulo.Name = "lblTitulo";
            this.lblTitulo.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
            // 
            // 
            // 
            this.lblTitulo.RootElement.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
            this.lblTitulo.Size = new System.Drawing.Size(268, 59);
            this.lblTitulo.TabIndex = 87;
            this.lblTitulo.Text = "   IMPRESIÓN DIAGNÓSTICA";
            this.lblTitulo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblTitulo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            // 
            // btnReportes
            // 
            this.btnReportes.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnReportes.Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Task_Due_48;
            this.btnReportes.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnReportes.Location = new System.Drawing.Point(966, 9);
            this.btnReportes.Name = "btnReportes";
            this.btnReportes.Size = new System.Drawing.Size(122, 84);
            this.btnReportes.TabIndex = 40;
            this.btnReportes.Text = "Reportes";
            this.btnReportes.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // btnTratamiento
            // 
            this.btnTratamiento.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTratamiento.Image = global::SisOxi.WinUI.Properties.Resources.Im_Aim_48;
            this.btnTratamiento.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnTratamiento.Location = new System.Drawing.Point(825, 9);
            this.btnTratamiento.Name = "btnTratamiento";
            this.btnTratamiento.Size = new System.Drawing.Size(122, 84);
            this.btnTratamiento.TabIndex = 39;
            this.btnTratamiento.Text = "Tratamiento";
            this.btnTratamiento.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // btnNuevo
            // 
            this.btnNuevo.Font = new System.Drawing.Font("Yanone Kaffeesatz Light", 12F);
            this.btnNuevo.Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Media_Floppy_48;
            this.btnNuevo.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.btnNuevo.Location = new System.Drawing.Point(14, 85);
            this.btnNuevo.Name = "btnNuevo";
            this.btnNuevo.Size = new System.Drawing.Size(70, 72);
            this.btnNuevo.TabIndex = 5;
            this.btnNuevo.TabStop = false;
            this.btnNuevo.Text = "Guardar";
            this.btnNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnNuevo.GetChildAt(0))).Image = global::SisOxi.WinUI.Properties.Resources.Gnome_Media_Floppy_48;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnNuevo.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnNuevo.GetChildAt(0))).ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnNuevo.GetChildAt(0))).Text = "Guardar";
            ((Telerik.WinControls.UI.RadButtonElement)(this.btnNuevo.GetChildAt(0))).Shape = this.roundRectShape1;
            // 
            // ImpresionDiagnosticaUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(855, 553);
            this.Controls.Add(this.rgbSesiones);
            this.Controls.Add(this.radButton1);
            this.Controls.Add(this.lblTitulo);
            this.Controls.Add(this.radLabel4);
            this.Controls.Add(this.radLabel3);
            this.Controls.Add(this.btnNuevo);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ImpresionDiagnosticaUI";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Impresion Diagnostica";
            this.ThemeName = "ControlDefault";
            this.Load += new System.EventHandler(this.ImpresionDiagnosticaUI_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
            this.radLabel4.ResumeLayout(false);
            this.radLabel4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cboEnfermedad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
            this.radLabel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rgbSesiones)).EndInit();
            this.rgbSesiones.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lstEnfermedadesAsociadas)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnEliminar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAgregar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnVerEnfermedad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblTitulo)).EndInit();
            this.lblTitulo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.btnReportes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnTratamiento)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNuevo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
Пример #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label label1;
     System.Windows.Forms.Label label2;
     System.Windows.Forms.Label label3;
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Title");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Number");
     this.phoneNumbersLV = new Telerik.WinControls.UI.RadListView();
     this.firstNameLbl   = new System.Windows.Forms.Label();
     this.lastNameLbl    = new System.Windows.Forms.Label();
     this.removeBtn      = new Telerik.WinControls.UI.RadButton();
     this.editBtn        = new Telerik.WinControls.UI.RadButton();
     label1 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.phoneNumbersLV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.removeBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.editBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(12, 9);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(64, 13);
     label1.TabIndex = 0;
     label1.Text     = "First Name:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(12, 31);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(62, 13);
     label2.TabIndex = 1;
     label2.Text     = "Last Name:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(12, 58);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(92, 13);
     label3.TabIndex = 2;
     label3.Text     = "Phone Numbers:";
     //
     // phoneNumbersLV
     //
     this.phoneNumbersLV.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)));
     listViewDetailColumn1.HeaderText = "Title";
     listViewDetailColumn1.Width      = 75F;
     listViewDetailColumn2.HeaderText = "Number";
     listViewDetailColumn2.MinWidth   = 50F;
     listViewDetailColumn2.Width      = 150F;
     this.phoneNumbersLV.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2
     });
     this.phoneNumbersLV.ItemSpacing = -1;
     this.phoneNumbersLV.Location    = new System.Drawing.Point(12, 74);
     this.phoneNumbersLV.Name        = "phoneNumbersLV";
     this.phoneNumbersLV.Size        = new System.Drawing.Size(227, 126);
     this.phoneNumbersLV.TabIndex    = 4;
     this.phoneNumbersLV.Text        = "radListView1";
     this.phoneNumbersLV.ViewType    = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // firstNameLbl
     //
     this.firstNameLbl.AutoSize = true;
     this.firstNameLbl.Location = new System.Drawing.Point(82, 9);
     this.firstNameLbl.Name     = "firstNameLbl";
     this.firstNameLbl.Size     = new System.Drawing.Size(39, 13);
     this.firstNameLbl.TabIndex = 5;
     this.firstNameLbl.Text     = "Emran";
     //
     // lastNameLbl
     //
     this.lastNameLbl.AutoSize = true;
     this.lastNameLbl.Location = new System.Drawing.Point(82, 31);
     this.lastNameLbl.Name     = "lastNameLbl";
     this.lastNameLbl.Size     = new System.Drawing.Size(85, 13);
     this.lastNameLbl.TabIndex = 6;
     this.lastNameLbl.Text     = "BatmanGhelcih";
     //
     // removeBtn
     //
     this.removeBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.removeBtn.Location = new System.Drawing.Point(129, 206);
     this.removeBtn.Name     = "removeBtn";
     this.removeBtn.Size     = new System.Drawing.Size(110, 24);
     this.removeBtn.TabIndex = 7;
     this.removeBtn.Text     = "Remove Contact";
     this.removeBtn.Click   += new System.EventHandler(this.removeBtn_Click);
     //
     // editBtn
     //
     this.editBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.editBtn.Location = new System.Drawing.Point(12, 206);
     this.editBtn.Name     = "editBtn";
     this.editBtn.Size     = new System.Drawing.Size(110, 24);
     this.editBtn.TabIndex = 8;
     this.editBtn.Text     = "Edit Contact";
     this.editBtn.Click   += new System.EventHandler(this.editBtn_Click);
     //
     // ContactForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(251, 234);
     this.Controls.Add(this.editBtn);
     this.Controls.Add(this.removeBtn);
     this.Controls.Add(this.lastNameLbl);
     this.Controls.Add(this.firstNameLbl);
     this.Controls.Add(this.phoneNumbersLV);
     this.Controls.Add(label3);
     this.Controls.Add(label2);
     this.Controls.Add(label1);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(100, 100);
     this.Name        = "ContactForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "ContactForm";
     ((System.ComponentModel.ISupportInitialize)(this.phoneNumbersLV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.removeBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.editBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.RadListDataItem      radListDataItem1      = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem2      = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Tipo");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Nombre");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Fecha Registro");
     this.Theme                  = new Telerik.WinControls.Themes.Office2013LightTheme();
     this.radMenu1               = new Telerik.WinControls.UI.RadMenu();
     this.ItemOpciones           = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemAgregarUsuario     = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemEditarUsuario      = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemBorrarUsuario      = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemCancelar           = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemRecargarLista      = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemGrabar             = new Telerik.WinControls.UI.RadMenuItem();
     this.gbDatos                = new Telerik.WinControls.UI.RadGroupBox();
     this.txtID                  = new Telerik.WinControls.UI.RadTextBox();
     this.btnGrabar              = new Telerik.WinControls.UI.RadButton();
     this.cmbTipo                = new Telerik.WinControls.UI.RadDropDownList();
     this.txtPassword            = new Telerik.WinControls.UI.RadTextBox();
     this.txtUsuario             = new Telerik.WinControls.UI.RadTextBox();
     this.lblTipo                = new Telerik.WinControls.UI.RadLabel();
     this.lblPassword            = new Telerik.WinControls.UI.RadLabel();
     this.radTextBox2            = new Telerik.WinControls.UI.RadTextBox();
     this.lblNombre              = new Telerik.WinControls.UI.RadLabel();
     this.gbUsuarios             = new Telerik.WinControls.UI.RadGroupBox();
     this.btnBuscar              = new Telerik.WinControls.UI.RadButton();
     this.txtBuscar              = new Telerik.WinControls.UI.RadTextBox();
     this.lblNombreBuscar        = new Telerik.WinControls.UI.RadLabel();
     this.lvUsuarios             = new Telerik.WinControls.UI.RadListView();
     this.ssStatus               = new Telerik.WinControls.UI.RadStatusStrip();
     this.status                 = new Telerik.WinControls.UI.RadLabelElement();
     this.ItemCambiarTipoUsuario = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemUsuario            = new Telerik.WinControls.UI.RadMenuItem();
     this.ItemAdministrador      = new Telerik.WinControls.UI.RadMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbDatos)).BeginInit();
     this.gbDatos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnGrabar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsuario)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTipo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblPassword)).BeginInit();
     this.lblPassword.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombre)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbUsuarios)).BeginInit();
     this.gbUsuarios.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnBuscar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuscar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombreBuscar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvUsuarios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ssStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radMenu1
     //
     this.radMenu1.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.ItemOpciones
     });
     this.radMenu1.Location  = new System.Drawing.Point(0, 0);
     this.radMenu1.Name      = "radMenu1";
     this.radMenu1.Size      = new System.Drawing.Size(859, 19);
     this.radMenu1.TabIndex  = 1;
     this.radMenu1.Text      = "radMenu1";
     this.radMenu1.ThemeName = "Office2013Light";
     //
     // ItemOpciones
     //
     this.ItemOpciones.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.ItemAgregarUsuario,
         this.ItemEditarUsuario,
         this.ItemBorrarUsuario,
         this.ItemCancelar,
         this.ItemRecargarLista,
         this.ItemGrabar,
         this.ItemCambiarTipoUsuario
     });
     this.ItemOpciones.Name = "ItemOpciones";
     this.ItemOpciones.Text = "Opciones";
     //
     // ItemAgregarUsuario
     //
     this.ItemAgregarUsuario.Name   = "ItemAgregarUsuario";
     this.ItemAgregarUsuario.Text   = "Agregar Usuario";
     this.ItemAgregarUsuario.Click += new System.EventHandler(this.ItemAgregarUsuario_Click);
     //
     // ItemEditarUsuario
     //
     this.ItemEditarUsuario.Name   = "ItemEditarUsuario";
     this.ItemEditarUsuario.Text   = "Editar Usuario";
     this.ItemEditarUsuario.Click += new System.EventHandler(this.ItemEditarUsuario_Click);
     //
     // ItemBorrarUsuario
     //
     this.ItemBorrarUsuario.Name   = "ItemBorrarUsuario";
     this.ItemBorrarUsuario.Text   = "Borrar Usuario";
     this.ItemBorrarUsuario.Click += new System.EventHandler(this.ItemBorrarUsuario_Click);
     //
     // ItemCancelar
     //
     this.ItemCancelar.Name   = "ItemCancelar";
     this.ItemCancelar.Text   = "Cancelar";
     this.ItemCancelar.Click += new System.EventHandler(this.ItemCancelar_Click);
     //
     // ItemRecargarLista
     //
     this.ItemRecargarLista.Name   = "ItemRecargarLista";
     this.ItemRecargarLista.Text   = "Recargar Lista";
     this.ItemRecargarLista.Click += new System.EventHandler(this.ItemRecargarLista_Click);
     //
     // ItemGrabar
     //
     this.ItemGrabar.Name   = "ItemGrabar";
     this.ItemGrabar.Text   = "Grabar";
     this.ItemGrabar.Click += new System.EventHandler(this.ItemGrabar_Click);
     //
     // gbDatos
     //
     this.gbDatos.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbDatos.Controls.Add(this.txtID);
     this.gbDatos.Controls.Add(this.btnGrabar);
     this.gbDatos.Controls.Add(this.cmbTipo);
     this.gbDatos.Controls.Add(this.txtPassword);
     this.gbDatos.Controls.Add(this.txtUsuario);
     this.gbDatos.Controls.Add(this.lblTipo);
     this.gbDatos.Controls.Add(this.lblPassword);
     this.gbDatos.Controls.Add(this.lblNombre);
     this.gbDatos.HeaderText = "Datos de Usuario";
     this.gbDatos.Location   = new System.Drawing.Point(12, 35);
     this.gbDatos.Name       = "gbDatos";
     this.gbDatos.Size       = new System.Drawing.Size(236, 266);
     this.gbDatos.TabIndex   = 2;
     this.gbDatos.Text       = "Datos de Usuario";
     this.gbDatos.ThemeName  = "Office2013Light";
     //
     // txtID
     //
     this.txtID.Location  = new System.Drawing.Point(33, 160);
     this.txtID.Name      = "txtID";
     this.txtID.ReadOnly  = true;
     this.txtID.Size      = new System.Drawing.Size(28, 21);
     this.txtID.TabIndex  = 9;
     this.txtID.ThemeName = "Office2013Light";
     //
     // btnGrabar
     //
     this.btnGrabar.Location  = new System.Drawing.Point(67, 170);
     this.btnGrabar.Name      = "btnGrabar";
     this.btnGrabar.Size      = new System.Drawing.Size(110, 24);
     this.btnGrabar.TabIndex  = 8;
     this.btnGrabar.Text      = "Grabar";
     this.btnGrabar.ThemeName = "Office2013Light";
     this.btnGrabar.Click    += new System.EventHandler(this.btnGrabar_Click);
     //
     // cmbTipo
     //
     this.cmbTipo.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
     radListDataItem1.Tag       = "2";
     radListDataItem1.Text      = "Usuario";
     radListDataItem2.Tag       = "1";
     radListDataItem2.Text      = "Administrador";
     this.cmbTipo.Items.Add(radListDataItem1);
     this.cmbTipo.Items.Add(radListDataItem2);
     this.cmbTipo.Location  = new System.Drawing.Point(60, 121);
     this.cmbTipo.Name      = "cmbTipo";
     this.cmbTipo.Size      = new System.Drawing.Size(157, 21);
     this.cmbTipo.TabIndex  = 7;
     this.cmbTipo.ThemeName = "Office2013Light";
     //
     // txtPassword
     //
     this.txtPassword.Location     = new System.Drawing.Point(81, 79);
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size         = new System.Drawing.Size(139, 21);
     this.txtPassword.TabIndex     = 6;
     this.txtPassword.ThemeName    = "Office2013Light";
     //
     // txtUsuario
     //
     this.txtUsuario.Location  = new System.Drawing.Point(81, 35);
     this.txtUsuario.Name      = "txtUsuario";
     this.txtUsuario.Size      = new System.Drawing.Size(139, 21);
     this.txtUsuario.TabIndex  = 4;
     this.txtUsuario.ThemeName = "Office2013Light";
     //
     // lblTipo
     //
     this.lblTipo.Location  = new System.Drawing.Point(14, 120);
     this.lblTipo.Name      = "lblTipo";
     this.lblTipo.Size      = new System.Drawing.Size(40, 19);
     this.lblTipo.TabIndex  = 2;
     this.lblTipo.Text      = "Tipo : ";
     this.lblTipo.ThemeName = "Office2013Light";
     //
     // lblPassword
     //
     this.lblPassword.Controls.Add(this.radTextBox2);
     this.lblPassword.Location  = new System.Drawing.Point(14, 76);
     this.lblPassword.Name      = "lblPassword";
     this.lblPassword.Size      = new System.Drawing.Size(67, 19);
     this.lblPassword.TabIndex  = 1;
     this.lblPassword.Text      = "Password : "******"Office2013Light";
     //
     // radTextBox2
     //
     this.radTextBox2.Location = new System.Drawing.Point(86, 3);
     this.radTextBox2.Name     = "radTextBox2";
     this.radTextBox2.Size     = new System.Drawing.Size(100, 20);
     this.radTextBox2.TabIndex = 5;
     //
     // lblNombre
     //
     this.lblNombre.Location  = new System.Drawing.Point(14, 35);
     this.lblNombre.Name      = "lblNombre";
     this.lblNombre.Size      = new System.Drawing.Size(61, 19);
     this.lblNombre.TabIndex  = 0;
     this.lblNombre.Text      = "Nombre : ";
     this.lblNombre.ThemeName = "Office2013Light";
     //
     // gbUsuarios
     //
     this.gbUsuarios.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.gbUsuarios.Controls.Add(this.btnBuscar);
     this.gbUsuarios.Controls.Add(this.txtBuscar);
     this.gbUsuarios.Controls.Add(this.lblNombreBuscar);
     this.gbUsuarios.Controls.Add(this.lvUsuarios);
     this.gbUsuarios.HeaderText = "Usuarios";
     this.gbUsuarios.Location   = new System.Drawing.Point(267, 35);
     this.gbUsuarios.Name       = "gbUsuarios";
     this.gbUsuarios.Size       = new System.Drawing.Size(559, 266);
     this.gbUsuarios.TabIndex   = 4;
     this.gbUsuarios.Text       = "Usuarios";
     this.gbUsuarios.ThemeName  = "Office2013Light";
     //
     // btnBuscar
     //
     this.btnBuscar.Location  = new System.Drawing.Point(434, 32);
     this.btnBuscar.Name      = "btnBuscar";
     this.btnBuscar.Size      = new System.Drawing.Size(110, 24);
     this.btnBuscar.TabIndex  = 6;
     this.btnBuscar.Text      = "Buscar";
     this.btnBuscar.ThemeName = "Office2013Light";
     this.btnBuscar.Click    += new System.EventHandler(this.btnBuscar_Click);
     //
     // txtBuscar
     //
     this.txtBuscar.Location  = new System.Drawing.Point(92, 32);
     this.txtBuscar.Name      = "txtBuscar";
     this.txtBuscar.Size      = new System.Drawing.Size(325, 21);
     this.txtBuscar.TabIndex  = 5;
     this.txtBuscar.ThemeName = "Office2013Light";
     //
     // lblNombreBuscar
     //
     this.lblNombreBuscar.Location  = new System.Drawing.Point(25, 35);
     this.lblNombreBuscar.Name      = "lblNombreBuscar";
     this.lblNombreBuscar.Size      = new System.Drawing.Size(61, 19);
     this.lblNombreBuscar.TabIndex  = 4;
     this.lblNombreBuscar.Text      = "Nombre : ";
     this.lblNombreBuscar.ThemeName = "Office2013Light";
     //
     // lvUsuarios
     //
     this.lvUsuarios.AllowEdit        = false;
     listViewDetailColumn1.HeaderText = "Tipo";
     listViewDetailColumn2.HeaderText = "Nombre";
     listViewDetailColumn3.HeaderText = "Fecha Registro";
     this.lvUsuarios.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3
     });
     this.lvUsuarios.ItemSpacing          = -1;
     this.lvUsuarios.Location             = new System.Drawing.Point(25, 76);
     this.lvUsuarios.Name                 = "lvUsuarios";
     this.lvUsuarios.Size                 = new System.Drawing.Size(534, 175);
     this.lvUsuarios.TabIndex             = 0;
     this.lvUsuarios.ThemeName            = "Office2013Light";
     this.lvUsuarios.ViewType             = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.lvUsuarios.SelectedItemChanged += new System.EventHandler(this.lvUsuarios_SelectedItemChanged);
     //
     // ssStatus
     //
     this.ssStatus.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.status
     });
     this.ssStatus.Location  = new System.Drawing.Point(0, 318);
     this.ssStatus.Name      = "ssStatus";
     this.ssStatus.Size      = new System.Drawing.Size(859, 27);
     this.ssStatus.TabIndex  = 6;
     this.ssStatus.Text      = "radStatusStrip1";
     this.ssStatus.ThemeName = "Office2013Light";
     //
     // status
     //
     this.status.Name = "status";
     this.ssStatus.SetSpring(this.status, false);
     this.status.Text     = "Programa cargado";
     this.status.TextWrap = true;
     //
     // ItemCambiarTipoUsuario
     //
     this.ItemCambiarTipoUsuario.Items.AddRange(new Telerik.WinControls.RadItem[] {
         this.ItemUsuario,
         this.ItemAdministrador
     });
     this.ItemCambiarTipoUsuario.Name   = "ItemCambiarTipoUsuario";
     this.ItemCambiarTipoUsuario.Text   = "Cambiar Tipo de Usuario";
     this.ItemCambiarTipoUsuario.Click += new System.EventHandler(this.ItemCambiarTipoUsuario_Click);
     //
     // ItemUsuario
     //
     this.ItemUsuario.Name   = "ItemUsuario";
     this.ItemUsuario.Text   = "Usuario";
     this.ItemUsuario.Click += new System.EventHandler(this.ItemUsuario_Click);
     //
     // ItemAdministrador
     //
     this.ItemAdministrador.Name   = "ItemAdministrador";
     this.ItemAdministrador.Text   = "Administrador";
     this.ItemAdministrador.Click += new System.EventHandler(this.ItemAdministrador_Click);
     //
     // FormUsuarios
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(859, 345);
     this.Controls.Add(this.ssStatus);
     this.Controls.Add(this.gbUsuarios);
     this.Controls.Add(this.gbDatos);
     this.Controls.Add(this.radMenu1);
     this.MaximizeBox = false;
     this.Name        = "FormUsuarios";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "Usuarios";
     this.ThemeName = "Office2013Light";
     this.Load     += new System.EventHandler(this.FormUsuarios_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbDatos)).EndInit();
     this.gbDatos.ResumeLayout(false);
     this.gbDatos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnGrabar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUsuario)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTipo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblPassword)).EndInit();
     this.lblPassword.ResumeLayout(false);
     this.lblPassword.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radTextBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombre)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbUsuarios)).EndInit();
     this.gbUsuarios.ResumeLayout(false);
     this.gbUsuarios.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnBuscar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuscar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblNombreBuscar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvUsuarios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ssStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #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();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn1  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn2  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewDateTimeColumn gridViewDateTimeColumn1 = new Telerik.WinControls.UI.GridViewDateTimeColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn3  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewDecimalColumn  gridViewDecimalColumn1  = new Telerik.WinControls.UI.GridViewDecimalColumn();
     Telerik.WinControls.UI.GridViewDecimalColumn  gridViewDecimalColumn2  = new Telerik.WinControls.UI.GridViewDecimalColumn();
     Telerik.WinControls.UI.GridViewDecimalColumn  gridViewDecimalColumn3  = new Telerik.WinControls.UI.GridViewDecimalColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn4  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn5  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn6  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn7  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn8  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn9  = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewTextBoxColumn  gridViewTextBoxColumn10 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
     Telerik.WinControls.UI.GridViewDecimalColumn  gridViewDecimalColumn4  = new Telerik.WinControls.UI.GridViewDecimalColumn();
     Telerik.WinControls.UI.GridViewDecimalColumn  gridViewDecimalColumn5  = new Telerik.WinControls.UI.GridViewDecimalColumn();
     Telerik.WinControls.UI.GridViewDateTimeColumn gridViewDateTimeColumn2 = new Telerik.WinControls.UI.GridViewDateTimeColumn();
     Telerik.WinControls.UI.TableViewDefinition    tableViewDefinition1    = new Telerik.WinControls.UI.TableViewDefinition();
     Telerik.WinControls.UI.ListViewDetailColumn   listViewDetailColumn1   = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "");
     Telerik.WinControls.UI.ListViewDetailColumn   listViewDetailColumn2   = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "KG");
     this.radGridView1 = new Telerik.WinControls.UI.RadGridView();
     this.vlogproductdetaillapBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.rddProduct                      = new Telerik.WinControls.UI.RadDropDownList();
     this.radLabel1                       = new Telerik.WinControls.UI.RadLabel();
     this.dtpTanggal                      = new Telerik.WinControls.UI.RadDateTimePicker();
     this.lblTanggal                      = new Telerik.WinControls.UI.RadLabel();
     this.radGroupBox1                    = new Telerik.WinControls.UI.RadGroupBox();
     this.btnUpdate                       = new Telerik.WinControls.UI.RadButton();
     this.displayList                     = new Telerik.WinControls.UI.RadListView();
     this.rddMingguan                     = new Telerik.WinControls.UI.RadDropDownList();
     this.btnRefresh                      = new Telerik.WinControls.UI.RadButton();
     this.radLabel2                       = new Telerik.WinControls.UI.RadLabel();
     this.dtpEndDate                      = new Telerik.WinControls.UI.RadDateTimePicker();
     this.btnPrint                        = new Telerik.WinControls.UI.RadButton();
     this.radSeparator1                   = new Telerik.WinControls.UI.RadSeparator();
     this.gajimingguanBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.sinarekDataSet                  = new NB.sinarekDataSet();
     this.vperhitunganbarangBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.vlogproducttransBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.vproductbaseBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.vproductbaseTableAdapter        = new NB.sinarekDataSetTableAdapters.vproductbaseTableAdapter();
     this.vperhitunganbarangTableAdapter  = new NB.sinarekDataSetTableAdapters.vperhitunganbarangTableAdapter();
     this.vlogproducttransTableAdapter    = new NB.sinarekDataSetTableAdapters.vlogproducttransTableAdapter();
     this.gajimingguanTableAdapter        = new NB.sinarekDataSetTableAdapters.gajimingguanTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1.MasterTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vlogproductdetaillapBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rddProduct)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpTanggal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTanggal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnUpdate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.displayList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rddMingguan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrint)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gajimingguanBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sinarekDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vperhitunganbarangBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vlogproducttransBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vproductbaseBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radGridView1
     //
     this.radGridView1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.radGridView1.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.radGridView1.Location = new System.Drawing.Point(0, 200);
     //
     //
     //
     this.radGridView1.MasterTemplate.AllowAddNewRow      = false;
     this.radGridView1.MasterTemplate.AllowColumnReorder  = false;
     this.radGridView1.MasterTemplate.AutoGenerateColumns = false;
     gridViewTextBoxColumn1.FieldName               = "NoSJ";
     gridViewTextBoxColumn1.HeaderText              = "No SJ";
     gridViewTextBoxColumn1.IsAutoGenerated         = true;
     gridViewTextBoxColumn1.Name                    = "NoSJ";
     gridViewTextBoxColumn1.Width                   = 100;
     gridViewTextBoxColumn2.FieldName               = "TransTypeName";
     gridViewTextBoxColumn2.HeaderText              = "Tipe";
     gridViewTextBoxColumn2.Name                    = "CustTypeName";
     gridViewTextBoxColumn2.Width                   = 100;
     gridViewDateTimeColumn1.FieldName              = "Tanggal";
     gridViewDateTimeColumn1.FormatString           = "{0:dd MMM yy}";
     gridViewDateTimeColumn1.HeaderText             = "Tanggal";
     gridViewDateTimeColumn1.IsAutoGenerated        = true;
     gridViewDateTimeColumn1.Name                   = "Tanggal";
     gridViewDateTimeColumn1.Width                  = 100;
     gridViewTextBoxColumn3.FieldName               = "CUSTNAME";
     gridViewTextBoxColumn3.HeaderText              = "Nama";
     gridViewTextBoxColumn3.IsAutoGenerated         = true;
     gridViewTextBoxColumn3.Name                    = "CUSTNAME";
     gridViewTextBoxColumn3.Width                   = 150;
     gridViewDecimalColumn1.EnableExpressionEditor  = false;
     gridViewDecimalColumn1.Expression              = "";
     gridViewDecimalColumn1.FieldName               = "quantity";
     gridViewDecimalColumn1.FormatString            = "{0:#,##0.00}";
     gridViewDecimalColumn1.HeaderText              = "Jumlah";
     gridViewDecimalColumn1.IsAutoGenerated         = true;
     gridViewDecimalColumn1.IsVisible               = false;
     gridViewDecimalColumn1.Name                    = "quantity";
     gridViewDecimalColumn1.ReadOnly                = true;
     gridViewDecimalColumn1.TextAlignment           = System.Drawing.ContentAlignment.MiddleCenter;
     gridViewDecimalColumn1.ThousandsSeparator      = true;
     gridViewDecimalColumn1.Width                   = 100;
     gridViewDecimalColumn2.FieldName               = "Masuk";
     gridViewDecimalColumn2.FormatString            = "{0:#,##0.00}";
     gridViewDecimalColumn2.HeaderText              = "Masuk";
     gridViewDecimalColumn2.Name                    = "Masuk";
     gridViewDecimalColumn2.TextAlignment           = System.Drawing.ContentAlignment.MiddleCenter;
     gridViewDecimalColumn2.Width                   = 100;
     gridViewDecimalColumn3.FieldName               = "Keluar";
     gridViewDecimalColumn3.FormatString            = "{0:#,##0.00}";
     gridViewDecimalColumn3.HeaderText              = "Keluar";
     gridViewDecimalColumn3.Name                    = "Keluar";
     gridViewDecimalColumn3.TextAlignment           = System.Drawing.ContentAlignment.MiddleCenter;
     gridViewDecimalColumn3.Width                   = 100;
     gridViewTextBoxColumn4.FieldName               = "UnitShort";
     gridViewTextBoxColumn4.HeaderText              = "Satuan";
     gridViewTextBoxColumn4.Name                    = "UnitShort";
     gridViewTextBoxColumn4.Width                   = 80;
     gridViewTextBoxColumn5.FieldName               = "namastatusbarang";
     gridViewTextBoxColumn5.HeaderText              = "Status";
     gridViewTextBoxColumn5.IsAutoGenerated         = true;
     gridViewTextBoxColumn5.IsVisible               = false;
     gridViewTextBoxColumn5.Name                    = "namastatus";
     gridViewTextBoxColumn5.Width                   = 100;
     gridViewTextBoxColumn6.Expression              = "keterangansj + \" \" + keterangandetail ";
     gridViewTextBoxColumn6.HeaderText              = "Keterangan";
     gridViewTextBoxColumn6.Name                    = "ket";
     gridViewTextBoxColumn6.Width                   = 120;
     gridViewTextBoxColumn7.FieldName               = "keterangansj";
     gridViewTextBoxColumn7.HeaderText              = "Keterangan";
     gridViewTextBoxColumn7.IsAutoGenerated         = true;
     gridViewTextBoxColumn7.IsVisible               = false;
     gridViewTextBoxColumn7.Name                    = "keterangansj";
     gridViewTextBoxColumn7.Width                   = 150;
     gridViewTextBoxColumn8.FieldName               = "keterangan";
     gridViewTextBoxColumn8.HeaderText              = "keterangandetail";
     gridViewTextBoxColumn8.IsVisible               = false;
     gridViewTextBoxColumn8.Name                    = "keterangandetail";
     gridViewTextBoxColumn9.FieldName               = "ModifiedBy";
     gridViewTextBoxColumn9.HeaderText              = "";
     gridViewTextBoxColumn9.IsAutoGenerated         = true;
     gridViewTextBoxColumn9.Name                    = "ModifiedBy";
     gridViewTextBoxColumn10.EnableExpressionEditor = true;
     gridViewTextBoxColumn10.Expression             = "productshort + \" ( \" + unitshort + \")\"";
     gridViewTextBoxColumn10.FieldName              = "productshort";
     gridViewTextBoxColumn10.HeaderText             = "Barang";
     gridViewTextBoxColumn10.IsAutoGenerated        = true;
     gridViewTextBoxColumn10.IsVisible              = false;
     gridViewTextBoxColumn10.Name                   = "productname";
     gridViewTextBoxColumn10.ReadOnly               = true;
     gridViewTextBoxColumn10.Width                  = 120;
     gridViewDecimalColumn4.DataType                = typeof(long);
     gridViewDecimalColumn4.FieldName               = "Logid";
     gridViewDecimalColumn4.HeaderText              = "Logid";
     gridViewDecimalColumn4.IsAutoGenerated         = true;
     gridViewDecimalColumn4.IsVisible               = false;
     gridViewDecimalColumn4.Name                    = "Logid";
     gridViewDecimalColumn5.DataType                = typeof(int);
     gridViewDecimalColumn5.FieldName               = "parentlogid";
     gridViewDecimalColumn5.HeaderText              = "parentlogid";
     gridViewDecimalColumn5.IsAutoGenerated         = true;
     gridViewDecimalColumn5.IsVisible               = false;
     gridViewDecimalColumn5.Name                    = "parentlogid";
     gridViewDateTimeColumn2.FieldName              = "created";
     gridViewDateTimeColumn2.HeaderText             = "created";
     gridViewDateTimeColumn2.IsVisible              = false;
     gridViewDateTimeColumn2.Name                   = "created";
     this.radGridView1.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
         gridViewTextBoxColumn1,
         gridViewTextBoxColumn2,
         gridViewDateTimeColumn1,
         gridViewTextBoxColumn3,
         gridViewDecimalColumn1,
         gridViewDecimalColumn2,
         gridViewDecimalColumn3,
         gridViewTextBoxColumn4,
         gridViewTextBoxColumn5,
         gridViewTextBoxColumn6,
         gridViewTextBoxColumn7,
         gridViewTextBoxColumn8,
         gridViewTextBoxColumn9,
         gridViewTextBoxColumn10,
         gridViewDecimalColumn4,
         gridViewDecimalColumn5,
         gridViewDateTimeColumn2
     });
     this.radGridView1.MasterTemplate.DataSource          = this.vperhitunganbarangBindingSource;
     this.radGridView1.MasterTemplate.ShowRowHeaderColumn = false;
     this.radGridView1.MasterTemplate.ViewDefinition      = tableViewDefinition1;
     this.radGridView1.Name           = "radGridView1";
     this.radGridView1.ReadOnly       = true;
     this.radGridView1.ShowGroupPanel = false;
     this.radGridView1.Size           = new System.Drawing.Size(957, 299);
     this.radGridView1.TabIndex       = 0;
     this.radGridView1.Text           = "radGridView1";
     //
     // rddProduct
     //
     this.rddProduct.AutoCompleteDisplayMember = "Description";
     this.rddProduct.AutoCompleteMode          = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.rddProduct.AutoCompleteValueMember   = "productid";
     this.rddProduct.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.rddProduct.Location              = new System.Drawing.Point(64, 10);
     this.rddProduct.Name                  = "rddProduct";
     this.rddProduct.Size                  = new System.Drawing.Size(304, 23);
     this.rddProduct.TabIndex              = 1;
     this.rddProduct.SelectedValueChanged += new System.EventHandler(this.rddProduct_SelectedValueChanged);
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(9, 15);
     this.radLabel1.Name     = "radLabel1";
     this.radLabel1.Size     = new System.Drawing.Size(39, 18);
     this.radLabel1.TabIndex = 2;
     this.radLabel1.Text     = "Stock :";
     //
     // dtpTanggal
     //
     this.dtpTanggal.CustomFormat  = "dd MMM yy";
     this.dtpTanggal.Font          = new System.Drawing.Font("Segoe UI", 10F);
     this.dtpTanggal.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpTanggal.Location      = new System.Drawing.Point(68, 44);
     this.dtpTanggal.Name          = "dtpTanggal";
     this.dtpTanggal.Size          = new System.Drawing.Size(93, 23);
     this.dtpTanggal.TabIndex      = 3;
     this.dtpTanggal.TabStop       = false;
     this.dtpTanggal.Text          = "15 May 12";
     this.dtpTanggal.Value         = new System.DateTime(2012, 5, 15, 9, 41, 11, 776);
     this.dtpTanggal.ValueChanged += new System.EventHandler(this.dtpTanggal_ValueChanged);
     //
     // lblTanggal
     //
     this.lblTanggal.Location = new System.Drawing.Point(6, 49);
     this.lblTanggal.Name     = "lblTanggal";
     this.lblTanggal.Size     = new System.Drawing.Size(52, 18);
     this.lblTanggal.TabIndex = 4;
     this.lblTanggal.Text     = "Tanggal :";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.btnUpdate);
     this.radGroupBox1.Controls.Add(this.displayList);
     this.radGroupBox1.Controls.Add(this.rddMingguan);
     this.radGroupBox1.Controls.Add(this.btnRefresh);
     this.radGroupBox1.Controls.Add(this.radLabel2);
     this.radGroupBox1.Controls.Add(this.dtpEndDate);
     this.radGroupBox1.Controls.Add(this.btnPrint);
     this.radGroupBox1.Controls.Add(this.radSeparator1);
     this.radGroupBox1.Controls.Add(this.lblTanggal);
     this.radGroupBox1.Controls.Add(this.dtpTanggal);
     this.radGroupBox1.Controls.Add(this.radLabel1);
     this.radGroupBox1.Controls.Add(this.rddProduct);
     this.radGroupBox1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.radGroupBox1.Font          = new System.Drawing.Font("Segoe UI", 10F);
     this.radGroupBox1.GroupBoxStyle = Telerik.WinControls.UI.RadGroupBoxStyle.Office;
     this.radGroupBox1.HeaderText    = "";
     this.radGroupBox1.Location      = new System.Drawing.Point(0, 0);
     this.radGroupBox1.Name          = "radGroupBox1";
     this.radGroupBox1.Size          = new System.Drawing.Size(957, 200);
     this.radGroupBox1.TabIndex      = 7;
     //
     // btnUpdate
     //
     this.btnUpdate.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.btnUpdate.Location = new System.Drawing.Point(540, 10);
     this.btnUpdate.Name     = "btnUpdate";
     this.btnUpdate.Size     = new System.Drawing.Size(133, 22);
     this.btnUpdate.TabIndex = 14;
     this.btnUpdate.Text     = "&Update Stock";
     this.btnUpdate.Click   += new System.EventHandler(this.btnUpdate_Click);
     //
     // displayList
     //
     listViewDetailColumn1.HeaderText = "";
     listViewDetailColumn2.HeaderText = "KG";
     this.displayList.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2
     });
     this.displayList.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.displayList.ItemSpacing   = -1;
     this.displayList.Location      = new System.Drawing.Point(2, 91);
     this.displayList.Name          = "displayList";
     this.displayList.ShowGridLines = true;
     this.displayList.Size          = new System.Drawing.Size(953, 107);
     this.displayList.TabIndex      = 13;
     this.displayList.Text          = "radListView1";
     this.displayList.ViewType      = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // rddMingguan
     //
     this.rddMingguan.AutoCompleteDisplayMember = "StartDate";
     this.rddMingguan.AutoCompleteMode          = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.rddMingguan.AutoCompleteValueMember   = "GMID";
     this.rddMingguan.DataSource            = this.gajimingguanBindingSource;
     this.rddMingguan.DescriptionTextMember = "GMID";
     this.rddMingguan.DisplayMember         = "StartDate";
     this.rddMingguan.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.rddMingguan.FormatString          = "dd MMM yy";
     this.rddMingguan.Location              = new System.Drawing.Point(397, 44);
     this.rddMingguan.Name                  = "rddMingguan";
     this.rddMingguan.Size                  = new System.Drawing.Size(163, 23);
     this.rddMingguan.TabIndex              = 11;
     this.rddMingguan.ValueMember           = "GMID";
     this.rddMingguan.SelectedValueChanged += new System.EventHandler(this.rddMingguan_SelectedValueChanged);
     //
     // btnRefresh
     //
     this.btnRefresh.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.btnRefresh.Location = new System.Drawing.Point(397, 11);
     this.btnRefresh.Name     = "btnRefresh";
     this.btnRefresh.Size     = new System.Drawing.Size(108, 22);
     this.btnRefresh.TabIndex = 10;
     this.btnRefresh.Text     = "&Refresh";
     this.btnRefresh.Click   += new System.EventHandler(this.btnRefresh_Click);
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(167, 49);
     this.radLabel2.Name     = "radLabel2";
     this.radLabel2.Size     = new System.Drawing.Size(92, 18);
     this.radLabel2.TabIndex = 9;
     this.radLabel2.Text     = "Sampai Tanggal :";
     //
     // dtpEndDate
     //
     this.dtpEndDate.CustomFormat = "dd MMM yy";
     this.dtpEndDate.Font         = new System.Drawing.Font("Segoe UI", 10F);
     this.dtpEndDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEndDate.Location     = new System.Drawing.Point(277, 44);
     this.dtpEndDate.Name         = "dtpEndDate";
     this.dtpEndDate.Size         = new System.Drawing.Size(91, 23);
     this.dtpEndDate.TabIndex     = 8;
     this.dtpEndDate.TabStop      = false;
     this.dtpEndDate.Text         = "15 May 12";
     this.dtpEndDate.Value        = new System.DateTime(2012, 5, 15, 9, 41, 11, 776);
     //
     // btnPrint
     //
     this.btnPrint.Font     = new System.Drawing.Font("Segoe UI", 10F);
     this.btnPrint.Location = new System.Drawing.Point(837, 10);
     this.btnPrint.Name     = "btnPrint";
     this.btnPrint.Size     = new System.Drawing.Size(108, 22);
     this.btnPrint.TabIndex = 7;
     this.btnPrint.Text     = "&Print Laporan";
     //
     // radSeparator1
     //
     this.radSeparator1.Location = new System.Drawing.Point(8, 71);
     this.radSeparator1.Name     = "radSeparator1";
     this.radSeparator1.Size     = new System.Drawing.Size(940, 11);
     this.radSeparator1.TabIndex = 5;
     this.radSeparator1.Text     = "radSeparator1";
     ((Telerik.WinControls.UI.SeparatorElement)(this.radSeparator1.GetChildAt(0))).ShadowOffset = new System.Drawing.Point(0, 0);
     ((Telerik.WinControls.UI.SeparatorElement)(this.radSeparator1.GetChildAt(0))).Text         = "";
     //
     // gajimingguanBindingSource
     //
     this.gajimingguanBindingSource.DataMember = "gajimingguan";
     this.gajimingguanBindingSource.DataSource = this.sinarekDataSet;
     //
     // sinarekDataSet
     //
     this.sinarekDataSet.DataSetName             = "sinarekDataSet";
     this.sinarekDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // vperhitunganbarangBindingSource
     //
     this.vperhitunganbarangBindingSource.DataMember = "vperhitunganbarang";
     this.vperhitunganbarangBindingSource.DataSource = this.sinarekDataSet;
     //
     // vlogproducttransBindingSource
     //
     this.vlogproducttransBindingSource.DataMember = "vlogproducttrans";
     this.vlogproducttransBindingSource.DataSource = this.sinarekDataSet;
     //
     // vproductbaseBindingSource
     //
     this.vproductbaseBindingSource.DataMember = "vproductbase";
     this.vproductbaseBindingSource.DataSource = this.sinarekDataSet;
     this.vproductbaseBindingSource.Filter     = "tipeid not in (1,9)";
     //
     // vproductbaseTableAdapter
     //
     this.vproductbaseTableAdapter.ClearBeforeFill = true;
     //
     // vperhitunganbarangTableAdapter
     //
     this.vperhitunganbarangTableAdapter.ClearBeforeFill = true;
     //
     // vlogproducttransTableAdapter
     //
     this.vlogproducttransTableAdapter.ClearBeforeFill = true;
     //
     // gajimingguanTableAdapter
     //
     this.gajimingguanTableAdapter.ClearBeforeFill = true;
     //
     // frmLihatKartuL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(957, 499);
     this.Controls.Add(this.radGroupBox1);
     this.Controls.Add(this.radGridView1);
     this.Font            = new System.Drawing.Font("Segoe UI", 10F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "frmLihatKartuL";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "Lihat Kartu Stock";
     this.ThemeName = "ControlDefault";
     this.Load     += new System.EventHandler(this.frmLihatKartu_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1.MasterTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vlogproductdetaillapBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rddProduct)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpTanggal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTanggal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnUpdate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.displayList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rddMingguan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnRefresh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtpEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPrint)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gajimingguanBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sinarekDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vperhitunganbarangBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vlogproducttransBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vproductbaseBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Пример #30
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(frmConfigGuadHospital));
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Codigo");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Nombre");
     this.toolStrip2                  = new System.Windows.Forms.ToolStrip();
     this.tsBtnAnt                    = new System.Windows.Forms.ToolStripButton();
     this.tsBtnSigui                  = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.tsBtnGuardar                = new System.Windows.Forms.ToolStripButton();
     this.tsBtnNuevo                  = new System.Windows.Forms.ToolStripButton();
     this.tsBtnBorrar                 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     this.tsBtnCerrar                 = new System.Windows.Forms.ToolStripButton();
     this.lvTurnos                    = new Telerik.WinControls.UI.RadListView();
     this.groupControl1               = new DevExpress.XtraEditors.GroupControl();
     this.cmbVariante                 = new Telerik.WinControls.UI.RadDropDownList();
     this.labelControl7               = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6               = new DevExpress.XtraEditors.LabelControl();
     this.txtComentario               = new DevExpress.XtraEditors.MemoEdit();
     this.cmbHorario                  = new Telerik.WinControls.UI.RadDropDownList();
     this.labelControl5               = new DevExpress.XtraEditors.LabelControl();
     this.cmbIncidencia               = new Telerik.WinControls.UI.RadDropDownList();
     this.labelControl4               = new DevExpress.XtraEditors.LabelControl();
     this.cmbTipoDia                  = new Telerik.WinControls.UI.RadDropDownList();
     this.labelControl3               = new DevExpress.XtraEditors.LabelControl();
     this.txtAlias                    = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2               = new DevExpress.XtraEditors.LabelControl();
     this.txtCodigo                   = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1               = new DevExpress.XtraEditors.LabelControl();
     this.btnCancelar                 = new DevExpress.XtraEditors.SimpleButton();
     this.btnAceptar                  = new DevExpress.XtraEditors.SimpleButton();
     this.lblMensaje                  = new DevExpress.XtraEditors.LabelControl();
     this.epErrorVacio                = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.windows8Theme1              = new Telerik.WinControls.Themes.Windows8Theme();
     this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
     this.toolStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvTurnos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbVariante)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtComentario.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbHorario)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbIncidencia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipoDia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAlias.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.epErrorVacio)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip2
     //
     this.toolStrip2.AutoSize         = false;
     this.toolStrip2.ImageScalingSize = new System.Drawing.Size(35, 35);
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsBtnAnt,
         this.tsBtnSigui,
         this.toolStripSeparator1,
         this.tsBtnGuardar,
         this.tsBtnNuevo,
         this.tsBtnBorrar,
         this.toolStripSeparator2,
         this.tsBtnCerrar
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 0);
     this.toolStrip2.Margin   = new System.Windows.Forms.Padding(10, 0, 10, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(527, 55);
     this.toolStrip2.TabIndex = 50;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // tsBtnAnt
     //
     this.tsBtnAnt.Image                 = ((System.Drawing.Image)(resources.GetObject("tsBtnAnt.Image")));
     this.tsBtnAnt.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsBtnAnt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsBtnAnt.Name              = "tsBtnAnt";
     this.tsBtnAnt.Size              = new System.Drawing.Size(54, 52);
     this.tsBtnAnt.Text              = "Anterior";
     this.tsBtnAnt.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsBtnAnt.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsBtnAnt.ToolTipText       = "Nuevo Usuario";
     //
     // tsBtnSigui
     //
     this.tsBtnSigui.Image                 = ((System.Drawing.Image)(resources.GetObject("tsBtnSigui.Image")));
     this.tsBtnSigui.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsBtnSigui.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsBtnSigui.Name              = "tsBtnSigui";
     this.tsBtnSigui.Size              = new System.Drawing.Size(54, 52);
     this.tsBtnSigui.Text              = "Anterior";
     this.tsBtnSigui.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsBtnSigui.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsBtnSigui.ToolTipText       = "Nuevo Usuario";
     this.tsBtnSigui.Click            += new System.EventHandler(this.tsBtnSigui_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 55);
     //
     // tsBtnGuardar
     //
     this.tsBtnGuardar.Image                 = ((System.Drawing.Image)(resources.GetObject("tsBtnGuardar.Image")));
     this.tsBtnGuardar.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsBtnGuardar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsBtnGuardar.Name              = "tsBtnGuardar";
     this.tsBtnGuardar.Size              = new System.Drawing.Size(53, 52);
     this.tsBtnGuardar.Text              = "Guardar";
     this.tsBtnGuardar.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsBtnGuardar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsBtnGuardar.ToolTipText       = "Nuevo Usuario";
     this.tsBtnGuardar.Click            += new System.EventHandler(this.tsBtnGuardar_Click);
     //
     // tsBtnNuevo
     //
     this.tsBtnNuevo.Image                 = ((System.Drawing.Image)(resources.GetObject("tsBtnNuevo.Image")));
     this.tsBtnNuevo.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsBtnNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsBtnNuevo.Name              = "tsBtnNuevo";
     this.tsBtnNuevo.Size              = new System.Drawing.Size(46, 52);
     this.tsBtnNuevo.Text              = "Nuevo";
     this.tsBtnNuevo.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsBtnNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsBtnNuevo.ToolTipText       = "Nuevo Usuario";
     this.tsBtnNuevo.Click            += new System.EventHandler(this.tsBtnNuevo_Click);
     //
     // tsBtnBorrar
     //
     this.tsBtnBorrar.Image                 = ((System.Drawing.Image)(resources.GetObject("tsBtnBorrar.Image")));
     this.tsBtnBorrar.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsBtnBorrar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsBtnBorrar.Name              = "tsBtnBorrar";
     this.tsBtnBorrar.Size              = new System.Drawing.Size(43, 52);
     this.tsBtnBorrar.Text              = "Borrar";
     this.tsBtnBorrar.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsBtnBorrar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsBtnBorrar.ToolTipText       = "Nuevo Usuario";
     this.tsBtnBorrar.Click            += new System.EventHandler(this.tsBtnBorrar_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 55);
     //
     // tsBtnCerrar
     //
     this.tsBtnCerrar.Image                 = ((System.Drawing.Image)(resources.GetObject("tsBtnCerrar.Image")));
     this.tsBtnCerrar.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsBtnCerrar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsBtnCerrar.Name              = "tsBtnCerrar";
     this.tsBtnCerrar.Size              = new System.Drawing.Size(43, 52);
     this.tsBtnCerrar.Text              = "Cerrar";
     this.tsBtnCerrar.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.tsBtnCerrar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsBtnCerrar.ToolTipText       = "Cerrar";
     this.tsBtnCerrar.Click            += new System.EventHandler(this.tsBtnCerrar_Click);
     //
     // lvTurnos
     //
     this.lvTurnos.AllowEdit          = false;
     this.lvTurnos.AllowRemove        = false;
     listViewDetailColumn1.HeaderText = "Codigo";
     listViewDetailColumn1.Width      = 60F;
     listViewDetailColumn2.HeaderText = "Nombre";
     listViewDetailColumn2.Width      = 130F;
     this.lvTurnos.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2
     });
     this.lvTurnos.Dock            = System.Windows.Forms.DockStyle.Left;
     this.lvTurnos.ItemSpacing     = -1;
     this.lvTurnos.Location        = new System.Drawing.Point(0, 55);
     this.lvTurnos.Name            = "lvTurnos";
     this.lvTurnos.Size            = new System.Drawing.Size(196, 284);
     this.lvTurnos.TabIndex        = 65;
     this.lvTurnos.ThemeName       = "Windows8";
     this.lvTurnos.ViewType        = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.lvTurnos.ItemMouseClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.lvTurnos_ItemMouseClick);
     //
     // groupControl1
     //
     this.groupControl1.CaptionImageLocation = DevExpress.Utils.GroupElementLocation.AfterText;
     this.groupControl1.CaptionLocation      = DevExpress.Utils.Locations.Top;
     this.groupControl1.Controls.Add(this.cmbVariante);
     this.groupControl1.Controls.Add(this.labelControl7);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Controls.Add(this.txtComentario);
     this.groupControl1.Controls.Add(this.cmbHorario);
     this.groupControl1.Controls.Add(this.labelControl5);
     this.groupControl1.Controls.Add(this.cmbIncidencia);
     this.groupControl1.Controls.Add(this.labelControl4);
     this.groupControl1.Controls.Add(this.cmbTipoDia);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.txtAlias);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.txtCodigo);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl1.Location = new System.Drawing.Point(196, 55);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(331, 236);
     this.groupControl1.TabIndex = 66;
     this.groupControl1.Text     = "Configurar Guardias Hospitalarias";
     //
     // cmbVariante
     //
     this.cmbVariante.DropDownStyle    = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.cmbVariante.Location         = new System.Drawing.Point(85, 80);
     this.cmbVariante.MaxDropDownItems = 6;
     this.cmbVariante.Name             = "cmbVariante";
     this.cmbVariante.Size             = new System.Drawing.Size(234, 21);
     this.cmbVariante.TabIndex         = 14;
     this.cmbVariante.ThemeName        = "VisualStudio2012Light";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(15, 83);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(47, 13);
     this.labelControl7.TabIndex = 13;
     this.labelControl7.Text     = "Variante :";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(15, 185);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(62, 13);
     this.labelControl6.TabIndex = 12;
     this.labelControl6.Text     = "Comentario :";
     //
     // txtComentario
     //
     this.txtComentario.EditValue = "";
     this.txtComentario.Location  = new System.Drawing.Point(85, 180);
     this.txtComentario.Name      = "txtComentario";
     this.txtComentario.Size      = new System.Drawing.Size(234, 45);
     this.txtComentario.TabIndex  = 11;
     //this.txtComentario.UseOptimizedRendering = true;
     //
     // cmbHorario
     //
     //this.cmbHorario.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.cmbHorario.Location         = new System.Drawing.Point(85, 155);
     this.cmbHorario.MaxDropDownItems = 6;
     this.cmbHorario.Name             = "cmbHorario";
     this.cmbHorario.Size             = new System.Drawing.Size(234, 21);
     this.cmbHorario.TabIndex         = 10;
     this.cmbHorario.ThemeName        = "VisualStudio2012Light";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(15, 158);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(42, 13);
     this.labelControl5.TabIndex = 9;
     this.labelControl5.Text     = "Horario :";
     //
     // cmbIncidencia
     //
     this.cmbIncidencia.DropDownStyle    = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.cmbIncidencia.Location         = new System.Drawing.Point(85, 130);
     this.cmbIncidencia.MaxDropDownItems = 6;
     this.cmbIncidencia.Name             = "cmbIncidencia";
     this.cmbIncidencia.Size             = new System.Drawing.Size(234, 21);
     this.cmbIncidencia.TabIndex         = 8;
     this.cmbIncidencia.ThemeName        = "VisualStudio2012Light";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(15, 133);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(55, 13);
     this.labelControl4.TabIndex = 7;
     this.labelControl4.Text     = "Incidencia :";
     //
     // cmbTipoDia
     //
     this.cmbTipoDia.DropDownStyle    = Telerik.WinControls.RadDropDownStyle.DropDownList;
     this.cmbTipoDia.Location         = new System.Drawing.Point(85, 105);
     this.cmbTipoDia.MaxDropDownItems = 6;
     this.cmbTipoDia.Name             = "cmbTipoDia";
     this.cmbTipoDia.Size             = new System.Drawing.Size(234, 21);
     this.cmbTipoDia.TabIndex         = 6;
     this.cmbTipoDia.ThemeName        = "VisualStudio2012Light";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(15, 108);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(60, 13);
     this.labelControl3.TabIndex = 4;
     this.labelControl3.Text     = "Tipo de Dia :";
     //
     // txtAlias
     //
     this.txtAlias.Location = new System.Drawing.Point(85, 55);
     this.txtAlias.Name     = "txtAlias";
     this.txtAlias.Size     = new System.Drawing.Size(88, 20);
     this.txtAlias.TabIndex = 3;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(15, 58);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(29, 13);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "Alias :";
     //
     // txtCodigo
     //
     this.txtCodigo.Location   = new System.Drawing.Point(85, 30);
     this.txtCodigo.Name       = "txtCodigo";
     this.txtCodigo.Size       = new System.Drawing.Size(88, 20);
     this.txtCodigo.TabIndex   = 1;
     this.txtCodigo.KeyPress  += new System.Windows.Forms.KeyPressEventHandler(this.txtCodigo_KeyPress);
     this.txtCodigo.Validated += new System.EventHandler(this.txtCodigo_Validated);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(15, 33);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(40, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Codigo :";
     //
     // btnCancelar
     //
     this.btnCancelar.Image    = ((System.Drawing.Image)(resources.GetObject("btnCancelar.Image")));
     this.btnCancelar.Location = new System.Drawing.Point(440, 301);
     this.btnCancelar.Name     = "btnCancelar";
     this.btnCancelar.Size     = new System.Drawing.Size(75, 25);
     this.btnCancelar.TabIndex = 68;
     this.btnCancelar.Text     = "Cancelar";
     //
     // btnAceptar
     //
     this.btnAceptar.Image    = ((System.Drawing.Image)(resources.GetObject("btnAceptar.Image")));
     this.btnAceptar.Location = new System.Drawing.Point(359, 301);
     this.btnAceptar.Name     = "btnAceptar";
     this.btnAceptar.Size     = new System.Drawing.Size(75, 25);
     this.btnAceptar.TabIndex = 67;
     this.btnAceptar.Text     = "Aceptar";
     this.btnAceptar.Click   += new System.EventHandler(this.btnAceptar_Click);
     //
     // lblMensaje
     //
     this.lblMensaje.Location = new System.Drawing.Point(211, 301);
     this.lblMensaje.Name     = "lblMensaje";
     this.lblMensaje.Size     = new System.Drawing.Size(0, 13);
     this.lblMensaje.TabIndex = 69;
     //
     // epErrorVacio
     //
     this.epErrorVacio.ContainerControl = this;
     //
     // frmConfigGuadHospital
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(527, 339);
     this.Controls.Add(this.lblMensaje);
     this.Controls.Add(this.btnCancelar);
     this.Controls.Add(this.btnAceptar);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.lvTurnos);
     this.Controls.Add(this.toolStrip2);
     this.FormBorderStyle      = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.LookAndFeel.SkinName = "Office 2013";
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.Name          = "frmConfigGuadHospital";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load         += new System.EventHandler(this.frmConfigGuadHospital_Load);
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvTurnos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbVariante)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtComentario.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbHorario)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbIncidencia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipoDia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAlias.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCodigo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.epErrorVacio)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "ID");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "對象名稱");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "DeviceID");
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(WinSetting));
     this.radPageView1          = new Telerik.WinControls.UI.RadPageView();
     this.radPageViewPage1      = new Telerik.WinControls.UI.RadPageViewPage();
     this.radGroupBox1          = new Telerik.WinControls.UI.RadGroupBox();
     this.ShowTimeCheckBox      = new Telerik.WinControls.UI.RadCheckBox();
     this.ShowNonPageCheckBox   = new Telerik.WinControls.UI.RadCheckBox();
     this.radLabel19            = new Telerik.WinControls.UI.RadLabel();
     this.ShowTargetWarning     = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel18            = new Telerik.WinControls.UI.RadLabel();
     this.ShowTargetIP          = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel17            = new Telerik.WinControls.UI.RadLabel();
     this.deldata_btn           = new Telerik.WinControls.UI.RadButton();
     this.updata_btn            = new Telerik.WinControls.UI.RadButton();
     this.ShowTargetDeviceID    = new Telerik.WinControls.UI.RadLabel();
     this.radLabel15            = new Telerik.WinControls.UI.RadLabel();
     this.ShowTargetRes         = new Telerik.WinControls.UI.RadTextBox();
     this.ShowTargetPassword    = new Telerik.WinControls.UI.RadTextBox();
     this.ShowTargetAlert       = new Telerik.WinControls.UI.RadTextBox();
     this.ShowTargetUser        = new Telerik.WinControls.UI.RadTextBox();
     this.ShowTargetDomain      = new Telerik.WinControls.UI.RadTextBox();
     this.ShowTargetName        = new Telerik.WinControls.UI.RadTextBox();
     this.ShowTargetID          = new Telerik.WinControls.UI.RadLabel();
     this.radLabel14            = new Telerik.WinControls.UI.RadLabel();
     this.radLabel13            = new Telerik.WinControls.UI.RadLabel();
     this.radLabel12            = new Telerik.WinControls.UI.RadLabel();
     this.radLabel11            = new Telerik.WinControls.UI.RadLabel();
     this.radLabel10            = new Telerik.WinControls.UI.RadLabel();
     this.radLabel9             = new Telerik.WinControls.UI.RadLabel();
     this.radLabel8             = new Telerik.WinControls.UI.RadLabel();
     this.radWaitingBar1        = new Telerik.WinControls.UI.RadWaitingBar();
     this.Reload_btn            = new Telerik.WinControls.UI.RadButton();
     this.TargetListView        = new Telerik.WinControls.UI.RadListView();
     this.find_text             = new Telerik.WinControls.UI.RadTextBox();
     this.radPageViewPage2      = new Telerik.WinControls.UI.RadPageViewPage();
     this.radWizard1            = new Telerik.WinControls.UI.RadWizard();
     this.wizardCompletionPage1 = new Telerik.WinControls.UI.WizardCompletionPage();
     this.panel3              = new System.Windows.Forms.Panel();
     this.radLabel7           = new Telerik.WinControls.UI.RadLabel();
     this.radLabel6           = new Telerik.WinControls.UI.RadLabel();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.panel1              = new System.Windows.Forms.Panel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.TransIP_btn         = new Telerik.WinControls.UI.RadButton();
     this.radLabel16          = new Telerik.WinControls.UI.RadLabel();
     this.NewTargetIP         = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel5           = new Telerik.WinControls.UI.RadLabel();
     this.NewTargetPassword   = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel4           = new Telerik.WinControls.UI.RadLabel();
     this.NewTargetUsername   = new Telerik.WinControls.UI.RadTextBox();
     this.NewTargetDomainName = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel3           = new Telerik.WinControls.UI.RadLabel();
     this.radLabel2           = new Telerik.WinControls.UI.RadLabel();
     this.NewTargetName       = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel1           = new Telerik.WinControls.UI.RadLabel();
     this.panel2              = new System.Windows.Forms.Panel();
     this.TargetDeviceIDView  = new Telerik.WinControls.UI.RadListView();
     this.wizardWelcomePage1  = new Telerik.WinControls.UI.WizardWelcomePage();
     this.wizardPage1         = new Telerik.WinControls.UI.WizardPage();
     this.LoadAccess          = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit();
     this.radPageView1.SuspendLayout();
     this.radPageViewPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
     this.radGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTimeCheckBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowNonPageCheckBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetWarning)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetIP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deldata_btn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.updata_btn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetDeviceID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetRes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetAlert)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetDomain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Reload_btn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TargetListView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.find_text)).BeginInit();
     this.radPageViewPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radWizard1)).BeginInit();
     this.radWizard1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TransIP_btn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetIP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetPassword)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetUsername)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetDomainName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TargetDeviceIDView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPageView1
     //
     this.radPageView1.Controls.Add(this.radPageViewPage1);
     this.radPageView1.Controls.Add(this.radPageViewPage2);
     this.radPageView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.radPageView1.Location = new System.Drawing.Point(0, 0);
     this.radPageView1.Name     = "radPageView1";
     //
     //
     //
     this.radPageView1.RootElement.SmoothingMode           = System.Drawing.Drawing2D.SmoothingMode.Invalid;
     this.radPageView1.RootElement.UseDefaultDisabledPaint = true;
     this.radPageView1.SelectedPage = this.radPageViewPage1;
     this.radPageView1.Size         = new System.Drawing.Size(622, 400);
     this.radPageView1.TabIndex     = 0;
     this.radPageView1.Text         = "radPageView1";
     this.radPageView1.ThemeName    = "TelerikMetroBlue";
     ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView1.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
     //
     // radPageViewPage1
     //
     this.radPageViewPage1.Controls.Add(this.radGroupBox1);
     this.radPageViewPage1.Controls.Add(this.radWaitingBar1);
     this.radPageViewPage1.Controls.Add(this.Reload_btn);
     this.radPageViewPage1.Controls.Add(this.TargetListView);
     this.radPageViewPage1.Controls.Add(this.find_text);
     this.radPageViewPage1.Location = new System.Drawing.Point(5, 31);
     this.radPageViewPage1.Name     = "radPageViewPage1";
     this.radPageViewPage1.Size     = new System.Drawing.Size(612, 364);
     this.radPageViewPage1.Text     = "對象設定";
     //
     // radGroupBox1
     //
     this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.radGroupBox1.Controls.Add(this.ShowTimeCheckBox);
     this.radGroupBox1.Controls.Add(this.ShowNonPageCheckBox);
     this.radGroupBox1.Controls.Add(this.radLabel19);
     this.radGroupBox1.Controls.Add(this.ShowTargetWarning);
     this.radGroupBox1.Controls.Add(this.radLabel18);
     this.radGroupBox1.Controls.Add(this.ShowTargetIP);
     this.radGroupBox1.Controls.Add(this.radLabel17);
     this.radGroupBox1.Controls.Add(this.deldata_btn);
     this.radGroupBox1.Controls.Add(this.updata_btn);
     this.radGroupBox1.Controls.Add(this.ShowTargetDeviceID);
     this.radGroupBox1.Controls.Add(this.radLabel15);
     this.radGroupBox1.Controls.Add(this.ShowTargetRes);
     this.radGroupBox1.Controls.Add(this.ShowTargetPassword);
     this.radGroupBox1.Controls.Add(this.ShowTargetAlert);
     this.radGroupBox1.Controls.Add(this.ShowTargetUser);
     this.radGroupBox1.Controls.Add(this.ShowTargetDomain);
     this.radGroupBox1.Controls.Add(this.ShowTargetName);
     this.radGroupBox1.Controls.Add(this.ShowTargetID);
     this.radGroupBox1.Controls.Add(this.radLabel14);
     this.radGroupBox1.Controls.Add(this.radLabel13);
     this.radGroupBox1.Controls.Add(this.radLabel12);
     this.radGroupBox1.Controls.Add(this.radLabel11);
     this.radGroupBox1.Controls.Add(this.radLabel10);
     this.radGroupBox1.Controls.Add(this.radLabel9);
     this.radGroupBox1.Controls.Add(this.radLabel8);
     this.radGroupBox1.FooterImageIndex = -1;
     this.radGroupBox1.FooterImageKey   = "";
     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(229, 4);
     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(355, 332);
     this.radGroupBox1.TabIndex  = 4;
     this.radGroupBox1.Text      = "內容";
     this.radGroupBox1.ThemeName = "TelerikMetroBlue";
     //
     // ShowTimeCheckBox
     //
     this.ShowTimeCheckBox.Location = new System.Drawing.Point(113, 251);
     this.ShowTimeCheckBox.Name     = "ShowTimeCheckBox";
     this.ShowTimeCheckBox.Size     = new System.Drawing.Size(65, 18);
     this.ShowTimeCheckBox.TabIndex = 18;
     this.ShowTimeCheckBox.Text     = "時間檢查";
     //
     // ShowNonPageCheckBox
     //
     this.ShowNonPageCheckBox.Location = new System.Drawing.Point(17, 251);
     this.ShowNonPageCheckBox.Name     = "ShowNonPageCheckBox";
     this.ShowNonPageCheckBox.Size     = new System.Drawing.Size(89, 18);
     this.ShowNonPageCheckBox.TabIndex = 17;
     this.ShowNonPageCheckBox.Text     = "NonPage檢查";
     //
     // radLabel19
     //
     this.radLabel19.Location = new System.Drawing.Point(67, 226);
     this.radLabel19.Name     = "radLabel19";
     this.radLabel19.Size     = new System.Drawing.Size(137, 19);
     this.radLabel19.TabIndex = 16;
     this.radLabel19.Text     = "註:警報值大於0時啟用";
     //
     // ShowTargetWarning
     //
     this.ShowTargetWarning.Location = new System.Drawing.Point(67, 200);
     this.ShowTargetWarning.Name     = "ShowTargetWarning";
     this.ShowTargetWarning.Size     = new System.Drawing.Size(270, 20);
     this.ShowTargetWarning.TabIndex = 15;
     this.ShowTargetWarning.TabStop  = false;
     //
     // radLabel18
     //
     this.radLabel18.Location = new System.Drawing.Point(17, 201);
     this.radLabel18.Name     = "radLabel18";
     this.radLabel18.Size     = new System.Drawing.Size(44, 19);
     this.radLabel18.TabIndex = 14;
     this.radLabel18.Text     = "警報值";
     //
     // ShowTargetIP
     //
     this.ShowTargetIP.Location = new System.Drawing.Point(67, 51);
     this.ShowTargetIP.Name     = "ShowTargetIP";
     this.ShowTargetIP.Size     = new System.Drawing.Size(107, 20);
     this.ShowTargetIP.TabIndex = 11;
     this.ShowTargetIP.TabStop  = false;
     //
     // radLabel17
     //
     this.radLabel17.Location = new System.Drawing.Point(43, 52);
     this.radLabel17.Name     = "radLabel17";
     this.radLabel17.Size     = new System.Drawing.Size(17, 19);
     this.radLabel17.TabIndex = 10;
     this.radLabel17.Text     = "IP";
     //
     // deldata_btn
     //
     this.deldata_btn.Enabled   = false;
     this.deldata_btn.Location  = new System.Drawing.Point(193, 302);
     this.deldata_btn.Name      = "deldata_btn";
     this.deldata_btn.Size      = new System.Drawing.Size(157, 25);
     this.deldata_btn.TabIndex  = 13;
     this.deldata_btn.Text      = "刪除";
     this.deldata_btn.ThemeName = "TelerikMetroBlue";
     this.deldata_btn.Click    += new System.EventHandler(this.deldata_btn_Click);
     //
     // updata_btn
     //
     this.updata_btn.Enabled   = false;
     this.updata_btn.Location  = new System.Drawing.Point(17, 302);
     this.updata_btn.Name      = "updata_btn";
     this.updata_btn.Size      = new System.Drawing.Size(157, 25);
     this.updata_btn.TabIndex  = 12;
     this.updata_btn.Text      = "更新";
     this.updata_btn.ThemeName = "TelerikMetroBlue";
     this.updata_btn.Click    += new System.EventHandler(this.updata_btn_Click);
     //
     // ShowTargetDeviceID
     //
     this.ShowTargetDeviceID.Location = new System.Drawing.Point(230, 51);
     this.ShowTargetDeviceID.Name     = "ShowTargetDeviceID";
     this.ShowTargetDeviceID.Size     = new System.Drawing.Size(17, 19);
     this.ShowTargetDeviceID.TabIndex = 2;
     this.ShowTargetDeviceID.Text     = "__";
     //
     // radLabel15
     //
     this.radLabel15.Location = new System.Drawing.Point(193, 51);
     this.radLabel15.Name     = "radLabel15";
     this.radLabel15.Size     = new System.Drawing.Size(31, 19);
     this.radLabel15.TabIndex = 2;
     this.radLabel15.Text     = "代號";
     //
     // ShowTargetRes
     //
     this.ShowTargetRes.Location = new System.Drawing.Point(67, 151);
     this.ShowTargetRes.Name     = "ShowTargetRes";
     this.ShowTargetRes.Size     = new System.Drawing.Size(270, 20);
     this.ShowTargetRes.TabIndex = 10;
     this.ShowTargetRes.TabStop  = false;
     //
     // ShowTargetPassword
     //
     this.ShowTargetPassword.Location     = new System.Drawing.Point(67, 126);
     this.ShowTargetPassword.Name         = "ShowTargetPassword";
     this.ShowTargetPassword.PasswordChar = '*';
     this.ShowTargetPassword.Size         = new System.Drawing.Size(270, 20);
     this.ShowTargetPassword.TabIndex     = 11;
     this.ShowTargetPassword.TabStop      = false;
     //
     // ShowTargetAlert
     //
     this.ShowTargetAlert.Location = new System.Drawing.Point(67, 176);
     this.ShowTargetAlert.Name     = "ShowTargetAlert";
     this.ShowTargetAlert.Size     = new System.Drawing.Size(270, 20);
     this.ShowTargetAlert.TabIndex = 10;
     this.ShowTargetAlert.TabStop  = false;
     //
     // ShowTargetUser
     //
     this.ShowTargetUser.Location = new System.Drawing.Point(67, 101);
     this.ShowTargetUser.Name     = "ShowTargetUser";
     this.ShowTargetUser.Size     = new System.Drawing.Size(270, 20);
     this.ShowTargetUser.TabIndex = 10;
     this.ShowTargetUser.TabStop  = false;
     //
     // ShowTargetDomain
     //
     this.ShowTargetDomain.Location = new System.Drawing.Point(67, 76);
     this.ShowTargetDomain.Name     = "ShowTargetDomain";
     this.ShowTargetDomain.Size     = new System.Drawing.Size(270, 20);
     this.ShowTargetDomain.TabIndex = 9;
     this.ShowTargetDomain.TabStop  = false;
     //
     // ShowTargetName
     //
     this.ShowTargetName.Location = new System.Drawing.Point(230, 25);
     this.ShowTargetName.Name     = "ShowTargetName";
     this.ShowTargetName.Size     = new System.Drawing.Size(107, 20);
     this.ShowTargetName.TabIndex = 8;
     this.ShowTargetName.TabStop  = false;
     //
     // ShowTargetID
     //
     this.ShowTargetID.Location = new System.Drawing.Point(67, 26);
     this.ShowTargetID.Name     = "ShowTargetID";
     this.ShowTargetID.Size     = new System.Drawing.Size(17, 19);
     this.ShowTargetID.TabIndex = 1;
     this.ShowTargetID.Text     = "__";
     //
     // radLabel14
     //
     this.radLabel14.Location = new System.Drawing.Point(17, 152);
     this.radLabel14.Name     = "radLabel14";
     this.radLabel14.Size     = new System.Drawing.Size(44, 19);
     this.radLabel14.TabIndex = 6;
     this.radLabel14.Text     = "負責人";
     //
     // radLabel13
     //
     this.radLabel13.Location = new System.Drawing.Point(17, 177);
     this.radLabel13.Name     = "radLabel13";
     this.radLabel13.Size     = new System.Drawing.Size(44, 19);
     this.radLabel13.TabIndex = 5;
     this.radLabel13.Text     = "警戒值";
     //
     // radLabel12
     //
     this.radLabel12.Location = new System.Drawing.Point(30, 127);
     this.radLabel12.Name     = "radLabel12";
     this.radLabel12.Size     = new System.Drawing.Size(31, 19);
     this.radLabel12.TabIndex = 4;
     this.radLabel12.Text     = "密碼";
     //
     // radLabel11
     //
     this.radLabel11.Location = new System.Drawing.Point(17, 102);
     this.radLabel11.Name     = "radLabel11";
     this.radLabel11.Size     = new System.Drawing.Size(44, 19);
     this.radLabel11.TabIndex = 3;
     this.radLabel11.Text     = "使用者";
     //
     // radLabel10
     //
     this.radLabel10.Location = new System.Drawing.Point(30, 77);
     this.radLabel10.Name     = "radLabel10";
     this.radLabel10.Size     = new System.Drawing.Size(31, 19);
     this.radLabel10.TabIndex = 2;
     this.radLabel10.Text     = "網域";
     //
     // radLabel9
     //
     this.radLabel9.Location = new System.Drawing.Point(193, 26);
     this.radLabel9.Name     = "radLabel9";
     this.radLabel9.Size     = new System.Drawing.Size(31, 19);
     this.radLabel9.TabIndex = 1;
     this.radLabel9.Text     = "名稱";
     //
     // radLabel8
     //
     this.radLabel8.Location = new System.Drawing.Point(43, 26);
     this.radLabel8.Name     = "radLabel8";
     this.radLabel8.Size     = new System.Drawing.Size(18, 19);
     this.radLabel8.TabIndex = 0;
     this.radLabel8.Text     = "ID";
     //
     // radWaitingBar1
     //
     this.radWaitingBar1.Location             = new System.Drawing.Point(4, 30);
     this.radWaitingBar1.Name                 = "radWaitingBar1";
     this.radWaitingBar1.Size                 = new System.Drawing.Size(218, 13);
     this.radWaitingBar1.TabIndex             = 3;
     this.radWaitingBar1.Text                 = "radWaitingBar1";
     this.radWaitingBar1.ThemeName            = "TelerikMetroBlue";
     this.radWaitingBar1.WaitingIndicatorSize = new System.Drawing.Size(50, 30);
     //
     // Reload_btn
     //
     this.Reload_btn.Location  = new System.Drawing.Point(145, 4);
     this.Reload_btn.Name      = "Reload_btn";
     this.Reload_btn.Size      = new System.Drawing.Size(77, 21);
     this.Reload_btn.TabIndex  = 2;
     this.Reload_btn.Text      = "查詢";
     this.Reload_btn.ThemeName = "TelerikMetroBlue";
     this.Reload_btn.Click    += new System.EventHandler(this.Reload_btn_Click);
     //
     // TargetListView
     //
     this.TargetListView.AllowEdit    = false;
     this.TargetListView.AllowRemove  = false;
     this.TargetListView.AutoScroll   = true;
     listViewDetailColumn4.HeaderText = "ID";
     listViewDetailColumn4.Width      = 40F;
     listViewDetailColumn5.HeaderText = "對象名稱";
     listViewDetailColumn5.Width      = 100F;
     listViewDetailColumn6.HeaderText = "DeviceID";
     listViewDetailColumn6.Width      = 60F;
     this.TargetListView.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn4,
         listViewDetailColumn5,
         listViewDetailColumn6
     });
     this.TargetListView.GroupItemSize   = new System.Drawing.Size(200, 20);
     this.TargetListView.ItemSize        = new System.Drawing.Size(200, 20);
     this.TargetListView.ItemSpacing     = -1;
     this.TargetListView.Location        = new System.Drawing.Point(4, 49);
     this.TargetListView.Name            = "TargetListView";
     this.TargetListView.Size            = new System.Drawing.Size(218, 287);
     this.TargetListView.TabIndex        = 1;
     this.TargetListView.Text            = "radListView1";
     this.TargetListView.ViewType        = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.TargetListView.ItemMouseClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.TargetListView_ItemMouseClick);
     //
     // find_text
     //
     this.find_text.Location = new System.Drawing.Point(4, 4);
     this.find_text.Name     = "find_text";
     this.find_text.Size     = new System.Drawing.Size(134, 20);
     this.find_text.TabIndex = 0;
     this.find_text.TabStop  = false;
     //
     // radPageViewPage2
     //
     this.radPageViewPage2.Controls.Add(this.radWizard1);
     this.radPageViewPage2.Location = new System.Drawing.Point(5, 31);
     this.radPageViewPage2.Name     = "radPageViewPage2";
     this.radPageViewPage2.Size     = new System.Drawing.Size(612, 364);
     this.radPageViewPage2.Text     = "新增對象";
     //
     // radWizard1
     //
     this.radWizard1.CompletionPage = this.wizardCompletionPage1;
     this.radWizard1.Controls.Add(this.panel1);
     this.radWizard1.Controls.Add(this.panel2);
     this.radWizard1.Controls.Add(this.panel3);
     this.radWizard1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radWizard1.HideCompletionImage = true;
     this.radWizard1.Location            = new System.Drawing.Point(0, 0);
     this.radWizard1.Mode           = Telerik.WinControls.UI.WizardMode.Wizard97;
     this.radWizard1.Name           = "radWizard1";
     this.radWizard1.PageHeaderIcon = global::FreeSpaceEyes.Properties.Resources.Windows_logo___2012;
     this.radWizard1.Pages.Add(this.wizardWelcomePage1);
     this.radWizard1.Pages.Add(this.wizardPage1);
     this.radWizard1.Pages.Add(this.wizardCompletionPage1);
     this.radWizard1.Size        = new System.Drawing.Size(612, 364);
     this.radWizard1.TabIndex    = 0;
     this.radWizard1.Text        = "radWizard1";
     this.radWizard1.ThemeName   = "TelerikMetroBlue";
     this.radWizard1.WelcomePage = this.wizardWelcomePage1;
     this.radWizard1.Next       += new Telerik.WinControls.UI.WizardCancelEventHandler(this.radWizard1_Next);
     this.radWizard1.Finish     += new System.EventHandler(this.radWizard1_Finish);
     this.radWizard1.Cancel     += new System.EventHandler(this.radWizard1_Cancel);
     this.radWizard1.Help       += new System.EventHandler(this.radWizard1_Help);
     //
     // wizardCompletionPage1
     //
     this.wizardCompletionPage1.ContentArea = this.panel3;
     this.wizardCompletionPage1.Header      = "Page header";
     this.wizardCompletionPage1.Name        = "wizardCompletionPage1";
     this.wizardCompletionPage1.Title       = "完成";
     this.wizardCompletionPage1.Visibility  = Telerik.WinControls.ElementVisibility.Visible;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.radLabel7);
     this.panel3.Controls.Add(this.radLabel6);
     this.panel3.Controls.Add(this.pictureBox1);
     this.panel3.Location = new System.Drawing.Point(0, 69);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(587, 222);
     this.panel3.TabIndex = 2;
     //
     // radLabel7
     //
     this.radLabel7.Location = new System.Drawing.Point(220, 99);
     this.radLabel7.Name     = "radLabel7";
     this.radLabel7.Size     = new System.Drawing.Size(241, 19);
     this.radLabel7.TabIndex = 2;
     this.radLabel7.Text     = "需要更多設定?請進入【對象設定】中調整";
     //
     // radLabel6
     //
     this.radLabel6.Location = new System.Drawing.Point(220, 74);
     this.radLabel6.Name     = "radLabel6";
     this.radLabel6.Size     = new System.Drawing.Size(211, 19);
     this.radLabel6.TabIndex = 1;
     this.radLabel6.Text     = "必要資訊收集結束,按下Finish後完成";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::FreeSpaceEyes.Properties.Resources.Windows_logo___2012;
     this.pictureBox1.Location = new System.Drawing.Point(150, 74);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(64, 70);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel4);
     this.panel1.Location = new System.Drawing.Point(150, 69);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(462, 247);
     this.panel1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.TransIP_btn);
     this.panel4.Controls.Add(this.radLabel16);
     this.panel4.Controls.Add(this.NewTargetIP);
     this.panel4.Controls.Add(this.radLabel5);
     this.panel4.Controls.Add(this.NewTargetPassword);
     this.panel4.Controls.Add(this.radLabel4);
     this.panel4.Controls.Add(this.NewTargetUsername);
     this.panel4.Controls.Add(this.NewTargetDomainName);
     this.panel4.Controls.Add(this.radLabel3);
     this.panel4.Controls.Add(this.radLabel2);
     this.panel4.Controls.Add(this.NewTargetName);
     this.panel4.Controls.Add(this.radLabel1);
     this.panel4.Location = new System.Drawing.Point(4, 4);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(430, 215);
     this.panel4.TabIndex = 0;
     //
     // TransIP_btn
     //
     this.TransIP_btn.Location = new System.Drawing.Point(351, 3);
     this.TransIP_btn.Name     = "TransIP_btn";
     this.TransIP_btn.Size     = new System.Drawing.Size(76, 19);
     this.TransIP_btn.TabIndex = 7;
     this.TransIP_btn.Text     = "轉換IP";
     this.TransIP_btn.Click   += new System.EventHandler(this.TransIP_btn_Click);
     //
     // radLabel16
     //
     this.radLabel16.Location = new System.Drawing.Point(139, 30);
     this.radLabel16.Name     = "radLabel16";
     this.radLabel16.Size     = new System.Drawing.Size(17, 19);
     this.radLabel16.TabIndex = 2;
     this.radLabel16.Text     = "IP";
     //
     // NewTargetIP
     //
     this.NewTargetIP.Location = new System.Drawing.Point(162, 29);
     this.NewTargetIP.Name     = "NewTargetIP";
     this.NewTargetIP.Size     = new System.Drawing.Size(265, 20);
     this.NewTargetIP.TabIndex = 3;
     this.NewTargetIP.TabStop  = false;
     //
     // radLabel5
     //
     this.radLabel5.Location = new System.Drawing.Point(162, 81);
     this.radLabel5.Name     = "radLabel5";
     this.radLabel5.Size     = new System.Drawing.Size(157, 19);
     this.radLabel5.TabIndex = 6;
     this.radLabel5.Text     = "例:inhouse 或是jm-web01";
     //
     // NewTargetPassword
     //
     this.NewTargetPassword.Location     = new System.Drawing.Point(162, 132);
     this.NewTargetPassword.Name         = "NewTargetPassword";
     this.NewTargetPassword.PasswordChar = '*';
     this.NewTargetPassword.Size         = new System.Drawing.Size(265, 20);
     this.NewTargetPassword.TabIndex     = 5;
     this.NewTargetPassword.TabStop      = false;
     //
     // radLabel4
     //
     this.radLabel4.Location = new System.Drawing.Point(125, 133);
     this.radLabel4.Name     = "radLabel4";
     this.radLabel4.Size     = new System.Drawing.Size(31, 19);
     this.radLabel4.TabIndex = 3;
     this.radLabel4.Text     = "密碼";
     //
     // NewTargetUsername
     //
     this.NewTargetUsername.Location = new System.Drawing.Point(162, 106);
     this.NewTargetUsername.Name     = "NewTargetUsername";
     this.NewTargetUsername.Size     = new System.Drawing.Size(265, 20);
     this.NewTargetUsername.TabIndex = 4;
     this.NewTargetUsername.TabStop  = false;
     //
     // NewTargetDomainName
     //
     this.NewTargetDomainName.Location = new System.Drawing.Point(162, 55);
     this.NewTargetDomainName.Name     = "NewTargetDomainName";
     this.NewTargetDomainName.Size     = new System.Drawing.Size(265, 20);
     this.NewTargetDomainName.TabIndex = 3;
     this.NewTargetDomainName.TabStop  = false;
     //
     // radLabel3
     //
     this.radLabel3.Location = new System.Drawing.Point(15, 56);
     this.radLabel3.Name     = "radLabel3";
     this.radLabel3.Size     = new System.Drawing.Size(141, 19);
     this.radLabel3.TabIndex = 3;
     this.radLabel3.Text     = "網域 (本機使用電腦名稱)";
     //
     // radLabel2
     //
     this.radLabel2.Location = new System.Drawing.Point(88, 106);
     this.radLabel2.Name     = "radLabel2";
     this.radLabel2.Size     = new System.Drawing.Size(68, 19);
     this.radLabel2.TabIndex = 2;
     this.radLabel2.Text     = "使用者名稱";
     //
     // NewTargetName
     //
     this.NewTargetName.Location = new System.Drawing.Point(162, 3);
     this.NewTargetName.Name     = "NewTargetName";
     this.NewTargetName.Size     = new System.Drawing.Size(183, 20);
     this.NewTargetName.TabIndex = 2;
     this.NewTargetName.TabStop  = false;
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(100, 4);
     this.radLabel1.Name     = "radLabel1";
     this.radLabel1.Size     = new System.Drawing.Size(56, 19);
     this.radLabel1.TabIndex = 1;
     this.radLabel1.Text     = "目標名稱";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.TargetDeviceIDView);
     this.panel2.Location = new System.Drawing.Point(0, 94);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(587, 197);
     this.panel2.TabIndex = 1;
     //
     // TargetDeviceIDView
     //
     this.TargetDeviceIDView.AllowEdit      = false;
     this.TargetDeviceIDView.AllowRemove    = false;
     this.TargetDeviceIDView.GroupItemSize  = new System.Drawing.Size(200, 20);
     this.TargetDeviceIDView.ItemSize       = new System.Drawing.Size(200, 20);
     this.TargetDeviceIDView.Location       = new System.Drawing.Point(3, 3);
     this.TargetDeviceIDView.MultiSelect    = true;
     this.TargetDeviceIDView.Name           = "TargetDeviceIDView";
     this.TargetDeviceIDView.ShowCheckBoxes = true;
     this.TargetDeviceIDView.Size           = new System.Drawing.Size(581, 191);
     this.TargetDeviceIDView.TabIndex       = 0;
     this.TargetDeviceIDView.Text           = "radListView1";
     this.TargetDeviceIDView.ThemeName      = "TelerikMetroBlue";
     //
     // wizardWelcomePage1
     //
     this.wizardWelcomePage1.ContentArea         = this.panel1;
     this.wizardWelcomePage1.CustomizePageHeader = false;
     this.wizardWelcomePage1.Header           = "Page header";
     this.wizardWelcomePage1.HeaderVisibility = Telerik.WinControls.ElementVisibility.Visible;
     this.wizardWelcomePage1.Name             = "wizardWelcomePage1";
     this.wizardWelcomePage1.Title            = "新增對象...";
     this.wizardWelcomePage1.TitleVisibility  = Telerik.WinControls.ElementVisibility.Visible;
     this.wizardWelcomePage1.Visibility       = Telerik.WinControls.ElementVisibility.Visible;
     //
     // wizardPage1
     //
     this.wizardPage1.ContentArea         = this.panel2;
     this.wizardPage1.CustomizePageHeader = false;
     this.wizardPage1.Header           = "勾選要監控的硬碟代號";
     this.wizardPage1.HeaderVisibility = Telerik.WinControls.ElementVisibility.Visible;
     this.wizardPage1.Name             = "wizardPage1";
     this.wizardPage1.Title            = "目標分割區代號";
     this.wizardPage1.Visibility       = Telerik.WinControls.ElementVisibility.Visible;
     //
     // LoadAccess
     //
     this.LoadAccess.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.LoadAccess_DoWork);
     this.LoadAccess.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.LoadAccess_RunWorkerCompleted);
     //
     // WinSetting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(622, 400);
     this.Controls.Add(this.radPageView1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "WinSetting";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "WindowsSetting  FreeSpaceEyes";
     this.ThemeName = "TelerikMetroBlue";
     this.Load     += new System.EventHandler(this.WinSetting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit();
     this.radPageView1.ResumeLayout(false);
     this.radPageViewPage1.ResumeLayout(false);
     this.radPageViewPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
     this.radGroupBox1.ResumeLayout(false);
     this.radGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTimeCheckBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowNonPageCheckBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetWarning)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetIP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deldata_btn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.updata_btn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetDeviceID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetRes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetAlert)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetDomain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ShowTargetID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Reload_btn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TargetListView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.find_text)).EndInit();
     this.radPageViewPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.radWizard1)).EndInit();
     this.radWizard1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TransIP_btn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetIP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetPassword)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetUsername)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetDomainName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NewTargetName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TargetDeviceIDView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Пример #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label label1;
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "First Name");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Last Name");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Phone Number");
     this.searchTB      = new System.Windows.Forms.TextBox();
     this.contactsLV    = new Telerik.WinControls.UI.RadListView();
     this.newContactBtn = new Telerik.WinControls.UI.RadButton();
     label1             = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.contactsLV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.newContactBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(12, 15);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(43, 13);
     label1.TabIndex = 2;
     label1.Text     = "search:";
     //
     // searchTB
     //
     this.searchTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.searchTB.Location     = new System.Drawing.Point(61, 12);
     this.searchTB.Name         = "searchTB";
     this.searchTB.Size         = new System.Drawing.Size(283, 20);
     this.searchTB.TabIndex     = 0;
     this.searchTB.TextChanged += new System.EventHandler(this.searchTB_TextChanged);
     //
     // contactsLV
     //
     listViewDetailColumn1.HeaderText = "First Name";
     listViewDetailColumn2.HeaderText = "Last Name";
     listViewDetailColumn3.HeaderText = "Phone Number";
     this.contactsLV.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3
     });
     this.contactsLV.EnableFiltering       = true;
     this.contactsLV.Location              = new System.Drawing.Point(12, 38);
     this.contactsLV.Name                  = "contactsLV";
     this.contactsLV.SelectLastAddedItem   = false;
     this.contactsLV.Size                  = new System.Drawing.Size(332, 251);
     this.contactsLV.TabIndex              = 4;
     this.contactsLV.Text                  = "Some Texts";
     this.contactsLV.ItemMouseDoubleClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.contactsLV_ItemMouseDoubleClick);
     //
     // newContactBtn
     //
     this.newContactBtn.Location = new System.Drawing.Point(234, 294);
     this.newContactBtn.Name     = "newContactBtn";
     this.newContactBtn.Size     = new System.Drawing.Size(110, 24);
     this.newContactBtn.TabIndex = 1;
     this.newContactBtn.Text     = "New Contact ...";
     this.newContactBtn.Click   += new System.EventHandler(this.newContactBtn_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(356, 330);
     this.Controls.Add(this.newContactBtn);
     this.Controls.Add(this.contactsLV);
     this.Controls.Add(label1);
     this.Controls.Add(this.searchTB);
     this.Name = "MainForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ePhoneBook";
     ((System.ComponentModel.ISupportInitialize)(this.contactsLV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.newContactBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #33
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn23 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn24 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn25 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn26 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn27 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.Data.FilterDescriptor filterDescriptor3 = new Telerik.WinControls.Data.FilterDescriptor();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn28 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn29 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn5 = new Telerik.WinControls.UI.GridViewCommandColumn();
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "نام بیمه");
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn30 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn31 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn32 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn33 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
            Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn6 = new Telerik.WinControls.UI.GridViewCommandColumn();
            this.radPageView1 = new Telerik.WinControls.UI.RadPageView();
            this.radPageViewPage1 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.radGroupBox4 = new Telerik.WinControls.UI.RadGroupBox();
            this.grvPastServices = new Telerik.WinControls.UI.RadGridView();
            this.cmbPatient = new Telerik.WinControls.UI.RadMultiColumnComboBox();
            this.radMultiColumnComboBox1 = new Telerik.WinControls.UI.RadMultiColumnComboBox();
            this.srcItem = new System.Windows.Forms.BindingSource(this.components);
            this.cmbDoctor = new Telerik.WinControls.UI.RadDropDownList();
            this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
            this.radTextBox1 = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
            this.faDatePicker1 = new FarsiLibrary.Win.Controls.FADatePicker();
            this.radLabel5 = new Telerik.WinControls.UI.RadLabel();
            this.lblBedehi = new Telerik.WinControls.UI.RadLabel();
            this.btnDocument = new Telerik.WinControls.UI.RadButton();
            this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
            this.tpTo = new Telerik.WinControls.UI.RadTimePicker();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
            this.tpFrom = new Telerik.WinControls.UI.RadTimePicker();
            this.radPageViewPage3 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radGroupBox3 = new Telerik.WinControls.UI.RadGroupBox();
            this.grvServices = new Telerik.WinControls.UI.RadGridView();
            this.radLabel16 = new Telerik.WinControls.UI.RadLabel();
            this.lblFinalSumCost = new Telerik.WinControls.UI.RadLabel();
            this.grbService = new Telerik.WinControls.UI.RadGroupBox();
            this.txtTakhfif = new Telerik.WinControls.UI.RadTextBox();
            this.srcService = new System.Windows.Forms.BindingSource(this.components);
            this.radLabel13 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
            this.txtComment = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel12 = new Telerik.WinControls.UI.RadLabel();
            this.ucTooth1 = new ShayanDental.UCTooth();
            this.radLabel14 = new Telerik.WinControls.UI.RadLabel();
            this.lsvInsurances = new Telerik.WinControls.UI.RadListView();
            this.lblFinalServiceCost = new Telerik.WinControls.UI.RadLabel();
            this.btnPercent = new Telerik.WinControls.UI.RadButton();
            this.cmbService = new Telerik.WinControls.UI.RadDropDownList();
            this.cmbCategories = new Telerik.WinControls.UI.RadDropDownList();
            this.btnAdd = new Telerik.WinControls.UI.RadButton();
            this.btnNew = new Telerik.WinControls.UI.RadButton();
            this.radLabel11 = new Telerik.WinControls.UI.RadLabel();
            this.txtServiceCost = new Telerik.WinControls.UI.RadTextBox();
            this.radLabel8 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
            this.radPageViewPage2 = new Telerik.WinControls.UI.RadPageViewPage();
            this.radGroupBox5 = new Telerik.WinControls.UI.RadGroupBox();
            this.cmbPrescription = new Telerik.WinControls.UI.RadDropDownList();
            this.grvPrescriptionDrug = new Telerik.WinControls.UI.RadGridView();
            this.btnAddPrescription = new Telerik.WinControls.UI.RadButton();
            this.radLabel18 = new Telerik.WinControls.UI.RadLabel();
            this.radGroupBox6 = new Telerik.WinControls.UI.RadGroupBox();
            this.btnPrintPrescription = new Telerik.WinControls.UI.RadButton();
            this.grvDrugs = new Telerik.WinControls.UI.RadGridView();
            this.radGroupBox2 = new Telerik.WinControls.UI.RadGroupBox();
            this.cmbDrugs = new Telerik.WinControls.UI.RadDropDownList();
            this.btnAddDrug = new Telerik.WinControls.UI.RadButton();
            this.btnNewDrug = new Telerik.WinControls.UI.RadButton();
            this.radLabel20 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel22 = new Telerik.WinControls.UI.RadLabel();
            this.txtManual = new Telerik.WinControls.UI.RadTextBox();
            this.srcDrug = new System.Windows.Forms.BindingSource(this.components);
            this.btnSave = new Telerik.WinControls.UI.RadButton();
            this.btnCancel = new Telerik.WinControls.UI.RadButton();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.btnRemove = new Telerik.WinControls.UI.RadButton();
            this.btnPrintVisit = new Telerik.WinControls.UI.RadButton();
            ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).BeginInit();
            this.radPageView1.SuspendLayout();
            this.radPageViewPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).BeginInit();
            this.radGroupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grvPastServices)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPastServices.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient.EditorControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient.EditorControl.MasterTemplate)).BeginInit();
            this.cmbPatient.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1.EditorControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1.EditorControl.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDoctor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblBedehi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnDocument)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tpTo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tpFrom)).BeginInit();
            this.radPageViewPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).BeginInit();
            this.radGroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grvServices)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvServices.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFinalSumCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grbService)).BeginInit();
            this.grbService.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTakhfif)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcService)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtComment)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lsvInsurances)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFinalServiceCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPercent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbService)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbCategories)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtServiceCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
            this.radPageViewPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox5)).BeginInit();
            this.radGroupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPrescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPrescriptionDrug)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPrescriptionDrug.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAddPrescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).BeginInit();
            this.radGroupBox6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnPrintPrescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvDrugs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvDrugs.MasterTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).BeginInit();
            this.radGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDrugs)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAddDrug)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNewDrug)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtManual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcDrug)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRemove)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPrintVisit)).BeginInit();
            this.SuspendLayout();
            // 
            // radPageView1
            // 
            this.radPageView1.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.radPageView1.Controls.Add(this.radPageViewPage1);
            this.radPageView1.Controls.Add(this.radPageViewPage3);
            this.radPageView1.Controls.Add(this.radPageViewPage2);
            this.radPageView1.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold);
            this.radPageView1.Location = new System.Drawing.Point(2, 3);
            this.radPageView1.Name = "radPageView1";
            this.radPageView1.SelectedPage = this.radPageViewPage1;
            this.radPageView1.Size = new System.Drawing.Size(980, 516);
            this.radPageView1.TabIndex = 0;
            this.radPageView1.Text = "radPageView1";
            ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageView1.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
            // 
            // radPageViewPage1
            // 
            this.radPageViewPage1.Controls.Add(this.radGroupBox1);
            this.radPageViewPage1.Location = new System.Drawing.Point(10, 49);
            this.radPageViewPage1.Name = "radPageViewPage1";
            this.radPageViewPage1.Size = new System.Drawing.Size(959, 456);
            this.radPageViewPage1.Text = "ویزیت";
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.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.radGroupBox1.Controls.Add(this.radGroupBox4);
            this.radGroupBox1.Controls.Add(this.cmbPatient);
            this.radGroupBox1.Controls.Add(this.cmbDoctor);
            this.radGroupBox1.Controls.Add(this.radLabel9);
            this.radGroupBox1.Controls.Add(this.radTextBox1);
            this.radGroupBox1.Controls.Add(this.radLabel6);
            this.radGroupBox1.Controls.Add(this.faDatePicker1);
            this.radGroupBox1.Controls.Add(this.radLabel5);
            this.radGroupBox1.Controls.Add(this.lblBedehi);
            this.radGroupBox1.Controls.Add(this.btnDocument);
            this.radGroupBox1.Controls.Add(this.radLabel4);
            this.radGroupBox1.Controls.Add(this.radLabel2);
            this.radGroupBox1.Controls.Add(this.tpTo);
            this.radGroupBox1.Controls.Add(this.radLabel1);
            this.radGroupBox1.Controls.Add(this.radLabel3);
            this.radGroupBox1.Controls.Add(this.tpFrom);
            this.radGroupBox1.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox1.FooterImageIndex = -1;
            this.radGroupBox1.FooterImageKey = "";
            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(2, 3);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            // 
            // 
            // 
            this.radGroupBox1.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.radGroupBox1.Size = new System.Drawing.Size(954, 453);
            this.radGroupBox1.TabIndex = 3;
            this.radGroupBox1.Text = "ویزیت";
            // 
            // radGroupBox4
            // 
            this.radGroupBox4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox4.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.radGroupBox4.Controls.Add(this.grvPastServices);
            this.radGroupBox4.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox4.FooterImageIndex = -1;
            this.radGroupBox4.FooterImageKey = "";
            this.radGroupBox4.HeaderImageIndex = -1;
            this.radGroupBox4.HeaderImageKey = "";
            this.radGroupBox4.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox4.HeaderText = "سابقه بیمار";
            this.radGroupBox4.Location = new System.Drawing.Point(10, 211);
            this.radGroupBox4.Name = "radGroupBox4";
            this.radGroupBox4.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox4.Size = new System.Drawing.Size(936, 237);
            this.radGroupBox4.TabIndex = 18;
            this.radGroupBox4.Text = "سابقه بیمار";
            // 
            // grvPastServices
            // 
            this.grvPastServices.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.grvPastServices.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.grvPastServices.Location = new System.Drawing.Point(5, 31);
            // 
            // grvPastServices
            // 
            this.grvPastServices.MasterTemplate.AllowAddNewRow = false;
            this.grvPastServices.MasterTemplate.AllowCellContextMenu = false;
            this.grvPastServices.MasterTemplate.AllowColumnChooser = false;
            this.grvPastServices.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.grvPastServices.MasterTemplate.AllowColumnReorder = false;
            this.grvPastServices.MasterTemplate.AllowDeleteRow = false;
            this.grvPastServices.MasterTemplate.AllowDragToGroup = false;
            this.grvPastServices.MasterTemplate.AllowEditRow = false;
            this.grvPastServices.MasterTemplate.AllowRowResize = false;
            this.grvPastServices.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn23.FieldName = "ToothDescription";
            gridViewTextBoxColumn23.HeaderText = "سرویس";
            gridViewTextBoxColumn23.Name = "column1";
            gridViewTextBoxColumn23.Width = 462;
            gridViewTextBoxColumn24.FieldName = "FinalCost";
            gridViewTextBoxColumn24.FormatString = "{0:0,0 ریال}";
            gridViewTextBoxColumn24.HeaderText = "قیمت";
            gridViewTextBoxColumn24.Name = "column4";
            gridViewTextBoxColumn24.Width = 326;
            gridViewTextBoxColumn25.FieldName = "PersianDate";
            gridViewTextBoxColumn25.FormatString = "";
            gridViewTextBoxColumn25.HeaderText = "تاریخ";
            gridViewTextBoxColumn25.Name = "column3";
            gridViewTextBoxColumn25.StretchVertically = false;
            gridViewTextBoxColumn25.Width = 139;
            this.grvPastServices.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn23,
            gridViewTextBoxColumn24,
            gridViewTextBoxColumn25});
            this.grvPastServices.MasterTemplate.EnableFiltering = true;
            this.grvPastServices.MasterTemplate.EnableGrouping = false;
            this.grvPastServices.MasterTemplate.ShowFilteringRow = false;
            this.grvPastServices.MasterTemplate.ShowRowHeaderColumn = false;
            this.grvPastServices.Name = "grvPastServices";
            this.grvPastServices.ReadOnly = true;
            this.grvPastServices.ShowGroupPanel = false;
            this.grvPastServices.Size = new System.Drawing.Size(926, 201);
            this.grvPastServices.TabIndex = 13;
            // 
            // cmbPatient
            // 
            this.cmbPatient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbPatient.AutoFilter = true;
            this.cmbPatient.Controls.Add(this.radMultiColumnComboBox1);
            this.cmbPatient.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcItem, "Patient", true));
            this.cmbPatient.DisplayMember = "FirstName";
            this.cmbPatient.DropDownSizingMode = ((Telerik.WinControls.UI.SizingMode)((Telerik.WinControls.UI.SizingMode.RightBottom | Telerik.WinControls.UI.SizingMode.UpDown)));
            // 
            // cmbPatient.NestedRadGridView
            // 
            this.cmbPatient.EditorControl.BackColor = System.Drawing.SystemColors.Window;
            this.cmbPatient.EditorControl.BeginEditMode = Telerik.WinControls.RadGridViewBeginEditMode.BeginEditOnKeystroke;
            this.cmbPatient.EditorControl.Cursor = System.Windows.Forms.Cursors.Default;
            this.cmbPatient.EditorControl.Font = new System.Drawing.Font("B Nazanin", 9.5F, System.Drawing.FontStyle.Bold);
            this.cmbPatient.EditorControl.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cmbPatient.EditorControl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.cmbPatient.EditorControl.Location = new System.Drawing.Point(0, 0);
            // 
            // 
            // 
            this.cmbPatient.EditorControl.MasterTemplate.AllowAddNewRow = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowCellContextMenu = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowColumnChooser = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowColumnReorder = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowDeleteRow = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowDragToGroup = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowEditRow = false;
            this.cmbPatient.EditorControl.MasterTemplate.AllowRowResize = false;
            this.cmbPatient.EditorControl.MasterTemplate.AutoGenerateColumns = false;
            this.cmbPatient.EditorControl.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn26.EnableExpressionEditor = false;
            gridViewTextBoxColumn26.FieldName = "PatientName";
            gridViewTextBoxColumn26.HeaderText = "نام";
            gridViewTextBoxColumn26.Name = "PatientName";
            gridViewTextBoxColumn26.Width = 128;
            gridViewTextBoxColumn27.EnableExpressionEditor = false;
            gridViewTextBoxColumn27.FieldName = "AccountantCode";
            gridViewTextBoxColumn27.HeaderText = "کد";
            gridViewTextBoxColumn27.Name = "AccountantCode";
            gridViewTextBoxColumn27.Width = 112;
            this.cmbPatient.EditorControl.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn26,
            gridViewTextBoxColumn27});
            this.cmbPatient.EditorControl.MasterTemplate.EnableAlternatingRowColor = true;
            this.cmbPatient.EditorControl.MasterTemplate.EnableFiltering = true;
            this.cmbPatient.EditorControl.MasterTemplate.EnableGrouping = false;
            this.cmbPatient.EditorControl.MasterTemplate.EnableSorting = false;
            filterDescriptor3.PropertyName = null;
            this.cmbPatient.EditorControl.MasterTemplate.FilterDescriptors.AddRange(new Telerik.WinControls.Data.FilterDescriptor[] {
            filterDescriptor3});
            this.cmbPatient.EditorControl.MasterTemplate.ShowFilteringRow = false;
            this.cmbPatient.EditorControl.MasterTemplate.ShowRowHeaderColumn = false;
            this.cmbPatient.EditorControl.Name = "NestedRadGridView";
            this.cmbPatient.EditorControl.ReadOnly = true;
            this.cmbPatient.EditorControl.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.cmbPatient.EditorControl.ShowGroupPanel = false;
            this.cmbPatient.EditorControl.Size = new System.Drawing.Size(240, 150);
            this.cmbPatient.EditorControl.TabIndex = 0;
            this.cmbPatient.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbPatient.Location = new System.Drawing.Point(733, 33);
            this.cmbPatient.Name = "cmbPatient";
            // 
            // 
            // 
            this.cmbPatient.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
            this.cmbPatient.Size = new System.Drawing.Size(166, 28);
            this.cmbPatient.TabIndex = 17;
            this.cmbPatient.TabStop = false;
            this.cmbPatient.SelectedIndexChanged += new System.EventHandler(this.cmbPatient_SelectedIndexChanged);
            // 
            // radMultiColumnComboBox1
            // 
            this.radMultiColumnComboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radMultiColumnComboBox1.AutoFilter = true;
            this.radMultiColumnComboBox1.DisplayMember = "FirstName";
            this.radMultiColumnComboBox1.DropDownSizingMode = ((Telerik.WinControls.UI.SizingMode)((Telerik.WinControls.UI.SizingMode.RightBottom | Telerik.WinControls.UI.SizingMode.UpDown)));
            // 
            // radMultiColumnComboBox1.NestedRadGridView
            // 
            this.radMultiColumnComboBox1.EditorControl.BackColor = System.Drawing.SystemColors.Window;
            this.radMultiColumnComboBox1.EditorControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radMultiColumnComboBox1.EditorControl.ForeColor = System.Drawing.SystemColors.ControlText;
            this.radMultiColumnComboBox1.EditorControl.Location = new System.Drawing.Point(0, 0);
            // 
            // 
            // 
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.AllowAddNewRow = false;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.AllowCellContextMenu = false;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.AllowColumnChooser = false;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.EnableFiltering = true;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.EnableGrouping = false;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.ShowFilteringRow = false;
            this.radMultiColumnComboBox1.EditorControl.Name = "NestedRadGridView";
            this.radMultiColumnComboBox1.EditorControl.ReadOnly = true;
            this.radMultiColumnComboBox1.EditorControl.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radMultiColumnComboBox1.EditorControl.ShowGroupPanel = false;
            this.radMultiColumnComboBox1.EditorControl.Size = new System.Drawing.Size(240, 150);
            this.radMultiColumnComboBox1.EditorControl.TabIndex = 0;
            this.radMultiColumnComboBox1.Location = new System.Drawing.Point(339, -39);
            this.radMultiColumnComboBox1.Name = "radMultiColumnComboBox1";
            // 
            // 
            // 
            this.radMultiColumnComboBox1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
            this.radMultiColumnComboBox1.Size = new System.Drawing.Size(153, 20);
            this.radMultiColumnComboBox1.TabIndex = 19;
            this.radMultiColumnComboBox1.TabStop = false;
            // 
            // srcItem
            // 
            this.srcItem.DataSource = typeof(Shayan.Data.Visit);
            // 
            // cmbDoctor
            // 
            this.cmbDoctor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbDoctor.AutoCompleteDisplayMember = "Title";
            this.cmbDoctor.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cmbDoctor.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcItem, "Doctor", true));
            this.cmbDoctor.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.srcItem, "Doctor", true));
            this.cmbDoctor.DisplayMember = "Title";
            this.cmbDoctor.DropDownAnimationEnabled = true;
            this.cmbDoctor.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbDoctor.Location = new System.Drawing.Point(733, 66);
            this.cmbDoctor.MaxDropDownItems = 0;
            this.cmbDoctor.Name = "cmbDoctor";
            this.cmbDoctor.ShowImageInEditorArea = true;
            this.cmbDoctor.Size = new System.Drawing.Size(166, 28);
            this.cmbDoctor.TabIndex = 1;
            // 
            // radLabel9
            // 
            this.radLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel9.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel9.Location = new System.Drawing.Point(901, 66);
            this.radLabel9.Name = "radLabel9";
            this.radLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel9.Size = new System.Drawing.Size(50, 30);
            this.radLabel9.TabIndex = 9;
            this.radLabel9.Text = "پزشک :";
            this.radLabel9.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radTextBox1
            // 
            this.radTextBox1.AcceptsReturn = true;
            this.radTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.radTextBox1.AutoScroll = true;
            this.radTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "Comment", true));
            this.radTextBox1.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radTextBox1.Location = new System.Drawing.Point(10, 125);
            this.radTextBox1.Multiline = true;
            this.radTextBox1.Name = "radTextBox1";
            // 
            // 
            // 
            this.radTextBox1.RootElement.StretchVertically = true;
            this.radTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.radTextBox1.Size = new System.Drawing.Size(889, 80);
            this.radTextBox1.TabIndex = 5;
            this.radTextBox1.TabStop = false;
            this.radTextBox1.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtComment_TextChanging);
            // 
            // radLabel6
            // 
            this.radLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel6.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel6.Location = new System.Drawing.Point(900, 122);
            this.radLabel6.Name = "radLabel6";
            this.radLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel6.Size = new System.Drawing.Size(49, 30);
            this.radLabel6.TabIndex = 15;
            this.radLabel6.Text = "توضیح :";
            this.radLabel6.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // faDatePicker1
            // 
            this.faDatePicker1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.faDatePicker1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedDateTime", this.srcItem, "Date", true));
            this.faDatePicker1.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.faDatePicker1.Location = new System.Drawing.Point(733, 96);
            this.faDatePicker1.Multiline = true;
            this.faDatePicker1.Name = "faDatePicker1";
            this.faDatePicker1.Size = new System.Drawing.Size(166, 28);
            this.faDatePicker1.TabIndex = 2;
            // 
            // radLabel5
            // 
            this.radLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel5.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel5.Location = new System.Drawing.Point(603, 32);
            this.radLabel5.Name = "radLabel5";
            this.radLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel5.Size = new System.Drawing.Size(42, 30);
            this.radLabel5.TabIndex = 6;
            this.radLabel5.Text = "بدهی :";
            this.radLabel5.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblBedehi
            // 
            this.lblBedehi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblBedehi.AutoSize = false;
            this.lblBedehi.Font = new System.Drawing.Font("B Nazanin", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.lblBedehi.Location = new System.Drawing.Point(316, 35);
            this.lblBedehi.Name = "lblBedehi";
            this.lblBedehi.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lblBedehi.Size = new System.Drawing.Size(304, 23);
            this.lblBedehi.TabIndex = 7;
            this.lblBedehi.Text = "0 ریال";
            this.lblBedehi.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // btnDocument
            // 
            this.btnDocument.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDocument.Enabled = false;
            this.btnDocument.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnDocument.Location = new System.Drawing.Point(655, 34);
            this.btnDocument.Name = "btnDocument";
            this.btnDocument.Size = new System.Drawing.Size(72, 27);
            this.btnDocument.TabIndex = 9;
            this.btnDocument.Text = "پرونده بیمار";
            this.btnDocument.Click += new System.EventHandler(this.btnDocument_Click);
            // 
            // radLabel4
            // 
            this.radLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel4.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel4.Location = new System.Drawing.Point(506, 93);
            this.radLabel4.Name = "radLabel4";
            this.radLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel4.Size = new System.Drawing.Size(57, 30);
            this.radLabel4.TabIndex = 6;
            this.radLabel4.Text = "تا ساعت :";
            this.radLabel4.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel2
            // 
            this.radLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel2.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel2.Location = new System.Drawing.Point(902, 96);
            this.radLabel2.Name = "radLabel2";
            this.radLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel2.Size = new System.Drawing.Size(42, 30);
            this.radLabel2.TabIndex = 6;
            this.radLabel2.Text = "تاریخ :";
            this.radLabel2.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // tpTo
            // 
            this.tpTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.tpTo.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.srcItem, "ToTime", true));
            this.tpTo.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.tpTo.HeadersHeight = 19;
            this.tpTo.Location = new System.Drawing.Point(402, 93);
            this.tpTo.Name = "tpTo";
            this.tpTo.Size = new System.Drawing.Size(103, 28);
            this.tpTo.TabIndex = 4;
            this.tpTo.TabStop = false;
            this.tpTo.Text = "radTimePicker1";
            this.tpTo.Value = new System.DateTime(2012, 7, 31, 11, 14, 20, 0);
            // 
            // radLabel1
            // 
            this.radLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel1.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel1.Location = new System.Drawing.Point(902, 30);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel1.Size = new System.Drawing.Size(38, 30);
            this.radLabel1.TabIndex = 5;
            this.radLabel1.Text = "بیمار :";
            this.radLabel1.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel3
            // 
            this.radLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel3.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel3.Location = new System.Drawing.Point(667, 95);
            this.radLabel3.Name = "radLabel3";
            this.radLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel3.Size = new System.Drawing.Size(59, 30);
            this.radLabel3.TabIndex = 4;
            this.radLabel3.Text = "از ساعت :";
            this.radLabel3.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // tpFrom
            // 
            this.tpFrom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.tpFrom.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.srcItem, "FromTime", true));
            this.tpFrom.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.tpFrom.HeadersHeight = 19;
            this.tpFrom.Location = new System.Drawing.Point(565, 95);
            this.tpFrom.Name = "tpFrom";
            this.tpFrom.Size = new System.Drawing.Size(101, 28);
            this.tpFrom.TabIndex = 3;
            this.tpFrom.TabStop = false;
            this.tpFrom.Text = "radTimePicker1";
            this.tpFrom.Value = new System.DateTime(2012, 7, 31, 11, 14, 20, 0);
            // 
            // radPageViewPage3
            // 
            this.radPageViewPage3.Controls.Add(this.radGroupBox3);
            this.radPageViewPage3.Controls.Add(this.grbService);
            this.radPageViewPage3.Location = new System.Drawing.Point(10, 49);
            this.radPageViewPage3.Name = "radPageViewPage3";
            this.radPageViewPage3.Size = new System.Drawing.Size(959, 456);
            this.radPageViewPage3.Text = "خدمات";
            // 
            // radGroupBox3
            // 
            this.radGroupBox3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox3.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.radGroupBox3.Controls.Add(this.grvServices);
            this.radGroupBox3.Controls.Add(this.radLabel16);
            this.radGroupBox3.Controls.Add(this.lblFinalSumCost);
            this.radGroupBox3.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox3.FooterImageIndex = -1;
            this.radGroupBox3.FooterImageKey = "";
            this.radGroupBox3.HeaderImageIndex = -1;
            this.radGroupBox3.HeaderImageKey = "";
            this.radGroupBox3.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox3.HeaderText = "لیست خدمات";
            this.radGroupBox3.Location = new System.Drawing.Point(3, 3);
            this.radGroupBox3.Name = "radGroupBox3";
            this.radGroupBox3.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox3.Size = new System.Drawing.Size(236, 454);
            this.radGroupBox3.TabIndex = 6;
            this.radGroupBox3.Text = "لیست خدمات";
            // 
            // grvServices
            // 
            this.grvServices.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.grvServices.AutoScroll = true;
            this.grvServices.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(240)))), ((int)(((byte)(249)))));
            this.grvServices.Cursor = System.Windows.Forms.Cursors.Default;
            this.grvServices.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold);
            this.grvServices.ForeColor = System.Drawing.Color.Black;
            this.grvServices.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.grvServices.Location = new System.Drawing.Point(5, 33);
            // 
            // grvServices
            // 
            this.grvServices.MasterTemplate.AllowAddNewRow = false;
            this.grvServices.MasterTemplate.AllowCellContextMenu = false;
            this.grvServices.MasterTemplate.AllowColumnChooser = false;
            this.grvServices.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.grvServices.MasterTemplate.AllowColumnReorder = false;
            this.grvServices.MasterTemplate.AllowDeleteRow = false;
            this.grvServices.MasterTemplate.AllowDragToGroup = false;
            this.grvServices.MasterTemplate.AllowEditRow = false;
            this.grvServices.MasterTemplate.AllowRowResize = false;
            this.grvServices.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn28.EnableExpressionEditor = false;
            gridViewTextBoxColumn28.FieldName = "ToothDescription";
            gridViewTextBoxColumn28.HeaderText = "سرویس";
            gridViewTextBoxColumn28.Name = "column1";
            gridViewTextBoxColumn28.Width = 162;
            gridViewTextBoxColumn29.EnableExpressionEditor = false;
            gridViewTextBoxColumn29.FieldName = "FinalCost";
            gridViewTextBoxColumn29.FormatString = "{0:0,0 ریال}";
            gridViewTextBoxColumn29.HeaderText = "قیمت";
            gridViewTextBoxColumn29.Name = "column4";
            gridViewTextBoxColumn29.Width = 34;
            gridViewCommandColumn5.AllowHide = false;
            gridViewCommandColumn5.AllowReorder = false;
            gridViewCommandColumn5.AllowResize = false;
            gridViewCommandColumn5.AllowSort = false;
            gridViewCommandColumn5.EnableExpressionEditor = false;
            gridViewCommandColumn5.HeaderText = "حذف";
            gridViewCommandColumn5.IsPinned = true;
            gridViewCommandColumn5.Name = "column3";
            gridViewCommandColumn5.PinPosition = Telerik.WinControls.UI.PinnedColumnPosition.Right;
            gridViewCommandColumn5.Width = 30;
            this.grvServices.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn28,
            gridViewTextBoxColumn29,
            gridViewCommandColumn5});
            this.grvServices.MasterTemplate.EnableFiltering = true;
            this.grvServices.MasterTemplate.EnableGrouping = false;
            this.grvServices.MasterTemplate.ShowFilteringRow = false;
            this.grvServices.MasterTemplate.ShowRowHeaderColumn = false;
            this.grvServices.Name = "grvServices";
            this.grvServices.ReadOnly = true;
            this.grvServices.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.grvServices.Size = new System.Drawing.Size(226, 386);
            this.grvServices.TabIndex = 12;
            this.grvServices.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
            this.grvServices.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvServices_CurrentRowChanging);
            this.grvServices.SelectionChanged += new System.EventHandler(this.grvServices_SelectionChanged);
            this.grvServices.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvItems_CommandCellClick);
            this.grvServices.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grvServices_KeyDown);
            // 
            // radLabel16
            // 
            this.radLabel16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel16.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel16.Location = new System.Drawing.Point(134, 420);
            this.radLabel16.Name = "radLabel16";
            this.radLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel16.Size = new System.Drawing.Size(97, 30);
            this.radLabel16.TabIndex = 10;
            this.radLabel16.Text = "مجموع هزینه ها :";
            this.radLabel16.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblFinalSumCost
            // 
            this.lblFinalSumCost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblFinalSumCost.AutoSize = false;
            this.lblFinalSumCost.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcItem, "FinalSumCost", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, "صفر", "0,0 ریال"));
            this.lblFinalSumCost.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.lblFinalSumCost.Location = new System.Drawing.Point(5, 421);
            this.lblFinalSumCost.Name = "lblFinalSumCost";
            this.lblFinalSumCost.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lblFinalSumCost.Size = new System.Drawing.Size(130, 24);
            this.lblFinalSumCost.TabIndex = 11;
            this.lblFinalSumCost.Text = "0";
            this.lblFinalSumCost.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // grbService
            // 
            this.grbService.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.grbService.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.grbService.Controls.Add(this.txtTakhfif);
            this.grbService.Controls.Add(this.radLabel13);
            this.grbService.Controls.Add(this.radLabel10);
            this.grbService.Controls.Add(this.txtComment);
            this.grbService.Controls.Add(this.radLabel12);
            this.grbService.Controls.Add(this.ucTooth1);
            this.grbService.Controls.Add(this.radLabel14);
            this.grbService.Controls.Add(this.lsvInsurances);
            this.grbService.Controls.Add(this.lblFinalServiceCost);
            this.grbService.Controls.Add(this.btnPercent);
            this.grbService.Controls.Add(this.cmbService);
            this.grbService.Controls.Add(this.cmbCategories);
            this.grbService.Controls.Add(this.btnAdd);
            this.grbService.Controls.Add(this.btnNew);
            this.grbService.Controls.Add(this.radLabel11);
            this.grbService.Controls.Add(this.txtServiceCost);
            this.grbService.Controls.Add(this.radLabel8);
            this.grbService.Controls.Add(this.radLabel7);
            this.grbService.Enabled = false;
            this.grbService.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.grbService.FooterImageIndex = -1;
            this.grbService.FooterImageKey = "";
            this.grbService.HeaderImageIndex = -1;
            this.grbService.HeaderImageKey = "";
            this.grbService.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.grbService.HeaderText = "ارائه خدمات";
            this.grbService.Location = new System.Drawing.Point(242, 3);
            this.grbService.Name = "grbService";
            this.grbService.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            // 
            // 
            // 
            this.grbService.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.grbService.Size = new System.Drawing.Size(714, 454);
            this.grbService.TabIndex = 5;
            this.grbService.Text = "ارائه خدمات";
            // 
            // txtTakhfif
            // 
            this.txtTakhfif.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtTakhfif.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcService, "Discount", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "N0"));
            this.txtTakhfif.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.txtTakhfif.Location = new System.Drawing.Point(311, 64);
            this.txtTakhfif.Name = "txtTakhfif";
            this.txtTakhfif.Size = new System.Drawing.Size(70, 28);
            this.txtTakhfif.TabIndex = 9;
            this.txtTakhfif.TabStop = false;
            this.txtTakhfif.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtSalary_TextChanging);
            this.txtTakhfif.TextChanged += new System.EventHandler(this.txtTakhfif_TextChanged);
            // 
            // srcService
            // 
            this.srcService.DataSource = typeof(Shayan.Data.VisitService);
            // 
            // radLabel13
            // 
            this.radLabel13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel13.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel13.Location = new System.Drawing.Point(639, 91);
            this.radLabel13.Name = "radLabel13";
            this.radLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel13.Size = new System.Drawing.Size(49, 30);
            this.radLabel13.TabIndex = 17;
            this.radLabel13.Text = "توضیح :";
            this.radLabel13.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel10
            // 
            this.radLabel10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel10.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel10.Location = new System.Drawing.Point(363, 31);
            this.radLabel10.Name = "radLabel10";
            this.radLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel10.Size = new System.Drawing.Size(107, 30);
            this.radLabel10.TabIndex = 9;
            this.radLabel10.Text = "هزینه واحد (ریال) :";
            this.radLabel10.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // txtComment
            // 
            this.txtComment.AcceptsReturn = true;
            this.txtComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtComment.AutoScroll = true;
            this.txtComment.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcService, "Comment", true));
            this.txtComment.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.txtComment.Location = new System.Drawing.Point(266, 96);
            this.txtComment.Multiline = true;
            this.txtComment.Name = "txtComment";
            // 
            // 
            // 
            this.txtComment.RootElement.StretchVertically = true;
            this.txtComment.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtComment.Size = new System.Drawing.Size(372, 108);
            this.txtComment.TabIndex = 16;
            this.txtComment.TabStop = false;
            // 
            // radLabel12
            // 
            this.radLabel12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel12.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel12.Location = new System.Drawing.Point(208, 31);
            this.radLabel12.Name = "radLabel12";
            this.radLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel12.Size = new System.Drawing.Size(49, 30);
            this.radLabel12.TabIndex = 9;
            this.radLabel12.Text = "بیمه ها :";
            this.radLabel12.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // ucTooth1
            // 
            this.ucTooth1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ucTooth1.ChildTooth = false;
            this.ucTooth1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedTooths", this.srcService, "Tooth", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.ucTooth1.Location = new System.Drawing.Point(5, 211);
            this.ucTooth1.Name = "ucTooth1";
            this.ucTooth1.ReadOnly = false;
            this.ucTooth1.SelectedTooths = ((long)(0));
            this.ucTooth1.Size = new System.Drawing.Size(699, 195);
            this.ucTooth1.TabIndex = 15;
            // 
            // radLabel14
            // 
            this.radLabel14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel14.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel14.Location = new System.Drawing.Point(367, 413);
            this.radLabel14.Name = "radLabel14";
            this.radLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel14.Size = new System.Drawing.Size(121, 30);
            this.radLabel14.TabIndex = 8;
            this.radLabel14.Text = "هزینه نهایی سرویس :";
            this.radLabel14.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // lsvInsurances
            // 
            this.lsvInsurances.AllowColumnReorder = false;
            this.lsvInsurances.AllowColumnResize = false;
            this.lsvInsurances.AllowEdit = false;
            this.lsvInsurances.AllowRemove = false;
            this.lsvInsurances.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            listViewDetailColumn1.HeaderText = "نام بیمه";
            this.lsvInsurances.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1});
            this.lsvInsurances.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.lsvInsurances.GroupItemSize = new System.Drawing.Size(200, 20);
            this.lsvInsurances.ItemSize = new System.Drawing.Size(200, 20);
            this.lsvInsurances.ItemSpacing = -1;
            this.lsvInsurances.Location = new System.Drawing.Point(5, 33);
            this.lsvInsurances.Name = "lsvInsurances";
            this.lsvInsurances.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lsvInsurances.ShowCheckBoxes = true;
            this.lsvInsurances.ShowColumnHeaders = false;
            this.lsvInsurances.ShowGridLines = true;
            this.lsvInsurances.Size = new System.Drawing.Size(200, 172);
            this.lsvInsurances.TabIndex = 0;
            this.lsvInsurances.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            this.lsvInsurances.ItemCheckedChanged += new Telerik.WinControls.UI.ListViewItemEventHandler(this.lsvInsurances_ItemCheckedChanged);
            // 
            // lblFinalServiceCost
            // 
            this.lblFinalServiceCost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblFinalServiceCost.AutoSize = false;
            this.lblFinalServiceCost.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcService, "FinalCost", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, "صفر", "0,0 ریال"));
            this.lblFinalServiceCost.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.lblFinalServiceCost.Location = new System.Drawing.Point(238, 416);
            this.lblFinalServiceCost.Name = "lblFinalServiceCost";
            this.lblFinalServiceCost.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.lblFinalServiceCost.Size = new System.Drawing.Size(125, 24);
            this.lblFinalServiceCost.TabIndex = 9;
            this.lblFinalServiceCost.Text = "0 ریال";
            this.lblFinalServiceCost.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // btnPercent
            // 
            this.btnPercent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPercent.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnPercent.Location = new System.Drawing.Point(266, 63);
            this.btnPercent.Name = "btnPercent";
            this.btnPercent.Size = new System.Drawing.Size(39, 29);
            this.btnPercent.TabIndex = 10;
            this.btnPercent.Text = "درصد";
            this.btnPercent.Click += new System.EventHandler(this.btnPercent_Click);
            // 
            // cmbService
            // 
            this.cmbService.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbService.AutoCompleteDisplayMember = "Title";
            this.cmbService.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.srcService, "Service", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.cmbService.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.srcService, "Service", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.cmbService.DisplayMember = "Title";
            this.cmbService.DropDownAnimationEnabled = true;
            this.cmbService.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cmbService.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbService.Location = new System.Drawing.Point(475, 63);
            this.cmbService.MaxDropDownItems = 0;
            this.cmbService.Name = "cmbService";
            this.cmbService.ShowImageInEditorArea = true;
            this.cmbService.Size = new System.Drawing.Size(163, 28);
            this.cmbService.TabIndex = 7;
            this.cmbService.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cmbService_SelectedIndexChanged);
            // 
            // cmbCategories
            // 
            this.cmbCategories.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cmbCategories.AutoCompleteDisplayMember = "Title";
            this.cmbCategories.DisplayMember = "Title";
            this.cmbCategories.DropDownAnimationEnabled = true;
            this.cmbCategories.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cmbCategories.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbCategories.Location = new System.Drawing.Point(475, 31);
            this.cmbCategories.MaxDropDownItems = 0;
            this.cmbCategories.Name = "cmbCategories";
            this.cmbCategories.ShowImageInEditorArea = true;
            this.cmbCategories.Size = new System.Drawing.Size(163, 28);
            this.cmbCategories.TabIndex = 6;
            this.cmbCategories.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cmbCategories_SelectedIndexChanged);
            // 
            // btnAdd
            // 
            this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAdd.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnAdd.Location = new System.Drawing.Point(615, 408);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(95, 35);
            this.btnAdd.TabIndex = 13;
            this.btnAdd.Text = "افزودن";
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnNew
            // 
            this.btnNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNew.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnNew.Location = new System.Drawing.Point(514, 408);
            this.btnNew.Name = "btnNew";
            this.btnNew.Size = new System.Drawing.Size(95, 35);
            this.btnNew.TabIndex = 14;
            this.btnNew.Text = "جدید";
            this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
            // 
            // radLabel11
            // 
            this.radLabel11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel11.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel11.Location = new System.Drawing.Point(385, 63);
            this.radLabel11.Name = "radLabel11";
            this.radLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel11.Size = new System.Drawing.Size(85, 30);
            this.radLabel11.TabIndex = 10;
            this.radLabel11.Text = "تخفیف (ریال) :";
            this.radLabel11.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // txtServiceCost
            // 
            this.txtServiceCost.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtServiceCost.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcService, "Cost", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged, null, "N0"));
            this.txtServiceCost.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.txtServiceCost.Location = new System.Drawing.Point(266, 31);
            this.txtServiceCost.Name = "txtServiceCost";
            this.txtServiceCost.Size = new System.Drawing.Size(97, 28);
            this.txtServiceCost.TabIndex = 8;
            this.txtServiceCost.TabStop = false;
            this.txtServiceCost.TextChanging += new Telerik.WinControls.TextChangingEventHandler(this.txtSalary_TextChanging);
            // 
            // radLabel8
            // 
            this.radLabel8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel8.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel8.Location = new System.Drawing.Point(641, 62);
            this.radLabel8.Name = "radLabel8";
            this.radLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel8.Size = new System.Drawing.Size(57, 30);
            this.radLabel8.TabIndex = 8;
            this.radLabel8.Text = "سرویس :";
            this.radLabel8.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel7
            // 
            this.radLabel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel7.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel7.Location = new System.Drawing.Point(640, 31);
            this.radLabel7.Name = "radLabel7";
            this.radLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radLabel7.Size = new System.Drawing.Size(69, 30);
            this.radLabel7.TabIndex = 6;
            this.radLabel7.Text = "دسته بندی :";
            this.radLabel7.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radPageViewPage2
            // 
            this.radPageViewPage2.Controls.Add(this.radGroupBox5);
            this.radPageViewPage2.Controls.Add(this.radGroupBox6);
            this.radPageViewPage2.Controls.Add(this.radGroupBox2);
            this.radPageViewPage2.Location = new System.Drawing.Point(10, 49);
            this.radPageViewPage2.Name = "radPageViewPage2";
            this.radPageViewPage2.Size = new System.Drawing.Size(959, 456);
            this.radPageViewPage2.Text = "نسخه";
            // 
            // radGroupBox5
            // 
            this.radGroupBox5.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.radGroupBox5.CausesValidation = false;
            this.radGroupBox5.Controls.Add(this.cmbPrescription);
            this.radGroupBox5.Controls.Add(this.grvPrescriptionDrug);
            this.radGroupBox5.Controls.Add(this.btnAddPrescription);
            this.radGroupBox5.Controls.Add(this.radLabel18);
            this.radGroupBox5.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox5.FooterImageIndex = -1;
            this.radGroupBox5.FooterImageKey = "";
            this.radGroupBox5.HeaderImageIndex = -1;
            this.radGroupBox5.HeaderImageKey = "";
            this.radGroupBox5.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox5.HeaderText = "نسخه از پیش تعرف شده";
            this.radGroupBox5.Location = new System.Drawing.Point(670, 260);
            this.radGroupBox5.Name = "radGroupBox5";
            this.radGroupBox5.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox5.Size = new System.Drawing.Size(289, 193);
            this.radGroupBox5.TabIndex = 27;
            this.radGroupBox5.Text = "نسخه از پیش تعرف شده";
            // 
            // cmbPrescription
            // 
            this.cmbPrescription.AutoCompleteDisplayMember = "Title";
            this.cmbPrescription.DisplayMember = "Title";
            this.cmbPrescription.DropDownAnimationEnabled = true;
            this.cmbPrescription.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cmbPrescription.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbPrescription.Location = new System.Drawing.Point(6, 26);
            this.cmbPrescription.MaxDropDownItems = 0;
            this.cmbPrescription.Name = "cmbPrescription";
            this.cmbPrescription.ShowImageInEditorArea = true;
            this.cmbPrescription.Size = new System.Drawing.Size(217, 28);
            this.cmbPrescription.TabIndex = 104;
            this.cmbPrescription.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cmbPrescription_SelectedIndexChanged);
            // 
            // grvPrescriptionDrug
            // 
            this.grvPrescriptionDrug.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.grvPrescriptionDrug.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.grvPrescriptionDrug.Location = new System.Drawing.Point(5, 60);
            // 
            // grvPrescriptionDrug
            // 
            this.grvPrescriptionDrug.MasterTemplate.AllowAddNewRow = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowCellContextMenu = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowColumnChooser = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowColumnReorder = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowColumnResize = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowDeleteRow = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowDragToGroup = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowEditRow = false;
            this.grvPrescriptionDrug.MasterTemplate.AllowRowResize = false;
            this.grvPrescriptionDrug.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn30.FieldName = "Drug.Title";
            gridViewTextBoxColumn30.HeaderText = "نام دارو";
            gridViewTextBoxColumn30.Name = "column1";
            gridViewTextBoxColumn30.StretchVertically = false;
            gridViewTextBoxColumn30.Width = 106;
            gridViewTextBoxColumn31.FieldName = "CustomManual";
            gridViewTextBoxColumn31.HeaderText = "توضیحات";
            gridViewTextBoxColumn31.Name = "column2";
            gridViewTextBoxColumn31.Width = 173;
            this.grvPrescriptionDrug.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn30,
            gridViewTextBoxColumn31});
            this.grvPrescriptionDrug.MasterTemplate.EnableGrouping = false;
            this.grvPrescriptionDrug.MasterTemplate.ShowRowHeaderColumn = false;
            this.grvPrescriptionDrug.Name = "grvPrescriptionDrug";
            this.grvPrescriptionDrug.ReadOnly = true;
            // 
            // 
            // 
            this.grvPrescriptionDrug.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.grvPrescriptionDrug.Size = new System.Drawing.Size(279, 85);
            this.grvPrescriptionDrug.TabIndex = 14;
            // 
            // btnAddPrescription
            // 
            this.btnAddPrescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddPrescription.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnAddPrescription.Location = new System.Drawing.Point(5, 151);
            this.btnAddPrescription.Name = "btnAddPrescription";
            this.btnAddPrescription.Size = new System.Drawing.Size(279, 35);
            this.btnAddPrescription.TabIndex = 105;
            this.btnAddPrescription.Text = "افزودن نسخه";
            this.btnAddPrescription.Click += new System.EventHandler(this.btnAddPrescription_Click);
            // 
            // radLabel18
            // 
            this.radLabel18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel18.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel18.Location = new System.Drawing.Point(225, 26);
            this.radLabel18.Name = "radLabel18";
            this.radLabel18.Size = new System.Drawing.Size(60, 30);
            this.radLabel18.TabIndex = 11;
            this.radLabel18.Text = "نام نسخه :";
            this.radLabel18.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radGroupBox6
            // 
            this.radGroupBox6.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox6.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.radGroupBox6.Controls.Add(this.btnPrintPrescription);
            this.radGroupBox6.Controls.Add(this.grvDrugs);
            this.radGroupBox6.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox6.FooterImageIndex = -1;
            this.radGroupBox6.FooterImageKey = "";
            this.radGroupBox6.HeaderImageIndex = -1;
            this.radGroupBox6.HeaderImageKey = "";
            this.radGroupBox6.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox6.HeaderText = "داروها";
            this.radGroupBox6.Location = new System.Drawing.Point(3, 3);
            this.radGroupBox6.Name = "radGroupBox6";
            this.radGroupBox6.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox6.Size = new System.Drawing.Size(661, 450);
            this.radGroupBox6.TabIndex = 27;
            this.radGroupBox6.Text = "داروها";
            // 
            // btnPrintPrescription
            // 
            this.btnPrintPrescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPrintPrescription.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnPrintPrescription.Location = new System.Drawing.Point(512, 408);
            this.btnPrintPrescription.Name = "btnPrintPrescription";
            this.btnPrintPrescription.Size = new System.Drawing.Size(144, 35);
            this.btnPrintPrescription.TabIndex = 5;
            this.btnPrintPrescription.Text = "پرینت نسخه";
            this.btnPrintPrescription.Click += new System.EventHandler(this.btnPrintPrescription_Click);
            // 
            // grvDrugs
            // 
            this.grvDrugs.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.grvDrugs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(240)))), ((int)(((byte)(249)))));
            this.grvDrugs.Cursor = System.Windows.Forms.Cursors.Default;
            this.grvDrugs.Font = new System.Drawing.Font("B Lotus", 11.25F, System.Drawing.FontStyle.Bold);
            this.grvDrugs.ForeColor = System.Drawing.Color.Black;
            this.grvDrugs.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.grvDrugs.Location = new System.Drawing.Point(5, 28);
            // 
            // grvDrugs
            // 
            this.grvDrugs.MasterTemplate.AllowAddNewRow = false;
            this.grvDrugs.MasterTemplate.AllowCellContextMenu = false;
            this.grvDrugs.MasterTemplate.AllowColumnChooser = false;
            this.grvDrugs.MasterTemplate.AllowColumnHeaderContextMenu = false;
            this.grvDrugs.MasterTemplate.AllowColumnReorder = false;
            this.grvDrugs.MasterTemplate.AllowColumnResize = false;
            this.grvDrugs.MasterTemplate.AllowDeleteRow = false;
            this.grvDrugs.MasterTemplate.AllowDragToGroup = false;
            this.grvDrugs.MasterTemplate.AllowEditRow = false;
            this.grvDrugs.MasterTemplate.AllowRowResize = false;
            this.grvDrugs.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
            gridViewTextBoxColumn32.EnableExpressionEditor = false;
            gridViewTextBoxColumn32.FieldName = "Drug.Title";
            gridViewTextBoxColumn32.HeaderText = "نام دارو";
            gridViewTextBoxColumn32.Name = "column1";
            gridViewTextBoxColumn32.Width = 91;
            gridViewTextBoxColumn33.EnableExpressionEditor = false;
            gridViewTextBoxColumn33.FieldName = "CustomManual";
            gridViewTextBoxColumn33.HeaderText = "توضیحات";
            gridViewTextBoxColumn33.Name = "column3";
            gridViewTextBoxColumn33.Width = 530;
            gridViewCommandColumn6.AllowHide = false;
            gridViewCommandColumn6.AllowReorder = false;
            gridViewCommandColumn6.AllowResize = false;
            gridViewCommandColumn6.AllowSort = false;
            gridViewCommandColumn6.EnableExpressionEditor = false;
            gridViewCommandColumn6.HeaderText = "حذف";
            gridViewCommandColumn6.Name = "column2";
            gridViewCommandColumn6.Width = 30;
            this.grvDrugs.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
            gridViewTextBoxColumn32,
            gridViewTextBoxColumn33,
            gridViewCommandColumn6});
            this.grvDrugs.MasterTemplate.EnableGrouping = false;
            this.grvDrugs.MasterTemplate.ShowRowHeaderColumn = false;
            this.grvDrugs.Name = "grvDrugs";
            this.grvDrugs.ReadOnly = true;
            this.grvDrugs.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            // 
            // 
            // 
            this.grvDrugs.RootElement.MinSize = new System.Drawing.Size(0, 0);
            this.grvDrugs.Size = new System.Drawing.Size(651, 374);
            this.grvDrugs.TabIndex = 13;
            this.grvDrugs.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.grvItems_CellFormatting);
            this.grvDrugs.CurrentRowChanging += new Telerik.WinControls.UI.CurrentRowChangingEventHandler(this.grvDrugs_CurrentRowChanging);
            this.grvDrugs.SelectionChanged += new System.EventHandler(this.grvDrugs_SelectionChanged);
            this.grvDrugs.CommandCellClick += new Telerik.WinControls.UI.CommandCellClickEventHandler(this.grvDrugs_CommandCellClick);
            // 
            // radGroupBox2
            // 
            this.radGroupBox2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radGroupBox2.CausesValidation = false;
            this.radGroupBox2.Controls.Add(this.cmbDrugs);
            this.radGroupBox2.Controls.Add(this.btnAddDrug);
            this.radGroupBox2.Controls.Add(this.btnNewDrug);
            this.radGroupBox2.Controls.Add(this.radLabel20);
            this.radGroupBox2.Controls.Add(this.radLabel22);
            this.radGroupBox2.Controls.Add(this.txtManual);
            this.radGroupBox2.Font = new System.Drawing.Font("B Titr", 9F, System.Drawing.FontStyle.Bold);
            this.radGroupBox2.FooterImageIndex = -1;
            this.radGroupBox2.FooterImageKey = "";
            this.radGroupBox2.HeaderImageIndex = -1;
            this.radGroupBox2.HeaderImageKey = "";
            this.radGroupBox2.HeaderMargin = new System.Windows.Forms.Padding(0);
            this.radGroupBox2.HeaderText = "دارو";
            this.radGroupBox2.Location = new System.Drawing.Point(670, 3);
            this.radGroupBox2.Name = "radGroupBox2";
            this.radGroupBox2.Padding = new System.Windows.Forms.Padding(2, 18, 2, 2);
            this.radGroupBox2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.radGroupBox2.Size = new System.Drawing.Size(289, 251);
            this.radGroupBox2.TabIndex = 26;
            this.radGroupBox2.Text = "دارو";
            // 
            // cmbDrugs
            // 
            this.cmbDrugs.AutoCompleteDisplayMember = "Title";
            this.cmbDrugs.DisplayMember = "Title";
            this.cmbDrugs.DropDownAnimationEnabled = true;
            this.cmbDrugs.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
            this.cmbDrugs.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.cmbDrugs.Location = new System.Drawing.Point(5, 28);
            this.cmbDrugs.MaxDropDownItems = 0;
            this.cmbDrugs.Name = "cmbDrugs";
            this.cmbDrugs.ShowImageInEditorArea = true;
            this.cmbDrugs.Size = new System.Drawing.Size(217, 28);
            this.cmbDrugs.TabIndex = 100;
            this.cmbDrugs.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cmbDrugs_SelectedIndexChanged);
            // 
            // btnAddDrug
            // 
            this.btnAddDrug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddDrug.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnAddDrug.Location = new System.Drawing.Point(138, 205);
            this.btnAddDrug.Name = "btnAddDrug";
            this.btnAddDrug.Size = new System.Drawing.Size(146, 35);
            this.btnAddDrug.TabIndex = 102;
            this.btnAddDrug.Text = "افزودن دارو";
            this.btnAddDrug.Click += new System.EventHandler(this.btnAddDrug_Click);
            // 
            // btnNewDrug
            // 
            this.btnNewDrug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNewDrug.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold);
            this.btnNewDrug.Location = new System.Drawing.Point(5, 205);
            this.btnNewDrug.Name = "btnNewDrug";
            this.btnNewDrug.Size = new System.Drawing.Size(127, 35);
            this.btnNewDrug.TabIndex = 103;
            this.btnNewDrug.Text = "داروی جدید";
            this.btnNewDrug.Click += new System.EventHandler(this.btnNewDrug_Click);
            // 
            // radLabel20
            // 
            this.radLabel20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel20.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel20.Location = new System.Drawing.Point(228, 28);
            this.radLabel20.Name = "radLabel20";
            this.radLabel20.Size = new System.Drawing.Size(53, 30);
            this.radLabel20.TabIndex = 11;
            this.radLabel20.Text = "نام دارو :";
            this.radLabel20.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // radLabel22
            // 
            this.radLabel22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.radLabel22.Font = new System.Drawing.Font("B Koodak", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radLabel22.Location = new System.Drawing.Point(220, 57);
            this.radLabel22.Name = "radLabel22";
            this.radLabel22.Size = new System.Drawing.Size(65, 30);
            this.radLabel22.TabIndex = 9;
            this.radLabel22.Text = "توضیحات :";
            this.radLabel22.TextAlignment = System.Drawing.ContentAlignment.TopRight;
            // 
            // txtManual
            // 
            this.txtManual.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtManual.AutoScroll = true;
            this.txtManual.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.srcDrug, "CustomManual", true));
            this.txtManual.Font = new System.Drawing.Font("B Nazanin", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.txtManual.Location = new System.Drawing.Point(5, 88);
            this.txtManual.Multiline = true;
            this.txtManual.Name = "txtManual";
            this.txtManual.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            // 
            // 
            // 
            this.txtManual.RootElement.StretchVertically = true;
            this.txtManual.Size = new System.Drawing.Size(279, 111);
            this.txtManual.TabIndex = 101;
            this.txtManual.TabStop = false;
            // 
            // srcDrug
            // 
            this.srcDrug.DataSource = typeof(Shayan.Data.VisitDrug);
            // 
            // btnSave
            // 
            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSave.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnSave.Location = new System.Drawing.Point(887, 523);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(95, 35);
            this.btnSave.TabIndex = 106;
            this.btnSave.Text = "ذخیره";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnCancel.Location = new System.Drawing.Point(787, 523);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(94, 35);
            this.btnCancel.TabIndex = 107;
            this.btnCancel.Text = "انصراف";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnRemove
            // 
            this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRemove.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnRemove.Location = new System.Drawing.Point(688, 523);
            this.btnRemove.Name = "btnRemove";
            this.btnRemove.Size = new System.Drawing.Size(93, 35);
            this.btnRemove.TabIndex = 108;
            this.btnRemove.Text = "حذف";
            this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click_1);
            // 
            // btnPrintVisit
            // 
            this.btnPrintVisit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnPrintVisit.Font = new System.Drawing.Font("B Nazanin", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.btnPrintVisit.Location = new System.Drawing.Point(13, 523);
            this.btnPrintVisit.Name = "btnPrintVisit";
            this.btnPrintVisit.Size = new System.Drawing.Size(146, 35);
            this.btnPrintVisit.TabIndex = 109;
            this.btnPrintVisit.Text = "پرینت ویزیت";
            this.btnPrintVisit.Click += new System.EventHandler(this.btnPrintVisit_Click);
            // 
            // UCDefineVisit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnRemove);
            this.Controls.Add(this.btnPrintVisit);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.radPageView1);
            this.Controls.Add(this.btnCancel);
            this.Name = "UCDefineVisit";
            this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.Size = new System.Drawing.Size(991, 564);
            ((System.ComponentModel.ISupportInitialize)(this.radPageView1)).EndInit();
            this.radPageView1.ResumeLayout(false);
            this.radPageViewPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.radGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox4)).EndInit();
            this.radGroupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grvPastServices.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPastServices)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient.EditorControl.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient.EditorControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPatient)).EndInit();
            this.cmbPatient.ResumeLayout(false);
            this.cmbPatient.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1.EditorControl.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1.EditorControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radMultiColumnComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDoctor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radTextBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblBedehi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnDocument)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tpTo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tpFrom)).EndInit();
            this.radPageViewPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox3)).EndInit();
            this.radGroupBox3.ResumeLayout(false);
            this.radGroupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grvServices.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvServices)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFinalSumCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grbService)).EndInit();
            this.grbService.ResumeLayout(false);
            this.grbService.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTakhfif)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcService)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtComment)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lsvInsurances)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblFinalServiceCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPercent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbService)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbCategories)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtServiceCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
            this.radPageViewPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox5)).EndInit();
            this.radGroupBox5.ResumeLayout(false);
            this.radGroupBox5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbPrescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPrescriptionDrug.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvPrescriptionDrug)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAddPrescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox6)).EndInit();
            this.radGroupBox6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.btnPrintPrescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvDrugs.MasterTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.grvDrugs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radGroupBox2)).EndInit();
            this.radGroupBox2.ResumeLayout(false);
            this.radGroupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cmbDrugs)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAddDrug)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnNewDrug)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtManual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.srcDrug)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRemove)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnPrintVisit)).EndInit();
            this.ResumeLayout(false);

        }
Пример #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Name");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Last Modified");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Size");
     Telerik.WinControls.UI.ListViewDataItemGroup   listViewDataItemGroup1 = new Telerik.WinControls.UI.ListViewDataItemGroup("Files");
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileManager));
     this.materialBlueGreyTheme1 = new Telerik.WinControls.Themes.MaterialBlueGreyTheme();
     this.radOpenFileDialog1     = new Telerik.WinControls.UI.RadOpenFileDialog();
     this.BucketFiles            = new Telerik.WinControls.UI.RadListView();
     this.flowLayoutPanel1       = new System.Windows.Forms.FlowLayoutPanel();
     this.BucketsListNames       = new Telerik.WinControls.UI.RadDropDownList();
     this.ConfigMenu             = new Telerik.WinControls.UI.RadButton();
     this.UploadMenu             = new Telerik.WinControls.UI.RadButton();
     this.panel1             = new System.Windows.Forms.Panel();
     this.DeleteMenu         = new Telerik.WinControls.UI.RadButton();
     this.ReloadFilesMenu    = new Telerik.WinControls.UI.RadButton();
     this.FileProgressUpload = new Telerik.WinControls.UI.RadProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.BucketFiles)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BucketsListNames)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ConfigMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UploadMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DeleteMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReloadFilesMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FileProgressUpload)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // BucketFiles
     //
     this.BucketFiles.AllowDragDrop   = true;
     this.BucketFiles.AllowDrop       = true;
     listViewDetailColumn1.HeaderText = "Name";
     listViewDetailColumn1.MinWidth   = 35F;
     listViewDetailColumn2.HeaderText = "Last Modified";
     listViewDetailColumn3.HeaderText = "Size";
     this.BucketFiles.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3
     });
     this.BucketFiles.GroupItemSize = new System.Drawing.Size(200, 32);
     listViewDataItemGroup1.Text    = "Files";
     this.BucketFiles.Groups.AddRange(new Telerik.WinControls.UI.ListViewDataItemGroup[] {
         listViewDataItemGroup1
     });
     this.BucketFiles.ItemSize    = new System.Drawing.Size(200, 32);
     this.BucketFiles.ItemSpacing = -1;
     this.BucketFiles.Location    = new System.Drawing.Point(12, 59);
     this.BucketFiles.Name        = "BucketFiles";
     this.BucketFiles.Size        = new System.Drawing.Size(794, 407);
     this.BucketFiles.TabIndex    = 2;
     this.BucketFiles.ThemeName   = "MaterialBlueGrey";
     this.BucketFiles.ViewType    = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.ConfigMenu);
     this.flowLayoutPanel1.Controls.Add(this.BucketsListNames);
     this.flowLayoutPanel1.Controls.Add(this.ReloadFilesMenu);
     this.flowLayoutPanel1.Controls.Add(this.panel1);
     this.flowLayoutPanel1.Controls.Add(this.UploadMenu);
     this.flowLayoutPanel1.Controls.Add(this.DeleteMenu);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(818, 47);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // BucketsListNames
     //
     this.BucketsListNames.Location  = new System.Drawing.Point(129, 3);
     this.BucketsListNames.Name      = "BucketsListNames";
     this.BucketsListNames.Size      = new System.Drawing.Size(222, 36);
     this.BucketsListNames.TabIndex  = 0;
     this.BucketsListNames.Text      = "Select Bucket ";
     this.BucketsListNames.ThemeName = "MaterialBlueGrey";
     //
     // ConfigMenu
     //
     this.ConfigMenu.Location  = new System.Drawing.Point(3, 3);
     this.ConfigMenu.Name      = "ConfigMenu";
     this.ConfigMenu.Size      = new System.Drawing.Size(120, 36);
     this.ConfigMenu.TabIndex  = 1;
     this.ConfigMenu.Text      = "Config";
     this.ConfigMenu.ThemeName = "MaterialBlueGrey";
     this.ConfigMenu.Click    += new System.EventHandler(this.ConfigMenu_Click);
     //
     // UploadMenu
     //
     this.UploadMenu.Location  = new System.Drawing.Point(566, 3);
     this.UploadMenu.Name      = "UploadMenu";
     this.UploadMenu.Size      = new System.Drawing.Size(120, 36);
     this.UploadMenu.TabIndex  = 2;
     this.UploadMenu.Text      = "Upload";
     this.UploadMenu.ThemeName = "MaterialBlueGrey";
     this.UploadMenu.Click    += new System.EventHandler(this.UploadMenu_Click);
     //
     // panel1
     //
     this.panel1.Location = new System.Drawing.Point(420, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(140, 36);
     this.panel1.TabIndex = 3;
     //
     // DeleteMenu
     //
     this.DeleteMenu.Location  = new System.Drawing.Point(692, 3);
     this.DeleteMenu.Name      = "DeleteMenu";
     this.DeleteMenu.Size      = new System.Drawing.Size(120, 36);
     this.DeleteMenu.TabIndex  = 4;
     this.DeleteMenu.Text      = "Delete";
     this.DeleteMenu.ThemeName = "MaterialBlueGrey";
     this.DeleteMenu.Click    += new System.EventHandler(this.DeleteMenu_Click);
     //
     // ReloadFilesMenu
     //
     this.ReloadFilesMenu.Image     = global::UploaderContent.Properties.Resources.refresh__2_;
     this.ReloadFilesMenu.Location  = new System.Drawing.Point(357, 3);
     this.ReloadFilesMenu.Name      = "ReloadFilesMenu";
     this.ReloadFilesMenu.Size      = new System.Drawing.Size(57, 36);
     this.ReloadFilesMenu.TabIndex  = 5;
     this.ReloadFilesMenu.ThemeName = "MaterialBlueGrey";
     this.ReloadFilesMenu.Click    += new System.EventHandler(this.ReloadFilesMenu_Click);
     //
     // FileProgressUpload
     //
     this.FileProgressUpload.Dock      = System.Windows.Forms.DockStyle.Top;
     this.FileProgressUpload.Enabled   = false;
     this.FileProgressUpload.Location  = new System.Drawing.Point(0, 47);
     this.FileProgressUpload.Name      = "FileProgressUpload";
     this.FileProgressUpload.Size      = new System.Drawing.Size(818, 10);
     this.FileProgressUpload.TabIndex  = 3;
     this.FileProgressUpload.ThemeName = "MaterialBlueGrey";
     //
     // FileManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(818, 478);
     this.Controls.Add(this.FileProgressUpload);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.BucketFiles);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FileManager";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "S3 uploader";
     this.ThemeName = "MaterialBlueGrey";
     this.Load     += new System.EventHandler(this.FileManager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.BucketFiles)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BucketsListNames)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ConfigMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UploadMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DeleteMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReloadFilesMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FileProgressUpload)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
Пример #35
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.RadListDataItem radListDataItem4 = new Telerik.WinControls.UI.RadListDataItem();
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Sesion");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Disponibilidad");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Instalacion");
            Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Precio");
            this.radRibbonBar1 = new Telerik.WinControls.UI.RadRibbonBar();
            this.ribbonTab1 = new Telerik.WinControls.UI.RibbonTab();
            this.radRibbonBarGroup1 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.ribbonTab2 = new Telerik.WinControls.UI.RibbonTab();
            this.radRibbonBarGroup2 = new Telerik.WinControls.UI.RadRibbonBarGroup();
            this.radButtonElement1 = new Telerik.WinControls.UI.RadButtonElement();
            this.radStatusStrip1 = new Telerik.WinControls.UI.RadStatusStrip();
            this.panel1 = new System.Windows.Forms.Panel();
            this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
            this.radButton1 = new Telerik.WinControls.UI.RadButton();
            this.ddMetodos = new Telerik.WinControls.UI.RadDropDownList();
            this.label2 = new System.Windows.Forms.Label();
            this.tbSocio = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.listaSesiones = new Telerik.WinControls.UI.RadListView();
            this.datePick = new Telerik.WinControls.UI.RadDateTimePicker();
            this.listaInstalaciones = new Telerik.WinControls.UI.RadListView();
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
            this.radPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddMetodos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaSesiones)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.datePick)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaInstalaciones)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // radRibbonBar1
            // 
            this.radRibbonBar1.CommandTabs.AddRange(new Telerik.WinControls.RadItem[] {
            this.ribbonTab1,
            this.ribbonTab2});
            this.radRibbonBar1.Location = new System.Drawing.Point(0, 0);
            this.radRibbonBar1.Name = "radRibbonBar1";
            this.radRibbonBar1.QuickAccessToolBarItems.AddRange(new Telerik.WinControls.RadItem[] {
            this.radButtonElement1});
            // 
            // 
            // 
            this.radRibbonBar1.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
            this.radRibbonBar1.Size = new System.Drawing.Size(834, 162);
            this.radRibbonBar1.TabIndex = 0;
            this.radRibbonBar1.Text = "Socio1";
            // 
            // ribbonTab1
            // 
            this.ribbonTab1.AccessibleDescription = "Reservar";
            this.ribbonTab1.AccessibleName = "Reservar";
            this.ribbonTab1.IsSelected = false;
            this.ribbonTab1.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radRibbonBarGroup1});
            this.ribbonTab1.Name = "ribbonTab1";
            this.ribbonTab1.Text = "Reservar";
            // 
            // radRibbonBarGroup1
            // 
            this.radRibbonBarGroup1.AccessibleDescription = "Instalaciones";
            this.radRibbonBarGroup1.AccessibleName = "Instalaciones";
            this.radRibbonBarGroup1.Name = "radRibbonBarGroup1";
            this.radRibbonBarGroup1.Text = "Instalaciones";
            this.radRibbonBarGroup1.Click += new System.EventHandler(this.radRibbonBarGroup1_Click);
            // 
            // ribbonTab2
            // 
            this.ribbonTab2.AccessibleDescription = "Mis reservas";
            this.ribbonTab2.AccessibleName = "Mis reservas";
            this.ribbonTab2.IsSelected = true;
            this.ribbonTab2.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radRibbonBarGroup2});
            this.ribbonTab2.Name = "ribbonTab2";
            this.ribbonTab2.Text = "Mis reservas";
            // 
            // radRibbonBarGroup2
            // 
            this.radRibbonBarGroup2.AccessibleDescription = "Reservas Recientes";
            this.radRibbonBarGroup2.AccessibleName = "Reservas Recientes";
            this.radRibbonBarGroup2.Name = "radRibbonBarGroup2";
            this.radRibbonBarGroup2.Text = "Reservas Recientes";
            this.radRibbonBarGroup2.Click += new System.EventHandler(this.radRibbonBarGroup2_Click);
            // 
            // radButtonElement1
            // 
            this.radButtonElement1.AccessibleDescription = "Socio";
            this.radButtonElement1.AccessibleName = "Socio";
            this.radButtonElement1.Name = "radButtonElement1";
            this.radButtonElement1.StretchHorizontally = false;
            this.radButtonElement1.StretchVertically = false;
            this.radButtonElement1.Text = "Socio";
            // 
            // radStatusStrip1
            // 
            this.radStatusStrip1.Location = new System.Drawing.Point(0, 567);
            this.radStatusStrip1.Name = "radStatusStrip1";
            this.radStatusStrip1.Size = new System.Drawing.Size(834, 26);
            this.radStatusStrip1.SizingGrip = false;
            this.radStatusStrip1.TabIndex = 1;
            this.radStatusStrip1.Text = "radStatusStrip1";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.radPanel1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 162);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(834, 405);
            this.panel1.TabIndex = 2;
            // 
            // radPanel1
            // 
            this.radPanel1.Controls.Add(this.radButton1);
            this.radPanel1.Controls.Add(this.ddMetodos);
            this.radPanel1.Controls.Add(this.label2);
            this.radPanel1.Controls.Add(this.tbSocio);
            this.radPanel1.Controls.Add(this.label1);
            this.radPanel1.Controls.Add(this.listaSesiones);
            this.radPanel1.Controls.Add(this.datePick);
            this.radPanel1.Controls.Add(this.listaInstalaciones);
            this.radPanel1.Location = new System.Drawing.Point(3, 0);
            this.radPanel1.Name = "radPanel1";
            this.radPanel1.Size = new System.Drawing.Size(834, 402);
            this.radPanel1.TabIndex = 0;
            // 
            // radButton1
            // 
            this.radButton1.Location = new System.Drawing.Point(658, 320);
            this.radButton1.Name = "radButton1";
            this.radButton1.Size = new System.Drawing.Size(110, 24);
            this.radButton1.TabIndex = 7;
            this.radButton1.Text = "Alquilar";
            this.radButton1.Click += new System.EventHandler(this.radButton1_Click);
            // 
            // ddMetodos
            // 
            radListDataItem3.Text = "Metalico";
            radListDataItem4.Text = "Mensual";
            this.ddMetodos.Items.Add(radListDataItem3);
            this.ddMetodos.Items.Add(radListDataItem4);
            this.ddMetodos.Location = new System.Drawing.Point(496, 200);
            this.ddMetodos.Name = "ddMetodos";
            this.ddMetodos.Size = new System.Drawing.Size(273, 20);
            this.ddMetodos.TabIndex = 6;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(493, 73);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(52, 13);
            this.label2.TabIndex = 5;
            this.label2.Text = "ID Socio:";
            // 
            // tbSocio
            // 
            this.tbSocio.Location = new System.Drawing.Point(565, 70);
            this.tbSocio.Name = "tbSocio";
            this.tbSocio.Size = new System.Drawing.Size(204, 20);
            this.tbSocio.TabIndex = 4;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(493, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(40, 13);
            this.label1.TabIndex = 3;
            this.label1.Text = "Fecha:";
            // 
            // listaSesiones
            // 
            this.listaSesiones.AllowEdit = false;
            listViewDetailColumn5.HeaderText = "Sesion";
            listViewDetailColumn6.HeaderText = "Disponibilidad";
            this.listaSesiones.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn5,
            listViewDetailColumn6});
            this.listaSesiones.ItemSpacing = -1;
            this.listaSesiones.Location = new System.Drawing.Point(9, 200);
            this.listaSesiones.MultiSelect = true;
            this.listaSesiones.Name = "listaSesiones";
            this.listaSesiones.Size = new System.Drawing.Size(414, 171);
            this.listaSesiones.TabIndex = 2;
            this.listaSesiones.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            this.listaSesiones.SelectedItemsChanged += new System.EventHandler(this.listaSesiones_SelectedItemsChanged);
            // 
            // datePick
            // 
            this.datePick.AllowDrop = true;
            this.datePick.CustomFormat = "dd/MM/yyyy";
            this.datePick.Location = new System.Drawing.Point(565, 19);
            this.datePick.MaxDate = new System.DateTime(((long)(0)));
            this.datePick.Name = "datePick";
            this.datePick.Size = new System.Drawing.Size(204, 20);
            this.datePick.TabIndex = 1;
            this.datePick.TabStop = false;
            this.datePick.Value = new System.DateTime(((long)(0)));
            this.datePick.ValueChanged += new System.EventHandler(this.datePick_ValueChanged);
            // 
            // listaInstalaciones
            // 
            listViewDetailColumn1.HeaderText = "Instalacion";
            listViewDetailColumn2.HeaderText = "Precio";
            this.listaInstalaciones.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
            listViewDetailColumn1,
            listViewDetailColumn2});
            this.listaInstalaciones.ItemSpacing = -1;
            this.listaInstalaciones.Location = new System.Drawing.Point(9, 19);
            this.listaInstalaciones.Name = "listaInstalaciones";
            this.listaInstalaciones.Size = new System.Drawing.Size(414, 171);
            this.listaInstalaciones.TabIndex = 0;
            this.listaInstalaciones.ViewType = Telerik.WinControls.UI.ListViewType.DetailsView;
            this.listaInstalaciones.ItemMouseClick += new Telerik.WinControls.UI.ListViewItemEventHandler(this.listaInstalaciones_ItemMouseClick);
            // 
            // Socio1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(834, 593);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.radStatusStrip1);
            this.Controls.Add(this.radRibbonBar1);
            this.Name = "Socio1";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.Text = "Socio1";
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStrip1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
            this.radPanel1.ResumeLayout(false);
            this.radPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddMetodos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaSesiones)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.datePick)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.listaInstalaciones)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "STT");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Mã SP");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Tên SP");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Mô Tả");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn5 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Mã Nhóm");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn6 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Tên Nhóm");
     this.groupControl1    = new DevExpress.XtraEditors.GroupControl();
     this.pic              = new DevExpress.XtraEditors.PictureEdit();
     this.lstDanhSach      = new Telerik.WinControls.UI.RadListView();
     this.radThemeManager1 = new Telerik.WinControls.RadThemeManager();
     this.lstNhomsp        = new Telerik.WinControls.UI.RadListView();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pic.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstDanhSach)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstNhomsp)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Location = new System.Drawing.Point(12, 12);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1338, 279);
     this.groupControl1.TabIndex = 9;
     //
     // pic
     //
     this.pic.Cursor   = System.Windows.Forms.Cursors.Default;
     this.pic.Location = new System.Drawing.Point(1356, 12);
     this.pic.Name     = "pic";
     this.pic.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pic.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
     this.pic.Size     = new System.Drawing.Size(548, 279);
     this.pic.TabIndex = 11;
     //
     // lstDanhSach
     //
     listViewDetailColumn1.HeaderText = "STT";
     listViewDetailColumn1.Width      = 130F;
     listViewDetailColumn2.HeaderText = "Mã SP";
     listViewDetailColumn2.Width      = 140F;
     listViewDetailColumn3.HeaderText = "Tên SP";
     listViewDetailColumn3.Width      = 500F;
     listViewDetailColumn4.HeaderText = "Mô Tả";
     listViewDetailColumn4.Width      = 230F;
     this.lstDanhSach.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4
     });
     this.lstDanhSach.Font        = new System.Drawing.Font("Lucida Sans Typewriter", 15F, System.Drawing.FontStyle.Bold);
     this.lstDanhSach.ItemSpacing = -1;
     this.lstDanhSach.Location    = new System.Drawing.Point(12, 297);
     this.lstDanhSach.Name        = "lstDanhSach";
     this.lstDanhSach.Size        = new System.Drawing.Size(981, 456);
     this.lstDanhSach.TabIndex    = 12;
     this.lstDanhSach.ThemeName   = "ControlDefault";
     this.lstDanhSach.ViewType    = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // lstNhomsp
     //
     listViewDetailColumn5.HeaderText = "Mã Nhóm";
     listViewDetailColumn5.Width      = 150F;
     listViewDetailColumn6.HeaderText = "Tên Nhóm";
     this.lstNhomsp.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn5,
         listViewDetailColumn6
     });
     this.lstNhomsp.Font                 = new System.Drawing.Font("Lucida Sans Typewriter", 15F, System.Drawing.FontStyle.Bold);
     this.lstNhomsp.ItemSpacing          = -1;
     this.lstNhomsp.Location             = new System.Drawing.Point(999, 297);
     this.lstNhomsp.Name                 = "lstNhomsp";
     this.lstNhomsp.Size                 = new System.Drawing.Size(351, 456);
     this.lstNhomsp.TabIndex             = 13;
     this.lstNhomsp.ViewType             = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.lstNhomsp.SelectedItemChanged += new System.EventHandler(this.radListView1_SelectedItemChanged);
     //
     // frmChiTietSP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1916, 765);
     this.Controls.Add(this.lstNhomsp);
     this.Controls.Add(this.lstDanhSach);
     this.Controls.Add(this.pic);
     this.Controls.Add(this.groupControl1);
     this.Name = "frmChiTietSP";
     this.Text = "frmChiTietSP";
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pic.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstDanhSach)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstNhomsp)).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()
 {
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Column 0");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Column 1");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn3 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Column 2");
     Telerik.WinControls.UI.ListViewDetailColumn    listViewDetailColumn4 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Column 3");
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(HolidaysForm));
     this.calendarHolidays = new Telerik.WinControls.UI.RadCalendar();
     this.bOK = new Telerik.WinControls.UI.RadButton();
     this.listViewSelectedDates = new Telerik.WinControls.UI.RadListView();
     ((System.ComponentModel.ISupportInitialize)(this.calendarHolidays)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bOK)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listViewSelectedDates)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // calendarHolidays
     //
     this.calendarHolidays.AllowMultipleSelect = true;
     this.calendarHolidays.Culture             = new System.Globalization.CultureInfo("ru-RU");
     this.calendarHolidays.DayNameFormat       = Telerik.WinControls.UI.DayNameFormat.FirstTwoLetters;
     this.calendarHolidays.FirstDayOfWeek      = Telerik.WinControls.UI.FirstDayOfWeek.Monday;
     this.calendarHolidays.FocusedDate         = new System.DateTime(2014, 1, 1, 0, 0, 0, 0);
     this.calendarHolidays.Location            = new System.Drawing.Point(23, 27);
     this.calendarHolidays.Name              = "calendarHolidays";
     this.calendarHolidays.RangeMaxDate      = new System.DateTime(2050, 12, 30, 0, 0, 0, 0);
     this.calendarHolidays.RangeMinDate      = new System.DateTime(2014, 1, 1, 0, 0, 0, 0);
     this.calendarHolidays.Size              = new System.Drawing.Size(250, 250);
     this.calendarHolidays.TabIndex          = 0;
     this.calendarHolidays.Text              = "Holidays Calendar";
     this.calendarHolidays.ZoomFactor        = 1F;
     this.calendarHolidays.SelectionChanged += new System.EventHandler(this.calendarHolidays_SelectionChanged);
     //
     // bOK
     //
     this.bOK.Location = new System.Drawing.Point(221, 302);
     this.bOK.Name     = "bOK";
     this.bOK.Size     = new System.Drawing.Size(150, 43);
     this.bOK.TabIndex = 1;
     this.bOK.Text     = "OK";
     this.bOK.Click   += new System.EventHandler(this.bOK_Click);
     //
     // listViewSelectedDates
     //
     listViewDetailColumn1.HeaderText = "Column 0";
     listViewDetailColumn2.HeaderText = "Column 1";
     listViewDetailColumn3.HeaderText = "Column 2";
     listViewDetailColumn4.HeaderText = "Column 3";
     this.listViewSelectedDates.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4
     });
     this.listViewSelectedDates.Location            = new System.Drawing.Point(320, 27);
     this.listViewSelectedDates.Name                = "listViewSelectedDates";
     this.listViewSelectedDates.SelectLastAddedItem = false;
     this.listViewSelectedDates.Size                = new System.Drawing.Size(250, 250);
     this.listViewSelectedDates.TabIndex            = 4;
     //
     // HolidaysForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(593, 380);
     this.Controls.Add(this.listViewSelectedDates);
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.calendarHolidays);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "HolidaysForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "Календарь выходных";
     this.ThemeName = "ControlDefault";
     ((System.ComponentModel.ISupportInitialize)(this.calendarHolidays)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bOK)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listViewSelectedDates)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.Label label1;
     System.Windows.Forms.Label label2;
     System.Windows.Forms.Label label3;
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn1 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 0", "Title");
     Telerik.WinControls.UI.ListViewDetailColumn listViewDetailColumn2 = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Number");
     Telerik.WinControls.UI.RadListDataItem      radListDataItem1      = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem2      = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem      radListDataItem3      = new Telerik.WinControls.UI.RadListDataItem();
     this.firstNameTB    = new System.Windows.Forms.TextBox();
     this.lastNameTB     = new System.Windows.Forms.TextBox();
     this.phoneNumbersLV = new Telerik.WinControls.UI.RadListView();
     this.titleDD        = new Telerik.WinControls.UI.RadDropDownList();
     this.numberTB       = new System.Windows.Forms.TextBox();
     this.addBtn         = new Telerik.WinControls.UI.RadButton();
     this.saveBtn        = new Telerik.WinControls.UI.RadButton();
     this.removeBtn      = new Telerik.WinControls.UI.RadButton();
     this.cancelBtn      = new Telerik.WinControls.UI.RadButton();
     label1 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.phoneNumbersLV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.titleDD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.addBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.saveBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.removeBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cancelBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(12, 15);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(64, 13);
     label1.TabIndex = 0;
     label1.Text     = "First Name:";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(12, 41);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(62, 13);
     label2.TabIndex = 2;
     label2.Text     = "Last Name:";
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(12, 75);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(87, 13);
     label3.TabIndex = 4;
     label3.Text     = "Phone Number:";
     //
     // firstNameTB
     //
     this.firstNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.firstNameTB.Location = new System.Drawing.Point(82, 12);
     this.firstNameTB.Name     = "firstNameTB";
     this.firstNameTB.Size     = new System.Drawing.Size(216, 20);
     this.firstNameTB.TabIndex = 0;
     //
     // lastNameTB
     //
     this.lastNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lastNameTB.Location = new System.Drawing.Point(82, 38);
     this.lastNameTB.Name     = "lastNameTB";
     this.lastNameTB.Size     = new System.Drawing.Size(216, 20);
     this.lastNameTB.TabIndex = 1;
     //
     // phoneNumbersLV
     //
     this.phoneNumbersLV.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)));
     listViewDetailColumn1.HeaderText = "Title";
     listViewDetailColumn1.Width      = 75F;
     listViewDetailColumn2.HeaderText = "Number";
     listViewDetailColumn2.MinWidth   = 50F;
     this.phoneNumbersLV.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2
     });
     this.phoneNumbersLV.ItemSpacing          = -1;
     this.phoneNumbersLV.Location             = new System.Drawing.Point(12, 147);
     this.phoneNumbersLV.Name                 = "phoneNumbersLV";
     this.phoneNumbersLV.Size                 = new System.Drawing.Size(286, 115);
     this.phoneNumbersLV.TabIndex             = 5;
     this.phoneNumbersLV.Text                 = "radListView1";
     this.phoneNumbersLV.ViewType             = Telerik.WinControls.UI.ListViewType.DetailsView;
     this.phoneNumbersLV.SelectedItemChanged += new System.EventHandler(this.phoneNumbersLV_SelectedItemChanged);
     this.phoneNumbersLV.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.phoneNumbersLV_KeyUp);
     //
     // titleDD
     //
     radListDataItem1.Text = "Home";
     radListDataItem2.Text = "Mobile";
     radListDataItem3.Text = "Work";
     this.titleDD.Items.Add(radListDataItem1);
     this.titleDD.Items.Add(radListDataItem2);
     this.titleDD.Items.Add(radListDataItem3);
     this.titleDD.Location = new System.Drawing.Point(12, 91);
     this.titleDD.Name     = "titleDD";
     this.titleDD.Size     = new System.Drawing.Size(87, 20);
     this.titleDD.TabIndex = 2;
     this.titleDD.Text     = "Mobile";
     //
     // numberTB
     //
     this.numberTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.numberTB.Location = new System.Drawing.Point(105, 91);
     this.numberTB.Name     = "numberTB";
     this.numberTB.Size     = new System.Drawing.Size(193, 20);
     this.numberTB.TabIndex = 3;
     this.numberTB.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.numberTB_KeyUp);
     //
     // addBtn
     //
     this.addBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.addBtn.Location = new System.Drawing.Point(211, 117);
     this.addBtn.Name     = "addBtn";
     this.addBtn.Size     = new System.Drawing.Size(87, 24);
     this.addBtn.TabIndex = 4;
     this.addBtn.Text     = "Add";
     this.addBtn.Click   += new System.EventHandler(this.addBtn_Click);
     //
     // saveBtn
     //
     this.saveBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveBtn.Location = new System.Drawing.Point(188, 272);
     this.saveBtn.Name     = "saveBtn";
     this.saveBtn.Size     = new System.Drawing.Size(110, 24);
     this.saveBtn.TabIndex = 6;
     this.saveBtn.Text     = "Save";
     this.saveBtn.Click   += new System.EventHandler(this.saveBtn_Click);
     //
     // removeBtn
     //
     this.removeBtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.removeBtn.Enabled  = false;
     this.removeBtn.Location = new System.Drawing.Point(95, 117);
     this.removeBtn.Name     = "removeBtn";
     this.removeBtn.Size     = new System.Drawing.Size(110, 24);
     this.removeBtn.TabIndex = 5;
     this.removeBtn.Text     = "Remove Selected";
     this.removeBtn.Click   += new System.EventHandler(this.removeBtn_Click);
     //
     // cancelBtn
     //
     this.cancelBtn.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelBtn.Location     = new System.Drawing.Point(72, 272);
     this.cancelBtn.Name         = "cancelBtn";
     this.cancelBtn.Size         = new System.Drawing.Size(110, 24);
     this.cancelBtn.TabIndex     = 7;
     this.cancelBtn.Text         = "Cancel";
     //
     // NewContactForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelBtn;
     this.ClientSize          = new System.Drawing.Size(310, 308);
     this.ControlBox          = false;
     this.Controls.Add(this.cancelBtn);
     this.Controls.Add(this.removeBtn);
     this.Controls.Add(this.saveBtn);
     this.Controls.Add(this.addBtn);
     this.Controls.Add(this.numberTB);
     this.Controls.Add(this.titleDD);
     this.Controls.Add(this.phoneNumbersLV);
     this.Controls.Add(label3);
     this.Controls.Add(this.lastNameTB);
     this.Controls.Add(label2);
     this.Controls.Add(this.firstNameTB);
     this.Controls.Add(label1);
     this.Name = "NewContactForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "New Contact";
     ((System.ComponentModel.ISupportInitialize)(this.phoneNumbersLV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.titleDD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.addBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.saveBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.removeBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cancelBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }