⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main_form.designer.cs

📁 c#代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
//+--------------------------------------------------------------------------+
//|                                                                          |
//|                               Aero Glass                                 |
//|                              Version 1.00                                |
//|                                                                          |
//|        This project displays PNG sprites using variable opacity.         |
//|          Use either mouse or keyboard to move sprites arround.           |
//|                                                                          |
//|           The GDImage.dll trial version has no time limitation,          |
//|             and all features of the API are fully functional.            |
//|                                                                          |
//|       Buying a commercial license removes the copyright nag screen.      |
//|                                                                          |
//+--------------------------------------------------------------------------+
//|                                                                          |
//|                         Author Patrice TERRIER                           |
//|                           copyright (c) 2006                             |
//|                                                                          |
//|                        pterrier@zapsolution.com                          |
//|                                                                          |
//|                          www.zapsolution.com                             |
//|                                                                          |
//+--------------------------------------------------------------------------+
//|                  Project started on : 09-17-2006 (MM-DD-YYYY)            |
//|                        Last revised : 09-25-2006 (MM-DD-YYYY)            |
//+--------------------------------------------------------------------------+

namespace Planet3D
{
    partial class MAIN_Form
    {
        /// <summary>
        /// Variable nécessaire au concepteur.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Nettoyage des ressources utilisées.
        /// </summary>
        /// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Code généré par le Concepteur Windows Form

