Browse Source

Заблокировано изменение размеров окна и сдвиг сплиттера. Исправлена нумерация TabIndex'а. Небольшие коррекции по MainForm.Designer.

release
Никита 6 years ago
parent
commit
732bacf98e
  1. 26
      fileFinder/MainForm.Designer.cs

26
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);

Loading…
Cancel
Save