示例#1
0
 /// <summary>
 /// Set the tabs up
 /// </summary>
 private void SetMappings()
 {
     foreach (string item in PropertyMaps.SectionKeys)
     {
         string  removeStr = "PropertyMaps";
         TabPage page      = new global::System.Windows.Forms.TabPage(item.Substring(0, item.Length - removeStr.Length));
         page.Name = item;
         var propTab = new PropertyMapTab(GetPaths(item));
         page.Controls.Add(propTab);
         propTab.Dock = DockStyle.Fill;
         tabControl.TabPages.Add(page);
     }
 }
示例#2
0
 public void SetFilter(Dictionary <FileInfo, OutPutFilters> FedFilters)
 {
     if (SeeMergeFilter)
     {
         if (FedFilters != null) //federated filters passed,
         {
             Text = "Federated Referenced Model Filters";
             foreach (var item in FedFilters)
             {
                 var     modelName = Path.GetFileName(item.Key.Name) + " : " + item.Value.AppliedRoles.ToString("F");
                 TabPage page      = new global::System.Windows.Forms.TabPage(modelName);
                 page.Controls.Add(new FilterTab(item.Value, true));
                 tabControl.TabPages.Add(page);
             }
         }
         else
         {
             Text = "Model Filters";
             TabPage page = new global::System.Windows.Forms.TabPage(Roles.ToString("F"));
             page.Controls.Add(new FilterTab(RolesFilters, true));
             tabControl.TabPages.Add(page);
         }
         btnOK.Enabled  = false;
         btnOK.Visible  = false;
         btnCancel.Text = "Close";
     }
     else
     {
         Text = "Role Filters";
         foreach (RoleFilter role in Enum.GetValues(typeof(RoleFilter)))
         {
             TabPage page = new global::System.Windows.Forms.TabPage(role.ToString());
             page.Name = role.ToString();
             page.Controls.Add(new FilterTab(RolesFilters.GetRoleFilter(role)));
             tabControl.TabPages.Add(page);
         }
         btnOK.Enabled  = true;
         btnOK.Visible  = true;
         btnCancel.Text = "Cancel";
     }
 }
 private void InitializeComponent()
 {
     this.components                = new global::System.ComponentModel.Container();
     this.ToolTip1                  = new global::System.Windows.Forms.ToolTip(this.components);
     this.cmdRefresh                = new global::System.Windows.Forms.Button();
     this.SSTab1                    = new global::System.Windows.Forms.TabControl();
     this._SSTab1_TabPage2          = new global::System.Windows.Forms.TabPage();
     this.lvIE                      = new global::System.Windows.Forms.ListView();
     this._lvIE_ColumnHeader_1      = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE_ColumnHeader_2      = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE_ColumnHeader_3      = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE_ColumnHeader_4      = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE_ColumnHeader_5      = new global::System.Windows.Forms.ColumnHeader();
     this.cmdAllIEPass              = new global::System.Windows.Forms.Button();
     this.cmdAllIEForms             = new global::System.Windows.Forms.Button();
     this.cmdIEDel                  = new global::System.Windows.Forms.Button();
     this.cmdIELine                 = new global::System.Windows.Forms.Button();
     this._SSTab1_TabPage5          = new global::System.Windows.Forms.TabPage();
     this.lvHttpFtp                 = new global::System.Windows.Forms.ListView();
     this._lvHttpFtp_ColumnHeader_1 = new global::System.Windows.Forms.ColumnHeader();
     this._lvHttpFtp_ColumnHeader_2 = new global::System.Windows.Forms.ColumnHeader();
     this._lvHttpFtp_ColumnHeader_3 = new global::System.Windows.Forms.ColumnHeader();
     this._lvHttpFtp_ColumnHeader_4 = new global::System.Windows.Forms.ColumnHeader();
     this._lvHttpFtp_ColumnHeader_5 = new global::System.Windows.Forms.ColumnHeader();
     this.cmdDelAuthLine            = new global::System.Windows.Forms.Button();
     this.cmdDelAllAuth             = new global::System.Windows.Forms.Button();
     this._SSTab1_TabPage6          = new global::System.Windows.Forms.TabPage();
     this.lvIE7                     = new global::System.Windows.Forms.ListView();
     this._lvIE7_ColumnHeader_1     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_2     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_3     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_4     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_5     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_6     = new global::System.Windows.Forms.ColumnHeader();
     this.cmdIE7Del                 = new global::System.Windows.Forms.Button();
     this.TabPage2                  = new global::System.Windows.Forms.TabPage();
     this.lvNoPassFF                = new global::System.Windows.Forms.ListView();
     this.columnHeader1             = new global::System.Windows.Forms.ColumnHeader();
     this.columnHeader2             = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader19            = new global::System.Windows.Forms.ColumnHeader();
     this.TabPage3                  = new global::System.Windows.Forms.TabPage();
     this.lvFireFox                 = new global::System.Windows.Forms.ListView();
     this.columnHeader3             = new global::System.Windows.Forms.ColumnHeader();
     this.columnHeader4             = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader5             = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader13            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader14            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader15            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader16            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader17            = new global::System.Windows.Forms.ColumnHeader();
     this.TabPage5                  = new global::System.Windows.Forms.TabPage();
     this.lvChrome                  = new global::System.Windows.Forms.ListView();
     this.ColumnHeader27            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader28            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader29            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader30            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader31            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader32            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader33            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader34            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader35            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader36            = new global::System.Windows.Forms.ColumnHeader();
     this.TabPage6                  = new global::System.Windows.Forms.TabPage();
     this.lvOpera                   = new global::System.Windows.Forms.ListView();
     this.ColumnHeader38            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader39            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader40            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader41            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader42            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader47            = new global::System.Windows.Forms.ColumnHeader();
     this.TabPage7                  = new global::System.Windows.Forms.TabPage();
     this.lvSafari                  = new global::System.Windows.Forms.ListView();
     this.ColumnHeader37            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader43            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader44            = new global::System.Windows.Forms.ColumnHeader();
     this.Label2                    = new global::System.Windows.Forms.Label();
     this.SSTab1.SuspendLayout();
     this._SSTab1_TabPage2.SuspendLayout();
     this._SSTab1_TabPage5.SuspendLayout();
     this._SSTab1_TabPage6.SuspendLayout();
     this.TabPage2.SuspendLayout();
     this.TabPage3.SuspendLayout();
     this.TabPage5.SuspendLayout();
     this.TabPage6.SuspendLayout();
     this.TabPage7.SuspendLayout();
     this.SuspendLayout();
     this.cmdRefresh.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdRefresh.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdRefresh.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdRefresh.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdRefresh = this.cmdRefresh;
     global::System.Drawing.Point         location   = new global::System.Drawing.Point(8, 416);
     cmdRefresh.Location         = location;
     this.cmdRefresh.Name        = "cmdRefresh";
     this.cmdRefresh.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdRefresh2 = this.cmdRefresh;
     global::System.Drawing.Size          size        = new global::System.Drawing.Size(550, 25);
     cmdRefresh2.Size         = size;
     this.cmdRefresh.TabIndex = 12;
     this.cmdRefresh.Text     = "Mettre à jour";
     this.cmdRefresh.UseVisualStyleBackColor = false;
     this.SSTab1.Controls.Add(this._SSTab1_TabPage2);
     this.SSTab1.Controls.Add(this._SSTab1_TabPage5);
     this.SSTab1.Controls.Add(this._SSTab1_TabPage6);
     this.SSTab1.Controls.Add(this.TabPage2);
     this.SSTab1.Controls.Add(this.TabPage3);
     this.SSTab1.Controls.Add(this.TabPage5);
     this.SSTab1.Controls.Add(this.TabPage6);
     this.SSTab1.Controls.Add(this.TabPage7);
     global::System.Windows.Forms.TabControl sstab = this.SSTab1;
     size           = new global::System.Drawing.Size(42, 18);
     sstab.ItemSize = size;
     global::System.Windows.Forms.Control sstab2 = this.SSTab1;
     location         = new global::System.Drawing.Point(8, 8);
     sstab2.Location  = location;
     this.SSTab1.Name = "SSTab1";
     global::System.Windows.Forms.Control sstab3 = this.SSTab1;
     size                 = new global::System.Drawing.Size(554, 361);
     sstab3.Size          = size;
     this.SSTab1.TabIndex = 0;
     this._SSTab1_TabPage2.Controls.Add(this.lvIE);
     this._SSTab1_TabPage2.Controls.Add(this.cmdAllIEPass);
     this._SSTab1_TabPage2.Controls.Add(this.cmdAllIEForms);
     this._SSTab1_TabPage2.Controls.Add(this.cmdIEDel);
     this._SSTab1_TabPage2.Controls.Add(this.cmdIELine);
     global::System.Windows.Forms.TabPage sstab1_TabPage = this._SSTab1_TabPage2;
     location = new global::System.Drawing.Point(4, 22);
     sstab1_TabPage.Location    = location;
     this._SSTab1_TabPage2.Name = "_SSTab1_TabPage2";
     global::System.Windows.Forms.Control sstab1_TabPage2 = this._SSTab1_TabPage2;
     size = new global::System.Drawing.Size(546, 335);
     sstab1_TabPage2.Size           = size;
     this._SSTab1_TabPage2.TabIndex = 2;
     this._SSTab1_TabPage2.Text     = "IE6";
     this._SSTab1_TabPage2.UseVisualStyleBackColor = true;
     this.lvIE.Anchor    = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.lvIE.BackColor = global::System.Drawing.SystemColors.Window;
     this.lvIE.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this._lvIE_ColumnHeader_1,
         this._lvIE_ColumnHeader_2,
         this._lvIE_ColumnHeader_3,
         this._lvIE_ColumnHeader_4,
         this._lvIE_ColumnHeader_5
     });
     this.lvIE.ForeColor     = global::System.Drawing.SystemColors.WindowText;
     this.lvIE.FullRowSelect = true;
     this.lvIE.GridLines     = true;
     this.lvIE.LabelWrap     = false;
     global::System.Windows.Forms.Control lvIE = this.lvIE;
     location       = new global::System.Drawing.Point(4, 3);
     lvIE.Location  = location;
     this.lvIE.Name = "lvIE";
     global::System.Windows.Forms.Control lvIE2 = this.lvIE;
     size               = new global::System.Drawing.Size(536, 241);
     lvIE2.Size         = size;
     this.lvIE.TabIndex = 3;
     this.lvIE.UseCompatibleStateImageBehavior = false;
     this.lvIE.View = global::System.Windows.Forms.View.Details;
     this._lvIE_ColumnHeader_1.Text  = "Champ/URL";
     this._lvIE_ColumnHeader_1.Width = 170;
     this._lvIE_ColumnHeader_2.Text  = "Type";
     this._lvIE_ColumnHeader_2.Width = 170;
     this._lvIE_ColumnHeader_3.Text  = "Valeur/Nom d'utilisateur";
     this._lvIE_ColumnHeader_3.Width = 170;
     this._lvIE_ColumnHeader_4.Text  = "Mot de passe";
     this._lvIE_ColumnHeader_4.Width = 170;
     this._lvIE_ColumnHeader_5.Text  = "Date d'ajout";
     this._lvIE_ColumnHeader_5.Width = 170;
     this.cmdAllIEPass.Anchor        = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.cmdAllIEPass.BackColor     = global::System.Drawing.SystemColors.Control;
     this.cmdAllIEPass.Cursor        = global::System.Windows.Forms.Cursors.Default;
     this.cmdAllIEPass.ForeColor     = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdAllIEPass = this.cmdAllIEPass;
     location = new global::System.Drawing.Point(4, 251);
     cmdAllIEPass.Location         = location;
     this.cmdAllIEPass.Name        = "cmdAllIEPass";
     this.cmdAllIEPass.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdAllIEPass2 = this.cmdAllIEPass;
     size = new global::System.Drawing.Size(272, 33);
     cmdAllIEPass2.Size         = size;
     this.cmdAllIEPass.TabIndex = 9;
     this.cmdAllIEPass.Text     = "Supprimer les mots de passes";
     this.cmdAllIEPass.UseVisualStyleBackColor = false;
     this.cmdAllIEForms.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdAllIEForms.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdAllIEForms.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdAllIEForms.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdAllIEForms = this.cmdAllIEForms;
     location = new global::System.Drawing.Point(282, 251);
     cmdAllIEForms.Location         = location;
     this.cmdAllIEForms.Name        = "cmdAllIEForms";
     this.cmdAllIEForms.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdAllIEForms2 = this.cmdAllIEForms;
     size = new global::System.Drawing.Size(258, 33);
     cmdAllIEForms2.Size         = size;
     this.cmdAllIEForms.TabIndex = 10;
     this.cmdAllIEForms.Text     = "Supprimer les formulaires";
     this.cmdAllIEForms.UseVisualStyleBackColor = false;
     this.cmdIEDel.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.cmdIEDel.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdIEDel.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdIEDel.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdIEDel = this.cmdIEDel;
     location                  = new global::System.Drawing.Point(4, 291);
     cmdIEDel.Location         = location;
     this.cmdIEDel.Name        = "cmdIEDel";
     this.cmdIEDel.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdIEDel2 = this.cmdIEDel;
     size                   = new global::System.Drawing.Size(272, 33);
     cmdIEDel2.Size         = size;
     this.cmdIEDel.TabIndex = 11;
     this.cmdIEDel.Text     = "Supprimer la ressource";
     this.cmdIEDel.UseVisualStyleBackColor = false;
     this.cmdIELine.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdIELine.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdIELine.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdIELine.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdIELine = this.cmdIELine;
     location                   = new global::System.Drawing.Point(282, 291);
     cmdIELine.Location         = location;
     this.cmdIELine.Name        = "cmdIELine";
     this.cmdIELine.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdIELine2 = this.cmdIELine;
     size                    = new global::System.Drawing.Size(258, 33);
     cmdIELine2.Size         = size;
     this.cmdIELine.TabIndex = 13;
     this.cmdIELine.Text     = "Supprimer la ligne";
     this.cmdIELine.UseVisualStyleBackColor = false;
     this._SSTab1_TabPage5.Controls.Add(this.lvHttpFtp);
     this._SSTab1_TabPage5.Controls.Add(this.cmdDelAuthLine);
     this._SSTab1_TabPage5.Controls.Add(this.cmdDelAllAuth);
     global::System.Windows.Forms.TabPage sstab1_TabPage3 = this._SSTab1_TabPage5;
     location = new global::System.Drawing.Point(4, 22);
     sstab1_TabPage3.Location   = location;
     this._SSTab1_TabPage5.Name = "_SSTab1_TabPage5";
     global::System.Windows.Forms.Control sstab1_TabPage4 = this._SSTab1_TabPage5;
     size = new global::System.Drawing.Size(546, 335);
     sstab1_TabPage4.Size           = size;
     this._SSTab1_TabPage5.TabIndex = 5;
     this._SSTab1_TabPage5.Text     = "Http/Ftp IE6";
     this._SSTab1_TabPage5.UseVisualStyleBackColor = true;
     this.lvHttpFtp.Anchor    = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.lvHttpFtp.BackColor = global::System.Drawing.SystemColors.Window;
     this.lvHttpFtp.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this._lvHttpFtp_ColumnHeader_1,
         this._lvHttpFtp_ColumnHeader_2,
         this._lvHttpFtp_ColumnHeader_3,
         this._lvHttpFtp_ColumnHeader_4,
         this._lvHttpFtp_ColumnHeader_5
     });
     this.lvHttpFtp.ForeColor     = global::System.Drawing.SystemColors.WindowText;
     this.lvHttpFtp.FullRowSelect = true;
     this.lvHttpFtp.GridLines     = true;
     this.lvHttpFtp.HideSelection = false;
     this.lvHttpFtp.LabelWrap     = false;
     global::System.Windows.Forms.Control lvHttpFtp = this.lvHttpFtp;
     location            = new global::System.Drawing.Point(3, 3);
     lvHttpFtp.Location  = location;
     this.lvHttpFtp.Name = "lvHttpFtp";
     global::System.Windows.Forms.Control lvHttpFtp2 = this.lvHttpFtp;
     size                    = new global::System.Drawing.Size(537, 289);
     lvHttpFtp2.Size         = size;
     this.lvHttpFtp.TabIndex = 17;
     this.lvHttpFtp.UseCompatibleStateImageBehavior = false;
     this.lvHttpFtp.View = global::System.Windows.Forms.View.Details;
     this._lvHttpFtp_ColumnHeader_1.Text  = "Type";
     this._lvHttpFtp_ColumnHeader_1.Width = 170;
     this._lvHttpFtp_ColumnHeader_2.Text  = "URL";
     this._lvHttpFtp_ColumnHeader_2.Width = 170;
     this._lvHttpFtp_ColumnHeader_3.Text  = "Username";
     this._lvHttpFtp_ColumnHeader_3.Width = 170;
     this._lvHttpFtp_ColumnHeader_4.Text  = "Password";
     this._lvHttpFtp_ColumnHeader_4.Width = 170;
     this._lvHttpFtp_ColumnHeader_5.Text  = "Description";
     this._lvHttpFtp_ColumnHeader_5.Width = 170;
     this.cmdDelAuthLine.Anchor           = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.cmdDelAuthLine.BackColor        = global::System.Drawing.SystemColors.Control;
     this.cmdDelAuthLine.Cursor           = global::System.Windows.Forms.Cursors.Default;
     this.cmdDelAuthLine.ForeColor        = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdDelAuthLine = this.cmdDelAuthLine;
     location = new global::System.Drawing.Point(3, 299);
     cmdDelAuthLine.Location         = location;
     this.cmdDelAuthLine.Name        = "cmdDelAuthLine";
     this.cmdDelAuthLine.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdDelAuthLine2 = this.cmdDelAuthLine;
     size = new global::System.Drawing.Size(249, 33);
     cmdDelAuthLine2.Size         = size;
     this.cmdDelAuthLine.TabIndex = 18;
     this.cmdDelAuthLine.Text     = "Supprimer la ligne";
     this.cmdDelAuthLine.UseVisualStyleBackColor = false;
     this.cmdDelAllAuth.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdDelAllAuth.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdDelAllAuth.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdDelAllAuth.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdDelAllAuth = this.cmdDelAllAuth;
     location = new global::System.Drawing.Point(259, 299);
     cmdDelAllAuth.Location         = location;
     this.cmdDelAllAuth.Name        = "cmdDelAllAuth";
     this.cmdDelAllAuth.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdDelAllAuth2 = this.cmdDelAllAuth;
     size = new global::System.Drawing.Size(281, 33);
     cmdDelAllAuth2.Size         = size;
     this.cmdDelAllAuth.TabIndex = 19;
     this.cmdDelAllAuth.Text     = "Supprimer tout";
     this.cmdDelAllAuth.UseVisualStyleBackColor = false;
     this._SSTab1_TabPage6.Controls.Add(this.lvIE7);
     this._SSTab1_TabPage6.Controls.Add(this.cmdIE7Del);
     global::System.Windows.Forms.TabPage sstab1_TabPage5 = this._SSTab1_TabPage6;
     location = new global::System.Drawing.Point(4, 22);
     sstab1_TabPage5.Location   = location;
     this._SSTab1_TabPage6.Name = "_SSTab1_TabPage6";
     global::System.Windows.Forms.Control sstab1_TabPage6 = this._SSTab1_TabPage6;
     size = new global::System.Drawing.Size(546, 335);
     sstab1_TabPage6.Size           = size;
     this._SSTab1_TabPage6.TabIndex = 6;
     this._SSTab1_TabPage6.Text     = "IE7";
     this._SSTab1_TabPage6.UseVisualStyleBackColor = true;
     this.lvIE7.Anchor    = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.lvIE7.BackColor = global::System.Drawing.SystemColors.Window;
     this.lvIE7.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this._lvIE7_ColumnHeader_1,
         this._lvIE7_ColumnHeader_2,
         this._lvIE7_ColumnHeader_3,
         this._lvIE7_ColumnHeader_4,
         this._lvIE7_ColumnHeader_5,
         this._lvIE7_ColumnHeader_6
     });
     this.lvIE7.ForeColor     = global::System.Drawing.SystemColors.WindowText;
     this.lvIE7.FullRowSelect = true;
     this.lvIE7.GridLines     = true;
     this.lvIE7.LabelWrap     = false;
     global::System.Windows.Forms.Control lvIE3 = this.lvIE7;
     location        = new global::System.Drawing.Point(3, 3);
     lvIE3.Location  = location;
     this.lvIE7.Name = "lvIE7";
     global::System.Windows.Forms.Control lvIE4 = this.lvIE7;
     size                = new global::System.Drawing.Size(537, 290);
     lvIE4.Size          = size;
     this.lvIE7.TabIndex = 21;
     this.lvIE7.UseCompatibleStateImageBehavior = false;
     this.lvIE7.View = global::System.Windows.Forms.View.Details;
     this._lvIE7_ColumnHeader_1.Text  = "Type";
     this._lvIE7_ColumnHeader_1.Width = 170;
     this._lvIE7_ColumnHeader_2.Text  = "Champ/URL";
     this._lvIE7_ColumnHeader_2.Width = 170;
     this._lvIE7_ColumnHeader_3.Text  = "Valeur/Nom d'utilisateur";
     this._lvIE7_ColumnHeader_3.Width = 170;
     this._lvIE7_ColumnHeader_4.Text  = "Mot de passe";
     this._lvIE7_ColumnHeader_4.Width = 170;
     this._lvIE7_ColumnHeader_5.Text  = "Date d'ajout";
     this._lvIE7_ColumnHeader_5.Width = 170;
     this._lvIE7_ColumnHeader_6.Text  = "Description";
     this._lvIE7_ColumnHeader_6.Width = 170;
     this.cmdIE7Del.Anchor            = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdIE7Del.BackColor         = global::System.Drawing.SystemColors.Control;
     this.cmdIE7Del.Cursor            = global::System.Windows.Forms.Cursors.Default;
     this.cmdIE7Del.ForeColor         = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdIE7Del = this.cmdIE7Del;
     location                   = new global::System.Drawing.Point(3, 299);
     cmdIE7Del.Location         = location;
     this.cmdIE7Del.Name        = "cmdIE7Del";
     this.cmdIE7Del.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdIE7Del2 = this.cmdIE7Del;
     size                    = new global::System.Drawing.Size(537, 33);
     cmdIE7Del2.Size         = size;
     this.cmdIE7Del.TabIndex = 20;
     this.cmdIE7Del.Text     = "Supprimer la ressource";
     this.cmdIE7Del.UseVisualStyleBackColor = false;
     this.TabPage2.Controls.Add(this.lvNoPassFF);
     global::System.Windows.Forms.TabPage tabPage = this.TabPage2;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage.Location   = location;
     this.TabPage2.Name = "TabPage2";
     global::System.Windows.Forms.Control tabPage2 = this.TabPage2;
     global::System.Windows.Forms.Padding padding  = new global::System.Windows.Forms.Padding(3);
     tabPage2.Padding = padding;
     global::System.Windows.Forms.Control tabPage3 = this.TabPage2;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage3.Size          = size;
     this.TabPage2.TabIndex = 9;
     this.TabPage2.Text     = "Firefox No Password";
     this.TabPage2.UseVisualStyleBackColor = true;
     this.lvNoPassFF.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader1,
         this.columnHeader2,
         this.ColumnHeader19
     });
     this.lvNoPassFF.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvNoPassFF = this.lvNoPassFF;
     location             = new global::System.Drawing.Point(3, 3);
     lvNoPassFF.Location  = location;
     this.lvNoPassFF.Name = "lvNoPassFF";
     global::System.Windows.Forms.Control lvNoPassFF2 = this.lvNoPassFF;
     size                     = new global::System.Drawing.Size(540, 329);
     lvNoPassFF2.Size         = size;
     this.lvNoPassFF.TabIndex = 1;
     this.lvNoPassFF.UseCompatibleStateImageBehavior = false;
     this.lvNoPassFF.View     = global::System.Windows.Forms.View.Details;
     this.columnHeader1.Text  = "Profile";
     this.columnHeader1.Width = 69;
     this.columnHeader2.Text  = "Site";
     this.columnHeader2.Width = 200;
     this.ColumnHeader19.Text = "Version";
     this.TabPage3.Controls.Add(this.lvFireFox);
     global::System.Windows.Forms.TabPage tabPage4 = this.TabPage3;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage4.Location  = location;
     this.TabPage3.Name = "TabPage3";
     global::System.Windows.Forms.Control tabPage5 = this.TabPage3;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage5.Padding = padding;
     global::System.Windows.Forms.Control tabPage6 = this.TabPage3;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage6.Size          = size;
     this.TabPage3.TabIndex = 10;
     this.TabPage3.Text     = "Firefox Passwords";
     this.TabPage3.UseVisualStyleBackColor = true;
     this.lvFireFox.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader3,
         this.columnHeader4,
         this.ColumnHeader5,
         this.ColumnHeader13,
         this.ColumnHeader14,
         this.ColumnHeader15,
         this.ColumnHeader16,
         this.ColumnHeader17
     });
     this.lvFireFox.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvFireFox = this.lvFireFox;
     location            = new global::System.Drawing.Point(3, 3);
     lvFireFox.Location  = location;
     this.lvFireFox.Name = "lvFireFox";
     global::System.Windows.Forms.Control lvFireFox2 = this.lvFireFox;
     size                    = new global::System.Drawing.Size(540, 329);
     lvFireFox2.Size         = size;
     this.lvFireFox.TabIndex = 1;
     this.lvFireFox.UseCompatibleStateImageBehavior = false;
     this.lvFireFox.View       = global::System.Windows.Forms.View.Details;
     this.columnHeader3.Text   = "Profile";
     this.columnHeader3.Width  = 48;
     this.columnHeader4.Text   = "Site Name";
     this.columnHeader4.Width  = 121;
     this.ColumnHeader5.Text   = "Username";
     this.ColumnHeader5.Width  = 83;
     this.ColumnHeader13.Text  = "Password";
     this.ColumnHeader13.Width = 111;
     this.ColumnHeader14.Text  = "Username Field";
     this.ColumnHeader14.Width = 87;
     this.ColumnHeader15.Text  = "Password Field";
     this.ColumnHeader16.Text  = "Domain";
     this.ColumnHeader17.Text  = "Version";
     this.TabPage5.Controls.Add(this.lvChrome);
     global::System.Windows.Forms.TabPage tabPage7 = this.TabPage5;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage7.Location  = location;
     this.TabPage5.Name = "TabPage5";
     global::System.Windows.Forms.Control tabPage8 = this.TabPage5;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage8.Padding = padding;
     global::System.Windows.Forms.Control tabPage9 = this.TabPage5;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage9.Size          = size;
     this.TabPage5.TabIndex = 12;
     this.TabPage5.Text     = "Google Chrome";
     this.TabPage5.UseVisualStyleBackColor = true;
     this.lvChrome.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader27,
         this.ColumnHeader28,
         this.ColumnHeader29,
         this.ColumnHeader30,
         this.ColumnHeader31,
         this.ColumnHeader32,
         this.ColumnHeader33,
         this.ColumnHeader34,
         this.ColumnHeader35,
         this.ColumnHeader36
     });
     this.lvChrome.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvChrome = this.lvChrome;
     location           = new global::System.Drawing.Point(3, 3);
     lvChrome.Location  = location;
     this.lvChrome.Name = "lvChrome";
     global::System.Windows.Forms.Control lvChrome2 = this.lvChrome;
     size                   = new global::System.Drawing.Size(540, 329);
     lvChrome2.Size         = size;
     this.lvChrome.TabIndex = 2;
     this.lvChrome.UseCompatibleStateImageBehavior = false;
     this.lvChrome.View        = global::System.Windows.Forms.View.Details;
     this.ColumnHeader27.Text  = "Blacklist?";
     this.ColumnHeader28.Text  = "Site Name";
     this.ColumnHeader28.Width = 121;
     this.ColumnHeader29.Text  = "Username";
     this.ColumnHeader29.Width = 83;
     this.ColumnHeader30.Text  = "Password";
     this.ColumnHeader30.Width = 111;
     this.ColumnHeader31.Text  = "Username Field";
     this.ColumnHeader31.Width = 87;
     this.ColumnHeader32.Text  = "Password Field";
     this.ColumnHeader33.Text  = "Domain";
     this.ColumnHeader34.Text  = "Submit Element";
     this.ColumnHeader35.Text  = "SSL?";
     this.ColumnHeader36.Text  = "Date";
     this.TabPage6.Controls.Add(this.lvOpera);
     global::System.Windows.Forms.TabPage tabPage10 = this.TabPage6;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage10.Location = location;
     this.TabPage6.Name = "TabPage6";
     global::System.Windows.Forms.Control tabPage11 = this.TabPage6;
     padding           = new global::System.Windows.Forms.Padding(3);
     tabPage11.Padding = padding;
     global::System.Windows.Forms.Control tabPage12 = this.TabPage6;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage12.Size         = size;
     this.TabPage6.TabIndex = 13;
     this.TabPage6.Text     = "Opera";
     this.TabPage6.UseVisualStyleBackColor = true;
     this.lvOpera.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader38,
         this.ColumnHeader39,
         this.ColumnHeader40,
         this.ColumnHeader41,
         this.ColumnHeader42,
         this.ColumnHeader47
     });
     this.lvOpera.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvOpera = this.lvOpera;
     location          = new global::System.Drawing.Point(3, 3);
     lvOpera.Location  = location;
     this.lvOpera.Name = "lvOpera";
     global::System.Windows.Forms.Control lvOpera2 = this.lvOpera;
     size                  = new global::System.Drawing.Size(540, 329);
     lvOpera2.Size         = size;
     this.lvOpera.TabIndex = 3;
     this.lvOpera.UseCompatibleStateImageBehavior = false;
     this.lvOpera.View         = global::System.Windows.Forms.View.Details;
     this.ColumnHeader38.Text  = "Site Name";
     this.ColumnHeader38.Width = 121;
     this.ColumnHeader39.Text  = "Username";
     this.ColumnHeader39.Width = 83;
     this.ColumnHeader40.Text  = "Password";
     this.ColumnHeader40.Width = 111;
     this.ColumnHeader41.Text  = "Username Field";
     this.ColumnHeader41.Width = 87;
     this.ColumnHeader42.Text  = "Password Field";
     this.ColumnHeader47.Text  = "Date";
     this.ColumnHeader47.Width = 95;
     this.TabPage7.Controls.Add(this.lvSafari);
     global::System.Windows.Forms.TabPage tabPage13 = this.TabPage7;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage13.Location = location;
     this.TabPage7.Name = "TabPage7";
     global::System.Windows.Forms.Control tabPage14 = this.TabPage7;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage14.Size         = size;
     this.TabPage7.TabIndex = 14;
     this.TabPage7.Text     = "Safari";
     this.TabPage7.UseVisualStyleBackColor = true;
     this.lvSafari.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader37,
         this.ColumnHeader43,
         this.ColumnHeader44
     });
     this.lvSafari.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvSafari = this.lvSafari;
     location           = new global::System.Drawing.Point(0, 0);
     lvSafari.Location  = location;
     this.lvSafari.Name = "lvSafari";
     global::System.Windows.Forms.Control lvSafari2 = this.lvSafari;
     size                   = new global::System.Drawing.Size(546, 335);
     lvSafari2.Size         = size;
     this.lvSafari.TabIndex = 4;
     this.lvSafari.UseCompatibleStateImageBehavior = false;
     this.lvSafari.View        = global::System.Windows.Forms.View.Details;
     this.ColumnHeader37.Text  = "Site Name";
     this.ColumnHeader37.Width = 121;
     this.ColumnHeader43.Text  = "Username";
     this.ColumnHeader43.Width = 83;
     this.ColumnHeader44.Text  = "Password";
     this.ColumnHeader44.Width = 111;
     this.Label2.Anchor        = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.Label2.BackColor     = global::System.Drawing.SystemColors.Control;
     this.Label2.Cursor        = global::System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor     = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control label = this.Label2;
     location                = new global::System.Drawing.Point(8, 376);
     label.Location          = location;
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control label2 = this.Label2;
     size                 = new global::System.Drawing.Size(550, 33);
     label2.Size          = size;
     this.Label2.TabIndex = 7;
     this.Label2.Text     = "L'exportation des infos affichées n'est pas prévue car je pense qu'il n'est pas raisonnable de créer un fichier texte contenant des mots de passe....";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.SystemColors.Control;
     size            = new global::System.Drawing.Size(564, 446);
     this.ClientSize = size;
     this.Controls.Add(this.cmdRefresh);
     this.Controls.Add(this.SSTab1);
     this.Controls.Add(this.Label2);
     this.Cursor          = global::System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     location             = new global::System.Drawing.Point(3, 29);
     this.Location        = location;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmMain";
     this.RightToLeft     = global::System.Windows.Forms.RightToLeft.No;
     this.Text            = "Browsers Passwords Recovery by ShareVB";
     this.SSTab1.ResumeLayout(false);
     this._SSTab1_TabPage2.ResumeLayout(false);
     this._SSTab1_TabPage5.ResumeLayout(false);
     this._SSTab1_TabPage6.ResumeLayout(false);
     this.TabPage2.ResumeLayout(false);
     this.TabPage3.ResumeLayout(false);
     this.TabPage5.ResumeLayout(false);
     this.TabPage6.ResumeLayout(false);
     this.TabPage7.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#4
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Swav2Swar.Principal));
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle    = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2   = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.Tab            = new global::System.Windows.Forms.TabControl();
     this.Tab1           = new global::System.Windows.Forms.TabPage();
     this.Abrir          = new global::System.Windows.Forms.Button();
     this.Ayuda          = new global::System.Windows.Forms.Button();
     this.CrearSwar      = new global::System.Windows.Forms.Button();
     this.Subir          = new global::System.Windows.Forms.Button();
     this.Bajar          = new global::System.Windows.Forms.Button();
     this.Grid1          = new global::System.Windows.Forms.DataGridView();
     this.Ruta           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.indice         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nombre         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Tab2           = new global::System.Windows.Forms.TabPage();
     this.GroupBox2      = new global::System.Windows.Forms.GroupBox();
     this.PCM8           = new global::System.Windows.Forms.RadioButton();
     this.IMA            = new global::System.Windows.Forms.RadioButton();
     this.PCM16          = new global::System.Windows.Forms.RadioButton();
     this.AbrirWav       = new global::System.Windows.Forms.Button();
     this.CrearSwav      = new global::System.Windows.Forms.Button();
     this.NombreFichero  = new global::System.Windows.Forms.TextBox();
     this.GroupBox1      = new global::System.Windows.Forms.GroupBox();
     this.Canales        = new global::System.Windows.Forms.Label();
     this.Label2         = new global::System.Windows.Forms.Label();
     this.Frecuencia     = new global::System.Windows.Forms.Label();
     this.Label1         = new global::System.Windows.Forms.Label();
     this.TipoOnda       = new global::System.Windows.Forms.Label();
     this.Label3         = new global::System.Windows.Forms.Label();
     this.ObjetoOpenFile = new global::System.Windows.Forms.OpenFileDialog();
     this.ObjetoSaveFile = new global::System.Windows.Forms.SaveFileDialog();
     this.Tab.SuspendLayout();
     this.Tab1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.Grid1).BeginInit();
     this.Tab2.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     this.Tab.Controls.Add(this.Tab1);
     this.Tab.Controls.Add(this.Tab2);
     global::System.Windows.Forms.Control tab      = this.Tab;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(12, 12);
     tab.Location           = location;
     this.Tab.Name          = "Tab";
     this.Tab.SelectedIndex = 0;
     global::System.Windows.Forms.Control tab2 = this.Tab;
     global::System.Drawing.Size          size = new global::System.Drawing.Size(311, 270);
     tab2.Size         = size;
     this.Tab.TabIndex = 18;
     this.Tab1.Controls.Add(this.Abrir);
     this.Tab1.Controls.Add(this.Ayuda);
     this.Tab1.Controls.Add(this.CrearSwar);
     this.Tab1.Controls.Add(this.Subir);
     this.Tab1.Controls.Add(this.Bajar);
     this.Tab1.Controls.Add(this.Grid1);
     global::System.Windows.Forms.TabPage tab3 = this.Tab1;
     location       = new global::System.Drawing.Point(4, 22);
     tab3.Location  = location;
     this.Tab1.Name = "Tab1";
     global::System.Windows.Forms.Control tab4    = this.Tab1;
     global::System.Windows.Forms.Padding padding = new global::System.Windows.Forms.Padding(3);
     tab4.Padding = padding;
     global::System.Windows.Forms.Control tab5 = this.Tab1;
     size               = new global::System.Drawing.Size(303, 244);
     tab5.Size          = size;
     this.Tab1.TabIndex = 0;
     this.Tab1.Text     = "SWAV -> SWAR";
     this.Tab1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control abrir = this.Abrir;
     location        = new global::System.Drawing.Point(6, 215);
     abrir.Location  = location;
     this.Abrir.Name = "Abrir";
     global::System.Windows.Forms.Control abrir2 = this.Abrir;
     size                = new global::System.Drawing.Size(34, 22);
     abrir2.Size         = size;
     this.Abrir.TabIndex = 72;
     this.Abrir.Text     = "&Add";
     this.Abrir.UseVisualStyleBackColor = true;
     this.Ayuda.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Ayuda.Image");
     global::System.Windows.Forms.Control ayuda = this.Ayuda;
     location        = new global::System.Drawing.Point(273, 6);
     ayuda.Location  = location;
     this.Ayuda.Name = "Ayuda";
     global::System.Windows.Forms.Control ayuda2 = this.Ayuda;
     size                = new global::System.Drawing.Size(24, 24);
     ayuda2.Size         = size;
     this.Ayuda.TabIndex = 71;
     this.Ayuda.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control crearSwar = this.CrearSwar;
     location            = new global::System.Drawing.Point(87, 215);
     crearSwar.Location  = location;
     this.CrearSwar.Name = "CrearSwar";
     global::System.Windows.Forms.Control crearSwar2 = this.CrearSwar;
     size                    = new global::System.Drawing.Size(128, 23);
     crearSwar2.Size         = size;
     this.CrearSwar.TabIndex = 70;
     this.CrearSwar.Text     = "&Create SWAR";
     this.CrearSwar.UseVisualStyleBackColor = true;
     this.Subir.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Subir.Image");
     global::System.Windows.Forms.Control subir = this.Subir;
     location        = new global::System.Drawing.Point(273, 155);
     subir.Location  = location;
     this.Subir.Name = "Subir";
     global::System.Windows.Forms.Control subir2 = this.Subir;
     size                = new global::System.Drawing.Size(24, 24);
     subir2.Size         = size;
     this.Subir.TabIndex = 68;
     this.Subir.TabStop  = false;
     this.Subir.UseVisualStyleBackColor = true;
     this.Bajar.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Bajar.Image");
     global::System.Windows.Forms.Control bajar = this.Bajar;
     location        = new global::System.Drawing.Point(273, 185);
     bajar.Location  = location;
     this.Bajar.Name = "Bajar";
     global::System.Windows.Forms.Control bajar2 = this.Bajar;
     size                = new global::System.Drawing.Size(24, 24);
     bajar2.Size         = size;
     this.Bajar.TabIndex = 69;
     this.Bajar.TabStop  = false;
     this.Bajar.UseVisualStyleBackColor = true;
     this.Grid1.AllowDrop                     = true;
     this.Grid1.AllowUserToAddRows            = false;
     this.Grid1.AllowUserToResizeColumns      = false;
     this.Grid1.AllowUserToResizeRows         = false;
     dataGridViewCellStyle.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle.BackColor          = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor          = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.Grid1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.Grid1.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Grid1.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Ruta,
         this.indice,
         this.Nombre
     });
     global::System.Windows.Forms.Control grid = this.Grid1;
     location                     = new global::System.Drawing.Point(6, 6);
     grid.Location                = location;
     this.Grid1.MultiSelect       = false;
     this.Grid1.Name              = "Grid1";
     this.Grid1.ReadOnly          = true;
     this.Grid1.RowHeadersVisible = false;
     this.Grid1.SelectionMode     = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     global::System.Windows.Forms.Control grid2 = this.Grid1;
     size                             = new global::System.Drawing.Size(261, 203);
     grid2.Size                       = size;
     this.Grid1.TabIndex              = 0;
     this.Ruta.HeaderText             = "Ruta";
     this.Ruta.Name                   = "Ruta";
     this.Ruta.ReadOnly               = true;
     this.Ruta.Resizable              = global::System.Windows.Forms.DataGridViewTriState.False;
     this.Ruta.SortMode               = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Ruta.Visible                = false;
     dataGridViewCellStyle2.Alignment = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.indice.DefaultCellStyle     = dataGridViewCellStyle2;
     this.indice.HeaderText           = "Index";
     this.indice.Name                 = "indice";
     this.indice.ReadOnly             = true;
     this.indice.Resizable            = global::System.Windows.Forms.DataGridViewTriState.False;
     this.indice.SortMode             = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.indice.Width                = 45;
     this.Nombre.AutoSizeMode         = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Nombre.HeaderText           = "Name";
     this.Nombre.Name                 = "Nombre";
     this.Nombre.ReadOnly             = true;
     this.Nombre.Resizable            = global::System.Windows.Forms.DataGridViewTriState.False;
     this.Nombre.SortMode             = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Tab2.Controls.Add(this.GroupBox2);
     this.Tab2.Controls.Add(this.AbrirWav);
     this.Tab2.Controls.Add(this.CrearSwav);
     this.Tab2.Controls.Add(this.NombreFichero);
     this.Tab2.Controls.Add(this.GroupBox1);
     global::System.Windows.Forms.TabPage tab6 = this.Tab2;
     location       = new global::System.Drawing.Point(4, 22);
     tab6.Location  = location;
     this.Tab2.Name = "Tab2";
     global::System.Windows.Forms.Control tab7 = this.Tab2;
     padding      = new global::System.Windows.Forms.Padding(3);
     tab7.Padding = padding;
     global::System.Windows.Forms.Control tab8 = this.Tab2;
     size               = new global::System.Drawing.Size(303, 244);
     tab8.Size          = size;
     this.Tab2.TabIndex = 1;
     this.Tab2.Text     = "WAV -> SWAV";
     this.Tab2.UseVisualStyleBackColor = true;
     this.GroupBox2.Controls.Add(this.PCM8);
     this.GroupBox2.Controls.Add(this.IMA);
     this.GroupBox2.Controls.Add(this.PCM16);
     global::System.Windows.Forms.Control groupBox = this.GroupBox2;
     location            = new global::System.Drawing.Point(35, 156);
     groupBox.Location   = location;
     this.GroupBox2.Name = "GroupBox2";
     global::System.Windows.Forms.Control groupBox2 = this.GroupBox2;
     size                    = new global::System.Drawing.Size(227, 29);
     groupBox2.Size          = size;
     this.GroupBox2.TabIndex = 14;
     this.GroupBox2.TabStop  = false;
     this.PCM8.AutoSize      = true;
     global::System.Windows.Forms.Control pcm = this.PCM8;
     location       = new global::System.Drawing.Point(101, 8);
     pcm.Location   = location;
     this.PCM8.Name = "PCM8";
     global::System.Windows.Forms.Control pcm2 = this.PCM8;
     size               = new global::System.Drawing.Size(54, 17);
     pcm2.Size          = size;
     this.PCM8.TabIndex = 9;
     this.PCM8.Text     = "PCM8";
     this.PCM8.UseVisualStyleBackColor = true;
     this.IMA.AutoSize = true;
     this.IMA.Checked  = true;
     global::System.Windows.Forms.Control ima = this.IMA;
     location      = new global::System.Drawing.Point(10, 8);
     ima.Location  = location;
     this.IMA.Name = "IMA";
     global::System.Windows.Forms.Control ima2 = this.IMA;
     size              = new global::System.Drawing.Size(85, 17);
     ima2.Size         = size;
     this.IMA.TabIndex = 11;
     this.IMA.TabStop  = true;
     this.IMA.Text     = "IMA-ADPCM";
     this.IMA.UseVisualStyleBackColor = true;
     this.PCM16.AutoSize = true;
     global::System.Windows.Forms.Control pcm3 = this.PCM16;
     location        = new global::System.Drawing.Point(161, 8);
     pcm3.Location   = location;
     this.PCM16.Name = "PCM16";
     global::System.Windows.Forms.Control pcm4 = this.PCM16;
     size                = new global::System.Drawing.Size(60, 17);
     pcm4.Size           = size;
     this.PCM16.TabIndex = 10;
     this.PCM16.Text     = "PCM16";
     this.PCM16.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control abrirWav = this.AbrirWav;
     location           = new global::System.Drawing.Point(226, 10);
     abrirWav.Location  = location;
     this.AbrirWav.Name = "AbrirWav";
     global::System.Windows.Forms.Control abrirWav2 = this.AbrirWav;
     size                   = new global::System.Drawing.Size(71, 24);
     abrirWav2.Size         = size;
     this.AbrirWav.TabIndex = 9;
     this.AbrirWav.Text     = "&Open WAV";
     this.AbrirWav.UseVisualStyleBackColor = true;
     this.CrearSwav.Enabled = false;
     global::System.Windows.Forms.Control crearSwav = this.CrearSwav;
     location            = new global::System.Drawing.Point(106, 197);
     crearSwav.Location  = location;
     this.CrearSwav.Name = "CrearSwav";
     global::System.Windows.Forms.Control crearSwav2 = this.CrearSwav;
     size                    = new global::System.Drawing.Size(79, 24);
     crearSwav2.Size         = size;
     this.CrearSwav.TabIndex = 8;
     this.CrearSwav.Text     = "&Save";
     this.CrearSwav.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control nombreFichero = this.NombreFichero;
     location = new global::System.Drawing.Point(6, 12);
     nombreFichero.Location      = location;
     this.NombreFichero.Name     = "NombreFichero";
     this.NombreFichero.ReadOnly = true;
     global::System.Windows.Forms.Control nombreFichero2 = this.NombreFichero;
     size = new global::System.Drawing.Size(214, 20);
     nombreFichero2.Size         = size;
     this.NombreFichero.TabIndex = 8;
     this.GroupBox1.Controls.Add(this.Canales);
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Controls.Add(this.Frecuencia);
     this.GroupBox1.Controls.Add(this.Label1);
     this.GroupBox1.Controls.Add(this.TipoOnda);
     this.GroupBox1.Controls.Add(this.Label3);
     global::System.Windows.Forms.Control groupBox3 = this.GroupBox1;
     location            = new global::System.Drawing.Point(6, 48);
     groupBox3.Location  = location;
     this.GroupBox1.Name = "GroupBox1";
     global::System.Windows.Forms.Control groupBox4 = this.GroupBox1;
     size                    = new global::System.Drawing.Size(291, 92);
     groupBox4.Size          = size;
     this.GroupBox1.TabIndex = 7;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "WAV Info";
     this.Canales.AutoSize   = true;
     global::System.Windows.Forms.Control canales = this.Canales;
     location          = new global::System.Drawing.Point(72, 66);
     canales.Location  = location;
     this.Canales.Name = "Canales";
     global::System.Windows.Forms.Control canales2 = this.Canales;
     size                  = new global::System.Drawing.Size(16, 13);
     canales2.Size         = size;
     this.Canales.TabIndex = 5;
     this.Canales.Text     = "...";
     this.Label2.AutoSize  = true;
     global::System.Windows.Forms.Control label = this.Label2;
     location         = new global::System.Drawing.Point(15, 44);
     label.Location   = location;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label2 = this.Label2;
     size                     = new global::System.Drawing.Size(74, 13);
     label2.Size              = size;
     this.Label2.TabIndex     = 1;
     this.Label2.Text         = "Sample Rate :";
     this.Frecuencia.AutoSize = true;
     global::System.Windows.Forms.Control frecuencia = this.Frecuencia;
     location             = new global::System.Drawing.Point(95, 44);
     frecuencia.Location  = location;
     this.Frecuencia.Name = "Frecuencia";
     global::System.Windows.Forms.Control frecuencia2 = this.Frecuencia;
     size                     = new global::System.Drawing.Size(16, 13);
     frecuencia2.Size         = size;
     this.Frecuencia.TabIndex = 4;
     this.Frecuencia.Text     = "...";
     this.Label1.AutoSize     = true;
     global::System.Windows.Forms.Control label3 = this.Label1;
     location         = new global::System.Drawing.Point(15, 22);
     label3.Location  = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label4 = this.Label1;
     size                   = new global::System.Drawing.Size(78, 13);
     label4.Size            = size;
     this.Label1.TabIndex   = 0;
     this.Label1.Text       = "Audio Format  :";
     this.TipoOnda.AutoSize = true;
     global::System.Windows.Forms.Control tipoOnda = this.TipoOnda;
     location           = new global::System.Drawing.Point(94, 22);
     tipoOnda.Location  = location;
     this.TipoOnda.Name = "TipoOnda";
     global::System.Windows.Forms.Control tipoOnda2 = this.TipoOnda;
     size                   = new global::System.Drawing.Size(16, 13);
     tipoOnda2.Size         = size;
     this.TipoOnda.TabIndex = 3;
     this.TipoOnda.Text     = "...";
     this.Label3.AutoSize   = true;
     global::System.Windows.Forms.Control label5 = this.Label3;
     location         = new global::System.Drawing.Point(15, 66);
     label5.Location  = location;
     this.Label3.Name = "Label3";
     global::System.Windows.Forms.Control label6 = this.Label3;
     size                         = new global::System.Drawing.Size(57, 13);
     label6.Size                  = size;
     this.Label3.TabIndex         = 2;
     this.Label3.Text             = "Channels :";
     this.ObjetoOpenFile.FileName = "OpenFileDialog1";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(334, 295);
     this.ClientSize = size;
     this.Controls.Add(this.Tab);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MaximizeBox     = false;
     this.Name            = "Principal";
     this.Text            = "Swav2Swar Converter v0.1";
     this.Tab.ResumeLayout(false);
     this.Tab1.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.Grid1).EndInit();
     this.Tab2.ResumeLayout(false);
     this.Tab2.PerformLayout();
     this.GroupBox2.ResumeLayout(false);
     this.GroupBox2.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#5
0
 private void InitializeComponent()
 {
     this.DirectCallTab       = new global::System.Windows.Forms.TabPage();
     this.groupBox3           = new global::System.Windows.Forms.GroupBox();
     this.btnResume           = new global::System.Windows.Forms.Button();
     this.btnPause            = new global::System.Windows.Forms.Button();
     this.btnHangUpDirectCall = new global::System.Windows.Forms.Button();
     this.label6                 = new global::System.Windows.Forms.Label();
     this.btnMakeDirectCall      = new global::System.Windows.Forms.Button();
     this.tbTargetIP             = new global::System.Windows.Forms.TextBox();
     this.label5                 = new global::System.Windows.Forms.Label();
     this.tbTargetUserNameDirect = new global::System.Windows.Forms.TextBox();
     this.groupBox1              = new global::System.Windows.Forms.GroupBox();
     this.btnLogOut              = new global::System.Windows.Forms.Button();
     this.btnLogIn               = new global::System.Windows.Forms.Button();
     this.label1                 = new global::System.Windows.Forms.Label();
     this.tbAccountUser          = new global::System.Windows.Forms.TextBox();
     this.TabsContainer          = new global::System.Windows.Forms.TabControl();
     this.Item1 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.MainMenu = new global::System.Windows.Forms.MenuStrip();
     this.DirectCallTab.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.TabsContainer.SuspendLayout();
     this.MainMenu.SuspendLayout();
     this.SuspendLayout();
     this.DirectCallTab.Controls.Add(this.groupBox3);
     this.DirectCallTab.Controls.Add(this.groupBox1);
     this.DirectCallTab.Location = new global::System.Drawing.Point(4, 25);
     this.DirectCallTab.Name     = "DirectCallTab";
     this.DirectCallTab.Padding  = new global::System.Windows.Forms.Padding(3);
     this.DirectCallTab.Size     = new global::System.Drawing.Size(303, 353);
     this.DirectCallTab.TabIndex = 0;
     this.DirectCallTab.Text     = "Direct Call";
     this.DirectCallTab.UseVisualStyleBackColor = true;
     this.groupBox3.Controls.Add(this.btnResume);
     this.groupBox3.Controls.Add(this.btnPause);
     this.groupBox3.Controls.Add(this.btnHangUpDirectCall);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.btnMakeDirectCall);
     this.groupBox3.Controls.Add(this.tbTargetIP);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.tbTargetUserNameDirect);
     this.groupBox3.Location = new global::System.Drawing.Point(6, 157);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new global::System.Drawing.Size(287, 187);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Partner Properties";
     this.btnResume.Enabled  = false;
     this.btnResume.Location = new global::System.Drawing.Point(6, 148);
     this.btnResume.Name     = "btnResume";
     this.btnResume.Size     = new global::System.Drawing.Size(101, 23);
     this.btnResume.TabIndex = 9;
     this.btnResume.Text     = "Resume";
     this.btnResume.UseVisualStyleBackColor = true;
     this.btnResume.Click  += new global::System.EventHandler(this.btnResume_Click);
     this.btnPause.Enabled  = false;
     this.btnPause.Location = new global::System.Drawing.Point(6, 119);
     this.btnPause.Name     = "btnPause";
     this.btnPause.Size     = new global::System.Drawing.Size(101, 23);
     this.btnPause.TabIndex = 8;
     this.btnPause.Text     = "Pause";
     this.btnPause.UseVisualStyleBackColor = true;
     this.btnPause.Click += new global::System.EventHandler(this.btnPause_Click);
     this.btnHangUpDirectCall.Enabled  = false;
     this.btnHangUpDirectCall.Location = new global::System.Drawing.Point(206, 93);
     this.btnHangUpDirectCall.Name     = "btnHangUpDirectCall";
     this.btnHangUpDirectCall.Size     = new global::System.Drawing.Size(75, 49);
     this.btnHangUpDirectCall.TabIndex = 5;
     this.btnHangUpDirectCall.Text     = "Hang Up";
     this.btnHangUpDirectCall.UseVisualStyleBackColor = true;
     this.btnHangUpDirectCall.Click += new global::System.EventHandler(this.btnHangUpDirectCall_Click);
     this.label6.AutoSize            = true;
     this.label6.Location            = new global::System.Drawing.Point(6, 74);
     this.label6.Name                = "label6";
     this.label6.Size                = new global::System.Drawing.Size(61, 13);
     this.label6.TabIndex            = 5;
     this.label6.Text                = "Your Address Is:";
     this.btnMakeDirectCall.Enabled  = false;
     this.btnMakeDirectCall.Location = new global::System.Drawing.Point(206, 39);
     this.btnMakeDirectCall.Name     = "btnMakeDirectCall";
     this.btnMakeDirectCall.Size     = new global::System.Drawing.Size(75, 48);
     this.btnMakeDirectCall.TabIndex = 4;
     this.btnMakeDirectCall.Text     = "Call";
     this.btnMakeDirectCall.UseVisualStyleBackColor = true;
     this.btnMakeDirectCall.Click        += new global::System.EventHandler(this.btnMakeDirectCall_Click);
     this.tbTargetIP.Location             = new global::System.Drawing.Point(6, 93);
     this.tbTargetIP.MaxLength            = 500;
     this.tbTargetIP.Name                 = "tbTargetIP";
     this.tbTargetIP.Size                 = new global::System.Drawing.Size(137, 20);
     this.tbTargetIP.TabIndex             = 4;
     this.tbTargetIP.Text                 = "192.168.1.101";
     this.label5.AutoSize                 = true;
     this.label5.Location                 = new global::System.Drawing.Point(6, 23);
     this.label5.Name                     = "label5";
     this.label5.Size                     = new global::System.Drawing.Size(106, 13);
     this.label5.TabIndex                 = 2;
     this.label5.Text                     = "User Name:";
     this.tbTargetUserNameDirect.Location = new global::System.Drawing.Point(6, 39);
     this.tbTargetUserNameDirect.Name     = "tbTargetUserNameDirect";
     this.tbTargetUserNameDirect.Size     = new global::System.Drawing.Size(137, 20);
     this.tbTargetUserNameDirect.TabIndex = 1;
     this.tbTargetUserNameDirect.Text     = "USER2";
     this.groupBox1.Controls.Add(this.btnLogOut);
     this.groupBox1.Controls.Add(this.btnLogIn);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.tbAccountUser);
     this.groupBox1.Location = new global::System.Drawing.Point(6, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new global::System.Drawing.Size(287, 145);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Your Account";
     this.btnLogOut.Enabled  = false;
     this.btnLogOut.Location = new global::System.Drawing.Point(31, 104);
     this.btnLogOut.Name     = "btnLogOut";
     this.btnLogOut.Size     = new global::System.Drawing.Size(88, 23);
     this.btnLogOut.TabIndex = 4;
     this.btnLogOut.Text     = "Log Out";
     this.btnLogOut.UseVisualStyleBackColor = true;
     this.btnLogOut.Click  += new global::System.EventHandler(this.btnLogOut_Click);
     this.btnLogIn.Location = new global::System.Drawing.Point(31, 71);
     this.btnLogIn.Name     = "btnLogIn";
     this.btnLogIn.Size     = new global::System.Drawing.Size(88, 23);
     this.btnLogIn.TabIndex = 4;
     this.btnLogIn.Text     = "Log In";
     this.btnLogIn.UseVisualStyleBackColor = true;
     this.btnLogIn.Click          += new global::System.EventHandler(this.btnLogIn_Click);
     this.label1.AutoSize          = true;
     this.label1.Location          = new global::System.Drawing.Point(6, 20);
     this.label1.Name              = "label1";
     this.label1.Size              = new global::System.Drawing.Size(106, 13);
     this.label1.TabIndex          = 1;
     this.label1.Text              = "User Name:";
     this.tbAccountUser.Location   = new global::System.Drawing.Point(6, 39);
     this.tbAccountUser.Name       = "tbAccountUser";
     this.tbAccountUser.Size       = new global::System.Drawing.Size(137, 20);
     this.tbAccountUser.TabIndex   = 0;
     this.tbAccountUser.Text       = "USER1";
     this.TabsContainer.Appearance = global::System.Windows.Forms.TabAppearance.Buttons;
     this.TabsContainer.Controls.Add(this.DirectCallTab);
     this.TabsContainer.Dock          = global::System.Windows.Forms.DockStyle.Fill;
     this.TabsContainer.Location      = new global::System.Drawing.Point(0, 24);
     this.TabsContainer.Name          = "TabsContainer";
     this.TabsContainer.SelectedIndex = 0;
     this.TabsContainer.Size          = new global::System.Drawing.Size(311, 382);
     this.TabsContainer.TabIndex      = 0;
     this.Item1.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem });
     this.Item1.Name = "Item1";
     this.Item1.Size = new global::System.Drawing.Size(61, 20);
     this.Item1.Text = "Main";
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new global::System.Drawing.Size(117, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new global::System.EventHandler(this.exitToolStripMenuItem_Click);
     this.MainMenu.BackColor           = global::System.Drawing.SystemColors.Control;
     this.MainMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[] { this.Item1 });
     this.MainMenu.Location   = new global::System.Drawing.Point(0, 0);
     this.MainMenu.Name       = "MainMenu";
     this.MainMenu.Size       = new global::System.Drawing.Size(311, 24);
     this.MainMenu.TabIndex   = 1;
     this.MainMenu.Text       = "menuStrip1";
     this.AutoScaleDimensions = new global::System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new global::System.Drawing.Size(311, 406);
     this.Controls.Add(this.TabsContainer);
     this.Controls.Add(this.MainMenu);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MainMenuStrip   = this.MainMenu;
     this.MaximizeBox     = false;
     this.Name            = "MainWindow";
     this.Text            = "Main Window";
     this.FormClosing    += new global::System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.DirectCallTab.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.TabsContainer.ResumeLayout(false);
     this.MainMenu.ResumeLayout(false);
     this.MainMenu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#6
