Form_Welcome.designer.cs 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. namespace WelcomeForm
  2. {
  3. partial class Form_Welcome
  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(Form_Welcome));
  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.BackColor = System.Drawing.Color.Transparent;
  36. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  37. this.pictureBox1.Location = new System.Drawing.Point(12, 408);
  38. this.pictureBox1.Name = "pictureBox1";
  39. this.pictureBox1.Size = new System.Drawing.Size(770, 23);
  40. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  41. this.pictureBox1.TabIndex = 3;
  42. this.pictureBox1.TabStop = false;
  43. //
  44. // Form_Welcome
  45. //
  46. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  48. this.AutoSize = true;
  49. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  50. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  51. this.ClientSize = new System.Drawing.Size(794, 476);
  52. this.Controls.Add(this.pictureBox1);
  53. this.DoubleBuffered = true;
  54. this.ForeColor = System.Drawing.SystemColors.ControlText;
  55. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  56. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  57. this.Name = "Form_Welcome";
  58. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  59. this.Text = "Welcome";
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private System.Windows.Forms.PictureBox pictureBox1;
  65. }
  66. }