提交当前本机整理版本
This commit is contained in:
+29
-1
@@ -42,4 +42,32 @@ namespace Lskj.PubInvoiceOut
|
||||
this.progressPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.progressPanel.Location = new System.Drawing.Point(0, 0);
|
||||
this.progressPanel.Name = "progressPanel";
|
||||
this.progr
|
||||
this.progressPanel.Size = new System.Drawing.Size(284, 261);
|
||||
this.progressPanel.TabIndex = 6;
|
||||
this.progressPanel.Text = "progressPanel";
|
||||
this.progressPanel.Visible = false;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(284, 261);
|
||||
this.Controls.Add(this.progressPanel);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmMain";
|
||||
this.Opacity = 0D;
|
||||
this.ShowInTaskbar = false;
|
||||
this.Text = "FrmMain";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraWaitForm.ProgressPanel progressPanel;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user