diff --git a/MultiTool.Form/frmWaitForm.Designer.vb b/MultiTool.Form/frmWaitForm.Designer.vb index 1a20c4c..89c86f7 100644 --- a/MultiTool.Form/frmWaitForm.Designer.vb +++ b/MultiTool.Form/frmWaitForm.Designer.vb @@ -40,10 +40,10 @@ Partial Class frmWaitForm Me.progressPanel1.Location = New System.Drawing.Point(0, 17) Me.progressPanel1.Margin = New System.Windows.Forms.Padding(0, 3, 0, 3) Me.progressPanel1.Name = "progressPanel1" - Me.progressPanel1.Size = New System.Drawing.Size(246, 39) + Me.progressPanel1.Size = New System.Drawing.Size(280, 46) Me.progressPanel1.TabIndex = 0 Me.progressPanel1.Text = "progressPanel1" - ' + ' 'tableLayoutPanel1 ' Me.tableLayoutPanel1.AutoSize = True @@ -58,24 +58,26 @@ Partial Class frmWaitForm Me.tableLayoutPanel1.Padding = New System.Windows.Forms.Padding(0, 14, 0, 14) Me.tableLayoutPanel1.RowCount = 1 Me.tableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) - Me.tableLayoutPanel1.Size = New System.Drawing.Size(246, 73) + Me.tableLayoutPanel1.Size = New System.Drawing.Size(280, 80) Me.tableLayoutPanel1.TabIndex = 1 ' - 'Form1 + 'frmWaitForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSize = True Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ClientSize = New System.Drawing.Size(246, 73) + Me.ClientSize = New System.Drawing.Size(280, 80) Me.Controls.Add(Me.tableLayoutPanel1) Me.DoubleBuffered = True - Me.Name = "Form1" - Me.StartPosition = FormStartPosition.Manual + Me.Name = "frmWaitForm" + Me.ShowOnTopMode = DevExpress.XtraWaitForm.ShowFormOnTopMode.AboveParent + Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual Me.Text = "Form1" - Me.tableLayoutPanel1.ResumeLayout(false) + Me.tableLayoutPanel1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() + End Sub Private WithEvents progressPanel1 As DevExpress.XtraWaitForm.ProgressPanel diff --git a/MultiTool.Form/frmWaitForm.resx b/MultiTool.Form/frmWaitForm.resx index 9d1fc38..1af7de1 100644 --- a/MultiTool.Form/frmWaitForm.resx +++ b/MultiTool.Form/frmWaitForm.resx @@ -1,6 +1,6 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file