You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
650 lines
35 KiB
650 lines
35 KiB
|
|
namespace photo_sorter
|
|
{
|
|
partial class form_main
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(form_main));
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsi_openDirectory = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsi_selectDestinationDirectory = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsi_quitApplication = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsi_globalHotkeysList = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsi_enableGlobalHotkeys = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsi_about = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.gbox_preview = new System.Windows.Forms.GroupBox();
|
|
this.lbl_counter = new System.Windows.Forms.Label();
|
|
this.lbl_current_fname = new System.Windows.Forms.Label();
|
|
this.btn_next = new System.Windows.Forms.Button();
|
|
this.btn_prev = new System.Windows.Forms.Button();
|
|
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();
|
|
this.tbox_source_dir = new System.Windows.Forms.TextBox();
|
|
this.lbl_source_dir = new System.Windows.Forms.Label();
|
|
this.tbox_dest_dir = new System.Windows.Forms.TextBox();
|
|
this.lbl_dest_dir = new System.Windows.Forms.Label();
|
|
this.gbox_copybool = new System.Windows.Forms.GroupBox();
|
|
this.rad_sort_move = new System.Windows.Forms.RadioButton();
|
|
this.rad_sort_copy = new System.Windows.Forms.RadioButton();
|
|
this.tbox_sort_secondary = new System.Windows.Forms.TextBox();
|
|
this.lbl_sort_secondary = new System.Windows.Forms.Label();
|
|
this.tbox_sort_primary = new System.Windows.Forms.TextBox();
|
|
this.lbl_sort_primary = new System.Windows.Forms.Label();
|
|
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.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.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.helpToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(1104, 24);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsi_openDirectory,
|
|
this.tsi_selectDestinationDirectory,
|
|
this.toolStripSeparator2,
|
|
this.tsi_quitApplication});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
//
|
|
// tsi_openDirectory
|
|
//
|
|
this.tsi_openDirectory.Name = "tsi_openDirectory";
|
|
this.tsi_openDirectory.Size = new System.Drawing.Size(219, 22);
|
|
this.tsi_openDirectory.Text = "&Open Source Directory";
|
|
this.tsi_openDirectory.Click += new System.EventHandler(this.openDirectoryToolStripMenuItem_Click);
|
|
//
|
|
// tsi_selectDestinationDirectory
|
|
//
|
|
this.tsi_selectDestinationDirectory.Name = "tsi_selectDestinationDirectory";
|
|
this.tsi_selectDestinationDirectory.Size = new System.Drawing.Size(219, 22);
|
|
this.tsi_selectDestinationDirectory.Text = "Select &Destination Directory";
|
|
this.tsi_selectDestinationDirectory.Click += new System.EventHandler(this.selectDestinationDirectoryToolStripMenuItem_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(216, 6);
|
|
//
|
|
// tsi_quitApplication
|
|
//
|
|
this.tsi_quitApplication.Name = "tsi_quitApplication";
|
|
this.tsi_quitApplication.Size = new System.Drawing.Size(219, 22);
|
|
this.tsi_quitApplication.Text = "&Quit Application";
|
|
this.tsi_quitApplication.Click += new System.EventHandler(this.quitApplicationToolStripMenuItem_Click);
|
|
//
|
|
// helpToolStripMenuItem
|
|
//
|
|
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsi_globalHotkeysList,
|
|
this.tsi_enableGlobalHotkeys,
|
|
this.toolStripSeparator1,
|
|
this.tsi_about});
|
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
|
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.helpToolStripMenuItem.Text = "&Help";
|
|
//
|
|
// tsi_globalHotkeysList
|
|
//
|
|
this.tsi_globalHotkeysList.Name = "tsi_globalHotkeysList";
|
|
this.tsi_globalHotkeysList.Size = new System.Drawing.Size(192, 22);
|
|
this.tsi_globalHotkeysList.Text = "&Global Hotkeys List";
|
|
this.tsi_globalHotkeysList.Click += new System.EventHandler(this.globalHotkeysListToolStripMenuItem_Click);
|
|
//
|
|
// tsi_enableGlobalHotkeys
|
|
//
|
|
this.tsi_enableGlobalHotkeys.Checked = true;
|
|
this.tsi_enableGlobalHotkeys.CheckOnClick = true;
|
|
this.tsi_enableGlobalHotkeys.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.tsi_enableGlobalHotkeys.Name = "tsi_enableGlobalHotkeys";
|
|
this.tsi_enableGlobalHotkeys.Size = new System.Drawing.Size(192, 22);
|
|
this.tsi_enableGlobalHotkeys.Text = "&Enable Global Hotkeys";
|
|
this.tsi_enableGlobalHotkeys.Click += new System.EventHandler(this.tsi_enableGlobalHotkeys_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(189, 6);
|
|
//
|
|
// tsi_about
|
|
//
|
|
this.tsi_about.Name = "tsi_about";
|
|
this.tsi_about.Size = new System.Drawing.Size(192, 22);
|
|
this.tsi_about.Text = "&About";
|
|
this.tsi_about.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
|
//
|
|
// gbox_preview
|
|
//
|
|
this.gbox_preview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.gbox_preview.Controls.Add(this.lbl_counter);
|
|
this.gbox_preview.Controls.Add(this.lbl_current_fname);
|
|
this.gbox_preview.Controls.Add(this.btn_next);
|
|
this.gbox_preview.Controls.Add(this.btn_prev);
|
|
this.gbox_preview.Controls.Add(this.btn_sort);
|
|
this.gbox_preview.Controls.Add(this.img_preview);
|
|
this.gbox_preview.Enabled = false;
|
|
this.gbox_preview.Location = new System.Drawing.Point(3, 3);
|
|
this.gbox_preview.MinimumSize = new System.Drawing.Size(640, 0);
|
|
this.gbox_preview.Name = "gbox_preview";
|
|
this.gbox_preview.Size = new System.Drawing.Size(710, 540);
|
|
this.gbox_preview.TabIndex = 1;
|
|
this.gbox_preview.TabStop = false;
|
|
this.gbox_preview.Text = "Preview";
|
|
//
|
|
// lbl_counter
|
|
//
|
|
this.lbl_counter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lbl_counter.Location = new System.Drawing.Point(609, 18);
|
|
this.lbl_counter.Name = "lbl_counter";
|
|
this.lbl_counter.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.lbl_counter.Size = new System.Drawing.Size(95, 23);
|
|
this.lbl_counter.TabIndex = 9;
|
|
this.lbl_counter.Text = "1 of 1";
|
|
this.lbl_counter.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// lbl_current_fname
|
|
//
|
|
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(160, 13);
|
|
this.lbl_current_fname.TabIndex = 7;
|
|
this.lbl_current_fname.Text = "test.file - Select Source to begin!";
|
|
//
|
|
// btn_next
|
|
//
|
|
this.btn_next.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.btn_next.Location = new System.Drawing.Point(398, 13);
|
|
this.btn_next.Name = "btn_next";
|
|
this.btn_next.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_next.TabIndex = 8;
|
|
this.btn_next.Text = "&Next >>";
|
|
this.btn_next.UseVisualStyleBackColor = true;
|
|
this.btn_next.Click += new System.EventHandler(this.btn_next_Click);
|
|
//
|
|
// btn_prev
|
|
//
|
|
this.btn_prev.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.btn_prev.Location = new System.Drawing.Point(236, 13);
|
|
this.btn_prev.Name = "btn_prev";
|
|
this.btn_prev.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_prev.TabIndex = 6;
|
|
this.btn_prev.Text = "<< &Previous";
|
|
this.btn_prev.UseVisualStyleBackColor = true;
|
|
this.btn_prev.Click += new System.EventHandler(this.btn_prev_Click);
|
|
//
|
|
// btn_sort
|
|
//
|
|
this.btn_sort.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.btn_sort.Location = new System.Drawing.Point(317, 13);
|
|
this.btn_sort.Name = "btn_sort";
|
|
this.btn_sort.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_sort.TabIndex = 7;
|
|
this.btn_sort.Text = "&Sort";
|
|
this.btn_sort.UseVisualStyleBackColor = true;
|
|
this.btn_sort.Click += new System.EventHandler(this.btn_sort_Click);
|
|
//
|
|
// img_preview
|
|
//
|
|
this.img_preview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.img_preview.Image = ((System.Drawing.Image)(resources.GetObject("img_preview.Image")));
|
|
this.img_preview.InitialImage = null;
|
|
this.img_preview.Location = new System.Drawing.Point(6, 42);
|
|
this.img_preview.Name = "img_preview";
|
|
this.img_preview.Size = new System.Drawing.Size(698, 492);
|
|
this.img_preview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.img_preview.TabIndex = 0;
|
|
this.img_preview.TabStop = false;
|
|
//
|
|
// gbox_info
|
|
//
|
|
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.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_open_src_dir);
|
|
this.gbox_info.Controls.Add(this.btn_open_dest_dir);
|
|
this.gbox_info.Controls.Add(this.tbox_source_dir);
|
|
this.gbox_info.Controls.Add(this.lbl_source_dir);
|
|
this.gbox_info.Controls.Add(this.tbox_dest_dir);
|
|
this.gbox_info.Controls.Add(this.lbl_dest_dir);
|
|
this.gbox_info.Controls.Add(this.gbox_copybool);
|
|
this.gbox_info.Controls.Add(this.tbox_sort_secondary);
|
|
this.gbox_info.Controls.Add(this.lbl_sort_secondary);
|
|
this.gbox_info.Controls.Add(this.tbox_sort_primary);
|
|
this.gbox_info.Controls.Add(this.lbl_sort_primary);
|
|
this.gbox_info.Location = new System.Drawing.Point(3, 3);
|
|
this.gbox_info.MinimumSize = new System.Drawing.Size(280, 320);
|
|
this.gbox_info.Name = "gbox_info";
|
|
this.gbox_info.Size = new System.Drawing.Size(354, 540);
|
|
this.gbox_info.TabIndex = 2;
|
|
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)));
|
|
this.btn_reload_src.Enabled = false;
|
|
this.btn_reload_src.Location = new System.Drawing.Point(274, 488);
|
|
this.btn_reload_src.Name = "btn_reload_src";
|
|
this.btn_reload_src.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_reload_src.TabIndex = 902;
|
|
this.btn_reload_src.Text = "&Reload";
|
|
this.btn_reload_src.UseVisualStyleBackColor = true;
|
|
this.btn_reload_src.Click += new System.EventHandler(this.btn_reload_src_Click);
|
|
//
|
|
// btn_open_src_dir
|
|
//
|
|
this.btn_open_src_dir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_open_src_dir.Location = new System.Drawing.Point(323, 512);
|
|
this.btn_open_src_dir.Name = "btn_open_src_dir";
|
|
this.btn_open_src_dir.Size = new System.Drawing.Size(26, 23);
|
|
this.btn_open_src_dir.TabIndex = 901;
|
|
this.btn_open_src_dir.Text = "...";
|
|
this.btn_open_src_dir.UseVisualStyleBackColor = true;
|
|
this.btn_open_src_dir.Click += new System.EventHandler(this.btn_open_src_dir_Click);
|
|
//
|
|
// btn_open_dest_dir
|
|
//
|
|
this.btn_open_dest_dir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_open_dest_dir.Location = new System.Drawing.Point(323, 34);
|
|
this.btn_open_dest_dir.Name = "btn_open_dest_dir";
|
|
this.btn_open_dest_dir.Size = new System.Drawing.Size(26, 23);
|
|
this.btn_open_dest_dir.TabIndex = 1;
|
|
this.btn_open_dest_dir.Text = "...";
|
|
this.btn_open_dest_dir.UseVisualStyleBackColor = true;
|
|
this.btn_open_dest_dir.Click += new System.EventHandler(this.btn_open_dir_Click);
|
|
//
|
|
// tbox_source_dir
|
|
//
|
|
this.tbox_source_dir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbox_source_dir.Location = new System.Drawing.Point(5, 513);
|
|
this.tbox_source_dir.Name = "tbox_source_dir";
|
|
this.tbox_source_dir.ReadOnly = true;
|
|
this.tbox_source_dir.Size = new System.Drawing.Size(316, 20);
|
|
this.tbox_source_dir.TabIndex = 900;
|
|
this.tbox_source_dir.TabStop = false;
|
|
//
|
|
// lbl_source_dir
|
|
//
|
|
this.lbl_source_dir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lbl_source_dir.AutoSize = true;
|
|
this.lbl_source_dir.Location = new System.Drawing.Point(6, 498);
|
|
this.lbl_source_dir.Name = "lbl_source_dir";
|
|
this.lbl_source_dir.Size = new System.Drawing.Size(89, 13);
|
|
this.lbl_source_dir.TabIndex = 7;
|
|
this.lbl_source_dir.Text = "Source Directory:";
|
|
//
|
|
// tbox_dest_dir
|
|
//
|
|
this.tbox_dest_dir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbox_dest_dir.Location = new System.Drawing.Point(6, 35);
|
|
this.tbox_dest_dir.Name = "tbox_dest_dir";
|
|
this.tbox_dest_dir.ReadOnly = true;
|
|
this.tbox_dest_dir.Size = new System.Drawing.Size(315, 20);
|
|
this.tbox_dest_dir.TabIndex = 0;
|
|
//
|
|
// lbl_dest_dir
|
|
//
|
|
this.lbl_dest_dir.AutoSize = true;
|
|
this.lbl_dest_dir.Location = new System.Drawing.Point(7, 20);
|
|
this.lbl_dest_dir.Name = "lbl_dest_dir";
|
|
this.lbl_dest_dir.Size = new System.Drawing.Size(108, 13);
|
|
this.lbl_dest_dir.TabIndex = 5;
|
|
this.lbl_dest_dir.Text = "Destination Directory:";
|
|
//
|
|
// 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_copy);
|
|
this.gbox_copybool.Location = new System.Drawing.Point(235, 151);
|
|
this.gbox_copybool.Name = "gbox_copybool";
|
|
this.gbox_copybool.Size = new System.Drawing.Size(111, 71);
|
|
this.gbox_copybool.TabIndex = 4;
|
|
this.gbox_copybool.TabStop = false;
|
|
this.gbox_copybool.Text = "Sort Method";
|
|
//
|
|
// rad_sort_move
|
|
//
|
|
this.rad_sort_move.AutoSize = true;
|
|
this.rad_sort_move.Checked = true;
|
|
this.rad_sort_move.Location = new System.Drawing.Point(6, 19);
|
|
this.rad_sort_move.Name = "rad_sort_move";
|
|
this.rad_sort_move.Size = new System.Drawing.Size(52, 17);
|
|
this.rad_sort_move.TabIndex = 4;
|
|
this.rad_sort_move.TabStop = true;
|
|
this.rad_sort_move.Text = "Move";
|
|
this.rad_sort_move.UseVisualStyleBackColor = true;
|
|
//
|
|
// rad_sort_copy
|
|
//
|
|
this.rad_sort_copy.AutoSize = true;
|
|
this.rad_sort_copy.Location = new System.Drawing.Point(6, 42);
|
|
this.rad_sort_copy.Name = "rad_sort_copy";
|
|
this.rad_sort_copy.Size = new System.Drawing.Size(49, 17);
|
|
this.rad_sort_copy.TabIndex = 5;
|
|
this.rad_sort_copy.Text = "Copy";
|
|
this.rad_sort_copy.UseVisualStyleBackColor = true;
|
|
//
|
|
// tbox_sort_secondary
|
|
//
|
|
this.tbox_sort_secondary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbox_sort_secondary.Location = new System.Drawing.Point(6, 123);
|
|
this.tbox_sort_secondary.Name = "tbox_sort_secondary";
|
|
this.tbox_sort_secondary.Size = new System.Drawing.Size(342, 20);
|
|
this.tbox_sort_secondary.TabIndex = 3;
|
|
//
|
|
// lbl_sort_secondary
|
|
//
|
|
this.lbl_sort_secondary.AutoSize = true;
|
|
this.lbl_sort_secondary.Location = new System.Drawing.Point(7, 108);
|
|
this.lbl_sort_secondary.Name = "lbl_sort_secondary";
|
|
this.lbl_sort_secondary.Size = new System.Drawing.Size(180, 13);
|
|
this.lbl_sort_secondary.TabIndex = 2;
|
|
this.lbl_sort_secondary.Text = "Secondary Sort (e.g. Subject Name):";
|
|
//
|
|
// tbox_sort_primary
|
|
//
|
|
this.tbox_sort_primary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbox_sort_primary.Location = new System.Drawing.Point(6, 79);
|
|
this.tbox_sort_primary.Name = "tbox_sort_primary";
|
|
this.tbox_sort_primary.Size = new System.Drawing.Size(342, 20);
|
|
this.tbox_sort_primary.TabIndex = 2;
|
|
//
|
|
// lbl_sort_primary
|
|
//
|
|
this.lbl_sort_primary.AutoSize = true;
|
|
this.lbl_sort_primary.Location = new System.Drawing.Point(7, 64);
|
|
this.lbl_sort_primary.Name = "lbl_sort_primary";
|
|
this.lbl_sort_primary.Size = new System.Drawing.Size(155, 13);
|
|
this.lbl_sort_primary.TabIndex = 0;
|
|
this.lbl_sort_primary.Text = "Primary Sort (e.g. Event Name):";
|
|
//
|
|
// status_bar
|
|
//
|
|
this.status_bar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.stat_last_action,
|
|
this.toolStripSpacer,
|
|
this.stat_bar_label,
|
|
this.pbar});
|
|
this.status_bar.Location = new System.Drawing.Point(0, 579);
|
|
this.status_bar.Name = "status_bar";
|
|
this.status_bar.Size = new System.Drawing.Size(1104, 22);
|
|
this.status_bar.TabIndex = 3;
|
|
this.status_bar.Text = "statusStrip1";
|
|
//
|
|
// stat_last_action
|
|
//
|
|
this.stat_last_action.Name = "stat_last_action";
|
|
this.stat_last_action.Size = new System.Drawing.Size(92, 17);
|
|
this.stat_last_action.Text = "Program started";
|
|
this.stat_last_action.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripSpacer
|
|
//
|
|
this.toolStripSpacer.Name = "toolStripSpacer";
|
|
this.toolStripSpacer.Size = new System.Drawing.Size(787, 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";
|
|
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
|
|
//
|
|
this.split_container_main.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.split_container_main.Location = new System.Drawing.Point(12, 27);
|
|
this.split_container_main.Name = "split_container_main";
|
|
//
|
|
// split_container_main.Panel1
|
|
//
|
|
this.split_container_main.Panel1.Controls.Add(this.gbox_info);
|
|
this.split_container_main.Panel1MinSize = 320;
|
|
//
|
|
// split_container_main.Panel2
|
|
//
|
|
this.split_container_main.Panel2.Controls.Add(this.gbox_preview);
|
|
this.split_container_main.Panel2MinSize = 640;
|
|
this.split_container_main.Size = new System.Drawing.Size(1080, 546);
|
|
this.split_container_main.SplitterDistance = 360;
|
|
this.split_container_main.TabIndex = 4;
|
|
//
|
|
// form_main
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1104, 601);
|
|
this.Controls.Add(this.status_bar);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Controls.Add(this.split_container_main);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.MinimumSize = new System.Drawing.Size(1024, 480);
|
|
this.Name = "form_main";
|
|
this.Text = "Skyfall Photo Sorter";
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.gbox_preview.ResumeLayout(false);
|
|
this.gbox_preview.PerformLayout();
|
|
((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);
|
|
this.status_bar.PerformLayout();
|
|
this.split_container_main.Panel1.ResumeLayout(false);
|
|
this.split_container_main.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.split_container_main)).EndInit();
|
|
this.split_container_main.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsi_openDirectory;
|
|
private System.Windows.Forms.ToolStripMenuItem tsi_quitApplication;
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsi_about;
|
|
private System.Windows.Forms.GroupBox gbox_preview;
|
|
private System.Windows.Forms.PictureBox img_preview;
|
|
private System.Windows.Forms.Button btn_next;
|
|
private System.Windows.Forms.Button btn_prev;
|
|
private System.Windows.Forms.Button btn_sort;
|
|
private System.Windows.Forms.GroupBox gbox_info;
|
|
private System.Windows.Forms.TextBox tbox_dest_dir;
|
|
private System.Windows.Forms.Label lbl_dest_dir;
|
|
private System.Windows.Forms.GroupBox gbox_copybool;
|
|
private System.Windows.Forms.RadioButton rad_sort_move;
|
|
private System.Windows.Forms.RadioButton rad_sort_copy;
|
|
private System.Windows.Forms.TextBox tbox_sort_secondary;
|
|
private System.Windows.Forms.Label lbl_sort_secondary;
|
|
private System.Windows.Forms.TextBox tbox_sort_primary;
|
|
private System.Windows.Forms.Label lbl_sort_primary;
|
|
private System.Windows.Forms.StatusStrip status_bar;
|
|
private System.Windows.Forms.ToolStripStatusLabel stat_last_action;
|
|
private System.Windows.Forms.SplitContainer split_container_main;
|
|
private System.Windows.Forms.TextBox tbox_source_dir;
|
|
private System.Windows.Forms.Label lbl_source_dir;
|
|
private System.Windows.Forms.Label lbl_current_fname;
|
|
private System.Windows.Forms.Button btn_open_dest_dir;
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
private System.Windows.Forms.Button btn_open_src_dir;
|
|
private System.Windows.Forms.ToolStripMenuItem tsi_selectDestinationDirectory;
|
|
private System.Windows.Forms.Button btn_reload_src;
|
|
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;
|
|
private System.Windows.Forms.ToolStripMenuItem tsi_globalHotkeysList;
|
|
private System.Windows.Forms.ToolStripMenuItem tsi_enableGlobalHotkeys;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
}
|
|
}
|
|
|