コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(HuePicker));
     this.Chart       = new TheBox.Common.HuesChart();
     this.label1      = new System.Windows.Forms.Label();
     this.numIndex    = new System.Windows.Forms.NumericUpDown();
     this.label2      = new System.Windows.Forms.Label();
     this.labName     = new System.Windows.Forms.Label();
     this.Art         = new TheBox.ArtViewer.ArtViewer();
     this.imgSpectrum = new System.Windows.Forms.PictureBox();
     this.barDarkness = new System.Windows.Forms.TrackBar();
     this.comboType   = new System.Windows.Forms.ComboBox();
     this.label3      = new System.Windows.Forms.Label();
     this.numID       = new System.Windows.Forms.NumericUpDown();
     this.label4      = new System.Windows.Forms.Label();
     this.chkScale    = new System.Windows.Forms.CheckBox();
     this.chkRoom     = new System.Windows.Forms.CheckBox();
     this.chkAnimate  = new System.Windows.Forms.CheckBox();
     this.bCancel     = new System.Windows.Forms.Button();
     this.lnkZero     = new System.Windows.Forms.LinkLabel();
     this.bSelect     = new System.Windows.Forms.Button();
     this.bSet        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.numIndex)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barDarkness)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numID)).BeginInit();
     this.SuspendLayout();
     //
     // Chart
     //
     this.Chart.ColorTableIndex = 28;
     this.Chart.Hues            = null;
     this.Chart.Location        = new System.Drawing.Point(8, 64);
     this.Chart.Name            = "Chart";
     this.Chart.SelectedIndex   = 1;
     this.Chart.Size            = new System.Drawing.Size(452, 302);
     this.Chart.TabIndex        = 0;
     this.Chart.Text            = "huesChart1";
     this.Chart.Click          += new System.EventHandler(this.Chart_Click);
     this.Chart.HueChanged     += new System.EventHandler(this.Chart_HueChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(376, 40);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(32, 16);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Common.Index";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // numIndex
     //
     this.numIndex.Location = new System.Drawing.Point(408, 40);
     this.numIndex.Maximum  = new System.Decimal(new int[] {
         3000,
         0,
         0,
         0
     });
     this.numIndex.Name          = "numIndex";
     this.numIndex.Size          = new System.Drawing.Size(56, 20);
     this.numIndex.TabIndex      = 2;
     this.numIndex.ValueChanged += new System.EventHandler(this.numIndex_ValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Common.Name";
     //
     // labName
     //
     this.labName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labName.Location = new System.Drawing.Point(48, 8);
     this.labName.Name     = "labName";
     this.labName.Size     = new System.Drawing.Size(176, 23);
     this.labName.TabIndex = 4;
     //
     // Art
     //
     this.Art.Animate         = false;
     this.Art.Art             = TheBox.ArtViewer.Art.Items;
     this.Art.ArtIndex        = 0;
     this.Art.BackColor       = System.Drawing.Color.White;
     this.Art.Hue             = 0;
     this.Art.Location        = new System.Drawing.Point(472, 40);
     this.Art.Name            = "Art";
     this.Art.ResizeTallItems = false;
     this.Art.RoomView        = true;
     this.Art.ShowHexID       = true;
     this.Art.ShowID          = false;
     this.Art.Size            = new System.Drawing.Size(152, 168);
     this.Art.TabIndex        = 5;
     this.Art.Text            = "artViewer1";
     //
     // imgSpectrum
     //
     this.imgSpectrum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.imgSpectrum.Location    = new System.Drawing.Point(8, 40);
     this.imgSpectrum.Name        = "imgSpectrum";
     this.imgSpectrum.Size        = new System.Drawing.Size(344, 16);
     this.imgSpectrum.TabIndex    = 6;
     this.imgSpectrum.TabStop     = false;
     //
     // barDarkness
     //
     this.barDarkness.Location  = new System.Drawing.Point(472, 320);
     this.barDarkness.Maximum   = 31;
     this.barDarkness.Name      = "barDarkness";
     this.barDarkness.Size      = new System.Drawing.Size(152, 45);
     this.barDarkness.TabIndex  = 7;
     this.barDarkness.TabStop   = false;
     this.barDarkness.TickStyle = System.Windows.Forms.TickStyle.None;
     this.barDarkness.Value     = 28;
     this.barDarkness.Scroll   += new System.EventHandler(this.barDarkness_Scroll);
     //
     // comboType
     //
     this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboType.Items.AddRange(new object[] {
         "Items",
         "NPCs",
         "Gumps"
     });
     this.comboType.Location              = new System.Drawing.Point(520, 216);
     this.comboType.Name                  = "comboType";
     this.comboType.Size                  = new System.Drawing.Size(104, 21);
     this.comboType.TabIndex              = 8;
     this.comboType.SelectedIndexChanged += new System.EventHandler(this.comboType_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(472, 216);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(48, 23);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Common.Type";
     //
     // numID
     //
     this.numID.Location = new System.Drawing.Point(520, 240);
     this.numID.Maximum  = new System.Decimal(new int[] {
         20000,
         0,
         0,
         0
     });
     this.numID.Name          = "numID";
     this.numID.Size          = new System.Drawing.Size(64, 20);
     this.numID.TabIndex      = 10;
     this.numID.ValueChanged += new System.EventHandler(this.numID_ValueChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(472, 240);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 23);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Common.ID";
     //
     // chkScale
     //
     this.chkScale.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkScale.Location        = new System.Drawing.Point(472, 264);
     this.chkScale.Name            = "chkScale";
     this.chkScale.Size            = new System.Drawing.Size(64, 24);
     this.chkScale.TabIndex        = 12;
     this.chkScale.Text            = "HuePicker.Scale";
     this.chkScale.CheckedChanged += new System.EventHandler(this.chkScale_CheckedChanged);
     //
     // chkRoom
     //
     this.chkRoom.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkRoom.Location        = new System.Drawing.Point(544, 264);
     this.chkRoom.Name            = "chkRoom";
     this.chkRoom.Size            = new System.Drawing.Size(80, 24);
     this.chkRoom.TabIndex        = 13;
     this.chkRoom.Text            = "HuePicker.RoomView";
     this.chkRoom.CheckedChanged += new System.EventHandler(this.chkRoom_CheckedChanged);
     //
     // chkAnimate
     //
     this.chkAnimate.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkAnimate.Location        = new System.Drawing.Point(472, 288);
     this.chkAnimate.Name            = "chkAnimate";
     this.chkAnimate.TabIndex        = 14;
     this.chkAnimate.Text            = "HuePicker.Animate";
     this.chkAnimate.CheckedChanged += new System.EventHandler(this.chkAnimate_CheckedChanged);
     //
     // bCancel
     //
     this.bCancel.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.bCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bCancel.Location     = new System.Drawing.Point(560, 8);
     this.bCancel.Name         = "bCancel";
     this.bCancel.Size         = new System.Drawing.Size(64, 23);
     this.bCancel.TabIndex     = 16;
     this.bCancel.Text         = "Common.Close";
     this.bCancel.Click       += new System.EventHandler(this.bCancel_Click);
     //
     // lnkZero
     //
     this.lnkZero.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.lnkZero.Location     = new System.Drawing.Point(360, 40);
     this.lnkZero.Name         = "lnkZero";
     this.lnkZero.Size         = new System.Drawing.Size(8, 16);
     this.lnkZero.TabIndex     = 18;
     this.lnkZero.TabStop      = true;
     this.lnkZero.Text         = "0";
     this.lnkZero.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.lnkZero.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkZero_LinkClicked);
     //
     // bSelect
     //
     this.bSelect.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.bSelect.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bSelect.Location     = new System.Drawing.Point(400, 8);
     this.bSelect.Name         = "bSelect";
     this.bSelect.Size         = new System.Drawing.Size(64, 23);
     this.bSelect.TabIndex     = 17;
     this.bSelect.Text         = "Common.Select";
     this.bSelect.Click       += new System.EventHandler(this.bSelect_Click);
     //
     // bSet
     //
     this.bSet.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.bSet.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bSet.Location     = new System.Drawing.Point(472, 8);
     this.bSet.Name         = "bSet";
     this.bSet.Size         = new System.Drawing.Size(64, 23);
     this.bSet.TabIndex     = 19;
     this.bSet.Text         = "Common.Set";
     this.bSet.Click       += new System.EventHandler(this.bSet_Click);
     //
     // HuePicker
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(630, 367);
     this.Controls.Add(this.bSet);
     this.Controls.Add(this.lnkZero);
     this.Controls.Add(this.bSelect);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.chkAnimate);
     this.Controls.Add(this.chkRoom);
     this.Controls.Add(this.chkScale);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.numID);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.comboType);
     this.Controls.Add(this.barDarkness);
     this.Controls.Add(this.imgSpectrum);
     this.Controls.Add(this.Art);
     this.Controls.Add(this.labName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.numIndex);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.Chart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "HuePicker";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "HuePicker.Title";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.HuePicker_Closing);
     this.Load           += new System.EventHandler(this.HuePicker_Load);
     ((System.ComponentModel.ISupportInitialize)(this.numIndex)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barDarkness)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numID)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: QuickHue.cs プロジェクト: aj9251/pandorasbox3
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(QuickHue));
			this.huesChart1 = new TheBox.Common.HuesChart();
			this.Art = new TheBox.ArtViewer.ArtViewer();
			this.button1 = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.button2 = new System.Windows.Forms.Button();
			this.button3 = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// huesChart1
			// 
			this.huesChart1.ColorTableIndex = 28;
			this.huesChart1.Hues = null;
			this.huesChart1.Location = new System.Drawing.Point(8, 8);
			this.huesChart1.Name = "huesChart1";
			this.huesChart1.SelectedIndex = 1;
			this.huesChart1.Size = new System.Drawing.Size(452, 302);
			this.huesChart1.TabIndex = 0;
			this.huesChart1.Text = "huesChart1";
			this.huesChart1.HueChanged += new System.EventHandler(this.huesChart1_HueChanged);
			// 
			// Art
			// 
			this.Art.Animate = true;
			this.Art.Art = TheBox.ArtViewer.Art.Items;
			this.Art.ArtIndex = 0;
			this.Art.Hue = 0;
			this.Art.Location = new System.Drawing.Point(472, 160);
			this.Art.Name = "Art";
			this.Art.ResizeTallItems = true;
			this.Art.RoomView = false;
			this.Art.ShowID = false;
			this.Art.Size = new System.Drawing.Size(160, 152);
			this.Art.TabIndex = 1;
			this.Art.Text = "artViewer1";
			// 
			// button1
			// 
			this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button1.Location = new System.Drawing.Point(560, 40);
			this.button1.Name = "button1";
			this.button1.TabIndex = 2;
			this.button1.Text = "Common.Ok";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(472, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(160, 23);
			this.label1.TabIndex = 3;
			this.label1.Text = "HuePicker.SelHue";
			// 
			// button2
			// 
			this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button2.Location = new System.Drawing.Point(472, 40);
			this.button2.Name = "button2";
			this.button2.TabIndex = 4;
			this.button2.Text = "Common.Cancel";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// button3
			// 
			this.button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button3.Location = new System.Drawing.Point(472, 128);
			this.button3.Name = "button3";
			this.button3.TabIndex = 5;
			this.button3.Text = "Common.None";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// QuickHue
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(640, 317);
			this.Controls.Add(this.button3);
			this.Controls.Add(this.button2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.Art);
			this.Controls.Add(this.huesChart1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "QuickHue";
			this.Text = "HuePicker.Title";
			this.Load += new System.EventHandler(this.QuickHue_Load);
			this.ResumeLayout(false);

		}
コード例 #3
0
ファイル: Form1.cs プロジェクト: uotools/Pandora
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.numFrom    = new System.Windows.Forms.NumericUpDown();
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.numUp      = new System.Windows.Forms.NumericUpDown();
     this.artViewer1 = new TheBox.ArtViewer.ArtViewer();
     this.button1    = new System.Windows.Forms.Button();
     this.button2    = new System.Windows.Forms.Button();
     this.lst        = new System.Windows.Forms.ListBox();
     this.pBar       = new System.Windows.Forms.ProgressBar();
     this.button3    = new System.Windows.Forms.Button();
     this.txCat      = new System.Windows.Forms.TextBox();
     this.txSub      = new System.Windows.Forms.TextBox();
     this.txName     = new System.Windows.Forms.TextBox();
     this.button4    = new System.Windows.Forms.Button();
     this.button5    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.numFrom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numUp)).BeginInit();
     this.SuspendLayout();
     //
     // numFrom
     //
     this.numFrom.Location = new System.Drawing.Point(48, 8);
     this.numFrom.Maximum  = new System.Decimal(new int[] {
         30000,
         0,
         0,
         0
     });
     this.numFrom.Name     = "numFrom";
     this.numFrom.Size     = new System.Drawing.Size(64, 20);
     this.numFrom.TabIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "From";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(120, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(24, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "To";
     //
     // numUp
     //
     this.numUp.Location = new System.Drawing.Point(144, 8);
     this.numUp.Maximum  = new System.Decimal(new int[] {
         30000,
         0,
         0,
         0
     });
     this.numUp.Name     = "numUp";
     this.numUp.Size     = new System.Drawing.Size(64, 20);
     this.numUp.TabIndex = 3;
     //
     // artViewer1
     //
     this.artViewer1.Animate         = false;
     this.artViewer1.Art             = TheBox.ArtViewer.Art.Items;
     this.artViewer1.ArtIndex        = 0;
     this.artViewer1.BackColor       = System.Drawing.Color.White;
     this.artViewer1.Hue             = 0;
     this.artViewer1.Location        = new System.Drawing.Point(152, 264);
     this.artViewer1.Name            = "artViewer1";
     this.artViewer1.ResizeTallItems = true;
     this.artViewer1.RoomView        = true;
     this.artViewer1.ShowHexID       = true;
     this.artViewer1.ShowID          = true;
     this.artViewer1.Size            = new System.Drawing.Size(184, 184);
     this.artViewer1.TabIndex        = 4;
     this.artViewer1.Text            = "art";
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(216, 8);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(120, 23);
     this.button1.TabIndex  = 5;
     this.button1.Text      = "Load BoxData";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location  = new System.Drawing.Point(8, 32);
     this.button2.Name      = "button2";
     this.button2.TabIndex  = 6;
     this.button2.Text      = "Find";
     this.button2.Click    += new System.EventHandler(this.button2_Click);
     //
     // lst
     //
     this.lst.Location              = new System.Drawing.Point(8, 64);
     this.lst.Name                  = "lst";
     this.lst.Size                  = new System.Drawing.Size(136, 407);
     this.lst.TabIndex              = 7;
     this.lst.DoubleClick          += new System.EventHandler(this.lst_DoubleClick);
     this.lst.SelectedIndexChanged += new System.EventHandler(this.lst_SelectedIndexChanged);
     //
     // pBar
     //
     this.pBar.Location = new System.Drawing.Point(88, 32);
     this.pBar.Name     = "pBar";
     this.pBar.Size     = new System.Drawing.Size(248, 23);
     this.pBar.TabIndex = 8;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(264, 456);
     this.button3.Name     = "button3";
     this.button3.TabIndex = 9;
     this.button3.Text     = "Save";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // txCat
     //
     this.txCat.Location = new System.Drawing.Point(152, 64);
     this.txCat.Name     = "txCat";
     this.txCat.Size     = new System.Drawing.Size(184, 20);
     this.txCat.TabIndex = 10;
     this.txCat.Text     = "";
     //
     // txSub
     //
     this.txSub.Location = new System.Drawing.Point(152, 88);
     this.txSub.Name     = "txSub";
     this.txSub.Size     = new System.Drawing.Size(184, 20);
     this.txSub.TabIndex = 11;
     this.txSub.Text     = "";
     //
     // txName
     //
     this.txName.Location = new System.Drawing.Point(152, 112);
     this.txName.Name     = "txName";
     this.txName.Size     = new System.Drawing.Size(184, 20);
     this.txName.TabIndex = 12;
     this.txName.Text     = "";
     //
     // button4
     //
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button4.Location  = new System.Drawing.Point(192, 232);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(120, 23);
     this.button4.TabIndex  = 13;
     this.button4.Text      = "Save BoxData";
     this.button4.Click    += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button5.Location  = new System.Drawing.Point(184, 136);
     this.button5.Name      = "button5";
     this.button5.Size      = new System.Drawing.Size(120, 23);
     this.button5.TabIndex  = 14;
     this.button5.Text      = "Add";
     this.button5.Click    += new System.EventHandler(this.button5_Click);
     //
     // Form1
     //
     this.AllowDrop         = true;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(344, 485);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.txName);
     this.Controls.Add(this.txSub);
     this.Controls.Add(this.txCat);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.pBar);
     this.Controls.Add(this.lst);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.artViewer1);
     this.Controls.Add(this.numUp);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.numFrom);
     this.Name       = "Form1";
     this.Text       = "Form1";
     this.DragDrop  += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
     this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
     ((System.ComponentModel.ISupportInitialize)(this.numFrom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numUp)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #4
0
ファイル: QuickDeco.cs プロジェクト: aj9251/pandorasbox3
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(QuickDeco));
			this.pGrid = new System.Windows.Forms.PropertyGrid();
			this.art = new TheBox.ArtViewer.ArtViewer();
			this.bOk = new System.Windows.Forms.Button();
			this.bCancel = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// pGrid
			// 
			this.pGrid.CommandsVisibleIfAvailable = true;
			this.pGrid.HelpVisible = false;
			this.pGrid.LargeButtons = false;
			this.pGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
			this.pGrid.Location = new System.Drawing.Point(8, 8);
			this.pGrid.Name = "pGrid";
			this.pGrid.Size = new System.Drawing.Size(208, 40);
			this.pGrid.TabIndex = 0;
			this.pGrid.Text = "propertyGrid1";
			this.pGrid.ToolbarVisible = false;
			this.pGrid.ViewBackColor = System.Drawing.SystemColors.Window;
			this.pGrid.ViewForeColor = System.Drawing.SystemColors.WindowText;
			this.pGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pGrid_PropertyValueChanged);
			// 
			// art
			// 
			this.art.Animate = false;
			this.art.Art = TheBox.ArtViewer.Art.Items;
			this.art.ArtIndex = 0;
			this.art.BackColor = System.Drawing.Color.White;
			this.art.Hue = 0;
			this.art.Location = new System.Drawing.Point(8, 56);
			this.art.Name = "art";
			this.art.ResizeTallItems = true;
			this.art.RoomView = true;
			this.art.ShowID = false;
			this.art.Size = new System.Drawing.Size(208, 152);
			this.art.TabIndex = 1;
			this.art.Text = "artViewer1";
			// 
			// bOk
			// 
			this.bOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bOk.Location = new System.Drawing.Point(160, 216);
			this.bOk.Name = "bOk";
			this.bOk.Size = new System.Drawing.Size(56, 23);
			this.bOk.TabIndex = 2;
			this.bOk.Text = "Common.Ok";
			this.bOk.Click += new System.EventHandler(this.bOk_Click);
			// 
			// bCancel
			// 
			this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bCancel.Location = new System.Drawing.Point(96, 216);
			this.bCancel.Name = "bCancel";
			this.bCancel.Size = new System.Drawing.Size(56, 23);
			this.bCancel.TabIndex = 3;
			this.bCancel.Text = "Common.Cancel";
			this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
			// 
			// QuickDeco
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(226, 250);
			this.Controls.Add(this.bCancel);
			this.Controls.Add(this.bOk);
			this.Controls.Add(this.art);
			this.Controls.Add(this.pGrid);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "QuickDeco";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Deco.Title";
			this.Load += new System.EventHandler(this.QuickDeco_Load);
			this.ResumeLayout(false);

		}
