Form1.Designer.cs 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 
  2. namespace ceju
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // pictureBox1
  34. //
  35. this.pictureBox1.Location = new System.Drawing.Point(469, 240);
  36. this.pictureBox1.Name = "pictureBox1";
  37. this.pictureBox1.Size = new System.Drawing.Size(100, 50);
  38. this.pictureBox1.TabIndex = 0;
  39. this.pictureBox1.TabStop = false;
  40. //
  41. // Form1
  42. //
  43. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  44. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  45. this.ClientSize = new System.Drawing.Size(800, 450);
  46. this.Controls.Add(this.pictureBox1);
  47. this.Name = "Form1";
  48. this.Text = "Form1";
  49. this.Load += new System.EventHandler(this.Form1_Load);
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  51. this.ResumeLayout(false);
  52. }
  53. #endregion
  54. private System.Windows.Forms.PictureBox pictureBox1;
  55. }
  56. }