Patch from Sergey to make controls wider, so translations will be easier - thx :)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@535 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2011-07-03 08:17:10 +00:00
parent 5071010b7c
commit 34cd4b1bfb
14 changed files with 186 additions and 185 deletions

View File

@ -49,20 +49,20 @@
// labelTotalMillisecs
//
this.labelTotalMillisecs.AutoSize = true;
this.labelTotalMillisecs.Location = new System.Drawing.Point(120, 57);
this.labelTotalMillisecs.Location = new System.Drawing.Point(159, 52);
this.labelTotalMillisecs.Name = "labelTotalMillisecs";
this.labelTotalMillisecs.Size = new System.Drawing.Size(108, 17);
this.labelTotalMillisecs.Size = new System.Drawing.Size(90, 13);
this.labelTotalMillisecs.TabIndex = 49;
this.labelTotalMillisecs.Text = "labelTotalMillisecs";
//
// labelTM
//
this.labelTM.AutoSize = true;
this.labelTM.Location = new System.Drawing.Point(44, 56);
this.labelTM.Location = new System.Drawing.Point(16, 52);
this.labelTM.Name = "labelTM";
this.labelTM.Size = new System.Drawing.Size(97, 17);
this.labelTM.Size = new System.Drawing.Size(140, 13);
this.labelTM.TabIndex = 48;
this.labelTM.Text = "Total millisecs.:";
this.labelTM.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// numericUpDownDelay
//
@ -72,7 +72,7 @@
0,
0,
65536});
this.numericUpDownDelay.Location = new System.Drawing.Point(156, 77);
this.numericUpDownDelay.Location = new System.Drawing.Point(159, 72);
this.numericUpDownDelay.Maximum = new decimal(new int[] {
99999,
0,
@ -84,26 +84,26 @@
0,
-2147483648});
this.numericUpDownDelay.Name = "numericUpDownDelay";
this.numericUpDownDelay.Size = new System.Drawing.Size(54, 24);
this.numericUpDownDelay.Size = new System.Drawing.Size(54, 21);
this.numericUpDownDelay.TabIndex = 47;
//
// labelColor
//
this.labelColor.AutoSize = true;
this.labelColor.Location = new System.Drawing.Point(180, 22);
this.labelColor.Location = new System.Drawing.Point(218, 22);
this.labelColor.Name = "labelColor";
this.labelColor.Size = new System.Drawing.Size(40, 17);
this.labelColor.Size = new System.Drawing.Size(32, 13);
this.labelColor.TabIndex = 46;
this.labelColor.Text = "Color";
//
// labelEndDelay
//
this.labelEndDelay.AutoSize = true;
this.labelEndDelay.Location = new System.Drawing.Point(10, 78);
this.labelEndDelay.Location = new System.Drawing.Point(16, 76);
this.labelEndDelay.Name = "labelEndDelay";
this.labelEndDelay.Size = new System.Drawing.Size(141, 17);
this.labelEndDelay.Size = new System.Drawing.Size(140, 13);
this.labelEndDelay.TabIndex = 45;
this.labelEndDelay.Text = "End delay in millisecs.:";
this.labelEndDelay.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// buttonCancel
//
@ -128,7 +128,7 @@
//
// buttonChooseColor
//
this.buttonChooseColor.Location = new System.Drawing.Point(121, 17);
this.buttonChooseColor.Location = new System.Drawing.Point(159, 17);
this.buttonChooseColor.Name = "buttonChooseColor";
this.buttonChooseColor.Size = new System.Drawing.Size(27, 23);
this.buttonChooseColor.TabIndex = 42;
@ -138,25 +138,25 @@
//
// panelColor
//
this.panelColor.Location = new System.Drawing.Point(154, 19);
this.panelColor.Location = new System.Drawing.Point(192, 19);
this.panelColor.Name = "panelColor";
this.panelColor.Size = new System.Drawing.Size(20, 20);
this.panelColor.TabIndex = 41;
//
// labelChooseColor
//
this.labelChooseColor.AutoSize = true;
this.labelChooseColor.Location = new System.Drawing.Point(29, 20);
this.labelChooseColor.Location = new System.Drawing.Point(16, 22);
this.labelChooseColor.Name = "labelChooseColor";
this.labelChooseColor.Size = new System.Drawing.Size(93, 17);
this.labelChooseColor.Size = new System.Drawing.Size(140, 13);
this.labelChooseColor.TabIndex = 40;
this.labelChooseColor.Text = "Choose color:";
this.labelChooseColor.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// buttonPreview
//
this.buttonPreview.Location = new System.Drawing.Point(12, 154);
this.buttonPreview.Name = "buttonPreview";
this.buttonPreview.Size = new System.Drawing.Size(75, 21);
this.buttonPreview.Size = new System.Drawing.Size(100, 21);
this.buttonPreview.TabIndex = 39;
this.buttonPreview.Text = "Preview";
this.buttonPreview.UseVisualStyleBackColor = true;

View File

