mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-16 02:29:53 +01:00
Images
This commit is contained in:
12
APP/Main.Designer.cs
generated
12
APP/Main.Designer.cs
generated
@@ -59,7 +59,7 @@
|
||||
this.tabControl.Location = new System.Drawing.Point(0, 24);
|
||||
this.tabControl.Name = "tabControl";
|
||||
this.tabControl.SelectedIndex = 0;
|
||||
this.tabControl.Size = new System.Drawing.Size(828, 547);
|
||||
this.tabControl.Size = new System.Drawing.Size(984, 837);
|
||||
this.tabControl.TabIndex = 0;
|
||||
//
|
||||
// tabUser
|
||||
@@ -144,7 +144,7 @@
|
||||
this.tabSeason.Location = new System.Drawing.Point(4, 24);
|
||||
this.tabSeason.Name = "tabSeason";
|
||||
this.tabSeason.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabSeason.Size = new System.Drawing.Size(820, 519);
|
||||
this.tabSeason.Size = new System.Drawing.Size(976, 809);
|
||||
this.tabSeason.TabIndex = 1;
|
||||
this.tabSeason.Text = "Season";
|
||||
//
|
||||
@@ -158,10 +158,10 @@
|
||||
this.listViewSeason.Location = new System.Drawing.Point(3, 3);
|
||||
this.listViewSeason.Name = "listViewSeason";
|
||||
this.listViewSeason.ShowGroups = false;
|
||||
this.listViewSeason.Size = new System.Drawing.Size(814, 513);
|
||||
this.listViewSeason.Size = new System.Drawing.Size(970, 803);
|
||||
this.listViewSeason.TabIndex = 0;
|
||||
this.listViewSeason.TileSize = new System.Drawing.Size(300, 64);
|
||||
this.listViewSeason.UseCompatibleStateImageBehavior = false;
|
||||
this.listViewSeason.View = System.Windows.Forms.View.Tile;
|
||||
//
|
||||
// tabAddAnime
|
||||
//
|
||||
@@ -182,7 +182,7 @@
|
||||
this.logToolStripMenuItem});
|
||||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||||
this.menuStrip.Name = "menuStrip";
|
||||
this.menuStrip.Size = new System.Drawing.Size(828, 24);
|
||||
this.menuStrip.Size = new System.Drawing.Size(984, 24);
|
||||
this.menuStrip.TabIndex = 1;
|
||||
this.menuStrip.Text = "menuStrip";
|
||||
//
|
||||
@@ -211,7 +211,7 @@
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ClientSize = new System.Drawing.Size(828, 571);
|
||||
this.ClientSize = new System.Drawing.Size(984, 861);
|
||||
this.Controls.Add(this.tabControl);
|
||||
this.Controls.Add(this.menuStrip);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
|
||||
Reference in New Issue
Block a user