StephaneLenclud@0: namespace SatChanGen StephaneLenclud@0: { StephaneLenclud@0: partial class MainForm StephaneLenclud@0: { StephaneLenclud@0: /// StephaneLenclud@0: /// Required designer variable. StephaneLenclud@0: /// StephaneLenclud@0: private System.ComponentModel.IContainer components = null; StephaneLenclud@0: StephaneLenclud@0: /// StephaneLenclud@0: /// Clean up any resources being used. StephaneLenclud@0: /// StephaneLenclud@0: /// true if managed resources should be disposed; otherwise, false. StephaneLenclud@0: protected override void Dispose(bool disposing) StephaneLenclud@0: { StephaneLenclud@0: if (disposing && (components != null)) StephaneLenclud@0: { StephaneLenclud@0: components.Dispose(); StephaneLenclud@0: } StephaneLenclud@0: base.Dispose(disposing); StephaneLenclud@0: } StephaneLenclud@0: StephaneLenclud@0: #region Windows Form Designer generated code StephaneLenclud@0: StephaneLenclud@0: /// StephaneLenclud@0: /// Required method for Designer support - do not modify StephaneLenclud@0: /// the contents of this method with the code editor. StephaneLenclud@0: /// StephaneLenclud@0: private void InitializeComponent() StephaneLenclud@0: { StephaneLenclud@0: this.buttonGenerate = new System.Windows.Forms.Button(); StephaneLenclud@0: this.SuspendLayout(); StephaneLenclud@0: // StephaneLenclud@0: // buttonGenerate StephaneLenclud@0: // StephaneLenclud@0: this.buttonGenerate.Location = new System.Drawing.Point(192, 138); StephaneLenclud@0: this.buttonGenerate.Name = "buttonGenerate"; StephaneLenclud@0: this.buttonGenerate.Size = new System.Drawing.Size(75, 23); StephaneLenclud@0: this.buttonGenerate.TabIndex = 0; StephaneLenclud@0: this.buttonGenerate.Text = "Generate"; StephaneLenclud@0: this.buttonGenerate.UseVisualStyleBackColor = true; StephaneLenclud@0: this.buttonGenerate.Click += new System.EventHandler(this.buttonGenerate_Click); StephaneLenclud@0: // StephaneLenclud@0: // MainForm StephaneLenclud@0: // StephaneLenclud@0: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); StephaneLenclud@0: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; StephaneLenclud@0: this.ClientSize = new System.Drawing.Size(727, 521); StephaneLenclud@0: this.Controls.Add(this.buttonGenerate); StephaneLenclud@0: this.Name = "MainForm"; StephaneLenclud@0: this.Text = "Sattelite Channel Generator"; StephaneLenclud@0: this.ResumeLayout(false); StephaneLenclud@0: StephaneLenclud@0: } StephaneLenclud@0: StephaneLenclud@0: #endregion StephaneLenclud@0: StephaneLenclud@0: private System.Windows.Forms.Button buttonGenerate; StephaneLenclud@0: } StephaneLenclud@0: } StephaneLenclud@0: