예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Crainiate.Diagramming.Forms.Paging paging1 = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin margin1 = new Crainiate.Diagramming.Forms.Margin();
     this.diagram1 = new Crainiate.Diagramming.Forms.Diagram();
     this.SuspendLayout();
     //
     // diagram1
     //
     this.diagram1.AllowDrop         = true;
     this.diagram1.AutoScroll        = true;
     this.diagram1.AutoScrollMinSize = new System.Drawing.Size(834, 1163);
     this.diagram1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.diagram1.DragElement = null;
     this.diagram1.GridColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.diagram1.GridSize    = new System.Drawing.Size(20, 20);
     this.diagram1.Location    = new System.Drawing.Point(0, 0);
     this.diagram1.Name        = "diagram1";
     paging1.Enabled           = true;
     margin1.Bottom            = 0F;
     margin1.Left           = 0F;
     margin1.Right          = 0F;
     margin1.Top            = 0F;
     paging1.Margin         = margin1;
     paging1.Padding        = new System.Drawing.SizeF(40F, 40F);
     paging1.Page           = 1;
     paging1.PageSize       = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging1.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
     this.diagram1.Paging   = paging1;
     this.diagram1.Size     = new System.Drawing.Size(800, 600);
     this.diagram1.TabIndex = 0;
     this.diagram1.Zoom     = 100F;
     //
     // frmDiagram
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 600);
     this.ControlBox          = false;
     this.Controls.Add(this.diagram1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmDiagram";
     this.ShowInTaskbar   = false;
     this.Text            = "frmDiagram";
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Crainiate.Diagramming.Forms.Paging paging1 = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin margin1 = new Crainiate.Diagramming.Forms.Margin();
     this.ok_btn     = new System.Windows.Forms.Button();
     this.cancel_btn = new System.Windows.Forms.Button();
     this.diagram1   = new Crainiate.Diagramming.Forms.Diagram();
     this.SuspendLayout();
     //
     // ok_btn
     //
     this.ok_btn.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.ok_btn.Location                = new System.Drawing.Point(129, 541);
     this.ok_btn.Name                    = "ok_btn";
     this.ok_btn.Size                    = new System.Drawing.Size(109, 37);
     this.ok_btn.TabIndex                = 1;
     this.ok_btn.Text                    = "Ok";
     this.ok_btn.UseVisualStyleBackColor = true;
     //
     // cancel_btn
     //
     this.cancel_btn.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel_btn.Location                = new System.Drawing.Point(244, 541);
     this.cancel_btn.Name                    = "cancel_btn";
     this.cancel_btn.Size                    = new System.Drawing.Size(109, 37);
     this.cancel_btn.TabIndex                = 2;
     this.cancel_btn.Text                    = "Cancel";
     this.cancel_btn.UseVisualStyleBackColor = true;
     //
     // diagram1
     //
     this.diagram1.AllowDrop         = true;
     this.diagram1.AutoScrollMinSize = new System.Drawing.Size(834, 1163);
     this.diagram1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.diagram1.DragElement = null;
     this.diagram1.GridColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.diagram1.GridSize    = new System.Drawing.Size(15, 15);
     this.diagram1.GridStyle   = Crainiate.Diagramming.GridStyle.Pixel;
     this.diagram1.Location    = new System.Drawing.Point(0, 0);
     this.diagram1.Name        = "diagram1";
     paging1.Enabled           = true;
     margin1.Bottom            = 0F;
     margin1.Left           = 0F;
     margin1.Right          = 0F;
     margin1.Top            = 0F;
     paging1.Margin         = margin1;
     paging1.Padding        = new System.Drawing.SizeF(40F, 40F);
     paging1.Page           = 1;
     paging1.PageSize       = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging1.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
     this.diagram1.Paging   = paging1;
     this.diagram1.Size     = new System.Drawing.Size(489, 516);
     this.diagram1.TabIndex = 1;
     this.diagram1.Zoom     = 100F;
     //
     // PickerDialog
     //
     this.AcceptButton        = this.ok_btn;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.CancelButton        = this.cancel_btn;
     this.ClientSize          = new System.Drawing.Size(489, 591);
     this.Controls.Add(this.cancel_btn);
     this.Controls.Add(this.ok_btn);
     this.Controls.Add(this.diagram1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PickerDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Picker";
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Crainiate.Diagramming.Forms.Paging paging1 = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin margin1 = new Crainiate.Diagramming.Forms.Margin();
     this.ok_button         = new System.Windows.Forms.Button();
     this.cancel_button     = new System.Windows.Forms.Button();
     this.diagram1          = new Crainiate.Diagramming.Forms.Diagram();
     this.description_label = new System.Windows.Forms.Label();
     this.expression_text   = new System.Windows.Forms.TextBox();
     this.expression_label  = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // ok_button
     //
     this.ok_button.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.ok_button.Location                = new System.Drawing.Point(114, 278);
     this.ok_button.Name                    = "ok_button";
     this.ok_button.Size                    = new System.Drawing.Size(109, 37);
     this.ok_button.TabIndex                = 1;
     this.ok_button.Text                    = "Ok";
     this.ok_button.UseVisualStyleBackColor = true;
     //
     // cancel_button
     //
     this.cancel_button.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel_button.Location                = new System.Drawing.Point(229, 278);
     this.cancel_button.Name                    = "cancel_button";
     this.cancel_button.Size                    = new System.Drawing.Size(109, 37);
     this.cancel_button.TabIndex                = 2;
     this.cancel_button.Text                    = "Cancel";
     this.cancel_button.UseVisualStyleBackColor = true;
     //
     // diagram1
     //
     this.diagram1.AllowDrop         = true;
     this.diagram1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.diagram1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.diagram1.DragElement = null;
     this.diagram1.GridColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.diagram1.GridSize    = new System.Drawing.Size(15, 15);
     this.diagram1.GridStyle   = Crainiate.Diagramming.GridStyle.Pixel;
     this.diagram1.Location    = new System.Drawing.Point(0, 0);
     this.diagram1.Name        = "diagram1";
     paging1.Enabled           = true;
     margin1.Bottom            = 0F;
     margin1.Left           = 0F;
     margin1.Right          = 0F;
     margin1.Top            = 0F;
     paging1.Margin         = margin1;
     paging1.Padding        = new System.Drawing.SizeF(40F, 40F);
     paging1.Page           = 1;
     paging1.PageSize       = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging1.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
     this.diagram1.Paging   = paging1;
     this.diagram1.Size     = new System.Drawing.Size(484, 259);
     this.diagram1.TabIndex = 1;
     this.diagram1.Zoom     = 100F;
     //
     // description_label
     //
     this.description_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.description_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.description_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.description_label.Location    = new System.Drawing.Point(121, 27);
     this.description_label.Name        = "description_label";
     this.description_label.Padding     = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.description_label.Size        = new System.Drawing.Size(351, 55);
     this.description_label.TabIndex    = 3;
     this.description_label.Text        = "An if statement checks a boolean expression then executes a true or false branch " +
                                          "based on the result.";
     //
     // expression_text
     //
     this.expression_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.expression_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.expression_text.Location     = new System.Drawing.Point(12, 172);
     this.expression_text.Multiline    = true;
     this.expression_text.Name         = "expression_text";
     this.expression_text.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.expression_text.Size         = new System.Drawing.Size(460, 76);
     this.expression_text.TabIndex     = 4;
     this.expression_text.TextChanged += new System.EventHandler(this.expression_text_TextChanged);
     //
     // expression_label
     //
     this.expression_label.AutoSize    = true;
     this.expression_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.expression_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.expression_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.expression_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.expression_label.Location    = new System.Drawing.Point(15, 140);
     this.expression_label.Name        = "expression_label";
     this.expression_label.Size        = new System.Drawing.Size(268, 19);
     this.expression_label.TabIndex    = 5;
     this.expression_label.Text        = "Enter a conditional expression below:";
     //
     // DecisionDialog
     //
     this.AcceptButton        = this.ok_button;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.CancelButton        = this.cancel_button;
     this.ClientSize          = new System.Drawing.Size(484, 327);
     this.Controls.Add(this.expression_label);
     this.Controls.Add(this.expression_text);
     this.Controls.Add(this.description_label);
     this.Controls.Add(this.cancel_button);
     this.Controls.Add(this.ok_button);
     this.Controls.Add(this.diagram1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DecisionDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Decision Properties";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #4
0
        /// <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();
            Crainiate.Diagramming.Forms.Paging paging3 = new Crainiate.Diagramming.Forms.Paging();
            Crainiate.Diagramming.Forms.Margin margin3 = new Crainiate.Diagramming.Forms.Margin();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.itemTypeGroup = new System.Windows.Forms.GroupBox();
            this.typeDrinkableValue = new System.Windows.Forms.CheckBox();
            this.typeKeyValue = new System.Windows.Forms.CheckBox();
            this.typeIluminationValue = new System.Windows.Forms.CheckBox();
            this.typeClothingValue = new System.Windows.Forms.CheckBox();
            this.typeWeaponValue = new System.Windows.Forms.CheckBox();
            this.typeContainerValue = new System.Windows.Forms.CheckBox();
            this.typeEdibleValue = new System.Windows.Forms.CheckBox();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.removeFromContainer = new System.Windows.Forms.Button();
            this.addToContainer = new System.Windows.Forms.Button();
            this.itemContentsValue = new System.Windows.Forms.ListBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.label7 = new System.Windows.Forms.Label();
            this.itemsInDBValue = new System.Windows.Forms.ListBox();
            this.filterValue = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.filterTypeValue = new System.Windows.Forms.ComboBox();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.removeTrigger = new System.Windows.Forms.Button();
            this.addTrigger = new System.Windows.Forms.Button();
            this.triggersValue = new System.Windows.Forms.ListBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.wearEffectsValue = new System.Windows.Forms.ListBox();
            this.label18 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.defenseValue = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.maxDefenseValue = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.fuelSourceValue = new System.Windows.Forms.ComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.lightTypeValue = new System.Windows.Forms.ComboBox();
            this.chargeValue = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.maxChargeValue = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.lowWarningValue = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.decayRateValue = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.NewButton = new System.Windows.Forms.Button();
            this.maxConditionValue = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.weightLimitValue = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.doorId = new System.Windows.Forms.Label();
            this.doorIdValue = new System.Windows.Forms.TextBox();
            this.isSkeletonKey = new System.Windows.Forms.CheckBox();
            this.weaponGroup = new System.Windows.Forms.GroupBox();
            this.wieldEffectValue = new System.Windows.Forms.ListBox();
            this.label3 = new System.Windows.Forms.Label();
            this.maxDamageValue = new System.Windows.Forms.TextBox();
            this.maxDamage = new System.Windows.Forms.Label();
            this.minDamageValue = new System.Windows.Forms.TextBox();
            this.minDamage = new System.Windows.Forms.Label();
            this.playerAttackEffectValue = new System.Windows.Forms.TextBox();
            this.attackEffects = new System.Windows.Forms.Label();
            this.targetAttackEffectValue = new System.Windows.Forms.TextBox();
            this.attackEffectsTarget = new System.Windows.Forms.Label();
            this.attackSpeedValue = new System.Windows.Forms.TextBox();
            this.attackSpeed = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.ownerValue = new System.Windows.Forms.TextBox();
            this.owner = new System.Windows.Forms.Label();
            this.reduceWeightValue = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.minLevelValue = new System.Windows.Forms.TextBox();
            this.minLevel = new System.Windows.Forms.Label();
            this.conditionValue = new System.Windows.Forms.ComboBox();
            this.locationValue = new System.Windows.Forms.TextBox();
            this.location = new System.Windows.Forms.Label();
            this.isGroupbox = new System.Windows.Forms.GroupBox();
            this.isChargeable = new System.Windows.Forms.CheckBox();
            this.isLit = new System.Windows.Forms.CheckBox();
            this.isLightable = new System.Windows.Forms.CheckBox();
            this.isWieldable = new System.Windows.Forms.CheckBox();
            this.isOpened = new System.Windows.Forms.CheckBox();
            this.isMovable = new System.Windows.Forms.CheckBox();
            this.isWearable = new System.Windows.Forms.CheckBox();
            this.isOpenable = new System.Windows.Forms.CheckBox();
            this.weightValue = new System.Windows.Forms.TextBox();
            this.weight = new System.Windows.Forms.Label();
            this.condition = new System.Windows.Forms.Label();
            this.descriptionValue = new System.Windows.Forms.TextBox();
            this.description = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.loadItem = new System.Windows.Forms.Button();
            this.nameValue = new System.Windows.Forms.TextBox();
            this.name = new System.Windows.Forms.Label();
            this.idValue = new System.Windows.Forms.TextBox();
            this.id = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.label22 = new System.Windows.Forms.Label();
            this.mapDiagram = new Crainiate.Diagramming.Forms.Diagram();
            this.addRoomGroup = new System.Windows.Forms.GroupBox();
            this.addRoomDown = new System.Windows.Forms.Button();
            this.addRoomUp = new System.Windows.Forms.Button();
            this.addRoomEast = new System.Windows.Forms.Button();
            this.addRoomWest = new System.Windows.Forms.Button();
            this.addRoomSouth = new System.Windows.Forms.Button();
            this.addRoomNorth = new System.Windows.Forms.Button();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.weatherValues = new System.Windows.Forms.ListBox();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.forestValue = new System.Windows.Forms.CheckBox();
            this.noPvpValue = new System.Windows.Forms.CheckBox();
            this.darkCaveValue = new System.Windows.Forms.CheckBox();
            this.indoorValue = new System.Windows.Forms.CheckBox();
            this.outdoorValue = new System.Windows.Forms.CheckBox();
            this.saveRoom = new System.Windows.Forms.Button();
            this.roomLoad = new System.Windows.Forms.Button();
            this.newRoom = new System.Windows.Forms.Button();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.label27 = new System.Windows.Forms.Label();
            this.roomsListValue = new System.Windows.Forms.ListBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.label28 = new System.Windows.Forms.Label();
            this.comboBox3 = new System.Windows.Forms.ComboBox();
            this.roomRefresh = new System.Windows.Forms.Button();
            this.label26 = new System.Windows.Forms.Label();
            this.displayInGameValue = new System.Windows.Forms.TextBox();
            this.roomModifierValue = new System.Windows.Forms.ListBox();
            this.label24 = new System.Windows.Forms.Label();
            this.roomExitsValue = new System.Windows.Forms.ListBox();
            this.label23 = new System.Windows.Forms.Label();
            this.roomTitleValue = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.roomDescriptionValue = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.roomIdValue = new System.Windows.Forms.TextBox();
            this.label19 = new System.Windows.Forms.Label();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.doorAttributeGroup = new System.Windows.Forms.GroupBox();
            this.isDoorOpenable = new System.Windows.Forms.CheckBox();
            this.isDoorDestroyed = new System.Windows.Forms.CheckBox();
            this.isDoorOpen = new System.Windows.Forms.CheckBox();
            this.isDoorLocked = new System.Windows.Forms.CheckBox();
            this.isDoorBreakable = new System.Windows.Forms.CheckBox();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.scriptTypeValue = new System.Windows.Forms.ComboBox();
            this.label25 = new System.Windows.Forms.Label();
            this.byPassTestValue = new System.Windows.Forms.CheckBox();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.label31 = new System.Windows.Forms.Label();
            this.scriptDatabaseValues = new System.Windows.Forms.ListBox();
            this.scriptFilterValue = new System.Windows.Forms.TextBox();
            this.label32 = new System.Windows.Forms.Label();
            this.scriptFilterTypeValue = new System.Windows.Forms.ComboBox();
            this.scriptFilterRefresh = new System.Windows.Forms.Button();
            this.scriptValidatedValue = new System.Windows.Forms.Label();
            this.scriptTypesValue = new System.Windows.Forms.ComboBox();
            this.label30 = new System.Windows.Forms.Label();
            this.testScript = new System.Windows.Forms.Button();
            this.scriptValue = new System.Windows.Forms.TextBox();
            this.loadScript = new System.Windows.Forms.Button();
            this.saveScript = new System.Windows.Forms.Button();
            this.scriptIdValue = new System.Windows.Forms.TextBox();
            this.label29 = new System.Windows.Forms.Label();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.selectSaveDumpFile = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.createDumpFile = new System.Windows.Forms.Button();
            this.label36 = new System.Windows.Forms.Label();
            this.selectRestoreFile = new System.Windows.Forms.Button();
            this.restoreFilePath = new System.Windows.Forms.TextBox();
            this.restoreDatabase = new System.Windows.Forms.Button();
            this.label35 = new System.Windows.Forms.Label();
            this.deleteDatabase = new System.Windows.Forms.Button();
            this.label34 = new System.Windows.Forms.Label();
            this.createDefaultDatabase = new System.Windows.Forms.Button();
            this.label33 = new System.Windows.Forms.Label();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.databaseConnectionStatusValue = new System.Windows.Forms.ToolStripStatusLabel();
            this.openRestoreFile = new System.Windows.Forms.OpenFileDialog();
            this.saveDumpFile = new System.Windows.Forms.SaveFileDialog();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.itemTypeGroup.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.weaponGroup.SuspendLayout();
            this.isGroupbox.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.addRoomGroup.SuspendLayout();
            this.groupBox10.SuspendLayout();
            this.groupBox9.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.doorAttributeGroup.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.tabPage5.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage5);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(1331, 694);
            this.tabControl1.TabIndex = 0;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.itemTypeGroup);
            this.tabPage1.Controls.Add(this.groupBox7);
            this.tabPage1.Controls.Add(this.groupBox6);
            this.tabPage1.Controls.Add(this.groupBox4);
            this.tabPage1.Controls.Add(this.groupBox2);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Controls.Add(this.NewButton);
            this.tabPage1.Controls.Add(this.maxConditionValue);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Controls.Add(this.weightLimitValue);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Controls.Add(this.weaponGroup);
            this.tabPage1.Controls.Add(this.comboBox1);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.ownerValue);
            this.tabPage1.Controls.Add(this.owner);
            this.tabPage1.Controls.Add(this.reduceWeightValue);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.minLevelValue);
            this.tabPage1.Controls.Add(this.minLevel);
            this.tabPage1.Controls.Add(this.conditionValue);
            this.tabPage1.Controls.Add(this.locationValue);
            this.tabPage1.Controls.Add(this.location);
            this.tabPage1.Controls.Add(this.isGroupbox);
            this.tabPage1.Controls.Add(this.weightValue);
            this.tabPage1.Controls.Add(this.weight);
            this.tabPage1.Controls.Add(this.condition);
            this.tabPage1.Controls.Add(this.descriptionValue);
            this.tabPage1.Controls.Add(this.description);
            this.tabPage1.Controls.Add(this.button2);
            this.tabPage1.Controls.Add(this.loadItem);
            this.tabPage1.Controls.Add(this.nameValue);
            this.tabPage1.Controls.Add(this.name);
            this.tabPage1.Controls.Add(this.idValue);
            this.tabPage1.Controls.Add(this.id);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.tabPage1.Size = new System.Drawing.Size(1323, 668);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Item Creation";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // itemTypeGroup
            // 
            this.itemTypeGroup.Controls.Add(this.typeDrinkableValue);
            this.itemTypeGroup.Controls.Add(this.typeKeyValue);
            this.itemTypeGroup.Controls.Add(this.typeIluminationValue);
            this.itemTypeGroup.Controls.Add(this.typeClothingValue);
            this.itemTypeGroup.Controls.Add(this.typeWeaponValue);
            this.itemTypeGroup.Controls.Add(this.typeContainerValue);
            this.itemTypeGroup.Controls.Add(this.typeEdibleValue);
            this.itemTypeGroup.Location = new System.Drawing.Point(786, 252);
            this.itemTypeGroup.Name = "itemTypeGroup";
            this.itemTypeGroup.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.itemTypeGroup.Size = new System.Drawing.Size(125, 192);
            this.itemTypeGroup.TabIndex = 59;
            this.itemTypeGroup.TabStop = false;
            this.itemTypeGroup.Text = "Item Type";
            // 
            // typeDrinkableValue
            // 
            this.typeDrinkableValue.AutoSize = true;
            this.typeDrinkableValue.Location = new System.Drawing.Point(34, 42);
            this.typeDrinkableValue.Name = "typeDrinkableValue";
            this.typeDrinkableValue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.typeDrinkableValue.Size = new System.Drawing.Size(71, 17);
            this.typeDrinkableValue.TabIndex = 19;
            this.typeDrinkableValue.Text = "Drinkable";
            this.typeDrinkableValue.UseVisualStyleBackColor = true;
            // 
            // typeKeyValue
            // 
            this.typeKeyValue.AutoSize = true;
            this.typeKeyValue.Location = new System.Drawing.Point(61, 159);
            this.typeKeyValue.Name = "typeKeyValue";
            this.typeKeyValue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.typeKeyValue.Size = new System.Drawing.Size(44, 17);
            this.typeKeyValue.TabIndex = 18;
            this.typeKeyValue.Text = "Key";
            this.typeKeyValue.UseVisualStyleBackColor = true;
            // 
            // typeIluminationValue
            // 
            this.typeIluminationValue.AutoSize = true;
            this.typeIluminationValue.Location = new System.Drawing.Point(29, 136);
            this.typeIluminationValue.Name = "typeIluminationValue";
            this.typeIluminationValue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.typeIluminationValue.Size = new System.Drawing.Size(76, 17);
            this.typeIluminationValue.TabIndex = 17;
            this.typeIluminationValue.Text = "Ilumination";
            this.typeIluminationValue.UseVisualStyleBackColor = true;
            // 
            // typeClothingValue
            // 
            this.typeClothingValue.AutoSize = true;
            this.typeClothingValue.Location = new System.Drawing.Point(41, 113);
            this.typeClothingValue.Name = "typeClothingValue";
            this.typeClothingValue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.typeClothingValue.Size = new System.Drawing.Size(64, 17);
            this.typeClothingValue.TabIndex = 16;
            this.typeClothingValue.Text = "Clothing";
            this.typeClothingValue.UseVisualStyleBackColor = true;
            // 
            // typeWeaponValue
            // 
            this.typeWeaponValue.AutoSize = true;
            this.typeWeaponValue.Location = new System.Drawing.Point(38, 88);
            this.typeWeaponValue.Name = "typeWeaponValue";
            this.typeWeaponValue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.typeWeaponValue.Size = new System.Drawing.Size(67, 17);
            this.typeWeaponValue.TabIndex = 15;
            this.typeWeaponValue.Text = "Weapon";
            this.typeWeaponValue.UseVisualStyleBackColor = true;
            // 
            // typeContainerValue
            // 
            this.typeContainerValue.AutoSize = true;
            this.typeContainerValue.Location = new System.Drawing.Point(34, 65);
            this.typeContainerValue.Name = "typeContainerValue";
            this.typeContainerValue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.typeContainerValue.Size = new System.Drawing.Size(71, 17);
            this.typeContainerValue.TabIndex = 14;
            this.typeContainerValue.Text = "Container";
            this.typeContainerValue.UseVisualStyleBackColor = true;
            // 
            // typeEdibleValue
            // 
            this.typeEdibleValue.AutoSize = true;
            this.typeEdibleValue.Location = new System.Drawing.Point(50, 19);
            this.typeEdibleValue.Name = "typeEdibleValue";
            this.typeEdibleValue.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.typeEdibleValue.Size = new System.Drawing.Size(55, 17);
            this.typeEdibleValue.TabIndex = 13;
            this.typeEdibleValue.Text = "Edible";
            this.typeEdibleValue.UseVisualStyleBackColor = true;
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.removeFromContainer);
            this.groupBox7.Controls.Add(this.addToContainer);
            this.groupBox7.Controls.Add(this.itemContentsValue);
            this.groupBox7.Location = new System.Drawing.Point(824, 19);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox7.Size = new System.Drawing.Size(222, 221);
            this.groupBox7.TabIndex = 56;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Contents";
            // 
            // removeFromContainer
            // 
            this.removeFromContainer.Location = new System.Drawing.Point(133, 174);
            this.removeFromContainer.Name = "removeFromContainer";
            this.removeFromContainer.Size = new System.Drawing.Size(75, 23);
            this.removeFromContainer.TabIndex = 57;
            this.removeFromContainer.Text = "Remove";
            this.removeFromContainer.UseVisualStyleBackColor = true;
            this.removeFromContainer.Click += new System.EventHandler(this.removeFromContainer_Click);
            // 
            // addToContainer
            // 
            this.addToContainer.Location = new System.Drawing.Point(12, 174);
            this.addToContainer.Name = "addToContainer";
            this.addToContainer.Size = new System.Drawing.Size(75, 23);
            this.addToContainer.TabIndex = 56;
            this.addToContainer.Text = "Add";
            this.addToContainer.UseVisualStyleBackColor = true;
            this.addToContainer.Click += new System.EventHandler(this.addToContainer_Click);
            // 
            // itemContentsValue
            // 
            this.itemContentsValue.FormattingEnabled = true;
            this.itemContentsValue.Location = new System.Drawing.Point(12, 20);
            this.itemContentsValue.Name = "itemContentsValue";
            this.itemContentsValue.Size = new System.Drawing.Size(196, 147);
            this.itemContentsValue.TabIndex = 55;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.label7);
            this.groupBox6.Controls.Add(this.itemsInDBValue);
            this.groupBox6.Controls.Add(this.filterValue);
            this.groupBox6.Controls.Add(this.label4);
            this.groupBox6.Controls.Add(this.filterTypeValue);
            this.groupBox6.Controls.Add(this.button1);
            this.groupBox6.Location = new System.Drawing.Point(1052, 19);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox6.Size = new System.Drawing.Size(254, 628);
            this.groupBox6.TabIndex = 53;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Items In Database";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(17, 18);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 13);
            this.label7.TabIndex = 45;
            this.label7.Text = "Filter Text";
            // 
            // itemsInDBValue
            // 
            this.itemsInDBValue.FormattingEnabled = true;
            this.itemsInDBValue.Location = new System.Drawing.Point(8, 106);
            this.itemsInDBValue.Name = "itemsInDBValue";
            this.itemsInDBValue.Size = new System.Drawing.Size(237, 511);
            this.itemsInDBValue.TabIndex = 42;
            this.itemsInDBValue.DoubleClick += new System.EventHandler(this.itemsInDBValue_DoubleClick);
            // 
            // filterValue
            // 
            this.filterValue.Location = new System.Drawing.Point(76, 15);
            this.filterValue.Name = "filterValue";
            this.filterValue.Size = new System.Drawing.Size(169, 20);
            this.filterValue.TabIndex = 43;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(17, 42);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(29, 13);
            this.label4.TabIndex = 44;
            this.label4.Text = "Filter";
            // 
            // filterTypeValue
            // 
            this.filterTypeValue.FormattingEnabled = true;
            this.filterTypeValue.Items.AddRange(new object[] {
            "_id",
            "Name",
            "Description",
            "IsMovable",
            "IsOpenable",
            "IsWearable",
            "isLit",
            "isLightbale",
            "isChargeable",
            "fuelSource",
            "MaxCharge",
            "MaxDefense",
            "Location",
            "MinimumLevel",
            "Opened",
            "MaxCondition",
            "Weight",
            "WeightLimit",
            "ReduceCarryWeightBy",
            "Owner",
            "AttackSpeed",
            "MaxDamage",
            "MinDamage"});
            this.filterTypeValue.Location = new System.Drawing.Point(76, 42);
            this.filterTypeValue.Name = "filterTypeValue";
            this.filterTypeValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.filterTypeValue.Size = new System.Drawing.Size(169, 21);
            this.filterTypeValue.TabIndex = 46;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(123, 69);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 47;
            this.button1.Text = "Refresh";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.removeTrigger);
            this.groupBox4.Controls.Add(this.addTrigger);
            this.groupBox4.Controls.Add(this.triggersValue);
            this.groupBox4.Location = new System.Drawing.Point(536, 16);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox4.Size = new System.Drawing.Size(282, 224);
            this.groupBox4.TabIndex = 51;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Triggers";
            // 
            // removeTrigger
            // 
            this.removeTrigger.Location = new System.Drawing.Point(159, 176);
            this.removeTrigger.Name = "removeTrigger";
            this.removeTrigger.Size = new System.Drawing.Size(75, 23);
            this.removeTrigger.TabIndex = 39;
            this.removeTrigger.Text = "Remove";
            this.removeTrigger.UseVisualStyleBackColor = true;
            // 
            // addTrigger
            // 
            this.addTrigger.Location = new System.Drawing.Point(60, 177);
            this.addTrigger.Name = "addTrigger";
            this.addTrigger.Size = new System.Drawing.Size(75, 23);
            this.addTrigger.TabIndex = 38;
            this.addTrigger.Text = "Add";
            this.addTrigger.UseVisualStyleBackColor = true;
            this.addTrigger.Click += new System.EventHandler(this.addTrigger_Click);
            // 
            // triggersValue
            // 
            this.triggersValue.FormattingEnabled = true;
            this.triggersValue.Location = new System.Drawing.Point(18, 21);
            this.triggersValue.Name = "triggersValue";
            this.triggersValue.Size = new System.Drawing.Size(247, 147);
            this.triggersValue.TabIndex = 37;
            this.triggersValue.SelectedIndexChanged += new System.EventHandler(this.triggersValue_SelectedIndexChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.wearEffectsValue);
            this.groupBox2.Controls.Add(this.label18);
            this.groupBox2.Controls.Add(this.textBox1);
            this.groupBox2.Controls.Add(this.label17);
            this.groupBox2.Controls.Add(this.textBox3);
            this.groupBox2.Controls.Add(this.label16);
            this.groupBox2.Controls.Add(this.defenseValue);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.maxDefenseValue);
            this.groupBox2.Controls.Add(this.label14);
            this.groupBox2.Location = new System.Drawing.Point(536, 252);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox2.Size = new System.Drawing.Size(244, 317);
            this.groupBox2.TabIndex = 50;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Clothing";
            // 
            // wearEffectsValue
            // 
            this.wearEffectsValue.FormattingEnabled = true;
            this.wearEffectsValue.Items.AddRange(new object[] {
            "New..."});
            this.wearEffectsValue.Location = new System.Drawing.Point(104, 137);
            this.wearEffectsValue.Name = "wearEffectsValue";
            this.wearEffectsValue.Size = new System.Drawing.Size(128, 160);
            this.wearEffectsValue.TabIndex = 36;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(16, 134);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(69, 13);
            this.label18.TabIndex = 35;
            this.label18.Text = "Wear Effects";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(104, 103);
            this.textBox1.Name = "textBox1";
            this.textBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.textBox1.Size = new System.Drawing.Size(56, 20);
            this.textBox1.TabIndex = 33;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(16, 106);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(78, 13);
            this.label17.TabIndex = 32;
            this.label17.Text = "Wearer Effects";
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(104, 74);
            this.textBox3.Name = "textBox3";
            this.textBox3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.textBox3.Size = new System.Drawing.Size(56, 20);
            this.textBox3.TabIndex = 31;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(16, 77);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(74, 13);
            this.label16.TabIndex = 30;
            this.label16.Text = "Target Effects";
            // 
            // defenseValue
            // 
            this.defenseValue.Location = new System.Drawing.Point(104, 45);
            this.defenseValue.Name = "defenseValue";
            this.defenseValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.defenseValue.Size = new System.Drawing.Size(56, 20);
            this.defenseValue.TabIndex = 29;
            this.defenseValue.Leave += new System.EventHandler(this.defenseValue_Leave);
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(16, 48);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(47, 13);
            this.label15.TabIndex = 28;
            this.label15.Text = "Defense";
            // 
            // maxDefenseValue
            // 
            this.maxDefenseValue.Location = new System.Drawing.Point(104, 19);
            this.maxDefenseValue.Name = "maxDefenseValue";
            this.maxDefenseValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.maxDefenseValue.Size = new System.Drawing.Size(56, 20);
            this.maxDefenseValue.TabIndex = 27;
            this.maxDefenseValue.Leave += new System.EventHandler(this.maxDefenseValue_Leave);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(16, 22);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(70, 13);
            this.label14.TabIndex = 26;
            this.label14.Text = "Max Defense";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.fuelSourceValue);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.lightTypeValue);
            this.groupBox1.Controls.Add(this.chargeValue);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.maxChargeValue);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.lowWarningValue);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.decayRateValue);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Location = new System.Drawing.Point(9, 384);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox1.Size = new System.Drawing.Size(220, 185);
            this.groupBox1.TabIndex = 49;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Light Source";
            // 
            // fuelSourceValue
            // 
            this.fuelSourceValue.FormattingEnabled = true;
            this.fuelSourceValue.Items.AddRange(new object[] {
            "FUEL",
            "BATTERY",
            "SOLAR",
            "HAND_CRANK",
            "CLOTH",
            "ENDLESS"});
            this.fuelSourceValue.Location = new System.Drawing.Point(79, 148);
            this.fuelSourceValue.Name = "fuelSourceValue";
            this.fuelSourceValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.fuelSourceValue.Size = new System.Drawing.Size(124, 21);
            this.fuelSourceValue.TabIndex = 53;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(6, 151);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(64, 13);
            this.label13.TabIndex = 52;
            this.label13.Text = "Fuel Source";
            // 
            // lightTypeValue
            // 
            this.lightTypeValue.FormattingEnabled = true;
            this.lightTypeValue.Items.AddRange(new object[] {
            "TORCH",
            "FLASHLIGHT",
            "LAMP",
            "FLAME"});
            this.lightTypeValue.Location = new System.Drawing.Point(79, 119);
            this.lightTypeValue.Name = "lightTypeValue";
            this.lightTypeValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.lightTypeValue.Size = new System.Drawing.Size(124, 21);
            this.lightTypeValue.TabIndex = 51;
            // 
            // chargeValue
            // 
            this.chargeValue.Location = new System.Drawing.Point(79, 92);
            this.chargeValue.Name = "chargeValue";
            this.chargeValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.chargeValue.Size = new System.Drawing.Size(60, 20);
            this.chargeValue.TabIndex = 30;
            this.chargeValue.Leave += new System.EventHandler(this.chargeValue_Leave);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(6, 122);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(57, 13);
            this.label12.TabIndex = 50;
            this.label12.Text = "Light Type";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(9, 95);
            this.label11.Name = "label11";
            this.label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.label11.Size = new System.Drawing.Size(41, 13);
            this.label11.TabIndex = 29;
            this.label11.Text = "Charge";
            // 
            // maxChargeValue
            // 
            this.maxChargeValue.Location = new System.Drawing.Point(79, 66);
            this.maxChargeValue.Name = "maxChargeValue";
            this.maxChargeValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.maxChargeValue.Size = new System.Drawing.Size(60, 20);
            this.maxChargeValue.TabIndex = 28;
            this.maxChargeValue.Leave += new System.EventHandler(this.maxChargeValue_Leave);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(9, 69);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(64, 13);
            this.label10.TabIndex = 27;
            this.label10.Text = "Max Charge";
            // 
            // lowWarningValue
            // 
            this.lowWarningValue.Location = new System.Drawing.Point(79, 40);
            this.lowWarningValue.Name = "lowWarningValue";
            this.lowWarningValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.lowWarningValue.Size = new System.Drawing.Size(60, 20);
            this.lowWarningValue.TabIndex = 26;
            this.lowWarningValue.Leave += new System.EventHandler(this.lowWarningValue_Leave);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(9, 43);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(70, 13);
            this.label9.TabIndex = 25;
            this.label9.Text = "Low Warning";
            // 
            // decayRateValue
            // 
            this.decayRateValue.Location = new System.Drawing.Point(79, 13);
            this.decayRateValue.Name = "decayRateValue";
            this.decayRateValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.decayRateValue.Size = new System.Drawing.Size(60, 20);
            this.decayRateValue.TabIndex = 24;
            this.decayRateValue.Leave += new System.EventHandler(this.decayRateValue_Leave);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(9, 16);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(64, 13);
            this.label8.TabIndex = 23;
            this.label8.Text = "Decay Rate";
            // 
            // NewButton
            // 
            this.NewButton.Location = new System.Drawing.Point(432, 603);
            this.NewButton.Name = "NewButton";
            this.NewButton.Size = new System.Drawing.Size(75, 23);
            this.NewButton.TabIndex = 48;
            this.NewButton.Text = "New";
            this.NewButton.UseVisualStyleBackColor = true;
            this.NewButton.Click += new System.EventHandler(this.NewButton_Click);
            // 
            // maxConditionValue
            // 
            this.maxConditionValue.FormattingEnabled = true;
            this.maxConditionValue.Items.AddRange(new object[] {
            "NONE",
            "DESTROYED_BEYOND_REPAIR",
            "DESTROYED",
            "DAMAGED",
            "VERY_WORN",
            "WORN",
            "GOOD",
            "VERY_GOOD",
            "EXCELLENT"});
            this.maxConditionValue.Location = new System.Drawing.Point(315, 162);
            this.maxConditionValue.Name = "maxConditionValue";
            this.maxConditionValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.maxConditionValue.Size = new System.Drawing.Size(166, 21);
            this.maxConditionValue.TabIndex = 41;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(235, 166);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(74, 13);
            this.label6.TabIndex = 40;
            this.label6.Text = "Max Condition";
            // 
            // weightLimitValue
            // 
            this.weightLimitValue.Location = new System.Drawing.Point(472, 190);
            this.weightLimitValue.Name = "weightLimitValue";
            this.weightLimitValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.weightLimitValue.Size = new System.Drawing.Size(56, 20);
            this.weightLimitValue.TabIndex = 39;
            this.weightLimitValue.Leave += new System.EventHandler(this.weightLimitValue_Leave);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(385, 193);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 13);
            this.label5.TabIndex = 38;
            this.label5.Text = "Weight Limit";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.doorId);
            this.groupBox3.Controls.Add(this.doorIdValue);
            this.groupBox3.Controls.Add(this.isSkeletonKey);
            this.groupBox3.Location = new System.Drawing.Point(421, 65);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox3.Size = new System.Drawing.Size(109, 89);
            this.groupBox3.TabIndex = 37;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Key";
            // 
            // doorId
            // 
            this.doorId.AutoSize = true;
            this.doorId.Location = new System.Drawing.Point(6, 30);
            this.doorId.Name = "doorId";
            this.doorId.Size = new System.Drawing.Size(44, 13);
            this.doorId.TabIndex = 34;
            this.doorId.Text = "Door ID";
            // 
            // doorIdValue
            // 
            this.doorIdValue.Location = new System.Drawing.Point(56, 27);
            this.doorIdValue.Name = "doorIdValue";
            this.doorIdValue.Size = new System.Drawing.Size(44, 20);
            this.doorIdValue.TabIndex = 35;
            // 
            // isSkeletonKey
            // 
            this.isSkeletonKey.AutoSize = true;
            this.isSkeletonKey.Location = new System.Drawing.Point(6, 56);
            this.isSkeletonKey.Name = "isSkeletonKey";
            this.isSkeletonKey.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isSkeletonKey.Size = new System.Drawing.Size(89, 17);
            this.isSkeletonKey.TabIndex = 36;
            this.isSkeletonKey.Text = "Skeleton Key";
            this.isSkeletonKey.UseVisualStyleBackColor = true;
            // 
            // weaponGroup
            // 
            this.weaponGroup.Controls.Add(this.wieldEffectValue);
            this.weaponGroup.Controls.Add(this.label3);
            this.weaponGroup.Controls.Add(this.maxDamageValue);
            this.weaponGroup.Controls.Add(this.maxDamage);
            this.weaponGroup.Controls.Add(this.minDamageValue);
            this.weaponGroup.Controls.Add(this.minDamage);
            this.weaponGroup.Controls.Add(this.playerAttackEffectValue);
            this.weaponGroup.Controls.Add(this.attackEffects);
            this.weaponGroup.Controls.Add(this.targetAttackEffectValue);
            this.weaponGroup.Controls.Add(this.attackEffectsTarget);
            this.weaponGroup.Controls.Add(this.attackSpeedValue);
            this.weaponGroup.Controls.Add(this.attackSpeed);
            this.weaponGroup.Location = new System.Drawing.Point(242, 252);
            this.weaponGroup.Name = "weaponGroup";
            this.weaponGroup.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.weaponGroup.Size = new System.Drawing.Size(288, 317);
            this.weaponGroup.TabIndex = 32;
            this.weaponGroup.TabStop = false;
            this.weaponGroup.Text = "Weapon";
            // 
            // wieldEffectValue
            // 
            this.wieldEffectValue.FormattingEnabled = true;
            this.wieldEffectValue.Items.AddRange(new object[] {
            "New..."});
            this.wieldEffectValue.Location = new System.Drawing.Point(143, 161);
            this.wieldEffectValue.Name = "wieldEffectValue";
            this.wieldEffectValue.Size = new System.Drawing.Size(128, 147);
            this.wieldEffectValue.TabIndex = 34;
            this.wieldEffectValue.SelectedIndexChanged += new System.EventHandler(this.wieldEffectValue_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 161);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(70, 13);
            this.label3.TabIndex = 33;
            this.label3.Text = "Wield Effects";
            // 
            // maxDamageValue
            // 
            this.maxDamageValue.Location = new System.Drawing.Point(143, 46);
            this.maxDamageValue.Name = "maxDamageValue";
            this.maxDamageValue.Size = new System.Drawing.Size(65, 20);
            this.maxDamageValue.TabIndex = 32;
            this.maxDamageValue.Leave += new System.EventHandler(this.maxDamageValue_Leave);
            // 
            // maxDamage
            // 
            this.maxDamage.AutoSize = true;
            this.maxDamage.Location = new System.Drawing.Point(18, 49);
            this.maxDamage.Name = "maxDamage";
            this.maxDamage.Size = new System.Drawing.Size(70, 13);
            this.maxDamage.TabIndex = 31;
            this.maxDamage.Text = "Max Damage";
            // 
            // minDamageValue
            // 
            this.minDamageValue.Location = new System.Drawing.Point(143, 75);
            this.minDamageValue.Name = "minDamageValue";
            this.minDamageValue.Size = new System.Drawing.Size(65, 20);
            this.minDamageValue.TabIndex = 30;
            this.minDamageValue.Leave += new System.EventHandler(this.minDamageValue_Leave);
            // 
            // minDamage
            // 
            this.minDamage.AutoSize = true;
            this.minDamage.Location = new System.Drawing.Point(18, 78);
            this.minDamage.Name = "minDamage";
            this.minDamage.Size = new System.Drawing.Size(91, 13);
            this.minDamage.TabIndex = 29;
            this.minDamage.Text = "Minimum Damage";
            // 
            // playerAttackEffectValue
            // 
            this.playerAttackEffectValue.Location = new System.Drawing.Point(143, 104);
            this.playerAttackEffectValue.Name = "playerAttackEffectValue";
            this.playerAttackEffectValue.Size = new System.Drawing.Size(128, 20);
            this.playerAttackEffectValue.TabIndex = 28;
            // 
            // attackEffects
            // 
            this.attackEffects.AutoSize = true;
            this.attackEffects.Location = new System.Drawing.Point(19, 107);
            this.attackEffects.Name = "attackEffects";
            this.attackEffects.Size = new System.Drawing.Size(112, 13);
            this.attackEffects.TabIndex = 27;
            this.attackEffects.Text = "Attack Effects (Player)";
            // 
            // targetAttackEffectValue
            // 
            this.targetAttackEffectValue.Location = new System.Drawing.Point(143, 132);
            this.targetAttackEffectValue.Name = "targetAttackEffectValue";
            this.targetAttackEffectValue.Size = new System.Drawing.Size(128, 20);
            this.targetAttackEffectValue.TabIndex = 26;
            // 
            // attackEffectsTarget
            // 
            this.attackEffectsTarget.AutoSize = true;
            this.attackEffectsTarget.Location = new System.Drawing.Point(19, 135);
            this.attackEffectsTarget.Name = "attackEffectsTarget";
            this.attackEffectsTarget.Size = new System.Drawing.Size(114, 13);
            this.attackEffectsTarget.TabIndex = 25;
            this.attackEffectsTarget.Text = "Attack Effects (Target)";
            // 
            // attackSpeedValue
            // 
            this.attackSpeedValue.Location = new System.Drawing.Point(143, 20);
            this.attackSpeedValue.Name = "attackSpeedValue";
            this.attackSpeedValue.Size = new System.Drawing.Size(65, 20);
            this.attackSpeedValue.TabIndex = 24;
            this.attackSpeedValue.Leave += new System.EventHandler(this.attackSpeedValue_Leave);
            // 
            // attackSpeed
            // 
            this.attackSpeed.AutoSize = true;
            this.attackSpeed.Location = new System.Drawing.Point(18, 23);
            this.attackSpeed.Name = "attackSpeed";
            this.attackSpeed.Size = new System.Drawing.Size(72, 13);
            this.attackSpeed.TabIndex = 23;
            this.attackSpeed.Text = "Attack Speed";
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "FOOD",
            "BEVERAGE"});
            this.comboBox1.Location = new System.Drawing.Point(247, 217);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.comboBox1.Size = new System.Drawing.Size(96, 21);
            this.comboBox1.TabIndex = 33;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(178, 219);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(63, 13);
            this.label2.TabIndex = 32;
            this.label2.Text = "Edible Type";
            // 
            // ownerValue
            // 
            this.ownerValue.Location = new System.Drawing.Point(294, 16);
            this.ownerValue.Name = "ownerValue";
            this.ownerValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.ownerValue.Size = new System.Drawing.Size(121, 20);
            this.ownerValue.TabIndex = 30;
            this.toolTip1.SetToolTip(this.ownerValue, "ID of the player who currently has the item in their inventory.");
            this.ownerValue.TextChanged += new System.EventHandler(this.ownerValue_TextChanged);
            // 
            // owner
            // 
            this.owner.AutoSize = true;
            this.owner.Location = new System.Drawing.Point(249, 19);
            this.owner.Name = "owner";
            this.owner.Size = new System.Drawing.Size(38, 13);
            this.owner.TabIndex = 29;
            this.owner.Text = "Owner";
            // 
            // reduceWeightValue
            // 
            this.reduceWeightValue.Location = new System.Drawing.Point(287, 190);
            this.reduceWeightValue.Name = "reduceWeightValue";
            this.reduceWeightValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.reduceWeightValue.Size = new System.Drawing.Size(56, 20);
            this.reduceWeightValue.TabIndex = 27;
            this.reduceWeightValue.Leave += new System.EventHandler(this.reduceWeightValue_Leave);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(178, 193);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(109, 13);
            this.label1.TabIndex = 26;
            this.label1.Text = "Reduce Carry Weight";
            // 
            // minLevelValue
            // 
            this.minLevelValue.Location = new System.Drawing.Point(472, 220);
            this.minLevelValue.Name = "minLevelValue";
            this.minLevelValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.minLevelValue.Size = new System.Drawing.Size(56, 20);
            this.minLevelValue.TabIndex = 25;
            this.minLevelValue.Leave += new System.EventHandler(this.minLevelValue_Leave);
            // 
            // minLevel
            // 
            this.minLevel.AutoSize = true;
            this.minLevel.Location = new System.Drawing.Point(384, 223);
            this.minLevel.Name = "minLevel";
            this.minLevel.Size = new System.Drawing.Size(77, 13);
            this.minLevel.TabIndex = 24;
            this.minLevel.Text = "Minimum Level";
            // 
            // conditionValue
            // 
            this.conditionValue.FormattingEnabled = true;
            this.conditionValue.Items.AddRange(new object[] {
            "NONE",
            "DESTROYED_BEYOND_REPAIR",
            "DESTROYED",
            "DAMAGED",
            "VERY_WORN",
            "WORN",
            "GOOD",
            "VERY_GOOD",
            "EXCELLENT"});
            this.conditionValue.Location = new System.Drawing.Point(63, 163);
            this.conditionValue.Name = "conditionValue";
            this.conditionValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.conditionValue.Size = new System.Drawing.Size(166, 21);
            this.conditionValue.TabIndex = 23;
            // 
            // locationValue
            // 
            this.locationValue.Location = new System.Drawing.Point(63, 216);
            this.locationValue.Name = "locationValue";
            this.locationValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.locationValue.Size = new System.Drawing.Size(60, 20);
            this.locationValue.TabIndex = 22;
            this.locationValue.Leave += new System.EventHandler(this.locationValue_Leave);
            // 
            // location
            // 
            this.location.AutoSize = true;
            this.location.Location = new System.Drawing.Point(6, 220);
            this.location.Name = "location";
            this.location.Size = new System.Drawing.Size(48, 13);
            this.location.TabIndex = 21;
            this.location.Text = "Location";
            // 
            // isGroupbox
            // 
            this.isGroupbox.Controls.Add(this.isChargeable);
            this.isGroupbox.Controls.Add(this.isLit);
            this.isGroupbox.Controls.Add(this.isLightable);
            this.isGroupbox.Controls.Add(this.isWieldable);
            this.isGroupbox.Controls.Add(this.isOpened);
            this.isGroupbox.Controls.Add(this.isMovable);
            this.isGroupbox.Controls.Add(this.isWearable);
            this.isGroupbox.Controls.Add(this.isOpenable);
            this.isGroupbox.Location = new System.Drawing.Point(9, 252);
            this.isGroupbox.Name = "isGroupbox";
            this.isGroupbox.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.isGroupbox.Size = new System.Drawing.Size(220, 120);
            this.isGroupbox.TabIndex = 20;
            this.isGroupbox.TabStop = false;
            this.isGroupbox.Text = "Attributes";
            // 
            // isChargeable
            // 
            this.isChargeable.AutoSize = true;
            this.isChargeable.Location = new System.Drawing.Point(113, 88);
            this.isChargeable.Name = "isChargeable";
            this.isChargeable.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isChargeable.Size = new System.Drawing.Size(80, 17);
            this.isChargeable.TabIndex = 19;
            this.isChargeable.Text = "Chargeable";
            this.isChargeable.UseVisualStyleBackColor = true;
            // 
            // isLit
            // 
            this.isLit.AutoSize = true;
            this.isLit.Location = new System.Drawing.Point(54, 88);
            this.isLit.Name = "isLit";
            this.isLit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isLit.Size = new System.Drawing.Size(37, 17);
            this.isLit.TabIndex = 18;
            this.isLit.Text = "Lit";
            this.isLit.UseVisualStyleBackColor = true;
            // 
            // isLightable
            // 
            this.isLightable.AutoSize = true;
            this.isLightable.Location = new System.Drawing.Point(124, 65);
            this.isLightable.Name = "isLightable";
            this.isLightable.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isLightable.Size = new System.Drawing.Size(69, 17);
            this.isLightable.TabIndex = 17;
            this.isLightable.Text = "Lightable";
            this.isLightable.UseVisualStyleBackColor = true;
            // 
            // isWieldable
            // 
            this.isWieldable.AutoSize = true;
            this.isWieldable.Location = new System.Drawing.Point(120, 19);
            this.isWieldable.Name = "isWieldable";
            this.isWieldable.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isWieldable.Size = new System.Drawing.Size(73, 17);
            this.isWieldable.TabIndex = 16;
            this.isWieldable.Text = "Wieldable";
            this.isWieldable.UseVisualStyleBackColor = true;
            // 
            // isOpened
            // 
            this.isOpened.AutoSize = true;
            this.isOpened.Location = new System.Drawing.Point(129, 42);
            this.isOpened.Name = "isOpened";
            this.isOpened.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isOpened.Size = new System.Drawing.Size(64, 17);
            this.isOpened.TabIndex = 15;
            this.isOpened.Text = "Opened";
            this.isOpened.UseVisualStyleBackColor = true;
            // 
            // isMovable
            // 
            this.isMovable.AutoSize = true;
            this.isMovable.Location = new System.Drawing.Point(26, 19);
            this.isMovable.Name = "isMovable";
            this.isMovable.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isMovable.Size = new System.Drawing.Size(67, 17);
            this.isMovable.TabIndex = 12;
            this.isMovable.Text = "Movable";
            this.isMovable.UseVisualStyleBackColor = true;
            // 
            // isWearable
            // 
            this.isWearable.AutoSize = true;
            this.isWearable.Location = new System.Drawing.Point(21, 42);
            this.isWearable.Name = "isWearable";
            this.isWearable.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isWearable.Size = new System.Drawing.Size(72, 17);
            this.isWearable.TabIndex = 13;
            this.isWearable.Text = "Wearable";
            this.isWearable.UseVisualStyleBackColor = true;
            // 
            // isOpenable
            // 
            this.isOpenable.AutoSize = true;
            this.isOpenable.Location = new System.Drawing.Point(21, 65);
            this.isOpenable.Name = "isOpenable";
            this.isOpenable.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.isOpenable.Size = new System.Drawing.Size(72, 17);
            this.isOpenable.TabIndex = 14;
            this.isOpenable.Text = "Openable";
            this.isOpenable.UseVisualStyleBackColor = true;
            // 
            // weightValue
            // 
            this.weightValue.Location = new System.Drawing.Point(63, 190);
            this.weightValue.Name = "weightValue";
            this.weightValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.weightValue.Size = new System.Drawing.Size(60, 20);
            this.weightValue.TabIndex = 19;
            this.weightValue.Leave += new System.EventHandler(this.weightValue_Leave);
            // 
            // weight
            // 
            this.weight.AutoSize = true;
            this.weight.Location = new System.Drawing.Point(6, 193);
            this.weight.Name = "weight";
            this.weight.Size = new System.Drawing.Size(41, 13);
            this.weight.TabIndex = 18;
            this.weight.Text = "Weight";
            // 
            // condition
            // 
            this.condition.AutoSize = true;
            this.condition.Location = new System.Drawing.Point(6, 166);
            this.condition.Name = "condition";
            this.condition.Size = new System.Drawing.Size(51, 13);
            this.condition.TabIndex = 8;
            this.condition.Text = "Condition";
            // 
            // descriptionValue
            // 
            this.descriptionValue.Location = new System.Drawing.Point(66, 71);
            this.descriptionValue.Multiline = true;
            this.descriptionValue.Name = "descriptionValue";
            this.descriptionValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.descriptionValue.Size = new System.Drawing.Size(349, 83);
            this.descriptionValue.TabIndex = 7;
            this.toolTip1.SetToolTip(this.descriptionValue, "Description of the item that will be displayed\r\nto the player upon examination.");
            // 
            // description
            // 
            this.description.AutoSize = true;
            this.description.Location = new System.Drawing.Point(6, 74);
            this.description.Name = "description";
            this.description.Size = new System.Drawing.Size(60, 13);
            this.description.TabIndex = 6;
            this.description.Text = "Description";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(616, 603);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 5;
            this.button2.Text = "Save";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // loadItem
            // 
            this.loadItem.Location = new System.Drawing.Point(524, 603);
            this.loadItem.Name = "loadItem";
            this.loadItem.Size = new System.Drawing.Size(75, 23);
            this.loadItem.TabIndex = 4;
            this.loadItem.Text = "Load";
            this.loadItem.UseVisualStyleBackColor = true;
            this.loadItem.Click += new System.EventHandler(this.loadItem_Click);
            // 
            // nameValue
            // 
            this.nameValue.Location = new System.Drawing.Point(66, 44);
            this.nameValue.Name = "nameValue";
            this.nameValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.nameValue.Size = new System.Drawing.Size(163, 20);
            this.nameValue.TabIndex = 3;
            this.toolTip1.SetToolTip(this.nameValue, "The name for the item that the player will use to reference it.");
            // 
            // name
            // 
            this.name.AutoSize = true;
            this.name.Location = new System.Drawing.Point(6, 47);
            this.name.Name = "name";
            this.name.Size = new System.Drawing.Size(35, 13);
            this.name.TabIndex = 2;
            this.name.Text = "Name";
            // 
            // idValue
            // 
            this.idValue.Location = new System.Drawing.Point(66, 16);
            this.idValue.Name = "idValue";
            this.idValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.idValue.Size = new System.Drawing.Size(163, 20);
            this.idValue.TabIndex = 1;
            this.toolTip1.SetToolTip(this.idValue, "This value is assigned by the Database.");
            // 
            // id
            // 
            this.id.AutoSize = true;
            this.id.Location = new System.Drawing.Point(6, 19);
            this.id.Name = "id";
            this.id.Size = new System.Drawing.Size(18, 13);
            this.id.TabIndex = 0;
            this.id.Text = "ID";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.label22);
            this.tabPage2.Controls.Add(this.mapDiagram);
            this.tabPage2.Controls.Add(this.addRoomGroup);
            this.tabPage2.Controls.Add(this.groupBox10);
            this.tabPage2.Controls.Add(this.groupBox9);
            this.tabPage2.Controls.Add(this.saveRoom);
            this.tabPage2.Controls.Add(this.roomLoad);
            this.tabPage2.Controls.Add(this.newRoom);
            this.tabPage2.Controls.Add(this.groupBox5);
            this.tabPage2.Controls.Add(this.label26);
            this.tabPage2.Controls.Add(this.displayInGameValue);
            this.tabPage2.Controls.Add(this.roomModifierValue);
            this.tabPage2.Controls.Add(this.label24);
            this.tabPage2.Controls.Add(this.roomExitsValue);
            this.tabPage2.Controls.Add(this.label23);
            this.tabPage2.Controls.Add(this.roomTitleValue);
            this.tabPage2.Controls.Add(this.label21);
            this.tabPage2.Controls.Add(this.roomDescriptionValue);
            this.tabPage2.Controls.Add(this.label20);
            this.tabPage2.Controls.Add(this.roomIdValue);
            this.tabPage2.Controls.Add(this.label19);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(1323, 668);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Room";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(272, 178);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(89, 13);
            this.label22.TabIndex = 62;
            this.label22.Text = "Map Visualization";
            // 
            // mapDiagram
            // 
            this.mapDiagram.AllowDrop = true;
            this.mapDiagram.AutoScroll = true;
            this.mapDiagram.AutoScrollMinSize = new System.Drawing.Size(834, 1163);
            this.mapDiagram.BackColor = System.Drawing.SystemColors.Menu;
            this.mapDiagram.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.mapDiagram.DragElement = null;
            this.mapDiagram.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.mapDiagram.GridSize = new System.Drawing.Size(20, 20);
            this.mapDiagram.Location = new System.Drawing.Point(275, 194);
            this.mapDiagram.Name = "mapDiagram";
            paging3.Enabled = true;
            margin3.Bottom = 0F;
            margin3.Left = 0F;
            margin3.Right = 0F;
            margin3.Top = 0F;
            paging3.Margin = margin3;
            paging3.Padding = new System.Drawing.SizeF(40F, 40F);
            paging3.Page = 1;
            paging3.PageSize = new System.Drawing.SizeF(793.7008F, 1122.52F);
            paging3.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
            this.mapDiagram.Paging = paging3;
            this.mapDiagram.Size = new System.Drawing.Size(485, 344);
            this.mapDiagram.TabIndex = 61;
            this.mapDiagram.Zoom = 100F;
            // 
            // addRoomGroup
            // 
            this.addRoomGroup.Controls.Add(this.addRoomDown);
            this.addRoomGroup.Controls.Add(this.addRoomUp);
            this.addRoomGroup.Controls.Add(this.addRoomEast);
            this.addRoomGroup.Controls.Add(this.addRoomWest);
            this.addRoomGroup.Controls.Add(this.addRoomSouth);
            this.addRoomGroup.Controls.Add(this.addRoomNorth);
            this.addRoomGroup.Location = new System.Drawing.Point(775, 175);
            this.addRoomGroup.Name = "addRoomGroup";
            this.addRoomGroup.Size = new System.Drawing.Size(269, 215);
            this.addRoomGroup.TabIndex = 60;
            this.addRoomGroup.TabStop = false;
            this.addRoomGroup.Text = "Add Room";
            // 
            // addRoomDown
            // 
            this.addRoomDown.Location = new System.Drawing.Point(98, 179);
            this.addRoomDown.Name = "addRoomDown";
            this.addRoomDown.Size = new System.Drawing.Size(75, 23);
            this.addRoomDown.TabIndex = 71;
            this.addRoomDown.Text = "Down";
            this.addRoomDown.UseVisualStyleBackColor = true;
            // 
            // addRoomUp
            // 
            this.addRoomUp.Location = new System.Drawing.Point(98, 19);
            this.addRoomUp.Name = "addRoomUp";
            this.addRoomUp.Size = new System.Drawing.Size(75, 23);
            this.addRoomUp.TabIndex = 70;
            this.addRoomUp.Text = "Up";
            this.addRoomUp.UseVisualStyleBackColor = true;
            // 
            // addRoomEast
            // 
            this.addRoomEast.Location = new System.Drawing.Point(178, 99);
            this.addRoomEast.Name = "addRoomEast";
            this.addRoomEast.Size = new System.Drawing.Size(75, 23);
            this.addRoomEast.TabIndex = 69;
            this.addRoomEast.Text = "East";
            this.addRoomEast.UseVisualStyleBackColor = true;
            // 
            // addRoomWest
            // 
            this.addRoomWest.Location = new System.Drawing.Point(16, 99);
            this.addRoomWest.Name = "addRoomWest";
            this.addRoomWest.Size = new System.Drawing.Size(75, 23);
            this.addRoomWest.TabIndex = 68;
            this.addRoomWest.Text = "West";
            this.addRoomWest.UseVisualStyleBackColor = true;
            // 
            // addRoomSouth
            // 
            this.addRoomSouth.Location = new System.Drawing.Point(98, 128);
            this.addRoomSouth.Name = "addRoomSouth";
            this.addRoomSouth.Size = new System.Drawing.Size(75, 23);
            this.addRoomSouth.TabIndex = 67;
            this.addRoomSouth.Text = "South";
            this.addRoomSouth.UseVisualStyleBackColor = true;
            // 
            // addRoomNorth
            // 
            this.addRoomNorth.Location = new System.Drawing.Point(98, 70);
            this.addRoomNorth.Name = "addRoomNorth";
            this.addRoomNorth.Size = new System.Drawing.Size(75, 23);
            this.addRoomNorth.TabIndex = 66;
            this.addRoomNorth.Text = "North";
            this.addRoomNorth.UseVisualStyleBackColor = true;
            this.addRoomNorth.Click += new System.EventHandler(this.addRoomNorth_Click);
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.weatherValues);
            this.groupBox10.Location = new System.Drawing.Point(775, 6);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(269, 163);
            this.groupBox10.TabIndex = 59;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Weather";
            // 
            // weatherValues
            // 
            this.weatherValues.FormattingEnabled = true;
            this.weatherValues.Location = new System.Drawing.Point(23, 20);
            this.weatherValues.Name = "weatherValues";
            this.weatherValues.Size = new System.Drawing.Size(181, 121);
            this.weatherValues.TabIndex = 0;
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.forestValue);
            this.groupBox9.Controls.Add(this.noPvpValue);
            this.groupBox9.Controls.Add(this.darkCaveValue);
            this.groupBox9.Controls.Add(this.indoorValue);
            this.groupBox9.Controls.Add(this.outdoorValue);
            this.groupBox9.Location = new System.Drawing.Point(22, 397);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(118, 141);
            this.groupBox9.TabIndex = 58;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Room Type";
            // 
            // forestValue
            // 
            this.forestValue.AutoSize = true;
            this.forestValue.Location = new System.Drawing.Point(20, 114);
            this.forestValue.Name = "forestValue";
            this.forestValue.Size = new System.Drawing.Size(55, 17);
            this.forestValue.TabIndex = 5;
            this.forestValue.Text = "Forest";
            this.forestValue.UseVisualStyleBackColor = true;
            // 
            // noPvpValue
            // 
            this.noPvpValue.AutoSize = true;
            this.noPvpValue.Location = new System.Drawing.Point(20, 91);
            this.noPvpValue.Name = "noPvpValue";
            this.noPvpValue.Size = new System.Drawing.Size(64, 17);
            this.noPvpValue.TabIndex = 4;
            this.noPvpValue.Text = "No PVP";
            this.noPvpValue.UseVisualStyleBackColor = true;
            // 
            // darkCaveValue
            // 
            this.darkCaveValue.AutoSize = true;
            this.darkCaveValue.Location = new System.Drawing.Point(20, 68);
            this.darkCaveValue.Name = "darkCaveValue";
            this.darkCaveValue.Size = new System.Drawing.Size(77, 17);
            this.darkCaveValue.TabIndex = 3;
            this.darkCaveValue.Text = "Dark Cave";
            this.darkCaveValue.UseVisualStyleBackColor = true;
            // 
            // indoorValue
            // 
            this.indoorValue.AutoSize = true;
            this.indoorValue.Location = new System.Drawing.Point(20, 45);
            this.indoorValue.Name = "indoorValue";
            this.indoorValue.Size = new System.Drawing.Size(61, 17);
            this.indoorValue.TabIndex = 2;
            this.indoorValue.Text = "Indoors";
            this.indoorValue.UseVisualStyleBackColor = true;
            // 
            // outdoorValue
            // 
            this.outdoorValue.AutoSize = true;
            this.outdoorValue.Location = new System.Drawing.Point(20, 22);
            this.outdoorValue.Name = "outdoorValue";
            this.outdoorValue.Size = new System.Drawing.Size(69, 17);
            this.outdoorValue.TabIndex = 1;
            this.outdoorValue.Text = "Outdoors";
            this.outdoorValue.UseVisualStyleBackColor = true;
            // 
            // saveRoom
            // 
            this.saveRoom.Location = new System.Drawing.Point(203, 607);
            this.saveRoom.Name = "saveRoom";
            this.saveRoom.Size = new System.Drawing.Size(75, 23);
            this.saveRoom.TabIndex = 57;
            this.saveRoom.Text = "Save";
            this.saveRoom.UseVisualStyleBackColor = true;
            // 
            // roomLoad
            // 
            this.roomLoad.Location = new System.Drawing.Point(110, 607);
            this.roomLoad.Name = "roomLoad";
            this.roomLoad.Size = new System.Drawing.Size(75, 23);
            this.roomLoad.TabIndex = 56;
            this.roomLoad.Text = "Load";
            this.roomLoad.UseVisualStyleBackColor = true;
            this.roomLoad.Click += new System.EventHandler(this.roomLoad_Click);
            // 
            // newRoom
            // 
            this.newRoom.Location = new System.Drawing.Point(22, 607);
            this.newRoom.Name = "newRoom";
            this.newRoom.Size = new System.Drawing.Size(75, 23);
            this.newRoom.TabIndex = 55;
            this.newRoom.Text = "New";
            this.newRoom.UseVisualStyleBackColor = true;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.label27);
            this.groupBox5.Controls.Add(this.roomsListValue);
            this.groupBox5.Controls.Add(this.textBox4);
            this.groupBox5.Controls.Add(this.label28);
            this.groupBox5.Controls.Add(this.comboBox3);
            this.groupBox5.Controls.Add(this.roomRefresh);
            this.groupBox5.Location = new System.Drawing.Point(1061, 9);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox5.Size = new System.Drawing.Size(254, 628);
            this.groupBox5.TabIndex = 54;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Rooms In Database";
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Location = new System.Drawing.Point(17, 18);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(53, 13);
            this.label27.TabIndex = 45;
            this.label27.Text = "Filter Text";
            // 
            // roomsListValue
            // 
            this.roomsListValue.FormattingEnabled = true;
            this.roomsListValue.Location = new System.Drawing.Point(8, 106);
            this.roomsListValue.Name = "roomsListValue";
            this.roomsListValue.Size = new System.Drawing.Size(237, 511);
            this.roomsListValue.TabIndex = 42;
            this.roomsListValue.DoubleClick += new System.EventHandler(this.roomsListValue_DoubleClick);
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(76, 15);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(169, 20);
            this.textBox4.TabIndex = 43;
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(17, 42);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(29, 13);
            this.label28.TabIndex = 44;
            this.label28.Text = "Filter";
            // 
            // comboBox3
            // 
            this.comboBox3.FormattingEnabled = true;
            this.comboBox3.Items.AddRange(new object[] {
            "_id",
            "Title",
            "Type",
            "Weather"});
            this.comboBox3.Location = new System.Drawing.Point(76, 42);
            this.comboBox3.Name = "comboBox3";
            this.comboBox3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.comboBox3.Size = new System.Drawing.Size(169, 21);
            this.comboBox3.TabIndex = 46;
            // 
            // roomRefresh
            // 
            this.roomRefresh.Location = new System.Drawing.Point(123, 69);
            this.roomRefresh.Name = "roomRefresh";
            this.roomRefresh.Size = new System.Drawing.Size(75, 23);
            this.roomRefresh.TabIndex = 47;
            this.roomRefresh.Text = "Refresh";
            this.roomRefresh.UseVisualStyleBackColor = true;
            this.roomRefresh.Click += new System.EventHandler(this.roomRefresh_Click);
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(305, 6);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(84, 13);
            this.label26.TabIndex = 15;
            this.label26.Text = "In Game Display";
            // 
            // displayInGameValue
            // 
            this.displayInGameValue.Location = new System.Drawing.Point(308, 22);
            this.displayInGameValue.Multiline = true;
            this.displayInGameValue.Name = "displayInGameValue";
            this.displayInGameValue.Size = new System.Drawing.Size(383, 150);
            this.displayInGameValue.TabIndex = 14;
            this.toolTip1.SetToolTip(this.displayInGameValue, "How room will look like displayed in game.");
            // 
            // roomModifierValue
            // 
            this.roomModifierValue.FormattingEnabled = true;
            this.roomModifierValue.Location = new System.Drawing.Point(85, 273);
            this.roomModifierValue.Name = "roomModifierValue";
            this.roomModifierValue.Size = new System.Drawing.Size(156, 108);
            this.roomModifierValue.TabIndex = 11;
            this.roomModifierValue.DoubleClick += new System.EventHandler(this.roomModifierValue_DoubleClick);
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(30, 273);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(49, 13);
            this.label24.TabIndex = 10;
            this.label24.Text = "Modifiers";
            // 
            // roomExitsValue
            // 
            this.roomExitsValue.FormattingEnabled = true;
            this.roomExitsValue.Location = new System.Drawing.Point(85, 159);
            this.roomExitsValue.Name = "roomExitsValue";
            this.roomExitsValue.Size = new System.Drawing.Size(156, 108);
            this.roomExitsValue.TabIndex = 9;
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(50, 159);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(29, 13);
            this.label23.TabIndex = 8;
            this.label23.Text = "Exits";
            // 
            // roomTitleValue
            // 
            this.roomTitleValue.Location = new System.Drawing.Point(85, 40);
            this.roomTitleValue.Name = "roomTitleValue";
            this.roomTitleValue.Size = new System.Drawing.Size(193, 20);
            this.roomTitleValue.TabIndex = 5;
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(52, 47);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(27, 13);
            this.label21.TabIndex = 4;
            this.label21.Text = "Title";
            // 
            // roomDescriptionValue
            // 
            this.roomDescriptionValue.Location = new System.Drawing.Point(85, 66);
            this.roomDescriptionValue.Multiline = true;
            this.roomDescriptionValue.Name = "roomDescriptionValue";
            this.roomDescriptionValue.Size = new System.Drawing.Size(206, 87);
            this.roomDescriptionValue.TabIndex = 3;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(19, 66);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(60, 13);
            this.label20.TabIndex = 2;
            this.label20.Text = "Description";
            // 
            // roomIdValue
            // 
            this.roomIdValue.Location = new System.Drawing.Point(85, 14);
            this.roomIdValue.Name = "roomIdValue";
            this.roomIdValue.Size = new System.Drawing.Size(100, 20);
            this.roomIdValue.TabIndex = 1;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(61, 17);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(18, 13);
            this.label19.TabIndex = 0;
            this.label19.Text = "ID";
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.doorAttributeGroup);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(1323, 668);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Doors";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // doorAttributeGroup
            // 
            this.doorAttributeGroup.Controls.Add(this.isDoorOpenable);
            this.doorAttributeGroup.Controls.Add(this.isDoorDestroyed);
            this.doorAttributeGroup.Controls.Add(this.isDoorOpen);
            this.doorAttributeGroup.Controls.Add(this.isDoorLocked);
            this.doorAttributeGroup.Controls.Add(this.isDoorBreakable);
            this.doorAttributeGroup.Location = new System.Drawing.Point(25, 96);
            this.doorAttributeGroup.Name = "doorAttributeGroup";
            this.doorAttributeGroup.Size = new System.Drawing.Size(200, 100);
            this.doorAttributeGroup.TabIndex = 3;
            this.doorAttributeGroup.TabStop = false;
            this.doorAttributeGroup.Text = "Attributes";
            // 
            // isDoorOpenable
            // 
            this.isDoorOpenable.AutoSize = true;
            this.isDoorOpenable.Location = new System.Drawing.Point(112, 43);
            this.isDoorOpenable.Name = "isDoorOpenable";
            this.isDoorOpenable.Size = new System.Drawing.Size(72, 17);
            this.isDoorOpenable.TabIndex = 4;
            this.isDoorOpenable.Text = "Openable";
            this.isDoorOpenable.UseVisualStyleBackColor = true;
            // 
            // isDoorDestroyed
            // 
            this.isDoorDestroyed.AutoSize = true;
            this.isDoorDestroyed.Location = new System.Drawing.Point(112, 20);
            this.isDoorDestroyed.Name = "isDoorDestroyed";
            this.isDoorDestroyed.Size = new System.Drawing.Size(74, 17);
            this.isDoorDestroyed.TabIndex = 3;
            this.isDoorDestroyed.Text = "Destroyed";
            this.isDoorDestroyed.UseVisualStyleBackColor = true;
            // 
            // isDoorOpen
            // 
            this.isDoorOpen.AutoSize = true;
            this.isDoorOpen.Location = new System.Drawing.Point(21, 66);
            this.isDoorOpen.Name = "isDoorOpen";
            this.isDoorOpen.Size = new System.Drawing.Size(64, 17);
            this.isDoorOpen.TabIndex = 2;
            this.isDoorOpen.Text = "Opened";
            this.isDoorOpen.UseVisualStyleBackColor = true;
            // 
            // isDoorLocked
            // 
            this.isDoorLocked.AutoSize = true;
            this.isDoorLocked.Location = new System.Drawing.Point(21, 43);
            this.isDoorLocked.Name = "isDoorLocked";
            this.isDoorLocked.Size = new System.Drawing.Size(62, 17);
            this.isDoorLocked.TabIndex = 1;
            this.isDoorLocked.Text = "Locked";
            this.isDoorLocked.UseVisualStyleBackColor = true;
            // 
            // isDoorBreakable
            // 
            this.isDoorBreakable.AutoSize = true;
            this.isDoorBreakable.Location = new System.Drawing.Point(21, 20);
            this.isDoorBreakable.Name = "isDoorBreakable";
            this.isDoorBreakable.Size = new System.Drawing.Size(74, 17);
            this.isDoorBreakable.TabIndex = 0;
            this.isDoorBreakable.Text = "Breakable";
            this.isDoorBreakable.UseVisualStyleBackColor = true;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.scriptTypeValue);
            this.tabPage4.Controls.Add(this.label25);
            this.tabPage4.Controls.Add(this.byPassTestValue);
            this.tabPage4.Controls.Add(this.groupBox8);
            this.tabPage4.Controls.Add(this.scriptValidatedValue);
            this.tabPage4.Controls.Add(this.scriptTypesValue);
            this.tabPage4.Controls.Add(this.label30);
            this.tabPage4.Controls.Add(this.testScript);
            this.tabPage4.Controls.Add(this.scriptValue);
            this.tabPage4.Controls.Add(this.loadScript);
            this.tabPage4.Controls.Add(this.saveScript);
            this.tabPage4.Controls.Add(this.scriptIdValue);
            this.tabPage4.Controls.Add(this.label29);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(1323, 668);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Scripts";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // scriptTypeValue
            // 
            this.scriptTypeValue.FormattingEnabled = true;
            this.scriptTypeValue.Items.AddRange(new object[] {
            "Lua",
            "Roslyn"});
            this.scriptTypeValue.Location = new System.Drawing.Point(75, 83);
            this.scriptTypeValue.Name = "scriptTypeValue";
            this.scriptTypeValue.Size = new System.Drawing.Size(121, 21);
            this.scriptTypeValue.TabIndex = 58;
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(8, 86);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(61, 13);
            this.label25.TabIndex = 57;
            this.label25.Text = "Script Type";
            // 
            // byPassTestValue
            // 
            this.byPassTestValue.AutoSize = true;
            this.byPassTestValue.Location = new System.Drawing.Point(75, 303);
            this.byPassTestValue.Name = "byPassTestValue";
            this.byPassTestValue.Size = new System.Drawing.Size(84, 17);
            this.byPassTestValue.TabIndex = 56;
            this.byPassTestValue.Text = "Bypass Test";
            this.byPassTestValue.UseVisualStyleBackColor = true;
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.label31);
            this.groupBox8.Controls.Add(this.scriptDatabaseValues);
            this.groupBox8.Controls.Add(this.scriptFilterValue);
            this.groupBox8.Controls.Add(this.label32);
            this.groupBox8.Controls.Add(this.scriptFilterTypeValue);
            this.groupBox8.Controls.Add(this.scriptFilterRefresh);
            this.groupBox8.Location = new System.Drawing.Point(1042, 12);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox8.Size = new System.Drawing.Size(254, 628);
            this.groupBox8.TabIndex = 55;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Scripts In Database";
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.Location = new System.Drawing.Point(17, 18);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(53, 13);
            this.label31.TabIndex = 45;
            this.label31.Text = "Filter Text";
            // 
            // scriptDatabaseValues
            // 
            this.scriptDatabaseValues.FormattingEnabled = true;
            this.scriptDatabaseValues.Location = new System.Drawing.Point(8, 106);
            this.scriptDatabaseValues.Name = "scriptDatabaseValues";
            this.scriptDatabaseValues.Size = new System.Drawing.Size(237, 511);
            this.scriptDatabaseValues.TabIndex = 42;
            this.scriptDatabaseValues.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
            // 
            // scriptFilterValue
            // 
            this.scriptFilterValue.Location = new System.Drawing.Point(76, 15);
            this.scriptFilterValue.Name = "scriptFilterValue";
            this.scriptFilterValue.Size = new System.Drawing.Size(169, 20);
            this.scriptFilterValue.TabIndex = 43;
            // 
            // label32
            // 
            this.label32.AutoSize = true;
            this.label32.Location = new System.Drawing.Point(17, 42);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(29, 13);
            this.label32.TabIndex = 44;
            this.label32.Text = "Filter";
            // 
            // scriptFilterTypeValue
            // 
            this.scriptFilterTypeValue.FormattingEnabled = true;
            this.scriptFilterTypeValue.Items.AddRange(new object[] {
            "Action",
            "Items",
            "Door",
            "NPC",
            "Room",
            "Quests"});
            this.scriptFilterTypeValue.Location = new System.Drawing.Point(76, 42);
            this.scriptFilterTypeValue.Name = "scriptFilterTypeValue";
            this.scriptFilterTypeValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.scriptFilterTypeValue.Size = new System.Drawing.Size(169, 21);
            this.scriptFilterTypeValue.TabIndex = 46;
            // 
            // scriptFilterRefresh
            // 
            this.scriptFilterRefresh.Location = new System.Drawing.Point(123, 69);
            this.scriptFilterRefresh.Name = "scriptFilterRefresh";
            this.scriptFilterRefresh.Size = new System.Drawing.Size(75, 23);
            this.scriptFilterRefresh.TabIndex = 47;
            this.scriptFilterRefresh.Text = "Refresh";
            this.scriptFilterRefresh.UseVisualStyleBackColor = true;
            this.scriptFilterRefresh.Click += new System.EventHandler(this.scriptFilterRefresh_Click);
            // 
            // scriptValidatedValue
            // 
            this.scriptValidatedValue.AutoSize = true;
            this.scriptValidatedValue.ForeColor = System.Drawing.Color.Green;
            this.scriptValidatedValue.Location = new System.Drawing.Point(87, 248);
            this.scriptValidatedValue.Name = "scriptValidatedValue";
            this.scriptValidatedValue.Size = new System.Drawing.Size(51, 13);
            this.scriptValidatedValue.TabIndex = 8;
            this.scriptValidatedValue.Text = "Validated";
            this.scriptValidatedValue.Visible = false;
            // 
            // scriptTypesValue
            // 
            this.scriptTypesValue.FormattingEnabled = true;
            this.scriptTypesValue.Items.AddRange(new object[] {
            "Action",
            "Items",
            "Door",
            "NPC",
            "Room",
            "Quests"});
            this.scriptTypesValue.Location = new System.Drawing.Point(75, 45);
            this.scriptTypesValue.Name = "scriptTypesValue";
            this.scriptTypesValue.Size = new System.Drawing.Size(121, 21);
            this.scriptTypesValue.TabIndex = 7;
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(38, 48);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(31, 13);
            this.label30.TabIndex = 6;
            this.label30.Text = "Type";
            // 
            // testScript
            // 
            this.testScript.Location = new System.Drawing.Point(75, 274);
            this.testScript.Name = "testScript";
            this.testScript.Size = new System.Drawing.Size(75, 23);
            this.testScript.TabIndex = 5;
            this.testScript.Text = "Test Script";
            this.testScript.UseVisualStyleBackColor = true;
            this.testScript.Click += new System.EventHandler(this.testScript_Click);
            // 
            // scriptValue
            // 
            this.scriptValue.Location = new System.Drawing.Point(243, 12);
            this.scriptValue.Multiline = true;
            this.scriptValue.Name = "scriptValue";
            this.scriptValue.Size = new System.Drawing.Size(757, 619);
            this.scriptValue.TabIndex = 4;
            this.toolTip1.SetToolTip(this.scriptValue, "Type in the script here.");
            // 
            // loadScript
            // 
            this.loadScript.Location = new System.Drawing.Point(138, 159);
            this.loadScript.Name = "loadScript";
            this.loadScript.Size = new System.Drawing.Size(75, 23);
            this.loadScript.TabIndex = 3;
            this.loadScript.Text = "Load";
            this.loadScript.UseVisualStyleBackColor = true;
            this.loadScript.Click += new System.EventHandler(this.loadScript_Click);
            // 
            // saveScript
            // 
            this.saveScript.Location = new System.Drawing.Point(41, 159);
            this.saveScript.Name = "saveScript";
            this.saveScript.Size = new System.Drawing.Size(75, 23);
            this.saveScript.TabIndex = 2;
            this.saveScript.Text = "Save";
            this.saveScript.UseVisualStyleBackColor = true;
            this.saveScript.Click += new System.EventHandler(this.saveScript_Click);
            // 
            // scriptIdValue
            // 
            this.scriptIdValue.Location = new System.Drawing.Point(75, 12);
            this.scriptIdValue.Name = "scriptIdValue";
            this.scriptIdValue.Size = new System.Drawing.Size(121, 20);
            this.scriptIdValue.TabIndex = 1;
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.Location = new System.Drawing.Point(21, 15);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(48, 13);
            this.label29.TabIndex = 0;
            this.label29.Text = "Script ID";
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.selectSaveDumpFile);
            this.tabPage5.Controls.Add(this.textBox2);
            this.tabPage5.Controls.Add(this.createDumpFile);
            this.tabPage5.Controls.Add(this.label36);
            this.tabPage5.Controls.Add(this.selectRestoreFile);
            this.tabPage5.Controls.Add(this.restoreFilePath);
            this.tabPage5.Controls.Add(this.restoreDatabase);
            this.tabPage5.Controls.Add(this.label35);
            this.tabPage5.Controls.Add(this.deleteDatabase);
            this.tabPage5.Controls.Add(this.label34);
            this.tabPage5.Controls.Add(this.createDefaultDatabase);
            this.tabPage5.Controls.Add(this.label33);
            this.tabPage5.Location = new System.Drawing.Point(4, 22);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(1323, 668);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "Database";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // selectSaveDumpFile
            // 
            this.selectSaveDumpFile.Location = new System.Drawing.Point(457, 108);
            this.selectSaveDumpFile.Name = "selectSaveDumpFile";
            this.selectSaveDumpFile.Size = new System.Drawing.Size(88, 23);
            this.selectSaveDumpFile.TabIndex = 11;
            this.selectSaveDumpFile.Text = "Save Location";
            this.selectSaveDumpFile.UseVisualStyleBackColor = true;
            this.selectSaveDumpFile.Click += new System.EventHandler(this.selectSaveDumpFile_Click);
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(236, 110);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(215, 20);
            this.textBox2.TabIndex = 10;
            // 
            // createDumpFile
            // 
            this.createDumpFile.Location = new System.Drawing.Point(143, 108);
            this.createDumpFile.Name = "createDumpFile";
            this.createDumpFile.Size = new System.Drawing.Size(75, 23);
            this.createDumpFile.TabIndex = 9;
            this.createDumpFile.Text = "Dump";
            this.createDumpFile.UseVisualStyleBackColor = true;
            this.createDumpFile.Click += new System.EventHandler(this.createDumpFile_Click);
            // 
            // label36
            // 
            this.label36.AutoSize = true;
            this.label36.Location = new System.Drawing.Point(56, 113);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(85, 13);
            this.label36.TabIndex = 8;
            this.label36.Text = "Create Dump file";
            // 
            // selectRestoreFile
            // 
            this.selectRestoreFile.Location = new System.Drawing.Point(457, 76);
            this.selectRestoreFile.Name = "selectRestoreFile";
            this.selectRestoreFile.Size = new System.Drawing.Size(88, 23);
            this.selectRestoreFile.TabIndex = 7;
            this.selectRestoreFile.Text = "Select File";
            this.selectRestoreFile.UseVisualStyleBackColor = true;
            this.selectRestoreFile.Click += new System.EventHandler(this.selectRestoreFile_Click);
            // 
            // restoreFilePath
            // 
            this.restoreFilePath.Location = new System.Drawing.Point(236, 78);
            this.restoreFilePath.Name = "restoreFilePath";
            this.restoreFilePath.Size = new System.Drawing.Size(215, 20);
            this.restoreFilePath.TabIndex = 6;
            // 
            // restoreDatabase
            // 
            this.restoreDatabase.Location = new System.Drawing.Point(143, 76);
            this.restoreDatabase.Name = "restoreDatabase";
            this.restoreDatabase.Size = new System.Drawing.Size(75, 23);
            this.restoreDatabase.TabIndex = 5;
            this.restoreDatabase.Text = "Restore";
            this.restoreDatabase.UseVisualStyleBackColor = true;
            this.restoreDatabase.Click += new System.EventHandler(this.restoreDatabase_Click);
            // 
            // label35
            // 
            this.label35.AutoSize = true;
            this.label35.Location = new System.Drawing.Point(60, 81);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(83, 13);
            this.label35.TabIndex = 4;
            this.label35.Text = "Restore from file";
            // 
            // deleteDatabase
            // 
            this.deleteDatabase.Location = new System.Drawing.Point(143, 44);
            this.deleteDatabase.Name = "deleteDatabase";
            this.deleteDatabase.Size = new System.Drawing.Size(75, 23);
            this.deleteDatabase.TabIndex = 3;
            this.deleteDatabase.Text = "Delete";
            this.deleteDatabase.UseVisualStyleBackColor = true;
            this.deleteDatabase.Click += new System.EventHandler(this.deleteDatabase_Click);
            // 
            // label34
            // 
            this.label34.AutoSize = true;
            this.label34.Location = new System.Drawing.Point(56, 49);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(87, 13);
            this.label34.TabIndex = 2;
            this.label34.Text = "Delete Database";
            // 
            // createDefaultDatabase
            // 
            this.createDefaultDatabase.Location = new System.Drawing.Point(143, 12);
            this.createDefaultDatabase.Name = "createDefaultDatabase";
            this.createDefaultDatabase.Size = new System.Drawing.Size(75, 23);
            this.createDefaultDatabase.TabIndex = 1;
            this.createDefaultDatabase.Text = "Create";
            this.createDefaultDatabase.UseVisualStyleBackColor = true;
            this.createDefaultDatabase.Click += new System.EventHandler(this.createDefaultDatabase_Click);
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Location = new System.Drawing.Point(19, 17);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(124, 13);
            this.label33.TabIndex = 0;
            this.label33.Text = "Create Default Database";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.databaseConnectionStatusValue});
            this.statusStrip1.Location = new System.Drawing.Point(0, 672);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(1331, 22);
            this.statusStrip1.TabIndex = 53;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // databaseConnectionStatusValue
            // 
            this.databaseConnectionStatusValue.ForeColor = System.Drawing.Color.Red;
            this.databaseConnectionStatusValue.Name = "databaseConnectionStatusValue";
            this.databaseConnectionStatusValue.Size = new System.Drawing.Size(103, 17);
            this.databaseConnectionStatusValue.Text = "Database OFFLINE";
            // 
            // openRestoreFile
            // 
            this.openRestoreFile.FileName = "openRestoreFile";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1331, 694);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.tabControl1);
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Novus World Builder 0.0.1";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.itemTypeGroup.ResumeLayout(false);
            this.itemTypeGroup.PerformLayout();
            this.groupBox7.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.weaponGroup.ResumeLayout(false);
            this.weaponGroup.PerformLayout();
            this.isGroupbox.ResumeLayout(false);
            this.isGroupbox.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.addRoomGroup.ResumeLayout(false);
            this.groupBox10.ResumeLayout(false);
            this.groupBox9.ResumeLayout(false);
            this.groupBox9.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.doorAttributeGroup.ResumeLayout(false);
            this.doorAttributeGroup.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            this.tabPage5.ResumeLayout(false);
            this.tabPage5.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Crainiate.Diagramming.Forms.Paging             paging2   = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin             margin2   = new Crainiate.Diagramming.Forms.Margin();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.diagram1         = new Crainiate.Diagramming.Forms.Diagram();
     this.toolBar          = new System.Windows.Forms.ToolStrip();
     this.open_button      = new System.Windows.Forms.ToolStripButton();
     this.save_button      = new System.Windows.Forms.ToolStripButton();
     this.toolSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.move_button      = new System.Windows.Forms.ToolStripButton();
     this.clear_button     = new System.Windows.Forms.ToolStripButton();
     this.delete_button    = new System.Windows.Forms.ToolStripButton();
     this.toolSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     this.sourceCodeButton = new System.Windows.Forms.ToolStripButton();
     this.drawPanel        = new System.Windows.Forms.Panel();
     this.export_button    = new System.Windows.Forms.ToolStripButton();
     this.toolBar.SuspendLayout();
     this.SuspendLayout();
     //
     // diagram1
     //
     this.diagram1.AllowDrop         = true;
     this.diagram1.AutoScroll        = true;
     this.diagram1.AutoScrollMinSize = new System.Drawing.Size(6357, 8988);
     this.diagram1.AutoSize          = true;
     this.diagram1.BackColor         = System.Drawing.SystemColors.ButtonHighlight;
     this.diagram1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.diagram1.DragElement = null;
     this.diagram1.DragScroll  = false;
     this.diagram1.GridColor   = System.Drawing.Color.White;
     this.diagram1.GridSize    = new System.Drawing.Size(20, 20);
     this.diagram1.Location    = new System.Drawing.Point(0, 0);
     this.diagram1.Name        = "diagram1";
     paging2.Enabled           = true;
     margin2.Bottom            = 0F;
     margin2.Left              = 0F;
     margin2.Right             = 0F;
     margin2.Top               = 0F;
     paging2.Margin            = margin2;
     paging2.Padding           = new System.Drawing.SizeF(0F, 0F);
     paging2.Page              = 1;
     paging2.PageSize          = new System.Drawing.SizeF(6357.166F, 8987.717F);
     paging2.WorkspaceColor    = System.Drawing.SystemColors.AppWorkspace;
     this.diagram1.Paging      = paging2;
     this.diagram1.Size        = new System.Drawing.Size(1120, 681);
     this.diagram1.TabIndex    = 0;
     this.diagram1.Zoom        = 100F;
     this.diagram1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.diagram1_MouseClick_1);
     //
     // toolBar
     //
     this.toolBar.BackColor        = System.Drawing.SystemColors.ButtonHighlight;
     this.toolBar.Dock             = System.Windows.Forms.DockStyle.Right;
     this.toolBar.ImageScalingSize = new System.Drawing.Size(40, 40);
     this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.open_button,
         this.save_button,
         this.export_button,
         this.toolSeparator2,
         this.move_button,
         this.clear_button,
         this.delete_button,
         this.toolSeparator3,
         this.sourceCodeButton
     });
     this.toolBar.Location    = new System.Drawing.Point(1120, 0);
     this.toolBar.Name        = "toolBar";
     this.toolBar.Padding     = new System.Windows.Forms.Padding(5);
     this.toolBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.toolBar.Size        = new System.Drawing.Size(64, 681);
     this.toolBar.Stretch     = true;
     this.toolBar.TabIndex    = 0;
     this.toolBar.Text        = "Tool Bar";
     //
     // open_button
     //
     this.open_button.AutoSize              = false;
     this.open_button.BackColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.open_button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.open_button.Image                 = ((System.Drawing.Image)(resources.GetObject("open_button.Image")));
     this.open_button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.open_button.Margin                = new System.Windows.Forms.Padding(5, 5, 5, 15);
     this.open_button.Name   = "open_button";
     this.open_button.Size   = new System.Drawing.Size(40, 40);
     this.open_button.Text   = "Open";
     this.open_button.Click += new System.EventHandler(this.open_button_Click);
     //
     // save_button
     //
     this.save_button.AutoSize              = false;
     this.save_button.BackColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.save_button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.save_button.Image                 = ((System.Drawing.Image)(resources.GetObject("save_button.Image")));
     this.save_button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.save_button.Margin                = new System.Windows.Forms.Padding(5, 5, 5, 15);
     this.save_button.Name   = "save_button";
     this.save_button.Size   = new System.Drawing.Size(40, 40);
     this.save_button.Text   = "Save";
     this.save_button.Click += new System.EventHandler(this.save_button_Click);
     //
     // toolSeparator2
     //
     this.toolSeparator2.AutoSize = false;
     this.toolSeparator2.Margin   = new System.Windows.Forms.Padding(5, 5, 5, 15);
     this.toolSeparator2.Name     = "toolSeparator2";
     this.toolSeparator2.Size     = new System.Drawing.Size(40, 10);
     //
     // move_button
     //
     this.move_button.AutoSize              = false;
     this.move_button.BackColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.move_button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.move_button.Image                 = ((System.Drawing.Image)(resources.GetObject("move_button.Image")));
     this.move_button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.move_button.Margin                = new System.Windows.Forms.Padding(5, 5, 5, 15);
     this.move_button.Name   = "move_button";
     this.move_button.Size   = new System.Drawing.Size(40, 40);
     this.move_button.Text   = "Move";
     this.move_button.Click += new System.EventHandler(this.move_button_Click);
     //
     // clear_button
     //
     this.clear_button.AutoSize              = false;
     this.clear_button.BackColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.clear_button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.clear_button.Image                 = ((System.Drawing.Image)(resources.GetObject("clear_button.Image")));
     this.clear_button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.clear_button.Margin                = new System.Windows.Forms.Padding(5, 5, 5, 15);
     this.clear_button.Name   = "clear_button";
     this.clear_button.Size   = new System.Drawing.Size(44, 44);
     this.clear_button.Text   = "Clear";
     this.clear_button.Click += new System.EventHandler(this.clear_button_Click);
     //
     // delete_button
     //
     this.delete_button.AutoSize              = false;
     this.delete_button.BackColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.delete_button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.delete_button.Image                 = ((System.Drawing.Image)(resources.GetObject("delete_button.Image")));
     this.delete_button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.delete_button.Margin                = new System.Windows.Forms.Padding(5, 5, 5, 15);
     this.delete_button.Name   = "delete_button";
     this.delete_button.Size   = new System.Drawing.Size(44, 44);
     this.delete_button.Text   = "Delete";
     this.delete_button.Click += new System.EventHandler(this.delete_button_Click);
     //
     // toolSeparator3
     //
     this.toolSeparator3.AutoSize = false;
     this.toolSeparator3.Margin   = new System.Windows.Forms.Padding(5, 5, 5, 15);
     this.toolSeparator3.Name     = "toolSeparator3";
     this.toolSeparator3.Size     = new System.Drawing.Size(40, 10);
     //
     // sourceCodeButton
     //
     this.sourceCodeButton.AutoSize              = false;
     this.sourceCodeButton.BackColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.sourceCodeButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.sourceCodeButton.Image                 = ((System.Drawing.Image)(resources.GetObject("sourceCodeButton.Image")));
     this.sourceCodeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sourceCodeButton.Margin                = new System.Windows.Forms.Padding(5, 5, 5, 15);
     this.sourceCodeButton.Name   = "sourceCodeButton";
     this.sourceCodeButton.Size   = new System.Drawing.Size(40, 40);
     this.sourceCodeButton.Text   = "Source Code";
     this.sourceCodeButton.Click += new System.EventHandler(this.sourceCodeButton_Click);
     //
     // drawPanel
     //
     this.drawPanel.AutoScroll = true;
     this.drawPanel.BackColor  = System.Drawing.SystemColors.AppWorkspace;
     this.drawPanel.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.drawPanel.Location   = new System.Drawing.Point(0, 0);
     this.drawPanel.Name       = "drawPanel";
     this.drawPanel.Size       = new System.Drawing.Size(1120, 681);
     this.drawPanel.TabIndex   = 1;
     //
     // export_button
     //
     this.export_button.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.export_button.Image                 = ((System.Drawing.Image)(resources.GetObject("export_button.Image")));
     this.export_button.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.export_button.Margin                = new System.Windows.Forms.Padding(10, 1, 0, 15);
     this.export_button.Name   = "export_button";
     this.export_button.Size   = new System.Drawing.Size(33, 44);
     this.export_button.Text   = "Export";
     this.export_button.Click += new System.EventHandler(this.export_button_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(1184, 681);
     this.Controls.Add(this.diagram1);
     this.Controls.Add(this.drawPanel);
     this.Controls.Add(this.toolBar);
     this.Name = "Form1";
     this.Text = "Form1";
     this.toolBar.ResumeLayout(false);
     this.toolBar.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #6
0
 /// <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();
     Crainiate.Diagramming.Forms.Paging paging1 = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin margin1 = new Crainiate.Diagramming.Forms.Margin();
     this.diagram1  = new Crainiate.Diagramming.Forms.Diagram();
     this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.cmbZoom   = new System.Windows.Forms.ComboBox();
     this.label1    = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // diagram1
     //
     this.diagram1.AllowDrop = true;
     this.diagram1.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.diagram1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.diagram1.DragElement       = null;
     this.diagram1.GridColor         = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.diagram1.GridSize          = new System.Drawing.Size(20, 20);
     this.diagram1.Location          = new System.Drawing.Point(0, 0);
     this.diagram1.Name     = "diagram1";
     paging1.Enabled        = true;
     margin1.Bottom         = 0F;
     margin1.Left           = 0F;
     margin1.Right          = 0F;
     margin1.Top            = 0F;
     paging1.Margin         = margin1;
     paging1.Padding        = new System.Drawing.SizeF(40F, 40F);
     paging1.Page           = 1;
     paging1.PageSize       = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging1.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
     this.diagram1.Paging   = paging1;
     this.diagram1.Size     = new System.Drawing.Size(854, 732);
     this.diagram1.TabIndex = 0;
     this.diagram1.Zoom     = 100F;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem2
     });
     this.menuItem1.Text = "File";
     //
     // menuItem2
     //
     this.menuItem2.Index = 0;
     this.menuItem2.Text  = "Exit";
     //
     // cmbZoom
     //
     this.cmbZoom.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbZoom.Items.AddRange(new object[] {
         "50 %",
         "75 %",
         "100 %",
         "200 %"
     });
     this.cmbZoom.Location = new System.Drawing.Point(877, 24);
     this.cmbZoom.Name     = "cmbZoom";
     this.cmbZoom.Size     = new System.Drawing.Size(120, 21);
     this.cmbZoom.TabIndex = 5;
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(877, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Zoom";
     //
     // frmClassDiagram
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1008, 732);
     this.Controls.Add(this.cmbZoom);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.diagram1);
     this.Menu = this.mainMenu1;
     this.Name = "frmClassDiagram";
     this.Text = "Class Diagram Example";
     this.ResumeLayout(false);
 }
