Import to Visual Studio 2015 (sic)
This commit is contained in:
parent
a76663ddcd
commit
11d638a4a9
4 changed files with 12 additions and 12 deletions
|
@ -15,7 +15,7 @@
|
|||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<PublishUrl>C:\Users\Dom\Desktop\trial_handouts\</PublishUrl>
|
||||
<PublishUrl>G:\Programmieren\Publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
|
@ -25,8 +25,8 @@
|
|||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>2</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PublishUrlHistory>C:\Users\Dom\Desktop\trial_handouts\|C:\Users\dominic\Desktop\trial_handout_publish\</PublishUrlHistory>
|
||||
<PublishUrlHistory>G:\Programmieren\Publish\|C:\Users\Dom\Desktop\trial_handouts\|C:\Users\dominic\Desktop\trial_handout_publish\</PublishUrlHistory>
|
||||
<InstallUrlHistory />
|
||||
<SupportUrlHistory />
|
||||
<UpdateUrlHistory />
|
||||
|
|
14
WiW Trial Handout Text Creator/frmMain.Designer.vb
generated
14
WiW Trial Handout Text Creator/frmMain.Designer.vb
generated
|
@ -68,8 +68,8 @@ Partial Class frmMain
|
|||
'SplitContainer1.Panel2
|
||||
'
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.TableLayoutPanel1)
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(596, 354)
|
||||
Me.SplitContainer1.SplitterDistance = 172
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(659, 354)
|
||||
Me.SplitContainer1.SplitterDistance = 190
|
||||
Me.SplitContainer1.TabIndex = 0
|
||||
Me.SplitContainer1.TabStop = False
|
||||
'
|
||||
|
@ -78,10 +78,10 @@ Partial Class frmMain
|
|||
Me.linkBugreport.AutoSize = True
|
||||
Me.linkBugreport.Location = New System.Drawing.Point(12, 331)
|
||||
Me.linkBugreport.Name = "linkBugreport"
|
||||
Me.linkBugreport.Size = New System.Drawing.Size(155, 13)
|
||||
Me.linkBugreport.Size = New System.Drawing.Size(169, 13)
|
||||
Me.linkBugreport.TabIndex = 28
|
||||
Me.linkBugreport.TabStop = True
|
||||
Me.linkBugreport.Text = "http://tmsn.at/trial-handout.htm"
|
||||
Me.linkBugreport.Text = "http://tmsn.at/?tools&&trial-handout"
|
||||
'
|
||||
'lblWeeks
|
||||
'
|
||||
|
@ -190,7 +190,7 @@ Partial Class frmMain
|
|||
Me.TableLayoutPanel1.RowCount = 2
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15.0!))
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle())
|
||||
Me.TableLayoutPanel1.Size = New System.Drawing.Size(420, 354)
|
||||
Me.TableLayoutPanel1.Size = New System.Drawing.Size(465, 354)
|
||||
Me.TableLayoutPanel1.TabIndex = 0
|
||||
'
|
||||
'dateCalendar
|
||||
|
@ -214,7 +214,7 @@ Partial Class frmMain
|
|||
'
|
||||
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(252, 12)
|
||||
Me.Label2.Location = New System.Drawing.Point(297, 12)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(155, 13)
|
||||
Me.Label2.TabIndex = 36
|
||||
|
@ -224,7 +224,7 @@ Partial Class frmMain
|
|||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(596, 354)
|
||||
Me.ClientSize = New System.Drawing.Size(659, 354)
|
||||
Me.Controls.Add(Me.SplitContainer1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
' Case Windows.Forms.DialogResult.Cancel
|
||||
' Exit Sub
|
||||
'End Select
|
||||
System.Diagnostics.Process.Start("http://tmsn.at/trial-handout.htm")
|
||||
System.Diagnostics.Process.Start("http://tmsn.at/?tools&trial-handout")
|
||||
linkBugreport.LinkVisited = True
|
||||
Exit Sub
|
||||
ShowError:
|
||||
|
|
Loading…
Reference in a new issue