PageRenderTime 62ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/QueueWatchApp/Dialogs/Splash.Designer.cs

#
C# | 113 lines | 81 code | 6 blank | 26 comment | 3 complexity | 1a7cb34d63c7fb680266eb3c7d865693 MD5 | raw file
  1. namespace Microsoft.ProjectServer.QueueWatch
  2. {
  3. partial class Splash
  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. this.lblCredit = new System.Windows.Forms.Label();
  29. this.lblCredit1 = new System.Windows.Forms.Label();
  30. this.lblCredit2 = new System.Windows.Forms.Label();
  31. this.lblCredit3 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // lblCredit
  35. //
  36. this.lblCredit.BackColor = System.Drawing.Color.Transparent;
  37. this.lblCredit.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  38. this.lblCredit.Location = new System.Drawing.Point(38, 133);
  39. this.lblCredit.Name = "lblCredit";
  40. this.lblCredit.Size = new System.Drawing.Size(357, 24);
  41. this.lblCredit.TabIndex = 40;
  42. this.lblCredit.Tag = "Res";
  43. this.lblCredit.Text = "World Wide Center of Excellence for EPM";
  44. this.lblCredit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  45. //
  46. // lblCredit1
  47. //
  48. this.lblCredit1.BackColor = System.Drawing.Color.Transparent;
  49. this.lblCredit1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  50. this.lblCredit1.Location = new System.Drawing.Point(151, 117);
  51. this.lblCredit1.Name = "lblCredit1";
  52. this.lblCredit1.Size = new System.Drawing.Size(117, 19);
  53. this.lblCredit1.TabIndex = 41;
  54. this.lblCredit1.Tag = "Res";
  55. this.lblCredit1.Text = "Developed by the";
  56. this.lblCredit1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  57. //
  58. // lblCredit2
  59. //
  60. this.lblCredit2.BackColor = System.Drawing.Color.Transparent;
  61. this.lblCredit2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.lblCredit2.Location = new System.Drawing.Point(119, 154);
  63. this.lblCredit2.Name = "lblCredit2";
  64. this.lblCredit2.Size = new System.Drawing.Size(181, 19);
  65. this.lblCredit2.TabIndex = 42;
  66. this.lblCredit2.Tag = "Res";
  67. this.lblCredit2.Text = "Microsoft Consulting Services";
  68. this.lblCredit2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  69. //
  70. // lblCredit3
  71. //
  72. this.lblCredit3.BackColor = System.Drawing.Color.Transparent;
  73. this.lblCredit3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.lblCredit3.ForeColor = System.Drawing.Color.Red;
  75. this.lblCredit3.Location = new System.Drawing.Point(98, 17);
  76. this.lblCredit3.Name = "lblCredit3";
  77. this.lblCredit3.Size = new System.Drawing.Size(224, 24);
  78. this.lblCredit3.TabIndex = 43;
  79. this.lblCredit3.Tag = "Res";
  80. this.lblCredit3.Text = "Queue Watch Tool";
  81. this.lblCredit3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  82. //
  83. // Splash
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.BackgroundImage = global::Microsoft.ProjectServer.QueueWatch.Properties.Resources.Splash;
  88. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  89. this.ClientSize = new System.Drawing.Size(424, 223);
  90. this.ControlBox = false;
  91. this.Controls.Add(this.lblCredit3);
  92. this.Controls.Add(this.lblCredit2);
  93. this.Controls.Add(this.lblCredit1);
  94. this.Controls.Add(this.lblCredit);
  95. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  96. this.Name = "Splash";
  97. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  98. this.Text = "Splash";
  99. this.ResumeLayout(false);
  100. }
  101. #endregion
  102. private System.Windows.Forms.Label lblCredit;
  103. private System.Windows.Forms.Label lblCredit1;
  104. private System.Windows.Forms.Label lblCredit2;
  105. private System.Windows.Forms.Label lblCredit3;
  106. }
  107. }