Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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();
 }
Ejemplo n.º 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", "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);
 }
Ejemplo n.º 3
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.ListViewDataItemGroup   listViewDataItemGroup1 = new Telerik.WinControls.UI.ListViewDataItemGroup("Basic");
     Telerik.WinControls.UI.ListViewDataItemGroup   listViewDataItemGroup2 = new Telerik.WinControls.UI.ListViewDataItemGroup("Arrow");
     Telerik.WinControls.UI.ListViewDataItemGroup   listViewDataItemGroup3 = new Telerik.WinControls.UI.ListViewDataItemGroup("Flowchart");
     Telerik.WinControls.UI.ListViewDataItemGroup   listViewDataItemGroup4 = new Telerik.WinControls.UI.ListViewDataItemGroup("Container");
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     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();
     Telerik.WinControls.UI.RadListDataItem         radListDataItem5 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem         radListDataItem6 = new Telerik.WinControls.UI.RadListDataItem();
     Telerik.WinControls.UI.RadListDataItem         radListDataItem7 = new Telerik.WinControls.UI.RadListDataItem();
     this.radPropertyGrid1   = new Telerik.WinControls.UI.RadPropertyGrid();
     this.radDiagramToolbox1 = new Telerik.WinControls.UI.RadDiagramToolbox();
     this.diagramRibbonBar1  = new Telerik.WinControls.UI.RadDiagramRibbonBar();
     this.radDiagram1        = new Telerik.WinControls.UI.RadDiagram();
     this.radDropDownList1   = new Telerik.WinControls.UI.RadDropDownList();
     this.dropDownExample    = new Telerik.WinControls.UI.RadDropDownListElement();
     this.radDock1           = new Telerik.WinControls.UI.Docking.RadDock();
     this.toolWindow1        = new Telerik.WinControls.UI.Docking.ToolWindow();
     this.toolTabStrip1      = new Telerik.WinControls.UI.Docking.ToolTabStrip();
     this.documentContainer1 = new Telerik.WinControls.UI.Docking.DocumentContainer();
     this.documentTabStrip2  = new Telerik.WinControls.UI.Docking.DocumentTabStrip();
     this.toolWindow3        = new Telerik.WinControls.UI.Docking.ToolWindow();
     this.radLabel1          = new Telerik.WinControls.UI.RadLabel();
     this.documentTabStrip1  = new Telerik.WinControls.UI.Docking.DocumentTabStrip();
     this.documentWindow1    = new Telerik.WinControls.UI.Docking.DocumentWindow();
     this.toolTabStrip2      = new Telerik.WinControls.UI.Docking.ToolTabStrip();
     this.toolWindow2        = new Telerik.WinControls.UI.Docking.ToolWindow();
     ((System.ComponentModel.ISupportInitialize)(this.radPropertyGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDiagramToolbox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.diagramRibbonBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dropDownExample)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDock1)).BeginInit();
     this.radDock1.SuspendLayout();
     this.toolWindow1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toolTabStrip1)).BeginInit();
     this.toolTabStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.documentContainer1)).BeginInit();
     this.documentContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.documentTabStrip2)).BeginInit();
     this.documentTabStrip2.SuspendLayout();
     this.toolWindow3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentTabStrip1)).BeginInit();
     this.documentTabStrip1.SuspendLayout();
     this.documentWindow1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toolTabStrip2)).BeginInit();
     this.toolTabStrip2.SuspendLayout();
     this.toolWindow2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // radPropertyGrid1
     //
     this.radPropertyGrid1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.radPropertyGrid1.Location       = new System.Drawing.Point(0, 0);
     this.radPropertyGrid1.Name           = "radPropertyGrid1";
     this.radPropertyGrid1.Size           = new System.Drawing.Size(258, 555);
     this.radPropertyGrid1.TabIndex       = 2;
     this.radPropertyGrid1.Text           = "radPropertyGrid1";
     this.radPropertyGrid1.ToolbarVisible = true;
     //
     // radDiagramToolbox1
     //
     this.radDiagramToolbox1.AllowDragDrop        = true;
     this.radDiagramToolbox1.AllowDrop            = true;
     this.radDiagramToolbox1.AllowEdit            = false;
     this.radDiagramToolbox1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.radDiagramToolbox1.EnableCustomGrouping = true;
     this.radDiagramToolbox1.FullRowSelect        = false;
     this.radDiagramToolbox1.ItemSize             = new System.Drawing.Size(80, 80);
     this.radDiagramToolbox1.ItemSpacing          = 10;
     this.radDiagramToolbox1.Location             = new System.Drawing.Point(0, 0);
     this.radDiagramToolbox1.Name                 = "radDiagramToolbox1";
     this.radDiagramToolbox1.Padding              = new System.Windows.Forms.Padding(0, 10, 0, 0);
     this.radDiagramToolbox1.ShowGroups           = true;
     this.radDiagramToolbox1.Size                 = new System.Drawing.Size(226, 555);
     this.radDiagramToolbox1.TabIndex             = 1;
     this.radDiagramToolbox1.Text                 = "radDiagramToolbox1";
     this.radDiagramToolbox1.ViewType             = Telerik.WinControls.UI.ListViewType.IconsView;
     ((Telerik.WinControls.UI.RadListViewElement)(this.radDiagramToolbox1.GetChildAt(0))).TextAlignment = System.Drawing.ContentAlignment.TopCenter;
     ((Telerik.WinControls.UI.RadListViewElement)(this.radDiagramToolbox1.GetChildAt(0))).Padding       = new System.Windows.Forms.Padding(5, 10, 0, 0);
     ((Telerik.WinControls.UI.RadListViewElement)(this.radDiagramToolbox1.GetChildAt(0))).ClipDrawing   = true;
     //
     // diagramRibbonBar1
     //
     this.diagramRibbonBar1.AssociatedDiagram = this.radDiagram1;
     //
     //
     //
     this.diagramRibbonBar1.ExitButton.Text = "Exit";
     this.diagramRibbonBar1.Location        = new System.Drawing.Point(0, 0);
     this.diagramRibbonBar1.Name            = "diagramRibbonBar1";
     //
     //
     //
     this.diagramRibbonBar1.OptionsButton.Text = "Options";
     this.diagramRibbonBar1.Size     = new System.Drawing.Size(1395, 164);
     this.diagramRibbonBar1.TabIndex = 0;
     this.diagramRibbonBar1.Text     = "Diagram";
     //
     // radDiagram1
     //
     this.radDiagram1.DisplayMemberPath = null;
     this.radDiagram1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.radDiagram1.Location          = new System.Drawing.Point(0, 0);
     this.radDiagram1.Name              = "radDiagram1";
     this.radDiagram1.SerializedXml     = resources.GetString("radDiagram1.SerializedXml");
     this.radDiagram1.Size              = new System.Drawing.Size(910, 524);
     this.radDiagram1.TabIndex          = 3;
     this.radDiagram1.Text              = "radDiagram1";
     this.radDiagram1.SelectionChanged += new System.EventHandler(this.DiagramElement_SelectionChanged);
     //
     // radDropDownList1
     //
     this.radDropDownList1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.radDropDownList1.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
     radListDataItem1.Tag  = "radDiagram1.SerializedXml";
     radListDataItem1.Text = "Decision Flowchart";
     radListDataItem2.Tag  = "String1";
     radListDataItem2.Text = "Cycle Diagram";
     radListDataItem3.Tag  = "String2";
     radListDataItem3.Text = "Linear Process Diagram";
     radListDataItem4.Tag  = "String3";
     radListDataItem4.Text = "Routing";
     radListDataItem5.Tag  = "String4";
     radListDataItem5.Text = "Connection Gaps";
     radListDataItem6.Tag  = "";
     radListDataItem6.Text = "DataBinding";
     radListDataItem7.Tag  = "String5";
     radListDataItem7.Text = "Floor Plan";
     this.radDropDownList1.Items.Add(radListDataItem1);
     this.radDropDownList1.Items.Add(radListDataItem2);
     this.radDropDownList1.Items.Add(radListDataItem3);
     this.radDropDownList1.Items.Add(radListDataItem4);
     this.radDropDownList1.Items.Add(radListDataItem5);
     this.radDropDownList1.Items.Add(radListDataItem6);
     this.radDropDownList1.Items.Add(radListDataItem7);
     this.radDropDownList1.Location              = new System.Drawing.Point(90, 5);
     this.radDropDownList1.Name                  = "radDropDownList1";
     this.radDropDownList1.Size                  = new System.Drawing.Size(196, 20);
     this.radDropDownList1.TabIndex              = 4;
     this.radDropDownList1.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.radDropDownList1_SelectedIndexChanged);
     //
     // dropDownExample
     //
     this.dropDownExample.AutoCompleteAppend       = null;
     this.dropDownExample.AutoCompleteDataSource   = null;
     this.dropDownExample.AutoCompleteSuggest      = null;
     this.dropDownExample.DataMember               = "";
     this.dropDownExample.DataSource               = null;
     this.dropDownExample.DefaultValue             = null;
     this.dropDownExample.DisplayMember            = "";
     this.dropDownExample.DropDownAnimationEasing  = Telerik.WinControls.RadEasingType.InQuad;
     this.dropDownExample.DropDownAnimationEnabled = true;
     this.dropDownExample.EditableElementText      = "";
     this.dropDownExample.EditorElement            = this.dropDownExample;
     this.dropDownExample.EditorManager            = null;
     this.dropDownExample.Filter            = null;
     this.dropDownExample.FilterExpression  = "";
     this.dropDownExample.Focusable         = true;
     this.dropDownExample.FormatString      = "";
     this.dropDownExample.FormattingEnabled = true;
     this.dropDownExample.ItemHeight        = 18;
     this.dropDownExample.MaxDropDownItems  = 0;
     this.dropDownExample.MaxLength         = 32767;
     this.dropDownExample.MaxValue          = null;
     this.dropDownExample.MinValue          = null;
     this.dropDownExample.Name                  = "dropDownExample";
     this.dropDownExample.NullValue             = null;
     this.dropDownExample.OwnerOffset           = 0;
     this.dropDownExample.ShowImageInEditorArea = true;
     this.dropDownExample.SortStyle             = Telerik.WinControls.Enumerations.SortStyle.None;
     this.dropDownExample.Value                 = null;
     this.dropDownExample.ValueMember           = "";
     //
     // radDock1
     //
     this.radDock1.ActiveWindow     = this.toolWindow1;
     this.radDock1.CausesValidation = false;
     this.radDock1.Controls.Add(this.toolTabStrip1);
     this.radDock1.Controls.Add(this.documentContainer1);
     this.radDock1.Controls.Add(this.toolTabStrip2);
     this.radDock1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.radDock1.DocumentTabsVisible   = false;
     this.radDock1.IsCleanUpTarget       = true;
     this.radDock1.Location              = new System.Drawing.Point(0, 164);
     this.radDock1.MainDocumentContainer = this.documentContainer1;
     this.radDock1.Name = "radDock1";
     //
     //
     //
     this.radDock1.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.radDock1.Size     = new System.Drawing.Size(1395, 591);
     this.radDock1.TabIndex = 0;
     this.radDock1.TabStop  = false;
     this.radDock1.Text     = "radDock1";
     //
     // toolWindow1
     //
     this.toolWindow1.Caption = null;
     this.toolWindow1.Controls.Add(this.radDiagramToolbox1);
     this.toolWindow1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.toolWindow1.Location          = new System.Drawing.Point(1, 24);
     this.toolWindow1.Name              = "toolWindow1";
     this.toolWindow1.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
     this.toolWindow1.Size              = new System.Drawing.Size(226, 555);
     this.toolWindow1.Text              = "Toolbox";
     //
     // toolTabStrip1
     //
     this.toolTabStrip1.CanUpdateChildIndex = true;
     this.toolTabStrip1.Controls.Add(this.toolWindow1);
     this.toolTabStrip1.Location = new System.Drawing.Point(5, 5);
     this.toolTabStrip1.Name     = "toolTabStrip1";
     //
     //
     //
     this.toolTabStrip1.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.toolTabStrip1.SelectedIndex       = 0;
     this.toolTabStrip1.Size = new System.Drawing.Size(228, 581);
     this.toolTabStrip1.SizeInfo.AbsoluteSize       = new System.Drawing.Size(228, 200);
     this.toolTabStrip1.SizeInfo.SplitterCorrection = new System.Drawing.Size(28, 0);
     this.toolTabStrip1.TabIndex = 1;
     this.toolTabStrip1.TabStop  = false;
     //
     // documentContainer1
     //
     this.documentContainer1.CausesValidation = false;
     this.documentContainer1.Controls.Add(this.documentTabStrip2);
     this.documentContainer1.Controls.Add(this.documentTabStrip1);
     this.documentContainer1.Name        = "documentContainer1";
     this.documentContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     //
     //
     this.documentContainer1.RootElement.MinSize         = new System.Drawing.Size(0, 0);
     this.documentContainer1.SizeInfo.AbsoluteSize       = new System.Drawing.Size(771, 200);
     this.documentContainer1.SizeInfo.SizeMode           = Telerik.WinControls.UI.Docking.SplitPanelSizeMode.Fill;
     this.documentContainer1.SizeInfo.SplitterCorrection = new System.Drawing.Size(-56, 0);
     this.documentContainer1.TabIndex = 2;
     //
     // documentTabStrip2
     //
     this.documentTabStrip2.CanUpdateChildIndex = true;
     this.documentTabStrip2.CausesValidation    = false;
     this.documentTabStrip2.Controls.Add(this.toolWindow3);
     this.documentTabStrip2.Location = new System.Drawing.Point(0, 0);
     this.documentTabStrip2.Name     = "documentTabStrip2";
     //
     //
     //
     this.documentTabStrip2.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.documentTabStrip2.SelectedIndex       = 0;
     this.documentTabStrip2.Size = new System.Drawing.Size(771, 41);
     this.documentTabStrip2.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0F, -0.4281664F);
     this.documentTabStrip2.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, -226);
     this.documentTabStrip2.TabIndex        = 1;
     this.documentTabStrip2.TabStop         = false;
     this.documentTabStrip2.TabStripVisible = false;
     //
     // toolWindow3
     //
     this.toolWindow3.Caption = null;
     this.toolWindow3.Controls.Add(this.radLabel1);
     this.toolWindow3.Controls.Add(this.radDropDownList1);
     this.toolWindow3.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.toolWindow3.Location          = new System.Drawing.Point(6, 6);
     this.toolWindow3.Name              = "toolWindow3";
     this.toolWindow3.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Floating;
     this.toolWindow3.Size              = new System.Drawing.Size(909, 29);
     this.toolWindow3.Text              = "toolWindow3";
     //
     // radLabel1
     //
     this.radLabel1.Location = new System.Drawing.Point(14, 6);
     this.radLabel1.Name     = "radLabel1";
     this.radLabel1.Size     = new System.Drawing.Size(76, 18);
     this.radLabel1.TabIndex = 5;
     this.radLabel1.Text     = "Diagram type:";
     //
     // documentTabStrip1
     //
     this.documentTabStrip1.CanUpdateChildIndex = true;
     this.documentTabStrip1.Controls.Add(this.documentWindow1);
     this.documentTabStrip1.Location = new System.Drawing.Point(0, 45);
     this.documentTabStrip1.Name     = "documentTabStrip1";
     //
     //
     //
     this.documentTabStrip1.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.documentTabStrip1.SelectedIndex       = 0;
     this.documentTabStrip1.Size = new System.Drawing.Size(921, 536);
     this.documentTabStrip1.SizeInfo.AutoSizeScale      = new System.Drawing.SizeF(0F, 0.4281664F);
     this.documentTabStrip1.SizeInfo.SplitterCorrection = new System.Drawing.Size(0, 226);
     this.documentTabStrip1.TabIndex        = 0;
     this.documentTabStrip1.TabStop         = false;
     this.documentTabStrip1.TabStripVisible = false;
     //
     // documentWindow1
     //
     this.documentWindow1.Controls.Add(this.radDiagram1);
     this.documentWindow1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.documentWindow1.Location          = new System.Drawing.Point(6, 6);
     this.documentWindow1.Name              = "documentWindow1";
     this.documentWindow1.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.TabbedDocument;
     this.documentWindow1.Size              = new System.Drawing.Size(909, 524);
     this.documentWindow1.Text              = "documentWindow1";
     //
     // toolTabStrip2
     //
     this.toolTabStrip2.CanUpdateChildIndex = true;
     this.toolTabStrip2.Controls.Add(this.toolWindow2);
     this.toolTabStrip2.Location = new System.Drawing.Point(1130, 5);
     this.toolTabStrip2.Name     = "toolTabStrip2";
     //
     //
     //
     this.toolTabStrip2.RootElement.MinSize = new System.Drawing.Size(0, 0);
     this.toolTabStrip2.SelectedIndex       = 0;
     this.toolTabStrip2.Size = new System.Drawing.Size(260, 581);
     this.toolTabStrip2.SizeInfo.AbsoluteSize       = new System.Drawing.Size(260, 200);
     this.toolTabStrip2.SizeInfo.SplitterCorrection = new System.Drawing.Size(60, 0);
     this.toolTabStrip2.TabIndex = 2;
     this.toolTabStrip2.TabStop  = false;
     //
     // toolWindow2
     //
     this.toolWindow2.Caption = null;
     this.toolWindow2.Controls.Add(this.radPropertyGrid1);
     this.toolWindow2.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.toolWindow2.Location          = new System.Drawing.Point(1, 24);
     this.toolWindow2.Name              = "toolWindow2";
     this.toolWindow2.PreviousDockState = Telerik.WinControls.UI.Docking.DockState.Docked;
     this.toolWindow2.Size              = new System.Drawing.Size(258, 555);
     this.toolWindow2.Text              = "Properties";
     //
     // Form1
     //
     this.AllowAero           = false;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1395, 755);
     this.Controls.Add(this.radDock1);
     this.Controls.Add(this.diagramRibbonBar1);
     this.Name = "Form1";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text = "Diagram";
     ((System.ComponentModel.ISupportInitialize)(this.radPropertyGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDiagramToolbox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.diagramRibbonBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dropDownExample)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radDock1)).EndInit();
     this.radDock1.ResumeLayout(false);
     this.toolWindow1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.toolTabStrip1)).EndInit();
     this.toolTabStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.documentContainer1)).EndInit();
     this.documentContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.documentTabStrip2)).EndInit();
     this.documentTabStrip2.ResumeLayout(false);
     this.toolWindow3.ResumeLayout(false);
     this.toolWindow3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentTabStrip1)).EndInit();
     this.documentTabStrip1.ResumeLayout(false);
     this.documentWindow1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.toolTabStrip2)).EndInit();
     this.toolTabStrip2.ResumeLayout(false);
     this.toolWindow2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
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);
 }
 /// <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", "Format ID");
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn2  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 1", "Type");
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn3  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 2", "Resolution");
     Telerik.WinControls.UI.ListViewDetailColumn  listViewDetailColumn4  = new Telerik.WinControls.UI.ListViewDetailColumn("Column 3", "Tags");
     Telerik.WinControls.UI.ListViewDataItemGroup listViewDataItemGroup1 = new Telerik.WinControls.UI.ListViewDataItemGroup("Original Formats");
     this.visualStudio2012DarkTheme1 = new Telerik.WinControls.Themes.VisualStudio2012DarkTheme();
     this.txtUrl           = new Telerik.WinControls.UI.RadTextBox();
     this.radLabel1        = new Telerik.WinControls.UI.RadLabel();
     this.btnDownload      = new Telerik.WinControls.UI.RadButton();
     this.radLabel2        = new Telerik.WinControls.UI.RadLabel();
     this.txtSavePath      = new Telerik.WinControls.UI.RadTextBox();
     this.btnSelectPath    = new Telerik.WinControls.UI.RadButton();
     this.fluentDarkTheme1 = new Telerik.WinControls.Themes.FluentDarkTheme();
     this.btnGetFormatList = new Telerik.WinControls.UI.RadButton();
     this.listFormatList   = new Telerik.WinControls.UI.RadListControl();
     this.lvFormatList     = new Telerik.WinControls.UI.RadListView();
     this.lblVideoTitle    = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.txtUrl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDownload)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSavePath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSelectPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnGetFormatList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listFormatList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvFormatList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // txtUrl
     //
     this.txtUrl.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUrl.Location  = new System.Drawing.Point(47, 3);
     this.txtUrl.MaxLength = 300;
     this.txtUrl.Name      = "txtUrl";
     this.txtUrl.Size      = new System.Drawing.Size(612, 24);
     this.txtUrl.TabIndex  = 0;
     this.txtUrl.Text      = "https://www.youtube.com/watch?v=Wl959QnD3lM";
     this.txtUrl.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtUrl.ThemeName = "VisualStudio2012Dark";
     //
     // radLabel1
     //
     this.radLabel1.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel1.ForeColor = System.Drawing.Color.White;
     this.radLabel1.Location  = new System.Drawing.Point(2, 2);
     this.radLabel1.Name      = "radLabel1";
     this.radLabel1.Size      = new System.Drawing.Size(39, 25);
     this.radLabel1.TabIndex  = 1;
     this.radLabel1.Text      = "URL";
     this.radLabel1.ThemeName = "VisualStudio2012Dark";
     //
     // btnDownload
     //
     this.btnDownload.Enabled   = false;
     this.btnDownload.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDownload.Location  = new System.Drawing.Point(2, 350);
     this.btnDownload.Name      = "btnDownload";
     this.btnDownload.Size      = new System.Drawing.Size(691, 24);
     this.btnDownload.TabIndex  = 2;
     this.btnDownload.Text      = "Download";
     this.btnDownload.ThemeName = "VisualStudio2012Dark";
     this.btnDownload.Click    += new System.EventHandler(this.radButton1_Click);
     //
     // radLabel2
     //
     this.radLabel2.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radLabel2.ForeColor = System.Drawing.Color.White;
     this.radLabel2.Location  = new System.Drawing.Point(2, 33);
     this.radLabel2.Name      = "radLabel2";
     this.radLabel2.Size      = new System.Drawing.Size(119, 25);
     this.radLabel2.TabIndex  = 3;
     this.radLabel2.Text      = "Download Path";
     this.radLabel2.ThemeName = "VisualStudio2012Dark";
     //
     // txtSavePath
     //
     this.txtSavePath.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSavePath.Location  = new System.Drawing.Point(127, 34);
     this.txtSavePath.MaxLength = 300;
     this.txtSavePath.Name      = "txtSavePath";
     this.txtSavePath.Size      = new System.Drawing.Size(532, 24);
     this.txtSavePath.TabIndex  = 1;
     this.txtSavePath.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtSavePath.ThemeName = "VisualStudio2012Dark";
     //
     // btnSelectPath
     //
     this.btnSelectPath.Font          = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSelectPath.Location      = new System.Drawing.Point(665, 34);
     this.btnSelectPath.Name          = "btnSelectPath";
     this.btnSelectPath.Size          = new System.Drawing.Size(28, 24);
     this.btnSelectPath.TabIndex      = 4;
     this.btnSelectPath.Text          = "...";
     this.btnSelectPath.TextAlignment = System.Drawing.ContentAlignment.TopCenter;
     this.btnSelectPath.ThemeName     = "VisualStudio2012Dark";
     this.btnSelectPath.Click        += new System.EventHandler(this.btnSelectPath_Click);
     //
     // btnGetFormatList
     //
     this.btnGetFormatList.Font          = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGetFormatList.Location      = new System.Drawing.Point(665, 3);
     this.btnGetFormatList.Name          = "btnGetFormatList";
     this.btnGetFormatList.Size          = new System.Drawing.Size(28, 24);
     this.btnGetFormatList.TabIndex      = 8;
     this.btnGetFormatList.Text          = "->";
     this.btnGetFormatList.TextAlignment = System.Drawing.ContentAlignment.TopCenter;
     this.btnGetFormatList.ThemeName     = "VisualStudio2012Dark";
     this.btnGetFormatList.Click        += new System.EventHandler(this.btnGetFormatList_Click);
     //
     // listFormatList
     //
     this.listFormatList.Font                  = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listFormatList.ItemHeight            = 24;
     this.listFormatList.Location              = new System.Drawing.Point(2, 93);
     this.listFormatList.Name                  = "listFormatList";
     this.listFormatList.Size                  = new System.Drawing.Size(256, 181);
     this.listFormatList.TabIndex              = 9;
     this.listFormatList.ThemeName             = "FluentDark";
     this.listFormatList.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.listFormatList_SelectedIndexChanged);
     //
     // lvFormatList
     //
     this.lvFormatList.AllowColumnReorder = false;
     this.lvFormatList.AllowEdit          = false;
     this.lvFormatList.AllowRemove        = false;
     this.lvFormatList.CheckOnClickMode   = Telerik.WinControls.UI.CheckOnClickMode.FirstClick;
     listViewDetailColumn1.HeaderText     = "Format ID";
     listViewDetailColumn1.Width          = 80F;
     listViewDetailColumn2.HeaderText     = "Type";
     listViewDetailColumn2.Width          = 80F;
     listViewDetailColumn3.HeaderText     = "Resolution";
     listViewDetailColumn3.Width          = 90F;
     listViewDetailColumn4.HeaderText     = "Tags";
     listViewDetailColumn4.Width          = 440F;
     this.lvFormatList.Columns.AddRange(new Telerik.WinControls.UI.ListViewDetailColumn[] {
         listViewDetailColumn1,
         listViewDetailColumn2,
         listViewDetailColumn3,
         listViewDetailColumn4
     });
     this.lvFormatList.Font      = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     listViewDataItemGroup1.Text = "Original Formats";
     this.lvFormatList.Groups.AddRange(new Telerik.WinControls.UI.ListViewDataItemGroup[] {
         listViewDataItemGroup1
     });
     this.lvFormatList.HeaderHeight  = 25F;
     this.lvFormatList.ItemSpacing   = -1;
     this.lvFormatList.Location      = new System.Drawing.Point(2, 94);
     this.lvFormatList.Name          = "lvFormatList";
     this.lvFormatList.ShowGridLines = true;
     this.lvFormatList.ShowGroups    = true;
     this.lvFormatList.Size          = new System.Drawing.Size(691, 250);
     this.lvFormatList.TabIndex      = 11;
     this.lvFormatList.ThemeName     = "VisualStudio2012Dark";
     this.lvFormatList.ViewType      = Telerik.WinControls.UI.ListViewType.DetailsView;
     //
     // lblVideoTitle
     //
     this.lblVideoTitle.Font         = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVideoTitle.LinkColor    = System.Drawing.Color.White;
     this.lblVideoTitle.Location     = new System.Drawing.Point(2, 61);
     this.lblVideoTitle.Name         = "lblVideoTitle";
     this.lblVideoTitle.Size         = new System.Drawing.Size(691, 30);
     this.lblVideoTitle.TabIndex     = 12;
     this.lblVideoTitle.TabStop      = true;
     this.lblVideoTitle.Text         = "No selected video";
     this.lblVideoTitle.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblVideoTitle.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(696, 377);
     this.Controls.Add(this.lblVideoTitle);
     this.Controls.Add(this.lvFormatList);
     this.Controls.Add(this.listFormatList);
     this.Controls.Add(this.btnGetFormatList);
     this.Controls.Add(this.btnSelectPath);
     this.Controls.Add(this.txtSavePath);
     this.Controls.Add(this.radLabel2);
     this.Controls.Add(this.btnDownload);
     this.Controls.Add(this.radLabel1);
     this.Controls.Add(this.txtUrl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "MainForm";
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.Text      = "OboSoft Youtube Downloader";
     this.ThemeName = "VisualStudio2012Dark";
     this.Load     += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtUrl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnDownload)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSavePath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnSelectPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnGetFormatList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listFormatList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvFormatList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }