Browse Source

Загрузить файлы ''

ivan516 11 months ago
parent
commit
e696c4dc62
7 changed files with 96 additions and 0 deletions
  1. 77 0
      Form2.Designer.cs
  2. 7 0
      Form2.cs
  3. BIN
      yrok2.Authorization.resources
  4. 12 0
      yrok2.csproj.FileListAbsolute.txt
  5. BIN
      yrok2.csproj.GenerateResource.cache
  6. BIN
      yrok2.exe
  7. BIN
      yrok2.pdb

+ 77 - 0
Form2.Designer.cs

@@ -29,20 +29,97 @@ namespace yrok2
         /// </summary>
         private void InitializeComponent()
         {
+            this.button1 = new System.Windows.Forms.Button();
+            this.panel2 = new System.Windows.Forms.Panel();
+            this.label2 = new System.Windows.Forms.Label();
+            this.panel1 = new System.Windows.Forms.Panel();
+            this.button2 = new System.Windows.Forms.Button();
+            this.panel2.SuspendLayout();
+            this.panel1.SuspendLayout();
             this.SuspendLayout();
             // 
+            // button1
+            // 
+            this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(24)))), ((int)(((byte)(70)))));
+            this.button1.Font = new System.Drawing.Font("Comic Sans MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.button1.ForeColor = System.Drawing.Color.White;
+            this.button1.Location = new System.Drawing.Point(26, 379);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(137, 49);
+            this.button1.TabIndex = 7;
+            this.button1.Text = "Назад";
+            this.button1.UseVisualStyleBackColor = false;
+            // 
+            // panel2
+            // 
+            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(24)))), ((int)(((byte)(70)))));
+            this.panel2.Controls.Add(this.label2);
+            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
+            this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.panel2.Location = new System.Drawing.Point(0, 0);
+            this.panel2.Name = "panel2";
+            this.panel2.Size = new System.Drawing.Size(392, 100);
+            this.panel2.TabIndex = 8;
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.BackColor = System.Drawing.Color.Transparent;
+            this.label2.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.label2.ForeColor = System.Drawing.Color.White;
+            this.label2.Location = new System.Drawing.Point(385, 0);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(29, 35);
+            this.label2.TabIndex = 1;
+            this.label2.Text = "x";
+            // 
+            // panel1
+            // 
+            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(8)))), ((int)(((byte)(24)))));
+            this.panel1.Controls.Add(this.button2);
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.panel1.Location = new System.Drawing.Point(0, 100);
+            this.panel1.Name = "panel1";
+            this.panel1.Size = new System.Drawing.Size(392, 350);
+            this.panel1.TabIndex = 9;
+            // 
+            // button2
+            // 
+            this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(24)))), ((int)(((byte)(70)))));
+            this.button2.Font = new System.Drawing.Font("Comic Sans MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
+            this.button2.ForeColor = System.Drawing.Color.White;
+            this.button2.Location = new System.Drawing.Point(12, 286);
+            this.button2.Name = "button2";
+            this.button2.Size = new System.Drawing.Size(137, 52);
+            this.button2.TabIndex = 6;
+            this.button2.Text = "Назад";
+            this.button2.UseVisualStyleBackColor = false;
+            this.button2.Click += new System.EventHandler(this.button2_Click);
+            // 
             // Form2
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(392, 450);
+            this.Controls.Add(this.panel1);
+            this.Controls.Add(this.panel2);
+            this.Controls.Add(this.button1);
             this.Name = "Form2";
             this.Text = "Приложение";
             this.Load += new System.EventHandler(this.Form2_Load);
+            this.panel2.ResumeLayout(false);
+            this.panel2.PerformLayout();
+            this.panel1.ResumeLayout(false);
             this.ResumeLayout(false);
 
         }
 
         #endregion
+
+        private System.Windows.Forms.Button button1;
+        private System.Windows.Forms.Panel panel2;
+        private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.Panel panel1;
+        private System.Windows.Forms.Button button2;
     }
 }

+ 7 - 0
Form2.cs

@@ -21,5 +21,12 @@ namespace yrok2
         {
 
         }
+
+        private void button2_Click(object sender, EventArgs e)
+        {
+            Authorization frm = new Authorization();
+            this.Hide();
+            frm.Show();
+        }
     }
 }

BIN
yrok2.Authorization.resources


+ 12 - 0
yrok2.csproj.FileListAbsolute.txt

@@ -10,3 +10,15 @@ C:\Users\user2\Desktop\yrok2\yrok2\obj\Debug\yrok2.exe
 C:\Users\user2\Desktop\yrok2\yrok2\obj\Debug\yrok2.pdb
 C:\Users\user2\Desktop\yrok2\yrok2\obj\Debug\yrok2.Form3.resources
 C:\Users\user2\Desktop\yrok2\yrok2\obj\Debug\yrok2.Form2.resources
+C:\Users\user2\Desktop\yrok5-6\yrok2\bin\Debug\yrok2.exe.config
+C:\Users\user2\Desktop\yrok5-6\yrok2\bin\Debug\yrok2.exe
+C:\Users\user2\Desktop\yrok5-6\yrok2\bin\Debug\yrok2.pdb
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.csproj.AssemblyReference.cache
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.Authorization.resources
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.Form2.resources
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.Form3.resources
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.Properties.Resources.resources
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.csproj.GenerateResource.cache
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.csproj.CoreCompileInputs.cache
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.exe
+C:\Users\user2\Desktop\yrok5-6\yrok2\obj\Debug\yrok2.pdb

BIN
yrok2.csproj.GenerateResource.cache


BIN
yrok2.exe


BIN
yrok2.pdb