Sfoglia il codice sorgente

Редактирование дизайна

Вячеслав Терешенко 2 anni fa
parent
commit
9f11f7f36b
2 ha cambiato i file con 0 aggiunte e 40 eliminazioni
  1. 0 35
      ImpulseVision/FormMain.Designer.cs
  2. 0 5
      ImpulseVision/FormMain.cs

+ 0 - 35
ImpulseVision/FormMain.Designer.cs

@@ -70,14 +70,12 @@
             this.label1 = new System.Windows.Forms.Label();
             this.BtnSave = new System.Windows.Forms.Button();
             this.TbSettings = new System.Windows.Forms.TabPage();
-            this.button1 = new System.Windows.Forms.Button();
             this.label3 = new System.Windows.Forms.Label();
             this.TbUsers = new System.Windows.Forms.TabPage();
             this.label4 = new System.Windows.Forms.Label();
             this.LswView = new System.Windows.Forms.ListView();
             this.ImList = new System.Windows.Forms.ImageList(this.components);
             this.TbxName = new ImpulseVision.EgoldsGoogleTextBox();
-            this.NewProgress = new ImpulseVision.FDProgressBar();
             this.menuStrip1.SuspendLayout();
             this.ToolsMenu.SuspendLayout();
             this.statusStrip1.SuspendLayout();
@@ -453,8 +451,6 @@
             // TbSettings
             // 
             this.TbSettings.BackColor = System.Drawing.Color.White;
-            this.TbSettings.Controls.Add(this.button1);
-            this.TbSettings.Controls.Add(this.NewProgress);
             this.TbSettings.Controls.Add(this.label3);
             this.TbSettings.Location = new System.Drawing.Point(4, 30);
             this.TbSettings.Name = "TbSettings";
@@ -463,16 +459,6 @@
             this.TbSettings.TabIndex = 1;
             this.TbSettings.Text = "tabPage2";
             // 
-            // button1
-            // 
-            this.button1.Location = new System.Drawing.Point(147, 166);
-            this.button1.Name = "button1";
-            this.button1.Size = new System.Drawing.Size(113, 26);
-            this.button1.TabIndex = 2;
-            this.button1.Text = "button1";
-            this.button1.UseVisualStyleBackColor = true;
-            this.button1.Click += new System.EventHandler(this.button1_Click);
-            // 
             // label3
             // 
             this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
@@ -550,25 +536,6 @@
             this.TbxName.TextPreview = "Имя пользователя";
             this.TbxName.UseSystemPasswordChar = false;
             // 
-            // NewProgress
-            // 
-            this.NewProgress._Value = 0;
-            this.NewProgress._ValueMaximum = 100;
-            this.NewProgress._ValueMinimum = 0;
-            this.NewProgress.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))));
-            this.NewProgress.BackColorProgressLeft = System.Drawing.Color.Blue;
-            this.NewProgress.BackColorProgressRight = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
-            this.NewProgress.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(140)))), ((int)(((byte)(141)))));
-            this.NewProgress.Location = new System.Drawing.Point(117, 122);
-            this.NewProgress.Name = "NewProgress";
-            this.NewProgress.Size = new System.Drawing.Size(452, 23);
-            this.NewProgress.Step = 10;
-            this.NewProgress.TabIndex = 1;
-            this.NewProgress.Text = "fdProgressBar1";
-            this.NewProgress.Value = 0;
-            this.NewProgress.ValueMaximum = 100;
-            this.NewProgress.ValueMinimum = 0;
-            // 
             // FormMain
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
@@ -654,8 +621,6 @@
         private System.Windows.Forms.ToolStripButton BtnMain;
         private System.Windows.Forms.ToolStripButton BtnUsers;
         private System.Windows.Forms.ToolStripButton BtnHistory;
-        private FDProgressBar NewProgress;
-        private System.Windows.Forms.Button button1;
         private EgoldsGoogleTextBox TbxName;
     }
 }

+ 0 - 5
ImpulseVision/FormMain.cs

@@ -646,10 +646,5 @@ namespace ImpulseVision
             }
 
         }
-
-        private void button1_Click(object sender, EventArgs e)
-        {
-            NewProgress.Value += 10;
-        }
     }
 }