コード例 #5
0
ファイル: QuickHue.cs プロジェクト: tandj1116/pandorasbox3
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(QuickHue));
     this.huesChart1 = new TheBox.Common.HuesChart();
     this.Art        = new TheBox.ArtViewer.ArtViewer();
     this.button1    = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.button2    = new System.Windows.Forms.Button();
     this.button3    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // huesChart1
     //
     this.huesChart1.ColorTableIndex = 28;
     this.huesChart1.Hues            = null;
     this.huesChart1.Location        = new System.Drawing.Point(8, 8);
     this.huesChart1.Name            = "huesChart1";
     this.huesChart1.SelectedIndex   = 1;
     this.huesChart1.Size            = new System.Drawing.Size(452, 302);
     this.huesChart1.TabIndex        = 0;
     this.huesChart1.Text            = "huesChart1";
     this.huesChart1.HueChanged     += new System.EventHandler(this.huesChart1_HueChanged);
     //
     // Art
     //
     this.Art.Animate         = true;
     this.Art.Art             = TheBox.ArtViewer.Art.Items;
     this.Art.ArtIndex        = 0;
     this.Art.Hue             = 0;
     this.Art.Location        = new System.Drawing.Point(472, 160);
     this.Art.Name            = "Art";
     this.Art.ResizeTallItems = true;
     this.Art.RoomView        = false;
     this.Art.ShowID          = false;
     this.Art.Size            = new System.Drawing.Size(160, 152);
     this.Art.TabIndex        = 1;
     this.Art.Text            = "artViewer1";
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(560, 40);
     this.button1.Name      = "button1";
     this.button1.TabIndex  = 2;
     this.button1.Text      = "Common.Ok";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(472, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(160, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "HuePicker.SelHue";
     //
     // button2
     //
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location  = new System.Drawing.Point(472, 40);
     this.button2.Name      = "button2";
     this.button2.TabIndex  = 4;
     this.button2.Text      = "Common.Cancel";
     this.button2.Click    += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button3.Location  = new System.Drawing.Point(472, 128);
     this.button3.Name      = "button3";
     this.button3.TabIndex  = 5;
     this.button3.Text      = "Common.None";
     this.button3.Click    += new System.EventHandler(this.button3_Click);
     //
     // QuickHue
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(640, 317);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.Art);
     this.Controls.Add(this.huesChart1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "QuickHue";
     this.Text  = "HuePicker.Title";
     this.Load += new System.EventHandler(this.QuickHue_Load);
     this.ResumeLayout(false);
 }
コード例 #6
0
ファイル: Form1.cs プロジェクト: aj9251/pandorasbox3
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.lst = new System.Windows.Forms.ListBox();
			this.art = new TheBox.ArtViewer.ArtViewer();
			this.g1 = new System.Windows.Forms.GroupBox();
			this.p1 = new System.Windows.Forms.CheckBox();
			this.e1 = new System.Windows.Forms.CheckBox();
			this.h1 = new System.Windows.Forms.CheckBox();
			this.l1 = new System.Windows.Forms.CheckBox();
			this.g2 = new System.Windows.Forms.GroupBox();
			this.p2 = new System.Windows.Forms.CheckBox();
			this.e2 = new System.Windows.Forms.CheckBox();
			this.h2 = new System.Windows.Forms.CheckBox();
			this.l2 = new System.Windows.Forms.CheckBox();
			this.g3 = new System.Windows.Forms.GroupBox();
			this.p3 = new System.Windows.Forms.CheckBox();
			this.e3 = new System.Windows.Forms.CheckBox();
			this.h3 = new System.Windows.Forms.CheckBox();
			this.l3 = new System.Windows.Forms.CheckBox();
			this.g4 = new System.Windows.Forms.GroupBox();
			this.p4 = new System.Windows.Forms.CheckBox();
			this.e4 = new System.Windows.Forms.CheckBox();
			this.h4 = new System.Windows.Forms.CheckBox();
			this.l4 = new System.Windows.Forms.CheckBox();
			this.g5 = new System.Windows.Forms.GroupBox();
			this.p5 = new System.Windows.Forms.CheckBox();
			this.e5 = new System.Windows.Forms.CheckBox();
			this.h5 = new System.Windows.Forms.CheckBox();
			this.l5 = new System.Windows.Forms.CheckBox();
			this.g6 = new System.Windows.Forms.GroupBox();
			this.p6 = new System.Windows.Forms.CheckBox();
			this.e6 = new System.Windows.Forms.CheckBox();
			this.h6 = new System.Windows.Forms.CheckBox();
			this.l6 = new System.Windows.Forms.CheckBox();
			this.g7 = new System.Windows.Forms.GroupBox();
			this.p7 = new System.Windows.Forms.CheckBox();
			this.e7 = new System.Windows.Forms.CheckBox();
			this.h7 = new System.Windows.Forms.CheckBox();
			this.l7 = new System.Windows.Forms.CheckBox();
			this.g8 = new System.Windows.Forms.GroupBox();
			this.p8 = new System.Windows.Forms.CheckBox();
			this.e8 = new System.Windows.Forms.CheckBox();
			this.h8 = new System.Windows.Forms.CheckBox();
			this.l8 = new System.Windows.Forms.CheckBox();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.cmbList = new System.Windows.Forms.ComboBox();
			this.g1.SuspendLayout();
			this.g2.SuspendLayout();
			this.g3.SuspendLayout();
			this.g4.SuspendLayout();
			this.g5.SuspendLayout();
			this.g6.SuspendLayout();
			this.g7.SuspendLayout();
			this.g8.SuspendLayout();
			this.SuspendLayout();
			// 
			// lst
			// 
			this.lst.Location = new System.Drawing.Point(8, 40);
			this.lst.Name = "lst";
			this.lst.Size = new System.Drawing.Size(120, 329);
			this.lst.Sorted = true;
			this.lst.TabIndex = 1;
			this.lst.SelectedIndexChanged += new System.EventHandler(this.lst_SelectedIndexChanged);
			// 
			// art
			// 
			this.art.Animate = false;
			this.art.Art = TheBox.ArtViewer.Art.Items;
			this.art.ArtIndex = 0;
			this.art.Hue = 0;
			this.art.Location = new System.Drawing.Point(232, 144);
			this.art.Name = "art";
			this.art.ResizeTallItems = false;
			this.art.RoomView = true;
			this.art.ShowID = false;
			this.art.Size = new System.Drawing.Size(88, 88);
			this.art.TabIndex = 2;
			this.art.Text = "artViewer1";
			// 
			// g1
			// 
			this.g1.Controls.Add(this.p1);
			this.g1.Controls.Add(this.e1);
			this.g1.Controls.Add(this.h1);
			this.g1.Controls.Add(this.l1);
			this.g1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.g1.Location = new System.Drawing.Point(136, 8);
			this.g1.Name = "g1";
			this.g1.Size = new System.Drawing.Size(88, 120);
			this.g1.TabIndex = 3;
			this.g1.TabStop = false;
			// 
			// p1
			// 
			this.p1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.p1.Location = new System.Drawing.Point(8, 88);
			this.p1.Name = "p1";
			this.p1.Size = new System.Drawing.Size(64, 24);
			this.p1.TabIndex = 3;
			this.p1.Text = "Empty";
			this.p1.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// e1
			// 
			this.e1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.e1.Location = new System.Drawing.Point(8, 64);
			this.e1.Name = "e1";
			this.e1.Size = new System.Drawing.Size(64, 24);
			this.e1.TabIndex = 2;
			this.e1.Text = "Even";
			this.e1.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// h1
			// 
			this.h1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.h1.Location = new System.Drawing.Point(8, 40);
			this.h1.Name = "h1";
			this.h1.Size = new System.Drawing.Size(64, 24);
			this.h1.TabIndex = 1;
			this.h1.Text = "Higher";
			this.h1.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// l1
			// 
			this.l1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.l1.Location = new System.Drawing.Point(8, 16);
			this.l1.Name = "l1";
			this.l1.Size = new System.Drawing.Size(72, 24);
			this.l1.TabIndex = 0;
			this.l1.Text = "Lower";
			this.l1.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// g2
			// 
			this.g2.Controls.Add(this.p2);
			this.g2.Controls.Add(this.e2);
			this.g2.Controls.Add(this.h2);
			this.g2.Controls.Add(this.l2);
			this.g2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.g2.Location = new System.Drawing.Point(232, 8);
			this.g2.Name = "g2";
			this.g2.Size = new System.Drawing.Size(88, 120);
			this.g2.TabIndex = 4;
			this.g2.TabStop = false;
			// 
			// p2
			// 
			this.p2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.p2.Location = new System.Drawing.Point(8, 88);
			this.p2.Name = "p2";
			this.p2.Size = new System.Drawing.Size(64, 24);
			this.p2.TabIndex = 3;
			this.p2.Text = "Empty";
			this.p2.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// e2
			// 
			this.e2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.e2.Location = new System.Drawing.Point(8, 64);
			this.e2.Name = "e2";
			this.e2.Size = new System.Drawing.Size(64, 24);
			this.e2.TabIndex = 2;
			this.e2.Text = "Even";
			this.e2.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// h2
			// 
			this.h2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.h2.Location = new System.Drawing.Point(8, 40);
			this.h2.Name = "h2";
			this.h2.Size = new System.Drawing.Size(64, 24);
			this.h2.TabIndex = 1;
			this.h2.Text = "Higher";
			this.h2.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// l2
			// 
			this.l2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.l2.Location = new System.Drawing.Point(8, 16);
			this.l2.Name = "l2";
			this.l2.Size = new System.Drawing.Size(72, 24);
			this.l2.TabIndex = 0;
			this.l2.Text = "Lower";
			this.l2.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// g3
			// 
			this.g3.Controls.Add(this.p3);
			this.g3.Controls.Add(this.e3);
			this.g3.Controls.Add(this.h3);
			this.g3.Controls.Add(this.l3);
			this.g3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.g3.Location = new System.Drawing.Point(328, 8);
			this.g3.Name = "g3";
			this.g3.Size = new System.Drawing.Size(88, 120);
			this.g3.TabIndex = 5;
			this.g3.TabStop = false;
			// 
			// p3
			// 
			this.p3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.p3.Location = new System.Drawing.Point(8, 88);
			this.p3.Name = "p3";
			this.p3.Size = new System.Drawing.Size(64, 24);
			this.p3.TabIndex = 3;
			this.p3.Text = "Empty";
			this.p3.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// e3
			// 
			this.e3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.e3.Location = new System.Drawing.Point(8, 64);
			this.e3.Name = "e3";
			this.e3.Size = new System.Drawing.Size(64, 24);
			this.e3.TabIndex = 2;
			this.e3.Text = "Even";
			this.e3.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// h3
			// 
			this.h3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.h3.Location = new System.Drawing.Point(8, 40);
			this.h3.Name = "h3";
			this.h3.Size = new System.Drawing.Size(64, 24);
			this.h3.TabIndex = 1;
			this.h3.Text = "Higher";
			this.h3.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// l3
			// 
			this.l3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.l3.Location = new System.Drawing.Point(8, 16);
			this.l3.Name = "l3";
			this.l3.Size = new System.Drawing.Size(72, 24);
			this.l3.TabIndex = 0;
			this.l3.Text = "Lower";
			this.l3.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// g4
			// 
			this.g4.Controls.Add(this.p4);
			this.g4.Controls.Add(this.e4);
			this.g4.Controls.Add(this.h4);
			this.g4.Controls.Add(this.l4);
			this.g4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.g4.Location = new System.Drawing.Point(136, 128);
			this.g4.Name = "g4";
			this.g4.Size = new System.Drawing.Size(88, 120);
			this.g4.TabIndex = 6;
			this.g4.TabStop = false;
			// 
			// p4
			// 
			this.p4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.p4.Location = new System.Drawing.Point(8, 88);
			this.p4.Name = "p4";
			this.p4.Size = new System.Drawing.Size(64, 24);
			this.p4.TabIndex = 3;
			this.p4.Text = "Empty";
			this.p4.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// e4
			// 
			this.e4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.e4.Location = new System.Drawing.Point(8, 64);
			this.e4.Name = "e4";
			this.e4.Size = new System.Drawing.Size(64, 24);
			this.e4.TabIndex = 2;
			this.e4.Text = "Even";
			this.e4.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// h4
			// 
			this.h4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.h4.Location = new System.Drawing.Point(8, 40);
			this.h4.Name = "h4";
			this.h4.Size = new System.Drawing.Size(64, 24);
			this.h4.TabIndex = 1;
			this.h4.Text = "Higher";
			this.h4.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// l4
			// 
			this.l4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.l4.Location = new System.Drawing.Point(8, 16);
			this.l4.Name = "l4";
			this.l4.Size = new System.Drawing.Size(72, 24);
			this.l4.TabIndex = 0;
			this.l4.Text = "Lower";
			this.l4.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// g5
			// 
			this.g5.Controls.Add(this.p5);
			this.g5.Controls.Add(this.e5);
			this.g5.Controls.Add(this.h5);
			this.g5.Controls.Add(this.l5);
			this.g5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.g5.Location = new System.Drawing.Point(328, 128);
			this.g5.Name = "g5";
			this.g5.Size = new System.Drawing.Size(88, 120);
			this.g5.TabIndex = 7;
			this.g5.TabStop = false;
			// 
			// p5
			// 
			this.p5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.p5.Location = new System.Drawing.Point(8, 88);
			this.p5.Name = "p5";
			this.p5.Size = new System.Drawing.Size(64, 24);
			this.p5.TabIndex = 3;
			this.p5.Text = "Empty";
			this.p5.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// e5
			// 
			this.e5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.e5.Location = new System.Drawing.Point(8, 64);
			this.e5.Name = "e5";
			this.e5.Size = new System.Drawing.Size(64, 24);
			this.e5.TabIndex = 2;
			this.e5.Text = "Even";
			this.e5.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// h5
			// 
			this.h5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.h5.Location = new System.Drawing.Point(8, 40);
			this.h5.Name = "h5";
			this.h5.Size = new System.Drawing.Size(64, 24);
			this.h5.TabIndex = 1;
			this.h5.Text = "Higher";
			this.h5.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// l5
			// 
			this.l5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.l5.Location = new System.Drawing.Point(8, 16);
			this.l5.Name = "l5";
			this.l5.Size = new System.Drawing.Size(72, 24);
			this.l5.TabIndex = 0;
			this.l5.Text = "Lower";
			this.l5.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// g6
			// 
			this.g6.Controls.Add(this.p6);
			this.g6.Controls.Add(this.e6);
			this.g6.Controls.Add(this.h6);
			this.g6.Controls.Add(this.l6);
			this.g6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.g6.Location = new System.Drawing.Point(136, 248);
			this.g6.Name = "g6";
			this.g6.Size = new System.Drawing.Size(88, 120);
			this.g6.TabIndex = 8;
			this.g6.TabStop = false;
			// 
			// p6
			// 
			this.p6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.p6.Location = new System.Drawing.Point(8, 88);
			this.p6.Name = "p6";
			this.p6.Size = new System.Drawing.Size(64, 24);
			this.p6.TabIndex = 3;
			this.p6.Text = "Empty";
			this.p6.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// e6
			// 
			this.e6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.e6.Location = new System.Drawing.Point(8, 64);
			this.e6.Name = "e6";
			this.e6.Size = new System.Drawing.Size(64, 24);
			this.e6.TabIndex = 2;
			this.e6.Text = "Even";
			this.e6.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// h6
			// 
			this.h6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.h6.Location = new System.Drawing.Point(8, 40);
			this.h6.Name = "h6";
			this.h6.Size = new System.Drawing.Size(64, 24);
			this.h6.TabIndex = 1;
			this.h6.Text = "Higher";
			this.h6.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// l6
			// 
			this.l6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.l6.Location = new System.Drawing.Point(8, 16);
			this.l6.Name = "l6";
			this.l6.Size = new System.Drawing.Size(72, 24);
			this.l6.TabIndex = 0;
			this.l6.Text = "Lower";
			this.l6.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// g7
			// 
			this.g7.Controls.Add(this.p7);
			this.g7.Controls.Add(this.e7);
			this.g7.Controls.Add(this.h7);
			this.g7.Controls.Add(this.l7);
			this.g7.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.g7.Location = new System.Drawing.Point(232, 248);
			this.g7.Name = "g7";
			this.g7.Size = new System.Drawing.Size(88, 120);
			this.g7.TabIndex = 9;
			this.g7.TabStop = false;
			// 
			// p7
			// 
			this.p7.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.p7.Location = new System.Drawing.Point(8, 88);
			this.p7.Name = "p7";
			this.p7.Size = new System.Drawing.Size(64, 24);
			this.p7.TabIndex = 3;
			this.p7.Text = "Empty";
			this.p7.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// e7
			// 
			this.e7.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.e7.Location = new System.Drawing.Point(8, 64);
			this.e7.Name = "e7";
			this.e7.Size = new System.Drawing.Size(64, 24);
			this.e7.TabIndex = 2;
			this.e7.Text = "Even";
			this.e7.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// h7
			// 
			this.h7.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.h7.Location = new System.Drawing.Point(8, 40);
			this.h7.Name = "h7";
			this.h7.Size = new System.Drawing.Size(64, 24);
			this.h7.TabIndex = 1;
			this.h7.Text = "Higher";
			this.h7.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// l7
			// 
			this.l7.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.l7.Location = new System.Drawing.Point(8, 16);
			this.l7.Name = "l7";
			this.l7.Size = new System.Drawing.Size(72, 24);
			this.l7.TabIndex = 0;
			this.l7.Text = "Lower";
			this.l7.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// g8
			// 
			this.g8.Controls.Add(this.p8);
			this.g8.Controls.Add(this.e8);
			this.g8.Controls.Add(this.h8);
			this.g8.Controls.Add(this.l8);
			this.g8.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.g8.Location = new System.Drawing.Point(328, 248);
			this.g8.Name = "g8";
			this.g8.Size = new System.Drawing.Size(88, 120);
			this.g8.TabIndex = 10;
			this.g8.TabStop = false;
			// 
			// p8
			// 
			this.p8.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.p8.Location = new System.Drawing.Point(8, 88);
			this.p8.Name = "p8";
			this.p8.Size = new System.Drawing.Size(64, 24);
			this.p8.TabIndex = 3;
			this.p8.Text = "Empty";
			this.p8.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// e8
			// 
			this.e8.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.e8.Location = new System.Drawing.Point(8, 64);
			this.e8.Name = "e8";
			this.e8.Size = new System.Drawing.Size(64, 24);
			this.e8.TabIndex = 2;
			this.e8.Text = "Even";
			this.e8.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// h8
			// 
			this.h8.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.h8.Location = new System.Drawing.Point(8, 40);
			this.h8.Name = "h8";
			this.h8.Size = new System.Drawing.Size(64, 24);
			this.h8.TabIndex = 1;
			this.h8.Text = "Higher";
			this.h8.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// l8
			// 
			this.l8.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.l8.Location = new System.Drawing.Point(8, 16);
			this.l8.Name = "l8";
			this.l8.Size = new System.Drawing.Size(72, 24);
			this.l8.TabIndex = 0;
			this.l8.Text = "Lower";
			this.l8.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
			// 
			// button1
			// 
			this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button1.Location = new System.Drawing.Point(424, 16);
			this.button1.Name = "button1";
			this.button1.TabIndex = 11;
			this.button1.Text = "Load";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// button2
			// 
			this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button2.Location = new System.Drawing.Point(424, 48);
			this.button2.Name = "button2";
			this.button2.TabIndex = 12;
			this.button2.Text = "Save";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// cmbList
			// 
			this.cmbList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbList.Location = new System.Drawing.Point(8, 16);
			this.cmbList.Name = "cmbList";
			this.cmbList.Size = new System.Drawing.Size(120, 21);
			this.cmbList.TabIndex = 13;
			this.cmbList.SelectedIndexChanged += new System.EventHandler(this.cmbList_SelectedIndexChanged);
			// 
			// Form1
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(512, 378);
			this.Controls.Add(this.cmbList);
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.g8);
			this.Controls.Add(this.g7);
			this.Controls.Add(this.g6);
			this.Controls.Add(this.g5);
			this.Controls.Add(this.g4);
			this.Controls.Add(this.g3);
			this.Controls.Add(this.g2);
			this.Controls.Add(this.g1);
			this.Controls.Add(this.art);
			this.Controls.Add(this.lst);
			this.Name = "Form1";
			this.Text = "Tiles Editor";
			this.g1.ResumeLayout(false);
			this.g2.ResumeLayout(false);
			this.g3.ResumeLayout(false);
			this.g4.ResumeLayout(false);
			this.g5.ResumeLayout(false);
			this.g6.ResumeLayout(false);
			this.g7.ResumeLayout(false);
			this.g8.ResumeLayout(false);
			this.ResumeLayout(false);

		}
