Make a few limits heigher in ASSA bg box- thx leon :)

This commit is contained in:
niksedk 2022-01-21 19:51:35 +01:00
parent 86fb003192
commit 63115d3470

View File

@ -91,15 +91,15 @@ namespace Nikse.SubtitleEdit.Forms.Assa
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.groupBoxPadding = new System.Windows.Forms.GroupBox();
this.groupBoxStyle = new System.Windows.Forms.GroupBox();
this.panelCircle = new System.Windows.Forms.Panel();
this.labelCircleY = new System.Windows.Forms.Label();
this.numericUpDownCircleY = new System.Windows.Forms.NumericUpDown();
this.timerFileChange = new System.Windows.Forms.Timer(this.components);
this.panelBubbles = new System.Windows.Forms.Panel();
this.numericUpDownBubbleStep = new System.Windows.Forms.NumericUpDown();
this.labelBubbleHeight = new System.Windows.Forms.Label();
this.labelBubbleStep = new System.Windows.Forms.Label();
this.numericUpDownBubbleHeight = new System.Windows.Forms.NumericUpDown();
this.panelCircle = new System.Windows.Forms.Panel();
this.labelCircleY = new System.Windows.Forms.Label();
this.numericUpDownCircleY = new System.Windows.Forms.NumericUpDown();
this.timerFileChange = new System.Windows.Forms.Timer(this.components);
this.groupBoxPreview.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreview)).BeginInit();
this.groupBoxDrawing.SuspendLayout();
@ -122,11 +122,11 @@ namespace Nikse.SubtitleEdit.Forms.Assa
((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpikesStep)).BeginInit();
this.groupBoxPadding.SuspendLayout();
this.groupBoxStyle.SuspendLayout();
this.panelCircle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCircleY)).BeginInit();
this.panelBubbles.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownBubbleStep)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownBubbleHeight)).BeginInit();
this.panelCircle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCircleY)).BeginInit();
this.SuspendLayout();
//
// groupBoxPreview
@ -755,7 +755,7 @@ namespace Nikse.SubtitleEdit.Forms.Assa
//
this.numericUpDownRadius.Location = new System.Drawing.Point(97, 2);
this.numericUpDownRadius.Maximum = new decimal(new int[] {
40,
1000,
0,
0,
0});
@ -782,7 +782,7 @@ namespace Nikse.SubtitleEdit.Forms.Assa
//
this.numericUpDownSpikesMax.Location = new System.Drawing.Point(97, 28);
this.numericUpDownSpikesMax.Maximum = new decimal(new int[] {
360,
1000,
0,
0,
0});
@ -825,7 +825,7 @@ namespace Nikse.SubtitleEdit.Forms.Assa
//
this.numericUpDownSpikesStep.Location = new System.Drawing.Point(97, 2);
this.numericUpDownSpikesStep.Maximum = new decimal(new int[] {
200,
1000,
0,
0,
0});
@ -892,11 +892,11 @@ namespace Nikse.SubtitleEdit.Forms.Assa
//
// groupBoxStyle
//
this.groupBoxStyle.Controls.Add(this.panelBubbles);
this.groupBoxStyle.Controls.Add(this.panelStyleSpikes);
this.groupBoxStyle.Controls.Add(this.panelCircle);
this.groupBoxStyle.Controls.Add(this.comboBoxBoxStyle);
this.groupBoxStyle.Controls.Add(this.panelStyleRounded);
this.groupBoxStyle.Controls.Add(this.panelStyleSpikes);
this.groupBoxStyle.Controls.Add(this.comboBoxBoxStyle);
this.groupBoxStyle.Controls.Add(this.panelBubbles);
this.groupBoxStyle.Location = new System.Drawing.Point(352, 12);
this.groupBoxStyle.Name = "groupBoxStyle";
this.groupBoxStyle.Size = new System.Drawing.Size(197, 177);
@ -904,52 +904,6 @@ namespace Nikse.SubtitleEdit.Forms.Assa
this.groupBoxStyle.TabStop = false;
this.groupBoxStyle.Text = "Style";
//
// panelCircle
//
this.panelCircle.Controls.Add(this.labelCircleY);
this.panelCircle.Controls.Add(this.numericUpDownCircleY);
this.panelCircle.Location = new System.Drawing.Point(0, 60);
this.panelCircle.Name = "panelCircle";
this.panelCircle.Size = new System.Drawing.Size(167, 58);
this.panelCircle.TabIndex = 53;
//
// labelCircleY
//
this.labelCircleY.AutoSize = true;
this.labelCircleY.Location = new System.Drawing.Point(3, 11);
this.labelCircleY.Name = "labelCircleY";
this.labelCircleY.Size = new System.Drawing.Size(14, 13);
this.labelCircleY.TabIndex = 51;
this.labelCircleY.Text = "Y";
//
// numericUpDownCircleY
//
this.numericUpDownCircleY.Location = new System.Drawing.Point(31, 9);
this.numericUpDownCircleY.Maximum = new decimal(new int[] {
360,
0,
0,
0});
this.numericUpDownCircleY.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDownCircleY.Name = "numericUpDownCircleY";
this.numericUpDownCircleY.Size = new System.Drawing.Size(52, 20);
this.numericUpDownCircleY.TabIndex = 52;
this.numericUpDownCircleY.Value = new decimal(new int[] {
25,
0,
0,
0});
this.numericUpDownCircleY.ValueChanged += new System.EventHandler(this.PreviewValueChanged);
//
// timerFileChange
//
this.timerFileChange.Interval = 250;
this.timerFileChange.Tick += new System.EventHandler(this.timerFileChange_Tick);
//
// panelBubbles
//
this.panelBubbles.Controls.Add(this.numericUpDownBubbleStep);
@ -965,7 +919,7 @@ namespace Nikse.SubtitleEdit.Forms.Assa
//
this.numericUpDownBubbleStep.Location = new System.Drawing.Point(97, 2);
this.numericUpDownBubbleStep.Maximum = new decimal(new int[] {
200,
1000,
0,
0,
0});
@ -1006,7 +960,7 @@ namespace Nikse.SubtitleEdit.Forms.Assa
//
this.numericUpDownBubbleHeight.Location = new System.Drawing.Point(97, 28);
this.numericUpDownBubbleHeight.Maximum = new decimal(new int[] {
360,
1000,
0,
0,
0});
@ -1025,6 +979,52 @@ namespace Nikse.SubtitleEdit.Forms.Assa
0});
this.numericUpDownBubbleHeight.ValueChanged += new System.EventHandler(this.PreviewValueChanged);
//
// panelCircle
//
this.panelCircle.Controls.Add(this.labelCircleY);
this.panelCircle.Controls.Add(this.numericUpDownCircleY);
this.panelCircle.Location = new System.Drawing.Point(0, 60);
this.panelCircle.Name = "panelCircle";
this.panelCircle.Size = new System.Drawing.Size(167, 58);
this.panelCircle.TabIndex = 53;
//
// labelCircleY
//
this.labelCircleY.AutoSize = true;
this.labelCircleY.Location = new System.Drawing.Point(3, 11);
this.labelCircleY.Name = "labelCircleY";
this.labelCircleY.Size = new System.Drawing.Size(14, 13);
this.labelCircleY.TabIndex = 51;
this.labelCircleY.Text = "Y";
//
// numericUpDownCircleY
//
this.numericUpDownCircleY.Location = new System.Drawing.Point(31, 9);
this.numericUpDownCircleY.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.numericUpDownCircleY.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDownCircleY.Name = "numericUpDownCircleY";
this.numericUpDownCircleY.Size = new System.Drawing.Size(52, 20);
this.numericUpDownCircleY.TabIndex = 52;
this.numericUpDownCircleY.Value = new decimal(new int[] {
25,
0,
0,
0});
this.numericUpDownCircleY.ValueChanged += new System.EventHandler(this.PreviewValueChanged);
//
// timerFileChange
//
this.timerFileChange.Interval = 250;
this.timerFileChange.Tick += new System.EventHandler(this.timerFileChange_Tick);
//
// AssSetBackground
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -1089,13 +1089,13 @@ namespace Nikse.SubtitleEdit.Forms.Assa
this.groupBoxPadding.ResumeLayout(false);
this.groupBoxPadding.PerformLayout();
this.groupBoxStyle.ResumeLayout(false);
this.panelCircle.ResumeLayout(false);
this.panelCircle.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCircleY)).EndInit();
this.panelBubbles.ResumeLayout(false);
this.panelBubbles.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownBubbleStep)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownBubbleHeight)).EndInit();
this.panelCircle.ResumeLayout(false);
this.panelCircle.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownCircleY)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();