148 lines
6.8 KiB
C#
148 lines
6.8 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Senus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Shared
|
|
{
|
|
partial class SharedSearchForListBox
|
|
{
|
|
/// <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.jumpToTopButton = new System.Windows.Forms.Button();
|
|
this.jumpToBottomButton = new System.Windows.Forms.Button();
|
|
this.searchLabel = new System.Windows.Forms.Label();
|
|
this.searchTextBox = new System.Windows.Forms.TextBox();
|
|
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(274, 10);
|
|
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(228, 10);
|
|
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(297, 10);
|
|
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);
|
|
//
|
|
// jumpToTopButton
|
|
//
|
|
this.jumpToTopButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.jumpToTopButton.Location = new System.Drawing.Point(326, 10);
|
|
this.jumpToTopButton.Name = "jumpToTopButton";
|
|
this.jumpToTopButton.Size = new System.Drawing.Size(65, 23);
|
|
this.jumpToTopButton.TabIndex = 37;
|
|
this.jumpToTopButton.Text = "jump up";
|
|
this.jumpToTopButton.UseVisualStyleBackColor = true;
|
|
this.jumpToTopButton.Click += new System.EventHandler(this.jumpToTopButton_Click);
|
|
//
|
|
// jumpToBottomButton
|
|
//
|
|
this.jumpToBottomButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.jumpToBottomButton.Location = new System.Drawing.Point(390, 10);
|
|
this.jumpToBottomButton.Name = "jumpToBottomButton";
|
|
this.jumpToBottomButton.Size = new System.Drawing.Size(75, 23);
|
|
this.jumpToBottomButton.TabIndex = 36;
|
|
this.jumpToBottomButton.Text = "jump down";
|
|
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(6, 15);
|
|
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(53, 12);
|
|
this.searchTextBox.Name = "searchTextBox";
|
|
this.searchTextBox.Size = new System.Drawing.Size(169, 20);
|
|
this.searchTextBox.TabIndex = 33;
|
|
//
|
|
// SharedSearchForListBox
|
|
//
|
|
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.jumpToTopButton);
|
|
this.Controls.Add(this.jumpToBottomButton);
|
|
this.Controls.Add(this.searchLabel);
|
|
this.Controls.Add(this.searchTextBox);
|
|
this.Name = "SharedSearchForListBox";
|
|
this.Size = new System.Drawing.Size(472, 42);
|
|
this.Load += new System.EventHandler(this.SharedDlgSearchForListBox_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button findNextButton;
|
|
private System.Windows.Forms.Button findButton;
|
|
private System.Windows.Forms.Button findBackButton;
|
|
private System.Windows.Forms.Button jumpToTopButton;
|
|
private System.Windows.Forms.Button jumpToBottomButton;
|
|
private System.Windows.Forms.Label searchLabel;
|
|
private System.Windows.Forms.TextBox searchTextBox;
|
|
}
|
|
}
|