コード例 #7
0
ファイル: QuickDeco.cs プロジェクト: tandj1116/pandorasbox3
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(QuickDeco));
     this.pGrid   = new System.Windows.Forms.PropertyGrid();
     this.art     = new TheBox.ArtViewer.ArtViewer();
     this.bOk     = new System.Windows.Forms.Button();
     this.bCancel = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // pGrid
     //
     this.pGrid.CommandsVisibleIfAvailable = true;
     this.pGrid.HelpVisible           = false;
     this.pGrid.LargeButtons          = false;
     this.pGrid.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.pGrid.Location              = new System.Drawing.Point(8, 8);
     this.pGrid.Name                  = "pGrid";
     this.pGrid.Size                  = new System.Drawing.Size(208, 40);
     this.pGrid.TabIndex              = 0;
     this.pGrid.Text                  = "propertyGrid1";
     this.pGrid.ToolbarVisible        = false;
     this.pGrid.ViewBackColor         = System.Drawing.SystemColors.Window;
     this.pGrid.ViewForeColor         = System.Drawing.SystemColors.WindowText;
     this.pGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pGrid_PropertyValueChanged);
     //
     // art
     //
     this.art.Animate         = false;
     this.art.Art             = TheBox.ArtViewer.Art.Items;
     this.art.ArtIndex        = 0;
     this.art.BackColor       = System.Drawing.Color.White;
     this.art.Hue             = 0;
     this.art.Location        = new System.Drawing.Point(8, 56);
     this.art.Name            = "art";
     this.art.ResizeTallItems = true;
     this.art.RoomView        = true;
     this.art.ShowID          = false;
     this.art.Size            = new System.Drawing.Size(208, 152);
     this.art.TabIndex        = 1;
     this.art.Text            = "artViewer1";
     //
     // bOk
     //
     this.bOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bOk.Location  = new System.Drawing.Point(160, 216);
     this.bOk.Name      = "bOk";
     this.bOk.Size      = new System.Drawing.Size(56, 23);
     this.bOk.TabIndex  = 2;
     this.bOk.Text      = "Common.Ok";
     this.bOk.Click    += new System.EventHandler(this.bOk_Click);
     //
     // bCancel
     //
     this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bCancel.Location  = new System.Drawing.Point(96, 216);
     this.bCancel.Name      = "bCancel";
     this.bCancel.Size      = new System.Drawing.Size(56, 23);
     this.bCancel.TabIndex  = 3;
     this.bCancel.Text      = "Common.Cancel";
     this.bCancel.Click    += new System.EventHandler(this.bCancel_Click);
     //
     // QuickDeco
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(226, 250);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOk);
     this.Controls.Add(this.art);
     this.Controls.Add(this.pGrid);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "QuickDeco";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Deco.Title";
     this.Load           += new System.EventHandler(this.QuickDeco_Load);
     this.ResumeLayout(false);
 }
コード例 #8
0
ファイル: QuickMobile.cs プロジェクト: tandj1116/pandorasbox3
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(QuickMobile));
     this.pGrid     = new System.Windows.Forms.PropertyGrid();
     this.m_Preview = new TheBox.ArtViewer.ArtViewer();
     this.bOk       = new System.Windows.Forms.Button();
     this.bCancel   = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // pGrid
     //
     this.pGrid.CommandsVisibleIfAvailable = true;
     this.pGrid.LargeButtons          = false;
     this.pGrid.LineColor             = System.Drawing.SystemColors.ScrollBar;
     this.pGrid.Location              = new System.Drawing.Point(8, 8);
     this.pGrid.Name                  = "pGrid";
     this.pGrid.Size                  = new System.Drawing.Size(208, 248);
     this.pGrid.TabIndex              = 0;
     this.pGrid.Text                  = "propertyGrid1";
     this.pGrid.ViewBackColor         = System.Drawing.SystemColors.Window;
     this.pGrid.ViewForeColor         = System.Drawing.SystemColors.WindowText;
     this.pGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pGrid_PropertyValueChanged);
     //
     // m_Preview
     //
     this.m_Preview.Animate         = true;
     this.m_Preview.Art             = TheBox.ArtViewer.Art.NPCs;
     this.m_Preview.ArtIndex        = 0;
     this.m_Preview.Hue             = 0;
     this.m_Preview.Location        = new System.Drawing.Point(224, 8);
     this.m_Preview.Name            = "m_Preview";
     this.m_Preview.ResizeTallItems = false;
     this.m_Preview.RoomView        = true;
     this.m_Preview.ShowID          = false;
     this.m_Preview.Size            = new System.Drawing.Size(216, 216);
     this.m_Preview.TabIndex        = 1;
     this.m_Preview.Text            = "artViewer1";
     //
     // bOk
     //
     this.bOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bOk.Location  = new System.Drawing.Point(360, 232);
     this.bOk.Name      = "bOk";
     this.bOk.TabIndex  = 2;
     this.bOk.Text      = "Common.Ok";
     this.bOk.Click    += new System.EventHandler(this.bOk_Click);
     //
     // bCancel
     //
     this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bCancel.Location  = new System.Drawing.Point(224, 232);
     this.bCancel.Name      = "bCancel";
     this.bCancel.TabIndex  = 3;
     this.bCancel.Text      = "Common.Cancel";
     this.bCancel.Click    += new System.EventHandler(this.bCancel_Click);
     //
     // QuickMobile
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(448, 261);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOk);
     this.Controls.Add(this.m_Preview);
     this.Controls.Add(this.pGrid);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "QuickMobile";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "QuickMobile";
     this.Load           += new System.EventHandler(this.QuickMobile_Load);
     this.ResumeLayout(false);
 }
