28 namespace LaunchSLClient
35 private System.ComponentModel.IContainer components = null;
41 protected override void Dispose(
bool disposing)
43 if (disposing && (components != null))
47 base.Dispose(disposing);
50 #region Windows Form Designer generated code
56 private void InitializeComponent()
58 this.comboBox1 =
new System.Windows.Forms.ComboBox();
59 this.textBox1 =
new System.Windows.Forms.TextBox();
62 this.comboBox1.FormattingEnabled =
true;
63 this.comboBox1.Location =
new System.Drawing.Point(37, 83);
64 this.comboBox1.Name =
"comboBox1";
65 this.comboBox1.Size =
new System.Drawing.Size(348, 21);
66 this.comboBox1.TabIndex = 0;
67 this.comboBox1.Text =
"Choose from list";
68 this.comboBox1.SelectedIndexChanged +=
new System.EventHandler(this.comboBox1_SelectedIndexChanged);
70 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
71 this.textBox1.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
72 this.textBox1.Location =
new System.Drawing.Point(37, 32);
73 this.textBox1.Name =
"textBox1";
74 this.textBox1.ReadOnly =
true;
75 this.textBox1.Size =
new System.Drawing.Size(292, 19);
76 this.textBox1.TabIndex = 1;
77 this.textBox1.Text =
"Grid to connect to:";
79 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
80 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
81 this.ClientSize =
new System.Drawing.Size(501, 339);
82 this.Controls.Add(this.textBox1);
83 this.Controls.Add(this.comboBox1);
85 this.Text =
"OpenSim Client Launcher";
86 this.ResumeLayout(
false);
92 private System.Windows.Forms.ComboBox comboBox1;
93 private System.Windows.Forms.TextBox textBox1;