Naming changes

This commit is contained in:
Jaex 2017-06-23 04:09:44 +03:00
parent 4d66e20dd6
commit ca8560b08e
4 changed files with 2160 additions and 2232 deletions

View file

@ -961,7 +961,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Capture custom region.
/// Looks up a localized string similar to Capture pre configured region.
/// </summary>
internal static string HotkeyType_CustomRegion {
get {
@ -1474,7 +1474,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start/Stop screen recording using pre configured custom region.
/// Looks up a localized string similar to Start/Stop screen recording using pre configured region.
/// </summary>
internal static string HotkeyType_ScreenRecorderCustomRegion {
get {
@ -1528,7 +1528,7 @@ internal class Resources {
}
/// <summary>
/// Looks up a localized string similar to Start/Stop screen recording (GIF) using pre configured custom region.
/// Looks up a localized string similar to Start/Stop screen recording (GIF) using pre configured region.
/// </summary>
internal static string HotkeyType_ScreenRecorderGIFCustomRegion {
get {

View file

@ -605,7 +605,7 @@ Would you like to download and install it?</value>
<value>Capture region (Transparent)</value>
</data>
<data name="HotkeyType_CustomRegion" xml:space="preserve">
<value>Capture custom region</value>
<value>Capture pre configured region</value>
</data>
<data name="ScreenRecordGIFEncoding_FFmpeg" xml:space="preserve">
<value>FFmpeg (Good quality)</value>
@ -855,13 +855,13 @@ Would you like to download it?</value>
<value>Other</value>
</data>
<data name="HotkeyType_ScreenRecorderCustomRegion" xml:space="preserve">
<value>Start/Stop screen recording using pre configured custom region</value>
<value>Start/Stop screen recording using pre configured region</value>
</data>
<data name="HotkeyType_ScreenRecorderCustomRegion_Category" xml:space="preserve">
<value>Screen record</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFCustomRegion" xml:space="preserve">
<value>Start/Stop screen recording (GIF) using pre configured custom region</value>
<value>Start/Stop screen recording (GIF) using pre configured region</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFCustomRegion_Category" xml:space="preserve">
<value>Screen record</value>

View file

@ -65,6 +65,8 @@ private void InitializeComponent()
this.tcImage = new System.Windows.Forms.TabControl();
this.tpQuality = new System.Windows.Forms.TabPage();
this.pImage = new System.Windows.Forms.Panel();
this.cbImagePNGBitDepth = new System.Windows.Forms.ComboBox();
this.lblImagePNGBitDepth = new System.Windows.Forms.Label();
this.cbImageAutoUseJPEG = new System.Windows.Forms.CheckBox();
this.lblImageFormat = new System.Windows.Forms.Label();
this.cbImageFileExist = new System.Windows.Forms.ComboBox();
@ -238,8 +240,6 @@ private void InitializeComponent()
this.pgTaskSettings = new System.Windows.Forms.PropertyGrid();
this.chkOverrideAdvancedSettings = new System.Windows.Forms.CheckBox();
this.tttvMain = new ShareX.HelpersLib.TabToTreeView();
this.lblImagePNGBitDepth = new System.Windows.Forms.Label();
this.cbImagePNGBitDepth = new System.Windows.Forms.ComboBox();
this.tcTaskSettings.SuspendLayout();
this.tpTask.SuspendLayout();
this.cmsDestinations.SuspendLayout();
@ -573,6 +573,19 @@ private void InitializeComponent()
resources.ApplyResources(this.pImage, "pImage");
this.pImage.Name = "pImage";
//
// cbImagePNGBitDepth
//
this.cbImagePNGBitDepth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbImagePNGBitDepth.FormattingEnabled = true;
resources.ApplyResources(this.cbImagePNGBitDepth, "cbImagePNGBitDepth");
this.cbImagePNGBitDepth.Name = "cbImagePNGBitDepth";
this.cbImagePNGBitDepth.SelectedIndexChanged += new System.EventHandler(this.cbImagePNGBitDepth_SelectedIndexChanged);
//
// lblImagePNGBitDepth
//
resources.ApplyResources(this.lblImagePNGBitDepth, "lblImagePNGBitDepth");
this.lblImagePNGBitDepth.Name = "lblImagePNGBitDepth";
//
// cbImageAutoUseJPEG
//
resources.ApplyResources(this.cbImageAutoUseJPEG, "cbImageAutoUseJPEG");
@ -2044,19 +2057,6 @@ private void InitializeComponent()
this.tttvMain.TreeViewSize = 190;
this.tttvMain.TabChanged += new ShareX.HelpersLib.TabToTreeView.TabChangedEventHandler(this.tttvMain_TabChanged);
//
// lblImagePNGBitDepth
//
resources.ApplyResources(this.lblImagePNGBitDepth, "lblImagePNGBitDepth");
this.lblImagePNGBitDepth.Name = "lblImagePNGBitDepth";
//
// cbImagePNGBitDepth
//
this.cbImagePNGBitDepth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbImagePNGBitDepth.FormattingEnabled = true;
resources.ApplyResources(this.cbImagePNGBitDepth, "cbImagePNGBitDepth");
this.cbImagePNGBitDepth.Name = "cbImagePNGBitDepth";
this.cbImagePNGBitDepth.SelectedIndexChanged += new System.EventHandler(this.cbImagePNGBitDepth_SelectedIndexChanged);
//
// TaskSettingsForm
//
resources.ApplyResources(this, "$this");

File diff suppressed because it is too large Load diff