|
|
|
@ -45,6 +45,12 @@ namespace photo_sorter
|
|
|
|
|
this.btn_sort = new System.Windows.Forms.Button();
|
|
|
|
|
this.img_preview = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.gbox_info = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.gbox_photo_type = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.rad_dng = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rad_png = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rad_jpeg = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rad_nef = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rad_cr2 = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.btn_reload_src = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn_open_src_dir = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn_open_dest_dir = new System.Windows.Forms.Button();
|
|
|
|
@ -62,27 +68,21 @@ namespace photo_sorter
|
|
|
|
|
this.status_bar = new System.Windows.Forms.StatusStrip();
|
|
|
|
|
this.stat_last_action = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.toolStripSpacer = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.stat_bar_label = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.pbar = new System.Windows.Forms.ToolStripProgressBar();
|
|
|
|
|
this.split_container_main = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
|
|
this.stat_bar_label = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.gbox_photo_type = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.rad_nef = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rad_cr2 = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rad_jpeg = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rad_png = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rad_dng = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
|
|
this.gbox_preview.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.img_preview)).BeginInit();
|
|
|
|
|
this.gbox_info.SuspendLayout();
|
|
|
|
|
this.gbox_photo_type.SuspendLayout();
|
|
|
|
|
this.gbox_copybool.SuspendLayout();
|
|
|
|
|
this.status_bar.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.split_container_main)).BeginInit();
|
|
|
|
|
this.split_container_main.Panel1.SuspendLayout();
|
|
|
|
|
this.split_container_main.Panel2.SuspendLayout();
|
|
|
|
|
this.split_container_main.SuspendLayout();
|
|
|
|
|
this.gbox_photo_type.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip1
|
|
|
|
@ -177,9 +177,9 @@ namespace photo_sorter
|
|
|
|
|
this.lbl_current_fname.AutoSize = true;
|
|
|
|
|
this.lbl_current_fname.Location = new System.Drawing.Point(9, 18);
|
|
|
|
|
this.lbl_current_fname.Name = "lbl_current_fname";
|
|
|
|
|
this.lbl_current_fname.Size = new System.Drawing.Size(214, 13);
|
|
|
|
|
this.lbl_current_fname.Size = new System.Drawing.Size(202, 13);
|
|
|
|
|
this.lbl_current_fname.TabIndex = 7;
|
|
|
|
|
this.lbl_current_fname.Text = "hank_ketchum.file - Select Source to begin!";
|
|
|
|
|
this.lbl_current_fname.Text = "reckoning_2.file - Select Source to begin!";
|
|
|
|
|
//
|
|
|
|
|
// btn_next
|
|
|
|
|
//
|
|
|
|
@ -253,6 +253,72 @@ namespace photo_sorter
|
|
|
|
|
this.gbox_info.TabStop = false;
|
|
|
|
|
this.gbox_info.Text = "Sorting Info";
|
|
|
|
|
//
|
|
|
|
|
// gbox_photo_type
|
|
|
|
|
//
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_dng);
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_png);
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_jpeg);
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_nef);
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_cr2);
|
|
|
|
|
this.gbox_photo_type.Location = new System.Drawing.Point(7, 151);
|
|
|
|
|
this.gbox_photo_type.Name = "gbox_photo_type";
|
|
|
|
|
this.gbox_photo_type.Size = new System.Drawing.Size(142, 137);
|
|
|
|
|
this.gbox_photo_type.TabIndex = 6;
|
|
|
|
|
this.gbox_photo_type.TabStop = false;
|
|
|
|
|
this.gbox_photo_type.Text = "File Type";
|
|
|
|
|
//
|
|
|
|
|
// rad_dng
|
|
|
|
|
//
|
|
|
|
|
this.rad_dng.AutoSize = true;
|
|
|
|
|
this.rad_dng.Location = new System.Drawing.Point(6, 65);
|
|
|
|
|
this.rad_dng.Name = "rad_dng";
|
|
|
|
|
this.rad_dng.Size = new System.Drawing.Size(133, 17);
|
|
|
|
|
this.rad_dng.TabIndex = 6;
|
|
|
|
|
this.rad_dng.Text = "DNG (Digital Negative)";
|
|
|
|
|
this.rad_dng.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rad_png
|
|
|
|
|
//
|
|
|
|
|
this.rad_png.AutoSize = true;
|
|
|
|
|
this.rad_png.Location = new System.Drawing.Point(6, 111);
|
|
|
|
|
this.rad_png.Name = "rad_png";
|
|
|
|
|
this.rad_png.Size = new System.Drawing.Size(48, 17);
|
|
|
|
|
this.rad_png.TabIndex = 8;
|
|
|
|
|
this.rad_png.Text = "PNG";
|
|
|
|
|
this.rad_png.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rad_jpeg
|
|
|
|
|
//
|
|
|
|
|
this.rad_jpeg.AutoSize = true;
|
|
|
|
|
this.rad_jpeg.Location = new System.Drawing.Point(6, 88);
|
|
|
|
|
this.rad_jpeg.Name = "rad_jpeg";
|
|
|
|
|
this.rad_jpeg.Size = new System.Drawing.Size(45, 17);
|
|
|
|
|
this.rad_jpeg.TabIndex = 7;
|
|
|
|
|
this.rad_jpeg.Text = "JPG";
|
|
|
|
|
this.rad_jpeg.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rad_nef
|
|
|
|
|
//
|
|
|
|
|
this.rad_nef.AutoSize = true;
|
|
|
|
|
this.rad_nef.Checked = true;
|
|
|
|
|
this.rad_nef.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.rad_nef.Name = "rad_nef";
|
|
|
|
|
this.rad_nef.Size = new System.Drawing.Size(108, 17);
|
|
|
|
|
this.rad_nef.TabIndex = 4;
|
|
|
|
|
this.rad_nef.TabStop = true;
|
|
|
|
|
this.rad_nef.Text = "NEF (Nikon Raw)";
|
|
|
|
|
this.rad_nef.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rad_cr2
|
|
|
|
|
//
|
|
|
|
|
this.rad_cr2.AutoSize = true;
|
|
|
|
|
this.rad_cr2.Location = new System.Drawing.Point(6, 42);
|
|
|
|
|
this.rad_cr2.Name = "rad_cr2";
|
|
|
|
|
this.rad_cr2.Size = new System.Drawing.Size(111, 17);
|
|
|
|
|
this.rad_cr2.TabIndex = 5;
|
|
|
|
|
this.rad_cr2.Text = "CR2 (Canon Raw)";
|
|
|
|
|
this.rad_cr2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btn_reload_src
|
|
|
|
|
//
|
|
|
|
|
this.btn_reload_src.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
@ -423,6 +489,13 @@ namespace photo_sorter
|
|
|
|
|
this.toolStripSpacer.Size = new System.Drawing.Size(784, 17);
|
|
|
|
|
this.toolStripSpacer.Spring = true;
|
|
|
|
|
//
|
|
|
|
|
// stat_bar_label
|
|
|
|
|
//
|
|
|
|
|
this.stat_bar_label.Name = "stat_bar_label";
|
|
|
|
|
this.stat_bar_label.Size = new System.Drawing.Size(59, 17);
|
|
|
|
|
this.stat_bar_label.Text = "Loading...";
|
|
|
|
|
this.stat_bar_label.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// pbar
|
|
|
|
|
//
|
|
|
|
|
this.pbar.Name = "pbar";
|
|
|
|
@ -451,79 +524,6 @@ namespace photo_sorter
|
|
|
|
|
this.split_container_main.SplitterDistance = 359;
|
|
|
|
|
this.split_container_main.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// stat_bar_label
|
|
|
|
|
//
|
|
|
|
|
this.stat_bar_label.Name = "stat_bar_label";
|
|
|
|
|
this.stat_bar_label.Size = new System.Drawing.Size(59, 17);
|
|
|
|
|
this.stat_bar_label.Text = "Loading...";
|
|
|
|
|
this.stat_bar_label.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// gbox_photo_type
|
|
|
|
|
//
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_dng);
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_png);
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_jpeg);
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_nef);
|
|
|
|
|
this.gbox_photo_type.Controls.Add(this.rad_cr2);
|
|
|
|
|
this.gbox_photo_type.Location = new System.Drawing.Point(7, 151);
|
|
|
|
|
this.gbox_photo_type.Name = "gbox_photo_type";
|
|
|
|
|
this.gbox_photo_type.Size = new System.Drawing.Size(142, 137);
|
|
|
|
|
this.gbox_photo_type.TabIndex = 6;
|
|
|
|
|
this.gbox_photo_type.TabStop = false;
|
|
|
|
|
this.gbox_photo_type.Text = "File Type";
|
|
|
|
|
//
|
|
|
|
|
// rad_nef
|
|
|
|
|
//
|
|
|
|
|
this.rad_nef.AutoSize = true;
|
|
|
|
|
this.rad_nef.Checked = true;
|
|
|
|
|
this.rad_nef.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.rad_nef.Name = "rad_nef";
|
|
|
|
|
this.rad_nef.Size = new System.Drawing.Size(108, 17);
|
|
|
|
|
this.rad_nef.TabIndex = 4;
|
|
|
|
|
this.rad_nef.TabStop = true;
|
|
|
|
|
this.rad_nef.Text = "NEF (Nikon Raw)";
|
|
|
|
|
this.rad_nef.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rad_cr2
|
|
|
|
|
//
|
|
|
|
|
this.rad_cr2.AutoSize = true;
|
|
|
|
|
this.rad_cr2.Location = new System.Drawing.Point(6, 42);
|
|
|
|
|
this.rad_cr2.Name = "rad_cr2";
|
|
|
|
|
this.rad_cr2.Size = new System.Drawing.Size(111, 17);
|
|
|
|
|
this.rad_cr2.TabIndex = 5;
|
|
|
|
|
this.rad_cr2.Text = "CR2 (Canon Raw)";
|
|
|
|
|
this.rad_cr2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rad_jpeg
|
|
|
|
|
//
|
|
|
|
|
this.rad_jpeg.AutoSize = true;
|
|
|
|
|
this.rad_jpeg.Location = new System.Drawing.Point(6, 88);
|
|
|
|
|
this.rad_jpeg.Name = "rad_jpeg";
|
|
|
|
|
this.rad_jpeg.Size = new System.Drawing.Size(45, 17);
|
|
|
|
|
this.rad_jpeg.TabIndex = 7;
|
|
|
|
|
this.rad_jpeg.Text = "JPG";
|
|
|
|
|
this.rad_jpeg.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rad_png
|
|
|
|
|
//
|
|
|
|
|
this.rad_png.AutoSize = true;
|
|
|
|
|
this.rad_png.Location = new System.Drawing.Point(6, 111);
|
|
|
|
|
this.rad_png.Name = "rad_png";
|
|
|
|
|
this.rad_png.Size = new System.Drawing.Size(48, 17);
|
|
|
|
|
this.rad_png.TabIndex = 8;
|
|
|
|
|
this.rad_png.Text = "PNG";
|
|
|
|
|
this.rad_png.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rad_dng
|
|
|
|
|
//
|
|
|
|
|
this.rad_dng.AutoSize = true;
|
|
|
|
|
this.rad_dng.Location = new System.Drawing.Point(6, 65);
|
|
|
|
|
this.rad_dng.Name = "rad_dng";
|
|
|
|
|
this.rad_dng.Size = new System.Drawing.Size(133, 17);
|
|
|
|
|
this.rad_dng.TabIndex = 6;
|
|
|
|
|
this.rad_dng.Text = "DNG (Digital Negative)";
|
|
|
|
|
this.rad_dng.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// form_main
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
@ -544,6 +544,8 @@ namespace photo_sorter
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.img_preview)).EndInit();
|
|
|
|
|
this.gbox_info.ResumeLayout(false);
|
|
|
|
|
this.gbox_info.PerformLayout();
|
|
|
|
|
this.gbox_photo_type.ResumeLayout(false);
|
|
|
|
|
this.gbox_photo_type.PerformLayout();
|
|
|
|
|
this.gbox_copybool.ResumeLayout(false);
|
|
|
|
|
this.gbox_copybool.PerformLayout();
|
|
|
|
|
this.status_bar.ResumeLayout(false);
|
|
|
|
@ -552,8 +554,6 @@ namespace photo_sorter
|
|
|
|
|
this.split_container_main.Panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.split_container_main)).EndInit();
|
|
|
|
|
this.split_container_main.ResumeLayout(false);
|
|
|
|
|
this.gbox_photo_type.ResumeLayout(false);
|
|
|
|
|
this.gbox_photo_type.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|