Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace SredniaOcen
- {
- partial class Form1
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.txtPrzed1 = new System.Windows.Forms.TextBox();
- this.txtPrzed2 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtPrzed3 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.btnPolicz = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(54, 15);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(162, 31);
- this.label1.TabIndex = 0;
- this.label1.Text = "Matematyka";
- //
- // txtPrzed1
- //
- this.txtPrzed1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtPrzed1.Location = new System.Drawing.Point(256, 12);
- this.txtPrzed1.Name = "txtPrzed1";
- this.txtPrzed1.Size = new System.Drawing.Size(100, 38);
- this.txtPrzed1.TabIndex = 1;
- //
- // txtPrzed2
- //
- this.txtPrzed2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtPrzed2.Location = new System.Drawing.Point(256, 56);
- this.txtPrzed2.Name = "txtPrzed2";
- this.txtPrzed2.Size = new System.Drawing.Size(100, 38);
- this.txtPrzed2.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(54, 59);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(157, 31);
- this.label2.TabIndex = 2;
- this.label2.Text = "Informatyka";
- //
- // txtPrzed3
- //
- this.txtPrzed3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtPrzed3.Location = new System.Drawing.Point(256, 100);
- this.txtPrzed3.Name = "txtPrzed3";
- this.txtPrzed3.Size = new System.Drawing.Size(100, 38);
- this.txtPrzed3.TabIndex = 5;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.Location = new System.Drawing.Point(54, 103);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(198, 31);
- this.label3.TabIndex = 4;
- this.label3.Text = "Język angielski";
- //
- // btnPolicz
- //
- this.btnPolicz.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.btnPolicz.Location = new System.Drawing.Point(120, 159);
- this.btnPolicz.Name = "btnPolicz";
- this.btnPolicz.Size = new System.Drawing.Size(161, 60);
- this.btnPolicz.TabIndex = 6;
- this.btnPolicz.Text = "Policz";
- this.btnPolicz.UseVisualStyleBackColor = true;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(414, 254);
- this.Controls.Add(this.btnPolicz);
- this.Controls.Add(this.txtPrzed3);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.txtPrzed2);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.txtPrzed1);
- this.Controls.Add(this.label1);
- this.Name = "Form1";
- this.Text = "Średnia ocen";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtPrzed1;
- private System.Windows.Forms.TextBox txtPrzed2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtPrzed3;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnPolicz;
- }
- }
Add Comment
Please, Sign In to add comment