namespace DIT_FileNameReader { partial class AboutFrm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutFrm)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.VersionLabel = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(375, 24); this.label1.TabIndex = 0; this.label1.Text = "DIT - Filename Reader - Fájlnév olvasó"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label2.Location = new System.Drawing.Point(13, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(49, 16); this.label2.TabIndex = 1; this.label2.Text = "Verzió:"; // // VersionLabel // this.VersionLabel.AutoSize = true; this.VersionLabel.Location = new System.Drawing.Point(68, 64); this.VersionLabel.Name = "VersionLabel"; this.VersionLabel.Size = new System.Drawing.Size(60, 13); this.VersionLabel.TabIndex = 2; this.VersionLabel.Text = "Verziószám"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 121); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(195, 13); this.label4.TabIndex = 3; this.label4.Text = "Készítette: Lábodi Dávid - DIT Services"; // // AboutFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(393, 175); this.Controls.Add(this.label4); this.Controls.Add(this.VersionLabel); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AboutFrm"; this.Text = "AboutFrm"; this.Load += new System.EventHandler(this.AboutFrm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label VersionLabel; private System.Windows.Forms.Label label4; } }