Tzuro

Untitled

Jul 27th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.03 KB | None | 0 0
  1. namespace SredniaOcen
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Windows Form Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.txtPrzed1 = new System.Windows.Forms.TextBox();
  33. this.txtPrzed2 = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.txtPrzed3 = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.btnPolicz = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // label1
  41. //
  42. this.label1.AutoSize = true;
  43. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  44. this.label1.Location = new System.Drawing.Point(54, 15);
  45. this.label1.Name = "label1";
  46. this.label1.Size = new System.Drawing.Size(162, 31);
  47. this.label1.TabIndex = 0;
  48. this.label1.Text = "Matematyka";
  49. //
  50. // txtPrzed1
  51. //
  52. this.txtPrzed1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  53. this.txtPrzed1.Location = new System.Drawing.Point(256, 12);
  54. this.txtPrzed1.Name = "txtPrzed1";
  55. this.txtPrzed1.Size = new System.Drawing.Size(100, 38);
  56. this.txtPrzed1.TabIndex = 1;
  57. //
  58. // txtPrzed2
  59. //
  60. this.txtPrzed2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  61. this.txtPrzed2.Location = new System.Drawing.Point(256, 56);
  62. this.txtPrzed2.Name = "txtPrzed2";
  63. this.txtPrzed2.Size = new System.Drawing.Size(100, 38);
  64. this.txtPrzed2.TabIndex = 3;
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  70. this.label2.Location = new System.Drawing.Point(54, 59);
  71. this.label2.Name = "label2";
  72. this.label2.Size = new System.Drawing.Size(157, 31);
  73. this.label2.TabIndex = 2;
  74. this.label2.Text = "Informatyka";
  75. //
  76. // txtPrzed3
  77. //
  78. this.txtPrzed3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  79. this.txtPrzed3.Location = new System.Drawing.Point(256, 100);
  80. this.txtPrzed3.Name = "txtPrzed3";
  81. this.txtPrzed3.Size = new System.Drawing.Size(100, 38);
  82. this.txtPrzed3.TabIndex = 5;
  83. //
  84. // label3
  85. //
  86. this.label3.AutoSize = true;
  87. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  88. this.label3.Location = new System.Drawing.Point(54, 103);
  89. this.label3.Name = "label3";
  90. this.label3.Size = new System.Drawing.Size(198, 31);
  91. this.label3.TabIndex = 4;
  92. this.label3.Text = "Język angielski";
  93. //
  94. // btnPolicz
  95. //
  96. this.btnPolicz.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  97. this.btnPolicz.Location = new System.Drawing.Point(120, 159);
  98. this.btnPolicz.Name = "btnPolicz";
  99. this.btnPolicz.Size = new System.Drawing.Size(161, 60);
  100. this.btnPolicz.TabIndex = 6;
  101. this.btnPolicz.Text = "Policz";
  102. this.btnPolicz.UseVisualStyleBackColor = true;
  103. //
  104. // Form1
  105. //
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. this.ClientSize = new System.Drawing.Size(414, 254);
  109. this.Controls.Add(this.btnPolicz);
  110. this.Controls.Add(this.txtPrzed3);
  111. this.Controls.Add(this.label3);
  112. this.Controls.Add(this.txtPrzed2);
  113. this.Controls.Add(this.label2);
  114. this.Controls.Add(this.txtPrzed1);
  115. this.Controls.Add(this.label1);
  116. this.Name = "Form1";
  117. this.Text = "Średnia ocen";
  118. this.ResumeLayout(false);
  119. this.PerformLayout();
  120.  
  121. }
  122.  
  123. #endregion
  124.  
  125. private System.Windows.Forms.Label label1;
  126. private System.Windows.Forms.TextBox txtPrzed1;
  127. private System.Windows.Forms.TextBox txtPrzed2;
  128. private System.Windows.Forms.Label label2;
  129. private System.Windows.Forms.TextBox txtPrzed3;
  130. private System.Windows.Forms.Label label3;
  131. private System.Windows.Forms.Button btnPolicz;
  132. }
  133. }
  134.  
  135.  
Add Comment
Please, Sign In to add comment