92 this.textBoxAge.Size = new System.Drawing.Size(99, 21);
93 this.textBoxAge.TabIndex = 4;
94 this.textBoxAge.KeyPress = new System.Windows.Forms.KeyPressEventHandler(this.textBoxAge_KeyPress);
95 //
96 // textBoxOutput
97 //
98 this.textBoxOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
99 | System.Windows.Forms.AnchorStyles.Left)
100 | System.Windows.Forms.AnchorStyles.Right)));
101 this.textBoxOutput.Location = new System.Drawing.Point(28, 307);
102 this.textBoxOutput.Multiline = true;
103 this.textBoxOutput.Name = "textBoxOutput";
104 this.textBoxOutput.ReadOnly = true;
105 this.textBoxOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
106 this.textBoxOutput.Size = new System.Drawing.Size(416, 171);
107 this.textBoxOutput.TabIndex = 5;
108 //
109 // label4
110 //
111 this.label4.AutoSize = true;
112 this.label4.Location = new System.Drawing.Point(26, 257);
113 this.label4.Name = "label4";
114 this.label4.Size = new System.Drawing.Size(53, 12);
115 this.label4.TabIndex = 7;
116 this.label4.Text = "labelAge";
117 //
118 // label5
119 //
120 this.label5.AutoSize = true;
121 this.label5.Location = new System.Drawing.Point(26, 289);
122 this.label5.Name = "label5";
123 this.label5.Size = new System.Drawing.Size(71, 12);
124 this.label5.TabIndex = 8;
125 this.label5.Text = "labelOutput";
126 //
127 // buttonOK
128 //
129 this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
130 this.buttonOK.Location = new System.Drawing.Point(458, 18);
131 this.buttonOK.Name = "buttonOK";
132 this.buttonOK.Size = new System.Drawing.Size(82, 21);
133 this.buttonOK.TabIndex = 9;
134 this.buttonOK.Text = "OK";
135 this.buttonOK.UseVisualStyleBackColor = true;
136 this.buttonOK.Click = new System.EventHandler(this.buttonOK_Click);
137 //
138 // buttonHelp
139 //
140 this.buttonHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
141 this.buttonHelp.CausesValidation = false;
142 this.buttonHelp.Location = new System.Drawing.Point(458, 43);
143 this.buttonHelp.Name = "buttonHelp";
144 this.buttonHelp.Size = new System.Drawing.Size(82, 21);
145 this.buttonHelp.TabIndex = 10;
146 this.buttonHelp.Text = "Help";
147 this.buttonHelp.UseVisualStyleBackColor = true;
148 this.buttonHelp.Click = new System.EventHandler(this.buttonHelp_Click);
149 //
150 // checkBoxProgrammer
151 //
152 this.checkBoxProgrammer.AutoSize = true;
153 this.checkBoxProgrammer.Checked = true;
154 this.checkBoxProgrammer.CheckState = System.Windows.Forms.CheckState.Checked;
155 this.checkBoxProgrammer.Location = new System.Drawing.Point(28, 166);
156 this.checkBoxProgrammer.Name = "checkBoxProgrammer";
157 this.checkBoxProgrammer.Size = new System.Drawing.Size(84, 16);
158 this.checkBoxProgrammer.TabIndex = 11;
159 this.checkBoxProgrammer.Text = "Programmer";
160 this.checkBoxProgrammer.UseVisualStyleBackColor = true;
161 //
162 // groupBoxSex
163 //
164 this.groupBoxSex.Controls.Add(this.radioButtonMale);
165 this.groupBoxSex.Controls.Add(this.radioButtonFemale);
166 this.groupBoxSex.Location = new System.Drawing.Point(28, 188);
167 this.groupBoxSex.Name = "groupBoxSex";
168 this.groupBoxSex.Size = new System.Drawing.Size(415, 55);
169 this.groupBoxSex.TabIndex = 12;
170 this.groupBoxSex.TabStop = false;
171 this.groupBoxSex.Text = "Sex";
172 //
173 // radioButtonMale
174 //
175 this.radioButtonMale.AutoSize = true;
176 this.radioButtonMale.Location = new System.Drawing.Point(235, 24);
177 this.radioButtonMale.Name = "radioButtonMale";
178 this.radioButtonMale.Size = new System.Drawing.Size(113, 16);
179 this.radioButtonMale.TabIndex = 1;
180 this.radioButtonMale.Text = "radioButtonMale";
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




