FrmSplashScreen.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace Uninpho.LicManager
  2. {
  3. partial class FrmSplashScreen
  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(FrmSplashScreen));
  29. this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
  30. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
  33. this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
  34. ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // marqueeProgressBarControl1
  40. //
  41. this.marqueeProgressBarControl1.EditValue = 0;
  42. this.marqueeProgressBarControl1.Location = new System.Drawing.Point(23, 213);
  43. this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
  44. this.marqueeProgressBarControl1.Size = new System.Drawing.Size(404, 11);
  45. this.marqueeProgressBarControl1.TabIndex = 5;
  46. //
  47. // labelControl1
  48. //
  49. this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  50. this.labelControl1.Location = new System.Drawing.Point(23, 264);
  51. this.labelControl1.Name = "labelControl1";
  52. this.labelControl1.Size = new System.Drawing.Size(131, 14);
  53. this.labelControl1.TabIndex = 6;
  54. this.labelControl1.Text = "Copyright © 2020-2022";
  55. //
  56. // labelControl2
  57. //
  58. this.labelControl2.Location = new System.Drawing.Point(23, 190);
  59. this.labelControl2.Name = "labelControl2";
  60. this.labelControl2.Size = new System.Drawing.Size(192, 14);
  61. this.labelControl2.TabIndex = 7;
  62. this.labelControl2.Text = "正在启动 DPTools 版本 V1.1.25...";
  63. //
  64. // pictureEdit2
  65. //
  66. this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
  67. this.pictureEdit2.Location = new System.Drawing.Point(12, 11);
  68. this.pictureEdit2.Name = "pictureEdit2";
  69. this.pictureEdit2.Properties.AllowFocused = false;
  70. this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  71. this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
  72. this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  73. this.pictureEdit2.Properties.ShowMenu = false;
  74. this.pictureEdit2.Size = new System.Drawing.Size(426, 166);
  75. this.pictureEdit2.TabIndex = 9;
  76. //
  77. // pictureEdit1
  78. //
  79. this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
  80. this.pictureEdit1.Location = new System.Drawing.Point(278, 246);
  81. this.pictureEdit1.Name = "pictureEdit1";
  82. this.pictureEdit1.Properties.AllowFocused = false;
  83. this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  84. this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
  85. this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  86. this.pictureEdit1.Properties.ShowMenu = false;
  87. this.pictureEdit1.Size = new System.Drawing.Size(160, 44);
  88. this.pictureEdit1.TabIndex = 8;
  89. //
  90. // FrmSplashScreen
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.ClientSize = new System.Drawing.Size(450, 295);
  95. this.Controls.Add(this.pictureEdit2);
  96. this.Controls.Add(this.pictureEdit1);
  97. this.Controls.Add(this.labelControl2);
  98. this.Controls.Add(this.labelControl1);
  99. this.Controls.Add(this.marqueeProgressBarControl1);
  100. this.Name = "FrmSplashScreen";
  101. this.Text = "Form1";
  102. ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
  105. this.ResumeLayout(false);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
  110. private DevExpress.XtraEditors.LabelControl labelControl1;
  111. private DevExpress.XtraEditors.LabelControl labelControl2;
  112. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  113. private DevExpress.XtraEditors.PictureEdit pictureEdit2;
  114. }
  115. }