コード例 #9
0
ファイル: Form1.cs プロジェクト: uotools/Pandora
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lst     = new System.Windows.Forms.ListBox();
     this.art     = new TheBox.ArtViewer.ArtViewer();
     this.g1      = new System.Windows.Forms.GroupBox();
     this.p1      = new System.Windows.Forms.CheckBox();
     this.e1      = new System.Windows.Forms.CheckBox();
     this.h1      = new System.Windows.Forms.CheckBox();
     this.l1      = new System.Windows.Forms.CheckBox();
     this.g2      = new System.Windows.Forms.GroupBox();
     this.p2      = new System.Windows.Forms.CheckBox();
     this.e2      = new System.Windows.Forms.CheckBox();
     this.h2      = new System.Windows.Forms.CheckBox();
     this.l2      = new System.Windows.Forms.CheckBox();
     this.g3      = new System.Windows.Forms.GroupBox();
     this.p3      = new System.Windows.Forms.CheckBox();
     this.e3      = new System.Windows.Forms.CheckBox();
     this.h3      = new System.Windows.Forms.CheckBox();
     this.l3      = new System.Windows.Forms.CheckBox();
     this.g4      = new System.Windows.Forms.GroupBox();
     this.p4      = new System.Windows.Forms.CheckBox();
     this.e4      = new System.Windows.Forms.CheckBox();
     this.h4      = new System.Windows.Forms.CheckBox();
     this.l4      = new System.Windows.Forms.CheckBox();
     this.g5      = new System.Windows.Forms.GroupBox();
     this.p5      = new System.Windows.Forms.CheckBox();
     this.e5      = new System.Windows.Forms.CheckBox();
     this.h5      = new System.Windows.Forms.CheckBox();
     this.l5      = new System.Windows.Forms.CheckBox();
     this.g6      = new System.Windows.Forms.GroupBox();
     this.p6      = new System.Windows.Forms.CheckBox();
     this.e6      = new System.Windows.Forms.CheckBox();
     this.h6      = new System.Windows.Forms.CheckBox();
     this.l6      = new System.Windows.Forms.CheckBox();
     this.g7      = new System.Windows.Forms.GroupBox();
     this.p7      = new System.Windows.Forms.CheckBox();
     this.e7      = new System.Windows.Forms.CheckBox();
     this.h7      = new System.Windows.Forms.CheckBox();
     this.l7      = new System.Windows.Forms.CheckBox();
     this.g8      = new System.Windows.Forms.GroupBox();
     this.p8      = new System.Windows.Forms.CheckBox();
     this.e8      = new System.Windows.Forms.CheckBox();
     this.h8      = new System.Windows.Forms.CheckBox();
     this.l8      = new System.Windows.Forms.CheckBox();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.cmbList = new System.Windows.Forms.ComboBox();
     this.g1.SuspendLayout();
     this.g2.SuspendLayout();
     this.g3.SuspendLayout();
     this.g4.SuspendLayout();
     this.g5.SuspendLayout();
     this.g6.SuspendLayout();
     this.g7.SuspendLayout();
     this.g8.SuspendLayout();
     this.SuspendLayout();
     //
     // lst
     //
     this.lst.Location              = new System.Drawing.Point(8, 40);
     this.lst.Name                  = "lst";
     this.lst.Size                  = new System.Drawing.Size(120, 329);
     this.lst.Sorted                = true;
     this.lst.TabIndex              = 1;
     this.lst.SelectedIndexChanged += new System.EventHandler(this.lst_SelectedIndexChanged);
     //
     // art
     //
     this.art.Animate         = false;
     this.art.Art             = TheBox.ArtViewer.Art.Items;
     this.art.ArtIndex        = 0;
     this.art.Hue             = 0;
     this.art.Location        = new System.Drawing.Point(232, 144);
     this.art.Name            = "art";
     this.art.ResizeTallItems = false;
     this.art.RoomView        = true;
     this.art.ShowID          = false;
     this.art.Size            = new System.Drawing.Size(88, 88);
     this.art.TabIndex        = 2;
     this.art.Text            = "artViewer1";
     //
     // g1
     //
     this.g1.Controls.Add(this.p1);
     this.g1.Controls.Add(this.e1);
     this.g1.Controls.Add(this.h1);
     this.g1.Controls.Add(this.l1);
     this.g1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.g1.Location  = new System.Drawing.Point(136, 8);
     this.g1.Name      = "g1";
     this.g1.Size      = new System.Drawing.Size(88, 120);
     this.g1.TabIndex  = 3;
     this.g1.TabStop   = false;
     //
     // p1
     //
     this.p1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.p1.Location        = new System.Drawing.Point(8, 88);
     this.p1.Name            = "p1";
     this.p1.Size            = new System.Drawing.Size(64, 24);
     this.p1.TabIndex        = 3;
     this.p1.Text            = "Empty";
     this.p1.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // e1
     //
     this.e1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.e1.Location        = new System.Drawing.Point(8, 64);
     this.e1.Name            = "e1";
     this.e1.Size            = new System.Drawing.Size(64, 24);
     this.e1.TabIndex        = 2;
     this.e1.Text            = "Even";
     this.e1.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // h1
     //
     this.h1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.h1.Location        = new System.Drawing.Point(8, 40);
     this.h1.Name            = "h1";
     this.h1.Size            = new System.Drawing.Size(64, 24);
     this.h1.TabIndex        = 1;
     this.h1.Text            = "Higher";
     this.h1.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // l1
     //
     this.l1.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.l1.Location        = new System.Drawing.Point(8, 16);
     this.l1.Name            = "l1";
     this.l1.Size            = new System.Drawing.Size(72, 24);
     this.l1.TabIndex        = 0;
     this.l1.Text            = "Lower";
     this.l1.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // g2
     //
     this.g2.Controls.Add(this.p2);
     this.g2.Controls.Add(this.e2);
     this.g2.Controls.Add(this.h2);
     this.g2.Controls.Add(this.l2);
     this.g2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.g2.Location  = new System.Drawing.Point(232, 8);
     this.g2.Name      = "g2";
     this.g2.Size      = new System.Drawing.Size(88, 120);
     this.g2.TabIndex  = 4;
     this.g2.TabStop   = false;
     //
     // p2
     //
     this.p2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.p2.Location        = new System.Drawing.Point(8, 88);
     this.p2.Name            = "p2";
     this.p2.Size            = new System.Drawing.Size(64, 24);
     this.p2.TabIndex        = 3;
     this.p2.Text            = "Empty";
     this.p2.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // e2
     //
     this.e2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.e2.Location        = new System.Drawing.Point(8, 64);
     this.e2.Name            = "e2";
     this.e2.Size            = new System.Drawing.Size(64, 24);
     this.e2.TabIndex        = 2;
     this.e2.Text            = "Even";
     this.e2.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // h2
     //
     this.h2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.h2.Location        = new System.Drawing.Point(8, 40);
     this.h2.Name            = "h2";
     this.h2.Size            = new System.Drawing.Size(64, 24);
     this.h2.TabIndex        = 1;
     this.h2.Text            = "Higher";
     this.h2.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // l2
     //
     this.l2.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.l2.Location        = new System.Drawing.Point(8, 16);
     this.l2.Name            = "l2";
     this.l2.Size            = new System.Drawing.Size(72, 24);
     this.l2.TabIndex        = 0;
     this.l2.Text            = "Lower";
     this.l2.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // g3
     //
     this.g3.Controls.Add(this.p3);
     this.g3.Controls.Add(this.e3);
     this.g3.Controls.Add(this.h3);
     this.g3.Controls.Add(this.l3);
     this.g3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.g3.Location  = new System.Drawing.Point(328, 8);
     this.g3.Name      = "g3";
     this.g3.Size      = new System.Drawing.Size(88, 120);
     this.g3.TabIndex  = 5;
     this.g3.TabStop   = false;
     //
     // p3
     //
     this.p3.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.p3.Location        = new System.Drawing.Point(8, 88);
     this.p3.Name            = "p3";
     this.p3.Size            = new System.Drawing.Size(64, 24);
     this.p3.TabIndex        = 3;
     this.p3.Text            = "Empty";
     this.p3.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // e3
     //
     this.e3.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.e3.Location        = new System.Drawing.Point(8, 64);
     this.e3.Name            = "e3";
     this.e3.Size            = new System.Drawing.Size(64, 24);
     this.e3.TabIndex        = 2;
     this.e3.Text            = "Even";
     this.e3.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // h3
     //
     this.h3.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.h3.Location        = new System.Drawing.Point(8, 40);
     this.h3.Name            = "h3";
     this.h3.Size            = new System.Drawing.Size(64, 24);
     this.h3.TabIndex        = 1;
     this.h3.Text            = "Higher";
     this.h3.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // l3
     //
     this.l3.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.l3.Location        = new System.Drawing.Point(8, 16);
     this.l3.Name            = "l3";
     this.l3.Size            = new System.Drawing.Size(72, 24);
     this.l3.TabIndex        = 0;
     this.l3.Text            = "Lower";
     this.l3.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // g4
     //
     this.g4.Controls.Add(this.p4);
     this.g4.Controls.Add(this.e4);
     this.g4.Controls.Add(this.h4);
     this.g4.Controls.Add(this.l4);
     this.g4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.g4.Location  = new System.Drawing.Point(136, 128);
     this.g4.Name      = "g4";
     this.g4.Size      = new System.Drawing.Size(88, 120);
     this.g4.TabIndex  = 6;
     this.g4.TabStop   = false;
     //
     // p4
     //
     this.p4.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.p4.Location        = new System.Drawing.Point(8, 88);
     this.p4.Name            = "p4";
     this.p4.Size            = new System.Drawing.Size(64, 24);
     this.p4.TabIndex        = 3;
     this.p4.Text            = "Empty";
     this.p4.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // e4
     //
     this.e4.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.e4.Location        = new System.Drawing.Point(8, 64);
     this.e4.Name            = "e4";
     this.e4.Size            = new System.Drawing.Size(64, 24);
     this.e4.TabIndex        = 2;
     this.e4.Text            = "Even";
     this.e4.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // h4
     //
     this.h4.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.h4.Location        = new System.Drawing.Point(8, 40);
     this.h4.Name            = "h4";
     this.h4.Size            = new System.Drawing.Size(64, 24);
     this.h4.TabIndex        = 1;
     this.h4.Text            = "Higher";
     this.h4.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // l4
     //
     this.l4.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.l4.Location        = new System.Drawing.Point(8, 16);
     this.l4.Name            = "l4";
     this.l4.Size            = new System.Drawing.Size(72, 24);
     this.l4.TabIndex        = 0;
     this.l4.Text            = "Lower";
     this.l4.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // g5
     //
     this.g5.Controls.Add(this.p5);
     this.g5.Controls.Add(this.e5);
     this.g5.Controls.Add(this.h5);
     this.g5.Controls.Add(this.l5);
     this.g5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.g5.Location  = new System.Drawing.Point(328, 128);
     this.g5.Name      = "g5";
     this.g5.Size      = new System.Drawing.Size(88, 120);
     this.g5.TabIndex  = 7;
     this.g5.TabStop   = false;
     //
     // p5
     //
     this.p5.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.p5.Location        = new System.Drawing.Point(8, 88);
     this.p5.Name            = "p5";
     this.p5.Size            = new System.Drawing.Size(64, 24);
     this.p5.TabIndex        = 3;
     this.p5.Text            = "Empty";
     this.p5.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // e5
     //
     this.e5.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.e5.Location        = new System.Drawing.Point(8, 64);
     this.e5.Name            = "e5";
     this.e5.Size            = new System.Drawing.Size(64, 24);
     this.e5.TabIndex        = 2;
     this.e5.Text            = "Even";
     this.e5.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // h5
     //
     this.h5.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.h5.Location        = new System.Drawing.Point(8, 40);
     this.h5.Name            = "h5";
     this.h5.Size            = new System.Drawing.Size(64, 24);
     this.h5.TabIndex        = 1;
     this.h5.Text            = "Higher";
     this.h5.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // l5
     //
     this.l5.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.l5.Location        = new System.Drawing.Point(8, 16);
     this.l5.Name            = "l5";
     this.l5.Size            = new System.Drawing.Size(72, 24);
     this.l5.TabIndex        = 0;
     this.l5.Text            = "Lower";
     this.l5.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // g6
     //
     this.g6.Controls.Add(this.p6);
     this.g6.Controls.Add(this.e6);
     this.g6.Controls.Add(this.h6);
     this.g6.Controls.Add(this.l6);
     this.g6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.g6.Location  = new System.Drawing.Point(136, 248);
     this.g6.Name      = "g6";
     this.g6.Size      = new System.Drawing.Size(88, 120);
     this.g6.TabIndex  = 8;
     this.g6.TabStop   = false;
     //
     // p6
     //
     this.p6.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.p6.Location        = new System.Drawing.Point(8, 88);
     this.p6.Name            = "p6";
     this.p6.Size            = new System.Drawing.Size(64, 24);
     this.p6.TabIndex        = 3;
     this.p6.Text            = "Empty";
     this.p6.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // e6
     //
     this.e6.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.e6.Location        = new System.Drawing.Point(8, 64);
     this.e6.Name            = "e6";
     this.e6.Size            = new System.Drawing.Size(64, 24);
     this.e6.TabIndex        = 2;
     this.e6.Text            = "Even";
     this.e6.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // h6
     //
     this.h6.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.h6.Location        = new System.Drawing.Point(8, 40);
     this.h6.Name            = "h6";
     this.h6.Size            = new System.Drawing.Size(64, 24);
     this.h6.TabIndex        = 1;
     this.h6.Text            = "Higher";
     this.h6.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // l6
     //
     this.l6.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.l6.Location        = new System.Drawing.Point(8, 16);
     this.l6.Name            = "l6";
     this.l6.Size            = new System.Drawing.Size(72, 24);
     this.l6.TabIndex        = 0;
     this.l6.Text            = "Lower";
     this.l6.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // g7
     //
     this.g7.Controls.Add(this.p7);
     this.g7.Controls.Add(this.e7);
     this.g7.Controls.Add(this.h7);
     this.g7.Controls.Add(this.l7);
     this.g7.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.g7.Location  = new System.Drawing.Point(232, 248);
     this.g7.Name      = "g7";
     this.g7.Size      = new System.Drawing.Size(88, 120);
     this.g7.TabIndex  = 9;
     this.g7.TabStop   = false;
     //
     // p7
     //
     this.p7.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.p7.Location        = new System.Drawing.Point(8, 88);
     this.p7.Name            = "p7";
     this.p7.Size            = new System.Drawing.Size(64, 24);
     this.p7.TabIndex        = 3;
     this.p7.Text            = "Empty";
     this.p7.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // e7
     //
     this.e7.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.e7.Location        = new System.Drawing.Point(8, 64);
     this.e7.Name            = "e7";
     this.e7.Size            = new System.Drawing.Size(64, 24);
     this.e7.TabIndex        = 2;
     this.e7.Text            = "Even";
     this.e7.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // h7
     //
     this.h7.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.h7.Location        = new System.Drawing.Point(8, 40);
     this.h7.Name            = "h7";
     this.h7.Size            = new System.Drawing.Size(64, 24);
     this.h7.TabIndex        = 1;
     this.h7.Text            = "Higher";
     this.h7.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // l7
     //
     this.l7.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.l7.Location        = new System.Drawing.Point(8, 16);
     this.l7.Name            = "l7";
     this.l7.Size            = new System.Drawing.Size(72, 24);
     this.l7.TabIndex        = 0;
     this.l7.Text            = "Lower";
     this.l7.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // g8
     //
     this.g8.Controls.Add(this.p8);
     this.g8.Controls.Add(this.e8);
     this.g8.Controls.Add(this.h8);
     this.g8.Controls.Add(this.l8);
     this.g8.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.g8.Location  = new System.Drawing.Point(328, 248);
     this.g8.Name      = "g8";
     this.g8.Size      = new System.Drawing.Size(88, 120);
     this.g8.TabIndex  = 10;
     this.g8.TabStop   = false;
     //
     // p8
     //
     this.p8.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.p8.Location        = new System.Drawing.Point(8, 88);
     this.p8.Name            = "p8";
     this.p8.Size            = new System.Drawing.Size(64, 24);
     this.p8.TabIndex        = 3;
     this.p8.Text            = "Empty";
     this.p8.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // e8
     //
     this.e8.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.e8.Location        = new System.Drawing.Point(8, 64);
     this.e8.Name            = "e8";
     this.e8.Size            = new System.Drawing.Size(64, 24);
     this.e8.TabIndex        = 2;
     this.e8.Text            = "Even";
     this.e8.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // h8
     //
     this.h8.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.h8.Location        = new System.Drawing.Point(8, 40);
     this.h8.Name            = "h8";
     this.h8.Size            = new System.Drawing.Size(64, 24);
     this.h8.TabIndex        = 1;
     this.h8.Text            = "Higher";
     this.h8.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // l8
     //
     this.l8.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.l8.Location        = new System.Drawing.Point(8, 16);
     this.l8.Name            = "l8";
     this.l8.Size            = new System.Drawing.Size(72, 24);
     this.l8.TabIndex        = 0;
     this.l8.Text            = "Lower";
     this.l8.CheckedChanged += new System.EventHandler(this.l1_CheckedChanged);
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(424, 16);
     this.button1.Name      = "button1";
     this.button1.TabIndex  = 11;
     this.button1.Text      = "Load";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location  = new System.Drawing.Point(424, 48);
     this.button2.Name      = "button2";
     this.button2.TabIndex  = 12;
     this.button2.Text      = "Save";
     this.button2.Click    += new System.EventHandler(this.button2_Click);
     //
     // cmbList
     //
     this.cmbList.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbList.Location              = new System.Drawing.Point(8, 16);
     this.cmbList.Name                  = "cmbList";
     this.cmbList.Size                  = new System.Drawing.Size(120, 21);
     this.cmbList.TabIndex              = 13;
     this.cmbList.SelectedIndexChanged += new System.EventHandler(this.cmbList_SelectedIndexChanged);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(512, 378);
     this.Controls.Add(this.cmbList);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.g8);
     this.Controls.Add(this.g7);
     this.Controls.Add(this.g6);
     this.Controls.Add(this.g5);
     this.Controls.Add(this.g4);
     this.Controls.Add(this.g3);
     this.Controls.Add(this.g2);
     this.Controls.Add(this.g1);
     this.Controls.Add(this.art);
     this.Controls.Add(this.lst);
     this.Name = "Form1";
     this.Text = "Tiles Editor";
     this.g1.ResumeLayout(false);
     this.g2.ResumeLayout(false);
     this.g3.ResumeLayout(false);
     this.g4.ResumeLayout(false);
     this.g5.ResumeLayout(false);
     this.g6.ResumeLayout(false);
     this.g7.ResumeLayout(false);
     this.g8.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #10
0
ファイル: Form1.cs プロジェクト: aj9251/pandorasbox3
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.numFrom = new System.Windows.Forms.NumericUpDown();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.numUp = new System.Windows.Forms.NumericUpDown();
			this.artViewer1 = new TheBox.ArtViewer.ArtViewer();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.lst = new System.Windows.Forms.ListBox();
			this.pBar = new System.Windows.Forms.ProgressBar();
			this.button3 = new System.Windows.Forms.Button();
			this.txCat = new System.Windows.Forms.TextBox();
			this.txSub = new System.Windows.Forms.TextBox();
			this.txName = new System.Windows.Forms.TextBox();
			this.button4 = new System.Windows.Forms.Button();
			this.button5 = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.numFrom)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numUp)).BeginInit();
			this.SuspendLayout();
			// 
			// numFrom
			// 
			this.numFrom.Location = new System.Drawing.Point(48, 8);
			this.numFrom.Maximum = new System.Decimal(new int[] {
																	30000,
																	0,
																	0,
																	0});
			this.numFrom.Name = "numFrom";
			this.numFrom.Size = new System.Drawing.Size(64, 20);
			this.numFrom.TabIndex = 0;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(40, 16);
			this.label1.TabIndex = 1;
			this.label1.Text = "From";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(120, 8);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(24, 16);
			this.label2.TabIndex = 2;
			this.label2.Text = "To";
			// 
			// numUp
			// 
			this.numUp.Location = new System.Drawing.Point(144, 8);
			this.numUp.Maximum = new System.Decimal(new int[] {
																  30000,
																  0,
																  0,
																  0});
			this.numUp.Name = "numUp";
			this.numUp.Size = new System.Drawing.Size(64, 20);
			this.numUp.TabIndex = 3;
			// 
			// artViewer1
			// 
			this.artViewer1.Animate = false;
			this.artViewer1.Art = TheBox.ArtViewer.Art.Items;
			this.artViewer1.ArtIndex = 0;
			this.artViewer1.BackColor = System.Drawing.Color.White;
			this.artViewer1.Hue = 0;
			this.artViewer1.Location = new System.Drawing.Point(152, 264);
			this.artViewer1.Name = "artViewer1";
			this.artViewer1.ResizeTallItems = true;
			this.artViewer1.RoomView = true;
			this.artViewer1.ShowHexID = true;
			this.artViewer1.ShowID = true;
			this.artViewer1.Size = new System.Drawing.Size(184, 184);
			this.artViewer1.TabIndex = 4;
			this.artViewer1.Text = "art";
			// 
			// button1
			// 
			this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button1.Location = new System.Drawing.Point(216, 8);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(120, 23);
			this.button1.TabIndex = 5;
			this.button1.Text = "Load BoxData";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// button2
			// 
			this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button2.Location = new System.Drawing.Point(8, 32);
			this.button2.Name = "button2";
			this.button2.TabIndex = 6;
			this.button2.Text = "Find";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// lst
			// 
			this.lst.Location = new System.Drawing.Point(8, 64);
			this.lst.Name = "lst";
			this.lst.Size = new System.Drawing.Size(136, 407);
			this.lst.TabIndex = 7;
			this.lst.DoubleClick += new System.EventHandler(this.lst_DoubleClick);
			this.lst.SelectedIndexChanged += new System.EventHandler(this.lst_SelectedIndexChanged);
			// 
			// pBar
			// 
			this.pBar.Location = new System.Drawing.Point(88, 32);
			this.pBar.Name = "pBar";
			this.pBar.Size = new System.Drawing.Size(248, 23);
			this.pBar.TabIndex = 8;
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(264, 456);
			this.button3.Name = "button3";
			this.button3.TabIndex = 9;
			this.button3.Text = "Save";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// txCat
			// 
			this.txCat.Location = new System.Drawing.Point(152, 64);
			this.txCat.Name = "txCat";
			this.txCat.Size = new System.Drawing.Size(184, 20);
			this.txCat.TabIndex = 10;
			this.txCat.Text = "";
			// 
			// txSub
			// 
			this.txSub.Location = new System.Drawing.Point(152, 88);
			this.txSub.Name = "txSub";
			this.txSub.Size = new System.Drawing.Size(184, 20);
			this.txSub.TabIndex = 11;
			this.txSub.Text = "";
			// 
			// txName
			// 
			this.txName.Location = new System.Drawing.Point(152, 112);
			this.txName.Name = "txName";
			this.txName.Size = new System.Drawing.Size(184, 20);
			this.txName.TabIndex = 12;
			this.txName.Text = "";
			// 
			// button4
			// 
			this.button4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button4.Location = new System.Drawing.Point(192, 232);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(120, 23);
			this.button4.TabIndex = 13;
			this.button4.Text = "Save BoxData";
			this.button4.Click += new System.EventHandler(this.button4_Click);
			// 
			// button5
			// 
			this.button5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.button5.Location = new System.Drawing.Point(184, 136);
			this.button5.Name = "button5";
			this.button5.Size = new System.Drawing.Size(120, 23);
			this.button5.TabIndex = 14;
			this.button5.Text = "Add";
			this.button5.Click += new System.EventHandler(this.button5_Click);
			// 
			// Form1
			// 
			this.AllowDrop = true;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(344, 485);
			this.Controls.Add(this.button5);
			this.Controls.Add(this.button4);
			this.Controls.Add(this.txName);
			this.Controls.Add(this.txSub);
			this.Controls.Add(this.txCat);
			this.Controls.Add(this.button3);
			this.Controls.Add(this.pBar);
			this.Controls.Add(this.lst);
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.artViewer1);
			this.Controls.Add(this.numUp);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.numFrom);
			this.Name = "Form1";
			this.Text = "Form1";
			this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
			this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
			((System.ComponentModel.ISupportInitialize)(this.numFrom)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numUp)).EndInit();
			this.ResumeLayout(false);

		}