예제 #7
0
 /// <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(frmMain));
     Crainiate.Diagramming.Forms.Paging             paging1   = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin             margin1   = new Crainiate.Diagramming.Forms.Margin();
     this.mainMenu1           = new System.Windows.Forms.MainMenu(this.components);
     this.mnuFile             = new System.Windows.Forms.MenuItem();
     this.mnuFileNew          = new System.Windows.Forms.MenuItem();
     this.mnuFileOpen         = new System.Windows.Forms.MenuItem();
     this.menuItem8           = new System.Windows.Forms.MenuItem();
     this.mnuFileSave         = new System.Windows.Forms.MenuItem();
     this.mnuFileSaveAs       = new System.Windows.Forms.MenuItem();
     this.menuItem9           = new System.Windows.Forms.MenuItem();
     this.mnuFilePrint        = new System.Windows.Forms.MenuItem();
     this.mnuFilePrintPreview = new System.Windows.Forms.MenuItem();
     this.menuItem10          = new System.Windows.Forms.MenuItem();
     this.mnuFileExit         = new System.Windows.Forms.MenuItem();
     this.mnuEdit             = new System.Windows.Forms.MenuItem();
     this.mnuEditUndo         = new System.Windows.Forms.MenuItem();
     this.mnuEditRedo         = new System.Windows.Forms.MenuItem();
     this.menuItem14          = new System.Windows.Forms.MenuItem();
     this.mnuEditCut          = new System.Windows.Forms.MenuItem();
     this.mnuEditCopy         = new System.Windows.Forms.MenuItem();
     this.mnuEditPaste        = new System.Windows.Forms.MenuItem();
     this.mnuEditDelete       = new System.Windows.Forms.MenuItem();
     this.menuItem19          = new System.Windows.Forms.MenuItem();
     this.mnuEditSelectAll    = new System.Windows.Forms.MenuItem();
     this.mnuView             = new System.Windows.Forms.MenuItem();
     this.mnuLayers           = new System.Windows.Forms.MenuItem();
     this.menuItem5           = new System.Windows.Forms.MenuItem();
     this.mnuZoom             = new System.Windows.Forms.MenuItem();
     this.mnuZoom50           = new System.Windows.Forms.MenuItem();
     this.mnuZoom75           = new System.Windows.Forms.MenuItem();
     this.mnuZoom100          = new System.Windows.Forms.MenuItem();
     this.mnuZoom200          = new System.Windows.Forms.MenuItem();
     this.menuItem15          = new System.Windows.Forms.MenuItem();
     this.mnuZoomBestFit      = new System.Windows.Forms.MenuItem();
     this.mnuTools            = new System.Windows.Forms.MenuItem();
     this.mnuAddLine          = new System.Windows.Forms.MenuItem();
     this.mnuAddConnector     = new System.Windows.Forms.MenuItem();
     this.mnuAddGroup         = new System.Windows.Forms.MenuItem();
     this.mnuAddLayer         = new System.Windows.Forms.MenuItem();
     this.menuItem2           = new System.Windows.Forms.MenuItem();
     this.mnuToolsOptions     = new System.Windows.Forms.MenuItem();
     this.mnuHelp             = new System.Windows.Forms.MenuItem();
     this.mnuHelpAbout        = new System.Windows.Forms.MenuItem();
     this.ilStandard          = new System.Windows.Forms.ImageList(this.components);
     this.toolBar1            = new System.Windows.Forms.ToolBar();
     this.btnNew          = new System.Windows.Forms.ToolBarButton();
     this.btnOpen         = new System.Windows.Forms.ToolBarButton();
     this.btnSave         = new System.Windows.Forms.ToolBarButton();
     this.sep1            = new System.Windows.Forms.ToolBarButton();
     this.btnPrint        = new System.Windows.Forms.ToolBarButton();
     this.sep2            = new System.Windows.Forms.ToolBarButton();
     this.btnCut          = new System.Windows.Forms.ToolBarButton();
     this.btnCopy         = new System.Windows.Forms.ToolBarButton();
     this.btnPaste        = new System.Windows.Forms.ToolBarButton();
     this.sep3            = new System.Windows.Forms.ToolBarButton();
     this.btnUndo         = new System.Windows.Forms.ToolBarButton();
     this.btnRedo         = new System.Windows.Forms.ToolBarButton();
     this.sep4            = new System.Windows.Forms.ToolBarButton();
     this.btnNormal       = new System.Windows.Forms.ToolBarButton();
     this.btnAddLine      = new System.Windows.Forms.ToolBarButton();
     this.btnAddConnector = new System.Windows.Forms.ToolBarButton();
     this.btnAddComplex   = new System.Windows.Forms.ToolBarButton();
     this.palette1        = new Crainiate.Diagramming.Forms.Palette();
     this.splitter1       = new System.Windows.Forms.Splitter();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFile,
         this.mnuEdit,
         this.mnuView,
         this.mnuTools,
         this.mnuHelp
     });
     //
     // mnuFile
     //
     this.mnuFile.Index = 0;
     this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFileNew,
         this.mnuFileOpen,
         this.menuItem8,
         this.mnuFileSave,
         this.mnuFileSaveAs,
         this.menuItem9,
         this.mnuFilePrint,
         this.mnuFilePrintPreview,
         this.menuItem10,
         this.mnuFileExit
     });
     this.mnuFile.Text = "&File";
     //
     // mnuFileNew
     //
     this.mnuFileNew.Index = 0;
     this.mnuFileNew.Text  = "&New";
     //
     // mnuFileOpen
     //
     this.mnuFileOpen.Index    = 1;
     this.mnuFileOpen.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
     this.mnuFileOpen.Text     = "&Open ...";
     //
     // menuItem8
     //
     this.menuItem8.Index = 2;
     this.menuItem8.Text  = "-";
     //
     // mnuFileSave
     //
     this.mnuFileSave.Index    = 3;
     this.mnuFileSave.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.mnuFileSave.Text     = "&Save";
     //
     // mnuFileSaveAs
     //
     this.mnuFileSaveAs.Index = 4;
     this.mnuFileSaveAs.Text  = "Save &As";
     //
     // menuItem9
     //
     this.menuItem9.Index = 5;
     this.menuItem9.Text  = "-";
     //
     // mnuFilePrint
     //
     this.mnuFilePrint.Index    = 6;
     this.mnuFilePrint.Shortcut = System.Windows.Forms.Shortcut.CtrlP;
     this.mnuFilePrint.Text     = "&Print";
     //
     // mnuFilePrintPreview
     //
     this.mnuFilePrintPreview.Index = 7;
     this.mnuFilePrintPreview.Text  = "Print Pre&view ...";
     //
     // menuItem10
     //
     this.menuItem10.Index = 8;
     this.menuItem10.Text  = "-";
     //
     // mnuFileExit
     //
     this.mnuFileExit.Index = 9;
     this.mnuFileExit.Text  = "E&xit";
     //
     // mnuEdit
     //
     this.mnuEdit.Index = 1;
     this.mnuEdit.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuEditUndo,
         this.mnuEditRedo,
         this.menuItem14,
         this.mnuEditCut,
         this.mnuEditCopy,
         this.mnuEditPaste,
         this.mnuEditDelete,
         this.menuItem19,
         this.mnuEditSelectAll
     });
     this.mnuEdit.Text = "&Edit";
     //
     // mnuEditUndo
     //
     this.mnuEditUndo.Index    = 0;
     this.mnuEditUndo.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
     this.mnuEditUndo.Text     = "&Undo";
     //
     // mnuEditRedo
     //
     this.mnuEditRedo.Index    = 1;
     this.mnuEditRedo.Shortcut = System.Windows.Forms.Shortcut.CtrlY;
     this.mnuEditRedo.Text     = "&Redo";
     //
     // menuItem14
     //
     this.menuItem14.Index = 2;
     this.menuItem14.Text  = "-";
     //
     // mnuEditCut
     //
     this.mnuEditCut.Index    = 3;
     this.mnuEditCut.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
     this.mnuEditCut.Text     = "C&ut";
     //
     // mnuEditCopy
     //
     this.mnuEditCopy.Index    = 4;
     this.mnuEditCopy.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     this.mnuEditCopy.Text     = "&Copy";
     //
     // mnuEditPaste
     //
     this.mnuEditPaste.Index    = 5;
     this.mnuEditPaste.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     this.mnuEditPaste.Text     = "&Paste";
     //
     // mnuEditDelete
     //
     this.mnuEditDelete.Index = 6;
     this.mnuEditDelete.Text  = "&Delete";
     //
     // menuItem19
     //
     this.menuItem19.Index = 7;
     this.menuItem19.Text  = "-";
     //
     // mnuEditSelectAll
     //
     this.mnuEditSelectAll.Index    = 8;
     this.mnuEditSelectAll.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
     this.mnuEditSelectAll.Text     = "Select &All";
     //
     // mnuView
     //
     this.mnuView.Index = 2;
     this.mnuView.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuLayers,
         this.menuItem5,
         this.mnuZoom
     });
     this.mnuView.Text = "&View";
     //
     // mnuLayers
     //
     this.mnuLayers.Index = 0;
     this.mnuLayers.Text  = "Layers";
     //
     // menuItem5
     //
     this.menuItem5.Index = 1;
     this.menuItem5.Text  = "-";
     //
     // mnuZoom
     //
     this.mnuZoom.Index = 2;
     this.mnuZoom.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuZoom50,
         this.mnuZoom75,
         this.mnuZoom100,
         this.mnuZoom200,
         this.menuItem15,
         this.mnuZoomBestFit
     });
     this.mnuZoom.Text = "Zoom";
     //
     // mnuZoom50
     //
     this.mnuZoom50.Index = 0;
     this.mnuZoom50.Text  = "50%";
     //
     // mnuZoom75
     //
     this.mnuZoom75.Index = 1;
     this.mnuZoom75.Text  = "75%";
     //
     // mnuZoom100
     //
     this.mnuZoom100.Index = 2;
     this.mnuZoom100.Text  = "100%";
     //
     // mnuZoom200
     //
     this.mnuZoom200.Index = 3;
     this.mnuZoom200.Text  = "200%";
     //
     // menuItem15
     //
     this.menuItem15.Index = 4;
     this.menuItem15.Text  = "-";
     //
     // mnuZoomBestFit
     //
     this.mnuZoomBestFit.Index = 5;
     this.mnuZoomBestFit.Text  = "Best Fit";
     //
     // mnuTools
     //
     this.mnuTools.Index = 3;
     this.mnuTools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuAddLine,
         this.mnuAddConnector,
         this.mnuAddGroup,
         this.mnuAddLayer,
         this.menuItem2,
         this.mnuToolsOptions
     });
     this.mnuTools.Text = "&Tools";
     //
     // mnuAddLine
     //
     this.mnuAddLine.Index = 0;
     this.mnuAddLine.Text  = "Add Line";
     //
     // mnuAddConnector
     //
     this.mnuAddConnector.Index = 1;
     this.mnuAddConnector.Text  = "Add Connector";
     //
     // mnuAddGroup
     //
     this.mnuAddGroup.Index = 2;
     this.mnuAddGroup.Text  = "Add Group";
     //
     // mnuAddLayer
     //
     this.mnuAddLayer.Index = 3;
     this.mnuAddLayer.Text  = "Add Layer";
     //
     // menuItem2
     //
     this.menuItem2.Index = 4;
     this.menuItem2.Text  = "-";
     //
     // mnuToolsOptions
     //
     this.mnuToolsOptions.Index = 5;
     this.mnuToolsOptions.Text  = "Options ...";
     //
     // mnuHelp
     //
     this.mnuHelp.Index = 4;
     this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuHelpAbout
     });
     this.mnuHelp.Text = "&Help";
     //
     // mnuHelpAbout
     //
     this.mnuHelpAbout.Index = 0;
     this.mnuHelpAbout.Text  = "About Editor";
     //
     // ilStandard
     //
     this.ilStandard.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilStandard.ImageStream")));
     this.ilStandard.TransparentColor = System.Drawing.Color.Silver;
     this.ilStandard.Images.SetKeyName(0, "");
     this.ilStandard.Images.SetKeyName(1, "");
     this.ilStandard.Images.SetKeyName(2, "");
     this.ilStandard.Images.SetKeyName(3, "");
     this.ilStandard.Images.SetKeyName(4, "");
     this.ilStandard.Images.SetKeyName(5, "");
     this.ilStandard.Images.SetKeyName(6, "");
     this.ilStandard.Images.SetKeyName(7, "");
     this.ilStandard.Images.SetKeyName(8, "");
     this.ilStandard.Images.SetKeyName(9, "");
     this.ilStandard.Images.SetKeyName(10, "");
     this.ilStandard.Images.SetKeyName(11, "");
     this.ilStandard.Images.SetKeyName(12, "");
     //
     // toolBar1
     //
     this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.btnNew,
         this.btnOpen,
         this.btnSave,
         this.sep1,
         this.btnPrint,
         this.sep2,
         this.btnCut,
         this.btnCopy,
         this.btnPaste,
         this.sep3,
         this.btnUndo,
         this.btnRedo,
         this.sep4,
         this.btnNormal,
         this.btnAddLine,
         this.btnAddConnector,
         this.btnAddComplex
     });
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.ilStandard;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(784, 28);
     this.toolBar1.TabIndex       = 2;
     //
     // btnNew
     //
     this.btnNew.ImageIndex = 0;
     this.btnNew.Name       = "btnNew";
     //
     // btnOpen
     //
     this.btnOpen.ImageIndex = 1;
     this.btnOpen.Name       = "btnOpen";
     //
     // btnSave
     //
     this.btnSave.ImageIndex = 2;
     this.btnSave.Name       = "btnSave";
     //
     // sep1
     //
     this.sep1.Name  = "sep1";
     this.sep1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // btnPrint
     //
     this.btnPrint.ImageIndex = 3;
     this.btnPrint.Name       = "btnPrint";
     //
     // sep2
     //
     this.sep2.Name  = "sep2";
     this.sep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // btnCut
     //
     this.btnCut.ImageIndex = 4;
     this.btnCut.Name       = "btnCut";
     //
     // btnCopy
     //
     this.btnCopy.ImageIndex = 5;
     this.btnCopy.Name       = "btnCopy";
     //
     // btnPaste
     //
     this.btnPaste.ImageIndex = 6;
     this.btnPaste.Name       = "btnPaste";
     //
     // sep3
     //
     this.sep3.Name  = "sep3";
     this.sep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // btnUndo
     //
     this.btnUndo.ImageIndex = 7;
     this.btnUndo.Name       = "btnUndo";
     //
     // btnRedo
     //
     this.btnRedo.ImageIndex = 8;
     this.btnRedo.Name       = "btnRedo";
     //
     // sep4
     //
     this.sep4.Name  = "sep4";
     this.sep4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // btnNormal
     //
     this.btnNormal.ImageIndex = 11;
     this.btnNormal.Name       = "btnNormal";
     this.btnNormal.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     //
     // btnAddLine
     //
     this.btnAddLine.ImageIndex = 9;
     this.btnAddLine.Name       = "btnAddLine";
     this.btnAddLine.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     //
     // btnAddConnector
     //
     this.btnAddConnector.ImageIndex = 10;
     this.btnAddConnector.Name       = "btnAddConnector";
     this.btnAddConnector.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     //
     // btnAddComplex
     //
     this.btnAddComplex.ImageIndex = 12;
     this.btnAddComplex.Name       = "btnAddComplex";
     this.btnAddComplex.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     //
     // palette1
     //
     this.palette1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.palette1.BackColor         = System.Drawing.SystemColors.Control;
     this.palette1.BorderColor       = System.Drawing.Color.Black;
     this.palette1.Dock           = System.Windows.Forms.DockStyle.Left;
     this.palette1.DragElement    = null;
     this.palette1.DragSelect     = false;
     this.palette1.DrawGrid       = false;
     this.palette1.DrawSelections = false;
     this.palette1.FillColor      = System.Drawing.Color.White;
     this.palette1.ForeColor      = System.Drawing.Color.Black;
     this.palette1.GradientColor  = System.Drawing.SystemColors.Control;
     this.palette1.GridColor      = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.palette1.GridSize       = new System.Drawing.Size(20, 20);
     this.palette1.ItemSize       = new System.Drawing.Size(18, 18);
     this.palette1.Location       = new System.Drawing.Point(0, 28);
     this.palette1.Name           = "palette1";
     paging1.Enabled        = true;
     margin1.Bottom         = 0F;
     margin1.Left           = 0F;
     margin1.Right          = 0F;
     margin1.Top            = 0F;
     paging1.Margin         = margin1;
     paging1.Padding        = new System.Drawing.SizeF(40F, 40F);
     paging1.Page           = 1;
     paging1.PageSize       = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging1.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
     this.palette1.Paging   = paging1;
     this.palette1.Size     = new System.Drawing.Size(195, 492);
     this.palette1.Spacing  = new System.Drawing.Size(20, 22);
     this.palette1.TabIndex = 3;
     this.palette1.Zoom     = 100F;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(195, 28);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(2, 492);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop  = false;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 520);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.palette1);
     this.Controls.Add(this.toolBar1);
     this.IsMdiContainer = true;
     this.Menu           = this.mainMenu1;
     this.Name           = "frmMain";
     this.Text           = "Editor Example";
     this.Load          += new System.EventHandler(this.frmMain_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Crainiate.Diagramming.Forms.Paging paging2 = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin margin2 = new Crainiate.Diagramming.Forms.Margin();
     this.ok_button         = new System.Windows.Forms.Button();
     this.cancel_btton      = new System.Windows.Forms.Button();
     this.diagram1          = new Crainiate.Diagramming.Forms.Diagram();
     this.description_label = new System.Windows.Forms.Label();
     this.name_text         = new System.Windows.Forms.TextBox();
     this.name_label        = new System.Windows.Forms.Label();
     this.expression_label  = new System.Windows.Forms.Label();
     this.expression_text   = new System.Windows.Forms.TextBox();
     this.equal_label       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // ok_button
     //
     this.ok_button.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.ok_button.Location                = new System.Drawing.Point(121, 307);
     this.ok_button.Name                    = "ok_button";
     this.ok_button.Size                    = new System.Drawing.Size(109, 37);
     this.ok_button.TabIndex                = 1;
     this.ok_button.Text                    = "Ok";
     this.ok_button.UseVisualStyleBackColor = true;
     //
     // cancel_btton
     //
     this.cancel_btton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel_btton.Location                = new System.Drawing.Point(236, 307);
     this.cancel_btton.Name                    = "cancel_btton";
     this.cancel_btton.Size                    = new System.Drawing.Size(109, 37);
     this.cancel_btton.TabIndex                = 2;
     this.cancel_btton.Text                    = "Cancel";
     this.cancel_btton.UseVisualStyleBackColor = true;
     //
     // diagram1
     //
     this.diagram1.AllowDrop         = true;
     this.diagram1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.diagram1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.diagram1.DragElement = null;
     this.diagram1.GridColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.diagram1.GridSize    = new System.Drawing.Size(15, 15);
     this.diagram1.GridStyle   = Crainiate.Diagramming.GridStyle.Pixel;
     this.diagram1.Location    = new System.Drawing.Point(0, 0);
     this.diagram1.Name        = "diagram1";
     paging2.Enabled           = true;
     margin2.Bottom            = 0F;
     margin2.Left           = 0F;
     margin2.Right          = 0F;
     margin2.Top            = 0F;
     paging2.Margin         = margin2;
     paging2.Padding        = new System.Drawing.SizeF(40F, 40F);
     paging2.Page           = 1;
     paging2.PageSize       = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging2.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
     this.diagram1.Paging   = paging2;
     this.diagram1.Size     = new System.Drawing.Size(490, 301);
     this.diagram1.TabIndex = 1;
     this.diagram1.Zoom     = 100F;
     //
     // description_label
     //
     this.description_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.description_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.description_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.description_label.Location    = new System.Drawing.Point(121, 27);
     this.description_label.Name        = "description_label";
     this.description_label.Padding     = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.description_label.Size        = new System.Drawing.Size(351, 55);
     this.description_label.TabIndex    = 3;
     this.description_label.Text        = "An input statement reads a value from the keyboard and stores the result in a var" +
                                          "iable.";
     //
     // name_text
     //
     this.name_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.name_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.name_text.Location     = new System.Drawing.Point(12, 200);
     this.name_text.Name         = "name_text";
     this.name_text.Size         = new System.Drawing.Size(115, 28);
     this.name_text.TabIndex     = 4;
     this.name_text.TextChanged += new System.EventHandler(this.name_text_TextChanged);
     //
     // name_label
     //
     this.name_label.AutoSize    = true;
     this.name_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.name_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.name_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.name_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.name_label.Location    = new System.Drawing.Point(12, 170);
     this.name_label.Name        = "name_label";
     this.name_label.Size        = new System.Drawing.Size(112, 19);
     this.name_label.TabIndex    = 5;
     this.name_label.Text        = "Variable name:";
     //
     // expression_label
     //
     this.expression_label.AutoSize    = true;
     this.expression_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.expression_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.expression_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.expression_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.expression_label.Location    = new System.Drawing.Point(237, 140);
     this.expression_label.Name        = "expression_label";
     this.expression_label.Size        = new System.Drawing.Size(132, 19);
     this.expression_label.TabIndex    = 6;
     this.expression_label.Text        = "Value expression:";
     //
     // expression_text
     //
     this.expression_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.expression_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.expression_text.Location     = new System.Drawing.Point(236, 170);
     this.expression_text.Multiline    = true;
     this.expression_text.Name         = "expression_text";
     this.expression_text.ScrollBars   = System.Windows.Forms.ScrollBars.Both;
     this.expression_text.Size         = new System.Drawing.Size(236, 116);
     this.expression_text.TabIndex     = 7;
     this.expression_text.TextChanged += new System.EventHandler(this.expression_text_TextChanged);
     //
     // equal_label
     //
     this.equal_label.AutoSize  = true;
     this.equal_label.BackColor = System.Drawing.Color.Transparent;
     this.equal_label.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.equal_label.Font      = new System.Drawing.Font("Lucida Sans Unicode", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.equal_label.Location  = new System.Drawing.Point(140, 185);
     this.equal_label.Name      = "equal_label";
     this.equal_label.Size      = new System.Drawing.Size(67, 48);
     this.equal_label.TabIndex  = 8;
     this.equal_label.Text      = " =";
     this.equal_label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // Assign
     //
     this.AcceptButton        = this.ok_button;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.CancelButton        = this.cancel_btton;
     this.ClientSize          = new System.Drawing.Size(490, 355);
     this.Controls.Add(this.equal_label);
     this.Controls.Add(this.expression_text);
     this.Controls.Add(this.expression_label);
     this.Controls.Add(this.name_label);
     this.Controls.Add(this.name_text);
     this.Controls.Add(this.description_label);
     this.Controls.Add(this.cancel_btton);
     this.Controls.Add(this.ok_button);
     this.Controls.Add(this.diagram1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Assign";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Assign Properties";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Crainiate.Diagramming.Forms.Paging paging5 = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin margin5 = new Crainiate.Diagramming.Forms.Margin();
     this.ok_button         = new System.Windows.Forms.Button();
     this.cancel_button     = new System.Windows.Forms.Button();
     this.diagram1          = new Crainiate.Diagramming.Forms.Diagram();
     this.description_label = new System.Windows.Forms.Label();
     this.variable_text     = new System.Windows.Forms.TextBox();
     this.variable_label    = new System.Windows.Forms.Label();
     this.start_label       = new System.Windows.Forms.Label();
     this.start_text        = new System.Windows.Forms.TextBox();
     this.end_label         = new System.Windows.Forms.Label();
     this.end_text          = new System.Windows.Forms.TextBox();
     this.step_label        = new System.Windows.Forms.Label();
     this.step_text         = new System.Windows.Forms.TextBox();
     this.behaviour_label   = new System.Windows.Forms.Label();
     this.behaviour_box     = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // ok_button
     //
     this.ok_button.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.ok_button.Location                = new System.Drawing.Point(128, 417);
     this.ok_button.Name                    = "ok_button";
     this.ok_button.Size                    = new System.Drawing.Size(109, 37);
     this.ok_button.TabIndex                = 1;
     this.ok_button.Text                    = "Ok";
     this.ok_button.UseVisualStyleBackColor = true;
     //
     // cancel_button
     //
     this.cancel_button.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel_button.Location                = new System.Drawing.Point(243, 417);
     this.cancel_button.Name                    = "cancel_button";
     this.cancel_button.Size                    = new System.Drawing.Size(109, 37);
     this.cancel_button.TabIndex                = 2;
     this.cancel_button.Text                    = "Cancel";
     this.cancel_button.UseVisualStyleBackColor = true;
     //
     // diagram1
     //
     this.diagram1.AllowDrop         = true;
     this.diagram1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.diagram1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.diagram1.DragElement = null;
     this.diagram1.GridColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.diagram1.GridSize    = new System.Drawing.Size(15, 15);
     this.diagram1.GridStyle   = Crainiate.Diagramming.GridStyle.Pixel;
     this.diagram1.Location    = new System.Drawing.Point(0, 0);
     this.diagram1.Name        = "diagram1";
     paging5.Enabled           = true;
     margin5.Bottom            = 0F;
     margin5.Left           = 0F;
     margin5.Right          = 0F;
     margin5.Top            = 0F;
     paging5.Margin         = margin5;
     paging5.Padding        = new System.Drawing.SizeF(40F, 40F);
     paging5.Page           = 1;
     paging5.PageSize       = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging5.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
     this.diagram1.Paging   = paging5;
     this.diagram1.Size     = new System.Drawing.Size(501, 391);
     this.diagram1.TabIndex = 1;
     this.diagram1.Zoom     = 100F;
     //
     // description_label
     //
     this.description_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.description_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.description_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.description_label.Location    = new System.Drawing.Point(140, 27);
     this.description_label.Name        = "description_label";
     this.description_label.Padding     = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.description_label.Size        = new System.Drawing.Size(351, 47);
     this.description_label.TabIndex    = 3;
     this.description_label.Text        = "A for loop increments or decrements a variable through a range of values.";
     //
     // variable_text
     //
     this.variable_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.variable_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.variable_text.Location     = new System.Drawing.Point(15, 165);
     this.variable_text.Name         = "variable_text";
     this.variable_text.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.variable_text.Size         = new System.Drawing.Size(242, 28);
     this.variable_text.TabIndex     = 4;
     this.variable_text.TextChanged += new System.EventHandler(this.variable_text_TextChanged);
     //
     // variable_label
     //
     this.variable_label.AutoSize    = true;
     this.variable_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.variable_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.variable_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.variable_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.variable_label.Location    = new System.Drawing.Point(15, 135);
     this.variable_label.Name        = "variable_label";
     this.variable_label.Size        = new System.Drawing.Size(242, 19);
     this.variable_label.TabIndex    = 5;
     this.variable_label.Text        = "Enter a loop variable name below:";
     //
     // start_label
     //
     this.start_label.AutoSize    = true;
     this.start_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.start_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.start_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.start_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.start_label.Location    = new System.Drawing.Point(15, 220);
     this.start_label.Name        = "start_label";
     this.start_label.Size        = new System.Drawing.Size(182, 19);
     this.start_label.TabIndex    = 6;
     this.start_label.Text        = "Enter a start value below:";
     //
     // start_text
     //
     this.start_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.start_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.start_text.Location     = new System.Drawing.Point(15, 250);
     this.start_text.Name         = "start_text";
     this.start_text.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.start_text.Size         = new System.Drawing.Size(182, 28);
     this.start_text.TabIndex     = 7;
     this.start_text.TextChanged += new System.EventHandler(this.start_text_TextChanged);
     //
     // end_label
     //
     this.end_label.AutoSize    = true;
     this.end_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.end_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.end_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.end_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.end_label.Location    = new System.Drawing.Point(300, 220);
     this.end_label.Name        = "end_label";
     this.end_label.Size        = new System.Drawing.Size(186, 19);
     this.end_label.TabIndex    = 8;
     this.end_label.Text        = "Enter an end value below:";
     //
     // end_text
     //
     this.end_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.end_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.end_text.Location     = new System.Drawing.Point(300, 250);
     this.end_text.Name         = "end_text";
     this.end_text.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.end_text.Size         = new System.Drawing.Size(186, 28);
     this.end_text.TabIndex     = 9;
     this.end_text.TextChanged += new System.EventHandler(this.end_text_TextChanged);
     //
     // step_label
     //
     this.step_label.AutoSize    = true;
     this.step_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.step_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.step_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.step_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step_label.Location    = new System.Drawing.Point(15, 310);
     this.step_label.Name        = "step_label";
     this.step_label.Size        = new System.Drawing.Size(64, 19);
     this.step_label.TabIndex    = 10;
     this.step_label.Text        = "Step by:";
     //
     // step_text
     //
     this.step_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.step_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step_text.Location     = new System.Drawing.Point(15, 340);
     this.step_text.Name         = "step_text";
     this.step_text.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
     this.step_text.Size         = new System.Drawing.Size(153, 28);
     this.step_text.TabIndex     = 11;
     this.step_text.TextChanged += new System.EventHandler(this.step_text_TextChanged);
     //
     // behaviour_label
     //
     this.behaviour_label.AutoSize    = true;
     this.behaviour_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.behaviour_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.behaviour_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.behaviour_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.behaviour_label.Location    = new System.Drawing.Point(300, 310);
     this.behaviour_label.Name        = "behaviour_label";
     this.behaviour_label.Size        = new System.Drawing.Size(82, 19);
     this.behaviour_label.TabIndex    = 12;
     this.behaviour_label.Text        = "Behaviour:";
     //
     // behaviour_box
     //
     this.behaviour_box.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.behaviour_box.Font              = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.behaviour_box.FormattingEnabled = true;
     this.behaviour_box.Items.AddRange(new object[] {
         "Increment",
         "Decrement"
     });
     this.behaviour_box.Location              = new System.Drawing.Point(300, 340);
     this.behaviour_box.Name                  = "behaviour_box";
     this.behaviour_box.Size                  = new System.Drawing.Size(96, 24);
     this.behaviour_box.TabIndex              = 13;
     this.behaviour_box.SelectedIndexChanged += new System.EventHandler(this.behaviour_box_SelectedIndexChanged);
     //
     // ForLoopDialog
     //
     this.AcceptButton        = this.ok_button;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.CancelButton        = this.cancel_button;
     this.ClientSize          = new System.Drawing.Size(501, 461);
     this.Controls.Add(this.behaviour_box);
     this.Controls.Add(this.behaviour_label);
     this.Controls.Add(this.step_text);
     this.Controls.Add(this.step_label);
     this.Controls.Add(this.end_text);
     this.Controls.Add(this.end_label);
     this.Controls.Add(this.start_text);
     this.Controls.Add(this.start_label);
     this.Controls.Add(this.variable_label);
     this.Controls.Add(this.variable_text);
     this.Controls.Add(this.description_label);
     this.Controls.Add(this.cancel_button);
     this.Controls.Add(this.ok_button);
     this.Controls.Add(this.diagram1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ForLoopDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Decision Properties";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Crainiate.Diagramming.Forms.Paging             paging1   = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin             margin1   = new Crainiate.Diagramming.Forms.Margin();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameTableView));
     this.diagram         = new Crainiate.Diagramming.Forms.Diagram();
     this.ribbon1         = new Janus.Windows.Ribbon.Ribbon();
     this.ribbonTab1      = new Janus.Windows.Ribbon.RibbonTab();
     this.ribbonGroup1    = new Janus.Windows.Ribbon.RibbonGroup();
     this.btExportToExcel = new Janus.Windows.Ribbon.ButtonCommand();
     this.btExportToImage = new Janus.Windows.Ribbon.ButtonCommand();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon1)).BeginInit();
     this.SuspendLayout();
     //
     // diagram
     //
     this.diagram.AllowDrop         = true;
     this.diagram.AutoScroll        = true;
     this.diagram.AutoScrollMinSize = new System.Drawing.Size(834, 1163);
     this.diagram.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.diagram.DragElement = null;
     this.diagram.GridColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.diagram.GridSize    = new System.Drawing.Size(20, 20);
     this.diagram.Location    = new System.Drawing.Point(0, 142);
     this.diagram.Name        = "diagram";
     paging1.Enabled          = true;
     margin1.Bottom           = 0F;
     margin1.Left             = 0F;
     margin1.Right            = 0F;
     margin1.Top                      = 0F;
     paging1.Margin                   = margin1;
     paging1.Padding                  = new System.Drawing.SizeF(40F, 40F);
     paging1.Page                     = 1;
     paging1.PageSize                 = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging1.WorkspaceColor           = System.Drawing.SystemColors.AppWorkspace;
     this.diagram.Paging              = paging1;
     this.diagram.Size                = new System.Drawing.Size(803, 215);
     this.diagram.TabIndex            = 6;
     this.diagram.Zoom                = 100F;
     this.diagram.ElementDoubleClick += new System.EventHandler(this.diagram_ElementDoubleClick);
     //
     // ribbon1
     //
     this.ribbon1.BackstageMenuData = "<?xml version=\"1.0\" encoding=\"utf-8\"?><BackstageMenu><ImageKey /><Key /><Text>Fil" +
                                      "e</Text></BackstageMenu>";
     //
     //
     //
     this.ribbon1.HelpButton.Image = ((System.Drawing.Image)(resources.GetObject("ribbon1.HelpButton.Image")));
     this.ribbon1.HelpButton.Key   = "HelpButton";
     this.ribbon1.Location         = new System.Drawing.Point(0, 0);
     this.ribbon1.Name             = "ribbon1";
     this.ribbon1.Size             = new System.Drawing.Size(803, 142);
     //
     //
     //
     this.ribbon1.SuperTipComponent.AutoPopDelay = 2000;
     this.ribbon1.SuperTipComponent.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.ribbon1.SuperTipComponent.ImageList    = null;
     this.ribbon1.TabIndex = 11;
     this.ribbon1.Tabs.AddRange(new Janus.Windows.Ribbon.RibbonTab[] {
         this.ribbonTab1
     });
     this.ribbon1.Text = "";
     //
     // ribbonTab1
     //
     this.ribbonTab1.Groups.AddRange(new Janus.Windows.Ribbon.RibbonGroup[] {
         this.ribbonGroup1
     });
     this.ribbonTab1.Key  = "ribbonTab1";
     this.ribbonTab1.Name = "ribbonTab1";
     this.ribbonTab1.Text = "Главная";
     //
     // ribbonGroup1
     //
     this.ribbonGroup1.Commands.AddRange(new Janus.Windows.Ribbon.CommandBase[] {
         this.btExportToExcel,
         this.btExportToImage
     });
     this.ribbonGroup1.DialogButtonSuperTipSettings.ImageListProvider = this.ribbonGroup1;
     this.ribbonGroup1.Key  = "ribbonGroup1";
     this.ribbonGroup1.Name = "ribbonGroup1";
     this.ribbonGroup1.Text = "Данные";
     //
     // btExportToExcel
     //
     this.btExportToExcel.Image  = ((System.Drawing.Image)(resources.GetObject("btExportToExcel.Image")));
     this.btExportToExcel.Key    = "buttonCommand1";
     this.btExportToExcel.Name   = "btExportToExcel";
     this.btExportToExcel.Text   = "Экспорт в Excel";
     this.btExportToExcel.Click += new Janus.Windows.Ribbon.CommandEventHandler(this.btExportToExcel_Click);
     //
     // btExportToImage
     //
     this.btExportToImage.Icon   = ((System.Drawing.Icon)(resources.GetObject("btExportToImage.Icon")));
     this.btExportToImage.Key    = "buttonCommand2";
     this.btExportToImage.Name   = "btExportToImage";
     this.btExportToImage.Text   = "Экспорт изображения";
     this.btExportToImage.Click += new Janus.Windows.Ribbon.CommandEventHandler(this.btExportToImage_Click);
     //
     // GameTableView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ContentCaption      = "Футбол";
     this.Controls.Add(this.diagram);
     this.Controls.Add(this.ribbon1);
     this.Name = "GameTableView";
     this.Size = new System.Drawing.Size(803, 357);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Crainiate.Diagramming.Forms.Paging paging3 = new Crainiate.Diagramming.Forms.Paging();
     Crainiate.Diagramming.Forms.Margin margin3 = new Crainiate.Diagramming.Forms.Margin();
     this.ok_button         = new System.Windows.Forms.Button();
     this.cancel_button     = new System.Windows.Forms.Button();
     this.diagram1          = new Crainiate.Diagramming.Forms.Diagram();
     this.description_label = new System.Windows.Forms.Label();
     this.name_text         = new System.Windows.Forms.TextBox();
     this.name_label        = new System.Windows.Forms.Label();
     this.data_label        = new System.Windows.Forms.Label();
     this.type_label        = new System.Windows.Forms.Label();
     this.data_box          = new System.Windows.Forms.ComboBox();
     this.type_box          = new System.Windows.Forms.ComboBox();
     this.size_label        = new System.Windows.Forms.Label();
     this.size_text         = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // ok_button
     //
     this.ok_button.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.ok_button.Location                = new System.Drawing.Point(126, 304);
     this.ok_button.Name                    = "ok_button";
     this.ok_button.Size                    = new System.Drawing.Size(109, 37);
     this.ok_button.TabIndex                = 1;
     this.ok_button.Text                    = "Ok";
     this.ok_button.UseVisualStyleBackColor = true;
     //
     // cancel_button
     //
     this.cancel_button.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel_button.Location                = new System.Drawing.Point(241, 304);
     this.cancel_button.Name                    = "cancel_button";
     this.cancel_button.Size                    = new System.Drawing.Size(109, 37);
     this.cancel_button.TabIndex                = 2;
     this.cancel_button.Text                    = "Cancel";
     this.cancel_button.UseVisualStyleBackColor = true;
     //
     // diagram1
     //
     this.diagram1.AllowDrop         = true;
     this.diagram1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.diagram1.Dock        = System.Windows.Forms.DockStyle.Top;
     this.diagram1.DragElement = null;
     this.diagram1.GridColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.diagram1.GridSize    = new System.Drawing.Size(15, 15);
     this.diagram1.GridStyle   = Crainiate.Diagramming.GridStyle.Pixel;
     this.diagram1.Location    = new System.Drawing.Point(0, 0);
     this.diagram1.Name        = "diagram1";
     paging3.Enabled           = true;
     margin3.Bottom            = 0F;
     margin3.Left           = 0F;
     margin3.Right          = 0F;
     margin3.Top            = 0F;
     paging3.Margin         = margin3;
     paging3.Padding        = new System.Drawing.SizeF(40F, 40F);
     paging3.Page           = 1;
     paging3.PageSize       = new System.Drawing.SizeF(793.7008F, 1122.52F);
     paging3.WorkspaceColor = System.Drawing.SystemColors.AppWorkspace;
     this.diagram1.Paging   = paging3;
     this.diagram1.Size     = new System.Drawing.Size(512, 291);
     this.diagram1.TabIndex = 1;
     this.diagram1.Zoom     = 100F;
     //
     // description_label
     //
     this.description_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.description_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.description_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.description_label.Location    = new System.Drawing.Point(125, 28);
     this.description_label.Name        = "description_label";
     this.description_label.Padding     = new System.Windows.Forms.Padding(2);
     this.description_label.Size        = new System.Drawing.Size(377, 53);
     this.description_label.TabIndex    = 3;
     this.description_label.Text        = "A declare statement is used to create single variables and arrays. These variable" +
                                          " are used to store data.";
     //
     // name_text
     //
     this.name_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.name_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.name_text.Location     = new System.Drawing.Point(15, 160);
     this.name_text.Name         = "name_text";
     this.name_text.Size         = new System.Drawing.Size(487, 28);
     this.name_text.TabIndex     = 4;
     this.name_text.TextChanged += new System.EventHandler(this.name_text_TextChanged);
     //
     // name_label
     //
     this.name_label.AutoSize    = true;
     this.name_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.name_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.name_label.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.name_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.name_label.Location    = new System.Drawing.Point(15, 130);
     this.name_label.Name        = "name_label";
     this.name_label.Size        = new System.Drawing.Size(207, 19);
     this.name_label.TabIndex    = 5;
     this.name_label.Text        = "Enter a variable name below:";
     //
     // data_label
     //
     this.data_label.AutoSize    = true;
     this.data_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.data_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.data_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.data_label.Location    = new System.Drawing.Point(15, 220);
     this.data_label.Name        = "data_label";
     this.data_label.Size        = new System.Drawing.Size(82, 19);
     this.data_label.TabIndex    = 6;
     this.data_label.Text        = "Data Type:";
     //
     // type_label
     //
     this.type_label.AutoSize    = true;
     this.type_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.type_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.type_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.type_label.Location    = new System.Drawing.Point(175, 220);
     this.type_label.Name        = "type_label";
     this.type_label.Size        = new System.Drawing.Size(107, 19);
     this.type_label.TabIndex    = 7;
     this.type_label.Text        = "Variable Type:";
     //
     // data_box
     //
     this.data_box.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.data_box.Font              = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.data_box.FormattingEnabled = true;
     this.data_box.Items.AddRange(new object[] {
         "Integer",
         "Float",
         "String",
         "Bool"
     });
     this.data_box.Location              = new System.Drawing.Point(15, 250);
     this.data_box.Name                  = "data_box";
     this.data_box.Size                  = new System.Drawing.Size(82, 24);
     this.data_box.TabIndex              = 8;
     this.data_box.SelectedIndexChanged += new System.EventHandler(this.data_box_SelectedIndexChanged);
     //
     // type_box
     //
     this.type_box.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.type_box.Font              = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.type_box.FormattingEnabled = true;
     this.type_box.Items.AddRange(new object[] {
         "Single",
         "Array"
     });
     this.type_box.Location              = new System.Drawing.Point(175, 250);
     this.type_box.Name                  = "type_box";
     this.type_box.Size                  = new System.Drawing.Size(107, 24);
     this.type_box.TabIndex              = 9;
     this.type_box.SelectedIndexChanged += new System.EventHandler(this.variable_box_SelectedIndexChanged);
     //
     // size_label
     //
     this.size_label.AutoSize    = true;
     this.size_label.BackColor   = System.Drawing.SystemColors.Menu;
     this.size_label.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.size_label.Font        = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.size_label.Location    = new System.Drawing.Point(355, 220);
     this.size_label.Name        = "size_label";
     this.size_label.Size        = new System.Drawing.Size(83, 19);
     this.size_label.TabIndex    = 10;
     this.size_label.Text        = "Array Size:";
     //
     // size_text
     //
     this.size_text.BackColor    = System.Drawing.SystemColors.ButtonHighlight;
     this.size_text.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.size_text.Enabled      = false;
     this.size_text.Font         = new System.Drawing.Font("Lucida Sans Unicode", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.size_text.Location     = new System.Drawing.Point(355, 250);
     this.size_text.Name         = "size_text";
     this.size_text.Size         = new System.Drawing.Size(83, 28);
     this.size_text.TabIndex     = 11;
     this.size_text.TextChanged += new System.EventHandler(this.size_text_TextChanged);
     //
     // DeclareDialog
     //
     this.AcceptButton        = this.ok_button;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.ButtonHighlight;
     this.CancelButton        = this.cancel_button;
     this.ClientSize          = new System.Drawing.Size(512, 353);
     this.Controls.Add(this.size_text);
     this.Controls.Add(this.size_label);
     this.Controls.Add(this.type_box);
     this.Controls.Add(this.data_box);
     this.Controls.Add(this.type_label);
     this.Controls.Add(this.data_label);
     this.Controls.Add(this.name_label);
     this.Controls.Add(this.name_text);
     this.Controls.Add(this.description_label);
     this.Controls.Add(this.cancel_button);
     this.Controls.Add(this.ok_button);
     this.Controls.Add(this.diagram1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DeclareDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Declare Properties";
     this.ResumeLayout(false);
     this.PerformLayout();
 }