MS_3_10.11.2015
This commit is contained in:
parent
fa334c5a4c
commit
6fc54b316d
@ -252,8 +252,13 @@ Public Class ClassImport_Windream
|
|||||||
datetemp = _day & "_" & _Month & "_" & My.Computer.Clock.LocalTime.Year.ToString.Substring(2)
|
datetemp = _day & "_" & _Month & "_" & My.Computer.Clock.LocalTime.Year.ToString.Substring(2)
|
||||||
Case "DD_MM_YYYY"
|
Case "DD_MM_YYYY"
|
||||||
datetemp = _day & "_" & _Month & "_" & My.Computer.Clock.LocalTime.Year
|
datetemp = _day & "_" & _Month & "_" & My.Computer.Clock.LocalTime.Year
|
||||||
|
Case "YYYY_MM"
|
||||||
|
datetemp = My.Computer.Clock.LocalTime.Year & "_" & _Month
|
||||||
|
Case "MM_YYYY"
|
||||||
|
datetemp = _Month & "_" & My.Computer.Clock.LocalTime.Year
|
||||||
Case "OFilename"
|
Case "OFilename"
|
||||||
DATEINAME = DATEINAME.Replace(element.Value, Path.GetFileNameWithoutExtension(CURRENT_FILENAME))
|
DATEINAME = DATEINAME.Replace(element.Value, Path.GetFileNameWithoutExtension(CURRENT_FILENAME))
|
||||||
|
|
||||||
End Select
|
End Select
|
||||||
If datetemp <> "" Then
|
If datetemp <> "" Then
|
||||||
DATEINAME = DATEINAME.Replace(element.Value, datetemp)
|
DATEINAME = DATEINAME.Replace(element.Value, datetemp)
|
||||||
|
|||||||
@ -226,7 +226,7 @@ Partial Class frmDokumentart_NameConvention
|
|||||||
'
|
'
|
||||||
Me.cmbDate.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.cmbDate.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.cmbDate.FormattingEnabled = True
|
Me.cmbDate.FormattingEnabled = True
|
||||||
Me.cmbDate.Items.AddRange(New Object() {"YY_MM_DD", "YYYY_MM_DD", "DD_MM_YY", "DD_MM_YYYY"})
|
Me.cmbDate.Items.AddRange(New Object() {"YY_MM_DD", "YYYY_MM_DD", "YYYY_MM", "DD_MM_YY", "DD_MM_YYYY", "MM_YYYY"})
|
||||||
Me.cmbDate.Location = New System.Drawing.Point(6, 72)
|
Me.cmbDate.Location = New System.Drawing.Point(6, 72)
|
||||||
Me.cmbDate.Name = "cmbDate"
|
Me.cmbDate.Name = "cmbDate"
|
||||||
Me.cmbDate.Size = New System.Drawing.Size(168, 23)
|
Me.cmbDate.Size = New System.Drawing.Size(168, 23)
|
||||||
|
|||||||
@ -123,9 +123,6 @@
|
|||||||
<metadata name="DD_DMSDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="DD_DMSDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="DD_DMSDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="TBPMO_KONFIGURATIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="TBPMO_KONFIGURATIONBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>160, 17</value>
|
<value>160, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user