diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-10-24 13:50:38 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-10-24 13:50:38 +0100 |
| commit | 72a2b98a29ac1d3b67a4158b6a1823a39ecb5e00 (patch) | |
| tree | 8a39e99f1542fc0335a4553231fea5acdb9beb70 /Histacom2 | |
| parent | 3d2e297b43cbd7f99269c9a58b25651a83ccef3c (diff) | |
| download | histacom2-72a2b98a29ac1d3b67a4158b6a1823a39ecb5e00.tar.gz histacom2-72a2b98a29ac1d3b67a4158b6a1823a39ecb5e00.tar.bz2 histacom2-72a2b98a29ac1d3b67a4158b6a1823a39ecb5e00.zip | |
Finished ClassicTextBox
ClassicDropDown next!
Diffstat (limited to 'Histacom2')
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.Designer.cs | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.Designer.cs b/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.Designer.cs index 153018a..0f3eee8 100644 --- a/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.Designer.cs +++ b/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.Designer.cs @@ -55,12 +55,12 @@ this.bottomleftcorner = new System.Windows.Forms.Panel(); this.topleftcorner = new System.Windows.Forms.Panel(); this.pnlSave = new System.Windows.Forms.Panel(); - this.refresh = new System.Windows.Forms.Timer(this.components); + this.txtSave = new Histacom2.Engine.UI.ClassicTextBox(); this.classicLabel2 = new Histacom2.Engine.UI.ClassicLabel(); this.classicLabel1 = new Histacom2.Engine.UI.ClassicLabel(); this.classicButton1 = new Histacom2.Engine.UI.ClassicButton(); this.btnSave = new Histacom2.Engine.UI.ClassicButton(); - this.txtSave = new Histacom2.Engine.UI.ClassicTextBox(); + this.refresh = new System.Windows.Forms.Timer(this.components); this.program.SuspendLayout(); this.MenuStrip1.SuspendLayout(); this.pnlSave.SuspendLayout(); @@ -295,10 +295,17 @@ this.pnlSave.TabIndex = 18; this.pnlSave.Visible = false; // - // refresh + // txtSave // - this.refresh.Interval = 15000; - this.refresh.Tick += new System.EventHandler(this.refresh_Tick); + this.txtSave.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.txtSave.BackColor = System.Drawing.Color.White; + this.txtSave.Location = new System.Drawing.Point(56, 6); + this.txtSave.Name = "txtSave"; + this.txtSave.Size = new System.Drawing.Size(549, 17); + this.txtSave.TabIndex = 22; + this.txtSave.UseSystemPasswordChar = false; // // classicLabel2 // @@ -348,16 +355,10 @@ this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // - // txtSave + // refresh // - this.txtSave.BackColor = System.Drawing.Color.White; - this.txtSave.Location = new System.Drawing.Point(56, 6); - this.txtSave.MaximumSize = new System.Drawing.Size(0, 17); - this.txtSave.MinimumSize = new System.Drawing.Size(100, 17); - this.txtSave.Name = "txtSave"; - this.txtSave.Size = new System.Drawing.Size(549, 17); - this.txtSave.TabIndex = 22; - this.txtSave.UseSystemPasswordChar = false; + this.refresh.Interval = 15000; + this.refresh.Tick += new System.EventHandler(this.refresh_Tick); // // Win95WindowsExplorer // |
