summaryrefslogtreecommitdiff
path: root/ZooBOTanica/CritCreate.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ZooBOTanica/CritCreate.Designer.cs')
-rw-r--r--ZooBOTanica/CritCreate.Designer.cs380
1 files changed, 380 insertions, 0 deletions
diff --git a/ZooBOTanica/CritCreate.Designer.cs b/ZooBOTanica/CritCreate.Designer.cs
new file mode 100644
index 0000000..0129815
--- /dev/null
+++ b/ZooBOTanica/CritCreate.Designer.cs
@@ -0,0 +1,380 @@
+namespace ZooBOTanica
+{
+ partial class CritCreateForm
+ {
+ /// <summary>
+ /// Erforderliche Designervariable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Verwendete Ressourcen bereinigen.
+ /// </summary>
+ /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Vom Windows Form-Designer generierter Code
+
+ /// <summary>
+ /// Erforderliche Methode für die Designerunterstützung.
+ /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CritCreateForm));
+ this.NameLabel = new System.Windows.Forms.Label();
+ this.NameEdit = new System.Windows.Forms.TextBox();
+ this.LeLabel = new System.Windows.Forms.Label();
+ this.LeEdit = new System.Windows.Forms.NumericUpDown();
+ this.GrundwerteGroup = new System.Windows.Forms.GroupBox();
+ this.AeLabel = new System.Windows.Forms.Label();
+ this.AeEdit = new System.Windows.Forms.NumericUpDown();
+ this.AuLabel = new System.Windows.Forms.Label();
+ this.AuEdit = new System.Windows.Forms.NumericUpDown();
+ this.VerteidugungGroup = new System.Windows.Forms.GroupBox();
+ this.KoLabel = new System.Windows.Forms.Label();
+ this.KoEdit = new System.Windows.Forms.NumericUpDown();
+ this.MRLabel = new System.Windows.Forms.Label();
+ this.MREdit = new System.Windows.Forms.NumericUpDown();
+ this.RSLAbel = new System.Windows.Forms.Label();
+ this.RSEdit = new System.Windows.Forms.NumericUpDown();
+ this.PALabel = new System.Windows.Forms.Label();
+ this.PAEdit = new System.Windows.Forms.NumericUpDown();
+ this.SecondGroup = new System.Windows.Forms.GroupBox();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.GWLabel = new System.Windows.Forms.Label();
+ this.GWEdit = new System.Windows.Forms.NumericUpDown();
+ this.INILabel = new System.Windows.Forms.Label();
+ this.GsLabel = new System.Windows.Forms.Label();
+ this.GsEdit = new System.Windows.Forms.NumericUpDown();
+ this.AttackGroup = new System.Windows.Forms.GroupBox();
+ this.AttackList = new System.Windows.Forms.DataGridView();
+ this.NameCollum = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.ATCollum = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.TPCollum = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.KommentarCollum = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ ((System.ComponentModel.ISupportInitialize)(this.LeEdit)).BeginInit();
+ this.GrundwerteGroup.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.AeEdit)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.AuEdit)).BeginInit();
+ this.VerteidugungGroup.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.KoEdit)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.MREdit)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.RSEdit)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.PAEdit)).BeginInit();
+ this.SecondGroup.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GWEdit)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.GsEdit)).BeginInit();
+ this.AttackGroup.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.AttackList)).BeginInit();
+ this.SuspendLayout();
+ //
+ // NameLabel
+ //
+ resources.ApplyResources(this.NameLabel, "NameLabel");
+ this.NameLabel.Name = "NameLabel";
+ //
+ // NameEdit
+ //
+ resources.ApplyResources(this.NameEdit, "NameEdit");
+ this.NameEdit.ForeColor = System.Drawing.SystemColors.WindowText;
+ this.NameEdit.Name = "NameEdit";
+ //
+ // LeLabel
+ //
+ resources.ApplyResources(this.LeLabel, "LeLabel");
+ this.LeLabel.Name = "LeLabel";
+ //
+ // LeEdit
+ //
+ resources.ApplyResources(this.LeEdit, "LeEdit");
+ this.LeEdit.Name = "LeEdit";
+ this.LeEdit.Value = new decimal(new int[] {
+ 30,
+ 0,
+ 0,
+ 0});
+ //
+ // GrundwerteGroup
+ //
+ resources.ApplyResources(this.GrundwerteGroup, "GrundwerteGroup");
+ this.GrundwerteGroup.Controls.Add(this.AeLabel);
+ this.GrundwerteGroup.Controls.Add(this.AeEdit);
+ this.GrundwerteGroup.Controls.Add(this.AuLabel);
+ this.GrundwerteGroup.Controls.Add(this.AuEdit);
+ this.GrundwerteGroup.Controls.Add(this.LeLabel);
+ this.GrundwerteGroup.Controls.Add(this.LeEdit);
+ this.GrundwerteGroup.Name = "GrundwerteGroup";
+ this.GrundwerteGroup.TabStop = false;
+ //
+ // AeLabel
+ //
+ resources.ApplyResources(this.AeLabel, "AeLabel");
+ this.AeLabel.Name = "AeLabel";
+ //
+ // AeEdit
+ //
+ resources.ApplyResources(this.AeEdit, "AeEdit");
+ this.AeEdit.Name = "AeEdit";
+ //
+ // AuLabel
+ //
+ resources.ApplyResources(this.AuLabel, "AuLabel");
+ this.AuLabel.Name = "AuLabel";
+ //
+ // AuEdit
+ //
+ resources.ApplyResources(this.AuEdit, "AuEdit");
+ this.AuEdit.Name = "AuEdit";
+ this.AuEdit.Value = new decimal(new int[] {
+ 30,
+ 0,
+ 0,
+ 0});
+ //
+ // VerteidugungGroup
+ //
+ resources.ApplyResources(this.VerteidugungGroup, "VerteidugungGroup");
+ this.VerteidugungGroup.Controls.Add(this.KoLabel);
+ this.VerteidugungGroup.Controls.Add(this.KoEdit);
+ this.VerteidugungGroup.Controls.Add(this.MRLabel);
+ this.VerteidugungGroup.Controls.Add(this.MREdit);
+ this.VerteidugungGroup.Controls.Add(this.RSLAbel);
+ this.VerteidugungGroup.Controls.Add(this.RSEdit);
+ this.VerteidugungGroup.Name = "VerteidugungGroup";
+ this.VerteidugungGroup.TabStop = false;
+ //
+ // KoLabel
+ //
+ resources.ApplyResources(this.KoLabel, "KoLabel");
+ this.KoLabel.Name = "KoLabel";
+ //
+ // KoEdit
+ //
+ resources.ApplyResources(this.KoEdit, "KoEdit");
+ this.KoEdit.Name = "KoEdit";
+ this.KoEdit.Value = new decimal(new int[] {
+ 10,
+ 0,
+ 0,
+ 0});
+ //
+ // MRLabel
+ //
+ resources.ApplyResources(this.MRLabel, "MRLabel");
+ this.MRLabel.Name = "MRLabel";
+ //
+ // MREdit
+ //
+ resources.ApplyResources(this.MREdit, "MREdit");
+ this.MREdit.Name = "MREdit";
+ this.MREdit.Value = new decimal(new int[] {
+ 5,
+ 0,
+ 0,
+ 0});
+ //
+ // RSLAbel
+ //
+ resources.ApplyResources(this.RSLAbel, "RSLAbel");
+ this.RSLAbel.Name = "RSLAbel";
+ //
+ // RSEdit
+ //
+ resources.ApplyResources(this.RSEdit, "RSEdit");
+ this.RSEdit.Name = "RSEdit";
+ //
+ // PALabel
+ //
+ resources.ApplyResources(this.PALabel, "PALabel");
+ this.PALabel.Name = "PALabel";
+ //
+ // PAEdit
+ //
+ resources.ApplyResources(this.PAEdit, "PAEdit");
+ this.PAEdit.Name = "PAEdit";
+ this.PAEdit.Value = new decimal(new int[] {
+ 6,
+ 0,
+ 0,
+ 0});
+ //
+ // SecondGroup
+ //
+ resources.ApplyResources(this.SecondGroup, "SecondGroup");
+ this.SecondGroup.Controls.Add(this.textBox1);
+ this.SecondGroup.Controls.Add(this.GWLabel);
+ this.SecondGroup.Controls.Add(this.GWEdit);
+ this.SecondGroup.Controls.Add(this.INILabel);
+ this.SecondGroup.Controls.Add(this.GsLabel);
+ this.SecondGroup.Controls.Add(this.GsEdit);
+ this.SecondGroup.Name = "SecondGroup";
+ this.SecondGroup.TabStop = false;
+ //
+ // textBox1
+ //
+ resources.ApplyResources(this.textBox1, "textBox1");
+ this.textBox1.Name = "textBox1";
+ //
+ // GWLabel
+ //
+ resources.ApplyResources(this.GWLabel, "GWLabel");
+ this.GWLabel.Name = "GWLabel";
+ //
+ // GWEdit
+ //
+ resources.ApplyResources(this.GWEdit, "GWEdit");
+ this.GWEdit.Name = "GWEdit";
+ this.GWEdit.Value = new decimal(new int[] {
+ 3,
+ 0,
+ 0,
+ 0});
+ //
+ // INILabel
+ //
+ resources.ApplyResources(this.INILabel, "INILabel");
+ this.INILabel.Name = "INILabel";
+ //
+ // GsLabel
+ //
+ resources.ApplyResources(this.GsLabel, "GsLabel");
+ this.GsLabel.Name = "GsLabel";
+ //
+ // GsEdit
+ //
+ resources.ApplyResources(this.GsEdit, "GsEdit");
+ this.GsEdit.Name = "GsEdit";
+ this.GsEdit.Value = new decimal(new int[] {
+ 8,
+ 0,
+ 0,
+ 0});
+ //
+ // AttackGroup
+ //
+ resources.ApplyResources(this.AttackGroup, "AttackGroup");
+ this.AttackGroup.Controls.Add(this.AttackList);
+ this.AttackGroup.Controls.Add(this.PALabel);
+ this.AttackGroup.Controls.Add(this.PAEdit);
+ this.AttackGroup.Name = "AttackGroup";
+ this.AttackGroup.TabStop = false;
+ //
+ // AttackList
+ //
+ resources.ApplyResources(this.AttackList, "AttackList");
+ this.AttackList.AllowUserToResizeRows = false;
+ this.AttackList.BackgroundColor = System.Drawing.Color.PeachPuff;
+ this.AttackList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.AttackList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.NameCollum,
+ this.ATCollum,
+ this.TPCollum,
+ this.KommentarCollum});
+ this.AttackList.Name = "AttackList";
+ //
+ // NameCollum
+ //
+ resources.ApplyResources(this.NameCollum, "NameCollum");
+ this.NameCollum.Name = "NameCollum";
+ //
+ // ATCollum
+ //
+ this.ATCollum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
+ resources.ApplyResources(this.ATCollum, "ATCollum");
+ this.ATCollum.Name = "ATCollum";
+ //
+ // TPCollum
+ //
+ this.TPCollum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
+ resources.ApplyResources(this.TPCollum, "TPCollum");
+ this.TPCollum.Name = "TPCollum";
+ //
+ // KommentarCollum
+ //
+ resources.ApplyResources(this.KommentarCollum, "KommentarCollum");
+ this.KommentarCollum.Name = "KommentarCollum";
+ //
+ // CritCreateForm
+ //
+ resources.ApplyResources(this, "$this");
+ this.AllowDrop = true;
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.SandyBrown;
+ this.Controls.Add(this.AttackGroup);
+ this.Controls.Add(this.SecondGroup);
+ this.Controls.Add(this.VerteidugungGroup);
+ this.Controls.Add(this.GrundwerteGroup);
+ this.Controls.Add(this.NameEdit);
+ this.Controls.Add(this.NameLabel);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
+ this.MaximizeBox = false;
+ this.Name = "CritCreateForm";
+ this.ShowIcon = false;
+ this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
+ ((System.ComponentModel.ISupportInitialize)(this.LeEdit)).EndInit();
+ this.GrundwerteGroup.ResumeLayout(false);
+ this.GrundwerteGroup.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.AeEdit)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.AuEdit)).EndInit();
+ this.VerteidugungGroup.ResumeLayout(false);
+ this.VerteidugungGroup.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.KoEdit)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.MREdit)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.RSEdit)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.PAEdit)).EndInit();
+ this.SecondGroup.ResumeLayout(false);
+ this.SecondGroup.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.GWEdit)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.GsEdit)).EndInit();
+ this.AttackGroup.ResumeLayout(false);
+ this.AttackGroup.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.AttackList)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label NameLabel;
+ private System.Windows.Forms.TextBox NameEdit;
+ private System.Windows.Forms.Label LeLabel;
+ private System.Windows.Forms.NumericUpDown LeEdit;
+ private System.Windows.Forms.GroupBox GrundwerteGroup;
+ private System.Windows.Forms.Label AeLabel;
+ private System.Windows.Forms.NumericUpDown AeEdit;
+ private System.Windows.Forms.Label AuLabel;
+ private System.Windows.Forms.NumericUpDown AuEdit;
+ private System.Windows.Forms.GroupBox VerteidugungGroup;
+ private System.Windows.Forms.Label MRLabel;
+ private System.Windows.Forms.NumericUpDown MREdit;
+ private System.Windows.Forms.Label RSLAbel;
+ private System.Windows.Forms.NumericUpDown RSEdit;
+ private System.Windows.Forms.Label PALabel;
+ private System.Windows.Forms.NumericUpDown PAEdit;
+ private System.Windows.Forms.Label KoLabel;
+ private System.Windows.Forms.NumericUpDown KoEdit;
+ private System.Windows.Forms.GroupBox SecondGroup;
+ private System.Windows.Forms.Label GWLabel;
+ private System.Windows.Forms.NumericUpDown GWEdit;
+ private System.Windows.Forms.Label INILabel;
+ private System.Windows.Forms.Label GsLabel;
+ private System.Windows.Forms.NumericUpDown GsEdit;
+ private System.Windows.Forms.TextBox textBox1;
+ private System.Windows.Forms.GroupBox AttackGroup;
+ private System.Windows.Forms.DataGridView AttackList;
+ private System.Windows.Forms.DataGridViewTextBoxColumn NameCollum;
+ private System.Windows.Forms.DataGridViewTextBoxColumn ATCollum;
+ private System.Windows.Forms.DataGridViewTextBoxColumn TPCollum;
+ private System.Windows.Forms.DataGridViewTextBoxColumn KommentarCollum;
+ }
+}
+