版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

69 line
2.6 KiB

  1. namespace AssistClient
  2. {
  3. partial class FrmLoading2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLoading2));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.SuspendLayout();
  31. //
  32. // label1
  33. //
  34. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
  35. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  36. this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
  37. this.label1.Location = new System.Drawing.Point(0, 0);
  38. this.label1.Name = "label1";
  39. this.label1.Size = new System.Drawing.Size(858, 574);
  40. this.label1.TabIndex = 0;
  41. //
  42. // FrmLoading2
  43. //
  44. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  45. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  46. this.ClientSize = new System.Drawing.Size(858, 574);
  47. this.Controls.Add(this.label1);
  48. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  49. this.MaximizeBox = false;
  50. this.MinimizeBox = false;
  51. this.Name = "FrmLoading2";
  52. this.Opacity = 0.4D;
  53. this.ShowIcon = false;
  54. this.ShowInTaskbar = false;
  55. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  56. this.Text = "FrmLoading2";
  57. this.Load += new System.EventHandler(this.FrmLoading2_Load);
  58. this.ResumeLayout(false);
  59. }
  60. #endregion
  61. private System.Windows.Forms.Label label1;
  62. }
  63. }