MainForm.Designer.cs
author StephaneLenclud
Thu, 14 May 2015 22:43:17 +0200
changeset 0 1d4344872495
child 9 b77b09f680e7
permissions -rw-r--r--
First drop.
Basic Sky Deutschland package frequency parssing.
     1 namespace SatChanGen
     2 {
     3     partial class MainForm
     4     {
     5         /// <summary>
     6         /// Required designer variable.
     7         /// </summary>
     8         private System.ComponentModel.IContainer components = null;
     9 
    10         /// <summary>
    11         /// Clean up any resources being used.
    12         /// </summary>
    13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    14         protected override void Dispose(bool disposing)
    15         {
    16             if (disposing && (components != null))
    17             {
    18                 components.Dispose();
    19             }
    20             base.Dispose(disposing);
    21         }
    22 
    23         #region Windows Form Designer generated code
    24 
    25         /// <summary>
    26         /// Required method for Designer support - do not modify
    27         /// the contents of this method with the code editor.
    28         /// </summary>
    29         private void InitializeComponent()
    30         {
    31             this.buttonGenerate = new System.Windows.Forms.Button();
    32             this.SuspendLayout();
    33             // 
    34             // buttonGenerate
    35             // 
    36             this.buttonGenerate.Location = new System.Drawing.Point(192, 138);
    37             this.buttonGenerate.Name = "buttonGenerate";
    38             this.buttonGenerate.Size = new System.Drawing.Size(75, 23);
    39             this.buttonGenerate.TabIndex = 0;
    40             this.buttonGenerate.Text = "Generate";
    41             this.buttonGenerate.UseVisualStyleBackColor = true;
    42             this.buttonGenerate.Click += new System.EventHandler(this.buttonGenerate_Click);
    43             // 
    44             // MainForm
    45             // 
    46             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    47             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    48             this.ClientSize = new System.Drawing.Size(727, 521);
    49             this.Controls.Add(this.buttonGenerate);
    50             this.Name = "MainForm";
    51             this.Text = "Sattelite Channel Generator";
    52             this.ResumeLayout(false);
    53 
    54         }
    55 
    56         #endregion
    57 
    58         private System.Windows.Forms.Button buttonGenerate;
    59     }
    60 }
    61