예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lstBoxProducts = new System.Windows.Forms.ListBox();
     this.txtProductInfo = new System.Windows.Forms.TextBox();
     this.lnkURL         = new System.Windows.Forms.LinkLabel();
     this.linkLabel1     = new System.Windows.Forms.LinkLabel();
     this.fun1           = new MyGeneration.AboutBoxLogo();
     this.SuspendLayout();
     //
     // lstBoxProducts
     //
     this.lstBoxProducts.Font                  = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstBoxProducts.ItemHeight            = 16;
     this.lstBoxProducts.Location              = new System.Drawing.Point(1, 67);
     this.lstBoxProducts.Name                  = "lstBoxProducts";
     this.lstBoxProducts.Size                  = new System.Drawing.Size(449, 148);
     this.lstBoxProducts.TabIndex              = 0;
     this.lstBoxProducts.SelectedIndexChanged += new System.EventHandler(this.lstBoxProducts_SelectedIndexChanged);
     this.lstBoxProducts.SelectedValueChanged += new System.EventHandler(this.lstBoxProducts_SelectedValueChanged);
     //
     // txtProductInfo
     //
     this.txtProductInfo.AcceptsReturn = true;
     this.txtProductInfo.Font          = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtProductInfo.Location      = new System.Drawing.Point(1, 247);
     this.txtProductInfo.Multiline     = true;
     this.txtProductInfo.Name          = "txtProductInfo";
     this.txtProductInfo.ReadOnly      = true;
     this.txtProductInfo.Size          = new System.Drawing.Size(449, 136);
     this.txtProductInfo.TabIndex      = 1;
     //
     // lnkURL
     //
     this.lnkURL.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lnkURL.Location     = new System.Drawing.Point(1, 218);
     this.lnkURL.Name         = "lnkURL";
     this.lnkURL.Size         = new System.Drawing.Size(449, 26);
     this.lnkURL.TabIndex     = 3;
     this.lnkURL.TextAlign    = System.Drawing.ContentAlignment.TopCenter;
     this.lnkURL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkURL_LinkClicked);
     //
     // linkLabel1
     //
     this.linkLabel1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel1.Location     = new System.Drawing.Point(-2, 360);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(371, 23);
     this.linkLabel1.TabIndex     = 3;
     this.linkLabel1.TextAlign    = System.Drawing.ContentAlignment.TopCenter;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // fun1
     //
     this.fun1.BackColor = System.Drawing.Color.White;
     this.fun1.Location  = new System.Drawing.Point(1, 1);
     this.fun1.Name      = "fun1";
     this.fun1.Size      = new System.Drawing.Size(449, 68);
     this.fun1.TabIndex  = 5;
     this.fun1.Text      = "fun1";
     //
     // NewAbout
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(451, 382);
     this.Controls.Add(this.lnkURL);
     this.Controls.Add(this.txtProductInfo);
     this.Controls.Add(this.lstBoxProducts);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.fun1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NewAbout";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About MyGeneration";
     this.Load           += new System.EventHandler(this.NewAbout_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.txtChanges = new System.Windows.Forms.TextBox();
            this.btnUpgrade = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.lblVersions = new System.Windows.Forms.Label();
            this.fun1 = new MyGeneration.AboutBoxLogo();
            this.SuspendLayout();
            // 
            // txtChanges
            // 
            this.txtChanges.AcceptsReturn = true;
            this.txtChanges.AcceptsTab = true;
            this.txtChanges.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.txtChanges.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtChanges.Location = new System.Drawing.Point(8, 152);
            this.txtChanges.Multiline = true;
            this.txtChanges.Name = "txtChanges";
            this.txtChanges.ReadOnly = true;
            this.txtChanges.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtChanges.Size = new System.Drawing.Size(560, 240);
            this.txtChanges.TabIndex = 6;
            // 
            // btnUpgrade
            // 
            this.btnUpgrade.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnUpgrade.Location = new System.Drawing.Point(496, 400);
            this.btnUpgrade.Name = "btnUpgrade";
            this.btnUpgrade.Size = new System.Drawing.Size(75, 23);
            this.btnUpgrade.TabIndex = 7;
            this.btnUpgrade.Text = "&Upgrade";
            this.btnUpgrade.Click += new System.EventHandler(this.btnUpgrade_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(408, 400);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 8;
            this.btnCancel.Text = "&Cancel";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 128);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(120, 23);
            this.label1.TabIndex = 9;
            this.label1.Text = "Changes in new build:";
            // 
            // lblVersions
            // 
            this.lblVersions.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblVersions.Location = new System.Drawing.Point(16, 96);
            this.lblVersions.Name = "lblVersions";
            this.lblVersions.Size = new System.Drawing.Size(544, 23);
            this.lblVersions.TabIndex = 10;
            this.lblVersions.Tag = "";
            this.lblVersions.Text = "You are running version (";
            // 
            // fun1
            // 
            this.fun1.BackColor = System.Drawing.Color.White;
            this.fun1.Location = new System.Drawing.Point(1, 1);
            this.fun1.Name = "fun1";
            this.fun1.Size = new System.Drawing.Size(575, 82);
            this.fun1.TabIndex = 5;
            this.fun1.Text = "fun1";
            // 
            // UpdatesForm
            // 
            this.AcceptButton = this.btnUpgrade;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(576, 430);
            this.Controls.Add(this.fun1);
            this.Controls.Add(this.lblVersions);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnUpgrade);
            this.Controls.Add(this.txtChanges);
            this.Controls.Add(this.label1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "UpdatesForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "A New Version is Available";
            this.Load += new System.EventHandler(this.UpdatesForm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
예제 #3
0
파일: UpdatesForm.cs 프로젝트: zhh007/MyGen
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtChanges  = new System.Windows.Forms.TextBox();
     this.btnUpgrade  = new System.Windows.Forms.Button();
     this.btnCancel   = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.lblVersions = new System.Windows.Forms.Label();
     this.fun1        = new MyGeneration.AboutBoxLogo();
     this.SuspendLayout();
     //
     // txtChanges
     //
     this.txtChanges.AcceptsReturn = true;
     this.txtChanges.AcceptsTab    = true;
     this.txtChanges.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.txtChanges.Font       = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChanges.Location   = new System.Drawing.Point(8, 152);
     this.txtChanges.Multiline  = true;
     this.txtChanges.Name       = "txtChanges";
     this.txtChanges.ReadOnly   = true;
     this.txtChanges.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtChanges.Size       = new System.Drawing.Size(560, 240);
     this.txtChanges.TabIndex   = 6;
     //
     // btnUpgrade
     //
     this.btnUpgrade.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpgrade.Location = new System.Drawing.Point(496, 400);
     this.btnUpgrade.Name     = "btnUpgrade";
     this.btnUpgrade.Size     = new System.Drawing.Size(75, 23);
     this.btnUpgrade.TabIndex = 7;
     this.btnUpgrade.Text     = "&Upgrade";
     this.btnUpgrade.Click   += new System.EventHandler(this.btnUpgrade_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(408, 400);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex     = 8;
     this.btnCancel.Text         = "&Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 128);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(120, 23);
     this.label1.TabIndex = 9;
     this.label1.Text     = "Changes in new build:";
     //
     // lblVersions
     //
     this.lblVersions.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVersions.Location = new System.Drawing.Point(16, 96);
     this.lblVersions.Name     = "lblVersions";
     this.lblVersions.Size     = new System.Drawing.Size(544, 23);
     this.lblVersions.TabIndex = 10;
     this.lblVersions.Tag      = "";
     this.lblVersions.Text     = "You are running version (";
     //
     // fun1
     //
     this.fun1.BackColor = System.Drawing.Color.White;
     this.fun1.Location  = new System.Drawing.Point(1, 1);
     this.fun1.Name      = "fun1";
     this.fun1.Size      = new System.Drawing.Size(575, 82);
     this.fun1.TabIndex  = 5;
     this.fun1.Text      = "fun1";
     //
     // UpdatesForm
     //
     this.AcceptButton      = this.btnUpgrade;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(576, 430);
     this.Controls.Add(this.fun1);
     this.Controls.Add(this.lblVersions);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnUpgrade);
     this.Controls.Add(this.txtChanges);
     this.Controls.Add(this.label1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "UpdatesForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "A New Version is Available";
     this.Load         += new System.EventHandler(this.UpdatesForm_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #4
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.lstBoxProducts = new System.Windows.Forms.ListBox();
            this.txtProductInfo = new System.Windows.Forms.TextBox();
            this.lnkURL = new System.Windows.Forms.LinkLabel();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.fun1 = new MyGeneration.AboutBoxLogo();
            this.SuspendLayout();
            // 
            // lstBoxProducts
            // 
            this.lstBoxProducts.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lstBoxProducts.ItemHeight = 16;
            this.lstBoxProducts.Location = new System.Drawing.Point(1, 67);
            this.lstBoxProducts.Name = "lstBoxProducts";
            this.lstBoxProducts.Size = new System.Drawing.Size(449, 148);
            this.lstBoxProducts.TabIndex = 0;
            this.lstBoxProducts.SelectedIndexChanged += new System.EventHandler(this.lstBoxProducts_SelectedIndexChanged);
            this.lstBoxProducts.SelectedValueChanged += new System.EventHandler(this.lstBoxProducts_SelectedValueChanged);
            // 
            // txtProductInfo
            // 
            this.txtProductInfo.AcceptsReturn = true;
            this.txtProductInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtProductInfo.Location = new System.Drawing.Point(1, 247);
            this.txtProductInfo.Multiline = true;
            this.txtProductInfo.Name = "txtProductInfo";
            this.txtProductInfo.ReadOnly = true;
            this.txtProductInfo.Size = new System.Drawing.Size(449, 136);
            this.txtProductInfo.TabIndex = 1;
            // 
            // lnkURL
            // 
            this.lnkURL.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lnkURL.Location = new System.Drawing.Point(1, 218);
            this.lnkURL.Name = "lnkURL";
            this.lnkURL.Size = new System.Drawing.Size(449, 26);
            this.lnkURL.TabIndex = 3;
            this.lnkURL.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.lnkURL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkURL_LinkClicked);
            // 
            // linkLabel1
            // 
            this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.linkLabel1.Location = new System.Drawing.Point(-2, 360);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(371, 23);
            this.linkLabel1.TabIndex = 3;
            this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            // 
            // fun1
            // 
            this.fun1.BackColor = System.Drawing.Color.White;
            this.fun1.Location = new System.Drawing.Point(1, 1);
            this.fun1.Name = "fun1";
            this.fun1.Size = new System.Drawing.Size(449, 68);
            this.fun1.TabIndex = 5;
            this.fun1.Text = "fun1";
            // 
            // NewAbout
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(451, 382);
            this.Controls.Add(this.lnkURL);
            this.Controls.Add(this.txtProductInfo);
            this.Controls.Add(this.lstBoxProducts);
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.fun1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "NewAbout";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "About MyGeneration";
            this.Load += new System.EventHandler(this.NewAbout_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._productsListBox     = new System.Windows.Forms.ListBox();
     this._productInfoTextBox  = new System.Windows.Forms.TextBox();
     this._productUrlLinkLabel = new System.Windows.Forms.LinkLabel();
     this._aboutBoxLogo        = new MyGeneration.AboutBoxLogo();
     this.SuspendLayout();
     //
     // _productsListBox
     //
     this._productsListBox.Font                  = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._productsListBox.ItemHeight            = 16;
     this._productsListBox.Location              = new System.Drawing.Point(1, 67);
     this._productsListBox.Name                  = "_productsListBox";
     this._productsListBox.Size                  = new System.Drawing.Size(449, 148);
     this._productsListBox.TabIndex              = 0;
     this._productsListBox.SelectedValueChanged += new System.EventHandler(this.ProductsListBox_OnSelectedValueChanged);
     //
     // _productInfoTextBox
     //
     this._productInfoTextBox.AcceptsReturn = true;
     this._productInfoTextBox.Font          = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._productInfoTextBox.Location      = new System.Drawing.Point(1, 247);
     this._productInfoTextBox.Multiline     = true;
     this._productInfoTextBox.Name          = "_productInfoTextBox";
     this._productInfoTextBox.ReadOnly      = true;
     this._productInfoTextBox.Size          = new System.Drawing.Size(449, 136);
     this._productInfoTextBox.TabIndex      = 1;
     //
     // lnkURL
     //
     this._productUrlLinkLabel.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._productUrlLinkLabel.Location     = new System.Drawing.Point(1, 218);
     this._productUrlLinkLabel.Name         = "_productUrlLinkLabel";
     this._productUrlLinkLabel.Size         = new System.Drawing.Size(449, 26);
     this._productUrlLinkLabel.TabIndex     = 3;
     this._productUrlLinkLabel.TextAlign    = System.Drawing.ContentAlignment.TopCenter;
     this._productUrlLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ProductUrlLinkLabel_OnClicked);
     //
     // _aboutBoxLogo
     //
     this._aboutBoxLogo.BackColor = System.Drawing.Color.White;
     this._aboutBoxLogo.Location  = new System.Drawing.Point(1, 1);
     this._aboutBoxLogo.Name      = "_aboutBoxLogo";
     this._aboutBoxLogo.Size      = new System.Drawing.Size(449, 68);
     this._aboutBoxLogo.TabIndex  = 5;
     this._aboutBoxLogo.Text      = "fun1";
     //
     // AboutBox
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(451, 382);
     this.Controls.Add(this._productUrlLinkLabel);
     this.Controls.Add(this._productInfoTextBox);
     this.Controls.Add(this._productsListBox);
     this.Controls.Add(this._aboutBoxLogo);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AboutBox";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About MyGeneration";
     this.Load           += new System.EventHandler(this.AboutBox_OnLoading);
     this.ResumeLayout(false);
     this.PerformLayout();
 }