increase the size of the message box
This commit is contained in:
parent
2120c2e8b0
commit
efe15659de
70
EduNetworkBuilder/NetworkBuilder.Designer.cs
generated
70
EduNetworkBuilder/NetworkBuilder.Designer.cs
generated
@ -96,8 +96,8 @@
|
||||
this.samplesToolStripMenuItem});
|
||||
this.msMainMenuStrip.Location = new System.Drawing.Point(0, 0);
|
||||
this.msMainMenuStrip.Name = "msMainMenuStrip";
|
||||
this.msMainMenuStrip.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
|
||||
this.msMainMenuStrip.Size = new System.Drawing.Size(617, 28);
|
||||
this.msMainMenuStrip.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
|
||||
this.msMainMenuStrip.Size = new System.Drawing.Size(463, 28);
|
||||
this.msMainMenuStrip.TabIndex = 0;
|
||||
this.msMainMenuStrip.Text = "msMainMenuStrip";
|
||||
//
|
||||
@ -407,10 +407,10 @@
|
||||
//
|
||||
this.panelChoices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.panelChoices.Location = new System.Drawing.Point(13, 31);
|
||||
this.panelChoices.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.panelChoices.Location = new System.Drawing.Point(10, 25);
|
||||
this.panelChoices.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.panelChoices.Name = "panelChoices";
|
||||
this.panelChoices.Size = new System.Drawing.Size(79, 369);
|
||||
this.panelChoices.Size = new System.Drawing.Size(59, 300);
|
||||
this.panelChoices.TabIndex = 2;
|
||||
//
|
||||
// lbMessages
|
||||
@ -420,10 +420,10 @@
|
||||
this.lbMessages.Font = new System.Drawing.Font("Courier New", 8F);
|
||||
this.lbMessages.FormattingEnabled = true;
|
||||
this.lbMessages.ItemHeight = 16;
|
||||
this.lbMessages.Location = new System.Drawing.Point(99, 405);
|
||||
this.lbMessages.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.lbMessages.Location = new System.Drawing.Point(74, 329);
|
||||
this.lbMessages.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.lbMessages.Name = "lbMessages";
|
||||
this.lbMessages.Size = new System.Drawing.Size(487, 52);
|
||||
this.lbMessages.Size = new System.Drawing.Size(366, 68);
|
||||
this.lbMessages.TabIndex = 3;
|
||||
this.lbMessages.DoubleClick += new System.EventHandler(this.lbMessages_DoubleClick);
|
||||
//
|
||||
@ -431,9 +431,10 @@
|
||||
//
|
||||
this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.lblStatus.Location = new System.Drawing.Point(99, 492);
|
||||
this.lblStatus.Location = new System.Drawing.Point(74, 400);
|
||||
this.lblStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.lblStatus.Name = "lblStatus";
|
||||
this.lblStatus.Size = new System.Drawing.Size(487, 17);
|
||||
this.lblStatus.Size = new System.Drawing.Size(365, 14);
|
||||
this.lblStatus.TabIndex = 4;
|
||||
this.lblStatus.Text = "lblStatus";
|
||||
this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@ -444,10 +445,10 @@
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.pbNetworkView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.pbNetworkView.Location = new System.Drawing.Point(99, 31);
|
||||
this.pbNetworkView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.pbNetworkView.Location = new System.Drawing.Point(74, 25);
|
||||
this.pbNetworkView.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.pbNetworkView.Name = "pbNetworkView";
|
||||
this.pbNetworkView.Size = new System.Drawing.Size(487, 369);
|
||||
this.pbNetworkView.Size = new System.Drawing.Size(366, 300);
|
||||
this.pbNetworkView.TabIndex = 1;
|
||||
this.pbNetworkView.TabStop = false;
|
||||
this.pbNetworkView.DoubleClick += new System.EventHandler(this.pbNetworkView_DoubleClick);
|
||||
@ -458,10 +459,10 @@
|
||||
// btnHelp
|
||||
//
|
||||
this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnHelp.Location = new System.Drawing.Point(3, 33);
|
||||
this.btnHelp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnHelp.Location = new System.Drawing.Point(2, 27);
|
||||
this.btnHelp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnHelp.Name = "btnHelp";
|
||||
this.btnHelp.Size = new System.Drawing.Size(28, 25);
|
||||
this.btnHelp.Size = new System.Drawing.Size(21, 20);
|
||||
this.btnHelp.TabIndex = 5;
|
||||
this.btnHelp.Text = "?";
|
||||
this.btnHelp.UseVisualStyleBackColor = true;
|
||||
@ -471,8 +472,8 @@
|
||||
//
|
||||
this.rbHelp4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rbHelp4.AutoSize = true;
|
||||
this.rbHelp4.Location = new System.Drawing.Point(13, 65);
|
||||
this.rbHelp4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.rbHelp4.Location = new System.Drawing.Point(6, 53);
|
||||
this.rbHelp4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.rbHelp4.Name = "rbHelp4";
|
||||
this.rbHelp4.Size = new System.Drawing.Size(17, 16);
|
||||
this.rbHelp4.TabIndex = 6;
|
||||
@ -483,8 +484,8 @@
|
||||
//
|
||||
this.rbHelp3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rbHelp3.AutoSize = true;
|
||||
this.rbHelp3.Location = new System.Drawing.Point(13, 85);
|
||||
this.rbHelp3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.rbHelp3.Location = new System.Drawing.Point(6, 69);
|
||||
this.rbHelp3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.rbHelp3.Name = "rbHelp3";
|
||||
this.rbHelp3.Size = new System.Drawing.Size(17, 16);
|
||||
this.rbHelp3.TabIndex = 7;
|
||||
@ -495,8 +496,8 @@
|
||||
//
|
||||
this.rbHelp2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rbHelp2.AutoSize = true;
|
||||
this.rbHelp2.Location = new System.Drawing.Point(13, 107);
|
||||
this.rbHelp2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.rbHelp2.Location = new System.Drawing.Point(6, 87);
|
||||
this.rbHelp2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.rbHelp2.Name = "rbHelp2";
|
||||
this.rbHelp2.Size = new System.Drawing.Size(17, 16);
|
||||
this.rbHelp2.TabIndex = 8;
|
||||
@ -508,8 +509,8 @@
|
||||
this.rbHelp1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.rbHelp1.AutoSize = true;
|
||||
this.rbHelp1.Checked = true;
|
||||
this.rbHelp1.Location = new System.Drawing.Point(13, 129);
|
||||
this.rbHelp1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.rbHelp1.Location = new System.Drawing.Point(6, 105);
|
||||
this.rbHelp1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.rbHelp1.Name = "rbHelp1";
|
||||
this.rbHelp1.Size = new System.Drawing.Size(17, 16);
|
||||
this.rbHelp1.TabIndex = 9;
|
||||
@ -526,17 +527,16 @@
|
||||
this.HelpPanel.Controls.Add(this.rbHelp1);
|
||||
this.HelpPanel.Controls.Add(this.rbHelp3);
|
||||
this.HelpPanel.Controls.Add(this.rbHelp2);
|
||||
this.HelpPanel.Location = new System.Drawing.Point(584, 31);
|
||||
this.HelpPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.HelpPanel.Location = new System.Drawing.Point(438, 25);
|
||||
this.HelpPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.HelpPanel.Name = "HelpPanel";
|
||||
this.HelpPanel.Size = new System.Drawing.Size(33, 369);
|
||||
this.HelpPanel.Size = new System.Drawing.Size(25, 300);
|
||||
this.HelpPanel.TabIndex = 10;
|
||||
//
|
||||
// cbViewTitles
|
||||
//
|
||||
this.cbViewTitles.AutoSize = true;
|
||||
this.cbViewTitles.Location = new System.Drawing.Point(7, 9);
|
||||
this.cbViewTitles.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.cbViewTitles.Location = new System.Drawing.Point(5, 7);
|
||||
this.cbViewTitles.Name = "cbViewTitles";
|
||||
this.cbViewTitles.Size = new System.Drawing.Size(18, 17);
|
||||
this.cbViewTitles.TabIndex = 10;
|
||||
@ -546,18 +546,18 @@
|
||||
// myProgressBar
|
||||
//
|
||||
this.myProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.myProgressBar.Location = new System.Drawing.Point(13, 405);
|
||||
this.myProgressBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.myProgressBar.Location = new System.Drawing.Point(10, 329);
|
||||
this.myProgressBar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.myProgressBar.Name = "myProgressBar";
|
||||
this.myProgressBar.Size = new System.Drawing.Size(79, 23);
|
||||
this.myProgressBar.Size = new System.Drawing.Size(59, 19);
|
||||
this.myProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
||||
this.myProgressBar.TabIndex = 11;
|
||||
//
|
||||
// BuilderWindow
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(617, 507);
|
||||
this.ClientSize = new System.Drawing.Size(463, 412);
|
||||
this.Controls.Add(this.myProgressBar);
|
||||
this.Controls.Add(this.lblStatus);
|
||||
this.Controls.Add(this.lbMessages);
|
||||
@ -567,7 +567,7 @@
|
||||
this.Controls.Add(this.HelpPanel);
|
||||
this.Icon = global::EduNetworkBuilder.Properties.Resources.NBIco;
|
||||
this.MainMenuStrip = this.msMainMenuStrip;
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.Name = "BuilderWindow";
|
||||
this.Text = "Network Builder";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BuilderWindow_FormClosing);
|
||||
|
Loading…
Reference in New Issue
Block a user