Added note text for scrolling capture

This commit is contained in:
Jaex 2015-10-01 15:28:23 +03:00
parent d8c4cf1bc3
commit ef54983d19
2 changed files with 669 additions and 301 deletions

View file

@ -73,6 +73,7 @@ private void InitializeComponent()
this.pOutput = new System.Windows.Forms.Panel();
this.lblProcessing = new System.Windows.Forms.Label();
this.pbOutput = new System.Windows.Forms.PictureBox();
this.lblNote = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.nudScrollDelay)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMaximumScrollCount)).BeginInit();
this.tcScrollingCapture.SuspendLayout();
@ -153,6 +154,7 @@ private void InitializeComponent()
//
// tpCapture
//
this.tpCapture.Controls.Add(this.lblNote);
this.tpCapture.Controls.Add(this.cbStartSelectionAutomatically);
this.tpCapture.Controls.Add(this.cbAutoCombine);
this.tpCapture.Controls.Add(this.lblSelectedRectangle);
@ -298,7 +300,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this.nudIgnoreLast, "nudIgnoreLast");
this.nudIgnoreLast.Maximum = new decimal(new int[] {
5,
0,
0,
0,
0});
@ -478,6 +480,11 @@ private void InitializeComponent()
this.pbOutput.Name = "pbOutput";
this.pbOutput.TabStop = false;
//
// lblNote
//
resources.ApplyResources(this.lblNote, "lblNote");
this.lblNote.Name = "lblNote";
//
// ScrollingCaptureForm
//
resources.ApplyResources(this, "$this");
@ -562,5 +569,6 @@ private void InitializeComponent()
private Label lblIgnoreLast;
private GroupBox gbImages;
private TextBox txtImagesCount;
private Label lblNote;
}
}

File diff suppressed because it is too large Load diff