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

📄 aboutform.cs

📁 一个通用的数据库访问层
💻 CS
字号:
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Reflection;using System.Windows.Forms;namespace YariSoft.AgentMovieEditor.Modals{	public class AboutForm : YariSoft.Utils.ModalBaseForm	{
		private System.Windows.Forms.Label versionLabel;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.LinkLabel linkLabel1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.LinkLabel linkLabel2;
		private System.Windows.Forms.LinkLabel linkLabel3;
		private System.Windows.Forms.Label authorLabel;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Label labelToAuthor;		private System.ComponentModel.IContainer components = null;		public AboutForm()		{			// This call is required by the Windows Form Designer.			InitializeComponent();			// TODO: Add any initialization after the InitializeComponent call		}		/// <summary>		/// Clean up any resources being used.		/// </summary>		protected override void Dispose( bool disposing )		{			if( disposing )			{				if (components != null) 				{					components.Dispose();				}			}			base.Dispose( disposing );		}		#region 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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AboutForm));
			this.versionLabel = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.linkLabel1 = new System.Windows.Forms.LinkLabel();
			this.label2 = new System.Windows.Forms.Label();
			this.linkLabel2 = new System.Windows.Forms.LinkLabel();
			this.linkLabel3 = new System.Windows.Forms.LinkLabel();
			this.authorLabel = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.labelToAuthor = new System.Windows.Forms.Label();
			this.bottomPanel.SuspendLayout();
			this.SuspendLayout();
			// 
			// bottomPanel
			// 
			this.bottomPanel.Controls.AddRange(new System.Windows.Forms.Control[] {
																					  this.versionLabel});
			this.bottomPanel.Location = new System.Drawing.Point(0, 204);
			this.bottomPanel.Size = new System.Drawing.Size(282, 35);
			this.bottomPanel.Visible = true;
			// 
			// cancelButton
			// 
			this.cancelButton.Location = new System.Drawing.Point(600, 8);
			this.cancelButton.Visible = true;
			// 
			// okButton
			// 
			this.okButton.Location = new System.Drawing.Point(192, 8);
			this.okButton.Visible = true;
			// 
			// versionLabel
			// 
			this.versionLabel.AutoSize = true;
			this.versionLabel.Location = new System.Drawing.Point(8, 11);
			this.versionLabel.Name = "versionLabel";
			this.versionLabel.Size = new System.Drawing.Size(49, 13);
			this.versionLabel.TabIndex = 4;
			this.versionLabel.Text = "Version: ";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(104, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(184, 104);
			this.label1.TabIndex = 5;
			this.label1.Text = "This program configures Microsoft

⌨️ 快捷键说明

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