namespace Ips.Sps
{
partial class IpsAboutForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IpsAboutForm));
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelCopyright = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// pictureEdit1
//
this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
this.pictureEdit1.Location = new System.Drawing.Point(93, 12);
this.pictureEdit1.Name = "pictureEdit1";
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEdit1.Properties.Appearance.BackColor2 = System.Drawing.Color.Transparent;
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.pictureEdit1.Size = new System.Drawing.Size(63, 54);
this.pictureEdit1.TabIndex = 11;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(166, 13);
this.labelControl1.Margin = new System.Windows.Forms.Padding(4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(228, 50);
this.labelControl1.TabIndex = 10;
this.labelControl1.Text = "定位实验平台";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.labelControl2.Location = new System.Drawing.Point(12, 76);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(490, 133);
this.labelControl2.TabIndex = 12;
this.labelControl2.Text = " 本软件主要提供对辐射源信号进行侦察定位的功能,包括定位任务、邻星查找任务两种任务模式。\r\n 软件包括任务管理、态势地图、采集数据、参估数据、" +
"卫星管理、星历管理、站点管理、采集管理、目标管理、信号管理等功能\r\n 本软件还存在不完善的地方和需要增加的功能,敬请指正和提出宝贵意见\r\n " +
"提供系统的技术支持,不断增加更新、更强的功能。";
//
// labelCopyright
//
this.labelCopyright.Location = new System.Drawing.Point(13, 215);
this.labelCopyright.Name = "labelCopyright";
this.labelCopyright.Size = new System.Drawing.Size(52, 14);
this.labelCopyright.TabIndex = 13;
this.labelCopyright.Text = "Copyright";
//
// IpsAboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(514, 238);
this.Controls.Add(this.labelCopyright);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.pictureEdit1);
this.Controls.Add(this.labelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.IconOptions.ShowIcon = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "IpsAboutForm";
this.ShowInTaskbar = false;
this.Text = "关于我们";
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelCopyright;
}
}