Skip to content

Commit

Permalink
[Design] Removed old layout (Part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Oct 13, 2024
1 parent 1739a41 commit ea7d348
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 2,857 deletions.
964 changes: 2 additions & 962 deletions MainForm.Designer.vb

Large diffs are not rendered by default.

274 changes: 0 additions & 274 deletions MainForm.resx

Large diffs are not rendered by default.

1,849 changes: 235 additions & 1,614 deletions MainForm.vb

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Panels/DoWork/PleaseWaitDialog.vb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ Public Class PleaseWaitDialog
MainForm.Refresh()
MainForm.HomePanel.Visible = False
MainForm.PrjPanel.Visible = True
MainForm.SplitPanels.Visible = True
If ProjectValueLoadForm.RichTextBox5.Text = "N/A" Or ProjectValueLoadForm.RichTextBox6.Text = "N/A" Or ProjectValueLoadForm.RichTextBox7.Text = "N/A" Then
MainForm.IsImageMounted = False
End If
Expand Down Expand Up @@ -168,7 +167,6 @@ Public Class PleaseWaitDialog
MainForm.Refresh()
MainForm.HomePanel.Visible = False
MainForm.PrjPanel.Visible = True
MainForm.SplitPanels.Visible = True
If ProjectValueLoadForm.RichTextBox5.Text = "N/A" Or ProjectValueLoadForm.RichTextBox6.Text = "N/A" Or ProjectValueLoadForm.RichTextBox7.Text = "N/A" Then
MainForm.IsImageMounted = False
Else
Expand Down
2 changes: 0 additions & 2 deletions Panels/Exe_Ops/Options.vb
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ Public Class Options
MainForm.AutoCompleteInfo(2) = CheckBox17.Checked
MainForm.AutoCompleteInfo(3) = CheckBox18.Checked
MainForm.AutoCompleteInfo(4) = CheckBox19.Checked
MainForm.ProjectView.Visible = True
MainForm.SplitPanels.Visible = False
MainForm.ColorSchemes = If(RadioButton1.Checked, 0, 1)
Select Case MainForm.ColorSchemes
Case 0
Expand Down
1 change: 0 additions & 1 deletion Panels/FirstUse/PrgSetup.vb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ Public Class PrgSetup
MainForm.LogFontIsBold = Toggle1.Checked
MainForm.ProgressPanelStyle = If(RadioButton1.Checked, 1, 0)
MainForm.ProjectView.Visible = True
MainForm.SplitPanels.Visible = False
WelcomePanel.Visible = False
CustomizationPanel.Visible = False
LogsPanel.Visible = True
Expand Down
4 changes: 2 additions & 2 deletions Panels/Prj_Ops/ProjProperties.vb
Original file line number Diff line number Diff line change
Expand Up @@ -977,11 +977,11 @@ Public Class ProjProperties
Win10Title.Visible = True
End If
Label4.Visible = True
Label9.Text = MainForm.projName.Text
Label9.Text = MainForm.Label49.Text
Label10.Text = MainForm.projPath
Label11.Text = File.GetCreationTime(MainForm.projPath)
Dim rtb As New RichTextBox With {
.Text = My.Computer.FileSystem.ReadAllText(MainForm.projPath & "\" & MainForm.projName.Text & ".dtproj")
.Text = My.Computer.FileSystem.ReadAllText(MainForm.projPath & "\" & MainForm.Label49.Text & ".dtproj")
}
If rtb.Lines(6).StartsWith("ProjGuid") Then
Label12.Text = rtb.Lines(6).Replace("ProjGuid=", "").Trim()
Expand Down

0 comments on commit ea7d348

Please sign in to comment.