namespace FileRedater { partial class Form1 { /// /// 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() { this.previewButton = new System.Windows.Forms.Button(); this.outputBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.directoryBox = new System.Windows.Forms.TextBox(); this.fromBox = new System.Windows.Forms.TextBox(); this.goButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.dateBox = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // previewButton // this.previewButton.Location = new System.Drawing.Point(345, 83); this.previewButton.Name = "previewButton"; this.previewButton.Size = new System.Drawing.Size(75, 23); this.previewButton.TabIndex = 15; this.previewButton.Text = "Preview"; this.previewButton.UseVisualStyleBackColor = true; this.previewButton.Click += new System.EventHandler(this.previewButton_Click); // // outputBox // this.outputBox.Location = new System.Drawing.Point(15, 113); this.outputBox.Multiline = true; this.outputBox.Name = "outputBox"; this.outputBox.Size = new System.Drawing.Size(486, 158); this.outputBox.TabIndex = 14; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 35); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 13); this.label3.TabIndex = 13; this.label3.Text = "Dir:"; // // directoryBox // this.directoryBox.Location = new System.Drawing.Point(52, 32); this.directoryBox.Name = "directoryBox"; this.directoryBox.Size = new System.Drawing.Size(450, 20); this.directoryBox.TabIndex = 12; // // fromBox // this.fromBox.Location = new System.Drawing.Point(51, 6); this.fromBox.Name = "fromBox"; this.fromBox.Size = new System.Drawing.Size(451, 20); this.fromBox.TabIndex = 11; // // goButton // this.goButton.Location = new System.Drawing.Point(426, 83); this.goButton.Name = "goButton"; this.goButton.Size = new System.Drawing.Size(75, 23); this.goButton.TabIndex = 10; this.goButton.Text = "Go"; this.goButton.UseVisualStyleBackColor = true; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 13); this.label1.TabIndex = 9; this.label1.Text = "Files:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 61); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(33, 13); this.label2.TabIndex = 17; this.label2.Text = "Date:"; // // dateBox // this.dateBox.Location = new System.Drawing.Point(52, 58); this.dateBox.Name = "dateBox"; this.dateBox.Size = new System.Drawing.Size(450, 20); this.dateBox.TabIndex = 16; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(511, 281); this.Controls.Add(this.label2); this.Controls.Add(this.dateBox); this.Controls.Add(this.previewButton); this.Controls.Add(this.outputBox); this.Controls.Add(this.label3); this.Controls.Add(this.directoryBox); this.Controls.Add(this.fromBox); this.Controls.Add(this.goButton); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "FileRedater"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button previewButton; private System.Windows.Forms.TextBox outputBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox directoryBox; private System.Windows.Forms.TextBox fromBox; private System.Windows.Forms.Button goButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox dateBox; } }