187 lines
8.6 KiB
C#
187 lines
8.6 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Senus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Shared
|
|
{
|
|
partial class SharedSearchForListView
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.findNextButton = new System.Windows.Forms.Button();
|
|
this.findButton = new System.Windows.Forms.Button();
|
|
this.findBackButton = new System.Windows.Forms.Button();
|
|
this.nrLabel = new System.Windows.Forms.Label();
|
|
this.jumpToTopButton = new System.Windows.Forms.Button();
|
|
this.nrTextBox = new System.Windows.Forms.TextBox();
|
|
this.jumpToBottomButton = new System.Windows.Forms.Button();
|
|
this.searchLabel = new System.Windows.Forms.Label();
|
|
this.searchTextBox = new System.Windows.Forms.TextBox();
|
|
this.goButton = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// findNextButton
|
|
//
|
|
this.findNextButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.findNextButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.findNextButton.Location = new System.Drawing.Point(475, 11);
|
|
this.findNextButton.Name = "findNextButton";
|
|
this.findNextButton.Size = new System.Drawing.Size(23, 23);
|
|
this.findNextButton.TabIndex = 39;
|
|
this.findNextButton.Text = "↓";
|
|
this.findNextButton.UseVisualStyleBackColor = true;
|
|
this.findNextButton.Click += new System.EventHandler(this.findNextButton_Click);
|
|
//
|
|
// findButton
|
|
//
|
|
this.findButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.findButton.Location = new System.Drawing.Point(429, 11);
|
|
this.findButton.Name = "findButton";
|
|
this.findButton.Size = new System.Drawing.Size(46, 23);
|
|
this.findButton.TabIndex = 35;
|
|
this.findButton.Text = "find";
|
|
this.findButton.UseVisualStyleBackColor = true;
|
|
this.findButton.Click += new System.EventHandler(this.findButton_Click);
|
|
//
|
|
// findBackButton
|
|
//
|
|
this.findBackButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.findBackButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.findBackButton.Location = new System.Drawing.Point(498, 11);
|
|
this.findBackButton.Name = "findBackButton";
|
|
this.findBackButton.Size = new System.Drawing.Size(23, 23);
|
|
this.findBackButton.TabIndex = 38;
|
|
this.findBackButton.Tag = "aa";
|
|
this.findBackButton.Text = "↑";
|
|
this.findBackButton.UseVisualStyleBackColor = true;
|
|
this.findBackButton.Click += new System.EventHandler(this.findBackButton_Click);
|
|
//
|
|
// nrLabel
|
|
//
|
|
this.nrLabel.AutoSize = true;
|
|
this.nrLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.nrLabel.Location = new System.Drawing.Point(12, 17);
|
|
this.nrLabel.Name = "nrLabel";
|
|
this.nrLabel.Size = new System.Drawing.Size(71, 13);
|
|
this.nrLabel.TabIndex = 30;
|
|
this.nrLabel.Text = "Procedure nr.";
|
|
//
|
|
// jumpToTopButton
|
|
//
|
|
this.jumpToTopButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.jumpToTopButton.Location = new System.Drawing.Point(527, 11);
|
|
this.jumpToTopButton.Name = "jumpToTopButton";
|
|
this.jumpToTopButton.Size = new System.Drawing.Size(77, 23);
|
|
this.jumpToTopButton.TabIndex = 37;
|
|
this.jumpToTopButton.Text = "jump to top";
|
|
this.jumpToTopButton.UseVisualStyleBackColor = true;
|
|
this.jumpToTopButton.Click += new System.EventHandler(this.jumpToTopButton_Click);
|
|
//
|
|
// nrTextBox
|
|
//
|
|
this.nrTextBox.Location = new System.Drawing.Point(90, 13);
|
|
this.nrTextBox.Name = "nrTextBox";
|
|
this.nrTextBox.Size = new System.Drawing.Size(60, 20);
|
|
this.nrTextBox.TabIndex = 31;
|
|
this.nrTextBox.Enter += procedureNrTextBox_Enter;
|
|
//
|
|
// jumpToBottomButton
|
|
//
|
|
this.jumpToBottomButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.jumpToBottomButton.Location = new System.Drawing.Point(610, 11);
|
|
this.jumpToBottomButton.Name = "jumpToBottomButton";
|
|
this.jumpToBottomButton.Size = new System.Drawing.Size(97, 23);
|
|
this.jumpToBottomButton.TabIndex = 36;
|
|
this.jumpToBottomButton.Text = "jump to bottom";
|
|
this.jumpToBottomButton.UseVisualStyleBackColor = true;
|
|
this.jumpToBottomButton.Click += new System.EventHandler(this.jumpToBottomButton_Click);
|
|
//
|
|
// searchLabel
|
|
//
|
|
this.searchLabel.AutoSize = true;
|
|
this.searchLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.searchLabel.Location = new System.Drawing.Point(207, 16);
|
|
this.searchLabel.Name = "searchLabel";
|
|
this.searchLabel.Size = new System.Drawing.Size(41, 13);
|
|
this.searchLabel.TabIndex = 32;
|
|
this.searchLabel.Text = "Search";
|
|
//
|
|
// searchTextBox
|
|
//
|
|
this.searchTextBox.Location = new System.Drawing.Point(254, 13);
|
|
this.searchTextBox.Name = "searchTextBox";
|
|
this.searchTextBox.Size = new System.Drawing.Size(169, 20);
|
|
this.searchTextBox.TabIndex = 33;
|
|
this.searchTextBox.Enter += searchTextBox_Enter;
|
|
//
|
|
// goButton
|
|
//
|
|
this.goButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.goButton.Location = new System.Drawing.Point(155, 11);
|
|
this.goButton.Name = "goButton";
|
|
this.goButton.Size = new System.Drawing.Size(46, 23);
|
|
this.goButton.TabIndex = 34;
|
|
this.goButton.Text = "go";
|
|
this.goButton.UseVisualStyleBackColor = true;
|
|
this.goButton.Click += new System.EventHandler(this.goButton_Click);
|
|
//
|
|
// SharedSearchForListView
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.findNextButton);
|
|
this.Controls.Add(this.findButton);
|
|
this.Controls.Add(this.findBackButton);
|
|
this.Controls.Add(this.nrLabel);
|
|
this.Controls.Add(this.jumpToTopButton);
|
|
this.Controls.Add(this.nrTextBox);
|
|
this.Controls.Add(this.jumpToBottomButton);
|
|
this.Controls.Add(this.searchLabel);
|
|
this.Controls.Add(this.searchTextBox);
|
|
this.Controls.Add(this.goButton);
|
|
this.Name = "SharedSearchForListView";
|
|
this.Size = new System.Drawing.Size(718, 42);
|
|
this.Load += new System.EventHandler(this.SharedDlgSearchForListView_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.Button findNextButton;
|
|
public System.Windows.Forms.Button findButton;
|
|
public System.Windows.Forms.Button findBackButton;
|
|
public System.Windows.Forms.Label nrLabel;
|
|
public System.Windows.Forms.Button jumpToTopButton;
|
|
public System.Windows.Forms.TextBox nrTextBox;
|
|
public System.Windows.Forms.Button jumpToBottomButton;
|
|
public System.Windows.Forms.Label searchLabel;
|
|
public System.Windows.Forms.TextBox searchTextBox;
|
|
public System.Windows.Forms.Button goButton;
|
|
}
|
|
}
|