Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace Przelicznik
- {
- 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.txtPredkoscMb = new System.Windows.Forms.TextBox();
- this.txtPobieranieMB = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btnPrzelicz = 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(25, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(646, 31);
- this.label1.TabIndex = 0;
- this.label1.Text = "Prędkość internetu w Megabitach na sekundę (Mb/s)";
- //
- // txtPredkoscMb
- //
- this.txtPredkoscMb.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtPredkoscMb.Location = new System.Drawing.Point(205, 43);
- this.txtPredkoscMb.Name = "txtPredkoscMb";
- this.txtPredkoscMb.Size = new System.Drawing.Size(286, 38);
- this.txtPredkoscMb.TabIndex = 1;
- //
- // txtPobieranieMB
- //
- this.txtPobieranieMB.Enabled = false;
- this.txtPobieranieMB.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtPobieranieMB.Location = new System.Drawing.Point(205, 191);
- this.txtPobieranieMB.Name = "txtPobieranieMB";
- this.txtPobieranieMB.Size = new System.Drawing.Size(286, 38);
- this.txtPobieranieMB.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(16, 148);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(664, 31);
- this.label2.TabIndex = 2;
- this.label2.Text = "Prędkość internetu w Megabajtach na sekundę (MB/s)";
- //
- // btnPrzelicz
- //
- this.btnPrzelicz.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.btnPrzelicz.Location = new System.Drawing.Point(270, 87);
- this.btnPrzelicz.Name = "btnPrzelicz";
- this.btnPrzelicz.Size = new System.Drawing.Size(159, 55);
- this.btnPrzelicz.TabIndex = 4;
- this.btnPrzelicz.Text = "Przelicz";
- this.btnPrzelicz.UseVisualStyleBackColor = true;
- this.btnPrzelicz.Click += new System.EventHandler(this.button1_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(762, 247);
- this.Controls.Add(this.btnPrzelicz);
- this.Controls.Add(this.txtPobieranieMB);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.txtPredkoscMb);
- this.Controls.Add(this.label1);
- this.Name = "Form1";
- this.Text = "Przelicznik";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtPredkoscMb;
- private System.Windows.Forms.TextBox txtPobieranieMB;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnPrzelicz;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement