Upstream tarball 10010
[amule.git] / src / remote-gui.net / MainWindow.Designer.cs
blob9b4d904178537470a7b2e3460ce7b722b473548b
1 namespace amule.net
3 partial class MainWindow
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
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)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
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()
31 this.panelStatus = new System.Windows.Forms.Panel();
32 this.textLinktatus = new System.Windows.Forms.TextBox();
33 this.panelToolbar = new System.Windows.Forms.Panel();
34 this.buttonAbout = new System.Windows.Forms.Button();
35 this.buttonPrefs = new System.Windows.Forms.Button();
36 this.buttonAddLink = new System.Windows.Forms.Button();
37 this.buttonShared = new System.Windows.Forms.Button();
38 this.buttonNetwork = new System.Windows.Forms.Button();
39 this.buttonSearch = new System.Windows.Forms.Button();
40 this.buttonXfer = new System.Windows.Forms.Button();
41 this.panelMain = new System.Windows.Forms.Panel();
42 this.textBoxDownSpeed = new System.Windows.Forms.TextBox();
43 this.textBoxUpSpeed = new System.Windows.Forms.TextBox();
44 this.panelStatus.SuspendLayout();
45 this.panelToolbar.SuspendLayout();
46 this.SuspendLayout();
47 //
48 // panelStatus
49 //
50 this.panelStatus.Controls.Add(this.textBoxUpSpeed);
51 this.panelStatus.Controls.Add(this.textBoxDownSpeed);
52 this.panelStatus.Controls.Add(this.textLinktatus);
53 this.panelStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
54 this.panelStatus.Location = new System.Drawing.Point(0, 362);
55 this.panelStatus.Name = "panelStatus";
56 this.panelStatus.Size = new System.Drawing.Size(678, 24);
57 this.panelStatus.TabIndex = 0;
58 //
59 // textLinktatus
60 //
61 this.textLinktatus.Dock = System.Windows.Forms.DockStyle.Left;
62 this.textLinktatus.Location = new System.Drawing.Point(0, 0);
63 this.textLinktatus.Name = "textLinktatus";
64 this.textLinktatus.ReadOnly = true;
65 this.textLinktatus.Size = new System.Drawing.Size(362, 20);
66 this.textLinktatus.TabIndex = 0;
67 //
68 // panelToolbar
69 //
70 this.panelToolbar.Controls.Add(this.buttonAbout);
71 this.panelToolbar.Controls.Add(this.buttonPrefs);
72 this.panelToolbar.Controls.Add(this.buttonAddLink);
73 this.panelToolbar.Controls.Add(this.buttonShared);
74 this.panelToolbar.Controls.Add(this.buttonNetwork);
75 this.panelToolbar.Controls.Add(this.buttonSearch);
76 this.panelToolbar.Controls.Add(this.buttonXfer);
77 this.panelToolbar.Dock = System.Windows.Forms.DockStyle.Top;
78 this.panelToolbar.Location = new System.Drawing.Point(0, 0);
79 this.panelToolbar.Name = "panelToolbar";
80 this.panelToolbar.Size = new System.Drawing.Size(678, 45);
81 this.panelToolbar.TabIndex = 1;
82 //
83 // buttonAbout
84 //
85 this.buttonAbout.Dock = System.Windows.Forms.DockStyle.Left;
86 this.buttonAbout.Image = global::amule.net.Properties.Resources.Toolbar_About;
87 this.buttonAbout.Location = new System.Drawing.Point(270, 0);
88 this.buttonAbout.Name = "buttonAbout";
89 this.buttonAbout.Size = new System.Drawing.Size(45, 45);
90 this.buttonAbout.TabIndex = 6;
91 this.buttonAbout.UseVisualStyleBackColor = true;
92 this.buttonAbout.Click += new System.EventHandler(this.buttonAbout_Click);
93 //
94 // buttonPrefs
95 //
96 this.buttonPrefs.Dock = System.Windows.Forms.DockStyle.Left;
97 this.buttonPrefs.Image = global::amule.net.Properties.Resources.Toolbar_Prefs;
98 this.buttonPrefs.Location = new System.Drawing.Point(225, 0);
99 this.buttonPrefs.Name = "buttonPrefs";
100 this.buttonPrefs.Size = new System.Drawing.Size(45, 45);
101 this.buttonPrefs.TabIndex = 5;
102 this.buttonPrefs.UseVisualStyleBackColor = true;
103 this.buttonPrefs.Click += new System.EventHandler(this.buttonPrefs_Click);
105 // buttonAddLink
107 this.buttonAddLink.Dock = System.Windows.Forms.DockStyle.Left;
108 this.buttonAddLink.Image = global::amule.net.Properties.Resources.Toolbar_Import;
109 this.buttonAddLink.Location = new System.Drawing.Point(180, 0);
110 this.buttonAddLink.Name = "buttonAddLink";
111 this.buttonAddLink.Size = new System.Drawing.Size(45, 45);
112 this.buttonAddLink.TabIndex = 4;
113 this.buttonAddLink.UseVisualStyleBackColor = true;
114 this.buttonAddLink.Click += new System.EventHandler(this.buttonAddLink_Click);
116 // buttonShared
118 this.buttonShared.Dock = System.Windows.Forms.DockStyle.Left;
119 this.buttonShared.Image = global::amule.net.Properties.Resources.Toolbar_Shared;
120 this.buttonShared.Location = new System.Drawing.Point(135, 0);
121 this.buttonShared.Name = "buttonShared";
122 this.buttonShared.Size = new System.Drawing.Size(45, 45);
123 this.buttonShared.TabIndex = 3;
124 this.buttonShared.UseVisualStyleBackColor = true;
125 this.buttonShared.Click += new System.EventHandler(this.buttonShared_Click);
127 // buttonNetwork
129 this.buttonNetwork.Dock = System.Windows.Forms.DockStyle.Left;
130 this.buttonNetwork.Image = global::amule.net.Properties.Resources.Toolbar_Network;
131 this.buttonNetwork.Location = new System.Drawing.Point(90, 0);
132 this.buttonNetwork.Name = "buttonNetwork";
133 this.buttonNetwork.Size = new System.Drawing.Size(45, 45);
134 this.buttonNetwork.TabIndex = 2;
135 this.buttonNetwork.UseVisualStyleBackColor = true;
136 this.buttonNetwork.Click += new System.EventHandler(this.buttonNetwork_Click);
138 // buttonSearch
140 this.buttonSearch.Dock = System.Windows.Forms.DockStyle.Left;
141 this.buttonSearch.Image = global::amule.net.Properties.Resources.Toolbar_Search;
142 this.buttonSearch.Location = new System.Drawing.Point(45, 0);
143 this.buttonSearch.Name = "buttonSearch";
144 this.buttonSearch.Size = new System.Drawing.Size(45, 45);
145 this.buttonSearch.TabIndex = 1;
146 this.buttonSearch.UseVisualStyleBackColor = true;
147 this.buttonSearch.Click += new System.EventHandler(this.buttonSearch_Click);
149 // buttonXfer
151 this.buttonXfer.Dock = System.Windows.Forms.DockStyle.Left;
152 this.buttonXfer.Image = global::amule.net.Properties.Resources.Toolbar_Transfers;
153 this.buttonXfer.Location = new System.Drawing.Point(0, 0);
154 this.buttonXfer.Name = "buttonXfer";
155 this.buttonXfer.Size = new System.Drawing.Size(45, 45);
156 this.buttonXfer.TabIndex = 0;
157 this.buttonXfer.UseVisualStyleBackColor = true;
158 this.buttonXfer.Click += new System.EventHandler(this.buttonXfer_Click);
160 // panelMain
162 this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
163 this.panelMain.Location = new System.Drawing.Point(0, 45);
164 this.panelMain.Name = "panelMain";
165 this.panelMain.Size = new System.Drawing.Size(678, 317);
166 this.panelMain.TabIndex = 2;
168 // textBoxDownSpeed
170 this.textBoxDownSpeed.Dock = System.Windows.Forms.DockStyle.Left;
171 this.textBoxDownSpeed.Location = new System.Drawing.Point(362, 0);
172 this.textBoxDownSpeed.Name = "textBoxDownSpeed";
173 this.textBoxDownSpeed.ReadOnly = true;
174 this.textBoxDownSpeed.Size = new System.Drawing.Size(90, 20);
175 this.textBoxDownSpeed.TabIndex = 1;
177 // textBoxUpSpeed
179 this.textBoxUpSpeed.Dock = System.Windows.Forms.DockStyle.Left;
180 this.textBoxUpSpeed.Location = new System.Drawing.Point(452, 0);
181 this.textBoxUpSpeed.Name = "textBoxUpSpeed";
182 this.textBoxUpSpeed.ReadOnly = true;
183 this.textBoxUpSpeed.Size = new System.Drawing.Size(90, 20);
184 this.textBoxUpSpeed.TabIndex = 2;
186 // MainWindow
188 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
189 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
190 this.ClientSize = new System.Drawing.Size(678, 386);
191 this.Controls.Add(this.panelMain);
192 this.Controls.Add(this.panelToolbar);
193 this.Controls.Add(this.panelStatus);
194 this.Name = "MainWindow";
195 this.Text = "aMule remote control";
196 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainWindow_FormClosed);
197 this.Load += new System.EventHandler(this.MainWindow_Load);
198 this.panelStatus.ResumeLayout(false);
199 this.panelStatus.PerformLayout();
200 this.panelToolbar.ResumeLayout(false);
201 this.ResumeLayout(false);
205 #endregion
207 private System.Windows.Forms.Panel panelStatus;
208 private System.Windows.Forms.Panel panelToolbar;
209 private System.Windows.Forms.Panel panelMain;
210 private System.Windows.Forms.Button buttonXfer;
211 private System.Windows.Forms.Button buttonSearch;
212 private System.Windows.Forms.TextBox textLinktatus;
213 private System.Windows.Forms.Button buttonNetwork;
214 private System.Windows.Forms.Button buttonShared;
215 private System.Windows.Forms.Button buttonAddLink;
216 private System.Windows.Forms.Button buttonPrefs;
217 private System.Windows.Forms.Button buttonAbout;
218 private System.Windows.Forms.TextBox textBoxUpSpeed;
219 private System.Windows.Forms.TextBox textBoxDownSpeed;