ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/NexusPowerControl/trunk/NexusPowerControl/ThemeButton.Designer.cs
Revision: 10
Committed: Sat Oct 22 21:35:13 2011 UTC (11 years, 7 months ago) by william
File size: 3769 byte(s)
Log Message:
add buttons to main form and style them

File Contents

# Content
1 namespace NexusPowerControl
2 {
3 partial class ThemeButton
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.picImage = new System.Windows.Forms.PictureBox();
32 this.lblText = new System.Windows.Forms.Label();
33 this.panel1 = new System.Windows.Forms.Panel();
34 ((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
35 this.panel1.SuspendLayout();
36 this.SuspendLayout();
37 //
38 // picImage
39 //
40 this.picImage.Dock = System.Windows.Forms.DockStyle.Fill;
41 this.picImage.Location = new System.Drawing.Point(0, 0);
42 this.picImage.Name = "picImage";
43 this.picImage.Size = new System.Drawing.Size(64, 49);
44 this.picImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
45 this.picImage.TabIndex = 0;
46 this.picImage.TabStop = false;
47 //
48 // lblText
49 //
50 this.lblText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
51 | System.Windows.Forms.AnchorStyles.Right)));
52 this.lblText.AutoSize = true;
53 this.lblText.Location = new System.Drawing.Point(14, 0);
54 this.lblText.Name = "lblText";
55 this.lblText.Size = new System.Drawing.Size(35, 13);
56 this.lblText.TabIndex = 1;
57 this.lblText.Text = "label1";
58 this.lblText.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
59 //
60 // panel1
61 //
62 this.panel1.Controls.Add(this.lblText);
63 this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
64 this.panel1.Location = new System.Drawing.Point(0, 49);
65 this.panel1.Name = "panel1";
66 this.panel1.Size = new System.Drawing.Size(64, 15);
67 this.panel1.TabIndex = 2;
68 //
69 // ThemeButton
70 //
71 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
72 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
73 this.Controls.Add(this.picImage);
74 this.Controls.Add(this.panel1);
75 this.Margin = new System.Windows.Forms.Padding(10);
76 this.Name = "ThemeButton";
77 this.Size = new System.Drawing.Size(64, 64);
78 ((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
79 this.panel1.ResumeLayout(false);
80 this.panel1.PerformLayout();
81 this.ResumeLayout(false);
82
83 }
84
85 #endregion
86
87 private System.Windows.Forms.PictureBox picImage;
88 private System.Windows.Forms.Label lblText;
89 private System.Windows.Forms.Panel panel1;
90 }
91 }