        /// <summary>
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        /// 
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MAIN_Form));
            this.GL_Template = new System.Windows.Forms.Panel();
            this.OnOff = new System.Windows.Forms.CheckBox();
            this.SOLARSYS_Tip = new System.Windows.Forms.ToolTip(this.components);
            this.BTN_Up = new Planet3D.SkinButton();
            this.BTN_Pause = new Planet3D.SkinButton();
            this.BTN_Down = new Planet3D.SkinButton();
            this.BTN_Reset = new Planet3D.SkinButton();
            this.BTN_SelectFile = new Planet3D.SkinButton();
            this.BTN_Start = new Planet3D.SkinButton();
            this.BTN_Right = new Planet3D.SkinButton();
            this.BTN_Left = new Planet3D.SkinButton();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.ZOOM_Track = new Planet3D.TRACK_Back();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // GL_Template
            // 
            this.GL_Template.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.GL_Template.Enabled = false;
            this.GL_Template.Location = new System.Drawing.Point(7, 7);
            this.GL_Template.Margin = new System.Windows.Forms.Padding(0);
            this.GL_Template.Name = "GL_Template";
            this.GL_Template.Size = new System.Drawing.Size(512, 512);
            this.GL_Template.TabIndex = 0;
            this.GL_Template.Visible = false;
            // 
            // OnOff
            // 
            this.OnOff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.OnOff.AutoSize = true;
            this.OnOff.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.OnOff.ForeColor = System.Drawing.Color.RoyalBlue;
            this.OnOff.Location = new System.Drawing.Point(533, 504);
            this.OnOff.Margin = new System.Windows.Forms.Padding(0);
            this.OnOff.Name = "OnOff";
            this.OnOff.Size = new System.Drawing.Size(136, 17);
            this.OnOff.TabIndex = 12;
            this.OnOff.TabStop = false;
            this.OnOff.Text = "Coordinates On/Off";
            this.OnOff.UseVisualStyleBackColor = true;
            this.OnOff.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.Form_PreviewKeydown);
            // 
            // BTN_Up
            // 
            this.BTN_Up.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BTN_Up.BackColor = System.Drawing.Color.Transparent;
            this.BTN_Up.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BTN_Up.BackgroundImage")));
            this.BTN_Up.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.BTN_Up.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.BTN_Up.FlatAppearance.BorderSize = 0;
            this.BTN_Up.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.BTN_Up.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.BTN_Up.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.BTN_Up.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BTN_Up.Location = new System.Drawing.Point(581, 47);
            this.BTN_Up.Margin = new System.Windows.Forms.Padding(0);
            this.BTN_Up.Name = "BTN_Up";
            this.BTN_Up.Resource = "BTN_Up";
            this.BTN_Up.Size = new System.Drawing.Size(32, 32);
            this.BTN_Up.TabIndex = 19;
            this.SOLARSYS_Tip.SetToolTip(this.BTN_Up, "Rotate Up");
            this.BTN_Up.UseVisualStyleBackColor = false;
            this.BTN_Up.Click += new System.EventHandler(this.BTN_Up_Click);
            // 
            // BTN_Pause
            // 
            this.BTN_Pause.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BTN_Pause.BackColor = System.Drawing.Color.Transparent;
            this.BTN_Pause.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BTN_Pause.BackgroundImage")));
            this.BTN_Pause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.BTN_Pause.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.BTN_Pause.FlatAppearance.BorderSize = 0;
            this.BTN_Pause.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.BTN_Pause.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.BTN_Pause.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.BTN_Pause.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BTN_Pause.Location = new System.Drawing.Point(581, 80);
            this.BTN_Pause.Margin = new System.Windows.Forms.Padding(0);
            this.BTN_Pause.Name = "BTN_Pause";
            this.BTN_Pause.Resource = "BTN_Pause";
            this.BTN_Pause.Size = new System.Drawing.Size(32, 32);
            this.BTN_Pause.TabIndex = 18;
            this.SOLARSYS_Tip.SetToolTip(this.BTN_Pause, "Pause rotation");
            this.BTN_Pause.UseVisualStyleBackColor = false;
            this.BTN_Pause.Click += new System.EventHandler(this.BTN_Pause_Click);
            // 
            // BTN_Down
            // 
            this.BTN_Down.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BTN_Down.BackColor = System.Drawing.Color.Transparent;
            this.BTN_Down.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BTN_Down.BackgroundImage")));
            this.BTN_Down.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.BTN_Down.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.BTN_Down.FlatAppearance.BorderSize = 0;
            this.BTN_Down.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.BTN_Down.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.BTN_Down.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.BTN_Down.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BTN_Down.Location = new System.Drawing.Point(581, 114);
            this.BTN_Down.Margin = new System.Windows.Forms.Padding(0);
            this.BTN_Down.Name = "BTN_Down";
            this.BTN_Down.Resource = "BTN_Down";
            this.BTN_Down.Size = new System.Drawing.Size(32, 32);
            this.BTN_Down.TabIndex = 17;
            this.SOLARSYS_Tip.SetToolTip(this.BTN_Down, "Rotate Down");
            this.BTN_Down.UseVisualStyleBackColor = false;
            this.BTN_Down.Click += new System.EventHandler(this.BTN_Down_Click);
            // 
            // BTN_Reset
            // 
            this.BTN_Reset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BTN_Reset.BackColor = System.Drawing.Color.Transparent;
            this.BTN_Reset.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("BTN_Reset.BackgroundImage")));
            this.BTN_Reset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.BTN_Reset.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.BTN_Reset.FlatAppearance.BorderSize = 0;
            this.BTN_Reset.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.BTN_Reset.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.BTN_Reset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.BTN_Reset.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BTN_Reset.Location = new System.Drawing.Point(581, 155);
            this.BTN_Reset.Margin = new System.Windows.Forms.Padding(0);
            this.BTN_Reset.Name = "BTN_Reset";
            this.BTN_Reset.Resource = "BTN_Reset";
            this.BTN_Reset.Size = new System.Drawing.Size(32, 32);
            this.BTN_Reset.TabIndex = 16;
            this.SOLARSYS_Tip.SetToolTip(this.BTN_Reset, "Reset to default location");
            this.BTN_Reset.UseVisualStyleBackColor = false;
            this.BTN_Reset.Click += new System.EventHandler(this.BTN_Reset_Click);
            // 
            // BTN_SelectFile
            // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -