ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/branches/uienhancements/EmuXPortal/PlatformControl.Designer.cs
Revision: 51
Committed: Sun Apr 8 10:31:12 2012 UTC (10 years, 11 months ago) by william
File size: 5859 byte(s)
Log Message:
create branch: uienhancements

File Contents

# Content
1 namespace EmuXPortal
2 {
3 partial class PlatformControl
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 Component 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.platformImage = new System.Windows.Forms.PictureBox();
32 this.platformName = new System.Windows.Forms.Label();
33 this.PlatformControl_flow = new System.Windows.Forms.FlowLayoutPanel();
34 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
35 this.panel1 = new System.Windows.Forms.Panel();
36 ((System.ComponentModel.ISupportInitialize)(this.platformImage)).BeginInit();
37 this.PlatformControl_flow.SuspendLayout();
38 this.flowLayoutPanel1.SuspendLayout();
39 this.SuspendLayout();
40 //
41 // platformImage
42 //
43 this.platformImage.Location = new System.Drawing.Point(3, 3);
44 this.platformImage.Name = "platformImage";
45 this.platformImage.Size = new System.Drawing.Size(192, 192);
46 this.platformImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
47 this.platformImage.TabIndex = 0;
48 this.platformImage.TabStop = false;
49 //
50 // platformName
51 //
52 this.platformName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
53 | System.Windows.Forms.AnchorStyles.Right)));
54 this.platformName.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
55 this.platformName.ForeColor = System.Drawing.Color.Lime;
56 this.platformName.Location = new System.Drawing.Point(3, 67);
57 this.platformName.Name = "platformName";
58 this.platformName.Size = new System.Drawing.Size(246, 37);
59 this.platformName.TabIndex = 1;
60 this.platformName.Text = "label1";
61 //
62 // PlatformControl_flow
63 //
64 this.PlatformControl_flow.Controls.Add(this.platformImage);
65 this.PlatformControl_flow.Controls.Add(this.flowLayoutPanel1);
66 this.PlatformControl_flow.Dock = System.Windows.Forms.DockStyle.Fill;
67 this.PlatformControl_flow.Location = new System.Drawing.Point(0, 0);
68 this.PlatformControl_flow.Name = "PlatformControl_flow";
69 this.PlatformControl_flow.Size = new System.Drawing.Size(746, 204);
70 this.PlatformControl_flow.TabIndex = 2;
71 //
72 // flowLayoutPanel1
73 //
74 this.flowLayoutPanel1.AutoSize = true;
75 this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
76 this.flowLayoutPanel1.Controls.Add(this.panel1);
77 this.flowLayoutPanel1.Controls.Add(this.platformName);
78 this.flowLayoutPanel1.Location = new System.Drawing.Point(201, 3);
79 this.flowLayoutPanel1.Name = "flowLayoutPanel1";
80 this.flowLayoutPanel1.Size = new System.Drawing.Size(504, 104);
81 this.flowLayoutPanel1.TabIndex = 2;
82 //
83 // panel1
84 //
85 this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
86 | System.Windows.Forms.AnchorStyles.Right)));
87 this.flowLayoutPanel1.SetFlowBreak(this.panel1, true);
88 this.panel1.Location = new System.Drawing.Point(3, 3);
89 this.panel1.Name = "panel1";
90 this.panel1.Size = new System.Drawing.Size(246, 61);
91 this.panel1.TabIndex = 2;
92 //
93 // PlatformControl
94 //
95 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
96 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
97 this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
98 this.BackColor = System.Drawing.Color.Black;
99 this.Controls.Add(this.PlatformControl_flow);
100 this.Name = "PlatformControl";
101 this.Size = new System.Drawing.Size(746, 204);
102 this.Load += new System.EventHandler(this.PlatformControl_Load);
103 ((System.ComponentModel.ISupportInitialize)(this.platformImage)).EndInit();
104 this.PlatformControl_flow.ResumeLayout(false);
105 this.PlatformControl_flow.PerformLayout();
106 this.flowLayoutPanel1.ResumeLayout(false);
107 this.ResumeLayout(false);
108
109 }
110
111 #endregion
112
113 private System.Windows.Forms.PictureBox platformImage;
114 private System.Windows.Forms.Label platformName;
115 private System.Windows.Forms.FlowLayoutPanel PlatformControl_flow;
116 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
117 private System.Windows.Forms.Panel panel1;
118 }
119 }