General changes to the expert tab.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1809 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-20 11:34:26 +00:00
commit 761b02df4d
8 changed files with 209 additions and 101 deletions

View file

@ -50,7 +50,7 @@ namespace Greenshot {
this.textbox_storagelocation = new System.Windows.Forms.TextBox(); this.textbox_storagelocation = new System.Windows.Forms.TextBox();
this.label_storagelocation = new GreenshotPlugin.Controls.GreenshotLabel(); this.label_storagelocation = new GreenshotPlugin.Controls.GreenshotLabel();
this.settings_cancel = new GreenshotPlugin.Controls.GreenshotButton(); this.settings_cancel = new GreenshotPlugin.Controls.GreenshotButton();
this.settings_okay = new GreenshotPlugin.Controls.GreenshotButton(); this.settings_confirm = new GreenshotPlugin.Controls.GreenshotButton();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.browse = new System.Windows.Forms.Button(); this.browse = new System.Windows.Forms.Button();
this.label_screenshotname = new GreenshotPlugin.Controls.GreenshotLabel(); this.label_screenshotname = new GreenshotPlugin.Controls.GreenshotLabel();
@ -71,7 +71,7 @@ namespace Greenshot {
this.trackBarJpegQuality = new System.Windows.Forms.TrackBar(); this.trackBarJpegQuality = new System.Windows.Forms.TrackBar();
this.groupbox_destination = new GreenshotPlugin.Controls.GreenshotGroupBox(); this.groupbox_destination = new GreenshotPlugin.Controls.GreenshotGroupBox();
this.checkbox_picker = new GreenshotPlugin.Controls.GreenshotCheckBox(); this.checkbox_picker = new GreenshotPlugin.Controls.GreenshotCheckBox();
this.destinationsListView = new System.Windows.Forms.ListView(); this.listview_destinations = new System.Windows.Forms.ListView();
this.destination = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.destination = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabcontrol = new System.Windows.Forms.TabControl(); this.tabcontrol = new System.Windows.Forms.TabControl();
this.tab_general = new GreenshotPlugin.Controls.GreenshotTabPage(); this.tab_general = new GreenshotPlugin.Controls.GreenshotTabPage();
@ -120,9 +120,11 @@ namespace Greenshot {
this.tab_plugins = new GreenshotPlugin.Controls.GreenshotTabPage(); this.tab_plugins = new GreenshotPlugin.Controls.GreenshotTabPage();
this.groupbox_plugins = new GreenshotPlugin.Controls.GreenshotGroupBox(); this.groupbox_plugins = new GreenshotPlugin.Controls.GreenshotGroupBox();
this.listview_plugins = new System.Windows.Forms.ListView(); this.listview_plugins = new System.Windows.Forms.ListView();
this.button_pluginconfigure = new System.Windows.Forms.Button(); this.button_pluginconfigure = new GreenshotPlugin.Controls.GreenshotButton();
this.tab_expert = new GreenshotPlugin.Controls.GreenshotTabPage(); this.tab_expert = new GreenshotPlugin.Controls.GreenshotTabPage();
this.groupbox_expert = new GreenshotPlugin.Controls.GreenshotGroupBox(); this.groupbox_expert = new GreenshotPlugin.Controls.GreenshotGroupBox();
this.label_counter = new GreenshotPlugin.Controls.GreenshotLabel();
this.textbox_counter = new GreenshotPlugin.Controls.GreenshotTextBox();
this.label_footerpattern = new GreenshotPlugin.Controls.GreenshotLabel(); this.label_footerpattern = new GreenshotPlugin.Controls.GreenshotLabel();
this.textbox_footerpattern = new GreenshotPlugin.Controls.GreenshotTextBox(); this.textbox_footerpattern = new GreenshotPlugin.Controls.GreenshotTextBox();
this.checkbox_thumbnailpreview = new GreenshotPlugin.Controls.GreenshotCheckBox(); this.checkbox_thumbnailpreview = new GreenshotPlugin.Controls.GreenshotCheckBox();
@ -130,7 +132,7 @@ namespace Greenshot {
this.checkbox_autoreducecolors = new GreenshotPlugin.Controls.GreenshotCheckBox(); this.checkbox_autoreducecolors = new GreenshotPlugin.Controls.GreenshotCheckBox();
this.label_clipboardformats = new GreenshotPlugin.Controls.GreenshotLabel(); this.label_clipboardformats = new GreenshotPlugin.Controls.GreenshotLabel();
this.checkbox_enableexpert = new GreenshotPlugin.Controls.GreenshotCheckBox(); this.checkbox_enableexpert = new GreenshotPlugin.Controls.GreenshotCheckBox();
this.listView1 = new System.Windows.Forms.ListView(); this.listview_clipboardformats = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupbox_preferredfilesettings.SuspendLayout(); this.groupbox_preferredfilesettings.SuspendLayout();
this.groupbox_applicationsettings.SuspendLayout(); this.groupbox_applicationsettings.SuspendLayout();
@ -176,7 +178,7 @@ namespace Greenshot {
// //
// settings_cancel // settings_cancel
// //
this.settings_cancel.LanguageKey = "editor_cancel"; this.settings_cancel.LanguageKey = "CANCEL";
this.settings_cancel.Location = new System.Drawing.Point(367, 366); this.settings_cancel.Location = new System.Drawing.Point(367, 366);
this.settings_cancel.Name = "settings_cancel"; this.settings_cancel.Name = "settings_cancel";
this.settings_cancel.Size = new System.Drawing.Size(75, 23); this.settings_cancel.Size = new System.Drawing.Size(75, 23);
@ -185,16 +187,16 @@ namespace Greenshot {
this.settings_cancel.UseVisualStyleBackColor = true; this.settings_cancel.UseVisualStyleBackColor = true;
this.settings_cancel.Click += new System.EventHandler(this.Settings_cancelClick); this.settings_cancel.Click += new System.EventHandler(this.Settings_cancelClick);
// //
// settings_okay // settings_confirm
// //
this.settings_okay.LanguageKey = "editor_confirm"; this.settings_confirm.LanguageKey = "OK";
this.settings_okay.Location = new System.Drawing.Point(286, 366); this.settings_confirm.Location = new System.Drawing.Point(286, 366);
this.settings_okay.Name = "settings_okay"; this.settings_confirm.Name = "settings_confirm";
this.settings_okay.Size = new System.Drawing.Size(75, 23); this.settings_confirm.Size = new System.Drawing.Size(75, 23);
this.settings_okay.TabIndex = 6; this.settings_confirm.TabIndex = 6;
this.settings_okay.Text = "Confirm"; this.settings_confirm.Text = "OK";
this.settings_okay.UseVisualStyleBackColor = true; this.settings_confirm.UseVisualStyleBackColor = true;
this.settings_okay.Click += new System.EventHandler(this.Settings_okayClick); this.settings_confirm.Click += new System.EventHandler(this.Settings_okayClick);
// //
// browse // browse
// //
@ -381,42 +383,43 @@ namespace Greenshot {
// groupbox_destination // groupbox_destination
// //
this.groupbox_destination.Controls.Add(this.checkbox_picker); this.groupbox_destination.Controls.Add(this.checkbox_picker);
this.groupbox_destination.Controls.Add(this.destinationsListView); this.groupbox_destination.Controls.Add(this.listview_destinations);
this.groupbox_destination.LanguageKey = "settings_destination"; this.groupbox_destination.LanguageKey = "settings_destination";
this.groupbox_destination.Location = new System.Drawing.Point(2, 6); this.groupbox_destination.Location = new System.Drawing.Point(2, 6);
this.groupbox_destination.Name = "groupbox_destination"; this.groupbox_destination.Name = "groupbox_destination";
this.groupbox_destination.Size = new System.Drawing.Size(412, 311); this.groupbox_destination.Size = new System.Drawing.Size(412, 311);
this.groupbox_destination.TabIndex = 16; this.groupbox_destination.TabIndex = 16;
this.groupbox_destination.TabStop = false; this.groupbox_destination.TabStop = false;
this.groupbox_destination.Text = "Screenshot Destination"; this.groupbox_destination.Text = "Destination";
// //
// checkbox_picker // checkbox_picker
// //
this.checkbox_picker.LanguageKey = "settings_destination_picker";
this.checkbox_picker.Location = new System.Drawing.Point(6, 14); this.checkbox_picker.Location = new System.Drawing.Point(6, 14);
this.checkbox_picker.Name = "checkbox_picker"; this.checkbox_picker.Name = "checkbox_picker";
this.checkbox_picker.Size = new System.Drawing.Size(394, 24); this.checkbox_picker.Size = new System.Drawing.Size(394, 24);
this.checkbox_picker.TabIndex = 19; this.checkbox_picker.TabIndex = 19;
this.checkbox_picker.Text = "Destination picker"; this.checkbox_picker.Text = "Select destination dynamically";
this.checkbox_picker.UseVisualStyleBackColor = true; this.checkbox_picker.UseVisualStyleBackColor = true;
this.checkbox_picker.CheckStateChanged += new System.EventHandler(this.DestinationsCheckStateChanged); this.checkbox_picker.CheckStateChanged += new System.EventHandler(this.DestinationsCheckStateChanged);
// //
// destinationsListView // listview_destinations
// //
this.destinationsListView.Alignment = System.Windows.Forms.ListViewAlignment.Left; this.listview_destinations.Alignment = System.Windows.Forms.ListViewAlignment.Left;
this.destinationsListView.AutoArrange = false; this.listview_destinations.AutoArrange = false;
this.destinationsListView.CheckBoxes = true; this.listview_destinations.CheckBoxes = true;
this.destinationsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listview_destinations.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.destination}); this.destination});
this.destinationsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listview_destinations.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.destinationsListView.LabelWrap = false; this.listview_destinations.LabelWrap = false;
this.destinationsListView.Location = new System.Drawing.Point(6, 38); this.listview_destinations.Location = new System.Drawing.Point(6, 38);
this.destinationsListView.Name = "destinationsListView"; this.listview_destinations.Name = "listview_destinations";
this.destinationsListView.ShowGroups = false; this.listview_destinations.ShowGroups = false;
this.destinationsListView.Size = new System.Drawing.Size(401, 267); this.listview_destinations.Size = new System.Drawing.Size(401, 267);
this.destinationsListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.listview_destinations.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.destinationsListView.TabIndex = 0; this.listview_destinations.TabIndex = 0;
this.destinationsListView.UseCompatibleStateImageBehavior = false; this.listview_destinations.UseCompatibleStateImageBehavior = false;
this.destinationsListView.View = System.Windows.Forms.View.Details; this.listview_destinations.View = System.Windows.Forms.View.Details;
// //
// destination // destination
// //
@ -814,7 +817,7 @@ namespace Greenshot {
this.tab_destinations.Name = "tab_destinations"; this.tab_destinations.Name = "tab_destinations";
this.tab_destinations.Size = new System.Drawing.Size(423, 320); this.tab_destinations.Size = new System.Drawing.Size(423, 320);
this.tab_destinations.TabIndex = 4; this.tab_destinations.TabIndex = 4;
this.tab_destinations.Text = "Screenshot Destination"; this.tab_destinations.Text = "Destination";
this.tab_destinations.UseVisualStyleBackColor = true; this.tab_destinations.UseVisualStyleBackColor = true;
// //
// tab_printer // tab_printer
@ -972,12 +975,13 @@ namespace Greenshot {
this.groupbox_plugins.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.groupbox_plugins.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.groupbox_plugins.Controls.Add(this.listview_plugins); this.groupbox_plugins.Controls.Add(this.listview_plugins);
this.groupbox_plugins.Controls.Add(this.button_pluginconfigure); this.groupbox_plugins.Controls.Add(this.button_pluginconfigure);
this.groupbox_plugins.LanguageKey = "settings_plugins";
this.groupbox_plugins.Location = new System.Drawing.Point(0, 0); this.groupbox_plugins.Location = new System.Drawing.Point(0, 0);
this.groupbox_plugins.Name = "groupbox_plugins"; this.groupbox_plugins.Name = "groupbox_plugins";
this.groupbox_plugins.Size = new System.Drawing.Size(423, 314); this.groupbox_plugins.Size = new System.Drawing.Size(423, 314);
this.groupbox_plugins.TabIndex = 0; this.groupbox_plugins.TabIndex = 0;
this.groupbox_plugins.TabStop = false; this.groupbox_plugins.TabStop = false;
this.groupbox_plugins.Text = "Plugin settings"; this.groupbox_plugins.Text = "Plugins";
// //
// listview_plugins // listview_plugins
// //
@ -997,6 +1001,7 @@ namespace Greenshot {
this.button_pluginconfigure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button_pluginconfigure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button_pluginconfigure.AutoSize = true; this.button_pluginconfigure.AutoSize = true;
this.button_pluginconfigure.Enabled = false; this.button_pluginconfigure.Enabled = false;
this.button_pluginconfigure.LanguageKey = "settings_configureplugin";
this.button_pluginconfigure.Location = new System.Drawing.Point(6, 285); this.button_pluginconfigure.Location = new System.Drawing.Point(6, 285);
this.button_pluginconfigure.Name = "button_pluginconfigure"; this.button_pluginconfigure.Name = "button_pluginconfigure";
this.button_pluginconfigure.Size = new System.Drawing.Size(75, 23); this.button_pluginconfigure.Size = new System.Drawing.Size(75, 23);
@ -1008,6 +1013,7 @@ namespace Greenshot {
// tab_expert // tab_expert
// //
this.tab_expert.Controls.Add(this.groupbox_expert); this.tab_expert.Controls.Add(this.groupbox_expert);
this.tab_expert.LanguageKey = "expertsettings";
this.tab_expert.Location = new System.Drawing.Point(4, 22); this.tab_expert.Location = new System.Drawing.Point(4, 22);
this.tab_expert.Name = "tab_expert"; this.tab_expert.Name = "tab_expert";
this.tab_expert.Size = new System.Drawing.Size(423, 320); this.tab_expert.Size = new System.Drawing.Size(423, 320);
@ -1017,6 +1023,8 @@ namespace Greenshot {
// //
// groupbox_expert // groupbox_expert
// //
this.groupbox_expert.Controls.Add(this.label_counter);
this.groupbox_expert.Controls.Add(this.textbox_counter);
this.groupbox_expert.Controls.Add(this.label_footerpattern); this.groupbox_expert.Controls.Add(this.label_footerpattern);
this.groupbox_expert.Controls.Add(this.textbox_footerpattern); this.groupbox_expert.Controls.Add(this.textbox_footerpattern);
this.groupbox_expert.Controls.Add(this.checkbox_thumbnailpreview); this.groupbox_expert.Controls.Add(this.checkbox_thumbnailpreview);
@ -1024,19 +1032,38 @@ namespace Greenshot {
this.groupbox_expert.Controls.Add(this.checkbox_autoreducecolors); this.groupbox_expert.Controls.Add(this.checkbox_autoreducecolors);
this.groupbox_expert.Controls.Add(this.label_clipboardformats); this.groupbox_expert.Controls.Add(this.label_clipboardformats);
this.groupbox_expert.Controls.Add(this.checkbox_enableexpert); this.groupbox_expert.Controls.Add(this.checkbox_enableexpert);
this.groupbox_expert.Controls.Add(this.listView1); this.groupbox_expert.Controls.Add(this.listview_clipboardformats);
this.groupbox_expert.LanguageKey = "expertsettings";
this.groupbox_expert.Location = new System.Drawing.Point(5, 5); this.groupbox_expert.Location = new System.Drawing.Point(5, 5);
this.groupbox_expert.Name = "groupbox_expert"; this.groupbox_expert.Name = "groupbox_expert";
this.groupbox_expert.Size = new System.Drawing.Size(412, 311); this.groupbox_expert.Size = new System.Drawing.Size(412, 311);
this.groupbox_expert.TabIndex = 17; this.groupbox_expert.TabIndex = 17;
this.groupbox_expert.TabStop = false; this.groupbox_expert.TabStop = false;
this.groupbox_expert.Text = "Expert settings"; this.groupbox_expert.Text = "Expert";
//
// label_counter
//
this.label_counter.AutoSize = true;
this.label_counter.LanguageKey = "expertsettings_counter";
this.label_counter.Location = new System.Drawing.Point(7, 266);
this.label_counter.Name = "label_counter";
this.label_counter.Size = new System.Drawing.Size(246, 13);
this.label_counter.TabIndex = 27;
this.label_counter.Text = "The number for the ${NUM} in the filename pattern";
//
// textbox_counter
//
this.textbox_counter.Location = new System.Drawing.Point(259, 263);
this.textbox_counter.Name = "textbox_counter";
this.textbox_counter.PropertyName = "OutputFileIncrementingNumber";
this.textbox_counter.Size = new System.Drawing.Size(141, 20);
this.textbox_counter.TabIndex = 26;
// //
// label_footerpattern // label_footerpattern
// //
this.label_footerpattern.AutoSize = true; this.label_footerpattern.AutoSize = true;
this.label_footerpattern.LanguageKey = "expertsettings_footerpattern"; this.label_footerpattern.LanguageKey = "expertsettings_footerpattern";
this.label_footerpattern.Location = new System.Drawing.Point(7, 225); this.label_footerpattern.Location = new System.Drawing.Point(7, 240);
this.label_footerpattern.Name = "label_footerpattern"; this.label_footerpattern.Name = "label_footerpattern";
this.label_footerpattern.Size = new System.Drawing.Size(103, 13); this.label_footerpattern.Size = new System.Drawing.Size(103, 13);
this.label_footerpattern.TabIndex = 25; this.label_footerpattern.TabIndex = 25;
@ -1044,7 +1071,7 @@ namespace Greenshot {
// //
// textbox_footerpattern // textbox_footerpattern
// //
this.textbox_footerpattern.Location = new System.Drawing.Point(138, 222); this.textbox_footerpattern.Location = new System.Drawing.Point(138, 237);
this.textbox_footerpattern.Name = "textbox_footerpattern"; this.textbox_footerpattern.Name = "textbox_footerpattern";
this.textbox_footerpattern.PropertyName = "OutputPrintFooterPattern"; this.textbox_footerpattern.PropertyName = "OutputPrintFooterPattern";
this.textbox_footerpattern.Size = new System.Drawing.Size(262, 20); this.textbox_footerpattern.Size = new System.Drawing.Size(262, 20);
@ -1053,7 +1080,7 @@ namespace Greenshot {
// checkbox_thumbnailpreview // checkbox_thumbnailpreview
// //
this.checkbox_thumbnailpreview.LanguageKey = "expertsettings_thumbnailpreview"; this.checkbox_thumbnailpreview.LanguageKey = "expertsettings_thumbnailpreview";
this.checkbox_thumbnailpreview.Location = new System.Drawing.Point(10, 192); this.checkbox_thumbnailpreview.Location = new System.Drawing.Point(10, 207);
this.checkbox_thumbnailpreview.Name = "checkbox_thumbnailpreview"; this.checkbox_thumbnailpreview.Name = "checkbox_thumbnailpreview";
this.checkbox_thumbnailpreview.PropertyName = "ThumnailPreview"; this.checkbox_thumbnailpreview.PropertyName = "ThumnailPreview";
this.checkbox_thumbnailpreview.Size = new System.Drawing.Size(394, 24); this.checkbox_thumbnailpreview.Size = new System.Drawing.Size(394, 24);
@ -1064,7 +1091,7 @@ namespace Greenshot {
// checkbox_optimizeforrdp // checkbox_optimizeforrdp
// //
this.checkbox_optimizeforrdp.LanguageKey = "expertsettings_optimizeforrdp"; this.checkbox_optimizeforrdp.LanguageKey = "expertsettings_optimizeforrdp";
this.checkbox_optimizeforrdp.Location = new System.Drawing.Point(10, 162); this.checkbox_optimizeforrdp.Location = new System.Drawing.Point(10, 177);
this.checkbox_optimizeforrdp.Name = "checkbox_optimizeforrdp"; this.checkbox_optimizeforrdp.Name = "checkbox_optimizeforrdp";
this.checkbox_optimizeforrdp.PropertyName = "OptimizeForRDP"; this.checkbox_optimizeforrdp.PropertyName = "OptimizeForRDP";
this.checkbox_optimizeforrdp.Size = new System.Drawing.Size(394, 24); this.checkbox_optimizeforrdp.Size = new System.Drawing.Size(394, 24);
@ -1075,7 +1102,7 @@ namespace Greenshot {
// checkbox_autoreducecolors // checkbox_autoreducecolors
// //
this.checkbox_autoreducecolors.LanguageKey = "expertsettings_autoreducecolors"; this.checkbox_autoreducecolors.LanguageKey = "expertsettings_autoreducecolors";
this.checkbox_autoreducecolors.Location = new System.Drawing.Point(10, 132); this.checkbox_autoreducecolors.Location = new System.Drawing.Point(10, 147);
this.checkbox_autoreducecolors.Name = "checkbox_autoreducecolors"; this.checkbox_autoreducecolors.Name = "checkbox_autoreducecolors";
this.checkbox_autoreducecolors.PropertyName = "OutputFileAutoReduceColors"; this.checkbox_autoreducecolors.PropertyName = "OutputFileAutoReduceColors";
this.checkbox_autoreducecolors.Size = new System.Drawing.Size(394, 24); this.checkbox_autoreducecolors.Size = new System.Drawing.Size(394, 24);
@ -1086,6 +1113,7 @@ namespace Greenshot {
// label_clipboardformats // label_clipboardformats
// //
this.label_clipboardformats.AutoSize = true; this.label_clipboardformats.AutoSize = true;
this.label_clipboardformats.LanguageKey = "expertsettings_clipboardformats";
this.label_clipboardformats.Location = new System.Drawing.Point(7, 45); this.label_clipboardformats.Location = new System.Drawing.Point(7, 45);
this.label_clipboardformats.Name = "label_clipboardformats"; this.label_clipboardformats.Name = "label_clipboardformats";
this.label_clipboardformats.Size = new System.Drawing.Size(88, 13); this.label_clipboardformats.Size = new System.Drawing.Size(88, 13);
@ -1094,35 +1122,37 @@ namespace Greenshot {
// //
// checkbox_enableexpert // checkbox_enableexpert
// //
this.checkbox_enableexpert.LanguageKey = "expertsettings_enableexpert";
this.checkbox_enableexpert.Location = new System.Drawing.Point(6, 14); this.checkbox_enableexpert.Location = new System.Drawing.Point(6, 14);
this.checkbox_enableexpert.Name = "checkbox_enableexpert"; this.checkbox_enableexpert.Name = "checkbox_enableexpert";
this.checkbox_enableexpert.Size = new System.Drawing.Size(394, 24); this.checkbox_enableexpert.Size = new System.Drawing.Size(394, 24);
this.checkbox_enableexpert.TabIndex = 19; this.checkbox_enableexpert.TabIndex = 19;
this.checkbox_enableexpert.Text = "I know what I am doing!"; this.checkbox_enableexpert.Text = "I know what I am doing!";
this.checkbox_enableexpert.UseVisualStyleBackColor = true; this.checkbox_enableexpert.UseVisualStyleBackColor = true;
this.checkbox_enableexpert.CheckedChanged += new System.EventHandler(this.checkbox_enableexpert_CheckedChanged);
// //
// listView1 // listview_clipboardformats
// //
this.listView1.Alignment = System.Windows.Forms.ListViewAlignment.Left; this.listview_clipboardformats.Alignment = System.Windows.Forms.ListViewAlignment.Left;
this.listView1.AutoArrange = false; this.listview_clipboardformats.AutoArrange = false;
this.listView1.CheckBoxes = true; this.listview_clipboardformats.CheckBoxes = true;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.listview_clipboardformats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1}); this.columnHeader1});
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listview_clipboardformats.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.listView1.LabelWrap = false; this.listview_clipboardformats.LabelWrap = false;
this.listView1.Location = new System.Drawing.Point(109, 44); this.listview_clipboardformats.Location = new System.Drawing.Point(109, 44);
this.listView1.Name = "listView1"; this.listview_clipboardformats.Name = "listview_clipboardformats";
this.listView1.ShowGroups = false; this.listview_clipboardformats.ShowGroups = false;
this.listView1.Size = new System.Drawing.Size(291, 82); this.listview_clipboardformats.Size = new System.Drawing.Size(291, 97);
this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending; this.listview_clipboardformats.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.listView1.TabIndex = 0; this.listview_clipboardformats.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false; this.listview_clipboardformats.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details; this.listview_clipboardformats.View = System.Windows.Forms.View.Details;
// //
// columnHeader1 // columnHeader1
// //
this.columnHeader1.Text = "Destination"; this.columnHeader1.Text = "Destination";
this.columnHeader1.Width = 290; this.columnHeader1.Width = 280;
// //
// SettingsForm // SettingsForm
// //
@ -1130,7 +1160,7 @@ namespace Greenshot {
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(451, 396); this.ClientSize = new System.Drawing.Size(451, 396);
this.Controls.Add(this.tabcontrol); this.Controls.Add(this.tabcontrol);
this.Controls.Add(this.settings_okay); this.Controls.Add(this.settings_confirm);
this.Controls.Add(this.settings_cancel); this.Controls.Add(this.settings_cancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.LanguageKey = "settings_title"; this.LanguageKey = "settings_title";
@ -1175,7 +1205,7 @@ namespace Greenshot {
} }
private System.Windows.Forms.ColumnHeader destination; private System.Windows.Forms.ColumnHeader destination;
private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_picker; private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_picker;
private System.Windows.Forms.ListView destinationsListView; private System.Windows.Forms.ListView listview_destinations;
private GreenshotPlugin.Controls.GreenshotGroupBox groupbox_editor; private GreenshotPlugin.Controls.GreenshotGroupBox groupbox_editor;
private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_editor_match_capture_size; private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_editor_match_capture_size;
private System.Windows.Forms.NumericUpDown numericUpDown_daysbetweencheck; private System.Windows.Forms.NumericUpDown numericUpDown_daysbetweencheck;
@ -1208,7 +1238,7 @@ namespace Greenshot {
private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_capture_mousepointer; private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_capture_mousepointer;
private GreenshotPlugin.Controls.GreenshotTabPage tab_printer; private GreenshotPlugin.Controls.GreenshotTabPage tab_printer;
private System.Windows.Forms.ListView listview_plugins; private System.Windows.Forms.ListView listview_plugins;
private System.Windows.Forms.Button button_pluginconfigure; private GreenshotPlugin.Controls.GreenshotButton button_pluginconfigure;
private GreenshotPlugin.Controls.GreenshotGroupBox groupbox_plugins; private GreenshotPlugin.Controls.GreenshotGroupBox groupbox_plugins;
private GreenshotPlugin.Controls.GreenshotTabPage tab_plugins; private GreenshotPlugin.Controls.GreenshotTabPage tab_plugins;
private GreenshotPlugin.Controls.GreenshotCheckBox checkboxTimestamp; private GreenshotPlugin.Controls.GreenshotCheckBox checkboxTimestamp;
@ -1242,7 +1272,7 @@ namespace Greenshot {
private System.Windows.Forms.Button browse; private System.Windows.Forms.Button browse;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private GreenshotPlugin.Controls.GreenshotButton settings_cancel; private GreenshotPlugin.Controls.GreenshotButton settings_cancel;
private GreenshotPlugin.Controls.GreenshotButton settings_okay; private GreenshotPlugin.Controls.GreenshotButton settings_confirm;
private System.Windows.Forms.TextBox textbox_storagelocation; private System.Windows.Forms.TextBox textbox_storagelocation;
private GreenshotPlugin.Controls.GreenshotLabel label_storagelocation; private GreenshotPlugin.Controls.GreenshotLabel label_storagelocation;
private GreenshotPlugin.Controls.GreenshotTabPage tab_destinations; private GreenshotPlugin.Controls.GreenshotTabPage tab_destinations;
@ -1250,7 +1280,7 @@ namespace Greenshot {
private GreenshotPlugin.Controls.GreenshotGroupBox groupbox_expert; private GreenshotPlugin.Controls.GreenshotGroupBox groupbox_expert;
private GreenshotPlugin.Controls.GreenshotLabel label_clipboardformats; private GreenshotPlugin.Controls.GreenshotLabel label_clipboardformats;
private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_enableexpert; private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_enableexpert;
private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ListView listview_clipboardformats;
private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader1;
private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_printgrayscale; private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_printgrayscale;
private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_autoreducecolors; private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_autoreducecolors;
@ -1258,5 +1288,7 @@ namespace Greenshot {
private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_thumbnailpreview; private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_thumbnailpreview;
private GreenshotPlugin.Controls.GreenshotLabel label_footerpattern; private GreenshotPlugin.Controls.GreenshotLabel label_footerpattern;
private GreenshotPlugin.Controls.GreenshotTextBox textbox_footerpattern; private GreenshotPlugin.Controls.GreenshotTextBox textbox_footerpattern;
private GreenshotPlugin.Controls.GreenshotLabel label_counter;
private GreenshotPlugin.Controls.GreenshotTextBox textbox_counter;
} }
} }

View file

@ -63,6 +63,7 @@ namespace Greenshot {
DisplayPluginTab(); DisplayPluginTab();
UpdateUI(); UpdateUI();
ExpertSettingsEnableState(false);
DisplaySettings(); DisplaySettings();
CheckSettings(); CheckSettings();
} }
@ -73,7 +74,7 @@ namespace Greenshot {
/// </summary> /// </summary>
/// <param name="comboBox">ComboBox to populate</param> /// <param name="comboBox">ComboBox to populate</param>
/// <param name="enumeration">Enum to populate with</param> /// <param name="enumeration">Enum to populate with</param>
private void PopulateComboBox<ET>(ComboBox comboBox) { private void PopulateComboBox<ET>(ComboBox comboBox) where ET : struct {
ET[] availableValues = (ET[])Enum.GetValues(typeof(ET)); ET[] availableValues = (ET[])Enum.GetValues(typeof(ET));
PopulateComboBox<ET>(comboBox, availableValues, availableValues[0]); PopulateComboBox<ET>(comboBox, availableValues, availableValues[0]);
} }
@ -84,14 +85,13 @@ namespace Greenshot {
/// </summary> /// </summary>
/// <param name="comboBox">ComboBox to populate</param> /// <param name="comboBox">ComboBox to populate</param>
/// <param name="enumeration">Enum to populate with</param> /// <param name="enumeration">Enum to populate with</param>
private void PopulateComboBox<ET>(ComboBox comboBox, ET[] availableValues, ET selectedValue) { private void PopulateComboBox<ET>(ComboBox comboBox, ET[] availableValues, ET selectedValue) where ET : struct {
comboBox.Items.Clear(); comboBox.Items.Clear();
string enumTypeName = typeof(ET).Name; string enumTypeName = typeof(ET).Name;
foreach(ET enumValue in availableValues) { foreach(ET enumValue in availableValues) {
string translation = Language.GetString(enumTypeName + "." + enumValue.ToString()); comboBox.Items.Add(Language.Translate(enumValue));
comboBox.Items.Add(translation);
} }
comboBox.SelectedItem = Language.GetString(enumTypeName + "." + selectedValue.ToString()); comboBox.SelectedItem = Language.Translate(selectedValue);
} }
@ -202,7 +202,7 @@ namespace Greenshot {
/// Show all destination descriptions in the current language /// Show all destination descriptions in the current language
/// </summary> /// </summary>
private void UpdateDestinationDescriptions() { private void UpdateDestinationDescriptions() {
foreach (ListViewItem item in destinationsListView.Items) { foreach (ListViewItem item in listview_destinations.Items) {
IDestination destination = item.Tag as IDestination; IDestination destination = item.Tag as IDestination;
item.Text = destination.Description; item.Text = destination.Description;
} }
@ -214,10 +214,10 @@ namespace Greenshot {
private void DisplayDestinations() { private void DisplayDestinations() {
checkbox_picker.Checked = false; checkbox_picker.Checked = false;
destinationsListView.Items.Clear(); listview_destinations.Items.Clear();
destinationsListView.ListViewItemSorter = new ListviewWithDestinationComparer(); listview_destinations.ListViewItemSorter = new ListviewWithDestinationComparer();
ImageList imageList = new ImageList(); ImageList imageList = new ImageList();
destinationsListView.SmallImageList = imageList; listview_destinations.SmallImageList = imageList;
int imageNr = -1; int imageNr = -1;
foreach (IDestination destination in DestinationHelper.GetAllDestinations()) { foreach (IDestination destination in DestinationHelper.GetAllDestinations()) {
Image destinationImage = destination.DisplayIcon; Image destinationImage = destination.DisplayIcon;
@ -231,18 +231,18 @@ namespace Greenshot {
} else { } else {
ListViewItem item; ListViewItem item;
if (destinationImage != null) { if (destinationImage != null) {
item = destinationsListView.Items.Add(destination.Description, imageNr); item = listview_destinations.Items.Add(destination.Description, imageNr);
} else { } else {
item = destinationsListView.Items.Add(destination.Description); item = listview_destinations.Items.Add(destination.Description);
} }
item.Tag = destination; item.Tag = destination;
item.Checked = coreConfiguration.OutputDestinations.Contains(destination.Designation); item.Checked = coreConfiguration.OutputDestinations.Contains(destination.Designation);
} }
} }
if (checkbox_picker.Checked) { if (checkbox_picker.Checked) {
destinationsListView.Enabled = false; listview_destinations.Enabled = false;
foreach (int index in destinationsListView.CheckedIndices) { foreach (int index in listview_destinations.CheckedIndices) {
ListViewItem item = destinationsListView.Items[index]; ListViewItem item = listview_destinations.Items[index];
item.Checked = false; item.Checked = false;
} }
} }
@ -251,6 +251,13 @@ namespace Greenshot {
private void DisplaySettings() { private void DisplaySettings() {
colorButton_window_background.SelectedColor = coreConfiguration.DWMBackgroundColor; colorButton_window_background.SelectedColor = coreConfiguration.DWMBackgroundColor;
// Expert mode, the clipboard formats
foreach (ClipboardFormat clipboardFormat in Enum.GetValues(typeof(ClipboardFormat))) {
ListViewItem item = listview_clipboardformats.Items.Add(Language.Translate(clipboardFormat));
item.Tag = clipboardFormat;
item.Checked = coreConfiguration.ClipboardFormats.Contains(clipboardFormat);
}
if (Language.CurrentLanguage != null) { if (Language.CurrentLanguage != null) {
combobox_language.SelectedValue = Language.CurrentLanguage; combobox_language.SelectedValue = Language.CurrentLanguage;
} }
@ -287,6 +294,17 @@ namespace Greenshot {
} }
} }
// retrieve the set clipboard formats
List<ClipboardFormat> clipboardFormats = new List<ClipboardFormat>();
foreach (int index in listview_clipboardformats.CheckedIndices) {
ListViewItem item = listview_clipboardformats.Items[index];
if (item.Checked) {
clipboardFormats.Add((ClipboardFormat)item.Tag);
}
}
coreConfiguration.ClipboardFormats = clipboardFormats;
coreConfiguration.WindowCaptureMode = GetSelected<WindowCaptureMode>(combobox_window_capture_mode); coreConfiguration.WindowCaptureMode = GetSelected<WindowCaptureMode>(combobox_window_capture_mode);
if (!FilenameHelper.FillVariables(coreConfiguration.OutputFilePath, false).Equals(textbox_storagelocation.Text)) { if (!FilenameHelper.FillVariables(coreConfiguration.OutputFilePath, false).Equals(textbox_storagelocation.Text)) {
coreConfiguration.OutputFilePath = textbox_storagelocation.Text; coreConfiguration.OutputFilePath = textbox_storagelocation.Text;
@ -297,8 +315,8 @@ namespace Greenshot {
if (checkbox_picker.Checked) { if (checkbox_picker.Checked) {
destinations.Add(PickerDestination.DESIGNATION); destinations.Add(PickerDestination.DESIGNATION);
} }
foreach(int index in destinationsListView.CheckedIndices) { foreach(int index in listview_destinations.CheckedIndices) {
ListViewItem item = destinationsListView.Items[index]; ListViewItem item = listview_destinations.Items[index];
IDestination destination = item.Tag as IDestination; IDestination destination = item.Tag as IDestination;
if (item.Checked) { if (item.Checked) {
@ -425,10 +443,10 @@ namespace Greenshot {
void CheckDestinationSettings() { void CheckDestinationSettings() {
bool clipboardDestinationChecked = false; bool clipboardDestinationChecked = false;
bool pickerSelected = checkbox_picker.Checked; bool pickerSelected = checkbox_picker.Checked;
destinationsListView.Enabled = true; listview_destinations.Enabled = true;
foreach(int index in destinationsListView.CheckedIndices) { foreach(int index in listview_destinations.CheckedIndices) {
ListViewItem item = destinationsListView.Items[index]; ListViewItem item = listview_destinations.Items[index];
IDestination destination = item.Tag as IDestination; IDestination destination = item.Tag as IDestination;
if (destination.Designation.Equals(ClipboardDestination.DESIGNATION)) { if (destination.Designation.Equals(ClipboardDestination.DESIGNATION)) {
clipboardDestinationChecked = true; clipboardDestinationChecked = true;
@ -437,9 +455,9 @@ namespace Greenshot {
} }
if (pickerSelected) { if (pickerSelected) {
destinationsListView.Enabled = false; listview_destinations.Enabled = false;
foreach(int index in destinationsListView.CheckedIndices) { foreach(int index in listview_destinations.CheckedIndices) {
ListViewItem item = destinationsListView.Items[index]; ListViewItem item = listview_destinations.Items[index];
item.Checked = false; item.Checked = false;
} }
} else { } else {
@ -456,6 +474,29 @@ namespace Greenshot {
void DestinationsCheckStateChanged(object sender, EventArgs e) { void DestinationsCheckStateChanged(object sender, EventArgs e) {
CheckDestinationSettings(); CheckDestinationSettings();
} }
/// <summary>
/// Set the enable state of the expert settings
/// </summary>
/// <param name="state"></param>
private void ExpertSettingsEnableState(bool state) {
listview_clipboardformats.Enabled = state;
checkbox_autoreducecolors.Enabled = state;
checkbox_optimizeforrdp.Enabled = state;
checkbox_thumbnailpreview.Enabled = state;
textbox_footerpattern.Enabled = state;
textbox_counter.Enabled = state;
}
/// <summary>
/// Called if the "I know what I am doing" on the settings form is changed
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void checkbox_enableexpert_CheckedChanged(object sender, EventArgs e) {
CheckBox checkBox = sender as CheckBox;
ExpertSettingsEnableState(checkBox.Checked);
}
} }
public class ListviewWithDestinationComparer : System.Collections.IComparer { public class ListviewWithDestinationComparer : System.Collections.IComparer {

View file

@ -272,7 +272,7 @@ Sie können alle Greenshot-Funktionen aber auch über das Kontextmenü des Green
Freihandlinie zeichnen (F) Freihandlinie zeichnen (F)
</resource> </resource>
<resource name="settings_destination"> <resource name="settings_destination">
Screenshot Ziel Ziel
</resource> </resource>
<resource name="editor_drawarrow"> <resource name="editor_drawarrow">
Pfeil zeichnen (A) Pfeil zeichnen (A)

View file

@ -277,7 +277,7 @@ All Greenshot features still work directly from the tray icon context menu witho
Draw freehand (F) Draw freehand (F)
</resource> </resource>
<resource name="settings_destination"> <resource name="settings_destination">
Screenshot Destination Destination
</resource> </resource>
<resource name="editor_drawarrow"> <resource name="editor_drawarrow">
Draw arrow (A) Draw arrow (A)
@ -619,6 +619,24 @@ time, e.g. 11_58_32 (plus extension defined in the settings)
<resource name="exported_to"> <resource name="exported_to">
Exported to: {0} Exported to: {0}
</resource> </resource>
<resource name="OK">
OK
</resource>
<resource name="CANCEL">
Cancel
</resource>
<resource name="settings_configureplugin">
Configure
</resource>
<resource name="expertsettings">
Expert
</resource>
<resource name="expertsettings_enableexpert">
I know what I am doing!
</resource>
<resource name="expertsettings_clipboardformats">
Clipboard formats
</resource>
<resource name="expertsettings_autoreducecolors"> <resource name="expertsettings_autoreducecolors">
Write a 256-color image if the colors are less than 256 Write a 256-color image if the colors are less than 256
</resource> </resource>
@ -631,6 +649,9 @@ time, e.g. 11_58_32 (plus extension defined in the settings)
<resource name="expertsettings_footerpattern"> <resource name="expertsettings_footerpattern">
Printer footer pattern Printer footer pattern
</resource> </resource>
<resource name="expertsettings_counter">
The number for the ${NUM} in the filename pattern
</resource>
<resource name="WindowCaptureMode.Screen"> <resource name="WindowCaptureMode.Screen">
As displayed As displayed
</resource> </resource>
@ -655,5 +676,17 @@ time, e.g. 11_58_32 (plus extension defined in the settings)
<resource name="EmailFormat.OUTLOOK_HTML"> <resource name="EmailFormat.OUTLOOK_HTML">
Outlook with HTML Outlook with HTML
</resource> </resource>
<resource name="ClipboardFormat.PNG">
PNG
</resource>
<resource name="ClipboardFormat.DIB">
Device Independend Bitmap (DIB)
</resource>
<resource name="ClipboardFormat.HTML">
HTML
</resource>
<resource name="ClipboardFormat.HTMLDATAURL">
HTML with inline images
</resource>
</resources> </resources>
</language> </language>

View file

@ -53,12 +53,7 @@ namespace GreenshotPlugin.Controls {
public void SetValue(Enum currentValue) { public void SetValue(Enum currentValue) {
if (currentValue != null) { if (currentValue != null) {
selectedEnum = currentValue; selectedEnum = currentValue;
string selectedEnumKey = enumType.Name + "." + currentValue.ToString(); this.SelectedItem = Language.Translate(currentValue);
if (Language.hasKey(selectedEnumKey)) {
this.SelectedItem = Language.GetString(selectedEnumKey);
} else {
this.SelectedItem = currentValue.ToString();
}
} }
} }
@ -75,13 +70,7 @@ namespace GreenshotPlugin.Controls {
this.Items.Clear(); this.Items.Clear();
string enumTypeName = enumType.Name; string enumTypeName = enumType.Name;
foreach (var enumValue in availableValues) { foreach (var enumValue in availableValues) {
string enumKey = enumTypeName + "." + enumValue.ToString(); this.Items.Add(Language.Translate((Enum)enumValue));
if (Language.hasKey(enumKey)) {
string translation = Language.GetString(enumKey);
this.Items.Add(translation);
} else {
this.Items.Add(enumValue.ToString());
}
} }
} }

View file

@ -341,7 +341,7 @@ namespace GreenshotPlugin.Controls {
} }
} else if (typeof(TextBox).IsAssignableFrom(field.FieldType)) { } else if (typeof(TextBox).IsAssignableFrom(field.FieldType)) {
TextBox textBox = controlObject as TextBox; TextBox textBox = controlObject as TextBox;
textBox.Text = (string)section.Values[configBindable.PropertyName].Value; textBox.Text = section.Values[configBindable.PropertyName].ToString();
} else if (typeof(GreenshotComboBox).IsAssignableFrom(field.FieldType)) { } else if (typeof(GreenshotComboBox).IsAssignableFrom(field.FieldType)) {
GreenshotComboBox comboxBox = controlObject as GreenshotComboBox; GreenshotComboBox comboxBox = controlObject as GreenshotComboBox;
comboxBox.Populate(section.Values[configBindable.PropertyName].ValueType); comboxBox.Populate(section.Values[configBindable.PropertyName].ValueType);
@ -381,7 +381,7 @@ namespace GreenshotPlugin.Controls {
iniDirty = true; iniDirty = true;
} else if (typeof(TextBox).IsAssignableFrom(field.FieldType)) { } else if (typeof(TextBox).IsAssignableFrom(field.FieldType)) {
TextBox textBox = controlObject as TextBox; TextBox textBox = controlObject as TextBox;
section.Values[configBindable.PropertyName].Value = textBox.Text; section.Values[configBindable.PropertyName].UseValueOrDefault(textBox.Text);
iniDirty = true; iniDirty = true;
} else if (typeof(GreenshotComboBox).IsAssignableFrom(field.FieldType)) { } else if (typeof(GreenshotComboBox).IsAssignableFrom(field.FieldType)) {
GreenshotComboBox comboxBox = controlObject as GreenshotComboBox; GreenshotComboBox comboxBox = controlObject as GreenshotComboBox;

View file

@ -485,6 +485,15 @@ namespace GreenshotPlugin.Core {
return resources.ContainsKey(key); return resources.ContainsKey(key);
} }
public static string Translate(object key) {
string typename = key.GetType().Name;
string enumKey = typename + "." + key.ToString();
if (Language.hasKey(enumKey)) {
return Language.GetString(enumKey);
}
return key.ToString();
}
/// <summary> /// <summary>
/// Get the resource for key /// Get the resource for key
/// </summary> /// </summary>

View file

@ -386,6 +386,10 @@ namespace Greenshot.IniFile {
return null; return null;
} }
public override string ToString() {
return ConvertValueToString(ValueType, Value);
}
private static string ConvertValueToString(Type valueType, object valueObject) { private static string ConvertValueToString(Type valueType, object valueObject) {
if (valueObject == null) { if (valueObject == null) {
// If there is nothing, deliver nothing! // If there is nothing, deliver nothing!