SpsSplashScreen.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. 
  2. namespace Ips.Sps
  3. {
  4. partial class SpsSplashScreen
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpsSplashScreen));
  30. this.progressBarControl = new DevExpress.XtraEditors.MarqueeProgressBarControl();
  31. this.labelCopyright = new DevExpress.XtraEditors.LabelControl();
  32. this.labelStatus = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  34. this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
  35. this.labelCompany = new DevExpress.XtraEditors.LabelControl();
  36. ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // progressBarControl
  41. //
  42. this.progressBarControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  43. | System.Windows.Forms.AnchorStyles.Right)));
  44. this.progressBarControl.EditValue = 0;
  45. this.progressBarControl.Location = new System.Drawing.Point(28, 88);
  46. this.progressBarControl.Margin = new System.Windows.Forms.Padding(4);
  47. this.progressBarControl.Name = "progressBarControl";
  48. this.progressBarControl.Size = new System.Drawing.Size(469, 13);
  49. this.progressBarControl.TabIndex = 5;
  50. //
  51. // labelCopyright
  52. //
  53. this.labelCopyright.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  54. this.labelCopyright.Location = new System.Drawing.Point(28, 118);
  55. this.labelCopyright.Margin = new System.Windows.Forms.Padding(4);
  56. this.labelCopyright.Name = "labelCopyright";
  57. this.labelCopyright.Size = new System.Drawing.Size(52, 14);
  58. this.labelCopyright.TabIndex = 6;
  59. this.labelCopyright.Text = "Copyright";
  60. //
  61. // labelStatus
  62. //
  63. this.labelStatus.Location = new System.Drawing.Point(28, 69);
  64. this.labelStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 1);
  65. this.labelStatus.Name = "labelStatus";
  66. this.labelStatus.Size = new System.Drawing.Size(48, 14);
  67. this.labelStatus.TabIndex = 7;
  68. this.labelStatus.Text = "启动中...";
  69. //
  70. // labelControl1
  71. //
  72. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  73. this.labelControl1.Appearance.Options.UseFont = true;
  74. this.labelControl1.Location = new System.Drawing.Point(162, 9);
  75. this.labelControl1.Margin = new System.Windows.Forms.Padding(4);
  76. this.labelControl1.Name = "labelControl1";
  77. this.labelControl1.Size = new System.Drawing.Size(228, 50);
  78. this.labelControl1.TabIndex = 8;
  79. this.labelControl1.Text = "定位实验平台";
  80. //
  81. // pictureEdit1
  82. //
  83. this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
  84. this.pictureEdit1.Location = new System.Drawing.Point(89, 8);
  85. this.pictureEdit1.Name = "pictureEdit1";
  86. this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  87. this.pictureEdit1.Properties.Appearance.BackColor2 = System.Drawing.Color.Transparent;
  88. this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
  89. this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  90. this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  91. this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  92. this.pictureEdit1.Size = new System.Drawing.Size(63, 54);
  93. this.pictureEdit1.TabIndex = 9;
  94. //
  95. // labelCompany
  96. //
  97. this.labelCompany.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  98. this.labelCompany.Location = new System.Drawing.Point(445, 118);
  99. this.labelCompany.Name = "labelCompany";
  100. this.labelCompany.Size = new System.Drawing.Size(48, 14);
  101. this.labelCompany.TabIndex = 10;
  102. this.labelCompany.Text = "";
  103. //
  104. // SpsSplashScreen
  105. //
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  108. this.ClientSize = new System.Drawing.Size(525, 145);
  109. this.Controls.Add(this.labelCompany);
  110. this.Controls.Add(this.pictureEdit1);
  111. this.Controls.Add(this.labelControl1);
  112. this.Controls.Add(this.labelStatus);
  113. this.Controls.Add(this.labelCopyright);
  114. this.Controls.Add(this.progressBarControl);
  115. this.Margin = new System.Windows.Forms.Padding(4);
  116. this.Name = "SpsSplashScreen";
  117. this.Padding = new System.Windows.Forms.Padding(1);
  118. this.Text = "SplashScreen1";
  119. this.Load += new System.EventHandler(this.SpsSplashScreen_Load);
  120. ((System.ComponentModel.ISupportInitialize)(this.progressBarControl.Properties)).EndInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
  122. this.ResumeLayout(false);
  123. this.PerformLayout();
  124. }
  125. #endregion
  126. private DevExpress.XtraEditors.MarqueeProgressBarControl progressBarControl;
  127. private DevExpress.XtraEditors.LabelControl labelCopyright;
  128. private DevExpress.XtraEditors.LabelControl labelStatus;
  129. private DevExpress.XtraEditors.LabelControl labelControl1;
  130. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  131. private DevExpress.XtraEditors.LabelControl labelCompany;
  132. }
  133. }