|
|
|
@ -0,0 +1,303 @@
|
|
|
|
|
namespace Meine_Stadionliste_GUI
|
|
|
|
|
{
|
|
|
|
|
partial class Form2
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Datum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Uhrzeit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.W1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
|
|
this.Heimmannschaft = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.W2 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
|
|
this.Gastmannschaft = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Ergebnis = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Stadion = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Ort = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Spielbericht = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
|
|
|
this.löschen = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
|
|
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.panel2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.PaleGreen;
|
|
|
|
|
this.panel1.Controls.Add(this.label1);
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(8, 10);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(1340, 55);
|
|
|
|
|
this.panel1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("Felix Titling", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(498, 8);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(341, 38);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "Meine Stadionliste";
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
|
this.panel2.BackColor = System.Drawing.Color.PaleGreen;
|
|
|
|
|
this.panel2.Controls.Add(this.dataGridView1);
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(9, 70);
|
|
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(1027, 523);
|
|
|
|
|
this.panel2.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// dataGridView1
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
|
|
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Datum,
|
|
|
|
|
this.Uhrzeit,
|
|
|
|
|
this.W1,
|
|
|
|
|
this.Heimmannschaft,
|
|
|
|
|
this.W2,
|
|
|
|
|
this.Gastmannschaft,
|
|
|
|
|
this.Ergebnis,
|
|
|
|
|
this.Stadion,
|
|
|
|
|
this.Ort,
|
|
|
|
|
this.Spielbericht,
|
|
|
|
|
this.löschen,
|
|
|
|
|
this.ID});
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 5);
|
|
|
|
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
|
|
|
this.dataGridView1.RowTemplate.Height = 24;
|
|
|
|
|
this.dataGridView1.ShowEditingIcon = false;
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(1017, 516);
|
|
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// Datum
|
|
|
|
|
//
|
|
|
|
|
this.Datum.HeaderText = "Datum";
|
|
|
|
|
this.Datum.Name = "Datum";
|
|
|
|
|
this.Datum.ReadOnly = true;
|
|
|
|
|
this.Datum.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Datum.Width = 80;
|
|
|
|
|
//
|
|
|
|
|
// Uhrzeit
|
|
|
|
|
//
|
|
|
|
|
this.Uhrzeit.HeaderText = "Uhrzeit";
|
|
|
|
|
this.Uhrzeit.Name = "Uhrzeit";
|
|
|
|
|
this.Uhrzeit.ReadOnly = true;
|
|
|
|
|
this.Uhrzeit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Uhrzeit.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// W1
|
|
|
|
|
//
|
|
|
|
|
this.W1.HeaderText = "W";
|
|
|
|
|
this.W1.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
|
|
|
|
|
this.W1.Name = "W1";
|
|
|
|
|
this.W1.ReadOnly = true;
|
|
|
|
|
this.W1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.W1.Width = 25;
|
|
|
|
|
//
|
|
|
|
|
// Heimmannschaft
|
|
|
|
|
//
|
|
|
|
|
this.Heimmannschaft.HeaderText = "Heimmannschaft";
|
|
|
|
|
this.Heimmannschaft.Name = "Heimmannschaft";
|
|
|
|
|
this.Heimmannschaft.ReadOnly = true;
|
|
|
|
|
this.Heimmannschaft.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Heimmannschaft.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// W2
|
|
|
|
|
//
|
|
|
|
|
this.W2.HeaderText = "W";
|
|
|
|
|
this.W2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
|
|
|
|
|
this.W2.Name = "W2";
|
|
|
|
|
this.W2.ReadOnly = true;
|
|
|
|
|
this.W2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.W2.Width = 25;
|
|
|
|
|
//
|
|
|
|
|
// Gastmannschaft
|
|
|
|
|
//
|
|
|
|
|
this.Gastmannschaft.HeaderText = "Gastmannschaft";
|
|
|
|
|
this.Gastmannschaft.Name = "Gastmannschaft";
|
|
|
|
|
this.Gastmannschaft.ReadOnly = true;
|
|
|
|
|
this.Gastmannschaft.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Gastmannschaft.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Ergebnis
|
|
|
|
|
//
|
|
|
|
|
this.Ergebnis.HeaderText = "Ergebnis";
|
|
|
|
|
this.Ergebnis.Name = "Ergebnis";
|
|
|
|
|
this.Ergebnis.ReadOnly = true;
|
|
|
|
|
this.Ergebnis.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Ergebnis.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// Stadion
|
|
|
|
|
//
|
|
|
|
|
this.Stadion.HeaderText = "Stadion";
|
|
|
|
|
this.Stadion.Name = "Stadion";
|
|
|
|
|
this.Stadion.ReadOnly = true;
|
|
|
|
|
this.Stadion.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Stadion.Width = 170;
|
|
|
|
|
//
|
|
|
|
|
// Ort
|
|
|
|
|
//
|
|
|
|
|
this.Ort.HeaderText = "Ort";
|
|
|
|
|
this.Ort.Name = "Ort";
|
|
|
|
|
this.Ort.ReadOnly = true;
|
|
|
|
|
this.Ort.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// Spielbericht
|
|
|
|
|
//
|
|
|
|
|
this.Spielbericht.HeaderText = "Spielbericht";
|
|
|
|
|
this.Spielbericht.Name = "Spielbericht";
|
|
|
|
|
this.Spielbericht.ReadOnly = true;
|
|
|
|
|
this.Spielbericht.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Spielbericht.Text = "Bericht";
|
|
|
|
|
//
|
|
|
|
|
// löschen
|
|
|
|
|
//
|
|
|
|
|
this.löschen.HeaderText = "löschen";
|
|
|
|
|
this.löschen.Name = "löschen";
|
|
|
|
|
this.löschen.ReadOnly = true;
|
|
|
|
|
this.löschen.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.löschen.Text = "X";
|
|
|
|
|
this.löschen.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// ID
|
|
|
|
|
//
|
|
|
|
|
this.ID.HeaderText = "id";
|
|
|
|
|
this.ID.MinimumWidth = 2;
|
|
|
|
|
this.ID.Name = "ID";
|
|
|
|
|
this.ID.Visible = false;
|
|
|
|
|
this.ID.Width = 2;
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.BackColor = System.Drawing.Color.PaleGreen;
|
|
|
|
|
this.panel3.Controls.Add(this.button2);
|
|
|
|
|
this.panel3.Controls.Add(this.button1);
|
|
|
|
|
this.panel3.Controls.Add(this.label2);
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(1041, 70);
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(307, 64);
|
|
|
|
|
this.panel3.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// button2
|
|
|
|
|
//
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(155, 25);
|
|
|
|
|
this.button2.Name = "button2";
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(149, 36);
|
|
|
|
|
this.button2.TabIndex = 2;
|
|
|
|
|
this.button2.Text = "manuell";
|
|
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button2.Click += new System.EventHandler(this.Button2_Click);
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(3, 25);
|
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(149, 36);
|
|
|
|
|
this.button1.TabIndex = 1;
|
|
|
|
|
this.button1.Text = "von weltfussball.de";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(69, 5);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(189, 17);
|
|
|
|
|
this.label2.TabIndex = 0;
|
|
|
|
|
this.label2.Text = "Neuen Spielbericht hinzufügen:";
|
|
|
|
|
//
|
|
|
|
|
// Form2
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1355, 603);
|
|
|
|
|
this.Controls.Add(this.panel3);
|
|
|
|
|
this.Controls.Add(this.panel2);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
|
|
this.Name = "Form2";
|
|
|
|
|
this.Text = "Meine Stadionliste";
|
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form2_FormClosed);
|
|
|
|
|
this.VisibleChanged += new System.EventHandler(this.Form2_Load);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.panel1.PerformLayout();
|
|
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
|
|
this.panel3.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Datum;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Uhrzeit;
|
|
|
|
|
private System.Windows.Forms.DataGridViewImageColumn W1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Heimmannschaft;
|
|
|
|
|
private System.Windows.Forms.DataGridViewImageColumn W2;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Gastmannschaft;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Ergebnis;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Stadion;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Ort;
|
|
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn Spielbericht;
|
|
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn löschen;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
}
|
|
|
|
|
}
|