IpsAboutForm.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. namespace Ips.Sps
  2. {
  3. partial class IpsAboutForm
  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(IpsAboutForm));
  29. this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
  30. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelCopyright = new DevExpress.XtraEditors.LabelControl();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // pictureEdit1
  37. //
  38. this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
  39. this.pictureEdit1.Location = new System.Drawing.Point(93, 12);
  40. this.pictureEdit1.Name = "pictureEdit1";
  41. this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
  42. this.pictureEdit1.Properties.Appearance.BackColor2 = System.Drawing.Color.Transparent;
  43. this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
  44. this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  45. this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
  46. this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
  47. this.pictureEdit1.Size = new System.Drawing.Size(63, 54);
  48. this.pictureEdit1.TabIndex = 11;
  49. //
  50. // labelControl1
  51. //
  52. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
  53. this.labelControl1.Appearance.Options.UseFont = true;
  54. this.labelControl1.Location = new System.Drawing.Point(166, 13);
  55. this.labelControl1.Margin = new System.Windows.Forms.Padding(4);
  56. this.labelControl1.Name = "labelControl1";
  57. this.labelControl1.Size = new System.Drawing.Size(228, 50);
  58. this.labelControl1.TabIndex = 10;
  59. this.labelControl1.Text = "定位实验平台";
  60. //
  61. // labelControl2
  62. //
  63. this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  64. this.labelControl2.Appearance.Options.UseFont = true;
  65. this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
  66. this.labelControl2.Location = new System.Drawing.Point(12, 76);
  67. this.labelControl2.Name = "labelControl2";
  68. this.labelControl2.Size = new System.Drawing.Size(490, 133);
  69. this.labelControl2.TabIndex = 12;
  70. this.labelControl2.Text = " 本软件主要提供对辐射源信号进行侦察定位的功能,包括定位任务、邻星查找任务两种任务模式。\r\n 软件包括任务管理、态势地图、采集数据、参估数据、" +
  71. "卫星管理、星历管理、站点管理、采集管理、目标管理、信号管理等功能\r\n 本软件还存在不完善的地方和需要增加的功能,敬请指正和提出宝贵意见\r\n " +
  72. "提供系统的技术支持,不断增加更新、更强的功能。";
  73. //
  74. // labelCopyright
  75. //
  76. this.labelCopyright.Location = new System.Drawing.Point(13, 215);
  77. this.labelCopyright.Name = "labelCopyright";
  78. this.labelCopyright.Size = new System.Drawing.Size(52, 14);
  79. this.labelCopyright.TabIndex = 13;
  80. this.labelCopyright.Text = "Copyright";
  81. //
  82. // IpsAboutForm
  83. //
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.ClientSize = new System.Drawing.Size(514, 238);
  87. this.Controls.Add(this.labelCopyright);
  88. this.Controls.Add(this.labelControl2);
  89. this.Controls.Add(this.pictureEdit1);
  90. this.Controls.Add(this.labelControl1);
  91. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  92. this.IconOptions.ShowIcon = false;
  93. this.MaximizeBox = false;
  94. this.MinimizeBox = false;
  95. this.Name = "IpsAboutForm";
  96. this.ShowInTaskbar = false;
  97. this.Text = "关于我们";
  98. ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
  99. this.ResumeLayout(false);
  100. this.PerformLayout();
  101. }
  102. #endregion
  103. private DevExpress.XtraEditors.PictureEdit pictureEdit1;
  104. private DevExpress.XtraEditors.LabelControl labelControl1;
  105. private DevExpress.XtraEditors.LabelControl labelControl2;
  106. private DevExpress.XtraEditors.LabelControl labelCopyright;
  107. }
  108. }