@ -59,20 +59,30 @@ namespace photo_sorter
this . lbl_sort_secondary = new System . Windows . Forms . Label ( ) ;
this . lbl_sort_secondary = new System . Windows . Forms . Label ( ) ;
this . tbox_sort_primary = new System . Windows . Forms . TextBox ( ) ;
this . tbox_sort_primary = new System . Windows . Forms . TextBox ( ) ;
this . lbl_sort_primary = new System . Windows . Forms . Label ( ) ;
this . lbl_sort_primary = new System . Windows . Forms . Label ( ) ;
this . status Strip1 = new System . Windows . Forms . StatusStrip ( ) ;
this . status _bar = new System . Windows . Forms . StatusStrip ( ) ;
this . stat_last_action = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
this . stat_last_action = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
this . toolStripSpacer = new System . Windows . Forms . ToolStripStatusLabel ( ) ;
this . pbar = new System . Windows . Forms . ToolStripProgressBar ( ) ;
this . split_container_main = new System . Windows . Forms . SplitContainer ( ) ;
this . split_container_main = new System . Windows . Forms . SplitContainer ( ) ;
this . folderBrowserDialog1 = new System . Windows . Forms . FolderBrowserDialog ( ) ;
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 . menuStrip1 . SuspendLayout ( ) ;
this . gbox_preview . SuspendLayout ( ) ;
this . gbox_preview . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . img_preview ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . img_preview ) ) . BeginInit ( ) ;
this . gbox_info . SuspendLayout ( ) ;
this . gbox_info . SuspendLayout ( ) ;
this . gbox_copybool . SuspendLayout ( ) ;
this . gbox_copybool . SuspendLayout ( ) ;
this . statusStrip1 . SuspendLayout ( ) ;
this . status _bar . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . split_container_main ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . split_container_main ) ) . BeginInit ( ) ;
this . split_container_main . Panel1 . SuspendLayout ( ) ;
this . split_container_main . Panel1 . SuspendLayout ( ) ;
this . split_container_main . Panel2 . SuspendLayout ( ) ;
this . split_container_main . Panel2 . SuspendLayout ( ) ;
this . split_container_main . SuspendLayout ( ) ;
this . split_container_main . SuspendLayout ( ) ;
this . gbox_photo_type . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
//
// menuStrip1
// menuStrip1
@ -223,6 +233,7 @@ namespace photo_sorter
this . gbox_info . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
this . gbox_info . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . gbox_info . Controls . Add ( this . gbox_photo_type ) ;
this . gbox_info . Controls . Add ( this . btn_reload_src ) ;
this . gbox_info . Controls . Add ( this . btn_reload_src ) ;
this . gbox_info . Controls . Add ( this . btn_open_src_dir ) ;
this . gbox_info . Controls . Add ( this . btn_open_src_dir ) ;
this . gbox_info . Controls . Add ( this . btn_open_dest_dir ) ;
this . gbox_info . Controls . Add ( this . btn_open_dest_dir ) ;
@ -318,9 +329,10 @@ namespace photo_sorter
//
//
// gbox_copybool
// gbox_copybool
//
//
this . gbox_copybool . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . gbox_copybool . Controls . Add ( this . rad_sort_move ) ;
this . gbox_copybool . Controls . Add ( this . rad_sort_move ) ;
this . gbox_copybool . Controls . Add ( this . rad_sort_copy ) ;
this . gbox_copybool . Controls . Add ( this . rad_sort_copy ) ;
this . gbox_copybool . Location = new System . Drawing . Point ( 6 , 151 ) ;
this . gbox_copybool . Location = new System . Drawing . Point ( 234 , 151 ) ;
this . gbox_copybool . Name = "gbox_copybool" ;
this . gbox_copybool . Name = "gbox_copybool" ;
this . gbox_copybool . Size = new System . Drawing . Size ( 111 , 71 ) ;
this . gbox_copybool . Size = new System . Drawing . Size ( 111 , 71 ) ;
this . gbox_copybool . TabIndex = 4 ;
this . gbox_copybool . TabIndex = 4 ;
@ -385,15 +397,18 @@ namespace photo_sorter
this . lbl_sort_primary . TabIndex = 0 ;
this . lbl_sort_primary . TabIndex = 0 ;
this . lbl_sort_primary . Text = "Primary Sort (e.g. Event Name):" ;
this . lbl_sort_primary . Text = "Primary Sort (e.g. Event Name):" ;
//
//
// status Strip1
// status _bar
//
//
this . statusStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . status_bar . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . stat_last_action } ) ;
this . stat_last_action ,
this . statusStrip1 . Location = new System . Drawing . Point ( 0 , 572 ) ;
this . toolStripSpacer ,
this . statusStrip1 . Name = "statusStrip1" ;
this . stat_bar_label ,
this . statusStrip1 . Size = new System . Drawing . Size ( 1101 , 22 ) ;
this . pbar } ) ;
this . statusStrip1 . TabIndex = 3 ;
this . status_bar . Location = new System . Drawing . Point ( 0 , 572 ) ;
this . statusStrip1 . Text = "statusStrip1" ;
this . status_bar . Name = "status_bar" ;
this . status_bar . Size = new System . Drawing . Size ( 1101 , 22 ) ;
this . status_bar . TabIndex = 3 ;
this . status_bar . Text = "statusStrip1" ;
//
//
// stat_last_action
// stat_last_action
//
//
@ -402,6 +417,19 @@ namespace photo_sorter
this . stat_last_action . Text = "Program started" ;
this . stat_last_action . Text = "Program started" ;
this . stat_last_action . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
this . stat_last_action . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
//
// toolStripSpacer
//
this . toolStripSpacer . Name = "toolStripSpacer" ;
this . toolStripSpacer . Size = new System . Drawing . Size ( 784 , 17 ) ;
this . toolStripSpacer . Spring = true ;
//
// pbar
//
this . pbar . Name = "pbar" ;
this . pbar . Overflow = System . Windows . Forms . ToolStripItemOverflow . Always ;
this . pbar . Padding = new System . Windows . Forms . Padding ( 0 , 0 , 8 , 0 ) ;
this . pbar . Size = new System . Drawing . Size ( 208 , 16 ) ;
//
// split_container_main
// split_container_main
//
//
this . split_container_main . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
this . split_container_main . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
@ -423,19 +451,92 @@ namespace photo_sorter
this . split_container_main . SplitterDistance = 359 ;
this . split_container_main . SplitterDistance = 359 ;
this . split_container_main . TabIndex = 4 ;
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
// form_main
//
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 1101 , 594 ) ;
this . ClientSize = new System . Drawing . Size ( 1101 , 594 ) ;
this . Controls . Add ( this . statusStrip1 ) ;
this . Controls . Add ( this . status _bar ) ;
this . Controls . Add ( this . menuStrip1 ) ;
this . Controls . Add ( this . menuStrip1 ) ;
this . Controls . Add ( this . split_container_main ) ;
this . Controls . Add ( this . split_container_main ) ;
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
this . MainMenuStrip = this . menuStrip1 ;
this . MainMenuStrip = this . menuStrip1 ;
this . MinimumSize = new System . Drawing . Size ( 768 , 480 ) ;
this . MinimumSize = new System . Drawing . Size ( 768 , 480 ) ;
this . Name = "form_main" ;
this . Name = "form_main" ;
this . Text = "Skyfall Photo Sorter v0.1" ;
this . Text = "Skyfall Photo Sorter ";
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . PerformLayout ( ) ;
this . menuStrip1 . PerformLayout ( ) ;
this . gbox_preview . ResumeLayout ( false ) ;
this . gbox_preview . ResumeLayout ( false ) ;
@ -445,12 +546,14 @@ namespace photo_sorter
this . gbox_info . PerformLayout ( ) ;
this . gbox_info . PerformLayout ( ) ;
this . gbox_copybool . ResumeLayout ( false ) ;
this . gbox_copybool . ResumeLayout ( false ) ;
this . gbox_copybool . PerformLayout ( ) ;
this . gbox_copybool . PerformLayout ( ) ;
this . status Strip1 . ResumeLayout ( false ) ;
this . status _bar . ResumeLayout ( false ) ;
this . status Strip1 . PerformLayout ( ) ;
this . status _bar . PerformLayout ( ) ;
this . split_container_main . Panel1 . ResumeLayout ( false ) ;
this . split_container_main . Panel1 . ResumeLayout ( false ) ;
this . split_container_main . Panel2 . ResumeLayout ( false ) ;
this . split_container_main . Panel2 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . split_container_main ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . split_container_main ) ) . EndInit ( ) ;
this . split_container_main . ResumeLayout ( false ) ;
this . split_container_main . ResumeLayout ( false ) ;
this . gbox_photo_type . ResumeLayout ( false ) ;
this . gbox_photo_type . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
this . PerformLayout ( ) ;
@ -479,7 +582,7 @@ namespace photo_sorter
private System . Windows . Forms . Label lbl_sort_secondary ;
private System . Windows . Forms . Label lbl_sort_secondary ;
private System . Windows . Forms . TextBox tbox_sort_primary ;
private System . Windows . Forms . TextBox tbox_sort_primary ;
private System . Windows . Forms . Label lbl_sort_primary ;
private System . Windows . Forms . Label lbl_sort_primary ;
private System . Windows . Forms . StatusStrip status Strip1 ;
private System . Windows . Forms . StatusStrip status _bar ;
private System . Windows . Forms . ToolStripStatusLabel stat_last_action ;
private System . Windows . Forms . ToolStripStatusLabel stat_last_action ;
private System . Windows . Forms . SplitContainer split_container_main ;
private System . Windows . Forms . SplitContainer split_container_main ;
private System . Windows . Forms . TextBox tbox_source_dir ;
private System . Windows . Forms . TextBox tbox_source_dir ;
@ -491,6 +594,15 @@ namespace photo_sorter
private System . Windows . Forms . ToolStripMenuItem selectDestinationDirectoryToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem selectDestinationDirectoryToolStripMenuItem ;
private System . Windows . Forms . Button btn_reload_src ;
private System . Windows . Forms . Button btn_reload_src ;
private System . Windows . Forms . Label lbl_counter ;
private System . Windows . Forms . Label lbl_counter ;
private System . Windows . Forms . ToolStripStatusLabel toolStripSpacer ;
private System . Windows . Forms . ToolStripProgressBar pbar ;
private System . Windows . Forms . ToolStripStatusLabel stat_bar_label ;
private System . Windows . Forms . GroupBox gbox_photo_type ;
private System . Windows . Forms . RadioButton rad_nef ;
private System . Windows . Forms . RadioButton rad_cr2 ;
private System . Windows . Forms . RadioButton rad_png ;
private System . Windows . Forms . RadioButton rad_jpeg ;
private System . Windows . Forms . RadioButton rad_dng ;
}
}
}
}