Files
c-sharp/DatumForm/Form1.Designer.cs
2022-05-31 08:46:10 +02:00

165 lines
7.7 KiB
C#

namespace DatumForm {
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.dtpNaptar = new System.Windows.Forms.DateTimePicker();
this.mtbPerc = new System.Windows.Forms.MaskedTextBox();
this.button1 = new System.Windows.Forms.Button();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
this.Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
this.SuspendLayout();
//
// dtpNaptar
//
this.dtpNaptar.Location = new System.Drawing.Point(53, 47);
this.dtpNaptar.Name = "dtpNaptar";
this.dtpNaptar.Size = new System.Drawing.Size(217, 20);
this.dtpNaptar.TabIndex = 0;
//
// mtbPerc
//
this.mtbPerc.Location = new System.Drawing.Point(436, 46);
this.mtbPerc.Name = "mtbPerc";
this.mtbPerc.Size = new System.Drawing.Size(217, 20);
this.mtbPerc.TabIndex = 1;
//
// button1
//
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.button1.Location = new System.Drawing.Point(53, 164);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(217, 78);
this.button1.TabIndex = 2;
this.button1.Text = "Click";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(436, 95);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(36, 20);
this.numericUpDown1.TabIndex = 3;
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(526, 95);
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(36, 20);
this.numericUpDown2.TabIndex = 3;
//
// numericUpDown3
//
this.numericUpDown3.Location = new System.Drawing.Point(617, 95);
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(36, 20);
this.numericUpDown3.TabIndex = 3;
//
// numericUpDown4
//
this.numericUpDown4.Location = new System.Drawing.Point(53, 95);
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(36, 20);
this.numericUpDown4.TabIndex = 3;
//
// numericUpDown5
//
this.numericUpDown5.Location = new System.Drawing.Point(143, 95);
this.numericUpDown5.Name = "numericUpDown5";
this.numericUpDown5.Size = new System.Drawing.Size(36, 20);
this.numericUpDown5.TabIndex = 3;
//
// numericUpDown6
//
this.numericUpDown6.Location = new System.Drawing.Point(234, 95);
this.numericUpDown6.Name = "numericUpDown6";
this.numericUpDown6.Size = new System.Drawing.Size(36, 20);
this.numericUpDown6.TabIndex = 3;
//
// Label
//
this.Label.AutoSize = true;
this.Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.Label.Location = new System.Drawing.Point(87, 303);
this.Label.Name = "Label";
this.Label.Size = new System.Drawing.Size(60, 24);
this.Label.TabIndex = 4;
this.Label.Text = "label1";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.Label);
this.Controls.Add(this.numericUpDown6);
this.Controls.Add(this.numericUpDown3);
this.Controls.Add(this.numericUpDown5);
this.Controls.Add(this.numericUpDown2);
this.Controls.Add(this.numericUpDown4);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.button1);
this.Controls.Add(this.dtpNaptar);
this.Controls.Add(this.mtbPerc);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DateTimePicker dtpNaptar;
private System.Windows.Forms.MaskedTextBox mtbPerc;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.NumericUpDown numericUpDown3;
private System.Windows.Forms.NumericUpDown numericUpDown4;
private System.Windows.Forms.NumericUpDown numericUpDown5;
private System.Windows.Forms.NumericUpDown numericUpDown6;
private System.Windows.Forms.Label Label;
}
}