source: other-projects/fft-ddr/open-day-2015/trunk/FFTDDR/Form1.Designer.cs@ 29911

Last change on this file since 29911 was 29911, checked in by cct9, 9 years ago

Reworked version of the project undertaken for open day 2015

File size: 2.0 KB
Line 
1namespace FFTDDR
2{
3 partial class Form1
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
32 this.SuspendLayout();
33 //
34 // Form1
35 //
36 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
37 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
38 this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
39 this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
40 this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
41 this.ClientSize = new System.Drawing.Size(284, 261);
42 this.Name = "Form1";
43 this.Text = "FFTDDR";
44 this.Load += new System.EventHandler(this.Form1_Load);
45 this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
46 this.ResumeLayout(false);
47
48 }
49
50 #endregion
51 }
52}
53
Note: See TracBrowser for help on using the repository browser.