SplashScreen1.designer.cs 6.4 KB

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