Working on font change

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@47 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2010-10-14 18:43:57 +00:00
parent 097c5acd8c
commit aa765eac65
8 changed files with 23 additions and 16 deletions

View File

@ -51,7 +51,7 @@
// labelProduct // labelProduct
// //
this.labelProduct.AutoSize = true; this.labelProduct.AutoSize = true;
this.labelProduct.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelProduct.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelProduct.Location = new System.Drawing.Point(11, 16); this.labelProduct.Location = new System.Drawing.Point(11, 16);
this.labelProduct.Name = "labelProduct"; this.labelProduct.Name = "labelProduct";
this.labelProduct.Size = new System.Drawing.Size(138, 20); this.labelProduct.Size = new System.Drawing.Size(138, 20);

View File

@ -51,7 +51,7 @@
// //
this.textBoxAddName.Location = new System.Drawing.Point(15, 26); this.textBoxAddName.Location = new System.Drawing.Point(15, 26);
this.textBoxAddName.Name = "textBoxAddName"; this.textBoxAddName.Name = "textBoxAddName";
this.textBoxAddName.Size = new System.Drawing.Size(221, 20); this.textBoxAddName.Size = new System.Drawing.Size(221, 21);
this.textBoxAddName.TabIndex = 15; this.textBoxAddName.TabIndex = 15;
// //
// labelDescription // labelDescription
@ -59,11 +59,11 @@
this.labelDescription.AutoSize = true; this.labelDescription.AutoSize = true;
this.labelDescription.Location = new System.Drawing.Point(12, 9); this.labelDescription.Location = new System.Drawing.Point(12, 9);
this.labelDescription.Name = "labelDescription"; this.labelDescription.Name = "labelDescription";
this.labelDescription.Size = new System.Drawing.Size(193, 13); this.labelDescription.Size = new System.Drawing.Size(196, 13);
this.labelDescription.TabIndex = 14; this.labelDescription.TabIndex = 14;
this.labelDescription.Text = "Add to names/noise list (case sensitive)"; this.labelDescription.Text = "Add to names/noise list (case sensitive)";
// //
// FormAddToNamesList // AddToNamesList
// //
this.AcceptButton = this.buttonOK; this.AcceptButton = this.buttonOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -74,10 +74,11 @@
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.textBoxAddName); this.Controls.Add(this.textBoxAddName);
this.Controls.Add(this.labelDescription); this.Controls.Add(this.labelDescription);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "FormAddToNamesList"; this.Name = "AddToNamesList";
this.Text = "Add to Names List"; this.Text = "Add to Names List";
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -59,7 +59,7 @@
this.radioButtonSeconds.Checked = true; this.radioButtonSeconds.Checked = true;
this.radioButtonSeconds.Location = new System.Drawing.Point(11, 22); this.radioButtonSeconds.Location = new System.Drawing.Point(11, 22);
this.radioButtonSeconds.Name = "radioButtonSeconds"; this.radioButtonSeconds.Name = "radioButtonSeconds";
this.radioButtonSeconds.Size = new System.Drawing.Size(67, 17); this.radioButtonSeconds.Size = new System.Drawing.Size(65, 17);
this.radioButtonSeconds.TabIndex = 1; this.radioButtonSeconds.TabIndex = 1;
this.radioButtonSeconds.TabStop = true; this.radioButtonSeconds.TabStop = true;
this.radioButtonSeconds.Text = "Seconds"; this.radioButtonSeconds.Text = "Seconds";
@ -155,7 +155,7 @@
this.labelNote.AutoSize = true; this.labelNote.AutoSize = true;
this.labelNote.Location = new System.Drawing.Point(10, 135); this.labelNote.Location = new System.Drawing.Point(10, 135);
this.labelNote.Name = "labelNote"; this.labelNote.Name = "labelNote";
this.labelNote.Size = new System.Drawing.Size(265, 13); this.labelNote.Size = new System.Drawing.Size(279, 13);
this.labelNote.TabIndex = 5; this.labelNote.TabIndex = 5;
this.labelNote.Text = "Note: Display time will not overlap start time of next text"; this.labelNote.Text = "Note: Display time will not overlap start time of next text";
// //
@ -164,7 +164,7 @@
this.labelAddInPercent.AutoSize = true; this.labelAddInPercent.AutoSize = true;
this.labelAddInPercent.Location = new System.Drawing.Point(179, 69); this.labelAddInPercent.Location = new System.Drawing.Point(179, 69);
this.labelAddInPercent.Name = "labelAddInPercent"; this.labelAddInPercent.Name = "labelAddInPercent";
this.labelAddInPercent.Size = new System.Drawing.Size(86, 13); this.labelAddInPercent.Size = new System.Drawing.Size(89, 13);
this.labelAddInPercent.TabIndex = 6; this.labelAddInPercent.TabIndex = 6;
this.labelAddInPercent.Text = "Adjust in percent"; this.labelAddInPercent.Text = "Adjust in percent";
// //
@ -173,7 +173,7 @@
this.labelAddSeconds.AutoSize = true; this.labelAddSeconds.AutoSize = true;
this.labelAddSeconds.Location = new System.Drawing.Point(10, 69); this.labelAddSeconds.Location = new System.Drawing.Point(10, 69);
this.labelAddSeconds.Name = "labelAddSeconds"; this.labelAddSeconds.Name = "labelAddSeconds";
this.labelAddSeconds.Size = new System.Drawing.Size(69, 13); this.labelAddSeconds.Size = new System.Drawing.Size(68, 13);
this.labelAddSeconds.TabIndex = 7; this.labelAddSeconds.TabIndex = 7;
this.labelAddSeconds.Text = "Add seconds"; this.labelAddSeconds.Text = "Add seconds";
// //
@ -212,6 +212,7 @@
this.Controls.Add(this.comboBoxSeconds); this.Controls.Add(this.comboBoxSeconds);
this.Controls.Add(this.comboBoxPercent); this.Controls.Add(this.comboBoxPercent);
this.Controls.Add(this.groupBoxAdjustVia); this.Controls.Add(this.groupBoxAdjustVia);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true; this.KeyPreview = true;

