1 Star 0 Fork 0

yanhuizhang / MissionPlanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Splash.Designer.cs 4.62 KB
一键复制 编辑 原始数据 按行查看 历史
Michael Oborne 提交于 2018-08-12 09:11 . AutoScaleMode: remove globally
namespace MissionPlanner
{
partial class Splash
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Splash));
this.label1 = new System.Windows.Forms.Label();
this.TXT_version = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.OliveDrab;
this.label1.Location = new System.Drawing.Point(447, 132);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(113, 13);
this.label1.TabIndex = 0;
this.label1.Tag = "custom";
this.label1.Text = "by Michael Oborne";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// TXT_version
//
this.TXT_version.BackColor = System.Drawing.Color.Transparent;
this.TXT_version.ForeColor = System.Drawing.Color.White;
this.TXT_version.Location = new System.Drawing.Point(403, 107);
this.TXT_version.Name = "TXT_version";
this.TXT_version.Size = new System.Drawing.Size(155, 25);
this.TXT_version.TabIndex = 1;
this.TXT_version.Text = "Version: ";
this.TXT_version.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(207, 25);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(351, 89);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
this.pictureBox1.Visible = false;
//
// Splash
//
this.BackgroundImage = global::MissionPlanner.Properties.Resources.splashdark;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(584, 336);
this.ControlBox = false;
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.TXT_version);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(600, 375);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(600, 375);
this.Name = "Splash";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Mission Planner";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label TXT_version;
public System.Windows.Forms.PictureBox pictureBox1;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanhuizhang/MissionPlanner.git
git@gitee.com:yanhuizhang/MissionPlanner.git
yanhuizhang
MissionPlanner
MissionPlanner
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891