From 732bacf98e00e5674fdee8adc07854b36419ccf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0?= Date: Tue, 2 Oct 2018 16:03:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B1=D0=BB=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BE=20=D0=B8=D0=B7=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=20=D0=BE=D0=BA=D0=BD=D0=B0=20=D0=B8=20=D1=81?= =?UTF-8?q?=D0=B4=D0=B2=D0=B8=D0=B3=20=D1=81=D0=BF=D0=BB=D0=B8=D1=82=D1=82?= =?UTF-8?q?=D0=B5=D1=80=D0=B0.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BD=D1=83=D0=BC=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20TabIndex'=D0=B0.=20=D0=9D=D0=B5=D0=B1?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D1=88=D0=B8=D0=B5=20=D0=BA=D0=BE=D1=80=D1=80?= =?UTF-8?q?=D0=B5=D0=BA=D1=86=D0=B8=D0=B8=20=D0=BF=D0=BE=20MainForm.Design?= =?UTF-8?q?er.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fileFinder/MainForm.Designer.cs | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/fileFinder/MainForm.Designer.cs b/fileFinder/MainForm.Designer.cs index 923bfe6..ee056f5 100644 --- a/fileFinder/MainForm.Designer.cs +++ b/fileFinder/MainForm.Designer.cs @@ -51,11 +51,11 @@ this.resultViewer.Location = new System.Drawing.Point(0, 0); this.resultViewer.Name = "resultViewer"; this.resultViewer.Size = new System.Drawing.Size(800, 342); - this.resultViewer.TabIndex = 3; + this.resultViewer.TabIndex = 6; // // dirSelectBtn // - this.dirSelectBtn.Location = new System.Drawing.Point(667, 11); + this.dirSelectBtn.Location = new System.Drawing.Point(668, 9); this.dirSelectBtn.Name = "dirSelectBtn"; this.dirSelectBtn.Size = new System.Drawing.Size(120, 21); this.dirSelectBtn.TabIndex = 2; @@ -65,7 +65,7 @@ // // curDirTextBox // - this.curDirTextBox.Location = new System.Drawing.Point(11, 12); + this.curDirTextBox.Location = new System.Drawing.Point(12, 10); this.curDirTextBox.Name = "curDirTextBox"; this.curDirTextBox.Size = new System.Drawing.Size(650, 20); this.curDirTextBox.TabIndex = 1; @@ -75,7 +75,7 @@ // splitContainer // this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; + this.splitContainer.IsSplitterFixed = true; this.splitContainer.Location = new System.Drawing.Point(0, 0); this.splitContainer.Name = "splitContainer"; this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; @@ -98,28 +98,28 @@ // // handleSearchBtn // - this.handleSearchBtn.Location = new System.Drawing.Point(667, 38); + this.handleSearchBtn.Location = new System.Drawing.Point(668, 62); this.handleSearchBtn.Name = "handleSearchBtn"; this.handleSearchBtn.Size = new System.Drawing.Size(120, 21); - this.handleSearchBtn.TabIndex = 2; + this.handleSearchBtn.TabIndex = 5; this.handleSearchBtn.Text = "Start/Pause"; this.handleSearchBtn.UseVisualStyleBackColor = true; this.handleSearchBtn.Click += new System.EventHandler(this.handleSearchBtn_Click); // // innerQueryTextBox // - this.innerQueryTextBox.Location = new System.Drawing.Point(11, 65); + this.innerQueryTextBox.Location = new System.Drawing.Point(12, 62); this.innerQueryTextBox.Name = "innerQueryTextBox"; - this.innerQueryTextBox.Size = new System.Drawing.Size(776, 20); - this.innerQueryTextBox.TabIndex = 1; + this.innerQueryTextBox.Size = new System.Drawing.Size(650, 20); + this.innerQueryTextBox.TabIndex = 4; this.innerQueryTextBox.Tag = ""; // // queryTextBox // - this.queryTextBox.Location = new System.Drawing.Point(11, 39); + this.queryTextBox.Location = new System.Drawing.Point(12, 36); this.queryTextBox.Name = "queryTextBox"; - this.queryTextBox.Size = new System.Drawing.Size(650, 20); - this.queryTextBox.TabIndex = 1; + this.queryTextBox.Size = new System.Drawing.Size(776, 20); + this.queryTextBox.TabIndex = 3; this.queryTextBox.Tag = ""; this.queryTextBox.Text = "*.txt"; // @@ -148,7 +148,9 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.splitContainer); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "MainForm"; this.Text = "fileFinder Utility Created by Defend"; this.splitContainer.Panel1.ResumeLayout(false);