diff options
| author | william341 <[email protected]> | 2016-07-23 16:56:29 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 16:56:29 -0700 |
| commit | 1fe97b69490c6f26e22d3944d1ce55144b25ec66 (patch) | |
| tree | 1983cfc6028d1608ca07034503d2028145eee1d6 | |
| parent | 01825646ce2ff4d5d9f3e46438fbf6fdf5a4f560 (diff) | |
| download | shiftos-c--1fe97b69490c6f26e22d3944d1ce55144b25ec66.tar.gz shiftos-c--1fe97b69490c6f26e22d3944d1ce55144b25ec66.tar.bz2 shiftos-c--1fe97b69490c6f26e22d3944d1ce55144b25ec66.zip | |
Fix Info box.
| -rw-r--r-- | source/WindowsFormsApplication1/Controls/infobox.Designer.cs | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/source/WindowsFormsApplication1/Controls/infobox.Designer.cs b/source/WindowsFormsApplication1/Controls/infobox.Designer.cs index 2952a4b..d1c7e55 100644 --- a/source/WindowsFormsApplication1/Controls/infobox.Designer.cs +++ b/source/WindowsFormsApplication1/Controls/infobox.Designer.cs @@ -55,10 +55,10 @@ namespace ShiftOS // // txtuserinput // - this.txtuserinput.Anchor = ShiftUI.AnchorStyles.Bottom; + //this.txtuserinput.Anchor = ShiftUI.AnchorStyles.Bottom; this.txtuserinput.BorderStyle = ShiftUI.BorderStyle.FixedSingle; this.txtuserinput.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtuserinput.Location = new System.Drawing.Point(103, 86); + this.txtuserinput.Location = new System.Drawing.Point(103, 56); this.txtuserinput.Multiline = true; this.txtuserinput.Name = "txtuserinput"; this.txtuserinput.Size = new System.Drawing.Size(256, 23); @@ -68,12 +68,11 @@ namespace ShiftOS // // btnok // - this.btnok.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); + //this.btnok.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) | ShiftUI.AnchorStyles.Right))); this.btnok.FlatStyle = ShiftUI.FlatStyle.Standard; this.btnok.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnok.ForeColor = System.Drawing.Color.Black; - this.btnok.Location = new System.Drawing.Point(134, 118); + this.btnok.Location = new System.Drawing.Point(134, 88); this.btnok.Name = "btnok"; this.btnok.Size = new System.Drawing.Size(109, 30); this.btnok.TabIndex = 7; @@ -84,19 +83,18 @@ namespace ShiftOS // // txtmessage // - this.txtmessage.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Right))); + //this.txtmessage.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) | ShiftUI.AnchorStyles.Right))); this.txtmessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtmessage.Location = new System.Drawing.Point(102, 7); this.txtmessage.Name = "txtmessage"; - this.txtmessage.Size = new System.Drawing.Size(266, 102); + this.txtmessage.Size = new System.Drawing.Size(266, 75); this.txtmessage.TabIndex = 2; this.txtmessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pboximage // this.pboximage.Image = global::ShiftOS.Properties.Resources.Symbolinfo1; - this.pboximage.Location = new System.Drawing.Point(12, 7); + this.pboximage.Location = new System.Drawing.Point(12, 17); this.pboximage.Name = "pboximage"; this.pboximage.Size = new System.Drawing.Size(80, 70); this.pboximage.TabIndex = 0; @@ -104,23 +102,21 @@ namespace ShiftOS // // lblintructtext // - this.lblintructtext.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Right))); + //this.lblintructtext.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) | ShiftUI.AnchorStyles.Right))); this.lblintructtext.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.lblintructtext.Location = new System.Drawing.Point(105, 7); this.lblintructtext.Name = "lblintructtext"; - this.lblintructtext.Size = new System.Drawing.Size(256, 76); + this.lblintructtext.Size = new System.Drawing.Size(256, 56); this.lblintructtext.TabIndex = 9; this.lblintructtext.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lblintructtext.Visible = false; // // pnlyesno // - this.pnlyesno.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) - | ShiftUI.AnchorStyles.Right))); + //this.pnlyesno.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Bottom | ShiftUI.AnchorStyles.Left) | ShiftUI.AnchorStyles.Right))); this.pnlyesno.Widgets.Add(this.btnno); this.pnlyesno.Widgets.Add(this.btnyes); - this.pnlyesno.Location = new System.Drawing.Point(57, 115); + this.pnlyesno.Location = new System.Drawing.Point(57, 85); this.pnlyesno.Name = "pnlyesno"; this.pnlyesno.Size = new System.Drawing.Size(269, 33); this.pnlyesno.TabIndex = 10; |
