OpenCores
URL https://opencores.org/ocsvn/wishbone_uart_controller/wishbone_uart_controller/trunk

Subversion Repositories wishbone_uart_controller

[/] [wishbone_uart_controller/] [branches/] [software/] [Form2.Designer.cs] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 themassau
namespace WindowsFormsApplication1
2
{
3
    partial class Form2
4
    {
5
        /// 
6
        /// Required designer variable.
7
        /// 
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// 
11
        /// Clean up any resources being used.
12
        /// 
13
        /// true if managed resources should be disposed; otherwise, false.
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
        /// 
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// 
29
        private void InitializeComponent()
30
        {
31
            this.ok = new System.Windows.Forms.Button();
32
            this.comportname = new System.Windows.Forms.TextBox();
33
            this.label1 = new System.Windows.Forms.Label();
34
            this.label2 = new System.Windows.Forms.Label();
35
            this.speedsel = new System.Windows.Forms.ComboBox();
36
            this.cancel = new System.Windows.Forms.Button();
37
            this.SuspendLayout();
38
            //
39
            // ok
40
            //
41
            this.ok.Location = new System.Drawing.Point(188, 227);
42
            this.ok.Name = "ok";
43
            this.ok.Size = new System.Drawing.Size(75, 23);
44
            this.ok.TabIndex = 0;
45
            this.ok.Tag = "ok";
46
            this.ok.Text = "ok";
47
            this.ok.UseVisualStyleBackColor = true;
48
            this.ok.Click += new System.EventHandler(this.ok_Click);
49
            //
50
            // comportname
51
            //
52
            this.comportname.Location = new System.Drawing.Point(52, 28);
53
            this.comportname.Name = "comportname";
54
            this.comportname.Size = new System.Drawing.Size(100, 20);
55
            this.comportname.TabIndex = 1;
56
            //
57
            // label1
58
            //
59
            this.label1.AutoSize = true;
60
            this.label1.Location = new System.Drawing.Point(49, 12);
61
            this.label1.Name = "label1";
62
            this.label1.Size = new System.Drawing.Size(77, 13);
63
            this.label1.TabIndex = 3;
64
            this.label1.Text = "com port name";
65
            //
66
            // label2
67
            //
68
            this.label2.AutoSize = true;
69
            this.label2.Location = new System.Drawing.Point(52, 55);
70
            this.label2.Name = "label2";
71
            this.label2.Size = new System.Drawing.Size(80, 13);
72
            this.label2.TabIndex = 4;
73
            this.label2.Text = "com port speed";
74
            //
75
            // speedsel
76
            //
77
            this.speedsel.FormattingEnabled = true;
78
            this.speedsel.Items.AddRange(new object[] {
79
            "9600",
80
            "19200",
81
            "57600",
82
            "115200",
83
            "230400"});
84
            this.speedsel.Location = new System.Drawing.Point(52, 97);
85
            this.speedsel.Name = "speedsel";
86
            this.speedsel.Size = new System.Drawing.Size(121, 21);
87
            this.speedsel.TabIndex = 5;
88
            //
89
            // cancel
90
            //
91
            this.cancel.Location = new System.Drawing.Point(291, 227);
92
            this.cancel.Name = "cancel";
93
            this.cancel.Size = new System.Drawing.Size(75, 23);
94
            this.cancel.TabIndex = 6;
95
            this.cancel.Tag = "ok";
96
            this.cancel.Text = "cancel";
97
            this.cancel.UseVisualStyleBackColor = true;
98
            this.cancel.Click += new System.EventHandler(this.cancel_Click);
99
            //
100
            // Form2
101
            //
102
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
103
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
104
            this.ClientSize = new System.Drawing.Size(378, 262);
105
            this.Controls.Add(this.cancel);
106
            this.Controls.Add(this.speedsel);
107
            this.Controls.Add(this.label2);
108
            this.Controls.Add(this.label1);
109
            this.Controls.Add(this.comportname);
110
            this.Controls.Add(this.ok);
111
            this.Name = "Form2";
112
            this.Text = "Form2";
113
            this.Load += new System.EventHandler(this.Form2_Load);
114
            this.ResumeLayout(false);
115
            this.PerformLayout();
116
 
117
        }
118
 
119
        #endregion
120
 
121
        private System.Windows.Forms.Button ok;
122
        private System.Windows.Forms.TextBox comportname;
123
        private System.Windows.Forms.Label label1;
124
        private System.Windows.Forms.Label label2;
125
        private System.Windows.Forms.ComboBox speedsel;
126
        private System.Windows.Forms.Button cancel;
127
    }
128
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.