Fixing character encoding issues.
6 /// Required designer variable.
8 private System.ComponentModel.IContainer components = null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.buttonGenerate = new System.Windows.Forms.Button();
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);
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);
58 private System.Windows.Forms.Button buttonGenerate;