コード例 #11
0
ファイル: Box.cs プロジェクト: aj9251/pandorasbox3
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Box));
            TheBox.Common.MulManager mulManager1 = new TheBox.Common.MulManager();
            this.BigTab = new System.Windows.Forms.TabControl();
            this.TabGeneral = new System.Windows.Forms.TabPage();
            this.TabDeco = new System.Windows.Forms.TabPage();
            this.TabTravel = new System.Windows.Forms.TabPage();
            this.TabProperties = new System.Windows.Forms.TabPage();
            this.TabItems = new System.Windows.Forms.TabPage();
            this.TabNPCs = new System.Windows.Forms.TabPage();
            this.TabAdmin = new System.Windows.Forms.TabPage();
            this.TabTools = new System.Windows.Forms.TabPage();
            this.TabDoors = new System.Windows.Forms.TabPage();
            this.TabLights = new System.Windows.Forms.TabPage();
            this.TabNotes = new System.Windows.Forms.TabPage();
            this.SmallTab = new System.Windows.Forms.TabControl();
            this.tabArt = new System.Windows.Forms.TabPage();
            this.Art = new TheBox.ArtViewer.ArtViewer();
            this.tabMap = new System.Windows.Forms.TabPage();
            this.Map = new TheBox.MapViewer.MapViewer();
            this.tabProps = new System.Windows.Forms.TabPage();
            this.tabCustom = new System.Windows.Forms.TabPage();
            this.bSetHue = new System.Windows.Forms.Button();
            this.Tray = new System.Windows.Forms.NotifyIcon(this.components);
            this.TrayMenu = new System.Windows.Forms.ContextMenu();
            this.TrayBox = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.TrayOptions = new System.Windows.Forms.MenuItem();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.miViewDataFolder = new System.Windows.Forms.MenuItem();
            this.miViewLog = new System.Windows.Forms.MenuItem();
            this.miProfile = new System.Windows.Forms.MenuItem();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.miAbout = new System.Windows.Forms.MenuItem();
            this.TrayExit = new System.Windows.Forms.MenuItem();
            this.numHue = new System.Windows.Forms.NumericUpDown();
            this.boxImgLst = new System.Windows.Forms.ImageList(this.components);
            this.bMenu = new System.Windows.Forms.Label();
            this.pctCap = new System.Windows.Forms.PictureBox();
            this.imgHue = new System.Windows.Forms.PictureBox();
            this.boxButton8 = new TheBox.Buttons.BoxButton();
            this.boxButton7 = new TheBox.Buttons.BoxButton();
            this.boxButton6 = new TheBox.Buttons.BoxButton();
            this.boxButton5 = new TheBox.Buttons.BoxButton();
            this.boxButton4 = new TheBox.Buttons.BoxButton();
            this.boxButton3 = new TheBox.Buttons.BoxButton();
            this.boxButton2 = new TheBox.Buttons.BoxButton();
            this.boxButton1 = new TheBox.Buttons.BoxButton();
            this.ucPropManager = new TheBox.Controls.PropManager();
            this.boxButton23 = new TheBox.Buttons.BoxButton();
            this.boxButton22 = new TheBox.Buttons.BoxButton();
            this.boxButton21 = new TheBox.Buttons.BoxButton();
            this.boxButton20 = new TheBox.Buttons.BoxButton();
            this.boxButton19 = new TheBox.Buttons.BoxButton();
            this.boxButton18 = new TheBox.Buttons.BoxButton();
            this.boxButton17 = new TheBox.Buttons.BoxButton();
            this.boxButton16 = new TheBox.Buttons.BoxButton();
            this.boxButton15 = new TheBox.Buttons.BoxButton();
            this.boxButton14 = new TheBox.Buttons.BoxButton();
            this.boxButton13 = new TheBox.Buttons.BoxButton();
            this.boxButton12 = new TheBox.Buttons.BoxButton();
            this.boxButton11 = new TheBox.Buttons.BoxButton();
            this.boxButton10 = new TheBox.Buttons.BoxButton();
            this.boxButton9 = new TheBox.Buttons.BoxButton();
            this.general1 = new TheBox.Pages.General();
            this.m_TabDeco = new TheBox.Pages.Deco();
            this.m_TravelTab = new TheBox.Pages.Travel();
            this.m_PageProperties = new TheBox.Pages.Props();
            this.m_ItemsTab = new TheBox.Pages.Items();
            this.m_PageMobiles = new TheBox.Pages.Mobiles();
            this.m_TabAdmin = new TheBox.Pages.Admin();
            this.m_Tools = new TheBox.Pages.Tools();
            this.DoorsTab = new TheBox.Pages.Doors();
            this.LightsTab = new TheBox.Pages.Lights();
            this.m_NotesTab = new TheBox.Pages.Notes();
            this.BigTab.SuspendLayout();
            this.TabGeneral.SuspendLayout();
            this.TabDeco.SuspendLayout();
            this.TabTravel.SuspendLayout();
            this.TabProperties.SuspendLayout();
            this.TabItems.SuspendLayout();
            this.TabNPCs.SuspendLayout();
            this.TabAdmin.SuspendLayout();
            this.TabTools.SuspendLayout();
            this.TabDoors.SuspendLayout();
            this.TabLights.SuspendLayout();
            this.TabNotes.SuspendLayout();
            this.SmallTab.SuspendLayout();
            this.tabArt.SuspendLayout();
            this.tabMap.SuspendLayout();
            this.tabProps.SuspendLayout();
            this.tabCustom.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numHue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pctCap)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgHue)).BeginInit();
            this.SuspendLayout();
            // 
            // BigTab
            // 
            this.BigTab.Controls.Add(this.TabGeneral);
            this.BigTab.Controls.Add(this.TabDeco);
            this.BigTab.Controls.Add(this.TabTravel);
            this.BigTab.Controls.Add(this.TabProperties);
            this.BigTab.Controls.Add(this.TabItems);
            this.BigTab.Controls.Add(this.TabNPCs);
            this.BigTab.Controls.Add(this.TabAdmin);
            this.BigTab.Controls.Add(this.TabTools);
            this.BigTab.Controls.Add(this.TabDoors);
            this.BigTab.Controls.Add(this.TabLights);
            this.BigTab.Controls.Add(this.TabNotes);
            this.BigTab.ItemSize = new System.Drawing.Size(42, 16);
            this.BigTab.Location = new System.Drawing.Point(0, 20);
            this.BigTab.Name = "BigTab";
            this.BigTab.SelectedIndex = 0;
            this.BigTab.Size = new System.Drawing.Size(504, 166);
            this.BigTab.TabIndex = 0;
            this.BigTab.SelectedIndexChanged += new System.EventHandler(this.BigTab_SelectedIndexChanged);
            this.BigTab.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Box_KeyDown);
            // 
            // TabGeneral
            // 
            this.TabGeneral.Controls.Add(this.general1);
            this.TabGeneral.Location = new System.Drawing.Point(4, 20);
            this.TabGeneral.Name = "TabGeneral";
            this.TabGeneral.Size = new System.Drawing.Size(496, 142);
            this.TabGeneral.TabIndex = 7;
            this.TabGeneral.Text = "Tabs.General";
            // 
            // TabDeco
            // 
            this.TabDeco.Controls.Add(this.m_TabDeco);
            this.TabDeco.Location = new System.Drawing.Point(4, 20);
            this.TabDeco.Name = "TabDeco";
            this.TabDeco.Size = new System.Drawing.Size(496, 142);
            this.TabDeco.TabIndex = 3;
            this.TabDeco.Text = "Tabs.Deco";
            // 
            // TabTravel
            // 
            this.TabTravel.Controls.Add(this.m_TravelTab);
            this.TabTravel.Location = new System.Drawing.Point(4, 20);
            this.TabTravel.Name = "TabTravel";
            this.TabTravel.Size = new System.Drawing.Size(496, 142);
            this.TabTravel.TabIndex = 0;
            this.TabTravel.Text = "Tabs.Travel";
            // 
            // TabProperties
            // 
            this.TabProperties.Controls.Add(this.m_PageProperties);
            this.TabProperties.Location = new System.Drawing.Point(4, 20);
            this.TabProperties.Name = "TabProperties";
            this.TabProperties.Size = new System.Drawing.Size(496, 142);
            this.TabProperties.TabIndex = 2;
            this.TabProperties.Text = "Tabs.Props";
            // 
            // TabItems
            // 
            this.TabItems.Controls.Add(this.m_ItemsTab);
            this.TabItems.Location = new System.Drawing.Point(4, 20);
            this.TabItems.Name = "TabItems";
            this.TabItems.Size = new System.Drawing.Size(496, 142);
            this.TabItems.TabIndex = 4;
            this.TabItems.Text = "Tabs.Items";
            // 
            // TabNPCs
            // 
            this.TabNPCs.Controls.Add(this.m_PageMobiles);
            this.TabNPCs.Location = new System.Drawing.Point(4, 20);
            this.TabNPCs.Name = "TabNPCs";
            this.TabNPCs.Size = new System.Drawing.Size(496, 142);
            this.TabNPCs.TabIndex = 1;
            this.TabNPCs.Text = "Tabs.NPCs";
            // 
            // TabAdmin
            // 
            this.TabAdmin.Controls.Add(this.m_TabAdmin);
            this.TabAdmin.Location = new System.Drawing.Point(4, 20);
            this.TabAdmin.Name = "TabAdmin";
            this.TabAdmin.Size = new System.Drawing.Size(496, 142);
            this.TabAdmin.TabIndex = 6;
            this.TabAdmin.Text = "Tabs.Admin";
            // 
            // TabTools
            // 
            this.TabTools.Controls.Add(this.m_Tools);
            this.TabTools.Location = new System.Drawing.Point(4, 20);
            this.TabTools.Name = "TabTools";
            this.TabTools.Size = new System.Drawing.Size(496, 142);
            this.TabTools.TabIndex = 10;
            this.TabTools.Text = "Tabs.Tools";
            // 
            // TabDoors
            // 
            this.TabDoors.Controls.Add(this.DoorsTab);
            this.TabDoors.Location = new System.Drawing.Point(4, 20);
            this.TabDoors.Name = "TabDoors";
            this.TabDoors.Size = new System.Drawing.Size(496, 142);
            this.TabDoors.TabIndex = 9;
            this.TabDoors.Text = "Tabs.Doors";
            // 
            // TabLights
            // 
            this.TabLights.Controls.Add(this.LightsTab);
            this.TabLights.Location = new System.Drawing.Point(4, 20);
            this.TabLights.Name = "TabLights";
            this.TabLights.Size = new System.Drawing.Size(496, 142);
            this.TabLights.TabIndex = 8;
            this.TabLights.Text = "Tabs.Lights";
            // 
            // TabNotes
            // 
            this.TabNotes.Controls.Add(this.m_NotesTab);
            this.TabNotes.Location = new System.Drawing.Point(4, 20);
            this.TabNotes.Name = "TabNotes";
            this.TabNotes.Size = new System.Drawing.Size(496, 142);
            this.TabNotes.TabIndex = 5;
            this.TabNotes.Text = "Tabs.Notes";
            // 
            // SmallTab
            // 
            this.SmallTab.Controls.Add(this.tabArt);
            this.SmallTab.Controls.Add(this.tabMap);
            this.SmallTab.Controls.Add(this.tabProps);
            this.SmallTab.Controls.Add(this.tabCustom);
            this.SmallTab.ItemSize = new System.Drawing.Size(42, 16);
            this.SmallTab.Location = new System.Drawing.Point(504, 20);
            this.SmallTab.Name = "SmallTab";
            this.SmallTab.SelectedIndex = 0;
            this.SmallTab.Size = new System.Drawing.Size(184, 166);
            this.SmallTab.TabIndex = 1;
            this.SmallTab.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Box_KeyDown);
            // 
            // tabArt
            // 
            this.tabArt.Controls.Add(this.Art);
            this.tabArt.Location = new System.Drawing.Point(4, 20);
            this.tabArt.Name = "tabArt";
            this.tabArt.Size = new System.Drawing.Size(176, 142);
            this.tabArt.TabIndex = 0;
            this.tabArt.Text = "Tabs.Art";
            // 
            // Art
            // 
            this.Art.Animate = false;
            this.Art.Art = TheBox.ArtViewer.Art.Items;
            this.Art.ArtIndex = 0;
            this.Art.BackColor = System.Drawing.Color.White;
            this.Art.Hue = 0;
            this.Art.Location = new System.Drawing.Point(1, 1);
            this.Art.Name = "Art";
            this.Art.ResizeTallItems = false;
            this.Art.RoomView = true;
            this.Art.ShowHexID = true;
            this.Art.ShowID = true;
            this.Art.Size = new System.Drawing.Size(174, 140);
            this.Art.TabIndex = 0;
            this.Art.Text = "artViewer1";
            // 
            // tabMap
            // 
            this.tabMap.Controls.Add(this.Map);
            this.tabMap.Location = new System.Drawing.Point(4, 20);
            this.tabMap.Name = "tabMap";
            this.tabMap.Size = new System.Drawing.Size(176, 142);
            this.tabMap.TabIndex = 1;
            this.tabMap.Text = "Tabs.Map";
            // 
            // Map
            // 
            this.Map.Center = new System.Drawing.Point(0, 0);
            this.Map.DisplayErrors = true;
            this.Map.DrawObjects = ((System.Collections.Generic.List<TheBox.MapViewer.DrawObjects.IMapDrawable>)(resources.GetObject("Map.DrawObjects")));
            this.Map.DrawStatics = false;
            this.Map.Location = new System.Drawing.Point(1, 1);
            this.Map.Map = TheBox.MapViewer.Maps.Felucca;
            mulManager1.CustomFolder = null;
            mulManager1.Table = null;
            this.Map.MulManager = mulManager1;
            this.Map.Name = "Map";
            this.Map.Navigation = TheBox.MapViewer.MapNavigation.LeftMouseButton;
            this.Map.RotateView = false;
            this.Map.ShowCross = true;
            this.Map.Size = new System.Drawing.Size(174, 140);
            this.Map.TabIndex = 0;
            this.Map.Text = "mapViewer1";
            this.Map.WheelZoom = true;
            this.Map.XRayView = false;
            this.Map.ZoomLevel = 0;
            this.Map.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Map_MouseDown);
            // 
            // tabProps
            // 
            this.tabProps.Controls.Add(this.ucPropManager);
            this.tabProps.Location = new System.Drawing.Point(4, 20);
            this.tabProps.Name = "tabProps";
            this.tabProps.Size = new System.Drawing.Size(176, 142);
            this.tabProps.TabIndex = 2;
            this.tabProps.Text = "Tabs.Props";
            // 
            // tabCustom
            // 
            this.tabCustom.Controls.Add(this.boxButton23);
            this.tabCustom.Controls.Add(this.boxButton22);
            this.tabCustom.Controls.Add(this.boxButton21);
            this.tabCustom.Controls.Add(this.boxButton20);
            this.tabCustom.Controls.Add(this.boxButton19);
            this.tabCustom.Controls.Add(this.boxButton18);
            this.tabCustom.Controls.Add(this.boxButton17);
            this.tabCustom.Controls.Add(this.boxButton16);
            this.tabCustom.Controls.Add(this.boxButton15);
            this.tabCustom.Controls.Add(this.boxButton14);
            this.tabCustom.Controls.Add(this.boxButton13);
            this.tabCustom.Controls.Add(this.boxButton12);
            this.tabCustom.Controls.Add(this.boxButton11);
            this.tabCustom.Controls.Add(this.boxButton10);
            this.tabCustom.Controls.Add(this.boxButton9);
            this.tabCustom.Location = new System.Drawing.Point(4, 20);
            this.tabCustom.Name = "tabCustom";
            this.tabCustom.Size = new System.Drawing.Size(176, 142);
            this.tabCustom.TabIndex = 3;
            this.tabCustom.Text = "Tabs.Custom";
            // 
            // bSetHue
            // 
            this.bSetHue.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.bSetHue.Location = new System.Drawing.Point(112, 0);
            this.bSetHue.Name = "bSetHue";
            this.bSetHue.Size = new System.Drawing.Size(32, 20);
            this.bSetHue.TabIndex = 3;
            this.bSetHue.Text = "Common.Set";
            this.bSetHue.Click += new System.EventHandler(this.bSetHue_Click);
            // 
            // Tray
            // 
            this.Tray.ContextMenu = this.TrayMenu;
            this.Tray.Icon = ((System.Drawing.Icon)(resources.GetObject("Tray.Icon")));
            this.Tray.Text = "Pandora\'s Box";
            this.Tray.Visible = true;
            this.Tray.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Tray_MouseDown);
            // 
            // TrayMenu
            // 
            this.TrayMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.TrayBox,
            this.menuItem2,
            this.TrayOptions,
            this.menuItem3,
            this.miProfile,
            this.menuItem1,
            this.miAbout,
            this.TrayExit});
            // 
            // TrayBox
            // 
            this.TrayBox.Index = 0;
            this.TrayBox.Text = "Misc.www";
            this.TrayBox.Click += new System.EventHandler(this.TrayBox_Click);
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 1;
            this.menuItem2.Text = "-";
            // 
            // TrayOptions
            // 
            this.TrayOptions.Index = 2;
            this.TrayOptions.Text = "Common.Options";
            this.TrayOptions.Click += new System.EventHandler(this.TrayOptions_Click);
            // 
            // menuItem3
            // 
            this.menuItem3.Index = 3;
            this.menuItem3.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.miViewDataFolder,
            this.miViewLog});
            this.menuItem3.Text = "Common.View";
            // 
            // miViewDataFolder
            // 
            this.miViewDataFolder.Index = 0;
            this.miViewDataFolder.Text = "Misc.DataFolder";
            this.miViewDataFolder.Click += new System.EventHandler(this.miViewDataFolder_Click);
            // 
            // miViewLog
            // 
            this.miViewLog.Index = 1;
            this.miViewLog.Text = "Misc.Log";
            this.miViewLog.Click += new System.EventHandler(this.miViewLog_Click);
            // 
            // miProfile
            // 
            this.miProfile.Index = 4;
            this.miProfile.Text = "Common.Profile";
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 5;
            this.menuItem1.Text = "-";
            // 
            // miAbout
            // 
            this.miAbout.Index = 6;
            this.miAbout.Text = "Common.About";
            this.miAbout.Click += new System.EventHandler(this.miAbout_Click);
            // 
            // TrayExit
            // 
            this.TrayExit.Index = 7;
            this.TrayExit.Text = "Common.Exit";
            this.TrayExit.Click += new System.EventHandler(this.TrayExit_Click);
            // 
            // numHue
            // 
            this.numHue.Location = new System.Drawing.Point(24, 0);
            this.numHue.Maximum = new decimal(new int[] {
            3000,
            0,
            0,
            0});
            this.numHue.Name = "numHue";
            this.numHue.Size = new System.Drawing.Size(48, 20);
            this.numHue.TabIndex = 6;
            this.numHue.ValueChanged += new System.EventHandler(this.numHue_ValueChanged);
            // 
            // boxImgLst
            // 
            this.boxImgLst.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("boxImgLst.ImageStream")));
            this.boxImgLst.TransparentColor = System.Drawing.Color.Transparent;
            this.boxImgLst.Images.SetKeyName(0, "");
            this.boxImgLst.Images.SetKeyName(1, "");
            this.boxImgLst.Images.SetKeyName(2, "");
            // 
            // bMenu
            // 
            this.bMenu.ImageIndex = 0;
            this.bMenu.ImageList = this.boxImgLst;
            this.bMenu.Location = new System.Drawing.Point(3, 2);
            this.bMenu.Name = "bMenu";
            this.bMenu.Size = new System.Drawing.Size(16, 16);
            this.bMenu.TabIndex = 16;
            this.bMenu.MouseLeave += new System.EventHandler(this.bMenu_MouseLeave);
            this.bMenu.Click += new System.EventHandler(this.bMenu_Click);
            this.bMenu.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bMenu_MouseDown_1);
            this.bMenu.MouseEnter += new System.EventHandler(this.bMenu_MouseEnter);
            // 
            // pctCap
            // 
            this.pctCap.Image = ((System.Drawing.Image)(resources.GetObject("pctCap.Image")));
            this.pctCap.Location = new System.Drawing.Point(656, 0);
            this.pctCap.Name = "pctCap";
            this.pctCap.Size = new System.Drawing.Size(32, 20);
            this.pctCap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pctCap.TabIndex = 15;
            this.pctCap.TabStop = false;
            this.pctCap.MouseLeave += new System.EventHandler(this.pctCap_MouseLeave);
            this.pctCap.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pctCap_MouseDown);
            this.pctCap.Paint += new System.Windows.Forms.PaintEventHandler(this.pctCap_Paint);
            this.pctCap.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pctCap_MouseUp);
            this.pctCap.MouseEnter += new System.EventHandler(this.pctCap_MouseEnter);
            // 
            // imgHue
            // 
            this.imgHue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.imgHue.Location = new System.Drawing.Point(72, 2);
            this.imgHue.Name = "imgHue";
            this.imgHue.Size = new System.Drawing.Size(38, 16);
            this.imgHue.TabIndex = 5;
            this.imgHue.TabStop = false;
            this.imgHue.MouseDown += new System.Windows.Forms.MouseEventHandler(this.imgHue_MouseDown);
            // 
            // boxButton8
            // 
            this.boxButton8.AllowEdit = true;
            this.boxButton8.ButtonID = 34;
            this.boxButton8.Def = null;
            this.boxButton8.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton8.IsActive = true;
            this.boxButton8.Location = new System.Drawing.Point(592, 0);
            this.boxButton8.Name = "boxButton8";
            this.boxButton8.Size = new System.Drawing.Size(64, 20);
            this.boxButton8.TabIndex = 14;
            this.boxButton8.Text = "boxButton8";
            // 
            // boxButton7
            // 
            this.boxButton7.AllowEdit = true;
            this.boxButton7.ButtonID = 33;
            this.boxButton7.Def = null;
            this.boxButton7.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton7.IsActive = true;
            this.boxButton7.Location = new System.Drawing.Point(528, 0);
            this.boxButton7.Name = "boxButton7";
            this.boxButton7.Size = new System.Drawing.Size(64, 20);
            this.boxButton7.TabIndex = 13;
            this.boxButton7.Text = "boxButton7";
            // 
            // boxButton6
            // 
            this.boxButton6.AllowEdit = true;
            this.boxButton6.ButtonID = 32;
            this.boxButton6.Def = null;
            this.boxButton6.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton6.IsActive = true;
            this.boxButton6.Location = new System.Drawing.Point(464, 0);
            this.boxButton6.Name = "boxButton6";
            this.boxButton6.Size = new System.Drawing.Size(64, 20);
            this.boxButton6.TabIndex = 12;
            this.boxButton6.Text = "boxButton6";
            // 
            // boxButton5
            // 
            this.boxButton5.AllowEdit = true;
            this.boxButton5.ButtonID = 31;
            this.boxButton5.Def = null;
            this.boxButton5.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton5.IsActive = true;
            this.boxButton5.Location = new System.Drawing.Point(400, 0);
            this.boxButton5.Name = "boxButton5";
            this.boxButton5.Size = new System.Drawing.Size(64, 20);
            this.boxButton5.TabIndex = 11;
            this.boxButton5.Text = "boxButton5";
            // 
            // boxButton4
            // 
            this.boxButton4.AllowEdit = true;
            this.boxButton4.ButtonID = 30;
            this.boxButton4.Def = null;
            this.boxButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton4.IsActive = true;
            this.boxButton4.Location = new System.Drawing.Point(336, 0);
            this.boxButton4.Name = "boxButton4";
            this.boxButton4.Size = new System.Drawing.Size(64, 20);
            this.boxButton4.TabIndex = 10;
            this.boxButton4.Text = "boxButton4";
            // 
            // boxButton3
            // 
            this.boxButton3.AllowEdit = true;
            this.boxButton3.ButtonID = 29;
            this.boxButton3.Def = null;
            this.boxButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton3.IsActive = true;
            this.boxButton3.Location = new System.Drawing.Point(272, 0);
            this.boxButton3.Name = "boxButton3";
            this.boxButton3.Size = new System.Drawing.Size(64, 20);
            this.boxButton3.TabIndex = 9;
            this.boxButton3.Text = "boxButton3";
            // 
            // boxButton2
            // 
            this.boxButton2.AllowEdit = true;
            this.boxButton2.ButtonID = 28;
            this.boxButton2.Def = null;
            this.boxButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton2.IsActive = true;
            this.boxButton2.Location = new System.Drawing.Point(208, 0);
            this.boxButton2.Name = "boxButton2";
            this.boxButton2.Size = new System.Drawing.Size(64, 20);
            this.boxButton2.TabIndex = 8;
            this.boxButton2.Text = "boxButton2";
            // 
            // boxButton1
            // 
            this.boxButton1.AllowEdit = true;
            this.boxButton1.ButtonID = 9;
            this.boxButton1.Def = null;
            this.boxButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton1.IsActive = true;
            this.boxButton1.Location = new System.Drawing.Point(144, 0);
            this.boxButton1.Name = "boxButton1";
            this.boxButton1.Size = new System.Drawing.Size(64, 20);
            this.boxButton1.TabIndex = 7;
            this.boxButton1.Text = "boxButton1";
            this.boxButton1.Click += new System.EventHandler(this.boxButton1_Click);
            // 
            // ucPropManager
            // 
            this.ucPropManager.Location = new System.Drawing.Point(0, 0);
            this.ucPropManager.Name = "ucPropManager";
            this.ucPropManager.Size = new System.Drawing.Size(176, 144);
            this.ucPropManager.TabIndex = 0;
            // 
            // boxButton23
            // 
            this.boxButton23.AllowEdit = true;
            this.boxButton23.ButtonID = 118;
            this.boxButton23.Def = null;
            this.boxButton23.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton23.IsActive = true;
            this.boxButton23.Location = new System.Drawing.Point(120, 116);
            this.boxButton23.Name = "boxButton23";
            this.boxButton23.Size = new System.Drawing.Size(56, 23);
            this.boxButton23.TabIndex = 14;
            this.boxButton23.Text = "boxButton23";
            // 
            // boxButton22
            // 
            this.boxButton22.AllowEdit = true;
            this.boxButton22.ButtonID = 117;
            this.boxButton22.Def = null;
            this.boxButton22.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton22.IsActive = true;
            this.boxButton22.Location = new System.Drawing.Point(120, 88);
            this.boxButton22.Name = "boxButton22";
            this.boxButton22.Size = new System.Drawing.Size(56, 23);
            this.boxButton22.TabIndex = 13;
            this.boxButton22.Text = "boxButton22";
            // 
            // boxButton21
            // 
            this.boxButton21.AllowEdit = true;
            this.boxButton21.ButtonID = 116;
            this.boxButton21.Def = null;
            this.boxButton21.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton21.IsActive = true;
            this.boxButton21.Location = new System.Drawing.Point(120, 60);
            this.boxButton21.Name = "boxButton21";
            this.boxButton21.Size = new System.Drawing.Size(56, 23);
            this.boxButton21.TabIndex = 12;
            this.boxButton21.Text = "boxButton21";
            // 
            // boxButton20
            // 
            this.boxButton20.AllowEdit = true;
            this.boxButton20.ButtonID = 115;
            this.boxButton20.Def = null;
            this.boxButton20.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton20.IsActive = true;
            this.boxButton20.Location = new System.Drawing.Point(120, 32);
            this.boxButton20.Name = "boxButton20";
            this.boxButton20.Size = new System.Drawing.Size(56, 23);
            this.boxButton20.TabIndex = 11;
            this.boxButton20.Text = "boxButton20";
            // 
            // boxButton19
            // 
            this.boxButton19.AllowEdit = true;
            this.boxButton19.ButtonID = 114;
            this.boxButton19.Def = null;
            this.boxButton19.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton19.IsActive = true;
            this.boxButton19.Location = new System.Drawing.Point(60, 60);
            this.boxButton19.Name = "boxButton19";
            this.boxButton19.Size = new System.Drawing.Size(56, 23);
            this.boxButton19.TabIndex = 10;
            this.boxButton19.Text = "boxButton19";
            // 
            // boxButton18
            // 
            this.boxButton18.AllowEdit = true;
            this.boxButton18.ButtonID = 113;
            this.boxButton18.Def = null;
            this.boxButton18.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton18.IsActive = true;
            this.boxButton18.Location = new System.Drawing.Point(60, 116);
            this.boxButton18.Name = "boxButton18";
            this.boxButton18.Size = new System.Drawing.Size(56, 23);
            this.boxButton18.TabIndex = 9;
            this.boxButton18.Text = "boxButton18";
            // 
            // boxButton17
            // 
            this.boxButton17.AllowEdit = true;
            this.boxButton17.ButtonID = 112;
            this.boxButton17.Def = null;
            this.boxButton17.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton17.IsActive = true;
            this.boxButton17.Location = new System.Drawing.Point(60, 88);
            this.boxButton17.Name = "boxButton17";
            this.boxButton17.Size = new System.Drawing.Size(56, 23);
            this.boxButton17.TabIndex = 8;
            this.boxButton17.Text = "boxButton17";
            // 
            // boxButton16
            // 
            this.boxButton16.AllowEdit = true;
            this.boxButton16.ButtonID = 111;
            this.boxButton16.Def = null;
            this.boxButton16.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton16.IsActive = true;
            this.boxButton16.Location = new System.Drawing.Point(0, 116);
            this.boxButton16.Name = "boxButton16";
            this.boxButton16.Size = new System.Drawing.Size(56, 23);
            this.boxButton16.TabIndex = 7;
            this.boxButton16.Text = "boxButton16";
            // 
            // boxButton15
            // 
            this.boxButton15.AllowEdit = true;
            this.boxButton15.ButtonID = 110;
            this.boxButton15.Def = null;
            this.boxButton15.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton15.IsActive = true;
            this.boxButton15.Location = new System.Drawing.Point(60, 32);
            this.boxButton15.Name = "boxButton15";
            this.boxButton15.Size = new System.Drawing.Size(56, 23);
            this.boxButton15.TabIndex = 6;
            this.boxButton15.Text = "boxButton15";
            // 
            // boxButton14
            // 
            this.boxButton14.AllowEdit = true;
            this.boxButton14.ButtonID = 109;
            this.boxButton14.Def = null;
            this.boxButton14.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton14.IsActive = true;
            this.boxButton14.Location = new System.Drawing.Point(0, 88);
            this.boxButton14.Name = "boxButton14";
            this.boxButton14.Size = new System.Drawing.Size(56, 23);
            this.boxButton14.TabIndex = 5;
            this.boxButton14.Text = "boxButton14";
            // 
            // boxButton13
            // 
            this.boxButton13.AllowEdit = true;
            this.boxButton13.ButtonID = 108;
            this.boxButton13.Def = null;
            this.boxButton13.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton13.IsActive = true;
            this.boxButton13.Location = new System.Drawing.Point(0, 60);
            this.boxButton13.Name = "boxButton13";
            this.boxButton13.Size = new System.Drawing.Size(56, 23);
            this.boxButton13.TabIndex = 4;
            this.boxButton13.Text = "boxButton13";
            // 
            // boxButton12
            // 
            this.boxButton12.AllowEdit = true;
            this.boxButton12.ButtonID = 107;
            this.boxButton12.Def = null;
            this.boxButton12.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton12.IsActive = true;
            this.boxButton12.Location = new System.Drawing.Point(0, 32);
            this.boxButton12.Name = "boxButton12";
            this.boxButton12.Size = new System.Drawing.Size(56, 23);
            this.boxButton12.TabIndex = 3;
            this.boxButton12.Text = "boxButton12";
            // 
            // boxButton11
            // 
            this.boxButton11.AllowEdit = true;
            this.boxButton11.ButtonID = 106;
            this.boxButton11.Def = null;
            this.boxButton11.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton11.IsActive = true;
            this.boxButton11.Location = new System.Drawing.Point(120, 4);
            this.boxButton11.Name = "boxButton11";
            this.boxButton11.Size = new System.Drawing.Size(56, 23);
            this.boxButton11.TabIndex = 2;
            this.boxButton11.Text = "boxButton11";
            // 
            // boxButton10
            // 
            this.boxButton10.AllowEdit = true;
            this.boxButton10.ButtonID = 105;
            this.boxButton10.Def = null;
            this.boxButton10.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton10.IsActive = true;
            this.boxButton10.Location = new System.Drawing.Point(60, 4);
            this.boxButton10.Name = "boxButton10";
            this.boxButton10.Size = new System.Drawing.Size(56, 23);
            this.boxButton10.TabIndex = 1;
            this.boxButton10.Text = "boxButton10";
            // 
            // boxButton9
            // 
            this.boxButton9.AllowEdit = true;
            this.boxButton9.ButtonID = 104;
            this.boxButton9.Def = null;
            this.boxButton9.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.boxButton9.IsActive = true;
            this.boxButton9.Location = new System.Drawing.Point(0, 4);
            this.boxButton9.Name = "boxButton9";
            this.boxButton9.Size = new System.Drawing.Size(56, 23);
            this.boxButton9.TabIndex = 0;
            this.boxButton9.Text = "boxButton9";
            // 
            // general1
            // 
            this.general1.Location = new System.Drawing.Point(0, 0);
            this.general1.Name = "general1";
            this.general1.Size = new System.Drawing.Size(496, 142);
            this.general1.TabIndex = 0;
            // 
            // m_TabDeco
            // 
            this.m_TabDeco.Location = new System.Drawing.Point(0, 0);
            this.m_TabDeco.Name = "m_TabDeco";
            this.m_TabDeco.Size = new System.Drawing.Size(496, 142);
            this.m_TabDeco.TabIndex = 0;
            // 
            // m_TravelTab
            // 
            this.m_TravelTab.Location = new System.Drawing.Point(0, 0);
            this.m_TravelTab.Name = "m_TravelTab";
            this.m_TravelTab.Size = new System.Drawing.Size(496, 142);
            this.m_TravelTab.TabIndex = 0;
            // 
            // m_PageProperties
            // 
            this.m_PageProperties.Location = new System.Drawing.Point(0, 0);
            this.m_PageProperties.Name = "m_PageProperties";
            this.m_PageProperties.SelectedProperty = null;
            this.m_PageProperties.Size = new System.Drawing.Size(496, 142);
            this.m_PageProperties.TabIndex = 0;
            // 
            // m_ItemsTab
            // 
            this.m_ItemsTab.Location = new System.Drawing.Point(0, 0);
            this.m_ItemsTab.Name = "m_ItemsTab";
            this.m_ItemsTab.Size = new System.Drawing.Size(496, 142);
            this.m_ItemsTab.TabIndex = 0;
            // 
            // m_PageMobiles
            // 
            this.m_PageMobiles.Location = new System.Drawing.Point(0, 0);
            this.m_PageMobiles.Name = "m_PageMobiles";
            this.m_PageMobiles.Size = new System.Drawing.Size(496, 142);
            this.m_PageMobiles.TabIndex = 0;
            // 
            // m_TabAdmin
            // 
            this.m_TabAdmin.Location = new System.Drawing.Point(0, 0);
            this.m_TabAdmin.Name = "m_TabAdmin";
            this.m_TabAdmin.Size = new System.Drawing.Size(496, 142);
            this.m_TabAdmin.TabIndex = 0;
            // 
            // m_Tools
            // 
            this.m_Tools.Location = new System.Drawing.Point(0, 0);
            this.m_Tools.Name = "m_Tools";
            this.m_Tools.Size = new System.Drawing.Size(496, 142);
            this.m_Tools.TabIndex = 0;
            // 
            // DoorsTab
            // 
            this.DoorsTab.Location = new System.Drawing.Point(0, 0);
            this.DoorsTab.Name = "DoorsTab";
            this.DoorsTab.Size = new System.Drawing.Size(496, 142);
            this.DoorsTab.TabIndex = 0;
            // 
            // LightsTab
            // 
            this.LightsTab.Location = new System.Drawing.Point(0, 0);
            this.LightsTab.Name = "LightsTab";
            this.LightsTab.Size = new System.Drawing.Size(496, 142);
            this.LightsTab.TabIndex = 0;
            // 
            // m_NotesTab
            // 
            this.m_NotesTab.Location = new System.Drawing.Point(0, 0);
            this.m_NotesTab.Name = "m_NotesTab";
            this.m_NotesTab.Size = new System.Drawing.Size(496, 142);
            this.m_NotesTab.TabIndex = 0;
            // 
            // Box
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(688, 185);
            this.Controls.Add(this.bMenu);
            this.Controls.Add(this.pctCap);
            this.Controls.Add(this.boxButton8);
            this.Controls.Add(this.boxButton7);
            this.Controls.Add(this.boxButton6);
            this.Controls.Add(this.boxButton5);
            this.Controls.Add(this.boxButton4);
            this.Controls.Add(this.boxButton3);
            this.Controls.Add(this.boxButton2);
            this.Controls.Add(this.boxButton1);
            this.Controls.Add(this.numHue);
            this.Controls.Add(this.imgHue);
            this.Controls.Add(this.bSetHue);
            this.Controls.Add(this.SmallTab);
            this.Controls.Add(this.BigTab);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Box";
            this.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Box";
            this.Load += new System.EventHandler(this.Box_Load);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.Box_Closing);
            this.Resize += new System.EventHandler(this.Box_Resize);
            this.LocationChanged += new System.EventHandler(this.Box_LocationChanged);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Box_KeyDown);
            this.BigTab.ResumeLayout(false);
            this.TabGeneral.ResumeLayout(false);
            this.TabDeco.ResumeLayout(false);
            this.TabTravel.ResumeLayout(false);
            this.TabProperties.ResumeLayout(false);
            this.TabItems.ResumeLayout(false);
            this.TabNPCs.ResumeLayout(false);
            this.TabAdmin.ResumeLayout(false);
            this.TabTools.ResumeLayout(false);
            this.TabDoors.ResumeLayout(false);
            this.TabLights.ResumeLayout(false);
            this.TabNotes.ResumeLayout(false);
            this.SmallTab.ResumeLayout(false);
            this.tabArt.ResumeLayout(false);
            this.tabMap.ResumeLayout(false);
            this.tabProps.ResumeLayout(false);
            this.tabCustom.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numHue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pctCap)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgHue)).EndInit();
            this.ResumeLayout(false);

		}