View File

@ -130,7 +130,7 @@
this.labelCondition.AutoSize = true; this.labelCondition.AutoSize = true;
this.labelCondition.Location = new System.Drawing.Point(13, 13); this.labelCondition.Location = new System.Drawing.Point(13, 13);
this.labelCondition.Name = "labelCondition"; this.labelCondition.Name = "labelCondition";
this.labelCondition.Size = new System.Drawing.Size(138, 13); this.labelCondition.Size = new System.Drawing.Size(141, 13);
this.labelCondition.TabIndex = 9; this.labelCondition.TabIndex = 9;
this.labelCondition.Text = "Only break lines longer than"; this.labelCondition.Text = "Only break lines longer than";
// //
@ -144,6 +144,7 @@
this.Controls.Add(this.groupBoxLinesFound); this.Controls.Add(this.groupBoxLinesFound);
this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true; this.KeyPreview = true;
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;

View File

@ -82,7 +82,7 @@
this.radioButtonFixOnlyNames.AutoSize = true; this.radioButtonFixOnlyNames.AutoSize = true;
this.radioButtonFixOnlyNames.Location = new System.Drawing.Point(11, 88); this.radioButtonFixOnlyNames.Location = new System.Drawing.Point(11, 88);
this.radioButtonFixOnlyNames.Name = "radioButtonFixOnlyNames"; this.radioButtonFixOnlyNames.Name = "radioButtonFixOnlyNames";
this.radioButtonFixOnlyNames.Size = new System.Drawing.Size(281, 17); this.radioButtonFixOnlyNames.Size = new System.Drawing.Size(283, 17);
this.radioButtonFixOnlyNames.TabIndex = 6; this.radioButtonFixOnlyNames.TabIndex = 6;
this.radioButtonFixOnlyNames.Text = "Fix only names casing (via Dictionaries\\NamesEtc.xml)"; this.radioButtonFixOnlyNames.Text = "Fix only names casing (via Dictionaries\\NamesEtc.xml)";
this.radioButtonFixOnlyNames.UseVisualStyleBackColor = true; this.radioButtonFixOnlyNames.UseVisualStyleBackColor = true;
@ -94,7 +94,7 @@
this.checkBoxFixNames.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxFixNames.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxFixNames.Location = new System.Drawing.Point(23, 39); this.checkBoxFixNames.Location = new System.Drawing.Point(23, 39);
this.checkBoxFixNames.Name = "checkBoxFixNames"; this.checkBoxFixNames.Name = "checkBoxFixNames";
this.checkBoxFixNames.Size = new System.Drawing.Size(260, 17); this.checkBoxFixNames.Size = new System.Drawing.Size(261, 17);
this.checkBoxFixNames.TabIndex = 2; this.checkBoxFixNames.TabIndex = 2;
this.checkBoxFixNames.Text = "Fix names casing (via Dictionaries\\NamesEtc.xml)"; this.checkBoxFixNames.Text = "Fix names casing (via Dictionaries\\NamesEtc.xml)";
this.checkBoxFixNames.UseVisualStyleBackColor = true; this.checkBoxFixNames.UseVisualStyleBackColor = true;
@ -104,7 +104,7 @@
this.checkBoxOnlyAllUpper.AutoSize = true; this.checkBoxOnlyAllUpper.AutoSize = true;
this.checkBoxOnlyAllUpper.Location = new System.Drawing.Point(23, 62); this.checkBoxOnlyAllUpper.Location = new System.Drawing.Point(23, 62);
this.checkBoxOnlyAllUpper.Name = "checkBoxOnlyAllUpper"; this.checkBoxOnlyAllUpper.Name = "checkBoxOnlyAllUpper";
this.checkBoxOnlyAllUpper.Size = new System.Drawing.Size(182, 17); this.checkBoxOnlyAllUpper.Size = new System.Drawing.Size(183, 17);
this.checkBoxOnlyAllUpper.TabIndex = 4; this.checkBoxOnlyAllUpper.TabIndex = 4;
this.checkBoxOnlyAllUpper.Text = "Only change all upper case lines."; this.checkBoxOnlyAllUpper.Text = "Only change all upper case lines.";
this.checkBoxOnlyAllUpper.UseVisualStyleBackColor = true; this.checkBoxOnlyAllUpper.UseVisualStyleBackColor = true;
@ -124,7 +124,7 @@
this.radioButtonUppercase.AutoSize = true; this.radioButtonUppercase.AutoSize = true;
this.radioButtonUppercase.Location = new System.Drawing.Point(11, 116); this.radioButtonUppercase.Location = new System.Drawing.Point(11, 116);
this.radioButtonUppercase.Name = "radioButtonUppercase"; this.radioButtonUppercase.Name = "radioButtonUppercase";
this.radioButtonUppercase.Size = new System.Drawing.Size(112, 17); this.radioButtonUppercase.Size = new System.Drawing.Size(103, 17);
this.radioButtonUppercase.TabIndex = 8; this.radioButtonUppercase.TabIndex = 8;
this.radioButtonUppercase.Text = "ALL UPPERCASE"; this.radioButtonUppercase.Text = "ALL UPPERCASE";
this.radioButtonUppercase.UseVisualStyleBackColor = true; this.radioButtonUppercase.UseVisualStyleBackColor = true;
@ -135,7 +135,7 @@
this.radioButtonNormal.Checked = true; this.radioButtonNormal.Checked = true;
this.radioButtonNormal.Location = new System.Drawing.Point(11, 18); this.radioButtonNormal.Location = new System.Drawing.Point(11, 18);
this.radioButtonNormal.Name = "radioButtonNormal"; this.radioButtonNormal.Name = "radioButtonNormal";
this.radioButtonNormal.Size = new System.Drawing.Size(282, 17); this.radioButtonNormal.Size = new System.Drawing.Size(286, 17);
this.radioButtonNormal.TabIndex = 0; this.radioButtonNormal.TabIndex = 0;
this.radioButtonNormal.TabStop = true; this.radioButtonNormal.TabStop = true;
this.radioButtonNormal.Text = "Normal casing. Sentences begin with uppercase letter."; this.radioButtonNormal.Text = "Normal casing. Sentences begin with uppercase letter.";
@ -149,6 +149,7 @@
this.Controls.Add(this.groupBoxChangeCasing); this.Controls.Add(this.groupBoxChangeCasing);
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonOK);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true; this.KeyPreview = true;
this.MaximizeBox = false; this.MaximizeBox = false;

