aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucInputField.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucInputField.Designer.cs')
-rw-r--r--OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucInputField.Designer.cs77
1 files changed, 0 insertions, 77 deletions
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucInputField.Designer.cs b/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucInputField.Designer.cs
deleted file mode 100644
index 1eaec69..0000000
--- a/OpenSim/Tools/OpenSim.GridLaunch/GUI/WinForm/ucInputField.Designer.cs
+++ /dev/null
@@ -1,77 +0,0 @@
1namespace OpenSim.GridLaunch.GUI.WinForm
2{
3 partial class ucInputField
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.txtInput = new System.Windows.Forms.TextBox();
32 this.btnSend = new System.Windows.Forms.Button();
33 this.SuspendLayout();
34 //
35 // txtInput
36 //
37 this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
38 | System.Windows.Forms.AnchorStyles.Left)
39 | System.Windows.Forms.AnchorStyles.Right)));
40 this.txtInput.Location = new System.Drawing.Point(3, 2);
41 this.txtInput.Name = "txtInput";
42 this.txtInput.Size = new System.Drawing.Size(289, 20);
43 this.txtInput.TabIndex = 0;
44 this.txtInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInput_KeyPress);
45 //
46 // btnSend
47 //
48 this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
49 this.btnSend.Location = new System.Drawing.Point(295, 0);
50 this.btnSend.Name = "btnSend";
51 this.btnSend.Size = new System.Drawing.Size(75, 23);
52 this.btnSend.TabIndex = 3;
53 this.btnSend.Text = "&Send";
54 this.btnSend.UseVisualStyleBackColor = true;
55 this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
56 //
57 // ucInputField
58 //
59 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
60 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
61 this.Controls.Add(this.btnSend);
62 this.Controls.Add(this.txtInput);
63 this.Name = "ucInputField";
64 this.Size = new System.Drawing.Size(373, 25);
65 this.Load += new System.EventHandler(this.ucInputField_Load);
66 this.Resize += new System.EventHandler(this.ucInputField_Resize);
67 this.ResumeLayout(false);
68 this.PerformLayout();
69
70 }
71
72 #endregion
73
74 private System.Windows.Forms.TextBox txtInput;
75 private System.Windows.Forms.Button btnSend;
76 }
77}