コード例 #12
0
ファイル: QuickMobile.cs プロジェクト: aj9251/pandorasbox3
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(QuickMobile));
			this.pGrid = new System.Windows.Forms.PropertyGrid();
			this.m_Preview = new TheBox.ArtViewer.ArtViewer();
			this.bOk = new System.Windows.Forms.Button();
			this.bCancel = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// pGrid
			// 
			this.pGrid.CommandsVisibleIfAvailable = true;
			this.pGrid.LargeButtons = false;
			this.pGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
			this.pGrid.Location = new System.Drawing.Point(8, 8);
			this.pGrid.Name = "pGrid";
			this.pGrid.Size = new System.Drawing.Size(208, 248);
			this.pGrid.TabIndex = 0;
			this.pGrid.Text = "propertyGrid1";
			this.pGrid.ViewBackColor = System.Drawing.SystemColors.Window;
			this.pGrid.ViewForeColor = System.Drawing.SystemColors.WindowText;
			this.pGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pGrid_PropertyValueChanged);
			// 
			// m_Preview
			// 
			this.m_Preview.Animate = true;
			this.m_Preview.Art = TheBox.ArtViewer.Art.NPCs;
			this.m_Preview.ArtIndex = 0;
			this.m_Preview.Hue = 0;
			this.m_Preview.Location = new System.Drawing.Point(224, 8);
			this.m_Preview.Name = "m_Preview";
			this.m_Preview.ResizeTallItems = false;
			this.m_Preview.RoomView = true;
			this.m_Preview.ShowID = false;
			this.m_Preview.Size = new System.Drawing.Size(216, 216);
			this.m_Preview.TabIndex = 1;
			this.m_Preview.Text = "artViewer1";
			// 
			// bOk
			// 
			this.bOk.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bOk.Location = new System.Drawing.Point(360, 232);
			this.bOk.Name = "bOk";
			this.bOk.TabIndex = 2;
			this.bOk.Text = "Common.Ok";
			this.bOk.Click += new System.EventHandler(this.bOk_Click);
			// 
			// bCancel
			// 
			this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bCancel.Location = new System.Drawing.Point(224, 232);
			this.bCancel.Name = "bCancel";
			this.bCancel.TabIndex = 3;
			this.bCancel.Text = "Common.Cancel";
			this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
			// 
			// QuickMobile
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(448, 261);
			this.Controls.Add(this.bCancel);
			this.Controls.Add(this.bOk);
			this.Controls.Add(this.m_Preview);
			this.Controls.Add(this.pGrid);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.Name = "QuickMobile";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "QuickMobile";
			this.Load += new System.EventHandler(this.QuickMobile_Load);
			this.ResumeLayout(false);

		}
