MainForm.Designer.cs
changeset 9 b77b09f680e7
parent 0 1d4344872495
     1.1 --- a/MainForm.Designer.cs	Thu Oct 04 19:25:35 2018 +0200
     1.2 +++ b/MainForm.Designer.cs	Sat Oct 06 14:07:31 2018 +0200
     1.3 @@ -28,34 +28,89 @@
     1.4          /// </summary>
     1.5          private void InitializeComponent()
     1.6          {
     1.7 -            this.buttonGenerate = new System.Windows.Forms.Button();
     1.8 +            this.iButtoKingOfSat = new System.Windows.Forms.Button();
     1.9 +            this.iButtonSatIndex = new System.Windows.Forms.Button();
    1.10 +            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
    1.11 +            this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
    1.12 +            this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
    1.13 +            this.toolStripStatusLabelSpring = new System.Windows.Forms.ToolStripStatusLabel();
    1.14 +            this.statusStrip1.SuspendLayout();
    1.15              this.SuspendLayout();
    1.16              // 
    1.17 -            // buttonGenerate
    1.18 +            // iButtoKingOfSat
    1.19              // 
    1.20 -            this.buttonGenerate.Location = new System.Drawing.Point(192, 138);
    1.21 -            this.buttonGenerate.Name = "buttonGenerate";
    1.22 -            this.buttonGenerate.Size = new System.Drawing.Size(75, 23);
    1.23 -            this.buttonGenerate.TabIndex = 0;
    1.24 -            this.buttonGenerate.Text = "Generate";
    1.25 -            this.buttonGenerate.UseVisualStyleBackColor = true;
    1.26 -            this.buttonGenerate.Click += new System.EventHandler(this.buttonGenerate_Click);
    1.27 +            this.iButtoKingOfSat.Location = new System.Drawing.Point(192, 138);
    1.28 +            this.iButtoKingOfSat.Name = "iButtoKingOfSat";
    1.29 +            this.iButtoKingOfSat.Size = new System.Drawing.Size(75, 23);
    1.30 +            this.iButtoKingOfSat.TabIndex = 0;
    1.31 +            this.iButtoKingOfSat.Text = "KingOfSat";
    1.32 +            this.iButtoKingOfSat.UseVisualStyleBackColor = true;
    1.33 +            this.iButtoKingOfSat.Click += new System.EventHandler(this.buttonGenerate_Click);
    1.34 +            // 
    1.35 +            // iButtonSatIndex
    1.36 +            // 
    1.37 +            this.iButtonSatIndex.Location = new System.Drawing.Point(192, 177);
    1.38 +            this.iButtonSatIndex.Name = "iButtonSatIndex";
    1.39 +            this.iButtonSatIndex.Size = new System.Drawing.Size(75, 23);
    1.40 +            this.iButtonSatIndex.TabIndex = 1;
    1.41 +            this.iButtonSatIndex.Text = "SatIndex";
    1.42 +            this.iButtonSatIndex.UseVisualStyleBackColor = true;
    1.43 +            this.iButtonSatIndex.Click += new System.EventHandler(this.iButtonSatIndex_Click);
    1.44 +            // 
    1.45 +            // statusStrip1
    1.46 +            // 
    1.47 +            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    1.48 +            this.toolStripStatusLabel,
    1.49 +            this.toolStripStatusLabelSpring,
    1.50 +            this.toolStripProgressBar});
    1.51 +            this.statusStrip1.Location = new System.Drawing.Point(0, 499);
    1.52 +            this.statusStrip1.Name = "statusStrip1";
    1.53 +            this.statusStrip1.Size = new System.Drawing.Size(727, 22);
    1.54 +            this.statusStrip1.TabIndex = 2;
    1.55 +            this.statusStrip1.Text = "statusStrip1";
    1.56 +            // 
    1.57 +            // toolStripStatusLabel
    1.58 +            // 
    1.59 +            this.toolStripStatusLabel.Name = "toolStripStatusLabel";
    1.60 +            this.toolStripStatusLabel.Size = new System.Drawing.Size(39, 17);
    1.61 +            this.toolStripStatusLabel.Text = "Ready";
    1.62 +            // 
    1.63 +            // toolStripProgressBar
    1.64 +            // 
    1.65 +            this.toolStripProgressBar.Name = "toolStripProgressBar";
    1.66 +            this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
    1.67 +            // 
    1.68 +            // toolStripStatusLabelSpring
    1.69 +            // 
    1.70 +            this.toolStripStatusLabelSpring.Name = "toolStripStatusLabelSpring";
    1.71 +            this.toolStripStatusLabelSpring.Size = new System.Drawing.Size(571, 17);
    1.72 +            this.toolStripStatusLabelSpring.Spring = true;
    1.73              // 
    1.74              // MainForm
    1.75              // 
    1.76              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.77              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.78              this.ClientSize = new System.Drawing.Size(727, 521);
    1.79 -            this.Controls.Add(this.buttonGenerate);
    1.80 +            this.Controls.Add(this.statusStrip1);
    1.81 +            this.Controls.Add(this.iButtonSatIndex);
    1.82 +            this.Controls.Add(this.iButtoKingOfSat);
    1.83              this.Name = "MainForm";
    1.84              this.Text = "Sattelite Channel Generator";
    1.85 +            this.statusStrip1.ResumeLayout(false);
    1.86 +            this.statusStrip1.PerformLayout();
    1.87              this.ResumeLayout(false);
    1.88 +            this.PerformLayout();
    1.89  
    1.90          }
    1.91  
    1.92          #endregion
    1.93  
    1.94 -        private System.Windows.Forms.Button buttonGenerate;
    1.95 +        private System.Windows.Forms.Button iButtoKingOfSat;
    1.96 +        private System.Windows.Forms.Button iButtonSatIndex;
    1.97 +        private System.Windows.Forms.StatusStrip statusStrip1;
    1.98 +        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
    1.99 +        private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
   1.100 +        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpring;
   1.101      }
   1.102  }
   1.103