OSDN Git Service

Updated IRC Plugin - first pass
[radegast/radegast.git] / plugins / Radegast.Plugin.IRC / RelayConsole.Designer.cs
1 namespace Radegast.Plugin.IRC
2 {
3     partial class RelayConsole
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.pnlChatLine = new System.Windows.Forms.Panel();
32             this.btnSend = new System.Windows.Forms.Button();
33             this.cbxInput = new Radegast.ChatInputBox();
34             this.pnlConnectionSettings = new System.Windows.Forms.Panel();
35             this.btnConnect = new System.Windows.Forms.Button();
36             this.txtChan = new System.Windows.Forms.TextBox();
37             this.txtNick = new System.Windows.Forms.TextBox();
38             this.txtPort = new System.Windows.Forms.TextBox();
39             this.txtServer = new System.Windows.Forms.TextBox();
40             this.label4 = new System.Windows.Forms.Label();
41             this.label3 = new System.Windows.Forms.Label();
42             this.label2 = new System.Windows.Forms.Label();
43             this.label1 = new System.Windows.Forms.Label();
44             this.btnDisconnect = new System.Windows.Forms.Button();
45             this.scChat = new System.Windows.Forms.SplitContainer();
46             this.rtbChatText = new Radegast.RRichTextBox();
47             this.Participants = new Radegast.ListViewNoFlicker();
48             this.pnlChatLine.SuspendLayout();
49             this.pnlConnectionSettings.SuspendLayout();
50             ((System.ComponentModel.ISupportInitialize)(this.scChat)).BeginInit();
51             this.scChat.Panel1.SuspendLayout();
52             this.scChat.Panel2.SuspendLayout();
53             this.scChat.SuspendLayout();
54             this.SuspendLayout();
55             // 
56             // pnlChatLine
57             // 
58             this.pnlChatLine.Controls.Add(this.btnSend);
59             this.pnlChatLine.Controls.Add(this.cbxInput);
60             this.pnlChatLine.Dock = System.Windows.Forms.DockStyle.Bottom;
61             this.pnlChatLine.Location = new System.Drawing.Point(0, 380);
62             this.pnlChatLine.Name = "pnlChatLine";
63             this.pnlChatLine.Size = new System.Drawing.Size(705, 27);
64             this.pnlChatLine.TabIndex = 0;
65             // 
66             // btnSend
67             // 
68             this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
69             this.btnSend.Enabled = false;
70             this.btnSend.Location = new System.Drawing.Point(646, 2);
71             this.btnSend.Name = "btnSend";
72             this.btnSend.Size = new System.Drawing.Size(55, 23);
73             this.btnSend.TabIndex = 2;
74             this.btnSend.Text = "Send";
75             this.btnSend.UseVisualStyleBackColor = true;
76             this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
77             // 
78             // cbxInput
79             // 
80             this.cbxInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
81             | System.Windows.Forms.AnchorStyles.Right)));
82             this.cbxInput.Location = new System.Drawing.Point(3, 3);
83             this.cbxInput.Name = "cbxInput";
84             this.cbxInput.Size = new System.Drawing.Size(638, 20);
85             this.cbxInput.TabIndex = 1;
86             this.cbxInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbxInput_KeyDown);
87             // 
88             // pnlConnectionSettings
89             // 
90             this.pnlConnectionSettings.Controls.Add(this.btnConnect);
91             this.pnlConnectionSettings.Controls.Add(this.txtChan);
92             this.pnlConnectionSettings.Controls.Add(this.txtNick);
93             this.pnlConnectionSettings.Controls.Add(this.txtPort);
94             this.pnlConnectionSettings.Controls.Add(this.txtServer);
95             this.pnlConnectionSettings.Controls.Add(this.label4);
96             this.pnlConnectionSettings.Controls.Add(this.label3);
97             this.pnlConnectionSettings.Controls.Add(this.label2);
98             this.pnlConnectionSettings.Controls.Add(this.label1);
99             this.pnlConnectionSettings.Controls.Add(this.btnDisconnect);
100             this.pnlConnectionSettings.Dock = System.Windows.Forms.DockStyle.Top;
101             this.pnlConnectionSettings.Location = new System.Drawing.Point(0, 0);
102             this.pnlConnectionSettings.Name = "pnlConnectionSettings";
103             this.pnlConnectionSettings.Size = new System.Drawing.Size(705, 30);
104             this.pnlConnectionSettings.TabIndex = 1;
105             // 
106             // btnConnect
107             // 
108             this.btnConnect.Location = new System.Drawing.Point(9, 4);
109             this.btnConnect.Name = "btnConnect";
110             this.btnConnect.Size = new System.Drawing.Size(75, 23);
111             this.btnConnect.TabIndex = 10;
112             this.btnConnect.Text = "Connect";
113             this.btnConnect.UseVisualStyleBackColor = true;
114             this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
115             // 
116             // txtChan
117             // 
118             this.txtChan.Location = new System.Drawing.Point(540, 6);
119             this.txtChan.Name = "txtChan";
120             this.txtChan.Size = new System.Drawing.Size(80, 20);
121             this.txtChan.TabIndex = 4;
122             this.txtChan.Validated += new System.EventHandler(this.txtChan_Validated);
123             // 
124             // txtNick
125             // 
126             this.txtNick.Location = new System.Drawing.Point(435, 6);
127             this.txtNick.Name = "txtNick";
128             this.txtNick.Size = new System.Drawing.Size(61, 20);
129             this.txtNick.TabIndex = 3;
130             this.txtNick.Validated += new System.EventHandler(this.txtNick_Validated);
131             // 
132             // txtPort
133             // 
134             this.txtPort.Location = new System.Drawing.Point(333, 6);
135             this.txtPort.Name = "txtPort";
136             this.txtPort.Size = new System.Drawing.Size(61, 20);
137             this.txtPort.TabIndex = 2;
138             this.txtPort.Text = "6667";
139             this.txtPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPort_KeyPress);
140             this.txtPort.Validated += new System.EventHandler(this.txtPort_Validated);
141             // 
142             // txtServer
143             // 
144             this.txtServer.Location = new System.Drawing.Point(155, 6);
145             this.txtServer.Name = "txtServer";
146             this.txtServer.Size = new System.Drawing.Size(140, 20);
147             this.txtServer.TabIndex = 1;
148             this.txtServer.Text = "irc.freenode.net";
149             this.txtServer.Validated += new System.EventHandler(this.txtServer_Validated);
150             // 
151             // label4
152             // 
153             this.label4.AutoSize = true;
154             this.label4.Location = new System.Drawing.Point(502, 9);
155             this.label4.Name = "label4";
156             this.label4.Size = new System.Drawing.Size(32, 13);
157             this.label4.TabIndex = 0;
158             this.label4.Text = "Chan";
159             // 
160             // label3
161             // 
162             this.label3.AutoSize = true;
163             this.label3.Location = new System.Drawing.Point(400, 9);
164             this.label3.Name = "label3";
165             this.label3.Size = new System.Drawing.Size(29, 13);
166             this.label3.TabIndex = 0;
167             this.label3.Text = "Nick";
168             // 
169             // label2
170             // 
171             this.label2.AutoSize = true;
172             this.label2.Location = new System.Drawing.Point(301, 9);
173             this.label2.Name = "label2";
174             this.label2.Size = new System.Drawing.Size(26, 13);
175             this.label2.TabIndex = 0;
176             this.label2.Text = "Port";
177             // 
178             // label1
179             // 
180             this.label1.AutoSize = true;
181             this.label1.Location = new System.Drawing.Point(90, 9);
182             this.label1.Name = "label1";
183             this.label1.Size = new System.Drawing.Size(59, 13);
184             this.label1.TabIndex = 0;
185             this.label1.Text = "IRC Server";
186             // 
187             // btnDisconnect
188             // 
189             this.btnDisconnect.Enabled = false;
190             this.btnDisconnect.Location = new System.Drawing.Point(9, 4);
191             this.btnDisconnect.Name = "btnDisconnect";
192             this.btnDisconnect.Size = new System.Drawing.Size(75, 23);
193             this.btnDisconnect.TabIndex = 11;
194             this.btnDisconnect.Text = "Disconnect";
195             this.btnDisconnect.UseVisualStyleBackColor = true;
196             this.btnDisconnect.Visible = false;
197             this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
198             // 
199             // scChat
200             // 
201             this.scChat.Dock = System.Windows.Forms.DockStyle.Fill;
202             this.scChat.Location = new System.Drawing.Point(0, 30);
203             this.scChat.Name = "scChat";
204             // 
205             // scChat.Panel1
206             // 
207             this.scChat.Panel1.Controls.Add(this.rtbChatText);
208             // 
209             // scChat.Panel2
210             // 
211             this.scChat.Panel2.Controls.Add(this.Participants);
212             this.scChat.Panel2.Enabled = false;
213             this.scChat.Size = new System.Drawing.Size(705, 350);
214             this.scChat.SplitterDistance = 533;
215             this.scChat.TabIndex = 2;
216             // 
217             // rtbChatText
218             // 
219             this.rtbChatText.BackColor = System.Drawing.Color.White;
220             this.rtbChatText.Dock = System.Windows.Forms.DockStyle.Fill;
221             this.rtbChatText.HideSelection = false;
222             this.rtbChatText.Location = new System.Drawing.Point(0, 0);
223             this.rtbChatText.Name = "rtbChatText";
224             this.rtbChatText.ReadOnly = true;
225             this.rtbChatText.Size = new System.Drawing.Size(533, 350);
226             this.rtbChatText.TabIndex = 4;
227             this.rtbChatText.Text = "";
228             // 
229             // Participants
230             // 
231             this.Participants.Activation = System.Windows.Forms.ItemActivation.OneClick;
232             this.Participants.Dock = System.Windows.Forms.DockStyle.Fill;
233             this.Participants.HideSelection = false;
234             this.Participants.Location = new System.Drawing.Point(0, 0);
235             this.Participants.MultiSelect = false;
236             this.Participants.Name = "Participants";
237             this.Participants.ShowGroups = false;
238             this.Participants.Size = new System.Drawing.Size(168, 350);
239             this.Participants.Sorting = System.Windows.Forms.SortOrder.Ascending;
240             this.Participants.TabIndex = 5;
241             this.Participants.UseCompatibleStateImageBehavior = false;
242             this.Participants.View = System.Windows.Forms.View.List;
243             // 
244             // RelayConsole
245             // 
246             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
247             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
248             this.Controls.Add(this.scChat);
249             this.Controls.Add(this.pnlConnectionSettings);
250             this.Controls.Add(this.pnlChatLine);
251             this.Name = "RelayConsole";
252             this.Size = new System.Drawing.Size(705, 407);
253             this.pnlChatLine.ResumeLayout(false);
254             this.pnlChatLine.PerformLayout();
255             this.pnlConnectionSettings.ResumeLayout(false);
256             this.pnlConnectionSettings.PerformLayout();
257             this.scChat.Panel1.ResumeLayout(false);
258             this.scChat.Panel2.ResumeLayout(false);
259             ((System.ComponentModel.ISupportInitialize)(this.scChat)).EndInit();
260             this.scChat.ResumeLayout(false);
261             this.ResumeLayout(false);
262
263         }
264
265         #endregion
266
267         private System.Windows.Forms.Panel pnlChatLine;
268         private System.Windows.Forms.Panel pnlConnectionSettings;
269         private System.Windows.Forms.SplitContainer scChat;
270         public RRichTextBox rtbChatText;
271         public ListViewNoFlicker Participants;
272         public ChatInputBox cbxInput;
273         public System.Windows.Forms.Button btnSend;
274         private System.Windows.Forms.TextBox txtNick;
275         private System.Windows.Forms.TextBox txtPort;
276         private System.Windows.Forms.TextBox txtServer;
277         private System.Windows.Forms.Label label3;
278         private System.Windows.Forms.Label label2;
279         private System.Windows.Forms.Label label1;
280         private System.Windows.Forms.Button btnConnect;
281         private System.Windows.Forms.TextBox txtChan;
282         private System.Windows.Forms.Label label4;
283         private System.Windows.Forms.Button btnDisconnect;
284     }
285 }