@ -57,9 +57,9 @@
//
// buttonPreview
//
this.buttonPreview.Location = new System.Drawing.Point(12, 115);
this.buttonPreview.Location = new System.Drawing.Point(12, 119);
this.buttonPreview.Name = "buttonPreview";
this.buttonPreview.Size = new System.Drawing.Size(75, 21);
this.buttonPreview.Size = new System.Drawing.Size(100, 21);
this.buttonPreview.TabIndex = 26;
this.buttonPreview.Text = "Preview";
this.buttonPreview.UseVisualStyleBackColor = true;
@ -91,12 +91,12 @@
//
// labelEndDelay
//
this.labelEndDelay.AutoSize = true;
this.labelEndDelay.Location = new System.Drawing.Point(17, 44);
this.labelEndDelay.Location = new System.Drawing.Point(16, 45);
this.labelEndDelay.Name = "labelEndDelay";
this.labelEndDelay.Size = new System.Drawing.Size(113, 13);
this.labelEndDelay.Size = new System.Drawing.Size(140, 13);
this.labelEndDelay.TabIndex = 32;
this.labelEndDelay.Text = "End delay in millisecs.:";
this.labelEndDelay.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// numericUpDownDelay
//
@ -106,7 +106,7 @@
0,
0,
65536});
this.numericUpDownDelay.Location = new System.Drawing.Point(130, 43);
this.numericUpDownDelay.Location = new System.Drawing.Point(159, 43);
this.numericUpDownDelay.Maximum = new decimal(new int[] {
99999,
0,
@ -123,17 +123,17 @@
//
// labelTM
//
this.labelTM.AutoSize = true;
this.labelTM.Location = new System.Drawing.Point(51, 22);
this.labelTM.Location = new System.Drawing.Point(16, 23);
this.labelTM.Name = "labelTM";
this.labelTM.Size = new System.Drawing.Size(79, 13);
this.labelTM.Size = new System.Drawing.Size(140, 13);
this.labelTM.TabIndex = 36;
this.labelTM.Text = "Total millisecs.:";
this.labelTM.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelTotalMillisecs
//
this.labelTotalMillisecs.AutoSize = true;
this.labelTotalMillisecs.Location = new System.Drawing.Point(127, 23);
this.labelTotalMillisecs.Location = new System.Drawing.Point(159, 23);
this.labelTotalMillisecs.Name = "labelTotalMillisecs";
this.labelTotalMillisecs.Size = new System.Drawing.Size(90, 13);
this.labelTotalMillisecs.TabIndex = 37;

View File

@ -238,12 +238,13 @@
//
// labelBorderWidth
//
this.labelBorderWidth.AutoSize = true;
this.labelBorderWidth.Location = new System.Drawing.Point(470, 56);
this.labelBorderWidth.Location = new System.Drawing.Point(426, 56);
this.labelBorderWidth.Name = "labelBorderWidth";
this.labelBorderWidth.Size = new System.Drawing.Size(66, 13);
this.labelBorderWidth.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.labelBorderWidth.Size = new System.Drawing.Size(110, 13);
this.labelBorderWidth.TabIndex = 16;
this.labelBorderWidth.Text = "Border width";
this.labelBorderWidth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// comboBoxBorderWidth
//

View File

@ -91,7 +91,7 @@
// radioButtonRegEx
//
this.radioButtonRegEx.AutoSize = true;
this.radioButtonRegEx.Location = new System.Drawing.Point(14, 109);
this.radioButtonRegEx.Location = new System.Drawing.Point(12, 109);
this.radioButtonRegEx.Name = "radioButtonRegEx";
this.radioButtonRegEx.Size = new System.Drawing.Size(56, 17);
this.radioButtonRegEx.TabIndex = 9;

View File

@ -122,9 +122,9 @@
this.checkBoxMergeShortLines.AutoSize = true;
this.checkBoxMergeShortLines.Checked = true;
this.checkBoxMergeShortLines.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxMergeShortLines.Location = new System.Drawing.Point(6, 98);
this.checkBoxMergeShortLines.Location = new System.Drawing.Point(19, 98);
this.checkBoxMergeShortLines.Name = "checkBoxMergeShortLines";
this.checkBoxMergeShortLines.Size = new System.Drawing.Size(189, 17);
this.checkBoxMergeShortLines.Size = new System.Drawing.Size(193, 17);
this.checkBoxMergeShortLines.TabIndex = 40;
this.checkBoxMergeShortLines.Text = "Merge short lines with continuation";
this.checkBoxMergeShortLines.UseVisualStyleBackColor = true;
@ -137,14 +137,14 @@
this.groupBoxDuration.Controls.Add(this.radioButtonDurationAuto);
this.groupBoxDuration.Location = new System.Drawing.Point(6, 223);
this.groupBoxDuration.Name = "groupBoxDuration";
this.groupBoxDuration.Size = new System.Drawing.Size(298, 63);
this.groupBoxDuration.Size = new System.Drawing.Size(298, 70);
this.groupBoxDuration.TabIndex = 39;
this.groupBoxDuration.TabStop = false;
this.groupBoxDuration.Text = "Duration";
//
// numericUpDownDurationFixed
//
this.numericUpDownDurationFixed.Location = new System.Drawing.Point(86, 39);
this.numericUpDownDurationFixed.Location = new System.Drawing.Point(111, 42);
this.numericUpDownDurationFixed.Maximum = new decimal(new int[] {
10000,
0,
@ -167,9 +167,9 @@
// radioButtonDurationFixed
//
this.radioButtonDurationFixed.AutoSize = true;
this.radioButtonDurationFixed.Location = new System.Drawing.Point(19, 42);
this.radioButtonDurationFixed.Location = new System.Drawing.Point(16, 42);
this.radioButtonDurationFixed.Name = "radioButtonDurationFixed";
this.radioButtonDurationFixed.Size = new System.Drawing.Size(50, 17);
this.radioButtonDurationFixed.Size = new System.Drawing.Size(51, 17);
this.radioButtonDurationFixed.TabIndex = 3;
this.radioButtonDurationFixed.Text = "Fixed";
this.radioButtonDurationFixed.UseVisualStyleBackColor = true;
@ -179,9 +179,9 @@
//
this.radioButtonDurationAuto.AutoSize = true;
this.radioButtonDurationAuto.Checked = true;
this.radioButtonDurationAuto.Location = new System.Drawing.Point(19, 19);
this.radioButtonDurationAuto.Location = new System.Drawing.Point(16, 19);
this.radioButtonDurationAuto.Name = "radioButtonDurationAuto";
this.radioButtonDurationAuto.Size = new System.Drawing.Size(47, 17);
this.radioButtonDurationAuto.Size = new System.Drawing.Size(48, 17);
this.radioButtonDurationAuto.TabIndex = 2;
this.radioButtonDurationAuto.TabStop = true;
this.radioButtonDurationAuto.Text = "Auto";
@ -200,7 +200,7 @@
//
// numericUpDownGapBetweenLines
//
this.numericUpDownGapBetweenLines.Location = new System.Drawing.Point(9, 191);
this.numericUpDownGapBetweenLines.Location = new System.Drawing.Point(19, 192);
this.numericUpDownGapBetweenLines.Maximum = new decimal(new int[] {
10000,
0,
@ -223,7 +223,7 @@
// labelGapBetweenSubtitles
//
this.labelGapBetweenSubtitles.AutoSize = true;
this.labelGapBetweenSubtitles.Location = new System.Drawing.Point(6, 175);
this.labelGapBetweenSubtitles.Location = new System.Drawing.Point(19, 175);
this.labelGapBetweenSubtitles.Name = "labelGapBetweenSubtitles";
this.labelGapBetweenSubtitles.Size = new System.Drawing.Size(180, 13);
this.labelGapBetweenSubtitles.TabIndex = 37;
@ -234,9 +234,9 @@
this.checkBoxRemoveLinesWithoutLetters.AutoSize = true;
this.checkBoxRemoveLinesWithoutLetters.Checked = true;
this.checkBoxRemoveLinesWithoutLetters.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveLinesWithoutLetters.Location = new System.Drawing.Point(6, 144);
this.checkBoxRemoveLinesWithoutLetters.Location = new System.Drawing.Point(19, 144);
this.checkBoxRemoveLinesWithoutLetters.Name = "checkBoxRemoveLinesWithoutLetters";
this.checkBoxRemoveLinesWithoutLetters.Size = new System.Drawing.Size(158, 17);
this.checkBoxRemoveLinesWithoutLetters.Size = new System.Drawing.Size(162, 17);
this.checkBoxRemoveLinesWithoutLetters.TabIndex = 5;
this.checkBoxRemoveLinesWithoutLetters.Text = "Remove lines without letters";
this.checkBoxRemoveLinesWithoutLetters.UseVisualStyleBackColor = true;
@ -248,7 +248,7 @@
this.groupBoxSplitting.Controls.Add(this.radioButtonLineMode);
this.groupBoxSplitting.Location = new System.Drawing.Point(6, 19);
this.groupBoxSplitting.Name = "groupBoxSplitting";
this.groupBoxSplitting.Size = new System.Drawing.Size(298, 65);
this.groupBoxSplitting.Size = new System.Drawing.Size(298, 68);
this.groupBoxSplitting.TabIndex = 4;
this.groupBoxSplitting.TabStop = false;
this.groupBoxSplitting.Text = "Splitting";
@ -257,9 +257,9 @@
//
this.radioButtonAutoSplit.AutoSize = true;
this.radioButtonAutoSplit.Checked = true;
this.radioButtonAutoSplit.Location = new System.Drawing.Point(6, 19);
this.radioButtonAutoSplit.Location = new System.Drawing.Point(14, 19);
this.radioButtonAutoSplit.Name = "radioButtonAutoSplit";
this.radioButtonAutoSplit.Size = new System.Drawing.Size(88, 17);
this.radioButtonAutoSplit.Size = new System.Drawing.Size(93, 17);
this.radioButtonAutoSplit.TabIndex = 2;
this.radioButtonAutoSplit.TabStop = true;
this.radioButtonAutoSplit.Text = "Auto split text";
@ -269,9 +269,9 @@
// radioButtonLineMode
//
this.radioButtonLineMode.AutoSize = true;
this.radioButtonLineMode.Location = new System.Drawing.Point(6, 42);
this.radioButtonLineMode.Location = new System.Drawing.Point(14, 42);
this.radioButtonLineMode.Name = "radioButtonLineMode";
this.radioButtonLineMode.Size = new System.Drawing.Size(131, 17);
this.radioButtonLineMode.Size = new System.Drawing.Size(133, 17);
this.radioButtonLineMode.TabIndex = 0;
this.radioButtonLineMode.Text = "One line is one subtitle";
this.radioButtonLineMode.UseVisualStyleBackColor = true;
@ -282,9 +282,9 @@
this.checkBoxRemoveEmptyLines.AutoSize = true;
this.checkBoxRemoveEmptyLines.Checked = true;
this.checkBoxRemoveEmptyLines.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxRemoveEmptyLines.Location = new System.Drawing.Point(6, 121);
this.checkBoxRemoveEmptyLines.Location = new System.Drawing.Point(19, 121);
this.checkBoxRemoveEmptyLines.Name = "checkBoxRemoveEmptyLines";
this.checkBoxRemoveEmptyLines.Size = new System.Drawing.Size(121, 17);
this.checkBoxRemoveEmptyLines.Size = new System.Drawing.Size(122, 17);
this.checkBoxRemoveEmptyLines.TabIndex = 3;
this.checkBoxRemoveEmptyLines.Text = "Remove empty lines";
this.checkBoxRemoveEmptyLines.UseVisualStyleBackColor = true;
@ -354,7 +354,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(847, 612);
this.ClientSize = new System.Drawing.Size(847, 616);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.groupBoxImportResult);

View File

@ -214,7 +214,7 @@
// radioButtonRegEx
//
this.radioButtonRegEx.AutoSize = true;
this.radioButtonRegEx.Location = new System.Drawing.Point(251, 62);
this.radioButtonRegEx.Location = new System.Drawing.Point(286, 62);
this.radioButtonRegEx.Name = "radioButtonRegEx";
this.radioButtonRegEx.Size = new System.Drawing.Size(82, 25);
this.radioButtonRegEx.TabIndex = 6;
@ -225,7 +225,7 @@
// radioButtonCaseSensitive
//
this.radioButtonCaseSensitive.AutoSize = true;
this.radioButtonCaseSensitive.Location = new System.Drawing.Point(111, 62);
this.radioButtonCaseSensitive.Location = new System.Drawing.Point(146, 62);
this.radioButtonCaseSensitive.Name = "radioButtonCaseSensitive";
this.radioButtonCaseSensitive.Size = new System.Drawing.Size(141, 25);
this.radioButtonCaseSensitive.TabIndex = 5;

View File

@ -43,7 +43,7 @@
// labelStatus
//
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(35, 173);
this.labelStatus.Location = new System.Drawing.Point(16, 167);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(59, 13);
this.labelStatus.TabIndex = 18;
@ -52,7 +52,7 @@
// labelInfo
//
this.labelInfo.AutoSize = true;
this.labelInfo.Location = new System.Drawing.Point(12, 9);
this.labelInfo.Location = new System.Drawing.Point(16, 13);
this.labelInfo.Name = "labelInfo";
this.labelInfo.Size = new System.Drawing.Size(212, 26);
this.labelInfo.TabIndex = 17;
@ -61,9 +61,9 @@
// labelWebServiceUrl
//
this.labelWebServiceUrl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelWebServiceUrl.Location = new System.Drawing.Point(2, 112);
this.labelWebServiceUrl.Location = new System.Drawing.Point(5, 112);
this.labelWebServiceUrl.Name = "labelWebServiceUrl";
this.labelWebServiceUrl.Size = new System.Drawing.Size(92, 21);
this.labelWebServiceUrl.Size = new System.Drawing.Size(114, 16);
this.labelWebServiceUrl.TabIndex = 16;
this.labelWebServiceUrl.Text = "Web service url";
this.labelWebServiceUrl.TextAlign = System.Drawing.ContentAlignment.TopRight;
@ -74,15 +74,15 @@
this.comboBoxWebServiceUrl.Items.AddRange(new object[] {
"http://www.nikse.dk/se/SeService.asmx",
"http://nikse555.brinkster.net/SeService.asmx"});
this.comboBoxWebServiceUrl.Location = new System.Drawing.Point(96, 107);
this.comboBoxWebServiceUrl.Location = new System.Drawing.Point(125, 109);
this.comboBoxWebServiceUrl.Name = "comboBoxWebServiceUrl";
this.comboBoxWebServiceUrl.Size = new System.Drawing.Size(290, 21);
this.comboBoxWebServiceUrl.Size = new System.Drawing.Size(261, 21);
this.comboBoxWebServiceUrl.TabIndex = 2;
//
// buttonCancel
//
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(311, 149);
this.buttonCancel.Location = new System.Drawing.Point(312, 147);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21);
this.buttonCancel.TabIndex = 4;
@ -92,15 +92,15 @@
//
// textBoxUserName
//
this.textBoxUserName.Location = new System.Drawing.Point(96, 55);
this.textBoxUserName.Location = new System.Drawing.Point(125, 57);
this.textBoxUserName.Name = "textBoxUserName";
this.textBoxUserName.Size = new System.Drawing.Size(290, 20);
this.textBoxUserName.Size = new System.Drawing.Size(261, 20);
this.textBoxUserName.TabIndex = 0;
//
// buttonJoin
//
this.buttonJoin.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonJoin.Location = new System.Drawing.Point(230, 149);
this.buttonJoin.Location = new System.Drawing.Point(231, 147);
this.buttonJoin.Name = "buttonJoin";
this.buttonJoin.Size = new System.Drawing.Size(75, 21);
this.buttonJoin.TabIndex = 3;
@ -111,26 +111,26 @@
// labelUserName
//
this.labelUserName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelUserName.Location = new System.Drawing.Point(-1, 55);
this.labelUserName.Location = new System.Drawing.Point(5, 60);
this.labelUserName.Name = "labelUserName";
this.labelUserName.Size = new System.Drawing.Size(91, 20);
this.labelUserName.Size = new System.Drawing.Size(114, 16);
this.labelUserName.TabIndex = 11;
this.labelUserName.Text = "Username";
this.labelUserName.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// textBoxSessionKey
//
this.textBoxSessionKey.Location = new System.Drawing.Point(96, 81);
this.textBoxSessionKey.Location = new System.Drawing.Point(125, 83);
this.textBoxSessionKey.Name = "textBoxSessionKey";
this.textBoxSessionKey.Size = new System.Drawing.Size(290, 20);
this.textBoxSessionKey.Size = new System.Drawing.Size(261, 20);
this.textBoxSessionKey.TabIndex = 1;
//
// labelSessionKey
//
this.labelSessionKey.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelSessionKey.Location = new System.Drawing.Point(2, 81);
this.labelSessionKey.Location = new System.Drawing.Point(5, 86);
this.labelSessionKey.Name = "labelSessionKey";
this.labelSessionKey.Size = new System.Drawing.Size(88, 20);
this.labelSessionKey.Size = new System.Drawing.Size(114, 16);
this.labelSessionKey.TabIndex = 19;
this.labelSessionKey.Text = "Key";
this.labelSessionKey.TextAlign = System.Drawing.ContentAlignment.TopRight;
@ -139,7 +139,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(408, 191);
this.ClientSize = new System.Drawing.Size(402, 185);
this.Controls.Add(this.textBoxSessionKey);
this.Controls.Add(this.labelSessionKey);
this.Controls.Add(this.labelStatus);

View File

@ -53,9 +53,9 @@
//
// textBoxUserName
//
this.textBoxUserName.Location = new System.Drawing.Point(97, 83);
this.textBoxUserName.Location = new System.Drawing.Point(125, 83);
this.textBoxUserName.Name = "textBoxUserName";
this.textBoxUserName.Size = new System.Drawing.Size(290, 20);
this.textBoxUserName.Size = new System.Drawing.Size(262, 20);
this.textBoxUserName.TabIndex = 1;
//
// buttonStart
@ -72,9 +72,9 @@
// labelUserName
//
this.labelUserName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelUserName.Location = new System.Drawing.Point(2, 86);
this.labelUserName.Location = new System.Drawing.Point(5, 86);
this.labelUserName.Name = "labelUserName";
this.labelUserName.Size = new System.Drawing.Size(89, 13);
this.labelUserName.Size = new System.Drawing.Size(114, 16);
this.labelUserName.TabIndex = 3;
this.labelUserName.Text = "Username";
this.labelUserName.TextAlign = System.Drawing.ContentAlignment.TopRight;
@ -85,17 +85,17 @@
this.comboBoxWebServiceUrl.Items.AddRange(new object[] {
"http://www.nikse.dk/se/SeService.asmx",
"http://nikse555.brinkster.net/SeService.asmx"});
this.comboBoxWebServiceUrl.Location = new System.Drawing.Point(97, 109);
this.comboBoxWebServiceUrl.Location = new System.Drawing.Point(125, 109);
this.comboBoxWebServiceUrl.Name = "comboBoxWebServiceUrl";
this.comboBoxWebServiceUrl.Size = new System.Drawing.Size(290, 21);
this.comboBoxWebServiceUrl.Size = new System.Drawing.Size(262, 21);
this.comboBoxWebServiceUrl.TabIndex = 2;
//
// labelWebServiceUrl
//
this.labelWebServiceUrl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelWebServiceUrl.Location = new System.Drawing.Point(2, 109);
this.labelWebServiceUrl.Location = new System.Drawing.Point(5, 112);
this.labelWebServiceUrl.Name = "labelWebServiceUrl";
this.labelWebServiceUrl.Size = new System.Drawing.Size(89, 16);
this.labelWebServiceUrl.Size = new System.Drawing.Size(114, 16);
this.labelWebServiceUrl.TabIndex = 8;
this.labelWebServiceUrl.Text = "Web service url";
this.labelWebServiceUrl.TextAlign = System.Drawing.ContentAlignment.TopRight;
@ -103,7 +103,7 @@
// labelInfo
//
this.labelInfo.AutoSize = true;
this.labelInfo.Location = new System.Drawing.Point(13, 13);
this.labelInfo.Location = new System.Drawing.Point(16, 13);
this.labelInfo.Name = "labelInfo";
this.labelInfo.Size = new System.Drawing.Size(200, 26);
this.labelInfo.TabIndex = 9;
@ -112,7 +112,7 @@
// labelStatus
//
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(36, 170);
this.labelStatus.Location = new System.Drawing.Point(16, 167);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(59, 13);
this.labelStatus.TabIndex = 10;
@ -121,25 +121,25 @@
// labelSessionKey
//
this.labelSessionKey.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelSessionKey.Location = new System.Drawing.Point(-1, 60);
this.labelSessionKey.Location = new System.Drawing.Point(5, 60);
this.labelSessionKey.Name = "labelSessionKey";
this.labelSessionKey.Size = new System.Drawing.Size(92, 17);
this.labelSessionKey.Size = new System.Drawing.Size(114, 16);
this.labelSessionKey.TabIndex = 11;
this.labelSessionKey.Text = "Session Key";
this.labelSessionKey.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// textBoxSessionKey
//
this.textBoxSessionKey.Location = new System.Drawing.Point(97, 57);
this.textBoxSessionKey.Location = new System.Drawing.Point(125, 57);
this.textBoxSessionKey.Name = "textBoxSessionKey";
this.textBoxSessionKey.Size = new System.Drawing.Size(290, 20);
this.textBoxSessionKey.Size = new System.Drawing.Size(262, 20);
this.textBoxSessionKey.TabIndex = 0;
//
// NetworkStart
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(414, 185);
this.ClientSize = new System.Drawing.Size(402, 185);
this.Controls.Add(this.textBoxSessionKey);
this.Controls.Add(this.labelSessionKey);
this.Controls.Add(this.labelStatus);

View File

@ -77,7 +77,7 @@
//
// buttonReplace
//
this.buttonReplace.Location = new System.Drawing.Point(124, 180);
this.buttonReplace.Location = new System.Drawing.Point(96, 180);
this.buttonReplace.Name = "buttonReplace";
this.buttonReplace.Size = new System.Drawing.Size(75, 21);
this.buttonReplace.TabIndex = 6;
@ -95,9 +95,9 @@
//
// buttonReplaceAll
//
this.buttonReplaceAll.Location = new System.Drawing.Point(205, 180);
this.buttonReplaceAll.Location = new System.Drawing.Point(177, 180);
this.buttonReplaceAll.Name = "buttonReplaceAll";
this.buttonReplaceAll.Size = new System.Drawing.Size(75, 21);
this.buttonReplaceAll.Size = new System.Drawing.Size(103, 21);
this.buttonReplaceAll.TabIndex = 7;
this.buttonReplaceAll.Text = "Replace all";
this.buttonReplaceAll.UseVisualStyleBackColor = true;
@ -131,7 +131,7 @@
//
// buttonFind
//
this.buttonFind.Location = new System.Drawing.Point(43, 180);
this.buttonFind.Location = new System.Drawing.Point(15, 180);
this.buttonFind.Name = "buttonFind";
this.buttonFind.Size = new System.Drawing.Size(75, 21);
this.buttonFind.TabIndex = 5;

View File

@ -466,7 +466,7 @@
"Every minute",
"Every 5 minutes",
"Evert 15 minutes"});
this.comboBoxAutoBackup.Location = new System.Drawing.Point(539, 252);
this.comboBoxAutoBackup.Location = new System.Drawing.Point(540, 252);
this.comboBoxAutoBackup.Name = "comboBoxAutoBackup";
this.comboBoxAutoBackup.Size = new System.Drawing.Size(121, 21);
this.comboBoxAutoBackup.TabIndex = 23;
@ -474,7 +474,7 @@
// labelAutoBackup
//
this.labelAutoBackup.AutoSize = true;
this.labelAutoBackup.Location = new System.Drawing.Point(433, 254);
this.labelAutoBackup.Location = new System.Drawing.Point(433, 255);
this.labelAutoBackup.Name = "labelAutoBackup";
this.labelAutoBackup.Size = new System.Drawing.Size(68, 13);
this.labelAutoBackup.TabIndex = 22;
@ -512,7 +512,7 @@
// labelAutoDetectAnsiEncoding
//
this.labelAutoDetectAnsiEncoding.AutoSize = true;
this.labelAutoDetectAnsiEncoding.Location = new System.Drawing.Point(13, 93);
this.labelAutoDetectAnsiEncoding.Location = new System.Drawing.Point(13, 91);
this.labelAutoDetectAnsiEncoding.Name = "labelAutoDetectAnsiEncoding";
this.labelAutoDetectAnsiEncoding.Size = new System.Drawing.Size(137, 13);
this.labelAutoDetectAnsiEncoding.TabIndex = 16;
@ -527,9 +527,9 @@
"UTF-7",
"UTF-8",
"Unicode"});
this.comboBoxListViewDoubleClickEvent.Location = new System.Drawing.Point(436, 217);
this.comboBoxListViewDoubleClickEvent.Location = new System.Drawing.Point(436, 219);
this.comboBoxListViewDoubleClickEvent.Name = "comboBoxListViewDoubleClickEvent";
this.comboBoxListViewDoubleClickEvent.Size = new System.Drawing.Size(222, 21);
this.comboBoxListViewDoubleClickEvent.Size = new System.Drawing.Size(332, 21);
this.comboBoxListViewDoubleClickEvent.TabIndex = 21;
//
// labelListViewDoubleClickEvent
@ -581,7 +581,7 @@
// labelSubMaxLen
//
this.labelSubMaxLen.AutoSize = true;
this.labelSubMaxLen.Location = new System.Drawing.Point(13, 124);
this.labelSubMaxLen.Location = new System.Drawing.Point(13, 125);
this.labelSubMaxLen.Name = "labelSubMaxLen";
this.labelSubMaxLen.Size = new System.Drawing.Size(103, 13);
this.labelSubMaxLen.TabIndex = 11;
@ -792,7 +792,7 @@
// labelTBHelp
//
this.labelTBHelp.AutoSize = true;
this.labelTBHelp.Location = new System.Drawing.Point(594, 21);
this.labelTBHelp.Location = new System.Drawing.Point(702, 21);
this.labelTBHelp.Name = "labelTBHelp";
this.labelTBHelp.Size = new System.Drawing.Size(28, 13);
this.labelTBHelp.TabIndex = 33;
@ -800,7 +800,7 @@
//
// pictureBoxHelp
//
this.pictureBoxHelp.Location = new System.Drawing.Point(593, 40);
this.pictureBoxHelp.Location = new System.Drawing.Point(701, 40);
this.pictureBoxHelp.Name = "pictureBoxHelp";
this.pictureBoxHelp.Size = new System.Drawing.Size(32, 32);
this.pictureBoxHelp.TabIndex = 32;
@ -809,7 +809,7 @@
// checkBoxHelp
//
this.checkBoxHelp.AutoSize = true;
this.checkBoxHelp.Location = new System.Drawing.Point(596, 80);
this.checkBoxHelp.Location = new System.Drawing.Point(704, 80);
this.checkBoxHelp.Name = "checkBoxHelp";
this.checkBoxHelp.Size = new System.Drawing.Size(55, 17);
this.checkBoxHelp.TabIndex = 31;
@ -819,7 +819,7 @@
// labelTBSettings
//
this.labelTBSettings.AutoSize = true;
this.labelTBSettings.Location = new System.Drawing.Point(526, 21);
this.labelTBSettings.Location = new System.Drawing.Point(622, 21);
this.labelTBSettings.Name = "labelTBSettings";
this.labelTBSettings.Size = new System.Drawing.Size(46, 13);
this.labelTBSettings.TabIndex = 30;
@ -827,7 +827,7 @@
//
// pictureBoxSettings
//
this.pictureBoxSettings.Location = new System.Drawing.Point(529, 40);
this.pictureBoxSettings.Location = new System.Drawing.Point(625, 40);
this.pictureBoxSettings.Name = "pictureBoxSettings";
this.pictureBoxSettings.Size = new System.Drawing.Size(32, 32);
this.pictureBoxSettings.TabIndex = 29;
@ -836,7 +836,7 @@
// checkBoxSettings
//
this.checkBoxSettings.AutoSize = true;
this.checkBoxSettings.Location = new System.Drawing.Point(532, 80);
this.checkBoxSettings.Location = new System.Drawing.Point(628, 80);
this.checkBoxSettings.Name = "checkBoxSettings";
this.checkBoxSettings.Size = new System.Drawing.Size(55, 17);
this.checkBoxSettings.TabIndex = 28;
@ -846,7 +846,7 @@
// labelTBSpellCheck
//
this.labelTBSpellCheck.AutoSize = true;
this.labelTBSpellCheck.Location = new System.Drawing.Point(459, 21);
this.labelTBSpellCheck.Location = new System.Drawing.Point(545, 21);
this.labelTBSpellCheck.Name = "labelTBSpellCheck";
this.labelTBSpellCheck.Size = new System.Drawing.Size(59, 13);
this.labelTBSpellCheck.TabIndex = 27;
@ -854,7 +854,7 @@
//
// pictureBoxSpellCheck
//
this.pictureBoxSpellCheck.Location = new System.Drawing.Point(463, 40);
this.pictureBoxSpellCheck.Location = new System.Drawing.Point(549, 40);
this.pictureBoxSpellCheck.Name = "pictureBoxSpellCheck";
this.pictureBoxSpellCheck.Size = new System.Drawing.Size(32, 32);
this.pictureBoxSpellCheck.TabIndex = 26;
@ -863,7 +863,7 @@
// checkBoxSpellCheck
//
this.checkBoxSpellCheck.AutoSize = true;
this.checkBoxSpellCheck.Location = new System.Drawing.Point(464, 80);
this.checkBoxSpellCheck.Location = new System.Drawing.Point(550, 80);
this.checkBoxSpellCheck.Name = "checkBoxSpellCheck";
this.checkBoxSpellCheck.Size = new System.Drawing.Size(55, 17);
this.checkBoxSpellCheck.TabIndex = 26;
@ -873,7 +873,7 @@
// labelTBVisualSync
//
this.labelTBVisualSync.AutoSize = true;
this.labelTBVisualSync.Location = new System.Drawing.Point(382, 21);
this.labelTBVisualSync.Location = new System.Drawing.Point(460, 21);
this.labelTBVisualSync.Name = "labelTBVisualSync";
this.labelTBVisualSync.Size = new System.Drawing.Size(59, 13);
this.labelTBVisualSync.TabIndex = 21;
@ -881,7 +881,7 @@
//
// pictureBoxVisualSync
//
this.pictureBoxVisualSync.Location = new System.Drawing.Point(395, 40);
this.pictureBoxVisualSync.Location = new System.Drawing.Point(473, 40);
this.pictureBoxVisualSync.Name = "pictureBoxVisualSync";
this.pictureBoxVisualSync.Size = new System.Drawing.Size(32, 32);
this.pictureBoxVisualSync.TabIndex = 20;
@ -890,7 +890,7 @@
// checkBoxVisualSync
//
this.checkBoxVisualSync.AutoSize = true;
this.checkBoxVisualSync.Location = new System.Drawing.Point(398, 80);
this.checkBoxVisualSync.Location = new System.Drawing.Point(476, 80);
this.checkBoxVisualSync.Name = "checkBoxVisualSync";
this.checkBoxVisualSync.Size = new System.Drawing.Size(55, 17);
this.checkBoxVisualSync.TabIndex = 19;
@ -900,7 +900,7 @@
// labelTBReplace
//
this.labelTBReplace.AutoSize = true;
this.labelTBReplace.Location = new System.Drawing.Point(327, 21);
this.labelTBReplace.Location = new System.Drawing.Point(392, 21);
this.labelTBReplace.Name = "labelTBReplace";
this.labelTBReplace.Size = new System.Drawing.Size(45, 13);
this.labelTBReplace.TabIndex = 18;
@ -908,7 +908,7 @@
//
// pictureBoxReplace
//
this.pictureBoxReplace.Location = new System.Drawing.Point(332, 40);
this.pictureBoxReplace.Location = new System.Drawing.Point(397, 40);
this.pictureBoxReplace.Name = "pictureBoxReplace";
this.pictureBoxReplace.Size = new System.Drawing.Size(32, 32);
this.pictureBoxReplace.TabIndex = 17;
@ -917,7 +917,7 @@
// checkBoxReplace
//
this.checkBoxReplace.AutoSize = true;
this.checkBoxReplace.Location = new System.Drawing.Point(335, 80);
this.checkBoxReplace.Location = new System.Drawing.Point(400, 80);
this.checkBoxReplace.Name = "checkBoxReplace";
this.checkBoxReplace.Size = new System.Drawing.Size(55, 17);
this.checkBoxReplace.TabIndex = 16;
@ -927,7 +927,7 @@
// labelTBFind
//
this.labelTBFind.AutoSize = true;
this.labelTBFind.Location = new System.Drawing.Point(271, 21);
this.labelTBFind.Location = new System.Drawing.Point(323, 21);
this.labelTBFind.Name = "labelTBFind";
this.labelTBFind.Size = new System.Drawing.Size(27, 13);
this.labelTBFind.TabIndex = 15;
@ -935,7 +935,7 @@
//
// pictureBoxFind
//
this.pictureBoxFind.Location = new System.Drawing.Point(269, 40);
this.pictureBoxFind.Location = new System.Drawing.Point(321, 40);
this.pictureBoxFind.Name = "pictureBoxFind";
this.pictureBoxFind.Size = new System.Drawing.Size(32, 32);
this.pictureBoxFind.TabIndex = 14;
@ -944,7 +944,7 @@
// checkBoxToolbarFind
//
this.checkBoxToolbarFind.AutoSize = true;
this.checkBoxToolbarFind.Location = new System.Drawing.Point(272, 80);
this.checkBoxToolbarFind.Location = new System.Drawing.Point(324, 80);
this.checkBoxToolbarFind.Name = "checkBoxToolbarFind";
this.checkBoxToolbarFind.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarFind.TabIndex = 13;
@ -954,7 +954,7 @@
// labelTBSaveAs
//
this.labelTBSaveAs.AutoSize = true;
this.labelTBSaveAs.Location = new System.Drawing.Point(200, 21);
this.labelTBSaveAs.Location = new System.Drawing.Point(239, 21);
this.labelTBSaveAs.Name = "labelTBSaveAs";
this.labelTBSaveAs.Size = new System.Drawing.Size(45, 13);
this.labelTBSaveAs.TabIndex = 12;
@ -962,7 +962,7 @@
//
// pictureBoxSaveAs
//
this.pictureBoxSaveAs.Location = new System.Drawing.Point(206, 40);
this.pictureBoxSaveAs.Location = new System.Drawing.Point(245, 40);
this.pictureBoxSaveAs.Name = "pictureBoxSaveAs";
this.pictureBoxSaveAs.Size = new System.Drawing.Size(32, 32);
this.pictureBoxSaveAs.TabIndex = 11;
@ -971,7 +971,7 @@
// checkBoxToolbarSaveAs
//
this.checkBoxToolbarSaveAs.AutoSize = true;
this.checkBoxToolbarSaveAs.Location = new System.Drawing.Point(209, 80);
this.checkBoxToolbarSaveAs.Location = new System.Drawing.Point(248, 80);
this.checkBoxToolbarSaveAs.Name = "checkBoxToolbarSaveAs";
this.checkBoxToolbarSaveAs.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarSaveAs.TabIndex = 10;
@ -981,7 +981,7 @@
// labelTBSave
//
this.labelTBSave.AutoSize = true;
this.labelTBSave.Location = new System.Drawing.Point(144, 21);
this.labelTBSave.Location = new System.Drawing.Point(170, 21);
this.labelTBSave.Name = "labelTBSave";
this.labelTBSave.Size = new System.Drawing.Size(31, 13);
this.labelTBSave.TabIndex = 9;
@ -989,7 +989,7 @@
//
// pictureBoxSave
//
this.pictureBoxSave.Location = new System.Drawing.Point(143, 40);
this.pictureBoxSave.Location = new System.Drawing.Point(169, 40);
this.pictureBoxSave.Name = "pictureBoxSave";
this.pictureBoxSave.Size = new System.Drawing.Size(32, 32);
this.pictureBoxSave.TabIndex = 8;
@ -998,7 +998,7 @@
// checkBoxToolbarSave
//
this.checkBoxToolbarSave.AutoSize = true;
this.checkBoxToolbarSave.Location = new System.Drawing.Point(146, 80);
this.checkBoxToolbarSave.Location = new System.Drawing.Point(172, 80);
this.checkBoxToolbarSave.Name = "checkBoxToolbarSave";
this.checkBoxToolbarSave.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarSave.TabIndex = 7;
@ -1008,7 +1008,7 @@
// labelTBOpen
//
this.labelTBOpen.AutoSize = true;
this.labelTBOpen.Location = new System.Drawing.Point(81, 21);
this.labelTBOpen.Location = new System.Drawing.Point(94, 21);
this.labelTBOpen.Name = "labelTBOpen";
this.labelTBOpen.Size = new System.Drawing.Size(33, 13);
this.labelTBOpen.TabIndex = 6;
@ -1016,7 +1016,7 @@
//
// pictureBoxOpen
//
this.pictureBoxOpen.Location = new System.Drawing.Point(80, 40);
this.pictureBoxOpen.Location = new System.Drawing.Point(93, 40);
this.pictureBoxOpen.Name = "pictureBoxOpen";
this.pictureBoxOpen.Size = new System.Drawing.Size(32, 32);
this.pictureBoxOpen.TabIndex = 5;
@ -1025,7 +1025,7 @@
// checkBoxToolbarOpen
//
this.checkBoxToolbarOpen.AutoSize = true;
this.checkBoxToolbarOpen.Location = new System.Drawing.Point(83, 80);
this.checkBoxToolbarOpen.Location = new System.Drawing.Point(96, 80);
this.checkBoxToolbarOpen.Name = "checkBoxToolbarOpen";
this.checkBoxToolbarOpen.Size = new System.Drawing.Size(55, 17);
this.checkBoxToolbarOpen.TabIndex = 4;
@ -1174,7 +1174,7 @@
//
this.comboBoxVideoPlayerDefaultVolume.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxVideoPlayerDefaultVolume.FormattingEnabled = true;
this.comboBoxVideoPlayerDefaultVolume.Location = new System.Drawing.Point(105, 53);
this.comboBoxVideoPlayerDefaultVolume.Location = new System.Drawing.Point(127, 53);
this.comboBoxVideoPlayerDefaultVolume.Name = "comboBoxVideoPlayerDefaultVolume";
this.comboBoxVideoPlayerDefaultVolume.Size = new System.Drawing.Size(121, 21);
this.comboBoxVideoPlayerDefaultVolume.TabIndex = 12;
@ -1193,7 +1193,7 @@
this.labelVolDescr.AutoSize = true;
this.labelVolDescr.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelVolDescr.ForeColor = System.Drawing.Color.Gray;
this.labelVolDescr.Location = new System.Drawing.Point(232, 57);
this.labelVolDescr.Location = new System.Drawing.Point(254, 57);
this.labelVolDescr.Name = "labelVolDescr";
this.labelVolDescr.Size = new System.Drawing.Size(150, 11);
this.labelVolDescr.TabIndex = 9;
@ -1333,7 +1333,7 @@
// labelSpectrogramAppearance
//
this.labelSpectrogramAppearance.AutoSize = true;
this.labelSpectrogramAppearance.Location = new System.Drawing.Point(7, 54);
this.labelSpectrogramAppearance.Location = new System.Drawing.Point(10, 54);
this.labelSpectrogramAppearance.Name = "labelSpectrogramAppearance";
this.labelSpectrogramAppearance.Size = new System.Drawing.Size(164, 13);
this.labelSpectrogramAppearance.TabIndex = 15;
@ -1346,9 +1346,9 @@
this.comboBoxSpectrogramAppearance.Items.AddRange(new object[] {
"Classic",
"Use waveform color (one color gradient)"});
this.comboBoxSpectrogramAppearance.Location = new System.Drawing.Point(7, 70);
this.comboBoxSpectrogramAppearance.Location = new System.Drawing.Point(10, 70);
this.comboBoxSpectrogramAppearance.Name = "comboBoxSpectrogramAppearance";
this.comboBoxSpectrogramAppearance.Size = new System.Drawing.Size(328, 21);
this.comboBoxSpectrogramAppearance.Size = new System.Drawing.Size(325, 21);
this.comboBoxSpectrogramAppearance.TabIndex = 14;
//
// checkBoxGenerateSpectrogram
@ -1384,7 +1384,7 @@
// labelWaveFormsFolderInfo
//
this.labelWaveFormsFolderInfo.AutoSize = true;
this.labelWaveFormsFolderInfo.Location = new System.Drawing.Point(7, 20);
this.labelWaveFormsFolderInfo.Location = new System.Drawing.Point(10, 20);
this.labelWaveFormsFolderInfo.Name = "labelWaveFormsFolderInfo";
this.labelWaveFormsFolderInfo.Size = new System.Drawing.Size(207, 13);
this.labelWaveFormsFolderInfo.TabIndex = 0;
@ -1581,7 +1581,7 @@
"♪♪",
"*",
"#"});
this.comboBoxToolsMusicSymbol.Location = new System.Drawing.Point(199, 71);
this.comboBoxToolsMusicSymbol.Location = new System.Drawing.Point(200, 71);
this.comboBoxToolsMusicSymbol.Name = "comboBoxToolsMusicSymbol";
this.comboBoxToolsMusicSymbol.Size = new System.Drawing.Size(86, 21);
this.comboBoxToolsMusicSymbol.TabIndex = 1;
@ -1647,7 +1647,7 @@
"Last - 3"});
this.comboBoxToolsEndSceneIndex.Location = new System.Drawing.Point(200, 76);
this.comboBoxToolsEndSceneIndex.Name = "comboBoxToolsEndSceneIndex";
this.comboBoxToolsEndSceneIndex.Size = new System.Drawing.Size(73, 21);
this.comboBoxToolsEndSceneIndex.Size = new System.Drawing.Size(86, 21);
this.comboBoxToolsEndSceneIndex.TabIndex = 2;
//
// labelToolsStartScene
@ -1670,7 +1670,7 @@
"First +3"});
this.comboBoxToolsStartSceneIndex.Location = new System.Drawing.Point(200, 49);
this.comboBoxToolsStartSceneIndex.Name = "comboBoxToolsStartSceneIndex";
this.comboBoxToolsStartSceneIndex.Size = new System.Drawing.Size(73, 21);
this.comboBoxToolsStartSceneIndex.Size = new System.Drawing.Size(86, 21);
this.comboBoxToolsStartSceneIndex.TabIndex = 1;
//
// comboBoxToolsVerifySeconds
@ -1684,7 +1684,7 @@
"5"});
this.comboBoxToolsVerifySeconds.Location = new System.Drawing.Point(200, 22);
this.comboBoxToolsVerifySeconds.Name = "comboBoxToolsVerifySeconds";
this.comboBoxToolsVerifySeconds.Size = new System.Drawing.Size(73, 21);
this.comboBoxToolsVerifySeconds.Size = new System.Drawing.Size(86, 21);
this.comboBoxToolsVerifySeconds.TabIndex = 0;
//
// labelVerifyButton
@ -1965,7 +1965,7 @@
this.labelSSAExample.ForeColor = System.Drawing.Color.White;
this.labelSSAExample.Location = new System.Drawing.Point(23, 152);
this.labelSSAExample.Name = "labelSSAExample";
this.labelSSAExample.Size = new System.Drawing.Size(637, 101);
this.labelSSAExample.Size = new System.Drawing.Size(737, 101);
this.labelSSAExample.TabIndex = 4;
this.labelSSAExample.Text = "Testing 123...";
this.labelSSAExample.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@ -1990,9 +1990,9 @@
//
// buttonSSAChooseColor
//
this.buttonSSAChooseColor.Location = new System.Drawing.Point(28, 73);
this.buttonSSAChooseColor.Location = new System.Drawing.Point(26, 73);
this.buttonSSAChooseColor.Name = "buttonSSAChooseColor";
this.buttonSSAChooseColor.Size = new System.Drawing.Size(112, 21);
this.buttonSSAChooseColor.Size = new System.Drawing.Size(114, 21);
this.buttonSSAChooseColor.TabIndex = 1;
this.buttonSSAChooseColor.Text = "Choose font color";
this.buttonSSAChooseColor.UseVisualStyleBackColor = true;
@ -2232,7 +2232,7 @@
//
this.checkBoxShortcutsShift.AutoSize = true;
this.checkBoxShortcutsShift.Enabled = false;
this.checkBoxShortcutsShift.Location = new System.Drawing.Point(243, 366);
this.checkBoxShortcutsShift.Location = new System.Drawing.Point(243, 367);
this.checkBoxShortcutsShift.Name = "checkBoxShortcutsShift";
this.checkBoxShortcutsShift.Size = new System.Drawing.Size(48, 17);
this.checkBoxShortcutsShift.TabIndex = 3;
@ -2243,7 +2243,7 @@
//
this.checkBoxShortcutsAlt.AutoSize = true;
this.checkBoxShortcutsAlt.Enabled = false;
this.checkBoxShortcutsAlt.Location = new System.Drawing.Point(174, 366);
this.checkBoxShortcutsAlt.Location = new System.Drawing.Point(174, 367);
this.checkBoxShortcutsAlt.Name = "checkBoxShortcutsAlt";
this.checkBoxShortcutsAlt.Size = new System.Drawing.Size(39, 17);
this.checkBoxShortcutsAlt.TabIndex = 2;
@ -2284,7 +2284,7 @@
// labelShortcut
//
this.labelShortcut.AutoSize = true;
this.labelShortcut.Location = new System.Drawing.Point(13, 368);
this.labelShortcut.Location = new System.Drawing.Point(13, 367);
this.labelShortcut.Name = "labelShortcut";
this.labelShortcut.Size = new System.Drawing.Size(52, 13);
this.labelShortcut.TabIndex = 3;

