279 lines
13 KiB
C#
279 lines
13 KiB
C#
namespace RealmExplorer
|
|
{
|
|
partial class frmMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.lstRealms = new System.Windows.Forms.ListBox();
|
|
this.propertyRealm = new System.Windows.Forms.PropertyGrid();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnRealm = new System.Windows.Forms.Button();
|
|
this.btnDeleteRealm = new System.Windows.Forms.Button();
|
|
this.btnSaveRealm = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.lstAvailableZones = new System.Windows.Forms.ListBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.lstZonesInRealm = new System.Windows.Forms.ListBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.groupBox4);
|
|
this.splitContainer1.Panel2.Controls.Add(this.groupBox3);
|
|
this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
|
|
this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(460, 488);
|
|
this.splitContainer1.SplitterDistance = 193;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.lstRealms);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.propertyRealm);
|
|
this.splitContainer2.Size = new System.Drawing.Size(193, 488);
|
|
this.splitContainer2.SplitterDistance = 220;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// lstRealms
|
|
//
|
|
this.lstRealms.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstRealms.FormattingEnabled = true;
|
|
this.lstRealms.Location = new System.Drawing.Point(0, 0);
|
|
this.lstRealms.Name = "lstRealms";
|
|
this.lstRealms.Size = new System.Drawing.Size(193, 212);
|
|
this.lstRealms.TabIndex = 0;
|
|
//
|
|
// propertyRealm
|
|
//
|
|
this.propertyRealm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.propertyRealm.Location = new System.Drawing.Point(0, 0);
|
|
this.propertyRealm.Name = "propertyRealm";
|
|
this.propertyRealm.Size = new System.Drawing.Size(193, 264);
|
|
this.propertyRealm.TabIndex = 0;
|
|
this.propertyRealm.ToolbarVisible = false;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btnClose);
|
|
this.groupBox1.Controls.Add(this.btnSaveRealm);
|
|
this.groupBox1.Controls.Add(this.btnDeleteRealm);
|
|
this.groupBox1.Controls.Add(this.btnRealm);
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(260, 77);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Realm Setup";
|
|
//
|
|
// btnRealm
|
|
//
|
|
this.btnRealm.Location = new System.Drawing.Point(6, 19);
|
|
this.btnRealm.Name = "btnRealm";
|
|
this.btnRealm.Size = new System.Drawing.Size(114, 23);
|
|
this.btnRealm.TabIndex = 0;
|
|
this.btnRealm.Text = "New Realm";
|
|
this.btnRealm.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnDeleteRealm
|
|
//
|
|
this.btnDeleteRealm.Location = new System.Drawing.Point(6, 48);
|
|
this.btnDeleteRealm.Name = "btnDeleteRealm";
|
|
this.btnDeleteRealm.Size = new System.Drawing.Size(114, 23);
|
|
this.btnDeleteRealm.TabIndex = 1;
|
|
this.btnDeleteRealm.Text = "Delete Realm";
|
|
this.btnDeleteRealm.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSaveRealm
|
|
//
|
|
this.btnSaveRealm.Location = new System.Drawing.Point(142, 19);
|
|
this.btnSaveRealm.Name = "btnSaveRealm";
|
|
this.btnSaveRealm.Size = new System.Drawing.Size(109, 23);
|
|
this.btnSaveRealm.TabIndex = 2;
|
|
this.btnSaveRealm.Text = "Save Realm";
|
|
this.btnSaveRealm.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(142, 48);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(109, 23);
|
|
this.btnClose.TabIndex = 3;
|
|
this.btnClose.Text = "Close Explorer";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.lstAvailableZones);
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 83);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(260, 144);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Available Zones";
|
|
//
|
|
// lstAvailableZones
|
|
//
|
|
this.lstAvailableZones.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstAvailableZones.FormattingEnabled = true;
|
|
this.lstAvailableZones.Location = new System.Drawing.Point(3, 16);
|
|
this.lstAvailableZones.Name = "lstAvailableZones";
|
|
this.lstAvailableZones.Size = new System.Drawing.Size(254, 121);
|
|
this.lstAvailableZones.TabIndex = 1;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.lstZonesInRealm);
|
|
this.groupBox3.Location = new System.Drawing.Point(2, 305);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(260, 180);
|
|
this.groupBox3.TabIndex = 2;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Zones contained within Realm";
|
|
//
|
|
// lstZonesInRealm
|
|
//
|
|
this.lstZonesInRealm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstZonesInRealm.FormattingEnabled = true;
|
|
this.lstZonesInRealm.Location = new System.Drawing.Point(3, 16);
|
|
this.lstZonesInRealm.Name = "lstZonesInRealm";
|
|
this.lstZonesInRealm.Size = new System.Drawing.Size(254, 160);
|
|
this.lstZonesInRealm.TabIndex = 1;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.button2);
|
|
this.groupBox4.Controls.Add(this.button1);
|
|
this.groupBox4.Location = new System.Drawing.Point(2, 233);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(260, 66);
|
|
this.groupBox4.TabIndex = 3;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Realm Zone Setup";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.button1.Location = new System.Drawing.Point(3, 16);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(254, 23);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "Insert Zone Into Realm";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.button2.Location = new System.Drawing.Point(3, 39);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(254, 23);
|
|
this.button2.TabIndex = 2;
|
|
this.button2.Text = "Remove Zone From Realm";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// frmMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(460, 488);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "frmMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Realm Explorer";
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.ListBox lstRealms;
|
|
private System.Windows.Forms.PropertyGrid propertyRealm;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btnRealm;
|
|
private System.Windows.Forms.Button btnDeleteRealm;
|
|
private System.Windows.Forms.Button btnSaveRealm;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.ListBox lstAvailableZones;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.ListBox lstZonesInRealm;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
|
}
|
|
}
|
|
|