SimpleLoading.Designer.cs 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. namespace Y.Controls.Loadings
  2. {
  3. partial class SimpleLoading
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimpleLoading));
  29. this.PnMain = new System.Windows.Forms.Panel();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.PnMain.SuspendLayout();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // PnMain
  36. //
  37. this.PnMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(173)))), ((int)(((byte)(238)))));
  38. this.PnMain.Controls.Add(this.pictureBox1);
  39. this.PnMain.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.PnMain.Location = new System.Drawing.Point(0, 0);
  41. this.PnMain.Name = "PnMain";
  42. this.PnMain.Size = new System.Drawing.Size(643, 351);
  43. this.PnMain.TabIndex = 1;
  44. //
  45. // pictureBox1
  46. //
  47. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  48. this.pictureBox1.Location = new System.Drawing.Point(200, 71);
  49. this.pictureBox1.Name = "pictureBox1";
  50. this.pictureBox1.Size = new System.Drawing.Size(202, 163);
  51. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  52. this.pictureBox1.TabIndex = 1;
  53. this.pictureBox1.TabStop = false;
  54. //
  55. // SimpleLoading
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.Controls.Add(this.PnMain);
  60. this.Name = "SimpleLoading";
  61. this.Size = new System.Drawing.Size(643, 351);
  62. this.Load += new System.EventHandler(this.SimpleLoading_Load);
  63. this.PnMain.ResumeLayout(false);
  64. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  65. this.ResumeLayout(false);
  66. }
  67. #endregion
  68. private System.Windows.Forms.Panel PnMain;
  69. private System.Windows.Forms.PictureBox pictureBox1;
  70. }
  71. }