View File

@ -62,9 +62,9 @@
//
// buttonAddToDictionary
//
this.buttonAddToDictionary.Location = new System.Drawing.Point(25, 133);
this.buttonAddToDictionary.Location = new System.Drawing.Point(20, 131);
this.buttonAddToDictionary.Name = "buttonAddToDictionary";
this.buttonAddToDictionary.Size = new System.Drawing.Size(235, 21);
this.buttonAddToDictionary.Size = new System.Drawing.Size(250, 21);
this.buttonAddToDictionary.TabIndex = 7;
this.buttonAddToDictionary.Text = "Add to user dictionary (not case sensitive)";
this.buttonAddToDictionary.UseVisualStyleBackColor = true;
@ -72,9 +72,9 @@
//
// buttonSkipOnce
//
this.buttonSkipOnce.Location = new System.Drawing.Point(23, 74);
this.buttonSkipOnce.Location = new System.Drawing.Point(20, 75);
this.buttonSkipOnce.Name = "buttonSkipOnce";
this.buttonSkipOnce.Size = new System.Drawing.Size(117, 21);
this.buttonSkipOnce.Size = new System.Drawing.Size(122, 21);
this.buttonSkipOnce.TabIndex = 4;
this.buttonSkipOnce.Text = "Skip &once";
this.buttonSkipOnce.UseVisualStyleBackColor = true;
@ -84,16 +84,16 @@
//
this.comboBoxDictionaries.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxDictionaries.FormattingEnabled = true;
this.comboBoxDictionaries.Location = new System.Drawing.Point(317, 30);
this.comboBoxDictionaries.Location = new System.Drawing.Point(317, 33);
this.comboBoxDictionaries.Name = "comboBoxDictionaries";
this.comboBoxDictionaries.Size = new System.Drawing.Size(257, 21);
this.comboBoxDictionaries.Size = new System.Drawing.Size(271, 21);
this.comboBoxDictionaries.TabIndex = 8;
this.comboBoxDictionaries.SelectedIndexChanged += new System.EventHandler(this.ComboBoxDictionariesSelectedIndexChanged);
//
// labelLanguage
//
this.labelLanguage.AutoSize = true;
this.labelLanguage.Location = new System.Drawing.Point(314, 12);
this.labelLanguage.Location = new System.Drawing.Point(314, 14);
this.labelLanguage.Name = "labelLanguage";
this.labelLanguage.Size = new System.Drawing.Size(54, 13);
this.labelLanguage.TabIndex = 3;
@ -115,20 +115,20 @@
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addXToNamesnoiseListToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(206, 48);
this.contextMenuStrip1.Size = new System.Drawing.Size(211, 26);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1Opening);
//
// addXToNamesnoiseListToolStripMenuItem
//
this.addXToNamesnoiseListToolStripMenuItem.Name = "addXToNamesnoiseListToolStripMenuItem";
this.addXToNamesnoiseListToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.addXToNamesnoiseListToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.addXToNamesnoiseListToolStripMenuItem.Text = "Add x to names/noise list";
this.addXToNamesnoiseListToolStripMenuItem.Click += new System.EventHandler(this.AddXToNamesnoiseListToolStripMenuItemClick);
//
// listBoxSuggestions
//
this.listBoxSuggestions.FormattingEnabled = true;
this.listBoxSuggestions.Location = new System.Drawing.Point(8, 46);
this.listBoxSuggestions.Location = new System.Drawing.Point(8, 44);
this.listBoxSuggestions.Name = "listBoxSuggestions";
this.listBoxSuggestions.Size = new System.Drawing.Size(272, 82);
this.listBoxSuggestions.TabIndex = 11;
@ -145,14 +145,14 @@
//
// textBoxWord
//
this.textBoxWord.Location = new System.Drawing.Point(23, 19);
this.textBoxWord.Location = new System.Drawing.Point(20, 20);
this.textBoxWord.Name = "textBoxWord";
this.textBoxWord.Size = new System.Drawing.Size(237, 21);
this.textBoxWord.Size = new System.Drawing.Size(250, 21);
this.textBoxWord.TabIndex = 1;
//
// buttonAbort
//
this.buttonAbort.Location = new System.Drawing.Point(510, 309);
this.buttonAbort.Location = new System.Drawing.Point(510, 308);
this.buttonAbort.Name = "buttonAbort";
this.buttonAbort.Size = new System.Drawing.Size(85, 21);
this.buttonAbort.TabIndex = 12;
@ -162,9 +162,9 @@
//
// buttonSkipAll
//
this.buttonSkipAll.Location = new System.Drawing.Point(146, 75);
this.buttonSkipAll.Location = new System.Drawing.Point(148, 75);
this.buttonSkipAll.Name = "buttonSkipAll";
this.buttonSkipAll.Size = new System.Drawing.Size(114, 21);
this.buttonSkipAll.Size = new System.Drawing.Size(122, 21);
this.buttonSkipAll.TabIndex = 5;
this.buttonSkipAll.Text = "&Skip all";
this.buttonSkipAll.UseVisualStyleBackColor = true;
@ -172,9 +172,9 @@
//
// buttonChange
//
this.buttonChange.Location = new System.Drawing.Point(23, 46);
this.buttonChange.Location = new System.Drawing.Point(20, 47);
this.buttonChange.Name = "buttonChange";
this.buttonChange.Size = new System.Drawing.Size(117, 21);
this.buttonChange.Size = new System.Drawing.Size(122, 21);
this.buttonChange.TabIndex = 2;
this.buttonChange.Text = "Change";
this.buttonChange.UseVisualStyleBackColor = true;
@ -192,9 +192,9 @@
//
// buttonChangeAll
//
this.buttonChangeAll.Location = new System.Drawing.Point(146, 46);
this.buttonChangeAll.Location = new System.Drawing.Point(148, 47);
this.buttonChangeAll.Name = "buttonChangeAll";
this.buttonChangeAll.Size = new System.Drawing.Size(114, 21);
this.buttonChangeAll.Size = new System.Drawing.Size(122, 21);
this.buttonChangeAll.TabIndex = 3;
this.buttonChangeAll.Text = "Change all";
this.buttonChangeAll.UseVisualStyleBackColor = true;
@ -212,9 +212,9 @@
//
// buttonAddToNames
//
this.buttonAddToNames.Location = new System.Drawing.Point(25, 104);
this.buttonAddToNames.Location = new System.Drawing.Point(20, 103);
this.buttonAddToNames.Name = "buttonAddToNames";
this.buttonAddToNames.Size = new System.Drawing.Size(235, 21);
this.buttonAddToNames.Size = new System.Drawing.Size(250, 21);
this.buttonAddToNames.TabIndex = 6;
this.buttonAddToNames.Text = "Add to names/noise list (case sensitive)";
this.buttonAddToNames.UseVisualStyleBackColor = true;