View File

@ -169,6 +169,7 @@
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.groupBoxNames); this.Controls.Add(this.groupBoxNames);
this.Controls.Add(this.groupBoxLinesFound); this.Controls.Add(this.groupBoxLinesFound);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true; this.KeyPreview = true;
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;

View File

@ -68,7 +68,7 @@
this.labelInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.labelInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelInfo.Location = new System.Drawing.Point(37, 9); this.labelInfo.Location = new System.Drawing.Point(37, 9);
this.labelInfo.Name = "labelInfo"; this.labelInfo.Name = "labelInfo";
this.labelInfo.Size = new System.Drawing.Size(142, 13); this.labelInfo.Size = new System.Drawing.Size(151, 13);
this.labelInfo.TabIndex = 3; this.labelInfo.TabIndex = 3;
this.labelInfo.Text = "Convert frame rate of subtitle"; this.labelInfo.Text = "Convert frame rate of subtitle";
// //
@ -144,6 +144,7 @@
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonOK);
this.Controls.Add(this.labelInfo); this.Controls.Add(this.labelInfo);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true; this.KeyPreview = true;
this.MaximizeBox = false; this.MaximizeBox = false;

View File

@ -127,6 +127,7 @@
this.Controls.Add(this.listView1); this.Controls.Add(this.listView1);
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonOK);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.KeyPreview = true; this.KeyPreview = true;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "ChooseEncoding"; this.Name = "ChooseEncoding";