コード例 #13
0
ファイル: HuePicker.cs プロジェクト: aj9251/pandorasbox3
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(HuePicker));
			this.Chart = new TheBox.Common.HuesChart();
			this.label1 = new System.Windows.Forms.Label();
			this.numIndex = new System.Windows.Forms.NumericUpDown();
			this.label2 = new System.Windows.Forms.Label();
			this.labName = new System.Windows.Forms.Label();
			this.Art = new TheBox.ArtViewer.ArtViewer();
			this.imgSpectrum = new System.Windows.Forms.PictureBox();
			this.barDarkness = new System.Windows.Forms.TrackBar();
			this.comboType = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.numID = new System.Windows.Forms.NumericUpDown();
			this.label4 = new System.Windows.Forms.Label();
			this.chkScale = new System.Windows.Forms.CheckBox();
			this.chkRoom = new System.Windows.Forms.CheckBox();
			this.chkAnimate = new System.Windows.Forms.CheckBox();
			this.bCancel = new System.Windows.Forms.Button();
			this.lnkZero = new System.Windows.Forms.LinkLabel();
			this.bSelect = new System.Windows.Forms.Button();
			this.bSet = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.numIndex)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.barDarkness)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numID)).BeginInit();
			this.SuspendLayout();
			// 
			// Chart
			// 
			this.Chart.ColorTableIndex = 28;
			this.Chart.Hues = null;
			this.Chart.Location = new System.Drawing.Point(8, 64);
			this.Chart.Name = "Chart";
			this.Chart.SelectedIndex = 1;
			this.Chart.Size = new System.Drawing.Size(452, 302);
			this.Chart.TabIndex = 0;
			this.Chart.Text = "huesChart1";
			this.Chart.Click += new System.EventHandler(this.Chart_Click);
			this.Chart.HueChanged += new System.EventHandler(this.Chart_HueChanged);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(376, 40);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(32, 16);
			this.label1.TabIndex = 1;
			this.label1.Text = "Common.Index";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
			// 
			// numIndex
			// 
			this.numIndex.Location = new System.Drawing.Point(408, 40);
			this.numIndex.Maximum = new System.Decimal(new int[] {
																	 3000,
																	 0,
																	 0,
																	 0});
			this.numIndex.Name = "numIndex";
			this.numIndex.Size = new System.Drawing.Size(56, 20);
			this.numIndex.TabIndex = 2;
			this.numIndex.ValueChanged += new System.EventHandler(this.numIndex_ValueChanged);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 8);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(40, 16);
			this.label2.TabIndex = 3;
			this.label2.Text = "Common.Name";
			// 
			// labName
			// 
			this.labName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.labName.Location = new System.Drawing.Point(48, 8);
			this.labName.Name = "labName";
			this.labName.Size = new System.Drawing.Size(176, 23);
			this.labName.TabIndex = 4;
			// 
			// Art
			// 
			this.Art.Animate = false;
			this.Art.Art = TheBox.ArtViewer.Art.Items;
			this.Art.ArtIndex = 0;
			this.Art.BackColor = System.Drawing.Color.White;
			this.Art.Hue = 0;
			this.Art.Location = new System.Drawing.Point(472, 40);
			this.Art.Name = "Art";
			this.Art.ResizeTallItems = false;
			this.Art.RoomView = true;
			this.Art.ShowHexID = true;
			this.Art.ShowID = false;
			this.Art.Size = new System.Drawing.Size(152, 168);
			this.Art.TabIndex = 5;
			this.Art.Text = "artViewer1";
			// 
			// imgSpectrum
			// 
			this.imgSpectrum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.imgSpectrum.Location = new System.Drawing.Point(8, 40);
			this.imgSpectrum.Name = "imgSpectrum";
			this.imgSpectrum.Size = new System.Drawing.Size(344, 16);
			this.imgSpectrum.TabIndex = 6;
			this.imgSpectrum.TabStop = false;
			// 
			// barDarkness
			// 
			this.barDarkness.Location = new System.Drawing.Point(472, 320);
			this.barDarkness.Maximum = 31;
			this.barDarkness.Name = "barDarkness";
			this.barDarkness.Size = new System.Drawing.Size(152, 45);
			this.barDarkness.TabIndex = 7;
			this.barDarkness.TabStop = false;
			this.barDarkness.TickStyle = System.Windows.Forms.TickStyle.None;
			this.barDarkness.Value = 28;
			this.barDarkness.Scroll += new System.EventHandler(this.barDarkness_Scroll);
			// 
			// comboType
			// 
			this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboType.Items.AddRange(new object[] {
														   "Items",
														   "NPCs",
														   "Gumps"});
			this.comboType.Location = new System.Drawing.Point(520, 216);
			this.comboType.Name = "comboType";
			this.comboType.Size = new System.Drawing.Size(104, 21);
			this.comboType.TabIndex = 8;
			this.comboType.SelectedIndexChanged += new System.EventHandler(this.comboType_SelectedIndexChanged);
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(472, 216);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(48, 23);
			this.label3.TabIndex = 9;
			this.label3.Text = "Common.Type";
			// 
			// numID
			// 
			this.numID.Location = new System.Drawing.Point(520, 240);
			this.numID.Maximum = new System.Decimal(new int[] {
																  20000,
																  0,
																  0,
																  0});
			this.numID.Name = "numID";
			this.numID.Size = new System.Drawing.Size(64, 20);
			this.numID.TabIndex = 10;
			this.numID.ValueChanged += new System.EventHandler(this.numID_ValueChanged);
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(472, 240);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(40, 23);
			this.label4.TabIndex = 11;
			this.label4.Text = "Common.ID";
			// 
			// chkScale
			// 
			this.chkScale.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkScale.Location = new System.Drawing.Point(472, 264);
			this.chkScale.Name = "chkScale";
			this.chkScale.Size = new System.Drawing.Size(64, 24);
			this.chkScale.TabIndex = 12;
			this.chkScale.Text = "HuePicker.Scale";
			this.chkScale.CheckedChanged += new System.EventHandler(this.chkScale_CheckedChanged);
			// 
			// chkRoom
			// 
			this.chkRoom.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkRoom.Location = new System.Drawing.Point(544, 264);
			this.chkRoom.Name = "chkRoom";
			this.chkRoom.Size = new System.Drawing.Size(80, 24);
			this.chkRoom.TabIndex = 13;
			this.chkRoom.Text = "HuePicker.RoomView";
			this.chkRoom.CheckedChanged += new System.EventHandler(this.chkRoom_CheckedChanged);
			// 
			// chkAnimate
			// 
			this.chkAnimate.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.chkAnimate.Location = new System.Drawing.Point(472, 288);
			this.chkAnimate.Name = "chkAnimate";
			this.chkAnimate.TabIndex = 14;
			this.chkAnimate.Text = "HuePicker.Animate";
			this.chkAnimate.CheckedChanged += new System.EventHandler(this.chkAnimate_CheckedChanged);
			// 
			// bCancel
			// 
			this.bCancel.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bCancel.Location = new System.Drawing.Point(560, 8);
			this.bCancel.Name = "bCancel";
			this.bCancel.Size = new System.Drawing.Size(64, 23);
			this.bCancel.TabIndex = 16;
			this.bCancel.Text = "Common.Close";
			this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
			// 
			// lnkZero
			// 
			this.lnkZero.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lnkZero.Location = new System.Drawing.Point(360, 40);
			this.lnkZero.Name = "lnkZero";
			this.lnkZero.Size = new System.Drawing.Size(8, 16);
			this.lnkZero.TabIndex = 18;
			this.lnkZero.TabStop = true;
			this.lnkZero.Text = "0";
			this.lnkZero.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lnkZero.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkZero_LinkClicked);
			// 
			// bSelect
			// 
			this.bSelect.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.bSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bSelect.Location = new System.Drawing.Point(400, 8);
			this.bSelect.Name = "bSelect";
			this.bSelect.Size = new System.Drawing.Size(64, 23);
			this.bSelect.TabIndex = 17;
			this.bSelect.Text = "Common.Select";
			this.bSelect.Click += new System.EventHandler(this.bSelect_Click);
			// 
			// bSet
			// 
			this.bSet.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.bSet.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.bSet.Location = new System.Drawing.Point(472, 8);
			this.bSet.Name = "bSet";
			this.bSet.Size = new System.Drawing.Size(64, 23);
			this.bSet.TabIndex = 19;
			this.bSet.Text = "Common.Set";
			this.bSet.Click += new System.EventHandler(this.bSet_Click);
			// 
			// HuePicker
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(630, 367);
			this.Controls.Add(this.bSet);
			this.Controls.Add(this.lnkZero);
			this.Controls.Add(this.bSelect);
			this.Controls.Add(this.bCancel);
			this.Controls.Add(this.chkAnimate);
			this.Controls.Add(this.chkRoom);
			this.Controls.Add(this.chkScale);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.numID);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.comboType);
			this.Controls.Add(this.barDarkness);
			this.Controls.Add(this.imgSpectrum);
			this.Controls.Add(this.Art);
			this.Controls.Add(this.labName);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.numIndex);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.Chart);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.Name = "HuePicker";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "HuePicker.Title";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.HuePicker_Closing);
			this.Load += new System.EventHandler(this.HuePicker_Load);
			((System.ComponentModel.ISupportInitialize)(this.numIndex)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.barDarkness)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numID)).EndInit();
			this.ResumeLayout(false);

		}