WelcomeScreen.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace FactoryTool
  2. {
  3. partial class WelcomeScreen
  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.labelCopyright = new DevExpress.XtraEditors.LabelControl();
  29. this.labelStatus = new DevExpress.XtraEditors.LabelControl();
  30. this.peImage = new DevExpress.XtraEditors.PictureEdit();
  31. this.peLogo = new DevExpress.XtraEditors.PictureEdit();
  32. this.progressBarControl = new DevExpress.XtraEditors.MarqueeProgressBarControl();
  33. ((System.ComponentModel.ISupportInitialize)(this.peImage.Properties)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.peLogo.Properties)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // labelCopyright
  39. //
  40. this.labelCopyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  41. this.labelCopyright.Location = new System.Drawing.Point(24, 265);
  42. this.labelCopyright.Name = "labelCopyright";
  43. this.labelCopyright.Size = new System.Drawing.Size(52, 14);
  44. this.labelCopyright.TabIndex = 6;
  45. this.labelCopyright.Text = "Copyright";
  46. //
  47. // labelStatus
  48. //
  49. this.labelStatus.Location = new System.Drawing.Point(24, 198);
  50. this.labelStatus.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);
  51. this.labelStatus.Name = "labelStatus";
  52. this.labelStatus.Size = new System.Drawing.Size(55, 14);
  53. this.labelStatus.TabIndex = 7;
  54. this.labelStatus.Text = "Starting...";
  55. //
  56. // peImage
  57. //
  58. this.peImage.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.peImage.EditValue = global::FactoryTool.Properties.Resources.logo;
  60. this.peImage.Location = new System.Drawing.Point(1, 1);
  61. this.peImage.Name = "peImage";
  62. this.peImage.Properties.AllowFocused = false;
  63. this.peImage.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  64. this.peImage.Properties.Appearance.Options.UseBackColor = true;
  65. this.peImage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  66. this.peImage.Properties.ShowMenu = false;
  67. this.peImage.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
  68. this.peImage.Properties.SvgImageColorizationMode = DevExpress.Utils.SvgImageColorizationMode.None;
  69. this.peImage.Size = new System.Drawing.Size(463, 191);
  70. this.peImage.TabIndex = 9;
  71. //
  72. // peLogo
  73. //
  74. this.peLogo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.peLogo.EditValue = global::FactoryTool.Properties.Resources.minlogo;
  77. this.peLogo.Location = new System.Drawing.Point(340, 246);
  78. this.peLogo.Name = "peLogo";
  79. this.peLogo.Properties.AllowFocused = false;
  80. this.peLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  81. this.peLogo.Properties.Appearance.Options.UseBackColor = true;
  82. this.peLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  83. this.peLogo.Properties.ShowMenu = false;
  84. this.peLogo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
  85. this.peLogo.Size = new System.Drawing.Size(112, 33);
  86. this.peLogo.TabIndex = 8;
  87. //
  88. // progressBarControl
  89. //
  90. this.progressBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.progressBarControl.EditValue = 0;
  93. this.progressBarControl.Location = new System.Drawing.Point(24, 214);
  94. this.progressBarControl.Name = "progressBarControl";
  95. this.progressBarControl.Size = new System.Drawing.Size(417, 11);
  96. this.progressBarControl.TabIndex = 5;
  97. //
  98. // WelcomeScreen
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.ClientSize = new System.Drawing.Size(465, 295);
  103. this.Controls.Add(this.peImage);
  104. this.Controls.Add(this.peLogo);
  105. this.Controls.Add(this.labelStatus);
  106. this.Controls.Add(this.labelCopyright);
  107. this.Controls.Add(this.progressBarControl);
  108. this.Name = "WelcomeScreen";
  109. this.Padding = new System.Windows.Forms.Padding(1);
  110. this.Text = "SplashScreen1";
  111. ((System.ComponentModel.ISupportInitialize)(this.peImage.Properties)).EndInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.peLogo.Properties)).EndInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116. }
  117. #endregion
  118. private DevExpress.XtraEditors.MarqueeProgressBarControl progressBarControl;
  119. private DevExpress.XtraEditors.LabelControl labelCopyright;
  120. private DevExpress.XtraEditors.LabelControl labelStatus;
  121. private DevExpress.XtraEditors.PictureEdit peLogo;
  122. private DevExpress.XtraEditors.PictureEdit peImage;
  123. }
  124. }