namespace DIT_FileNameReader { partial class MainFrm { /// /// 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(MainFrm)); this.FilenamesBox = new System.Windows.Forms.TextBox(); this.DirectoryDialog = new System.Windows.Forms.FolderBrowserDialog(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.CriteriumBox = new System.Windows.Forms.TextBox(); this.DirectoryBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.SuspendLayout(); // // FilenamesBox // this.FilenamesBox.Location = new System.Drawing.Point(98, 264); this.FilenamesBox.Multiline = true; this.FilenamesBox.Name = "FilenamesBox"; this.FilenamesBox.ReadOnly = true; this.FilenamesBox.Size = new System.Drawing.Size(596, 141); this.FilenamesBox.TabIndex = 0; this.FilenamesBox.TextChanged += new System.EventHandler(this.FilenamesBox_TextChanged); // // button1 // this.button1.Location = new System.Drawing.Point(609, 124); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(141, 23); this.button1.TabIndex = 1; this.button1.Text = "Mappa kiválasztása"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(609, 200); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(141, 23); this.button2.TabIndex = 2; this.button2.Text = "Mentés .txt fájlba"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(32, 135); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(201, 17); this.checkBox1.TabIndex = 3; this.checkBox1.Text = "Fájlnevek tartalmazzák a kiterjesztést"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(32, 159); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(88, 17); this.checkBox2.TabIndex = 4; this.checkBox2.Text = "Fájlnév szűrő"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label1.Location = new System.Drawing.Point(347, 245); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(111, 13); this.label1.TabIndex = 5; this.label1.Text = "Kimenet előnézete"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label2.Location = new System.Drawing.Point(208, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(377, 24); this.label2.TabIndex = 6; this.label2.Text = "DIT - FileName Reader / Fájlnév olvasó"; // // CriteriumBox // this.CriteriumBox.Location = new System.Drawing.Point(63, 182); this.CriteriumBox.Name = "CriteriumBox"; this.CriteriumBox.Size = new System.Drawing.Size(100, 20); this.CriteriumBox.TabIndex = 7; this.CriteriumBox.Text = "*"; this.CriteriumBox.Visible = false; this.CriteriumBox.Enter += new System.EventHandler(this.CriteriumBox_Enter); this.CriteriumBox.Leave += new System.EventHandler(this.CriteriumBox_Leave); // // DirectoryBox // this.DirectoryBox.Location = new System.Drawing.Point(393, 126); this.DirectoryBox.Name = "DirectoryBox"; this.DirectoryBox.Size = new System.Drawing.Size(178, 20); this.DirectoryBox.TabIndex = 8; this.DirectoryBox.Text = "Pl.: D:/Zenek"; this.DirectoryBox.Enter += new System.EventHandler(this.DirectoryBox_Enter); this.DirectoryBox.Leave += new System.EventHandler(this.DirectoryBox_Leave); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(577, 129); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(30, 13); this.label3.TabIndex = 9; this.label3.Text = "vagy"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label4.Location = new System.Drawing.Point(525, 108); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(139, 13); this.label4.TabIndex = 10; this.label4.Text = "Mappa elérési útvonala"; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(728, 428); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(60, 13); this.linkLabel1.TabIndex = 11; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "Részletek.."; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // MainFrm // 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.linkLabel1); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.DirectoryBox); this.Controls.Add(this.CriteriumBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.FilenamesBox); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainFrm"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox FilenamesBox; private System.Windows.Forms.FolderBrowserDialog DirectoryDialog; private System.Windows.Forms.Button button2; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; public System.Windows.Forms.Button button1; public System.Windows.Forms.TextBox DirectoryBox; public System.Windows.Forms.CheckBox checkBox1; public System.Windows.Forms.TextBox CriteriumBox; private System.Windows.Forms.LinkLabel linkLabel1; } }