diff --git a/Server.MirForms/Database/ItemInfoForm.Designer.cs b/Server.MirForms/Database/ItemInfoForm.Designer.cs index e29dbc38e..cf2b97d28 100644 --- a/Server.MirForms/Database/ItemInfoForm.Designer.cs +++ b/Server.MirForms/Database/ItemInfoForm.Designer.cs @@ -191,9 +191,6 @@ private void InitializeComponent() this.PasteButton = new System.Windows.Forms.Button(); this.CopyMButton = new System.Windows.Forms.Button(); this.ITypeFilterComboBox = new System.Windows.Forms.ComboBox(); - this.ExportAllButton = new System.Windows.Forms.Button(); - this.ExportSelectedButton = new System.Windows.Forms.Button(); - this.ImportButton = new System.Windows.Forms.Button(); this.Gameshop_button = new System.Windows.Forms.Button(); this.ItemInfoPanel.SuspendLayout(); this.tabControl1.SuspendLayout(); @@ -1916,42 +1913,6 @@ private void InitializeComponent() this.ITypeFilterComboBox.TabIndex = 25; this.ITypeFilterComboBox.SelectedIndexChanged += new System.EventHandler(this.ITypeFilterComboBox_SelectedIndexChanged); // - // ExportAllButton - // - this.ExportAllButton.Enabled = false; - this.ExportAllButton.Location = new System.Drawing.Point(710, 12); - this.ExportAllButton.Name = "ExportAllButton"; - this.ExportAllButton.Size = new System.Drawing.Size(76, 23); - this.ExportAllButton.TabIndex = 26; - this.ExportAllButton.Text = "Export All"; - this.ExportAllButton.UseVisualStyleBackColor = true; - this.ExportAllButton.Visible = false; - this.ExportAllButton.Click += new System.EventHandler(this.ExportAllButton_Click); - // - // ExportSelectedButton - // - this.ExportSelectedButton.Enabled = false; - this.ExportSelectedButton.Location = new System.Drawing.Point(612, 12); - this.ExportSelectedButton.Name = "ExportSelectedButton"; - this.ExportSelectedButton.Size = new System.Drawing.Size(94, 23); - this.ExportSelectedButton.TabIndex = 27; - this.ExportSelectedButton.Text = "Export Selected"; - this.ExportSelectedButton.UseVisualStyleBackColor = true; - this.ExportSelectedButton.Visible = false; - this.ExportSelectedButton.Click += new System.EventHandler(this.ExportSelectedButton_Click); - // - // ImportButton - // - this.ImportButton.Enabled = false; - this.ImportButton.Location = new System.Drawing.Point(531, 12); - this.ImportButton.Name = "ImportButton"; - this.ImportButton.Size = new System.Drawing.Size(75, 23); - this.ImportButton.TabIndex = 28; - this.ImportButton.Text = "Import"; - this.ImportButton.UseVisualStyleBackColor = true; - this.ImportButton.Visible = false; - this.ImportButton.Click += new System.EventHandler(this.ImportButton_Click); - // // Gameshop_button // this.Gameshop_button.Location = new System.Drawing.Point(422, 12); @@ -1968,9 +1929,6 @@ private void InitializeComponent() this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(812, 479); this.Controls.Add(this.Gameshop_button); - this.Controls.Add(this.ImportButton); - this.Controls.Add(this.ExportSelectedButton); - this.Controls.Add(this.ExportAllButton); this.Controls.Add(this.ITypeFilterComboBox); this.Controls.Add(this.PasteButton); this.Controls.Add(this.CopyMButton); @@ -2076,9 +2034,6 @@ private void InitializeComponent() private System.Windows.Forms.TextBox EffectTextBox; private System.Windows.Forms.Label label34; private System.Windows.Forms.ComboBox ITypeFilterComboBox; - private System.Windows.Forms.Button ExportAllButton; - private System.Windows.Forms.Button ExportSelectedButton; - private System.Windows.Forms.Button ImportButton; private System.Windows.Forms.Label label35; private System.Windows.Forms.ComboBox ISetComboBox; private System.Windows.Forms.TextBox PoisonRecoverytextBox; diff --git a/Server.MirForms/Database/MonsterInfoForm.Designer.cs b/Server.MirForms/Database/MonsterInfoForm.Designer.cs index 1798fa1bc..bef60c101 100644 --- a/Server.MirForms/Database/MonsterInfoForm.Designer.cs +++ b/Server.MirForms/Database/MonsterInfoForm.Designer.cs @@ -31,6 +31,8 @@ private void InitializeComponent() this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.MonsterInfoPanel = new System.Windows.Forms.Panel(); + this.fileNameLabel = new System.Windows.Forms.Label(); + this.label11 = new System.Windows.Forms.Label(); this.UndeadCheckBox = new System.Windows.Forms.CheckBox(); this.AutoRevCheckBox = new System.Windows.Forms.CheckBox(); this.ImageComboBox = new System.Windows.Forms.ComboBox(); @@ -90,12 +92,7 @@ private void InitializeComponent() this.MonsterInfoListBox = new System.Windows.Forms.ListBox(); this.PasteMButton = new System.Windows.Forms.Button(); this.CopyMButton = new System.Windows.Forms.Button(); - this.ExportButton = new System.Windows.Forms.Button(); - this.ImportButton = new System.Windows.Forms.Button(); - this.ExportSelectedButton = new System.Windows.Forms.Button(); this.DropBuilderButton = new System.Windows.Forms.Button(); - this.label11 = new System.Windows.Forms.Label(); - this.fileNameLabel = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.MonsterInfoPanel.SuspendLayout(); @@ -107,10 +104,10 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); - this.tabControl1.Location = new System.Drawing.Point(174, 38); + this.tabControl1.Location = new System.Drawing.Point(174, 41); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(635, 305); + this.tabControl1.Size = new System.Drawing.Size(635, 330); this.tabControl1.TabIndex = 16; // // tabPage1 @@ -119,7 +116,7 @@ private void InitializeComponent() this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(627, 279); + this.tabPage1.Size = new System.Drawing.Size(627, 304); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Info"; this.tabPage1.UseVisualStyleBackColor = true; @@ -186,17 +183,35 @@ private void InitializeComponent() this.MonsterInfoPanel.Controls.Add(this.MonsterIndexTextBox); this.MonsterInfoPanel.Controls.Add(this.label1); this.MonsterInfoPanel.Enabled = false; - this.MonsterInfoPanel.Location = new System.Drawing.Point(3, 6); + this.MonsterInfoPanel.Location = new System.Drawing.Point(3, 7); this.MonsterInfoPanel.Name = "MonsterInfoPanel"; - this.MonsterInfoPanel.Size = new System.Drawing.Size(618, 270); + this.MonsterInfoPanel.Size = new System.Drawing.Size(618, 293); this.MonsterInfoPanel.TabIndex = 11; // + // fileNameLabel + // + this.fileNameLabel.AutoSize = true; + this.fileNameLabel.Location = new System.Drawing.Point(478, 34); + this.fileNameLabel.Name = "fileNameLabel"; + this.fileNameLabel.Size = new System.Drawing.Size(33, 13); + this.fileNameLabel.TabIndex = 90; + this.fileNameLabel.Text = "-1.Lib"; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(413, 34); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(51, 13); + this.label11.TabIndex = 89; + this.label11.Text = "fileName:"; + // // UndeadCheckBox // this.UndeadCheckBox.AutoSize = true; - this.UndeadCheckBox.Location = new System.Drawing.Point(353, 174); + this.UndeadCheckBox.Location = new System.Drawing.Point(353, 189); this.UndeadCheckBox.Name = "UndeadCheckBox"; - this.UndeadCheckBox.Size = new System.Drawing.Size(60, 16); + this.UndeadCheckBox.Size = new System.Drawing.Size(64, 17); this.UndeadCheckBox.TabIndex = 88; this.UndeadCheckBox.Text = "Undead"; this.UndeadCheckBox.UseVisualStyleBackColor = true; @@ -205,9 +220,9 @@ private void InitializeComponent() // AutoRevCheckBox // this.AutoRevCheckBox.AutoSize = true; - this.AutoRevCheckBox.Location = new System.Drawing.Point(353, 152); + this.AutoRevCheckBox.Location = new System.Drawing.Point(353, 165); this.AutoRevCheckBox.Name = "AutoRevCheckBox"; - this.AutoRevCheckBox.Size = new System.Drawing.Size(72, 16); + this.AutoRevCheckBox.Size = new System.Drawing.Size(71, 17); this.AutoRevCheckBox.TabIndex = 87; this.AutoRevCheckBox.Text = "Auto Rev"; this.AutoRevCheckBox.UseVisualStyleBackColor = true; @@ -217,9 +232,9 @@ private void InitializeComponent() // this.ImageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ImageComboBox.FormattingEnabled = true; - this.ImageComboBox.Location = new System.Drawing.Point(271, 28); + this.ImageComboBox.Location = new System.Drawing.Point(271, 30); this.ImageComboBox.Name = "ImageComboBox"; - this.ImageComboBox.Size = new System.Drawing.Size(128, 20); + this.ImageComboBox.Size = new System.Drawing.Size(128, 21); this.ImageComboBox.Sorted = true; this.ImageComboBox.TabIndex = 85; this.ImageComboBox.SelectedIndexChanged += new System.EventHandler(this.ImageComboBox_SelectedIndexChanged); @@ -227,36 +242,36 @@ private void InitializeComponent() // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(226, 31); + this.label10.Location = new System.Drawing.Point(226, 34); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(41, 12); + this.label10.Size = new System.Drawing.Size(39, 13); this.label10.TabIndex = 86; this.label10.Text = "Image:"; // // CoolEyeTextBox // - this.CoolEyeTextBox.Location = new System.Drawing.Point(533, 53); + this.CoolEyeTextBox.Location = new System.Drawing.Point(533, 57); this.CoolEyeTextBox.MaxLength = 3; this.CoolEyeTextBox.Name = "CoolEyeTextBox"; - this.CoolEyeTextBox.Size = new System.Drawing.Size(37, 21); + this.CoolEyeTextBox.Size = new System.Drawing.Size(37, 20); this.CoolEyeTextBox.TabIndex = 83; this.CoolEyeTextBox.TextChanged += new System.EventHandler(this.CoolEyeTextBox_TextChanged); // // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(475, 55); + this.label12.Location = new System.Drawing.Point(475, 60); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(59, 12); + this.label12.Size = new System.Drawing.Size(52, 13); this.label12.TabIndex = 84; this.label12.Text = "Cool Eye:"; // // CanTameCheckBox // this.CanTameCheckBox.AutoSize = true; - this.CanTameCheckBox.Location = new System.Drawing.Point(256, 174); + this.CanTameCheckBox.Location = new System.Drawing.Point(256, 189); this.CanTameCheckBox.Name = "CanTameCheckBox"; - this.CanTameCheckBox.Size = new System.Drawing.Size(72, 16); + this.CanTameCheckBox.Size = new System.Drawing.Size(75, 17); this.CanTameCheckBox.TabIndex = 82; this.CanTameCheckBox.Text = "Can Tame"; this.CanTameCheckBox.UseVisualStyleBackColor = true; @@ -265,9 +280,9 @@ private void InitializeComponent() // CanPushCheckBox // this.CanPushCheckBox.AutoSize = true; - this.CanPushCheckBox.Location = new System.Drawing.Point(256, 152); + this.CanPushCheckBox.Location = new System.Drawing.Point(256, 165); this.CanPushCheckBox.Name = "CanPushCheckBox"; - this.CanPushCheckBox.Size = new System.Drawing.Size(72, 16); + this.CanPushCheckBox.Size = new System.Drawing.Size(72, 17); this.CanPushCheckBox.TabIndex = 81; this.CanPushCheckBox.Text = "Can Push"; this.CanPushCheckBox.UseVisualStyleBackColor = true; @@ -275,396 +290,396 @@ private void InitializeComponent() // // ViewRangeTextBox // - this.ViewRangeTextBox.Location = new System.Drawing.Point(430, 53); + this.ViewRangeTextBox.Location = new System.Drawing.Point(430, 57); this.ViewRangeTextBox.MaxLength = 3; this.ViewRangeTextBox.Name = "ViewRangeTextBox"; - this.ViewRangeTextBox.Size = new System.Drawing.Size(30, 21); + this.ViewRangeTextBox.Size = new System.Drawing.Size(30, 20); this.ViewRangeTextBox.TabIndex = 79; this.ViewRangeTextBox.TextChanged += new System.EventHandler(this.ViewRangeTextBox_TextChanged); // // label33 // this.label33.AutoSize = true; - this.label33.Location = new System.Drawing.Point(356, 55); + this.label33.Location = new System.Drawing.Point(356, 60); this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(71, 12); + this.label33.Size = new System.Drawing.Size(68, 13); this.label33.TabIndex = 80; this.label33.Text = "View Range:"; // // LightTextBox // - this.LightTextBox.Location = new System.Drawing.Point(320, 52); + this.LightTextBox.Location = new System.Drawing.Point(320, 56); this.LightTextBox.MaxLength = 3; this.LightTextBox.Name = "LightTextBox"; - this.LightTextBox.Size = new System.Drawing.Size(30, 21); + this.LightTextBox.Size = new System.Drawing.Size(30, 20); this.LightTextBox.TabIndex = 6; this.LightTextBox.TextChanged += new System.EventHandler(this.LightTextBox_TextChanged); // // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(281, 54); + this.label9.Location = new System.Drawing.Point(281, 59); this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(41, 12); + this.label9.Size = new System.Drawing.Size(33, 13); this.label9.TabIndex = 76; this.label9.Text = "Light:"; // // ExperienceTextBox // - this.ExperienceTextBox.Location = new System.Drawing.Point(234, 76); + this.ExperienceTextBox.Location = new System.Drawing.Point(234, 82); this.ExperienceTextBox.MaxLength = 10; this.ExperienceTextBox.Name = "ExperienceTextBox"; - this.ExperienceTextBox.Size = new System.Drawing.Size(72, 21); + this.ExperienceTextBox.Size = new System.Drawing.Size(72, 20); this.ExperienceTextBox.TabIndex = 8; this.ExperienceTextBox.TextChanged += new System.EventHandler(this.ExperienceTextBox_TextChanged); // // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(165, 78); + this.label7.Location = new System.Drawing.Point(165, 85); this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(71, 12); + this.label7.Size = new System.Drawing.Size(63, 13); this.label7.TabIndex = 74; this.label7.Text = "Experience:"; // // MSpeedTextBox // - this.MSpeedTextBox.Location = new System.Drawing.Point(210, 172); + this.MSpeedTextBox.Location = new System.Drawing.Point(210, 186); this.MSpeedTextBox.MaxLength = 5; this.MSpeedTextBox.Name = "MSpeedTextBox"; - this.MSpeedTextBox.Size = new System.Drawing.Size(40, 21); + this.MSpeedTextBox.Size = new System.Drawing.Size(40, 20); this.MSpeedTextBox.TabIndex = 22; this.MSpeedTextBox.TextChanged += new System.EventHandler(this.MSpeedTextBox_TextChanged); // // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(133, 174); + this.label6.Location = new System.Drawing.Point(133, 189); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(71, 12); + this.label6.Size = new System.Drawing.Size(71, 13); this.label6.TabIndex = 72; this.label6.Text = "Move Speed:"; // // ASpeedTextBox // - this.ASpeedTextBox.Location = new System.Drawing.Point(87, 172); + this.ASpeedTextBox.Location = new System.Drawing.Point(87, 186); this.ASpeedTextBox.MaxLength = 5; this.ASpeedTextBox.Name = "ASpeedTextBox"; - this.ASpeedTextBox.Size = new System.Drawing.Size(40, 21); + this.ASpeedTextBox.Size = new System.Drawing.Size(40, 20); this.ASpeedTextBox.TabIndex = 21; this.ASpeedTextBox.TextChanged += new System.EventHandler(this.ASpeedTextBox_TextChanged); // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(6, 174); + this.label5.Location = new System.Drawing.Point(6, 189); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(83, 12); + this.label5.Size = new System.Drawing.Size(75, 13); this.label5.TabIndex = 70; this.label5.Text = "Attack Speed:"; // // LevelTextBox // - this.LevelTextBox.Location = new System.Drawing.Point(245, 52); + this.LevelTextBox.Location = new System.Drawing.Point(245, 56); this.LevelTextBox.MaxLength = 3; this.LevelTextBox.Name = "LevelTextBox"; - this.LevelTextBox.Size = new System.Drawing.Size(30, 21); + this.LevelTextBox.Size = new System.Drawing.Size(30, 20); this.LevelTextBox.TabIndex = 5; this.LevelTextBox.TextChanged += new System.EventHandler(this.LevelTextBox_TextChanged); // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(203, 55); + this.label4.Location = new System.Drawing.Point(203, 60); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(41, 12); + this.label4.Size = new System.Drawing.Size(36, 13); this.label4.TabIndex = 68; this.label4.Text = "Level:"; // // EffectTextBox // - this.EffectTextBox.Location = new System.Drawing.Point(167, 52); + this.EffectTextBox.Location = new System.Drawing.Point(167, 56); this.EffectTextBox.MaxLength = 3; this.EffectTextBox.Name = "EffectTextBox"; - this.EffectTextBox.Size = new System.Drawing.Size(30, 21); + this.EffectTextBox.Size = new System.Drawing.Size(30, 20); this.EffectTextBox.TabIndex = 4; this.EffectTextBox.TextChanged += new System.EventHandler(this.EffectTextBox_TextChanged); // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(123, 55); + this.label2.Location = new System.Drawing.Point(123, 60); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(47, 12); + this.label2.Size = new System.Drawing.Size(38, 13); this.label2.TabIndex = 66; this.label2.Text = "Effect:"; // // AITextBox // - this.AITextBox.Location = new System.Drawing.Point(87, 52); + this.AITextBox.Location = new System.Drawing.Point(87, 56); this.AITextBox.MaxLength = 3; this.AITextBox.Name = "AITextBox"; - this.AITextBox.Size = new System.Drawing.Size(30, 21); + this.AITextBox.Size = new System.Drawing.Size(30, 20); this.AITextBox.TabIndex = 3; this.AITextBox.TextChanged += new System.EventHandler(this.AITextBox_TextChanged); // // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(61, 55); + this.label8.Location = new System.Drawing.Point(61, 60); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(23, 12); + this.label8.Size = new System.Drawing.Size(20, 13); this.label8.TabIndex = 64; this.label8.Text = "AI:"; // // AgilityTextBox // - this.AgilityTextBox.Location = new System.Drawing.Point(176, 148); + this.AgilityTextBox.Location = new System.Drawing.Point(176, 160); this.AgilityTextBox.MaxLength = 5; this.AgilityTextBox.Name = "AgilityTextBox"; - this.AgilityTextBox.Size = new System.Drawing.Size(30, 21); + this.AgilityTextBox.Size = new System.Drawing.Size(30, 20); this.AgilityTextBox.TabIndex = 20; this.AgilityTextBox.TextChanged += new System.EventHandler(this.AgilityTextBox_TextChanged); // // label26 // this.label26.AutoSize = true; - this.label26.Location = new System.Drawing.Point(133, 150); + this.label26.Location = new System.Drawing.Point(133, 163); this.label26.Name = "label26"; - this.label26.Size = new System.Drawing.Size(53, 12); + this.label26.Size = new System.Drawing.Size(37, 13); this.label26.TabIndex = 58; this.label26.Text = "Agility:"; // // AccuracyTextBox // - this.AccuracyTextBox.Location = new System.Drawing.Point(87, 148); + this.AccuracyTextBox.Location = new System.Drawing.Point(87, 160); this.AccuracyTextBox.MaxLength = 5; this.AccuracyTextBox.Name = "AccuracyTextBox"; - this.AccuracyTextBox.Size = new System.Drawing.Size(30, 21); + this.AccuracyTextBox.Size = new System.Drawing.Size(30, 20); this.AccuracyTextBox.TabIndex = 19; this.AccuracyTextBox.TextChanged += new System.EventHandler(this.AccuracyTextBox_TextChanged); // // label27 // this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(26, 150); + this.label27.Location = new System.Drawing.Point(26, 163); this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(59, 12); + this.label27.Size = new System.Drawing.Size(55, 13); this.label27.TabIndex = 56; this.label27.Text = "Accuracy:"; // // HPTextBox // - this.HPTextBox.Location = new System.Drawing.Point(87, 76); + this.HPTextBox.Location = new System.Drawing.Point(87, 82); this.HPTextBox.MaxLength = 10; this.HPTextBox.Name = "HPTextBox"; - this.HPTextBox.Size = new System.Drawing.Size(72, 21); + this.HPTextBox.Size = new System.Drawing.Size(72, 20); this.HPTextBox.TabIndex = 7; this.HPTextBox.TextChanged += new System.EventHandler(this.HPTextBox_TextChanged); // // label25 // this.label25.AutoSize = true; - this.label25.Location = new System.Drawing.Point(56, 78); + this.label25.Location = new System.Drawing.Point(56, 85); this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(23, 12); + this.label25.Size = new System.Drawing.Size(25, 13); this.label25.TabIndex = 52; this.label25.Text = "HP:"; // // MaxSCTextBox // - this.MaxSCTextBox.Location = new System.Drawing.Point(520, 124); + this.MaxSCTextBox.Location = new System.Drawing.Point(520, 134); this.MaxSCTextBox.MaxLength = 5; this.MaxSCTextBox.Name = "MaxSCTextBox"; - this.MaxSCTextBox.Size = new System.Drawing.Size(50, 21); + this.MaxSCTextBox.Size = new System.Drawing.Size(50, 20); this.MaxSCTextBox.TabIndex = 18; this.MaxSCTextBox.TextChanged += new System.EventHandler(this.MaxSCTextBox_TextChanged); // // label22 // this.label22.AutoSize = true; - this.label22.Location = new System.Drawing.Point(465, 126); + this.label22.Location = new System.Drawing.Point(465, 137); this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(47, 12); + this.label22.Size = new System.Drawing.Size(47, 13); this.label22.TabIndex = 50; this.label22.Text = "Max SC:"; // // MinSCTextBox // - this.MinSCTextBox.Location = new System.Drawing.Point(520, 100); + this.MinSCTextBox.Location = new System.Drawing.Point(520, 108); this.MinSCTextBox.MaxLength = 5; this.MinSCTextBox.Name = "MinSCTextBox"; - this.MinSCTextBox.Size = new System.Drawing.Size(50, 21); + this.MinSCTextBox.Size = new System.Drawing.Size(50, 20); this.MinSCTextBox.TabIndex = 17; this.MinSCTextBox.TextChanged += new System.EventHandler(this.MinSCTextBox_TextChanged); // // label23 // this.label23.AutoSize = true; - this.label23.Location = new System.Drawing.Point(468, 102); + this.label23.Location = new System.Drawing.Point(468, 111); this.label23.Name = "label23"; - this.label23.Size = new System.Drawing.Size(47, 12); + this.label23.Size = new System.Drawing.Size(44, 13); this.label23.TabIndex = 48; this.label23.Text = "Min SC:"; // // MaxMCTextBox // - this.MaxMCTextBox.Location = new System.Drawing.Point(409, 124); + this.MaxMCTextBox.Location = new System.Drawing.Point(409, 134); this.MaxMCTextBox.MaxLength = 5; this.MaxMCTextBox.Name = "MaxMCTextBox"; - this.MaxMCTextBox.Size = new System.Drawing.Size(50, 21); + this.MaxMCTextBox.Size = new System.Drawing.Size(50, 20); this.MaxMCTextBox.TabIndex = 16; this.MaxMCTextBox.TextChanged += new System.EventHandler(this.MaxMCTextBox_TextChanged); // // label18 // this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(354, 126); + this.label18.Location = new System.Drawing.Point(354, 137); this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(47, 12); + this.label18.Size = new System.Drawing.Size(49, 13); this.label18.TabIndex = 46; this.label18.Text = "Max MC:"; // // MinMCTextBox // - this.MinMCTextBox.Location = new System.Drawing.Point(409, 100); + this.MinMCTextBox.Location = new System.Drawing.Point(409, 108); this.MinMCTextBox.MaxLength = 5; this.MinMCTextBox.Name = "MinMCTextBox"; - this.MinMCTextBox.Size = new System.Drawing.Size(50, 21); + this.MinMCTextBox.Size = new System.Drawing.Size(50, 20); this.MinMCTextBox.TabIndex = 15; this.MinMCTextBox.TextChanged += new System.EventHandler(this.MinMCTextBox_TextChanged); // // label19 // this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(357, 102); + this.label19.Location = new System.Drawing.Point(357, 111); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(47, 12); + this.label19.Size = new System.Drawing.Size(46, 13); this.label19.TabIndex = 44; this.label19.Text = "Min MC:"; // // MaxDCTextBox // - this.MaxDCTextBox.Location = new System.Drawing.Point(300, 124); + this.MaxDCTextBox.Location = new System.Drawing.Point(300, 134); this.MaxDCTextBox.MaxLength = 5; this.MaxDCTextBox.Name = "MaxDCTextBox"; - this.MaxDCTextBox.Size = new System.Drawing.Size(50, 21); + this.MaxDCTextBox.Size = new System.Drawing.Size(50, 20); this.MaxDCTextBox.TabIndex = 14; this.MaxDCTextBox.TextChanged += new System.EventHandler(this.MaxDCTextBox_TextChanged); // // label20 // this.label20.AutoSize = true; - this.label20.Location = new System.Drawing.Point(250, 126); + this.label20.Location = new System.Drawing.Point(250, 137); this.label20.Name = "label20"; - this.label20.Size = new System.Drawing.Size(47, 12); + this.label20.Size = new System.Drawing.Size(48, 13); this.label20.TabIndex = 42; this.label20.Text = "Max DC:"; // // MinDCTextBox // - this.MinDCTextBox.Location = new System.Drawing.Point(300, 100); + this.MinDCTextBox.Location = new System.Drawing.Point(300, 108); this.MinDCTextBox.MaxLength = 5; this.MinDCTextBox.Name = "MinDCTextBox"; - this.MinDCTextBox.Size = new System.Drawing.Size(50, 21); + this.MinDCTextBox.Size = new System.Drawing.Size(50, 20); this.MinDCTextBox.TabIndex = 13; this.MinDCTextBox.TextChanged += new System.EventHandler(this.MinDCTextBox_TextChanged); // // label21 // this.label21.AutoSize = true; - this.label21.Location = new System.Drawing.Point(253, 102); + this.label21.Location = new System.Drawing.Point(253, 111); this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(47, 12); + this.label21.Size = new System.Drawing.Size(45, 13); this.label21.TabIndex = 40; this.label21.Text = "Min DC:"; // // MaxMACTextBox // - this.MaxMACTextBox.Location = new System.Drawing.Point(200, 124); + this.MaxMACTextBox.Location = new System.Drawing.Point(200, 134); this.MaxMACTextBox.MaxLength = 5; this.MaxMACTextBox.Name = "MaxMACTextBox"; - this.MaxMACTextBox.Size = new System.Drawing.Size(50, 21); + this.MaxMACTextBox.Size = new System.Drawing.Size(50, 20); this.MaxMACTextBox.TabIndex = 12; this.MaxMACTextBox.TextChanged += new System.EventHandler(this.MaxMACTextBox_TextChanged); // // label16 // this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(138, 126); + this.label16.Location = new System.Drawing.Point(138, 137); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(53, 12); + this.label16.Size = new System.Drawing.Size(56, 13); this.label16.TabIndex = 38; this.label16.Text = "Max MAC:"; // // MinMACTextBox // - this.MinMACTextBox.Location = new System.Drawing.Point(200, 100); + this.MinMACTextBox.Location = new System.Drawing.Point(200, 108); this.MinMACTextBox.MaxLength = 5; this.MinMACTextBox.Name = "MinMACTextBox"; - this.MinMACTextBox.Size = new System.Drawing.Size(50, 21); + this.MinMACTextBox.Size = new System.Drawing.Size(50, 20); this.MinMACTextBox.TabIndex = 11; this.MinMACTextBox.TextChanged += new System.EventHandler(this.MinMACTextBox_TextChanged); // // label17 // this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(141, 102); + this.label17.Location = new System.Drawing.Point(141, 111); this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(53, 12); + this.label17.Size = new System.Drawing.Size(53, 13); this.label17.TabIndex = 14; this.label17.Text = "Min MAC:"; // // MaxACTextBox // - this.MaxACTextBox.Location = new System.Drawing.Point(87, 124); + this.MaxACTextBox.Location = new System.Drawing.Point(87, 134); this.MaxACTextBox.MaxLength = 5; this.MaxACTextBox.Name = "MaxACTextBox"; - this.MaxACTextBox.Size = new System.Drawing.Size(50, 21); + this.MaxACTextBox.Size = new System.Drawing.Size(50, 20); this.MaxACTextBox.TabIndex = 10; this.MaxACTextBox.TextChanged += new System.EventHandler(this.MaxACTextBox_TextChanged); // // label15 // this.label15.AutoSize = true; - this.label15.Location = new System.Drawing.Point(34, 126); + this.label15.Location = new System.Drawing.Point(34, 137); this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(47, 12); + this.label15.Size = new System.Drawing.Size(47, 13); this.label15.TabIndex = 34; this.label15.Text = "Max AC:"; // // MinACTextBox // - this.MinACTextBox.Location = new System.Drawing.Point(87, 100); + this.MinACTextBox.Location = new System.Drawing.Point(87, 108); this.MinACTextBox.MaxLength = 5; this.MinACTextBox.Name = "MinACTextBox"; - this.MinACTextBox.Size = new System.Drawing.Size(50, 21); + this.MinACTextBox.Size = new System.Drawing.Size(50, 20); this.MinACTextBox.TabIndex = 9; this.MinACTextBox.TextChanged += new System.EventHandler(this.MinACTextBox_TextChanged); // // label14 // this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(37, 102); + this.label14.Location = new System.Drawing.Point(37, 111); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(47, 12); + this.label14.Size = new System.Drawing.Size(44, 13); this.label14.TabIndex = 32; this.label14.Text = "Min AC:"; // // MonsterNameTextBox // - this.MonsterNameTextBox.Location = new System.Drawing.Point(87, 28); + this.MonsterNameTextBox.Location = new System.Drawing.Point(87, 30); this.MonsterNameTextBox.Name = "MonsterNameTextBox"; - this.MonsterNameTextBox.Size = new System.Drawing.Size(115, 21); + this.MonsterNameTextBox.Size = new System.Drawing.Size(115, 20); this.MonsterNameTextBox.TabIndex = 1; this.MonsterNameTextBox.TextChanged += new System.EventHandler(this.MonsterNameTextBox_TextChanged); // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(2, 31); + this.label3.Location = new System.Drawing.Point(2, 34); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(83, 12); + this.label3.Size = new System.Drawing.Size(79, 13); this.label3.TabIndex = 8; this.label3.Text = "Monster Name:"; // @@ -673,23 +688,23 @@ private void InitializeComponent() this.MonsterIndexTextBox.Location = new System.Drawing.Point(87, 4); this.MonsterIndexTextBox.Name = "MonsterIndexTextBox"; this.MonsterIndexTextBox.ReadOnly = true; - this.MonsterIndexTextBox.Size = new System.Drawing.Size(47, 21); + this.MonsterIndexTextBox.Size = new System.Drawing.Size(47, 20); this.MonsterIndexTextBox.TabIndex = 0; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(4, 6); + this.label1.Location = new System.Drawing.Point(4, 7); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(89, 12); + this.label1.Size = new System.Drawing.Size(77, 13); this.label1.TabIndex = 4; this.label1.Text = "Monster Index:"; // // RemoveButton // - this.RemoveButton.Location = new System.Drawing.Point(93, 11); + this.RemoveButton.Location = new System.Drawing.Point(93, 12); this.RemoveButton.Name = "RemoveButton"; - this.RemoveButton.Size = new System.Drawing.Size(75, 21); + this.RemoveButton.Size = new System.Drawing.Size(75, 23); this.RemoveButton.TabIndex = 14; this.RemoveButton.Text = "Remove"; this.RemoveButton.UseVisualStyleBackColor = true; @@ -697,9 +712,9 @@ private void InitializeComponent() // // AddButton // - this.AddButton.Location = new System.Drawing.Point(12, 11); + this.AddButton.Location = new System.Drawing.Point(12, 12); this.AddButton.Name = "AddButton"; - this.AddButton.Size = new System.Drawing.Size(75, 21); + this.AddButton.Size = new System.Drawing.Size(75, 23); this.AddButton.TabIndex = 13; this.AddButton.Text = "Add"; this.AddButton.UseVisualStyleBackColor = true; @@ -710,19 +725,18 @@ private void InitializeComponent() this.MonsterInfoListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.MonsterInfoListBox.FormattingEnabled = true; - this.MonsterInfoListBox.ItemHeight = 12; - this.MonsterInfoListBox.Location = new System.Drawing.Point(12, 38); + this.MonsterInfoListBox.Location = new System.Drawing.Point(12, 41); this.MonsterInfoListBox.Name = "MonsterInfoListBox"; this.MonsterInfoListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; - this.MonsterInfoListBox.Size = new System.Drawing.Size(156, 292); + this.MonsterInfoListBox.Size = new System.Drawing.Size(156, 316); this.MonsterInfoListBox.TabIndex = 15; this.MonsterInfoListBox.SelectedIndexChanged += new System.EventHandler(this.MonsterInfoListBox_SelectedIndexChanged); // // PasteMButton // - this.PasteMButton.Location = new System.Drawing.Point(220, 11); + this.PasteMButton.Location = new System.Drawing.Point(220, 12); this.PasteMButton.Name = "PasteMButton"; - this.PasteMButton.Size = new System.Drawing.Size(44, 21); + this.PasteMButton.Size = new System.Drawing.Size(44, 23); this.PasteMButton.TabIndex = 22; this.PasteMButton.Text = "Paste"; this.PasteMButton.UseVisualStyleBackColor = true; @@ -730,80 +744,29 @@ private void InitializeComponent() // // CopyMButton // - this.CopyMButton.Location = new System.Drawing.Point(174, 11); + this.CopyMButton.Location = new System.Drawing.Point(174, 12); this.CopyMButton.Name = "CopyMButton"; - this.CopyMButton.Size = new System.Drawing.Size(44, 21); + this.CopyMButton.Size = new System.Drawing.Size(44, 23); this.CopyMButton.TabIndex = 21; this.CopyMButton.Text = "Copy"; this.CopyMButton.UseVisualStyleBackColor = true; // - // ExportButton - // - this.ExportButton.Location = new System.Drawing.Point(701, 11); - this.ExportButton.Name = "ExportButton"; - this.ExportButton.Size = new System.Drawing.Size(75, 21); - this.ExportButton.TabIndex = 23; - this.ExportButton.Text = "Export All"; - this.ExportButton.UseVisualStyleBackColor = true; - this.ExportButton.Click += new System.EventHandler(this.ExportAllButton_Click); - // - // ImportButton - // - this.ImportButton.Location = new System.Drawing.Point(498, 11); - this.ImportButton.Name = "ImportButton"; - this.ImportButton.Size = new System.Drawing.Size(75, 21); - this.ImportButton.TabIndex = 24; - this.ImportButton.Text = "Import"; - this.ImportButton.UseVisualStyleBackColor = true; - this.ImportButton.Click += new System.EventHandler(this.ImportButton_Click); - // - // ExportSelectedButton - // - this.ExportSelectedButton.Location = new System.Drawing.Point(578, 11); - this.ExportSelectedButton.Name = "ExportSelectedButton"; - this.ExportSelectedButton.Size = new System.Drawing.Size(117, 21); - this.ExportSelectedButton.TabIndex = 25; - this.ExportSelectedButton.Text = "Export Selected"; - this.ExportSelectedButton.UseVisualStyleBackColor = true; - this.ExportSelectedButton.Click += new System.EventHandler(this.ExportSelected_Click); - // // DropBuilderButton // - this.DropBuilderButton.Location = new System.Drawing.Point(415, 11); + this.DropBuilderButton.Location = new System.Drawing.Point(415, 12); this.DropBuilderButton.Name = "DropBuilderButton"; - this.DropBuilderButton.Size = new System.Drawing.Size(75, 21); + this.DropBuilderButton.Size = new System.Drawing.Size(75, 23); this.DropBuilderButton.TabIndex = 26; this.DropBuilderButton.Text = "Drop Builder"; this.DropBuilderButton.UseVisualStyleBackColor = true; this.DropBuilderButton.Click += new System.EventHandler(this.DropBuilderButton_Click); // - // label11 - // - this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(413, 31); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(59, 12); - this.label11.TabIndex = 89; - this.label11.Text = "fileName:"; - // - // fileNameLabel - // - this.fileNameLabel.AutoSize = true; - this.fileNameLabel.Location = new System.Drawing.Point(478, 31); - this.fileNameLabel.Name = "fileNameLabel"; - this.fileNameLabel.Size = new System.Drawing.Size(41, 12); - this.fileNameLabel.TabIndex = 90; - this.fileNameLabel.Text = "-1.Lib"; - // // MonsterInfoForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(821, 354); + this.ClientSize = new System.Drawing.Size(821, 384); this.Controls.Add(this.DropBuilderButton); - this.Controls.Add(this.ExportSelectedButton); - this.Controls.Add(this.ImportButton); - this.Controls.Add(this.ExportButton); this.Controls.Add(this.PasteMButton); this.Controls.Add(this.CopyMButton); this.Controls.Add(this.tabControl1); @@ -883,9 +846,6 @@ private void InitializeComponent() private System.Windows.Forms.Label label12; private System.Windows.Forms.ComboBox ImageComboBox; private System.Windows.Forms.Label label10; - private System.Windows.Forms.Button ExportButton; - private System.Windows.Forms.Button ImportButton; - private System.Windows.Forms.Button ExportSelectedButton; private System.Windows.Forms.CheckBox UndeadCheckBox; private System.Windows.Forms.CheckBox AutoRevCheckBox; private System.Windows.Forms.Button DropBuilderButton;