diff --git a/instat/dlgAutoSaveRecovery.Designer.vb b/instat/dlgAutoSaveRecovery.Designer.vb index bc6950b86bc..f5a0cdab7d9 100644 --- a/instat/dlgAutoSaveRecovery.Designer.vb +++ b/instat/dlgAutoSaveRecovery.Designer.vb @@ -49,15 +49,15 @@ Partial Class dlgAutoSaveRecovery Me.cmdSaveData = New System.Windows.Forms.Button() Me.lblBackupDataDetected = New System.Windows.Forms.Label() Me.lblDataSavedTo = New System.Windows.Forms.Label() - Me.ucrInputSavedPathData = New instat.ucrInputTextBox() - Me.ucrInputSavedPathLog = New instat.ucrInputTextBox() Me.lblLogSavedTo = New System.Windows.Forms.Label() - Me.ucrInputSavedPathInternalLog = New instat.ucrInputTextBox() Me.lblInternalLogSavedTo = New System.Windows.Forms.Label() - Me.ucrChkSendInternalLog = New instat.ucrCheck() Me.cmdHelp = New System.Windows.Forms.Button() Me.grpSavingOptions = New System.Windows.Forms.GroupBox() + Me.ucrInputSavedPathInternalLog = New instat.ucrInputTextBox() + Me.ucrInputSavedPathLog = New instat.ucrInputTextBox() + Me.ucrInputSavedPathData = New instat.ucrInputTextBox() Me.grpEndChoice = New System.Windows.Forms.GroupBox() + Me.ucrChkSendInternalLog = New instat.ucrCheck() Me.grpSavingOptions.SuspendLayout() Me.grpEndChoice.SuspendLayout() Me.SuspendLayout() @@ -68,7 +68,7 @@ Partial Class dlgAutoSaveRecovery Me.lblAutoRecoverMessage.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblAutoRecoverMessage.Location = New System.Drawing.Point(0, 0) Me.lblAutoRecoverMessage.Name = "lblAutoRecoverMessage" - Me.lblAutoRecoverMessage.Size = New System.Drawing.Size(762, 91) + Me.lblAutoRecoverMessage.Size = New System.Drawing.Size(896, 91) Me.lblAutoRecoverMessage.TabIndex = 0 Me.lblAutoRecoverMessage.Text = "We have detected that R-Instat may have closed unexpectedly." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Below are your auto" & " recovery options." @@ -76,27 +76,27 @@ Partial Class dlgAutoSaveRecovery ' 'cmdRunLog ' - Me.cmdRunLog.Location = New System.Drawing.Point(39, 24) + Me.cmdRunLog.Location = New System.Drawing.Point(11, 24) Me.cmdRunLog.Name = "cmdRunLog" - Me.cmdRunLog.Size = New System.Drawing.Size(131, 29) + Me.cmdRunLog.Size = New System.Drawing.Size(190, 29) Me.cmdRunLog.TabIndex = 1 Me.cmdRunLog.Text = "Run Backup Log" Me.cmdRunLog.UseVisualStyleBackColor = True ' 'cmdNewSession ' - Me.cmdNewSession.Location = New System.Drawing.Point(341, 24) + Me.cmdNewSession.Location = New System.Drawing.Point(415, 24) Me.cmdNewSession.Name = "cmdNewSession" - Me.cmdNewSession.Size = New System.Drawing.Size(131, 29) + Me.cmdNewSession.Size = New System.Drawing.Size(181, 29) Me.cmdNewSession.TabIndex = 2 Me.cmdNewSession.Text = "Start New Session" Me.cmdNewSession.UseVisualStyleBackColor = True ' 'cmdLoadData ' - Me.cmdLoadData.Location = New System.Drawing.Point(190, 24) + Me.cmdLoadData.Location = New System.Drawing.Point(213, 24) Me.cmdLoadData.Name = "cmdLoadData" - Me.cmdLoadData.Size = New System.Drawing.Size(131, 29) + Me.cmdLoadData.Size = New System.Drawing.Size(195, 29) Me.cmdLoadData.TabIndex = 3 Me.cmdLoadData.Text = "Load Backup Data" Me.cmdLoadData.UseVisualStyleBackColor = True @@ -112,18 +112,18 @@ Partial Class dlgAutoSaveRecovery ' 'cmdSaveLog ' - Me.cmdSaveLog.Location = New System.Drawing.Point(203, 68) + Me.cmdSaveLog.Location = New System.Drawing.Point(261, 68) Me.cmdSaveLog.Name = "cmdSaveLog" - Me.cmdSaveLog.Size = New System.Drawing.Size(176, 29) + Me.cmdSaveLog.Size = New System.Drawing.Size(241, 29) Me.cmdSaveLog.TabIndex = 5 Me.cmdSaveLog.Text = "Save Backup Log..." Me.cmdSaveLog.UseVisualStyleBackColor = True ' 'cmdSaveInternalLog ' - Me.cmdSaveInternalLog.Location = New System.Drawing.Point(203, 115) + Me.cmdSaveInternalLog.Location = New System.Drawing.Point(262, 115) Me.cmdSaveInternalLog.Name = "cmdSaveInternalLog" - Me.cmdSaveInternalLog.Size = New System.Drawing.Size(176, 29) + Me.cmdSaveInternalLog.Size = New System.Drawing.Size(240, 29) Me.cmdSaveInternalLog.TabIndex = 7 Me.cmdSaveInternalLog.Text = "Save Backup Internal Log..." Me.cmdSaveInternalLog.UseVisualStyleBackColor = True @@ -139,9 +139,9 @@ Partial Class dlgAutoSaveRecovery ' 'cmdSaveData ' - Me.cmdSaveData.Location = New System.Drawing.Point(203, 21) + Me.cmdSaveData.Location = New System.Drawing.Point(262, 21) Me.cmdSaveData.Name = "cmdSaveData" - Me.cmdSaveData.Size = New System.Drawing.Size(176, 29) + Me.cmdSaveData.Size = New System.Drawing.Size(240, 29) Me.cmdSaveData.TabIndex = 9 Me.cmdSaveData.Text = "Save Backup Data..." Me.cmdSaveData.UseVisualStyleBackColor = True @@ -158,72 +158,30 @@ Partial Class dlgAutoSaveRecovery 'lblDataSavedTo ' Me.lblDataSavedTo.AutoSize = True - Me.lblDataSavedTo.Location = New System.Drawing.Point(398, 29) + Me.lblDataSavedTo.Location = New System.Drawing.Point(508, 29) Me.lblDataSavedTo.Name = "lblDataSavedTo" Me.lblDataSavedTo.Size = New System.Drawing.Size(55, 13) Me.lblDataSavedTo.TabIndex = 11 Me.lblDataSavedTo.Text = "Saving at:" ' - 'ucrInputSavedPathData - ' - Me.ucrInputSavedPathData.AddQuotesIfUnrecognised = True - Me.ucrInputSavedPathData.AutoSize = True - Me.ucrInputSavedPathData.IsMultiline = False - Me.ucrInputSavedPathData.IsReadOnly = False - Me.ucrInputSavedPathData.Location = New System.Drawing.Point(468, 27) - Me.ucrInputSavedPathData.Name = "ucrInputSavedPathData" - Me.ucrInputSavedPathData.Size = New System.Drawing.Size(258, 21) - Me.ucrInputSavedPathData.TabIndex = 12 - ' - 'ucrInputSavedPathLog - ' - Me.ucrInputSavedPathLog.AddQuotesIfUnrecognised = True - Me.ucrInputSavedPathLog.AutoSize = True - Me.ucrInputSavedPathLog.IsMultiline = False - Me.ucrInputSavedPathLog.IsReadOnly = False - Me.ucrInputSavedPathLog.Location = New System.Drawing.Point(468, 76) - Me.ucrInputSavedPathLog.Name = "ucrInputSavedPathLog" - Me.ucrInputSavedPathLog.Size = New System.Drawing.Size(258, 21) - Me.ucrInputSavedPathLog.TabIndex = 14 - ' 'lblLogSavedTo ' Me.lblLogSavedTo.AutoSize = True - Me.lblLogSavedTo.Location = New System.Drawing.Point(398, 78) + Me.lblLogSavedTo.Location = New System.Drawing.Point(509, 78) Me.lblLogSavedTo.Name = "lblLogSavedTo" Me.lblLogSavedTo.Size = New System.Drawing.Size(55, 13) Me.lblLogSavedTo.TabIndex = 13 Me.lblLogSavedTo.Text = "Saving at:" ' - 'ucrInputSavedPathInternalLog - ' - Me.ucrInputSavedPathInternalLog.AddQuotesIfUnrecognised = True - Me.ucrInputSavedPathInternalLog.AutoSize = True - Me.ucrInputSavedPathInternalLog.IsMultiline = False - Me.ucrInputSavedPathInternalLog.IsReadOnly = False - Me.ucrInputSavedPathInternalLog.Location = New System.Drawing.Point(468, 123) - Me.ucrInputSavedPathInternalLog.Name = "ucrInputSavedPathInternalLog" - Me.ucrInputSavedPathInternalLog.Size = New System.Drawing.Size(258, 21) - Me.ucrInputSavedPathInternalLog.TabIndex = 16 - ' 'lblInternalLogSavedTo ' Me.lblInternalLogSavedTo.AutoSize = True - Me.lblInternalLogSavedTo.Location = New System.Drawing.Point(398, 125) + Me.lblInternalLogSavedTo.Location = New System.Drawing.Point(509, 125) Me.lblInternalLogSavedTo.Name = "lblInternalLogSavedTo" Me.lblInternalLogSavedTo.Size = New System.Drawing.Size(55, 13) Me.lblInternalLogSavedTo.TabIndex = 15 Me.lblInternalLogSavedTo.Text = "Saving at:" ' - 'ucrChkSendInternalLog - ' - Me.ucrChkSendInternalLog.AutoSize = True - Me.ucrChkSendInternalLog.Checked = False - Me.ucrChkSendInternalLog.Location = New System.Drawing.Point(12, 254) - Me.ucrChkSendInternalLog.Name = "ucrChkSendInternalLog" - Me.ucrChkSendInternalLog.Size = New System.Drawing.Size(266, 23) - Me.ucrChkSendInternalLog.TabIndex = 17 - ' 'cmdHelp ' Me.cmdHelp.Location = New System.Drawing.Point(660, 254) @@ -249,29 +207,71 @@ Partial Class dlgAutoSaveRecovery Me.grpSavingOptions.Controls.Add(Me.ucrInputSavedPathData) Me.grpSavingOptions.Location = New System.Drawing.Point(12, 85) Me.grpSavingOptions.Name = "grpSavingOptions" - Me.grpSavingOptions.Size = New System.Drawing.Size(738, 154) + Me.grpSavingOptions.Size = New System.Drawing.Size(877, 154) Me.grpSavingOptions.TabIndex = 19 Me.grpSavingOptions.TabStop = False Me.grpSavingOptions.Text = "Saving Options" ' + 'ucrInputSavedPathInternalLog + ' + Me.ucrInputSavedPathInternalLog.AddQuotesIfUnrecognised = True + Me.ucrInputSavedPathInternalLog.AutoSize = True + Me.ucrInputSavedPathInternalLog.IsMultiline = False + Me.ucrInputSavedPathInternalLog.IsReadOnly = False + Me.ucrInputSavedPathInternalLog.Location = New System.Drawing.Point(605, 123) + Me.ucrInputSavedPathInternalLog.Name = "ucrInputSavedPathInternalLog" + Me.ucrInputSavedPathInternalLog.Size = New System.Drawing.Size(258, 21) + Me.ucrInputSavedPathInternalLog.TabIndex = 16 + ' + 'ucrInputSavedPathLog + ' + Me.ucrInputSavedPathLog.AddQuotesIfUnrecognised = True + Me.ucrInputSavedPathLog.AutoSize = True + Me.ucrInputSavedPathLog.IsMultiline = False + Me.ucrInputSavedPathLog.IsReadOnly = False + Me.ucrInputSavedPathLog.Location = New System.Drawing.Point(604, 76) + Me.ucrInputSavedPathLog.Name = "ucrInputSavedPathLog" + Me.ucrInputSavedPathLog.Size = New System.Drawing.Size(258, 21) + Me.ucrInputSavedPathLog.TabIndex = 14 + ' + 'ucrInputSavedPathData + ' + Me.ucrInputSavedPathData.AddQuotesIfUnrecognised = True + Me.ucrInputSavedPathData.AutoSize = True + Me.ucrInputSavedPathData.IsMultiline = False + Me.ucrInputSavedPathData.IsReadOnly = False + Me.ucrInputSavedPathData.Location = New System.Drawing.Point(604, 27) + Me.ucrInputSavedPathData.Name = "ucrInputSavedPathData" + Me.ucrInputSavedPathData.Size = New System.Drawing.Size(258, 21) + Me.ucrInputSavedPathData.TabIndex = 12 + ' 'grpEndChoice ' Me.grpEndChoice.Controls.Add(Me.cmdRunLog) Me.grpEndChoice.Controls.Add(Me.cmdNewSession) Me.grpEndChoice.Controls.Add(Me.cmdLoadData) - Me.grpEndChoice.Location = New System.Drawing.Point(124, 294) + Me.grpEndChoice.Location = New System.Drawing.Point(107, 294) Me.grpEndChoice.Name = "grpEndChoice" - Me.grpEndChoice.Size = New System.Drawing.Size(509, 66) + Me.grpEndChoice.Size = New System.Drawing.Size(602, 66) Me.grpEndChoice.TabIndex = 20 Me.grpEndChoice.TabStop = False Me.grpEndChoice.Text = "Choose one of the following to proceed" ' + 'ucrChkSendInternalLog + ' + Me.ucrChkSendInternalLog.AutoSize = True + Me.ucrChkSendInternalLog.Checked = False + Me.ucrChkSendInternalLog.Location = New System.Drawing.Point(12, 254) + Me.ucrChkSendInternalLog.Name = "ucrChkSendInternalLog" + Me.ucrChkSendInternalLog.Size = New System.Drawing.Size(266, 23) + Me.ucrChkSendInternalLog.TabIndex = 17 + ' 'dlgAutoSaveRecovery ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(762, 371) + Me.ClientSize = New System.Drawing.Size(896, 371) Me.Controls.Add(Me.grpEndChoice) Me.Controls.Add(Me.grpSavingOptions) Me.Controls.Add(Me.cmdHelp)