aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/UI/ClassicTextBox.Designer.cs
blob: 06df3fb872e8366af39809495daee123d37660c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
namespace Histacom2.Engine.UI
{
    partial class ClassicTextBox
    {
        /// <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.bborder = new System.Windows.Forms.PictureBox();
            this.lborder = new System.Windows.Forms.PictureBox();
            this.rborder = new System.Windows.Forms.PictureBox();
            this.tborder = new System.Windows.Forms.PictureBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.bborder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lborder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rborder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tborder)).BeginInit();
            this.SuspendLayout();
            // 
            // bborder
            // 
            this.bborder.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bborder.Location = new System.Drawing.Point(2, 18);
            this.bborder.Name = "bborder";
            this.bborder.Size = new System.Drawing.Size(96, 2);
            this.bborder.TabIndex = 0;
            this.bborder.TabStop = false;
            // 
            // lborder
            // 
            this.lborder.Dock = System.Windows.Forms.DockStyle.Left;
            this.lborder.Location = new System.Drawing.Point(0, 0);
            this.lborder.Name = "lborder";
            this.lborder.Size = new System.Drawing.Size(2, 20);
            this.lborder.TabIndex = 1;
            this.lborder.TabStop = false;
            // 
            // rborder
            // 
            this.rborder.Dock = System.Windows.Forms.DockStyle.Right;
            this.rborder.Location = new System.Drawing.Point(98, 0);
            this.rborder.Name = "rborder";
            this.rborder.Size = new System.Drawing.Size(2, 20);
            this.rborder.TabIndex = 2;
            this.rborder.TabStop = false;
            // 
            // tborder
            // 
            this.tborder.Dock = System.Windows.Forms.DockStyle.Top;
            this.tborder.Location = new System.Drawing.Point(2, 0);
            this.tborder.Name = "tborder";
            this.tborder.Size = new System.Drawing.Size(96, 2);
            this.tborder.TabIndex = 3;
            this.tborder.TabStop = false;
            // 
            // textBox1
            // 
            this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox1.Location = new System.Drawing.Point(2, 2);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(96, 13);
            this.textBox1.TabIndex = 4;
            // 
            // ClassicTextBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.tborder);
            this.Controls.Add(this.bborder);
            this.Controls.Add(this.rborder);
            this.Controls.Add(this.lborder);
            this.Name = "ClassicTextBox";
            this.Size = new System.Drawing.Size(100, 20);
            ((System.ComponentModel.ISupportInitialize)(this.bborder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lborder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rborder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tborder)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox bborder;
        private System.Windows.Forms.PictureBox lborder;
        private System.Windows.Forms.PictureBox rborder;
        private System.Windows.Forms.PictureBox tborder;
        private System.Windows.Forms.TextBox textBox1;
    }
}