Update Decoder.Designer.cs

This commit is contained in:
Bitl 2021-09-05 12:39:29 -07:00
parent c567999271
commit 8e2b97393c
1 changed files with 6 additions and 4 deletions

View File

@ -48,12 +48,12 @@ namespace NovetusLauncher
// //
this.Shift.Location = new System.Drawing.Point(193, 13); this.Shift.Location = new System.Drawing.Point(193, 13);
this.Shift.Maximum = new decimal(new int[] { this.Shift.Maximum = new decimal(new int[] {
9, 99,
0, 0,
0, 0,
0}); 0});
this.Shift.Minimum = new decimal(new int[] { this.Shift.Minimum = new decimal(new int[] {
2, 1,
0, 0,
0, 0,
0}); 0});
@ -61,7 +61,7 @@ namespace NovetusLauncher
this.Shift.Size = new System.Drawing.Size(32, 20); this.Shift.Size = new System.Drawing.Size(32, 20);
this.Shift.TabIndex = 1; this.Shift.TabIndex = 1;
this.Shift.Value = new decimal(new int[] { this.Shift.Value = new decimal(new int[] {
2, 1,
0, 0,
0, 0,
0}); 0});
@ -69,10 +69,12 @@ namespace NovetusLauncher
// //
// ResultBox // ResultBox
// //
this.ResultBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ResultBox.Location = new System.Drawing.Point(13, 40); this.ResultBox.Location = new System.Drawing.Point(13, 40);
this.ResultBox.Name = "ResultBox"; this.ResultBox.Name = "ResultBox";
this.ResultBox.Size = new System.Drawing.Size(212, 20); this.ResultBox.Size = new System.Drawing.Size(212, 13);
this.ResultBox.TabIndex = 2; this.ResultBox.TabIndex = 2;
this.ResultBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
// //
// Decoder // Decoder
// //