View File

@ -55,9 +55,9 @@
this.groupBoxLinesFound.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBoxLinesFound.Controls.Add(this.listViewFixes);
this.groupBoxLinesFound.Location = new System.Drawing.Point(6, 64);
this.groupBoxLinesFound.Location = new System.Drawing.Point(12, 64);
this.groupBoxLinesFound.Name = "groupBoxLinesFound";
this.groupBoxLinesFound.Size = new System.Drawing.Size(756, 200);
this.groupBoxLinesFound.Size = new System.Drawing.Size(750, 200);
this.groupBoxLinesFound.TabIndex = 4;
this.groupBoxLinesFound.TabStop = false;
this.groupBoxLinesFound.Text = "Lines that will be splittet";
@ -74,7 +74,7 @@
this.listViewFixes.FullRowSelect = true;
this.listViewFixes.Location = new System.Drawing.Point(6, 23);
this.listViewFixes.Name = "listViewFixes";
this.listViewFixes.Size = new System.Drawing.Size(744, 171);
this.listViewFixes.Size = new System.Drawing.Size(738, 171);
this.listViewFixes.TabIndex = 0;
this.listViewFixes.UseCompatibleStateImageBehavior = false;
this.listViewFixes.View = System.Windows.Forms.View.Details;
@ -97,7 +97,7 @@
//
// numericUpDownSingleLineMaxCharacters
//
this.numericUpDownSingleLineMaxCharacters.Location = new System.Drawing.Point(250, 35);
this.numericUpDownSingleLineMaxCharacters.Location = new System.Drawing.Point(28, 33);
this.numericUpDownSingleLineMaxCharacters.Maximum = new decimal(new int[] {
200,
0,
@ -121,7 +121,7 @@
// labelLineMaxLength
//
this.labelLineMaxLength.AutoSize = true;
this.labelLineMaxLength.Location = new System.Drawing.Point(428, 18);
this.labelLineMaxLength.Location = new System.Drawing.Point(240, 16);
this.labelLineMaxLength.Name = "labelLineMaxLength";
this.labelLineMaxLength.Size = new System.Drawing.Size(105, 13);
this.labelLineMaxLength.TabIndex = 43;
@ -130,7 +130,7 @@
// labelSingleLineMaxLength
//
this.labelSingleLineMaxLength.AutoSize = true;
this.labelSingleLineMaxLength.Location = new System.Drawing.Point(247, 18);
this.labelSingleLineMaxLength.Location = new System.Drawing.Point(25, 16);
this.labelSingleLineMaxLength.Name = "labelSingleLineMaxLength";
this.labelSingleLineMaxLength.Size = new System.Drawing.Size(133, 13);
this.labelSingleLineMaxLength.TabIndex = 42;
@ -140,7 +140,7 @@
//
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonOK.Location = new System.Drawing.Point(600, 577);
this.buttonOK.Location = new System.Drawing.Point(606, 581);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 21);
this.buttonOK.TabIndex = 6;
@ -153,7 +153,7 @@
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonCancel.Location = new System.Drawing.Point(681, 577);
this.buttonCancel.Location = new System.Drawing.Point(687, 581);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 21);
this.buttonCancel.TabIndex = 7;
@ -163,7 +163,7 @@
//
// numericUpDownLineMaxCharacters
//
this.numericUpDownLineMaxCharacters.Location = new System.Drawing.Point(431, 35);
this.numericUpDownLineMaxCharacters.Location = new System.Drawing.Point(243, 33);
this.numericUpDownLineMaxCharacters.Maximum = new decimal(new int[] {
200,
0,
@ -188,7 +188,7 @@
//
this.labelMaxSingleLineLengthIs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelMaxSingleLineLengthIs.AutoSize = true;
this.labelMaxSingleLineLengthIs.Location = new System.Drawing.Point(3, 577);
this.labelMaxSingleLineLengthIs.Location = new System.Drawing.Point(9, 579);
this.labelMaxSingleLineLengthIs.Name = "labelMaxSingleLineLengthIs";
this.labelMaxSingleLineLengthIs.Size = new System.Drawing.Size(133, 13);
this.labelMaxSingleLineLengthIs.TabIndex = 45;
@ -199,7 +199,7 @@
//
this.labelMaxLineLengthIs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelMaxLineLengthIs.AutoSize = true;
this.labelMaxLineLengthIs.Location = new System.Drawing.Point(3, 592);
this.labelMaxLineLengthIs.Location = new System.Drawing.Point(9, 597);
this.labelMaxLineLengthIs.Name = "labelMaxLineLengthIs";
this.labelMaxLineLengthIs.Size = new System.Drawing.Size(83, 13);
this.labelMaxLineLengthIs.TabIndex = 46;
@ -212,7 +212,7 @@
this.comboBoxLineContinuationBegin.Items.AddRange(new object[] {
"- ",
"..."});
this.comboBoxLineContinuationBegin.Location = new System.Drawing.Point(570, 33);
this.comboBoxLineContinuationBegin.Location = new System.Drawing.Point(478, 33);
this.comboBoxLineContinuationBegin.Name = "comboBoxLineContinuationBegin";
this.comboBoxLineContinuationBegin.Size = new System.Drawing.Size(80, 21);
this.comboBoxLineContinuationBegin.TabIndex = 2;
@ -221,7 +221,7 @@
// labelLineContinuationBeginEnd
//
this.labelLineContinuationBeginEnd.AutoSize = true;
this.labelLineContinuationBeginEnd.Location = new System.Drawing.Point(567, 17);
this.labelLineContinuationBeginEnd.Location = new System.Drawing.Point(475, 16);
this.labelLineContinuationBeginEnd.Name = "labelLineContinuationBeginEnd";
this.labelLineContinuationBeginEnd.Size = new System.Drawing.Size(173, 13);
this.labelLineContinuationBeginEnd.TabIndex = 48;
@ -233,7 +233,7 @@
this.comboBoxLineContinuationEnd.Items.AddRange(new object[] {
" -",
"..."});
this.comboBoxLineContinuationEnd.Location = new System.Drawing.Point(656, 33);
this.comboBoxLineContinuationEnd.Location = new System.Drawing.Point(564, 33);
this.comboBoxLineContinuationEnd.Name = "comboBoxLineContinuationEnd";
this.comboBoxLineContinuationEnd.Size = new System.Drawing.Size(80, 21);
this.comboBoxLineContinuationEnd.TabIndex = 3;
@ -250,9 +250,9 @@
this.SubtitleListview1.FullRowSelect = true;
this.SubtitleListview1.GridLines = true;
this.SubtitleListview1.HideSelection = false;
this.SubtitleListview1.Location = new System.Drawing.Point(4, 270);
this.SubtitleListview1.Location = new System.Drawing.Point(12, 270);
this.SubtitleListview1.Name = "SubtitleListview1";
this.SubtitleListview1.Size = new System.Drawing.Size(758, 301);
this.SubtitleListview1.Size = new System.Drawing.Size(750, 301);
this.SubtitleListview1.TabIndex = 5;
this.SubtitleListview1.UseCompatibleStateImageBehavior = false;
this.SubtitleListview1.View = System.Windows.Forms.View.Details;

View File

@ -41,7 +41,7 @@
//
// buttonGetFrameRate
//
this.buttonGetFrameRate.Location = new System.Drawing.Point(176, 99);
this.buttonGetFrameRate.Location = new System.Drawing.Point(137, 69);
this.buttonGetFrameRate.Name = "buttonGetFrameRate";
this.buttonGetFrameRate.Size = new System.Drawing.Size(24, 22);
this.buttonGetFrameRate.TabIndex = 8;
@ -53,7 +53,7 @@
//
this.buttonDone.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonDone.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonDone.Location = new System.Drawing.Point(238, 149);
this.buttonDone.Location = new System.Drawing.Point(239, 109);
this.buttonDone.Name = "buttonDone";
this.buttonDone.Size = new System.Drawing.Size(75, 21);
this.buttonDone.TabIndex = 18;
@ -63,7 +63,7 @@
// buttonSplit
//
this.buttonSplit.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.buttonSplit.Location = new System.Drawing.Point(157, 149);
this.buttonSplit.Location = new System.Drawing.Point(158, 109);
this.buttonSplit.Name = "buttonSplit";
this.buttonSplit.Size = new System.Drawing.Size(75, 21);
this.buttonSplit.TabIndex = 17;
@ -74,7 +74,7 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 30);
this.label1.Location = new System.Drawing.Point(16, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(217, 13);
this.label1.TabIndex = 19;
@ -83,7 +83,7 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(39, 45);
this.label2.Location = new System.Drawing.Point(16, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(152, 13);
this.label2.TabIndex = 20;
@ -96,7 +96,7 @@
// labelHoursMinSecsMilliSecs
//
this.labelHoursMinSecsMilliSecs.AutoSize = true;
this.labelHoursMinSecsMilliSecs.Location = new System.Drawing.Point(41, 79);
this.labelHoursMinSecsMilliSecs.Location = new System.Drawing.Point(26, 52);
this.labelHoursMinSecsMilliSecs.Name = "labelHoursMinSecsMilliSecs";
this.labelHoursMinSecsMilliSecs.Size = new System.Drawing.Size(108, 13);
this.labelHoursMinSecsMilliSecs.TabIndex = 22;
@ -106,7 +106,7 @@
//
this.splitTimeUpDownAdjust.AutoSize = true;
this.splitTimeUpDownAdjust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.splitTimeUpDownAdjust.Location = new System.Drawing.Point(42, 97);
this.splitTimeUpDownAdjust.Location = new System.Drawing.Point(29, 69);
this.splitTimeUpDownAdjust.Margin = new System.Windows.Forms.Padding(4);
this.splitTimeUpDownAdjust.Name = "splitTimeUpDownAdjust";
this.splitTimeUpDownAdjust.Size = new System.Drawing.Size(92, 25);
@ -116,7 +116,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(325, 182);
this.ClientSize = new System.Drawing.Size(325, 140);
this.Controls.Add(this.buttonGetFrameRate);
this.Controls.Add(this.splitTimeUpDownAdjust);
this.Controls.Add(this.labelHoursMinSecsMilliSecs);

View File

@ -347,7 +347,7 @@ namespace Nikse.SubtitleEdit.Forms
this.labelTip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelTip.AutoSize = true;
this.labelTip.ForeColor = System.Drawing.Color.Gray;
this.labelTip.Location = new System.Drawing.Point(12, 468);
this.labelTip.Location = new System.Drawing.Point(12, 477);
this.labelTip.Name = "labelTip";
this.labelTip.Size = new System.Drawing.Size(332, 13);
this.labelTip.TabIndex = 15;