Changed colors

This commit is contained in:
2022-07-15 09:07:29 +02:00
parent 355bb57881
commit 2e511e4087
3 changed files with 82 additions and 62 deletions

View File

@ -46,17 +46,18 @@
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.label1.Location = new System.Drawing.Point(25, 26);
this.label1.Location = new System.Drawing.Point(29, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(294, 30);
this.label1.Size = new System.Drawing.Size(384, 37);
this.label1.TabIndex = 0;
this.label1.Text = "Welcome to World of Greed!";
//
// btnSpela
//
this.btnSpela.Location = new System.Drawing.Point(25, 97);
this.btnSpela.Location = new System.Drawing.Point(29, 129);
this.btnSpela.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnSpela.Name = "btnSpela";
this.btnSpela.Size = new System.Drawing.Size(134, 23);
this.btnSpela.Size = new System.Drawing.Size(153, 31);
this.btnSpela.TabIndex = 1;
this.btnSpela.Text = "Spela en omgång";
this.btnSpela.UseVisualStyleBackColor = true;
@ -65,16 +66,17 @@
// lvMemberList
//
this.lvMemberList.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.lvMemberList.BackColor = System.Drawing.SystemColors.Window;
this.lvMemberList.BackColor = System.Drawing.Color.Goldenrod;
this.lvMemberList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Spelare,
this.Vunnit,
this.Points});
this.lvMemberList.GridLines = true;
this.lvMemberList.HoverSelection = true;
this.lvMemberList.Location = new System.Drawing.Point(387, 97);
this.lvMemberList.Location = new System.Drawing.Point(442, 129);
this.lvMemberList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lvMemberList.Name = "lvMemberList";
this.lvMemberList.Size = new System.Drawing.Size(302, 315);
this.lvMemberList.Size = new System.Drawing.Size(345, 419);
this.lvMemberList.TabIndex = 2;
this.lvMemberList.UseCompatibleStateImageBehavior = false;
this.lvMemberList.View = System.Windows.Forms.View.Details;
@ -96,9 +98,10 @@
//
// btnAddPlayer
//
this.btnAddPlayer.Location = new System.Drawing.Point(27, 129);
this.btnAddPlayer.Location = new System.Drawing.Point(31, 172);
this.btnAddPlayer.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnAddPlayer.Name = "btnAddPlayer";
this.btnAddPlayer.Size = new System.Drawing.Size(132, 23);
this.btnAddPlayer.Size = new System.Drawing.Size(151, 31);
this.btnAddPlayer.TabIndex = 3;
this.btnAddPlayer.Text = "Lägg till Spelare";
this.btnAddPlayer.UseVisualStyleBackColor = true;
@ -106,18 +109,20 @@
//
// txtNewName
//
this.txtNewName.Location = new System.Drawing.Point(165, 130);
this.txtNewName.Location = new System.Drawing.Point(189, 173);
this.txtNewName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtNewName.Name = "txtNewName";
this.txtNewName.Size = new System.Drawing.Size(177, 23);
this.txtNewName.Size = new System.Drawing.Size(202, 27);
this.txtNewName.TabIndex = 4;
this.txtNewName.Visible = false;
this.txtNewName.TextChanged += new System.EventHandler(this.txtNewName_TextChanged);
//
// btnAddOk
//
this.btnAddOk.Location = new System.Drawing.Point(350, 129);
this.btnAddOk.Location = new System.Drawing.Point(400, 172);
this.btnAddOk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnAddOk.Name = "btnAddOk";
this.btnAddOk.Size = new System.Drawing.Size(31, 23);
this.btnAddOk.Size = new System.Drawing.Size(35, 31);
this.btnAddOk.TabIndex = 5;
this.btnAddOk.Text = "Ok";
this.btnAddOk.UseCompatibleTextRendering = true;
@ -127,9 +132,10 @@
//
// btnSound
//
this.btnSound.Location = new System.Drawing.Point(350, 34);
this.btnSound.Location = new System.Drawing.Point(400, 45);
this.btnSound.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnSound.Name = "btnSound";
this.btnSound.Size = new System.Drawing.Size(75, 23);
this.btnSound.Size = new System.Drawing.Size(86, 31);
this.btnSound.TabIndex = 6;
this.btnSound.Text = "sound";
this.btnSound.UseVisualStyleBackColor = true;
@ -138,27 +144,30 @@
//
// lstLogBox
//
this.lstLogBox.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lstLogBox.FormattingEnabled = true;
this.lstLogBox.ItemHeight = 15;
this.lstLogBox.Location = new System.Drawing.Point(707, 97);
this.lstLogBox.ItemHeight = 20;
this.lstLogBox.Location = new System.Drawing.Point(808, 129);
this.lstLogBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lstLogBox.Name = "lstLogBox";
this.lstLogBox.Size = new System.Drawing.Size(120, 319);
this.lstLogBox.Size = new System.Drawing.Size(137, 424);
this.lstLogBox.TabIndex = 7;
//
// lblLog
//
this.lblLog.AutoSize = true;
this.lblLog.Location = new System.Drawing.Point(707, 66);
this.lblLog.Location = new System.Drawing.Point(808, 88);
this.lblLog.Name = "lblLog";
this.lblLog.Size = new System.Drawing.Size(68, 15);
this.lblLog.Size = new System.Drawing.Size(84, 20);
this.lblLog.TabIndex = 8;
this.lblLog.Text = "PoängLogg";
//
// frmStart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(897, 450);
this.BackColor = System.Drawing.Color.DimGray;
this.ClientSize = new System.Drawing.Size(1025, 600);
this.Controls.Add(this.lblLog);
this.Controls.Add(this.lstLogBox);
this.Controls.Add(this.btnSound);
@ -168,6 +177,7 @@
this.Controls.Add(this.lvMemberList);
this.Controls.Add(this.btnSpela);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "frmStart";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "G R E E D";