loading.Designer.cs 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. 
  2. namespace prBrowser.Weblogic
  3. {
  4. partial class loading
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(loading));
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // button1
  36. //
  37. this.button1.ForeColor = System.Drawing.Color.Red;
  38. this.button1.Location = new System.Drawing.Point(-1, -1);
  39. this.button1.Name = "button1";
  40. this.button1.Size = new System.Drawing.Size(67, 22);
  41. this.button1.TabIndex = 0;
  42. this.button1.Text = "关闭等待界面";
  43. this.button1.UseVisualStyleBackColor = true;
  44. this.button1.Click += new System.EventHandler(this.button1_Click);
  45. //
  46. // pictureBox1
  47. //
  48. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  49. this.pictureBox1.Location = new System.Drawing.Point(-1, 27);
  50. this.pictureBox1.Name = "pictureBox1";
  51. this.pictureBox1.Size = new System.Drawing.Size(799, 411);
  52. this.pictureBox1.TabIndex = 1;
  53. this.pictureBox1.TabStop = false;
  54. //
  55. // loading
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.BackColor = System.Drawing.SystemColors.Control;
  60. this.ClientSize = new System.Drawing.Size(800, 450);
  61. this.Controls.Add(this.pictureBox1);
  62. this.Controls.Add(this.button1);
  63. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  64. this.Name = "loading";
  65. this.ShowInTaskbar = false;
  66. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  67. this.Text = "loading";
  68. this.TopMost = true;
  69. this.TransparencyKey = System.Drawing.Color.Transparent;
  70. this.Load += new System.EventHandler(this.loading_Load);
  71. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  72. this.ResumeLayout(false);
  73. }
  74. #endregion
  75. private System.Windows.Forms.Button button1;
  76. private System.Windows.Forms.PictureBox pictureBox1;
  77. }
  78. }