Sfall-ScriptEditor

Форк
0
/
GoToLine.Designer.cs 
112 строк · 4.2 Кб
1
/*
2
 * Created by SharpDevelop.
3
 * User: Killian
4
 * Date: 21.07.2014
5
 * Time: 1:21
6
 * 
7
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
8
 */
9
namespace ScriptEditor
10
{
11
	partial class GoToLine
12
	{
13
		/// <summary>
14
		/// Designer variable used to keep track of non-visual components.
15
		/// </summary>
16
		private System.ComponentModel.IContainer components = null;
17
		
18
		/// <summary>
19
		/// Disposes resources used by the form.
20
		/// </summary>
21
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
22
		protected override void Dispose(bool disposing)
23
		{
24
			if (disposing) {
25
				if (components != null) {
26
					components.Dispose();
27
				}
28
			}
29
			base.Dispose(disposing);
30
		}
31
		
32
		/// <summary>
33
		/// This method is required for Windows Forms designer support.
34
		/// Do not change the method contents inside the source code editor. The Forms designer might
35
		/// not be able to load this method if it was changed manually.
36
		/// </summary>
37
		private void InitializeComponent()
38
		{
39
            this.label1 = new System.Windows.Forms.Label();
40
            this.bGo = new System.Windows.Forms.Button();
41
            this.tbLine = new System.Windows.Forms.NumericUpDown();
42
            ((System.ComponentModel.ISupportInitialize)(this.tbLine)).BeginInit();
43
            this.SuspendLayout();
44
            // 
45
            // label1
46
            // 
47
            this.label1.AutoSize = true;
48
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
49
            this.label1.Location = new System.Drawing.Point(9, 9);
50
            this.label1.Name = "label1";
51
            this.label1.Size = new System.Drawing.Size(33, 13);
52
            this.label1.TabIndex = 0;
53
            this.label1.Text = "Line :";
54
            // 
55
            // bGo
56
            // 
57
            this.bGo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
58
            this.bGo.Location = new System.Drawing.Point(135, 4);
59
            this.bGo.Name = "bGo";
60
            this.bGo.Size = new System.Drawing.Size(33, 23);
61
            this.bGo.TabIndex = 2;
62
            this.bGo.Text = "GO";
63
            this.bGo.UseVisualStyleBackColor = true;
64
            this.bGo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.GoToLineKeyUp);
65
            // 
66
            // tbLine
67
            // 
68
            this.tbLine.Location = new System.Drawing.Point(48, 7);
69
            this.tbLine.Minimum = new decimal(new int[] {
70
            1,
71
            0,
72
            0,
73
            0});
74
            this.tbLine.Name = "tbLine";
75
            this.tbLine.Size = new System.Drawing.Size(81, 20);
76
            this.tbLine.TabIndex = 1;
77
            this.tbLine.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
78
            this.tbLine.Value = new decimal(new int[] {
79
            1,
80
            0,
81
            0,
82
            0});
83
            this.tbLine.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbLineKeyDown);
84
            // 
85
            // GoToLine
86
            // 
87
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
88
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
89
            this.ClientSize = new System.Drawing.Size(176, 35);
90
            this.Controls.Add(this.tbLine);
91
            this.Controls.Add(this.bGo);
92
            this.Controls.Add(this.label1);
93
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
94
            this.KeyPreview = true;
95
            this.MaximizeBox = false;
96
            this.MinimizeBox = false;
97
            this.Name = "GoToLine";
98
            this.ShowIcon = false;
99
            this.ShowInTaskbar = false;
100
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
101
            this.Text = "Go to line";
102
            this.TopMost = true;
103
            ((System.ComponentModel.ISupportInitialize)(this.tbLine)).EndInit();
104
            this.ResumeLayout(false);
105
            this.PerformLayout();
106

107
		}
108
		internal System.Windows.Forms.Button bGo;
109
        private System.Windows.Forms.Label label1;
110
        internal System.Windows.Forms.NumericUpDown tbLine;
111
	}
112
}
113

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.