typewriter

Форк
0
/
Form1.Designer.cs 
138 строк · 5.1 Кб
1
namespace typewriter
2
{
3
    partial class typewriter
4
    {
5
        /// <summary>
6
        ///  Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

10
        /// <summary>
11
        ///  Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

23
        #region Windows Form Designer generated code
24

25
        /// <summary>
26
        ///  Required method for Designer support - do not modify
27
        ///  the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(typewriter));
32
            textBox1 = new TextBox();
33
            button1 = new Button();
34
            checkBox1 = new CheckBox();
35
            checkBox2 = new CheckBox();
36
            checkBox3 = new CheckBox();
37
            button2 = new Button();
38
            SuspendLayout();
39
            // 
40
            // textBox1
41
            // 
42
            textBox1.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 204);
43
            textBox1.Location = new Point(2, 2);
44
            textBox1.Multiline = true;
45
            textBox1.Name = "textBox1";
46
            textBox1.ScrollBars = ScrollBars.Both;
47
            textBox1.Size = new Size(796, 361);
48
            textBox1.TabIndex = 0;
49
            textBox1.WordWrap = false;
50
            // 
51
            // button1
52
            // 
53
            button1.Font = new Font("Segoe UI Semibold", 13F, FontStyle.Bold);
54
            button1.Location = new Point(2, 364);
55
            button1.Name = "button1";
56
            button1.Size = new Size(630, 59);
57
            button1.TabIndex = 1;
58
            button1.Text = "Type for me!";
59
            button1.UseVisualStyleBackColor = true;
60
            button1.Click += button1_Click;
61
            // 
62
            // checkBox1
63
            // 
64
            checkBox1.AutoSize = true;
65
            checkBox1.Font = new Font("Segoe UI Semibold", 10.8F, FontStyle.Bold, GraphicsUnit.Point, 204);
66
            checkBox1.Location = new Point(60, 430);
67
            checkBox1.Name = "checkBox1";
68
            checkBox1.Size = new Size(127, 29);
69
            checkBox1.TabIndex = 2;
70
            checkBox1.Text = "Slow mode";
71
            checkBox1.UseVisualStyleBackColor = true;
72
            // 
73
            // checkBox2
74
            // 
75
            checkBox2.AutoSize = true;
76
            checkBox2.Font = new Font("Segoe UI Semibold", 10.8F, FontStyle.Bold, GraphicsUnit.Point, 204);
77
            checkBox2.Location = new Point(291, 430);
78
            checkBox2.Name = "checkBox2";
79
            checkBox2.Size = new Size(180, 29);
80
            checkBox2.TabIndex = 3;
81
            checkBox2.Text = "End with \"ENTER\"";
82
            checkBox2.UseVisualStyleBackColor = true;
83
            // 
84
            // checkBox3
85
            // 
86
            checkBox3.AutoSize = true;
87
            checkBox3.Font = new Font("Segoe UI Semibold", 10.8F, FontStyle.Bold, GraphicsUnit.Point, 204);
88
            checkBox3.Location = new Point(572, 430);
89
            checkBox3.Name = "checkBox3";
90
            checkBox3.Size = new Size(152, 29);
91
            checkBox3.TabIndex = 4;
92
            checkBox3.Text = "Always on top";
93
            checkBox3.UseVisualStyleBackColor = true;
94
            checkBox3.CheckedChanged += checkBox3_CheckedChanged;
95
            // 
96
            // button2
97
            // 
98
            button2.Font = new Font("Segoe UI Semibold", 13F, FontStyle.Bold);
99
            button2.Location = new Point(629, 364);
100
            button2.Name = "button2";
101
            button2.Size = new Size(169, 59);
102
            button2.TabIndex = 5;
103
            button2.Text = "Clear";
104
            button2.UseVisualStyleBackColor = true;
105
            button2.Click += button2_Click;
106
            // 
107
            // typewriter
108
            // 
109
            AutoScaleDimensions = new SizeF(8F, 20F);
110
            AutoScaleMode = AutoScaleMode.Font;
111
            ClientSize = new Size(800, 467);
112
            Controls.Add(button2);
113
            Controls.Add(checkBox3);
114
            Controls.Add(checkBox2);
115
            Controls.Add(checkBox1);
116
            Controls.Add(button1);
117
            Controls.Add(textBox1);
118
            Font = new Font("Segoe UI", 9F);
119
            FormBorderStyle = FormBorderStyle.Fixed3D;
120
            Icon = (Icon)resources.GetObject("$this.Icon");
121
            MaximizeBox = false;
122
            Name = "typewriter";
123
            Opacity = 0.94D;
124
            Text = "typewriter | *Characters input depends on current keyboard layout";
125
            ResumeLayout(false);
126
            PerformLayout();
127
        }
128

129
        #endregion
130

131
        private TextBox textBox1;
132
        private Button button1;
133
        private CheckBox checkBox1;
134
        private CheckBox checkBox2;
135
        private CheckBox checkBox3;
136
        private Button button2;
137
    }
138
}
139

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

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

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

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