0
 private void InitializeComponent()
 {
     this.TabControl1 = new global::System.Windows.Forms.TabControl();
     this.TabPage1    = new global::System.Windows.Forms.TabPage();
     this.Label9      = new global::System.Windows.Forms.Label();
     this.TextBox8    = new global::System.Windows.Forms.TextBox();
     this.Label8      = new global::System.Windows.Forms.Label();
     this.TextBox7    = new global::System.Windows.Forms.TextBox();
     this.Button2     = new global::System.Windows.Forms.Button();
     this.TextBox6    = new global::System.Windows.Forms.TextBox();
     this.Label7      = new global::System.Windows.Forms.Label();
     this.TextBox5    = new global::System.Windows.Forms.TextBox();
     this.TextBox4    = new global::System.Windows.Forms.TextBox();
     this.TextBox3    = new global::System.Windows.Forms.TextBox();
     this.Label6      = new global::System.Windows.Forms.Label();
     this.Label5      = new global::System.Windows.Forms.Label();
     this.Label4      = new global::System.Windows.Forms.Label();
     this.Label3      = new global::System.Windows.Forms.Label();
     this.Label2      = new global::System.Windows.Forms.Label();
     this.TextBox2    = new global::System.Windows.Forms.TextBox();
     this.TextBox1    = new global::System.Windows.Forms.TextBox();
     this.Label1      = new global::System.Windows.Forms.Label();
     this.Button1     = new global::System.Windows.Forms.Button();
     this.TabPage2    = new global::System.Windows.Forms.TabPage();
     this.Label18     = new global::System.Windows.Forms.Label();
     this.Label10     = new global::System.Windows.Forms.Label();
     this.TextBox9    = new global::System.Windows.Forms.TextBox();
     this.Label11     = new global::System.Windows.Forms.Label();
     this.TextBox_0   = new global::System.Windows.Forms.TextBox();
     this.Button3     = new global::System.Windows.Forms.Button();
     this.TextBox_1   = new global::System.Windows.Forms.TextBox();
     this.Label12     = new global::System.Windows.Forms.Label();
     this.TextBox_2   = new global::System.Windows.Forms.TextBox();
     this.TextBox_3   = new global::System.Windows.Forms.TextBox();
     this.TextBox_4   = new global::System.Windows.Forms.TextBox();
     this.Label13     = new global::System.Windows.Forms.Label();
     this.Label14     = new global::System.Windows.Forms.Label();
     this.Label15     = new global::System.Windows.Forms.Label();
     this.Label17     = new global::System.Windows.Forms.Label();
     this.TextBox_5   = new global::System.Windows.Forms.TextBox();
     this.Button4     = new global::System.Windows.Forms.Button();
     this.TabPage3    = new global::System.Windows.Forms.TabPage();
     this.TextBox_10  = new global::System.Windows.Forms.TextBox();
     this.Label22     = new global::System.Windows.Forms.Label();
     this.TextBox_9   = new global::System.Windows.Forms.TextBox();
     this.Label21     = new global::System.Windows.Forms.Label();
     this.Button5     = new global::System.Windows.Forms.Button();
     this.Label20     = new global::System.Windows.Forms.Label();
     this.Label19     = new global::System.Windows.Forms.Label();
     this.Label16     = new global::System.Windows.Forms.Label();
     this.TextBox_6   = new global::System.Windows.Forms.TextBox();
     this.TextBox_7   = new global::System.Windows.Forms.TextBox();
     this.TextBox_8   = new global::System.Windows.Forms.TextBox();
     this.TabControl1.SuspendLayout();
     this.TabPage1.SuspendLayout();
     this.TabPage2.SuspendLayout();
     this.TabPage3.SuspendLayout();
     this.SuspendLayout();
     this.TabControl1.Controls.Add(this.TabPage1);
     this.TabControl1.Controls.Add(this.TabPage2);
     this.TabControl1.Controls.Add(this.TabPage3);
     global::System.Windows.Forms.Control tabControl = this.TabControl1;
     global::System.Drawing.Point         location   = new global::System.Drawing.Point(3, 0);
     tabControl.Location            = location;
     this.TabControl1.Name          = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     global::System.Windows.Forms.Control tabControl2 = this.TabControl1;
     global::System.Drawing.Size          size        = new global::System.Drawing.Size(356, 159);
     tabControl2.Size          = size;
     this.TabControl1.TabIndex = 0;
     this.TabPage1.Controls.Add(this.Label9);
     this.TabPage1.Controls.Add(this.TextBox8);
     this.TabPage1.Controls.Add(this.Label8);
     this.TabPage1.Controls.Add(this.TextBox7);
     this.TabPage1.Controls.Add(this.Button2);
     this.TabPage1.Controls.Add(this.TextBox6);
     this.TabPage1.Controls.Add(this.Label7);
     this.TabPage1.Controls.Add(this.TextBox5);
     this.TabPage1.Controls.Add(this.TextBox4);
     this.TabPage1.Controls.Add(this.TextBox3);
     this.TabPage1.Controls.Add(this.Label6);
     this.TabPage1.Controls.Add(this.Label5);
     this.TabPage1.Controls.Add(this.Label4);
     this.TabPage1.Controls.Add(this.Label3);
     this.TabPage1.Controls.Add(this.Label2);
     this.TabPage1.Controls.Add(this.TextBox2);
     this.TabPage1.Controls.Add(this.TextBox1);
     this.TabPage1.Controls.Add(this.Label1);
     this.TabPage1.Controls.Add(this.Button1);
     global::System.Windows.Forms.TabPage tabPage = this.TabPage1;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage.Location   = location;
     this.TabPage1.Name = "TabPage1";
     global::System.Windows.Forms.Control tabPage2 = this.TabPage1;
     global::System.Windows.Forms.Padding padding  = new global::System.Windows.Forms.Padding(3);
     tabPage2.Padding = padding;
     global::System.Windows.Forms.Control tabPage3 = this.TabPage1;
     size                   = new global::System.Drawing.Size(348, 133);
     tabPage3.Size          = size;
     this.TabPage1.TabIndex = 0;
     this.TabPage1.Text     = "直线阵列";
     this.TabPage1.UseVisualStyleBackColor = true;
     this.Label9.AutoSize = true;
     global::System.Windows.Forms.Control label = this.Label9;
     location         = new global::System.Drawing.Point(232, 57);
     label.Location   = location;
     this.Label9.Name = "Label9";
     global::System.Windows.Forms.Control label2 = this.Label9;
     size                 = new global::System.Drawing.Size(29, 12);
     label2.Size          = size;
     this.Label9.TabIndex = 19;
     this.Label9.Text     = "后缀";
     global::System.Windows.Forms.Control textBox = this.TextBox8;
     location           = new global::System.Drawing.Point(267, 55);
     textBox.Location   = location;
     this.TextBox8.Name = "TextBox8";
     global::System.Windows.Forms.Control textBox2 = this.TextBox8;
     size                   = new global::System.Drawing.Size(68, 21);
     textBox2.Size          = size;
     this.TextBox8.TabIndex = 18;
     this.Label8.AutoSize   = true;
     global::System.Windows.Forms.Control label3 = this.Label8;
     location         = new global::System.Drawing.Point(232, 33);
     label3.Location  = location;
     this.Label8.Name = "Label8";
     global::System.Windows.Forms.Control label4 = this.Label8;
     size                 = new global::System.Drawing.Size(29, 12);
     label4.Size          = size;
     this.Label8.TabIndex = 17;
     this.Label8.Text     = "前缀";
     global::System.Windows.Forms.Control textBox3 = this.TextBox7;
     location           = new global::System.Drawing.Point(267, 31);
     textBox3.Location  = location;
     this.TextBox7.Name = "TextBox7";
     global::System.Windows.Forms.Control textBox4 = this.TextBox7;
     size                   = new global::System.Drawing.Size(68, 21);
     textBox4.Size          = size;
     this.TextBox7.TabIndex = 16;
     global::System.Windows.Forms.Control button = this.Button2;
     location          = new global::System.Drawing.Point(234, 86);
     button.Location   = location;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button2 = this.Button2;
     size                  = new global::System.Drawing.Size(101, 23);
     button2.Size          = size;
     this.Button2.TabIndex = 15;
     this.Button2.Text     = "确定";
     this.Button2.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control textBox5 = this.TextBox6;
     location           = new global::System.Drawing.Point(38, 88);
     textBox5.Location  = location;
     this.TextBox6.Name = "TextBox6";
     global::System.Windows.Forms.Control textBox6 = this.TextBox6;
     size                   = new global::System.Drawing.Size(66, 21);
     textBox6.Size          = size;
     this.TextBox6.TabIndex = 14;
     this.TextBox6.Text     = "300";
     this.Label7.AutoSize   = true;
     global::System.Windows.Forms.Control label5 = this.Label7;
     location         = new global::System.Drawing.Point(114, 58);
     label5.Location  = location;
     this.Label7.Name = "Label7";
     global::System.Windows.Forms.Control label6 = this.Label7;
     size                 = new global::System.Drawing.Size(29, 12);
     label6.Size          = size;
     this.Label7.TabIndex = 13;
     this.Label7.Text     = "结束";
     global::System.Windows.Forms.Control textBox7 = this.TextBox5;
     location           = new global::System.Drawing.Point(149, 85);
     textBox7.Location  = location;
     this.TextBox5.Name = "TextBox5";
     global::System.Windows.Forms.Control textBox8 = this.TextBox5;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox8.Size          = size;
     this.TextBox5.TabIndex = 12;
     this.TextBox5.Text     = "5";
     global::System.Windows.Forms.Control textBox9 = this.TextBox4;
     location           = new global::System.Drawing.Point(149, 58);
     textBox9.Location  = location;
     this.TextBox4.Name = "TextBox4";
     global::System.Windows.Forms.Control textBox10 = this.TextBox4;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox10.Size         = size;
     this.TextBox4.TabIndex = 11;
     this.TextBox4.Text     = "100";
     global::System.Windows.Forms.Control textBox11 = this.TextBox3;
     location           = new global::System.Drawing.Point(149, 30);
     textBox11.Location = location;
     this.TextBox3.Name = "TextBox3";
     global::System.Windows.Forms.Control textBox12 = this.TextBox3;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox12.Size         = size;
     this.TextBox3.TabIndex = 10;
     this.TextBox3.Text     = "0";
     this.Label6.AutoSize   = true;
     global::System.Windows.Forms.Control label7 = this.Label6;
     location         = new global::System.Drawing.Point(114, 88);
     label7.Location  = location;
     this.Label6.Name = "Label6";
     global::System.Windows.Forms.Control label8 = this.Label6;
     size                 = new global::System.Drawing.Size(29, 12);
     label8.Size          = size;
     this.Label6.TabIndex = 9;
     this.Label6.Text     = "步距";
     this.Label5.AutoSize = true;
     global::System.Windows.Forms.Control label9 = this.Label5;
     location         = new global::System.Drawing.Point(3, 94);
     label9.Location  = location;
     this.Label5.Name = "Label5";
     global::System.Windows.Forms.Control label10 = this.Label5;
     size                 = new global::System.Drawing.Size(29, 12);
     label10.Size         = size;
     this.Label5.TabIndex = 8;
     this.Label5.Text     = "字高";
     this.Label4.AutoSize = true;
     global::System.Windows.Forms.Control label11 = this.Label4;
     location         = new global::System.Drawing.Point(114, 33);
     label11.Location = location;
     this.Label4.Name = "Label4";
     global::System.Windows.Forms.Control label12 = this.Label4;
     size                 = new global::System.Drawing.Size(29, 12);
     label12.Size         = size;
     this.Label4.TabIndex = 7;
     this.Label4.Text     = "开始";
     this.Label3.AutoSize = true;
     global::System.Windows.Forms.Control label13 = this.Label3;
     location         = new global::System.Drawing.Point(6, 61);
     label13.Location = location;
     this.Label3.Name = "Label3";
     global::System.Windows.Forms.Control label14 = this.Label3;
     size                 = new global::System.Drawing.Size(11, 12);
     label14.Size         = size;
     this.Label3.TabIndex = 6;
     this.Label3.Text     = "y";
     this.Label2.AutoSize = true;
     global::System.Windows.Forms.Control label15 = this.Label2;
     location         = new global::System.Drawing.Point(5, 33);
     label15.Location = location;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label16 = this.Label2;
     size                 = new global::System.Drawing.Size(11, 12);
     label16.Size         = size;
     this.Label2.TabIndex = 5;
     this.Label2.Text     = "x";
     global::System.Windows.Forms.Control textBox13 = this.TextBox2;
     location           = new global::System.Drawing.Point(22, 58);
     textBox13.Location = location;
     this.TextBox2.Name = "TextBox2";
     global::System.Windows.Forms.Control textBox14 = this.TextBox2;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox14.Size         = size;
     this.TextBox2.TabIndex = 3;
     this.TextBox2.Text     = "500";
     global::System.Windows.Forms.Control textBox15 = this.TextBox1;
     location           = new global::System.Drawing.Point(22, 31);
     textBox15.Location = location;
     this.TextBox1.Name = "TextBox1";
     global::System.Windows.Forms.Control textBox16 = this.TextBox1;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox16.Size         = size;
     this.TextBox1.TabIndex = 2;
     this.TextBox1.Text     = "0";
     this.Label1.AutoSize   = true;
     global::System.Windows.Forms.Control label17 = this.Label1;
     location         = new global::System.Drawing.Point(81, 5);
     label17.Location = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label18 = this.Label1;
     size                 = new global::System.Drawing.Size(0, 12);
     label18.Size         = size;
     this.Label1.TabIndex = 1;
     global::System.Windows.Forms.Control button3 = this.Button1;
     location          = new global::System.Drawing.Point(0, 0);
     button3.Location  = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button4 = this.Button1;
     size                  = new global::System.Drawing.Size(75, 23);
     button4.Size          = size;
     this.Button1.TabIndex = 0;
     this.Button1.Text     = "插入点";
     this.Button1.UseVisualStyleBackColor = true;
     this.TabPage2.Controls.Add(this.Label18);
     this.TabPage2.Controls.Add(this.Label10);
     this.TabPage2.Controls.Add(this.TextBox9);
     this.TabPage2.Controls.Add(this.Label11);
     this.TabPage2.Controls.Add(this.TextBox_0);
     this.TabPage2.Controls.Add(this.Button3);
     this.TabPage2.Controls.Add(this.TextBox_1);
     this.TabPage2.Controls.Add(this.Label12);
     this.TabPage2.Controls.Add(this.TextBox_2);
     this.TabPage2.Controls.Add(this.TextBox_3);
     this.TabPage2.Controls.Add(this.TextBox_4);
     this.TabPage2.Controls.Add(this.Label13);
     this.TabPage2.Controls.Add(this.Label14);
     this.TabPage2.Controls.Add(this.Label15);
     this.TabPage2.Controls.Add(this.Label17);
     this.TabPage2.Controls.Add(this.TextBox_5);
     this.TabPage2.Controls.Add(this.Button4);
     global::System.Windows.Forms.TabPage tabPage4 = this.TabPage2;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage4.Location  = location;
     this.TabPage2.Name = "TabPage2";
     global::System.Windows.Forms.Control tabPage5 = this.TabPage2;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage5.Padding = padding;
     global::System.Windows.Forms.Control tabPage6 = this.TabPage2;
     size                   = new global::System.Drawing.Size(348, 133);
     tabPage6.Size          = size;
     this.TabPage2.TabIndex = 1;
     this.TabPage2.Text     = "曲线阵列";
     this.TabPage2.UseVisualStyleBackColor = true;
     this.Label18.AutoSize = true;
     global::System.Windows.Forms.Control label19 = this.Label18;
     location          = new global::System.Drawing.Point(83, 6);
     label19.Location  = location;
     this.Label18.Name = "Label18";
     global::System.Windows.Forms.Control label20 = this.Label18;
     size                  = new global::System.Drawing.Size(0, 12);
     label20.Size          = size;
     this.Label18.TabIndex = 38;
     this.Label10.AutoSize = true;
     global::System.Windows.Forms.Control label21 = this.Label10;
     location          = new global::System.Drawing.Point(237, 60);
     label21.Location  = location;
     this.Label10.Name = "Label10";
     global::System.Windows.Forms.Control label22 = this.Label10;
     size                  = new global::System.Drawing.Size(29, 12);
     label22.Size          = size;
     this.Label10.TabIndex = 37;
     this.Label10.Text     = "后缀";
     global::System.Windows.Forms.Control textBox17 = this.TextBox9;
     location           = new global::System.Drawing.Point(272, 58);
     textBox17.Location = location;
     this.TextBox9.Name = "TextBox9";
     global::System.Windows.Forms.Control textBox18 = this.TextBox9;
     size                   = new global::System.Drawing.Size(68, 21);
     textBox18.Size         = size;
     this.TextBox9.TabIndex = 36;
     this.Label11.AutoSize  = true;
     global::System.Windows.Forms.Control label23 = this.Label11;
     location          = new global::System.Drawing.Point(237, 36);
     label23.Location  = location;
     this.Label11.Name = "Label11";
     global::System.Windows.Forms.Control label24 = this.Label11;
     size                  = new global::System.Drawing.Size(29, 12);
     label24.Size          = size;
     this.Label11.TabIndex = 35;
     this.Label11.Text     = "前缀";
     global::System.Windows.Forms.Control control = this.TextBox_0;
     location            = new global::System.Drawing.Point(272, 34);
     control.Location    = location;
     this.TextBox_0.Name = "TextBox10";
     global::System.Windows.Forms.Control control2 = this.TextBox_0;
     size                    = new global::System.Drawing.Size(68, 21);
     control2.Size           = size;
     this.TextBox_0.TabIndex = 34;
     global::System.Windows.Forms.Control button5 = this.Button3;
     location          = new global::System.Drawing.Point(239, 89);
     button5.Location  = location;
     this.Button3.Name = "Button3";
     global::System.Windows.Forms.Control button6 = this.Button3;
     size                  = new global::System.Drawing.Size(101, 23);
     button6.Size          = size;
     this.Button3.TabIndex = 33;
     this.Button3.Text     = "确定";
     this.Button3.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control3 = this.TextBox_1;
     location            = new global::System.Drawing.Point(43, 91);
     control3.Location   = location;
     this.TextBox_1.Name = "TextBox11";
     global::System.Windows.Forms.Control control4 = this.TextBox_1;
     size                    = new global::System.Drawing.Size(66, 21);
     control4.Size           = size;
     this.TextBox_1.TabIndex = 32;
     this.TextBox_1.Text     = "300";
     this.Label12.AutoSize   = true;
     global::System.Windows.Forms.Control label25 = this.Label12;
     location          = new global::System.Drawing.Point(119, 61);
     label25.Location  = location;
     this.Label12.Name = "Label12";
     global::System.Windows.Forms.Control label26 = this.Label12;
     size                  = new global::System.Drawing.Size(29, 12);
     label26.Size          = size;
     this.Label12.TabIndex = 31;
     this.Label12.Text     = "结束";
     global::System.Windows.Forms.Control control5 = this.TextBox_2;
     location            = new global::System.Drawing.Point(154, 88);
     control5.Location   = location;
     this.TextBox_2.Name = "TextBox12";
     global::System.Windows.Forms.Control control6 = this.TextBox_2;
     size                    = new global::System.Drawing.Size(82, 21);
     control6.Size           = size;
     this.TextBox_2.TabIndex = 30;
     this.TextBox_2.Text     = "5";
     global::System.Windows.Forms.Control control7 = this.TextBox_3;
     location            = new global::System.Drawing.Point(154, 61);
     control7.Location   = location;
     this.TextBox_3.Name = "TextBox13";
     global::System.Windows.Forms.Control control8 = this.TextBox_3;
     size                    = new global::System.Drawing.Size(82, 21);
     control8.Size           = size;
     this.TextBox_3.TabIndex = 29;
     this.TextBox_3.Text     = "360";
     global::System.Windows.Forms.Control control9 = this.TextBox_4;
     location            = new global::System.Drawing.Point(154, 33);
     control9.Location   = location;
     this.TextBox_4.Name = "TextBox14";
     global::System.Windows.Forms.Control control10 = this.TextBox_4;
     size                    = new global::System.Drawing.Size(82, 21);
     control10.Size          = size;
     this.TextBox_4.TabIndex = 28;
     this.TextBox_4.Text     = "0";
     this.Label13.AutoSize   = true;
     global::System.Windows.Forms.Control label27 = this.Label13;
     location          = new global::System.Drawing.Point(119, 91);
     label27.Location  = location;
     this.Label13.Name = "Label13";
     global::System.Windows.Forms.Control label28 = this.Label13;
     size                  = new global::System.Drawing.Size(29, 12);
     label28.Size          = size;
     this.Label13.TabIndex = 27;
     this.Label13.Text     = "步距";
     this.Label14.AutoSize = true;
     global::System.Windows.Forms.Control label29 = this.Label14;
     location          = new global::System.Drawing.Point(8, 97);
     label29.Location  = location;
     this.Label14.Name = "Label14";
     global::System.Windows.Forms.Control label30 = this.Label14;
     size                  = new global::System.Drawing.Size(29, 12);
     label30.Size          = size;
     this.Label14.TabIndex = 26;
     this.Label14.Text     = "字高";
     this.Label15.AutoSize = true;
     global::System.Windows.Forms.Control label31 = this.Label15;
     location          = new global::System.Drawing.Point(119, 36);
     label31.Location  = location;
     this.Label15.Name = "Label15";
     global::System.Windows.Forms.Control label32 = this.Label15;
     size                  = new global::System.Drawing.Size(29, 12);
     label32.Size          = size;
     this.Label15.TabIndex = 25;
     this.Label15.Text     = "开始";
     this.Label17.AutoSize = true;
     global::System.Windows.Forms.Control label33 = this.Label17;
     location          = new global::System.Drawing.Point(10, 36);
     label33.Location  = location;
     this.Label17.Name = "Label17";
     global::System.Windows.Forms.Control label34 = this.Label17;
     size                  = new global::System.Drawing.Size(29, 12);
     label34.Size          = size;
     this.Label17.TabIndex = 23;
     this.Label17.Text     = "半径";
     global::System.Windows.Forms.Control control11 = this.TextBox_5;
     location            = new global::System.Drawing.Point(45, 34);
     control11.Location  = location;
     this.TextBox_5.Name = "TextBox16";
     global::System.Windows.Forms.Control control12 = this.TextBox_5;
     size                    = new global::System.Drawing.Size(64, 21);
     control12.Size          = size;
     this.TextBox_5.TabIndex = 21;
     this.TextBox_5.Text     = "10000";
     global::System.Windows.Forms.Control button7 = this.Button4;
     location          = new global::System.Drawing.Point(5, 3);
     button7.Location  = location;
     this.Button4.Name = "Button4";
     global::System.Windows.Forms.Control button8 = this.Button4;
     size                  = new global::System.Drawing.Size(75, 23);
     button8.Size          = size;
     this.Button4.TabIndex = 20;
     this.Button4.Text     = "圆心";
     this.Button4.UseVisualStyleBackColor = true;
     this.TabPage3.Controls.Add(this.TextBox_10);
     this.TabPage3.Controls.Add(this.Label22);
     this.TabPage3.Controls.Add(this.TextBox_9);
     this.TabPage3.Controls.Add(this.Label21);
     this.TabPage3.Controls.Add(this.Button5);
     this.TabPage3.Controls.Add(this.Label20);
     this.TabPage3.Controls.Add(this.Label19);
     this.TabPage3.Controls.Add(this.Label16);
     this.TabPage3.Controls.Add(this.TextBox_6);
     this.TabPage3.Controls.Add(this.TextBox_7);
     this.TabPage3.Controls.Add(this.TextBox_8);
     global::System.Windows.Forms.TabPage tabPage7 = this.TabPage3;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage7.Location  = location;
     this.TabPage3.Name = "TabPage3";
     global::System.Windows.Forms.Control tabPage8 = this.TabPage3;
     size                   = new global::System.Drawing.Size(348, 133);
     tabPage8.Size          = size;
     this.TabPage3.TabIndex = 2;
     this.TabPage3.Text     = "前后缀";
     this.TabPage3.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control13 = this.TextBox_10;
     location             = new global::System.Drawing.Point(152, 18);
     control13.Location   = location;
     this.TextBox_10.Name = "TextBox20";
     global::System.Windows.Forms.Control control14 = this.TextBox_10;
     size                     = new global::System.Drawing.Size(69, 21);
     control14.Size           = size;
     this.TextBox_10.TabIndex = 11;
     this.TextBox_10.Text     = "300";
     this.Label22.AutoSize    = true;
     global::System.Windows.Forms.Control label35 = this.Label22;
     location          = new global::System.Drawing.Point(117, 21);
     label35.Location  = location;
     this.Label22.Name = "Label22";
     global::System.Windows.Forms.Control label36 = this.Label22;
     size                  = new global::System.Drawing.Size(29, 12);
     label36.Size          = size;
     this.Label22.TabIndex = 10;
     this.Label22.Text     = "字高";
     global::System.Windows.Forms.Control control15 = this.TextBox_9;
     location            = new global::System.Drawing.Point(42, 18);
     control15.Location  = location;
     this.TextBox_9.Name = "TextBox19";
     global::System.Windows.Forms.Control control16 = this.TextBox_9;
     size                    = new global::System.Drawing.Size(69, 21);
     control16.Size          = size;
     this.TextBox_9.TabIndex = 9;
     this.TextBox_9.Text     = "10";
     this.Label21.AutoSize   = true;
     global::System.Windows.Forms.Control label37 = this.Label21;
     location          = new global::System.Drawing.Point(5, 21);
     label37.Location  = location;
     this.Label21.Name = "Label21";
     global::System.Windows.Forms.Control label38 = this.Label21;
     size                  = new global::System.Drawing.Size(11, 12);
     label38.Size          = size;
     this.Label21.TabIndex = 8;
     this.Label21.Text     = "N";
     global::System.Windows.Forms.Control button9 = this.Button5;
     location          = new global::System.Drawing.Point(132, 92);
     button9.Location  = location;
     this.Button5.Name = "Button5";
     global::System.Windows.Forms.Control button10 = this.Button5;
     size                  = new global::System.Drawing.Size(75, 23);
     button10.Size         = size;
     this.Button5.TabIndex = 7;
     this.Button5.Text     = "确定";
     this.Button5.UseVisualStyleBackColor = true;
     this.Label20.AutoSize = true;
     global::System.Windows.Forms.Control label39 = this.Label20;
     location          = new global::System.Drawing.Point(117, 58);
     label39.Location  = location;
     this.Label20.Name = "Label20";
     global::System.Windows.Forms.Control label40 = this.Label20;
     size                  = new global::System.Drawing.Size(29, 12);
     label40.Size          = size;
     this.Label20.TabIndex = 5;
     this.Label20.Text     = "变量";
     this.Label19.AutoSize = true;
     global::System.Windows.Forms.Control label41 = this.Label19;
     location          = new global::System.Drawing.Point(227, 58);
     label41.Location  = location;
     this.Label19.Name = "Label19";
     global::System.Windows.Forms.Control label42 = this.Label19;
     size                  = new global::System.Drawing.Size(29, 12);
     label42.Size          = size;
     this.Label19.TabIndex = 4;
     this.Label19.Text     = "后缀";
     this.Label16.AutoSize = true;
     global::System.Windows.Forms.Control label43 = this.Label16;
     location          = new global::System.Drawing.Point(5, 58);
     label43.Location  = location;
     this.Label16.Name = "Label16";
     global::System.Windows.Forms.Control label44 = this.Label16;
     size                  = new global::System.Drawing.Size(29, 12);
     label44.Size          = size;
     this.Label16.TabIndex = 3;
     this.Label16.Text     = "前缀";
     global::System.Windows.Forms.Control control17 = this.TextBox_6;
     location            = new global::System.Drawing.Point(262, 55);
     control17.Location  = location;
     this.TextBox_6.Name = "TextBox18";
     global::System.Windows.Forms.Control control18 = this.TextBox_6;
     size                    = new global::System.Drawing.Size(69, 21);
     control18.Size          = size;
     this.TextBox_6.TabIndex = 2;
     this.TextBox_6.Text     = "/N";
     global::System.Windows.Forms.Control control19 = this.TextBox_7;
     location            = new global::System.Drawing.Point(152, 55);
     control19.Location  = location;
     this.TextBox_7.Name = "TextBox17";
     global::System.Windows.Forms.Control control20 = this.TextBox_7;
     size                    = new global::System.Drawing.Size(69, 21);
     control20.Size          = size;
     this.TextBox_7.TabIndex = 1;
     this.TextBox_7.Text     = "1";
     global::System.Windows.Forms.Control control21 = this.TextBox_8;
     location            = new global::System.Drawing.Point(42, 55);
     control21.Location  = location;
     this.TextBox_8.Name = "TextBox15";
     global::System.Windows.Forms.Control control22 = this.TextBox_8;
     size                    = new global::System.Drawing.Size(69, 21);
     control22.Size          = size;
     this.TextBox_8.TabIndex = 0;
     this.TextBox_8.Text     = "结施-";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(361, 161);
     this.ClientSize = size;
     this.Controls.Add(this.TabControl1);
     this.Name = "DVar_Frm";
     this.Text = "动态变量";
     this.TabControl1.ResumeLayout(false);
     this.TabPage1.ResumeLayout(false);
     this.TabPage1.PerformLayout();
     this.TabPage2.ResumeLayout(false);
     this.TabPage2.PerformLayout();
     this.TabPage3.ResumeLayout(false);
     this.TabPage3.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.TabControl1   = new global::System.Windows.Forms.TabControl();
     this.TabPage1      = new global::System.Windows.Forms.TabPage();
     this.DataGridView1 = new global::System.Windows.Forms.DataGridView();
     this.TabPage6      = new global::System.Windows.Forms.TabPage();
     this.DataGridView2 = new global::System.Windows.Forms.DataGridView();
     this.TabPage2      = new global::System.Windows.Forms.TabPage();
     this.DataGridView3 = new global::System.Windows.Forms.DataGridView();
     this.TabPage3      = new global::System.Windows.Forms.TabPage();
     this.DataGridView4 = new global::System.Windows.Forms.DataGridView();
     this.TabPage4      = new global::System.Windows.Forms.TabPage();
     this.DataGridView5 = new global::System.Windows.Forms.DataGridView();
     this.TabPage5      = new global::System.Windows.Forms.TabPage();
     this.DataGridView6 = new global::System.Windows.Forms.DataGridView();
     this.TabControl1.SuspendLayout();
     this.TabPage1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView1).BeginInit();
     this.TabPage6.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView2).BeginInit();
     this.TabPage2.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView3).BeginInit();
     this.TabPage3.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView4).BeginInit();
     this.TabPage4.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView5).BeginInit();
     this.TabPage5.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView6).BeginInit();
     this.SuspendLayout();
     this.TabControl1.Controls.Add(this.TabPage1);
     this.TabControl1.Controls.Add(this.TabPage6);
     this.TabControl1.Controls.Add(this.TabPage2);
     this.TabControl1.Controls.Add(this.TabPage3);
     this.TabControl1.Controls.Add(this.TabPage4);
     this.TabControl1.Controls.Add(this.TabPage5);
     global::System.Windows.Forms.Control tabControl = this.TabControl1;
     global::System.Drawing.Point         location   = new global::System.Drawing.Point(1, 0);
     tabControl.Location            = location;
     this.TabControl1.Name          = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     global::System.Windows.Forms.Control tabControl2 = this.TabControl1;
     global::System.Drawing.Size          size        = new global::System.Drawing.Size(381, 188);
     tabControl2.Size          = size;
     this.TabControl1.TabIndex = 0;
     this.TabPage1.Controls.Add(this.DataGridView1);
     global::System.Windows.Forms.TabPage tabPage = this.TabPage1;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage.Location   = location;
     this.TabPage1.Name = "TabPage1";
     global::System.Windows.Forms.Control tabPage2 = this.TabPage1;
     global::System.Windows.Forms.Padding padding  = new global::System.Windows.Forms.Padding(3);
     tabPage2.Padding = padding;
     global::System.Windows.Forms.Control tabPage3 = this.TabPage1;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage3.Size          = size;
     this.TabPage1.TabIndex = 0;
     this.TabPage1.Text     = "等边角钢";
     this.TabPage1.UseVisualStyleBackColor          = true;
     this.DataGridView1.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView = this.DataGridView1;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView.Location   = location;
     this.DataGridView1.Name = "DataGridView1";
     this.DataGridView1.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView2 = this.DataGridView1;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView2.Size          = size;
     this.DataGridView1.TabIndex = 1;
     this.TabPage6.Controls.Add(this.DataGridView2);
     global::System.Windows.Forms.TabPage tabPage4 = this.TabPage6;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage4.Location  = location;
     this.TabPage6.Name = "TabPage6";
     global::System.Windows.Forms.Control tabPage5 = this.TabPage6;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage5.Padding = padding;
     global::System.Windows.Forms.Control tabPage6 = this.TabPage6;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage6.Size          = size;
     this.TabPage6.TabIndex = 5;
     this.TabPage6.Text     = "不等边角钢";
     this.TabPage6.UseVisualStyleBackColor          = true;
     this.DataGridView2.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView3 = this.DataGridView2;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView3.Location  = location;
     this.DataGridView2.Name = "DataGridView2";
     this.DataGridView2.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView4 = this.DataGridView2;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView4.Size          = size;
     this.DataGridView2.TabIndex = 2;
     this.TabPage2.Controls.Add(this.DataGridView3);
     global::System.Windows.Forms.TabPage tabPage7 = this.TabPage2;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage7.Location  = location;
     this.TabPage2.Name = "TabPage2";
     global::System.Windows.Forms.Control tabPage8 = this.TabPage2;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage8.Padding = padding;
     global::System.Windows.Forms.Control tabPage9 = this.TabPage2;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage9.Size          = size;
     this.TabPage2.TabIndex = 1;
     this.TabPage2.Text     = "工字钢";
     this.TabPage2.UseVisualStyleBackColor          = true;
     this.DataGridView3.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView5 = this.DataGridView3;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView5.Location  = location;
     this.DataGridView3.Name = "DataGridView3";
     this.DataGridView3.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView6 = this.DataGridView3;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView6.Size          = size;
     this.DataGridView3.TabIndex = 2;
     this.TabPage3.Controls.Add(this.DataGridView4);
     global::System.Windows.Forms.TabPage tabPage10 = this.TabPage3;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage10.Location = location;
     this.TabPage3.Name = "TabPage3";
     global::System.Windows.Forms.Control tabPage11 = this.TabPage3;
     padding           = new global::System.Windows.Forms.Padding(3);
     tabPage11.Padding = padding;
     global::System.Windows.Forms.Control tabPage12 = this.TabPage3;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage12.Size         = size;
     this.TabPage3.TabIndex = 2;
     this.TabPage3.Text     = "H型钢";
     this.TabPage3.UseVisualStyleBackColor          = true;
     this.DataGridView4.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView7 = this.DataGridView4;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView7.Location  = location;
     this.DataGridView4.Name = "DataGridView4";
     this.DataGridView4.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView8 = this.DataGridView4;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView8.Size          = size;
     this.DataGridView4.TabIndex = 2;
     this.TabPage4.Controls.Add(this.DataGridView5);
     global::System.Windows.Forms.TabPage tabPage13 = this.TabPage4;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage13.Location = location;
     this.TabPage4.Name = "TabPage4";
     global::System.Windows.Forms.Control tabPage14 = this.TabPage4;
     padding           = new global::System.Windows.Forms.Padding(3);
     tabPage14.Padding = padding;
     global::System.Windows.Forms.Control tabPage15 = this.TabPage4;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage15.Size         = size;
     this.TabPage4.TabIndex = 3;
     this.TabPage4.Text     = "槽钢";
     this.TabPage4.UseVisualStyleBackColor          = true;
     this.DataGridView5.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView9 = this.DataGridView5;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView9.Location  = location;
     this.DataGridView5.Name = "DataGridView5";
     this.DataGridView5.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView10 = this.DataGridView5;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView10.Size         = size;
     this.DataGridView5.TabIndex = 2;
     this.TabPage5.Controls.Add(this.DataGridView6);
     global::System.Windows.Forms.TabPage tabPage16 = this.TabPage5;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage16.Location = location;
     this.TabPage5.Name = "TabPage5";
     global::System.Windows.Forms.Control tabPage17 = this.TabPage5;
     padding           = new global::System.Windows.Forms.Padding(3);
     tabPage17.Padding = padding;
     global::System.Windows.Forms.Control tabPage18 = this.TabPage5;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage18.Size         = size;
     this.TabPage5.TabIndex = 4;
     this.TabPage5.Text     = "C型钢";
     this.TabPage5.UseVisualStyleBackColor          = true;
     this.DataGridView6.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView11 = this.DataGridView6;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView11.Location = location;
     this.DataGridView6.Name = "DataGridView6";
     this.DataGridView6.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView12 = this.DataGridView6;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView12.Size         = size;
     this.DataGridView6.TabIndex = 2;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(382, 184);
     this.ClientSize = size;
     this.Controls.Add(this.TabControl1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "XG_frm";
     this.Text            = "型钢绘制";
     this.TabControl1.ResumeLayout(false);
     this.TabPage1.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView1).EndInit();
     this.TabPage6.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView2).EndInit();
     this.TabPage2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView3).EndInit();
     this.TabPage3.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView4).EndInit();
     this.TabPage4.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView5).EndInit();
     this.TabPage5.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView6).EndInit();
     this.ResumeLayout(false);
 }