namespace CSFrameworkV5.Library.CommonForms { partial class frmAbout { /// /// 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(frmAbout)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label1.Location = new System.Drawing.Point(234, 251); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(276, 2); this.label1.TabIndex = 12; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label2.Location = new System.Drawing.Point(234, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 14); this.label2.TabIndex = 13; this.label2.Text = "您的公司名称"; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label5.Location = new System.Drawing.Point(234, 54); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(79, 14); this.label5.TabIndex = 14; this.label5.Text = "开发团队成员"; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Gray; this.label6.Location = new System.Drawing.Point(234, 218); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(114, 14); this.label6.TabIndex = 15; this.label6.Text = "版权所有,C/S框架网"; // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Gray; this.label7.Location = new System.Drawing.Point(234, 27); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(150, 14); this.label7.TabIndex = 16; this.label7.Text = "The title of your company"; // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.Gray; this.label8.Location = new System.Drawing.Point(234, 70); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(200, 14); this.label8.TabIndex = 17; this.label8.Text = "Member of the development terms"; // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.Gray; this.label9.Location = new System.Drawing.Point(3, 2); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(223, 56); this.label9.TabIndex = 18; this.label9.Text = "C/S框架网 | www.csframework.com\r\n作者:孙中吕\r\n\r\n注:本站原创作品禁止泄露或转售源码!"; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.label9); this.panel1.ForeColor = System.Drawing.SystemColors.AppWorkspace; this.panel1.Location = new System.Drawing.Point(235, 101); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(274, 89); this.panel1.TabIndex = 19; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.pictureBox1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(216, 298); this.panelControl1.TabIndex = 20; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(1, 1); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(214, 298); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // btnClose // this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand; this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image"))); this.btnClose.Location = new System.Drawing.Point(325, 260); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(90, 30); this.btnClose.TabIndex = 21; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // frmAbout // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(519, 298); this.Controls.Add(this.btnClose); this.Controls.Add(this.panelControl1); this.Controls.Add(this.panel1); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmAbout"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "C/S系统快速开发框架 - 旗舰版"; this.Load += new System.EventHandler(this.frmAbout_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.PanelControl panelControl1; private System.Windows.Forms.PictureBox pictureBox1; private DevExpress.XtraEditors.SimpleButton btnClose; } }