This commit is contained in:
parent
f55cc795b7
commit
a6ed7d19e0
@ -87,7 +87,7 @@ namespace VEPROMS
|
|||||||
this.labelProductName.Name = "labelProductName";
|
this.labelProductName.Name = "labelProductName";
|
||||||
this.labelProductName.Size = new System.Drawing.Size(361, 21);
|
this.labelProductName.Size = new System.Drawing.Size(361, 21);
|
||||||
this.labelProductName.TabIndex = 19;
|
this.labelProductName.TabIndex = 19;
|
||||||
this.labelProductName.Text = "VE-PROMS";
|
this.labelProductName.Text = "Proms 2010";
|
||||||
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
//
|
//
|
||||||
// labelVersion
|
// labelVersion
|
||||||
@ -138,7 +138,7 @@ namespace VEPROMS
|
|||||||
this.textBoxDescription.Size = new System.Drawing.Size(361, 155);
|
this.textBoxDescription.Size = new System.Drawing.Size(361, 155);
|
||||||
this.textBoxDescription.TabIndex = 23;
|
this.textBoxDescription.TabIndex = 23;
|
||||||
this.textBoxDescription.TabStop = false;
|
this.textBoxDescription.TabStop = false;
|
||||||
this.textBoxDescription.Text = "Created, Edit, Maintain Procedure Documents.\r\n";
|
this.textBoxDescription.Text = "Created, Edit, Maintain Procedure Documents.";
|
||||||
//
|
//
|
||||||
// okButton
|
// okButton
|
||||||
//
|
//
|
||||||
@ -167,7 +167,7 @@ namespace VEPROMS
|
|||||||
this.ShowIcon = false;
|
this.ShowIcon = false;
|
||||||
this.ShowInTaskbar = false;
|
this.ShowInTaskbar = false;
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||||
this.Text = "About VE-PROMS";
|
this.Text = "About Proms 2010";
|
||||||
this.tableLayoutPanel.ResumeLayout(false);
|
this.tableLayoutPanel.ResumeLayout(false);
|
||||||
this.tableLayoutPanel.PerformLayout();
|
this.tableLayoutPanel.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
</configSections>
|
</configSections>
|
||||||
<log4net>
|
<log4net>
|
||||||
<appender name="LogFileAppender" type="log4net.Appender.FileAppender">
|
<appender name="LogFileAppender" type="log4net.Appender.FileAppender">
|
||||||
<param name="File" value="${USERPROFILE}/My Documents/VE-PROMS/ErrorLog.txt" />
|
<param name="File" value="${USERPROFILE}/My Documents/VEPROMS/ErrorLog.txt" />
|
||||||
<!--<param name="File" value="${APPDATA}/Volian/Proms2010/ErrorLog.txt" />-->
|
<!--<param name="File" value="${APPDATA}/Volian/Proms2010/ErrorLog.txt" />-->
|
||||||
<!--<param name="File" value="${LOCALAPPDATA}/Temp/VE-PROMS/ErrorLog.txt" />-->
|
<!--<param name="File" value="${LOCALAPPDATA}/Temp/VEPROMS/ErrorLog.txt" />-->
|
||||||
<param name="AppendToFile" value="true" />
|
<param name="AppendToFile" value="true" />
|
||||||
<layout type="log4net.Layout.PatternLayout">
|
<layout type="log4net.Layout.PatternLayout">
|
||||||
<!--<param name="Header" value="[Header]\r\n" />-->
|
<!--<param name="Header" value="[Header]\r\n" />-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user