ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/trunk/EmuXPortal/Form1.Designer.cs
Revision: 4
Committed: Tue Apr 3 20:08:55 2012 UTC (11 years, 8 months ago) by william
File size: 1174 byte(s)
Log Message:
initial commit

File Contents

# User Rev Content
1 william 4 namespace EmuXPortal
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     this.components = new System.ComponentModel.Container();
32     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
33     this.Text = "Form1";
34     }
35    
36     #endregion
37     }
38     }
39