Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2233 - 1
namespace SimpleSerialPort
2
{
3
    partial class SimpleSerialPort
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 Component 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
            this.comboBoxPortName = new System.Windows.Forms.ComboBox();
32
            this.buttonOpen = new System.Windows.Forms.Button();
33
            this.buttonClose = new System.Windows.Forms.Button();
34
            this.textBoxBaudRate = new System.Windows.Forms.TextBox();
35
            this.textBoxStatus = new System.Windows.Forms.TextBox();
36
            this.textBoxDataBits = new System.Windows.Forms.TextBox();
37
            this.comboBoxStopBits = new System.Windows.Forms.ComboBox();
38
            this.comboBoxParity = new System.Windows.Forms.ComboBox();
39
            this.labelStatus = new System.Windows.Forms.Label();
40
            this.labelPortName = new System.Windows.Forms.Label();
41
            this.labelBaudRate = new System.Windows.Forms.Label();
42
            this.labelDataBits = new System.Windows.Forms.Label();
43
            this.labelStopBits = new System.Windows.Forms.Label();
44
            this.labelParity = new System.Windows.Forms.Label();
45
            this.SuspendLayout();
46
            // 
47
            // comboBoxPortName
48
            // 
49
            this.comboBoxPortName.FormattingEnabled = true;
50
            this.comboBoxPortName.Location = new System.Drawing.Point(66, 88);
51
            this.comboBoxPortName.Name = "comboBoxPortName";
52
            this.comboBoxPortName.Size = new System.Drawing.Size(100, 21);
53
            this.comboBoxPortName.TabIndex = 0;
54
            // 
55
            // buttonOpen
56
            // 
57
            this.buttonOpen.Location = new System.Drawing.Point(66, 5);
58
            this.buttonOpen.Name = "buttonOpen";
59
            this.buttonOpen.Size = new System.Drawing.Size(100, 23);
60
            this.buttonOpen.TabIndex = 1;
61
            this.buttonOpen.Text = "Open";
62
            this.buttonOpen.UseVisualStyleBackColor = true;
63
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
64
            // 
65
            // buttonClose
66
            // 
67
            this.buttonClose.Location = new System.Drawing.Point(66, 34);
68
            this.buttonClose.Name = "buttonClose";
69
            this.buttonClose.Size = new System.Drawing.Size(100, 23);
70
            this.buttonClose.TabIndex = 2;
71
            this.buttonClose.Text = "Close";
72
            this.buttonClose.UseVisualStyleBackColor = true;
73
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
74
            // 
75
            // textBoxBaudRate
76
            // 
77
            this.textBoxBaudRate.Location = new System.Drawing.Point(66, 115);
78
            this.textBoxBaudRate.Name = "textBoxBaudRate";
79
            this.textBoxBaudRate.Size = new System.Drawing.Size(100, 20);
80
            this.textBoxBaudRate.TabIndex = 3;
81
            // 
82
            // textBoxStatus
83
            // 
84
            this.textBoxStatus.Location = new System.Drawing.Point(66, 63);
85
            this.textBoxStatus.Name = "textBoxStatus";
86
            this.textBoxStatus.ReadOnly = true;
87
            this.textBoxStatus.Size = new System.Drawing.Size(100, 20);
88
            this.textBoxStatus.TabIndex = 4;
89
            // 
90
            // textBoxDataBits
91
            // 
92
            this.textBoxDataBits.Location = new System.Drawing.Point(66, 142);
93
            this.textBoxDataBits.Name = "textBoxDataBits";
94
            this.textBoxDataBits.Size = new System.Drawing.Size(100, 20);
95
            this.textBoxDataBits.TabIndex = 5;
96
            // 
97
            // comboBoxStopBits
98
            // 
99
            this.comboBoxStopBits.FormattingEnabled = true;
100
            this.comboBoxStopBits.Location = new System.Drawing.Point(66, 169);
101
            this.comboBoxStopBits.Name = "comboBoxStopBits";
102
            this.comboBoxStopBits.Size = new System.Drawing.Size(100, 21);
103
            this.comboBoxStopBits.TabIndex = 6;
104
            // 
105
            // comboBoxParity
106
            // 
107
            this.comboBoxParity.FormattingEnabled = true;
108
            this.comboBoxParity.Location = new System.Drawing.Point(66, 197);
109
            this.comboBoxParity.Name = "comboBoxParity";
110
            this.comboBoxParity.Size = new System.Drawing.Size(100, 21);
111
            this.comboBoxParity.TabIndex = 7;
112
            // 
113
            // labelStatus
114
            // 
115
            this.labelStatus.AutoSize = true;
116
            this.labelStatus.Location = new System.Drawing.Point(23, 66);
117
            this.labelStatus.Name = "labelStatus";
118
            this.labelStatus.Size = new System.Drawing.Size(37, 13);
119
            this.labelStatus.TabIndex = 8;
120
            this.labelStatus.Text = "Status";
121
            // 
122
            // labelPortName
123
            // 
124
            this.labelPortName.AutoSize = true;
125
            this.labelPortName.Location = new System.Drawing.Point(3, 91);
126
            this.labelPortName.Name = "labelPortName";
127
            this.labelPortName.Size = new System.Drawing.Size(57, 13);
128
            this.labelPortName.TabIndex = 9;
129
            this.labelPortName.Text = "Port Name";
130
            // 
131
            // labelBaudRate
132
            // 
133
            this.labelBaudRate.AutoSize = true;
134
            this.labelBaudRate.Location = new System.Drawing.Point(2, 118);
135
            this.labelBaudRate.Name = "labelBaudRate";
136
            this.labelBaudRate.Size = new System.Drawing.Size(58, 13);
137
            this.labelBaudRate.TabIndex = 10;
138
            this.labelBaudRate.Text = "Baud Rate";
139
            // 
140
            // labelDataBits
141
            // 
142
            this.labelDataBits.AutoSize = true;
143
            this.labelDataBits.Location = new System.Drawing.Point(10, 145);
144
            this.labelDataBits.Name = "labelDataBits";
145
            this.labelDataBits.Size = new System.Drawing.Size(50, 13);
146
            this.labelDataBits.TabIndex = 11;
147
            this.labelDataBits.Text = "Data Bits";
148
            // 
149
            // labelStopBits
150
            // 
151
            this.labelStopBits.AutoSize = true;
152
            this.labelStopBits.Location = new System.Drawing.Point(11, 172);
153
            this.labelStopBits.Name = "labelStopBits";
154
            this.labelStopBits.Size = new System.Drawing.Size(49, 13);
155
            this.labelStopBits.TabIndex = 12;
156
            this.labelStopBits.Text = "Stop Bits";
157
            // 
158
            // labelParity
159
            // 
160
            this.labelParity.AutoSize = true;
161
            this.labelParity.Location = new System.Drawing.Point(23, 200);
162
            this.labelParity.Name = "labelParity";
163
            this.labelParity.Size = new System.Drawing.Size(33, 13);
164
            this.labelParity.TabIndex = 13;
165
            this.labelParity.Text = "Parity";
166
            // 
167
            // SimpleSerialPort
168
            // 
169
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
170
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
171
            this.Controls.Add(this.labelParity);
172
            this.Controls.Add(this.labelStopBits);
173
            this.Controls.Add(this.labelDataBits);
174
            this.Controls.Add(this.labelBaudRate);
175
            this.Controls.Add(this.labelPortName);
176
            this.Controls.Add(this.labelStatus);
177
            this.Controls.Add(this.comboBoxParity);
178
            this.Controls.Add(this.comboBoxStopBits);
179
            this.Controls.Add(this.textBoxDataBits);
180
            this.Controls.Add(this.textBoxStatus);
181
            this.Controls.Add(this.textBoxBaudRate);
182
            this.Controls.Add(this.buttonClose);
183
            this.Controls.Add(this.buttonOpen);
184
            this.Controls.Add(this.comboBoxPortName);
185
            this.Name = "SimpleSerialPort";
186
            this.Size = new System.Drawing.Size(175, 229);
187
            this.ResumeLayout(false);
188
            this.PerformLayout();
189
 
190
        }
191
 
192
        #endregion
193
 
194
        private System.Windows.Forms.ComboBox comboBoxPortName;
195
        private System.Windows.Forms.Button buttonOpen;
196
        private System.Windows.Forms.Button buttonClose;
197
        private System.Windows.Forms.TextBox textBoxBaudRate;
198
        private System.Windows.Forms.TextBox textBoxStatus;
199
        private System.Windows.Forms.TextBox textBoxDataBits;
200
        private System.Windows.Forms.ComboBox comboBoxStopBits;
201
        private System.Windows.Forms.ComboBox comboBoxParity;
202
        private System.Windows.Forms.Label labelStatus;
203
        private System.Windows.Forms.Label labelPortName;
204
        private System.Windows.Forms.Label labelBaudRate;
205
        private System.Windows.Forms.Label labelDataBits;
206
        private System.Windows.Forms.Label labelStopBits;
207
        private System.Windows.Forms.Label labelParity;
208
    }
209
}