|
@@ -32,8 +32,6 @@ |
|
@@ -32,8 +32,6 @@ |
|
32
|
this.label1 = new System.Windows.Forms.Label();
|
32
|
this.label1 = new System.Windows.Forms.Label();
|
|
33
|
this.label2 = new System.Windows.Forms.Label();
|
33
|
this.label2 = new System.Windows.Forms.Label();
|
|
34
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
34
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
35
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
|
36
|
- this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
|
37
|
this.label4 = new System.Windows.Forms.Label();
|
35
|
this.label4 = new System.Windows.Forms.Label();
|
|
38
|
this.label5 = new System.Windows.Forms.Label();
|
36
|
this.label5 = new System.Windows.Forms.Label();
|
|
39
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
37
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
@@ -66,21 +64,25 @@ |
|
@@ -66,21 +64,25 @@ |
|
66
|
this.button2 = new System.Windows.Forms.Button();
|
64
|
this.button2 = new System.Windows.Forms.Button();
|
|
67
|
this.button3 = new System.Windows.Forms.Button();
|
65
|
this.button3 = new System.Windows.Forms.Button();
|
|
68
|
this.button4 = new System.Windows.Forms.Button();
|
66
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
|
67
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
|
68
|
+ this.label19 = new System.Windows.Forms.Label();
|
|
69
|
this.SuspendLayout();
|
69
|
this.SuspendLayout();
|
|
70
|
//
|
70
|
//
|
|
71
|
// textBox1
|
71
|
// textBox1
|
|
72
|
//
|
72
|
//
|
|
73
|
this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Off;
|
73
|
this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
74
|
- this.textBox1.Location = new System.Drawing.Point(105, 12);
|
74
|
+ this.textBox1.Location = new System.Drawing.Point(105, 65);
|
|
75
|
this.textBox1.MaxLength = 10;
|
75
|
this.textBox1.MaxLength = 10;
|
|
76
|
this.textBox1.Name = "textBox1";
|
76
|
this.textBox1.Name = "textBox1";
|
|
77
|
this.textBox1.Size = new System.Drawing.Size(100, 19);
|
77
|
this.textBox1.Size = new System.Drawing.Size(100, 19);
|
|
78
|
this.textBox1.TabIndex = 0;
|
78
|
this.textBox1.TabIndex = 0;
|
|
|
|
79
|
+ this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
|
|
80
|
+ this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
|
|
79
|
//
|
81
|
//
|
|
80
|
// label1
|
82
|
// label1
|
|
81
|
//
|
83
|
//
|
|
82
|
this.label1.AutoSize = true;
|
84
|
this.label1.AutoSize = true;
|
|
83
|
- this.label1.Location = new System.Drawing.Point(32, 15);
|
85
|
+ this.label1.Location = new System.Drawing.Point(32, 68);
|
|
84
|
this.label1.Name = "label1";
|
86
|
this.label1.Name = "label1";
|
|
85
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
87
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
86
|
this.label1.TabIndex = 1;
|
88
|
this.label1.TabIndex = 1;
|
|
@@ -89,7 +91,7 @@ |
|
@@ -89,7 +91,7 @@ |
|
89
|
// label2
|
91
|
// label2
|
|
90
|
//
|
92
|
//
|
|
91
|
this.label2.AutoSize = true;
|
93
|
this.label2.AutoSize = true;
|
|
92
|
- this.label2.Location = new System.Drawing.Point(32, 40);
|
94
|
+ this.label2.Location = new System.Drawing.Point(32, 93);
|
|
93
|
this.label2.Name = "label2";
|
95
|
this.label2.Name = "label2";
|
|
94
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
96
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
95
|
this.label2.TabIndex = 2;
|
97
|
this.label2.TabIndex = 2;
|
|
@@ -98,34 +100,17 @@ |
|
@@ -98,34 +100,17 @@ |
|
98
|
// textBox2
|
100
|
// textBox2
|
|
99
|
//
|
101
|
//
|
|
100
|
this.textBox2.ImeMode = System.Windows.Forms.ImeMode.Off;
|
102
|
this.textBox2.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
101
|
- this.textBox2.Location = new System.Drawing.Point(105, 37);
|
103
|
+ this.textBox2.Location = new System.Drawing.Point(105, 90);
|
|
102
|
this.textBox2.MaxLength = 10;
|
104
|
this.textBox2.MaxLength = 10;
|
|
103
|
this.textBox2.Name = "textBox2";
|
105
|
this.textBox2.Name = "textBox2";
|
|
104
|
this.textBox2.Size = new System.Drawing.Size(100, 19);
|
106
|
this.textBox2.Size = new System.Drawing.Size(100, 19);
|
|
105
|
this.textBox2.TabIndex = 3;
|
107
|
this.textBox2.TabIndex = 3;
|
|
106
|
- //
|
|
|
|
107
|
- // label3
|
|
|
|
108
|
- //
|
|
|
|
109
|
- this.label3.AutoSize = true;
|
|
|
|
110
|
- this.label3.Location = new System.Drawing.Point(20, 65);
|
|
|
|
111
|
- this.label3.Name = "label3";
|
|
|
|
112
|
- this.label3.Size = new System.Drawing.Size(65, 12);
|
|
|
|
113
|
- this.label3.TabIndex = 4;
|
|
|
|
114
|
- this.label3.Text = "行政区番号";
|
|
|
|
115
|
- //
|
|
|
|
116
|
- // textBox3
|
|
|
|
117
|
- //
|
|
|
|
118
|
- this.textBox3.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
|
119
|
- this.textBox3.Location = new System.Drawing.Point(105, 62);
|
|
|
|
120
|
- this.textBox3.MaxLength = 6;
|
|
|
|
121
|
- this.textBox3.Name = "textBox3";
|
|
|
|
122
|
- this.textBox3.Size = new System.Drawing.Size(100, 19);
|
|
|
|
123
|
- this.textBox3.TabIndex = 5;
|
108
|
+ this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
|
|
124
|
//
|
109
|
//
|
|
125
|
// label4
|
110
|
// label4
|
|
126
|
//
|
111
|
//
|
|
127
|
this.label4.AutoSize = true;
|
112
|
this.label4.AutoSize = true;
|
|
128
|
- this.label4.Location = new System.Drawing.Point(56, 90);
|
113
|
+ this.label4.Location = new System.Drawing.Point(56, 118);
|
|
129
|
this.label4.Name = "label4";
|
114
|
this.label4.Name = "label4";
|
|
130
|
this.label4.Size = new System.Drawing.Size(29, 12);
|
115
|
this.label4.Size = new System.Drawing.Size(29, 12);
|
|
131
|
this.label4.TabIndex = 6;
|
116
|
this.label4.TabIndex = 6;
|
|
@@ -134,7 +119,7 @@ |
|
@@ -134,7 +119,7 @@ |
|
134
|
// label5
|
119
|
// label5
|
|
135
|
//
|
120
|
//
|
|
136
|
this.label5.AutoSize = true;
|
121
|
this.label5.AutoSize = true;
|
|
137
|
- this.label5.Location = new System.Drawing.Point(56, 115);
|
122
|
+ this.label5.Location = new System.Drawing.Point(56, 143);
|
|
138
|
this.label5.Name = "label5";
|
123
|
this.label5.Name = "label5";
|
|
139
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
124
|
this.label5.Size = new System.Drawing.Size(29, 12);
|
|
140
|
this.label5.TabIndex = 7;
|
125
|
this.label5.TabIndex = 7;
|
|
@@ -143,26 +128,28 @@ |
|
@@ -143,26 +128,28 @@ |
|
143
|
// textBox4
|
128
|
// textBox4
|
|
144
|
//
|
129
|
//
|
|
145
|
this.textBox4.ImeMode = System.Windows.Forms.ImeMode.Off;
|
130
|
this.textBox4.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
146
|
- this.textBox4.Location = new System.Drawing.Point(105, 87);
|
131
|
+ this.textBox4.Location = new System.Drawing.Point(105, 115);
|
|
147
|
this.textBox4.MaxLength = 15;
|
132
|
this.textBox4.MaxLength = 15;
|
|
148
|
this.textBox4.Name = "textBox4";
|
133
|
this.textBox4.Name = "textBox4";
|
|
149
|
this.textBox4.Size = new System.Drawing.Size(100, 19);
|
134
|
this.textBox4.Size = new System.Drawing.Size(100, 19);
|
|
150
|
this.textBox4.TabIndex = 8;
|
135
|
this.textBox4.TabIndex = 8;
|
|
|
|
136
|
+ this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
|
|
151
|
//
|
137
|
//
|
|
152
|
// textBox5
|
138
|
// textBox5
|
|
153
|
//
|
139
|
//
|
|
154
|
this.textBox5.ImeMode = System.Windows.Forms.ImeMode.Off;
|
140
|
this.textBox5.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
155
|
- this.textBox5.Location = new System.Drawing.Point(105, 112);
|
141
|
+ this.textBox5.Location = new System.Drawing.Point(105, 140);
|
|
156
|
this.textBox5.MaxLength = 15;
|
142
|
this.textBox5.MaxLength = 15;
|
|
157
|
this.textBox5.Name = "textBox5";
|
143
|
this.textBox5.Name = "textBox5";
|
|
158
|
this.textBox5.Size = new System.Drawing.Size(100, 19);
|
144
|
this.textBox5.Size = new System.Drawing.Size(100, 19);
|
|
159
|
this.textBox5.TabIndex = 9;
|
145
|
this.textBox5.TabIndex = 9;
|
|
|
|
146
|
+ this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
|
|
160
|
//
|
147
|
//
|
|
161
|
// label6
|
148
|
// label6
|
|
162
|
//
|
149
|
//
|
|
163
|
this.label6.AutoSize = true;
|
150
|
this.label6.AutoSize = true;
|
|
164
|
this.label6.ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
151
|
this.label6.ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
165
|
- this.label6.Location = new System.Drawing.Point(12, 134);
|
152
|
+ this.label6.Location = new System.Drawing.Point(12, 162);
|
|
166
|
this.label6.Name = "label6";
|
153
|
this.label6.Name = "label6";
|
|
167
|
this.label6.Size = new System.Drawing.Size(269, 12);
|
154
|
this.label6.Size = new System.Drawing.Size(269, 12);
|
|
168
|
this.label6.TabIndex = 10;
|
155
|
this.label6.TabIndex = 10;
|
|
@@ -171,7 +158,7 @@ |
|
@@ -171,7 +158,7 @@ |
|
171
|
// label7
|
158
|
// label7
|
|
172
|
//
|
159
|
//
|
|
173
|
this.label7.AutoSize = true;
|
160
|
this.label7.AutoSize = true;
|
|
174
|
- this.label7.Location = new System.Drawing.Point(32, 152);
|
161
|
+ this.label7.Location = new System.Drawing.Point(32, 180);
|
|
175
|
this.label7.Name = "label7";
|
162
|
this.label7.Name = "label7";
|
|
176
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
163
|
this.label7.Size = new System.Drawing.Size(53, 12);
|
|
177
|
this.label7.TabIndex = 11;
|
164
|
this.label7.TabIndex = 11;
|
|
@@ -180,16 +167,17 @@ |
|
@@ -180,16 +167,17 @@ |
|
180
|
// textBox6
|
167
|
// textBox6
|
|
181
|
//
|
168
|
//
|
|
182
|
this.textBox6.ImeMode = System.Windows.Forms.ImeMode.Off;
|
169
|
this.textBox6.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
183
|
- this.textBox6.Location = new System.Drawing.Point(105, 149);
|
170
|
+ this.textBox6.Location = new System.Drawing.Point(105, 177);
|
|
184
|
this.textBox6.MaxLength = 1;
|
171
|
this.textBox6.MaxLength = 1;
|
|
185
|
this.textBox6.Name = "textBox6";
|
172
|
this.textBox6.Name = "textBox6";
|
|
186
|
this.textBox6.Size = new System.Drawing.Size(31, 19);
|
173
|
this.textBox6.Size = new System.Drawing.Size(31, 19);
|
|
187
|
this.textBox6.TabIndex = 12;
|
174
|
this.textBox6.TabIndex = 12;
|
|
|
|
175
|
+ this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
|
|
188
|
//
|
176
|
//
|
|
189
|
// label8
|
177
|
// label8
|
|
190
|
//
|
178
|
//
|
|
191
|
this.label8.AutoSize = true;
|
179
|
this.label8.AutoSize = true;
|
|
192
|
- this.label8.Location = new System.Drawing.Point(18, 177);
|
180
|
+ this.label8.Location = new System.Drawing.Point(18, 205);
|
|
193
|
this.label8.Name = "label8";
|
181
|
this.label8.Name = "label8";
|
|
194
|
this.label8.Size = new System.Drawing.Size(67, 12);
|
182
|
this.label8.Size = new System.Drawing.Size(67, 12);
|
|
195
|
this.label8.TabIndex = 13;
|
183
|
this.label8.TabIndex = 13;
|
|
@@ -198,16 +186,17 @@ |
|
@@ -198,16 +186,17 @@ |
|
198
|
// textBox7
|
186
|
// textBox7
|
|
199
|
//
|
187
|
//
|
|
200
|
this.textBox7.ImeMode = System.Windows.Forms.ImeMode.Off;
|
188
|
this.textBox7.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
201
|
- this.textBox7.Location = new System.Drawing.Point(105, 174);
|
189
|
+ this.textBox7.Location = new System.Drawing.Point(105, 202);
|
|
202
|
this.textBox7.MaxLength = 1;
|
190
|
this.textBox7.MaxLength = 1;
|
|
203
|
this.textBox7.Name = "textBox7";
|
191
|
this.textBox7.Name = "textBox7";
|
|
204
|
this.textBox7.Size = new System.Drawing.Size(31, 19);
|
192
|
this.textBox7.Size = new System.Drawing.Size(31, 19);
|
|
205
|
this.textBox7.TabIndex = 14;
|
193
|
this.textBox7.TabIndex = 14;
|
|
|
|
194
|
+ this.textBox7.TextChanged += new System.EventHandler(this.textBox7_TextChanged);
|
|
206
|
//
|
195
|
//
|
|
207
|
// label9
|
196
|
// label9
|
|
208
|
//
|
197
|
//
|
|
209
|
this.label9.AutoSize = true;
|
198
|
this.label9.AutoSize = true;
|
|
210
|
- this.label9.Location = new System.Drawing.Point(44, 202);
|
199
|
+ this.label9.Location = new System.Drawing.Point(48, 230);
|
|
211
|
this.label9.Name = "label9";
|
200
|
this.label9.Name = "label9";
|
|
212
|
this.label9.Size = new System.Drawing.Size(37, 12);
|
201
|
this.label9.Size = new System.Drawing.Size(37, 12);
|
|
213
|
this.label9.TabIndex = 15;
|
202
|
this.label9.TabIndex = 15;
|
|
@@ -216,7 +205,7 @@ |
|
@@ -216,7 +205,7 @@ |
|
216
|
// label10
|
205
|
// label10
|
|
217
|
//
|
206
|
//
|
|
218
|
this.label10.AutoSize = true;
|
207
|
this.label10.AutoSize = true;
|
|
219
|
- this.label10.Location = new System.Drawing.Point(36, 227);
|
208
|
+ this.label10.Location = new System.Drawing.Point(36, 255);
|
|
220
|
this.label10.Name = "label10";
|
209
|
this.label10.Name = "label10";
|
|
221
|
this.label10.Size = new System.Drawing.Size(49, 12);
|
210
|
this.label10.Size = new System.Drawing.Size(49, 12);
|
|
222
|
this.label10.TabIndex = 16;
|
211
|
this.label10.TabIndex = 16;
|
|
@@ -225,7 +214,7 @@ |
|
@@ -225,7 +214,7 @@ |
|
225
|
// label11
|
214
|
// label11
|
|
226
|
//
|
215
|
//
|
|
227
|
this.label11.AutoSize = true;
|
216
|
this.label11.AutoSize = true;
|
|
228
|
- this.label11.Location = new System.Drawing.Point(24, 252);
|
217
|
+ this.label11.Location = new System.Drawing.Point(24, 280);
|
|
229
|
this.label11.Name = "label11";
|
218
|
this.label11.Name = "label11";
|
|
230
|
this.label11.Size = new System.Drawing.Size(61, 12);
|
219
|
this.label11.Size = new System.Drawing.Size(61, 12);
|
|
231
|
this.label11.TabIndex = 17;
|
220
|
this.label11.TabIndex = 17;
|
|
@@ -234,7 +223,7 @@ |
|
@@ -234,7 +223,7 @@ |
|
234
|
// label12
|
223
|
// label12
|
|
235
|
//
|
224
|
//
|
|
236
|
this.label12.AutoSize = true;
|
225
|
this.label12.AutoSize = true;
|
|
237
|
- this.label12.Location = new System.Drawing.Point(32, 277);
|
226
|
+ this.label12.Location = new System.Drawing.Point(32, 305);
|
|
238
|
this.label12.Name = "label12";
|
227
|
this.label12.Name = "label12";
|
|
239
|
this.label12.Size = new System.Drawing.Size(53, 12);
|
228
|
this.label12.Size = new System.Drawing.Size(53, 12);
|
|
240
|
this.label12.TabIndex = 18;
|
229
|
this.label12.TabIndex = 18;
|
|
@@ -243,7 +232,7 @@ |
|
@@ -243,7 +232,7 @@ |
|
243
|
// label13
|
232
|
// label13
|
|
244
|
//
|
233
|
//
|
|
245
|
this.label13.AutoSize = true;
|
234
|
this.label13.AutoSize = true;
|
|
246
|
- this.label13.Location = new System.Drawing.Point(32, 302);
|
235
|
+ this.label13.Location = new System.Drawing.Point(32, 330);
|
|
247
|
this.label13.Name = "label13";
|
236
|
this.label13.Name = "label13";
|
|
248
|
this.label13.Size = new System.Drawing.Size(53, 12);
|
237
|
this.label13.Size = new System.Drawing.Size(53, 12);
|
|
249
|
this.label13.TabIndex = 19;
|
238
|
this.label13.TabIndex = 19;
|
|
@@ -252,7 +241,7 @@ |
|
@@ -252,7 +241,7 @@ |
|
252
|
// label14
|
241
|
// label14
|
|
253
|
//
|
242
|
//
|
|
254
|
this.label14.AutoSize = true;
|
243
|
this.label14.AutoSize = true;
|
|
255
|
- this.label14.Location = new System.Drawing.Point(24, 327);
|
244
|
+ this.label14.Location = new System.Drawing.Point(24, 355);
|
|
256
|
this.label14.Name = "label14";
|
245
|
this.label14.Name = "label14";
|
|
257
|
this.label14.Size = new System.Drawing.Size(61, 12);
|
246
|
this.label14.Size = new System.Drawing.Size(61, 12);
|
|
258
|
this.label14.TabIndex = 20;
|
247
|
this.label14.TabIndex = 20;
|
|
@@ -261,7 +250,7 @@ |
|
@@ -261,7 +250,7 @@ |
|
261
|
// label15
|
250
|
// label15
|
|
262
|
//
|
251
|
//
|
|
263
|
this.label15.AutoSize = true;
|
252
|
this.label15.AutoSize = true;
|
|
264
|
- this.label15.Location = new System.Drawing.Point(48, 352);
|
253
|
+ this.label15.Location = new System.Drawing.Point(48, 380);
|
|
265
|
this.label15.Name = "label15";
|
254
|
this.label15.Name = "label15";
|
|
266
|
this.label15.Size = new System.Drawing.Size(37, 12);
|
255
|
this.label15.Size = new System.Drawing.Size(37, 12);
|
|
267
|
this.label15.TabIndex = 21;
|
256
|
this.label15.TabIndex = 21;
|
|
@@ -270,71 +259,78 @@ |
|
@@ -270,71 +259,78 @@ |
|
270
|
// textBox8
|
259
|
// textBox8
|
|
271
|
//
|
260
|
//
|
|
272
|
this.textBox8.ImeMode = System.Windows.Forms.ImeMode.Off;
|
261
|
this.textBox8.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
273
|
- this.textBox8.Location = new System.Drawing.Point(105, 199);
|
262
|
+ this.textBox8.Location = new System.Drawing.Point(105, 227);
|
|
274
|
this.textBox8.MaxLength = 1;
|
263
|
this.textBox8.MaxLength = 1;
|
|
275
|
this.textBox8.Name = "textBox8";
|
264
|
this.textBox8.Name = "textBox8";
|
|
276
|
this.textBox8.Size = new System.Drawing.Size(31, 19);
|
265
|
this.textBox8.Size = new System.Drawing.Size(31, 19);
|
|
277
|
this.textBox8.TabIndex = 22;
|
266
|
this.textBox8.TabIndex = 22;
|
|
|
|
267
|
+ this.textBox8.TextChanged += new System.EventHandler(this.textBox8_TextChanged);
|
|
278
|
//
|
268
|
//
|
|
279
|
// textBox9
|
269
|
// textBox9
|
|
280
|
//
|
270
|
//
|
|
281
|
this.textBox9.ImeMode = System.Windows.Forms.ImeMode.Off;
|
271
|
this.textBox9.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
282
|
- this.textBox9.Location = new System.Drawing.Point(105, 224);
|
272
|
+ this.textBox9.Location = new System.Drawing.Point(105, 252);
|
|
283
|
this.textBox9.MaxLength = 1;
|
273
|
this.textBox9.MaxLength = 1;
|
|
284
|
this.textBox9.Name = "textBox9";
|
274
|
this.textBox9.Name = "textBox9";
|
|
285
|
this.textBox9.Size = new System.Drawing.Size(31, 19);
|
275
|
this.textBox9.Size = new System.Drawing.Size(31, 19);
|
|
286
|
this.textBox9.TabIndex = 23;
|
276
|
this.textBox9.TabIndex = 23;
|
|
|
|
277
|
+ this.textBox9.TextChanged += new System.EventHandler(this.textBox9_TextChanged);
|
|
287
|
//
|
278
|
//
|
|
288
|
// textBox10
|
279
|
// textBox10
|
|
289
|
//
|
280
|
//
|
|
290
|
this.textBox10.ImeMode = System.Windows.Forms.ImeMode.Off;
|
281
|
this.textBox10.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
291
|
- this.textBox10.Location = new System.Drawing.Point(105, 249);
|
282
|
+ this.textBox10.Location = new System.Drawing.Point(105, 277);
|
|
292
|
this.textBox10.MaxLength = 1;
|
283
|
this.textBox10.MaxLength = 1;
|
|
293
|
this.textBox10.Name = "textBox10";
|
284
|
this.textBox10.Name = "textBox10";
|
|
294
|
this.textBox10.Size = new System.Drawing.Size(31, 19);
|
285
|
this.textBox10.Size = new System.Drawing.Size(31, 19);
|
|
295
|
this.textBox10.TabIndex = 24;
|
286
|
this.textBox10.TabIndex = 24;
|
|
|
|
287
|
+ this.textBox10.TextChanged += new System.EventHandler(this.textBox10_TextChanged);
|
|
296
|
//
|
288
|
//
|
|
297
|
// textBox11
|
289
|
// textBox11
|
|
298
|
//
|
290
|
//
|
|
299
|
this.textBox11.ImeMode = System.Windows.Forms.ImeMode.Off;
|
291
|
this.textBox11.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
300
|
- this.textBox11.Location = new System.Drawing.Point(105, 274);
|
292
|
+ this.textBox11.Location = new System.Drawing.Point(105, 302);
|
|
301
|
this.textBox11.MaxLength = 1;
|
293
|
this.textBox11.MaxLength = 1;
|
|
302
|
this.textBox11.Name = "textBox11";
|
294
|
this.textBox11.Name = "textBox11";
|
|
303
|
this.textBox11.Size = new System.Drawing.Size(31, 19);
|
295
|
this.textBox11.Size = new System.Drawing.Size(31, 19);
|
|
304
|
this.textBox11.TabIndex = 25;
|
296
|
this.textBox11.TabIndex = 25;
|
|
|
|
297
|
+ this.textBox11.TextChanged += new System.EventHandler(this.textBox11_TextChanged);
|
|
305
|
//
|
298
|
//
|
|
306
|
// textBox12
|
299
|
// textBox12
|
|
307
|
//
|
300
|
//
|
|
308
|
this.textBox12.ImeMode = System.Windows.Forms.ImeMode.Off;
|
301
|
this.textBox12.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
309
|
- this.textBox12.Location = new System.Drawing.Point(105, 299);
|
302
|
+ this.textBox12.Location = new System.Drawing.Point(105, 327);
|
|
310
|
this.textBox12.MaxLength = 1;
|
303
|
this.textBox12.MaxLength = 1;
|
|
311
|
this.textBox12.Name = "textBox12";
|
304
|
this.textBox12.Name = "textBox12";
|
|
312
|
this.textBox12.Size = new System.Drawing.Size(31, 19);
|
305
|
this.textBox12.Size = new System.Drawing.Size(31, 19);
|
|
313
|
this.textBox12.TabIndex = 26;
|
306
|
this.textBox12.TabIndex = 26;
|
|
|
|
307
|
+ this.textBox12.TextChanged += new System.EventHandler(this.textBox12_TextChanged);
|
|
314
|
//
|
308
|
//
|
|
315
|
// textBox13
|
309
|
// textBox13
|
|
316
|
//
|
310
|
//
|
|
317
|
this.textBox13.ImeMode = System.Windows.Forms.ImeMode.Off;
|
311
|
this.textBox13.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
318
|
- this.textBox13.Location = new System.Drawing.Point(105, 324);
|
312
|
+ this.textBox13.Location = new System.Drawing.Point(105, 352);
|
|
319
|
this.textBox13.MaxLength = 1;
|
313
|
this.textBox13.MaxLength = 1;
|
|
320
|
this.textBox13.Name = "textBox13";
|
314
|
this.textBox13.Name = "textBox13";
|
|
321
|
this.textBox13.Size = new System.Drawing.Size(31, 19);
|
315
|
this.textBox13.Size = new System.Drawing.Size(31, 19);
|
|
322
|
this.textBox13.TabIndex = 27;
|
316
|
this.textBox13.TabIndex = 27;
|
|
|
|
317
|
+ this.textBox13.TextChanged += new System.EventHandler(this.textBox13_TextChanged);
|
|
323
|
//
|
318
|
//
|
|
324
|
// textBox14
|
319
|
// textBox14
|
|
325
|
//
|
320
|
//
|
|
326
|
this.textBox14.ImeMode = System.Windows.Forms.ImeMode.Off;
|
321
|
this.textBox14.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
327
|
- this.textBox14.Location = new System.Drawing.Point(105, 349);
|
322
|
+ this.textBox14.Location = new System.Drawing.Point(105, 377);
|
|
328
|
this.textBox14.MaxLength = 1;
|
323
|
this.textBox14.MaxLength = 1;
|
|
329
|
this.textBox14.Name = "textBox14";
|
324
|
this.textBox14.Name = "textBox14";
|
|
330
|
this.textBox14.Size = new System.Drawing.Size(31, 19);
|
325
|
this.textBox14.Size = new System.Drawing.Size(31, 19);
|
|
331
|
this.textBox14.TabIndex = 28;
|
326
|
this.textBox14.TabIndex = 28;
|
|
|
|
327
|
+ this.textBox14.TextChanged += new System.EventHandler(this.textBox14_TextChanged);
|
|
332
|
//
|
328
|
//
|
|
333
|
// label16
|
329
|
// label16
|
|
334
|
//
|
330
|
//
|
|
335
|
this.label16.AutoSize = true;
|
331
|
this.label16.AutoSize = true;
|
|
336
|
this.label16.ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
332
|
this.label16.ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
|
337
|
- this.label16.Location = new System.Drawing.Point(12, 371);
|
333
|
+ this.label16.Location = new System.Drawing.Point(12, 399);
|
|
338
|
this.label16.Name = "label16";
|
334
|
this.label16.Name = "label16";
|
|
339
|
this.label16.Size = new System.Drawing.Size(269, 12);
|
335
|
this.label16.Size = new System.Drawing.Size(269, 12);
|
|
340
|
this.label16.TabIndex = 29;
|
336
|
this.label16.TabIndex = 29;
|
|
@@ -343,7 +339,7 @@ |
|
@@ -343,7 +339,7 @@ |
|
343
|
// label17
|
339
|
// label17
|
|
344
|
//
|
340
|
//
|
|
345
|
this.label17.AutoSize = true;
|
341
|
this.label17.AutoSize = true;
|
|
346
|
- this.label17.Location = new System.Drawing.Point(32, 389);
|
342
|
+ this.label17.Location = new System.Drawing.Point(32, 417);
|
|
347
|
this.label17.Name = "label17";
|
343
|
this.label17.Name = "label17";
|
|
348
|
this.label17.Size = new System.Drawing.Size(53, 12);
|
344
|
this.label17.Size = new System.Drawing.Size(53, 12);
|
|
349
|
this.label17.TabIndex = 30;
|
345
|
this.label17.TabIndex = 30;
|
|
@@ -352,7 +348,7 @@ |
|
@@ -352,7 +348,7 @@ |
|
352
|
// label18
|
348
|
// label18
|
|
353
|
//
|
349
|
//
|
|
354
|
this.label18.AutoSize = true;
|
350
|
this.label18.AutoSize = true;
|
|
355
|
- this.label18.Location = new System.Drawing.Point(20, 414);
|
351
|
+ this.label18.Location = new System.Drawing.Point(20, 444);
|
|
356
|
this.label18.Name = "label18";
|
352
|
this.label18.Name = "label18";
|
|
357
|
this.label18.Size = new System.Drawing.Size(65, 12);
|
353
|
this.label18.Size = new System.Drawing.Size(65, 12);
|
|
358
|
this.label18.TabIndex = 31;
|
354
|
this.label18.TabIndex = 31;
|
|
@@ -361,24 +357,26 @@ |
|
@@ -361,24 +357,26 @@ |
|
361
|
// textBox15
|
357
|
// textBox15
|
|
362
|
//
|
358
|
//
|
|
363
|
this.textBox15.ImeMode = System.Windows.Forms.ImeMode.Off;
|
359
|
this.textBox15.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
364
|
- this.textBox15.Location = new System.Drawing.Point(105, 386);
|
360
|
+ this.textBox15.Location = new System.Drawing.Point(105, 414);
|
|
365
|
this.textBox15.MaxLength = 1;
|
361
|
this.textBox15.MaxLength = 1;
|
|
366
|
this.textBox15.Name = "textBox15";
|
362
|
this.textBox15.Name = "textBox15";
|
|
367
|
this.textBox15.Size = new System.Drawing.Size(31, 19);
|
363
|
this.textBox15.Size = new System.Drawing.Size(31, 19);
|
|
368
|
this.textBox15.TabIndex = 32;
|
364
|
this.textBox15.TabIndex = 32;
|
|
|
|
365
|
+ this.textBox15.TextChanged += new System.EventHandler(this.textBox15_TextChanged);
|
|
369
|
//
|
366
|
//
|
|
370
|
// textBox16
|
367
|
// textBox16
|
|
371
|
//
|
368
|
//
|
|
372
|
this.textBox16.ImeMode = System.Windows.Forms.ImeMode.Off;
|
369
|
this.textBox16.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
373
|
- this.textBox16.Location = new System.Drawing.Point(105, 411);
|
370
|
+ this.textBox16.Location = new System.Drawing.Point(105, 441);
|
|
374
|
this.textBox16.MaxLength = 1;
|
371
|
this.textBox16.MaxLength = 1;
|
|
375
|
this.textBox16.Name = "textBox16";
|
372
|
this.textBox16.Name = "textBox16";
|
|
376
|
this.textBox16.Size = new System.Drawing.Size(31, 19);
|
373
|
this.textBox16.Size = new System.Drawing.Size(31, 19);
|
|
377
|
this.textBox16.TabIndex = 33;
|
374
|
this.textBox16.TabIndex = 33;
|
|
|
|
375
|
+ this.textBox16.TextChanged += new System.EventHandler(this.textBox16_TextChanged);
|
|
378
|
//
|
376
|
//
|
|
379
|
// button1
|
377
|
// button1
|
|
380
|
//
|
378
|
//
|
|
381
|
- this.button1.Location = new System.Drawing.Point(186, 458);
|
379
|
+ this.button1.Location = new System.Drawing.Point(183, 482);
|
|
382
|
this.button1.Name = "button1";
|
380
|
this.button1.Name = "button1";
|
|
383
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
381
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
384
|
this.button1.TabIndex = 34;
|
382
|
this.button1.TabIndex = 34;
|
|
@@ -388,36 +386,58 @@ |
|
@@ -388,36 +386,58 @@ |
|
388
|
//
|
386
|
//
|
|
389
|
// button2
|
387
|
// button2
|
|
390
|
//
|
388
|
//
|
|
391
|
- this.button2.Location = new System.Drawing.Point(276, 458);
|
389
|
+ this.button2.Location = new System.Drawing.Point(269, 482);
|
|
392
|
this.button2.Name = "button2";
|
390
|
this.button2.Name = "button2";
|
|
393
|
this.button2.Size = new System.Drawing.Size(86, 23);
|
391
|
this.button2.Size = new System.Drawing.Size(86, 23);
|
|
394
|
this.button2.TabIndex = 35;
|
392
|
this.button2.TabIndex = 35;
|
|
395
|
this.button2.Text = "保存して次へ";
|
393
|
this.button2.Text = "保存して次へ";
|
|
396
|
this.button2.UseVisualStyleBackColor = true;
|
394
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
|
395
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
397
|
//
|
396
|
//
|
|
398
|
// button3
|
397
|
// button3
|
|
399
|
//
|
398
|
//
|
|
400
|
- this.button3.Location = new System.Drawing.Point(211, 10);
|
399
|
+ this.button3.Location = new System.Drawing.Point(211, 63);
|
|
401
|
this.button3.Name = "button3";
|
400
|
this.button3.Name = "button3";
|
|
402
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
401
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
403
|
this.button3.TabIndex = 36;
|
402
|
this.button3.TabIndex = 36;
|
|
404
|
this.button3.Text = "復元";
|
403
|
this.button3.Text = "復元";
|
|
405
|
this.button3.UseVisualStyleBackColor = true;
|
404
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
|
405
|
+ this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
406
|
//
|
406
|
//
|
|
407
|
// button4
|
407
|
// button4
|
|
408
|
//
|
408
|
//
|
|
409
|
- this.button4.Location = new System.Drawing.Point(10, 458);
|
409
|
+ this.button4.Location = new System.Drawing.Point(10, 482);
|
|
410
|
this.button4.Name = "button4";
|
410
|
this.button4.Name = "button4";
|
|
411
|
this.button4.Size = new System.Drawing.Size(75, 23);
|
411
|
this.button4.Size = new System.Drawing.Size(75, 23);
|
|
412
|
this.button4.TabIndex = 37;
|
412
|
this.button4.TabIndex = 37;
|
|
413
|
this.button4.Text = "前の入力へ";
|
413
|
this.button4.Text = "前の入力へ";
|
|
414
|
this.button4.UseVisualStyleBackColor = true;
|
414
|
this.button4.UseVisualStyleBackColor = true;
|
|
415
|
//
|
415
|
//
|
|
|
|
416
|
+ // label3
|
|
|
|
417
|
+ //
|
|
|
|
418
|
+ this.label3.AutoSize = true;
|
|
|
|
419
|
+ this.label3.Location = new System.Drawing.Point(12, 18);
|
|
|
|
420
|
+ this.label3.Name = "label3";
|
|
|
|
421
|
+ this.label3.Size = new System.Drawing.Size(65, 12);
|
|
|
|
422
|
+ this.label3.TabIndex = 38;
|
|
|
|
423
|
+ this.label3.Text = "行政区番号";
|
|
|
|
424
|
+ //
|
|
|
|
425
|
+ // label19
|
|
|
|
426
|
+ //
|
|
|
|
427
|
+ this.label19.AutoSize = true;
|
|
|
|
428
|
+ this.label19.Location = new System.Drawing.Point(332, 18);
|
|
|
|
429
|
+ this.label19.Name = "label19";
|
|
|
|
430
|
+ this.label19.Size = new System.Drawing.Size(23, 12);
|
|
|
|
431
|
+ this.label19.TabIndex = 39;
|
|
|
|
432
|
+ this.label19.Text = "0件";
|
|
|
|
433
|
+ //
|
|
416
|
// Form2
|
434
|
// Form2
|
|
417
|
//
|
435
|
//
|
|
418
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
436
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
419
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
437
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
420
|
- this.ClientSize = new System.Drawing.Size(367, 493);
|
438
|
+ this.ClientSize = new System.Drawing.Size(367, 517);
|
|
|
|
439
|
+ this.Controls.Add(this.label19);
|
|
|
|
440
|
+ this.Controls.Add(this.label3);
|
|
421
|
this.Controls.Add(this.button4);
|
441
|
this.Controls.Add(this.button4);
|
|
422
|
this.Controls.Add(this.button3);
|
442
|
this.Controls.Add(this.button3);
|
|
423
|
this.Controls.Add(this.button2);
|
443
|
this.Controls.Add(this.button2);
|
|
@@ -450,8 +470,6 @@ |
|
@@ -450,8 +470,6 @@ |
|
450
|
this.Controls.Add(this.textBox4);
|
470
|
this.Controls.Add(this.textBox4);
|
|
451
|
this.Controls.Add(this.label5);
|
471
|
this.Controls.Add(this.label5);
|
|
452
|
this.Controls.Add(this.label4);
|
472
|
this.Controls.Add(this.label4);
|
|
453
|
- this.Controls.Add(this.textBox3);
|
|
|
|
454
|
- this.Controls.Add(this.label3);
|
|
|
|
455
|
this.Controls.Add(this.textBox2);
|
473
|
this.Controls.Add(this.textBox2);
|
|
456
|
this.Controls.Add(this.label2);
|
474
|
this.Controls.Add(this.label2);
|
|
457
|
this.Controls.Add(this.label1);
|
475
|
this.Controls.Add(this.label1);
|
|
@@ -469,8 +487,6 @@ |
|
@@ -469,8 +487,6 @@ |
|
469
|
private System.Windows.Forms.Label label1;
|
487
|
private System.Windows.Forms.Label label1;
|
|
470
|
private System.Windows.Forms.Label label2;
|
488
|
private System.Windows.Forms.Label label2;
|
|
471
|
private System.Windows.Forms.TextBox textBox2;
|
489
|
private System.Windows.Forms.TextBox textBox2;
|
|
472
|
- private System.Windows.Forms.Label label3;
|
|
|
|
473
|
- private System.Windows.Forms.TextBox textBox3;
|
|
|
|
474
|
private System.Windows.Forms.Label label4;
|
490
|
private System.Windows.Forms.Label label4;
|
|
475
|
private System.Windows.Forms.Label label5;
|
491
|
private System.Windows.Forms.Label label5;
|
|
476
|
private System.Windows.Forms.TextBox textBox4;
|
492
|
private System.Windows.Forms.TextBox textBox4;
|
|
@@ -503,5 +519,7 @@ |
|
@@ -503,5 +519,7 @@ |
|
503
|
private System.Windows.Forms.Button button2;
|
519
|
private System.Windows.Forms.Button button2;
|
|
504
|
private System.Windows.Forms.Button button3;
|
520
|
private System.Windows.Forms.Button button3;
|
|
505
|
private System.Windows.Forms.Button button4;
|
521
|
private System.Windows.Forms.Button button4;
|
|
|
|
522
|
+ private System.Windows.Forms.Label label3;
|
|
|
|
523
|
+ private System.Windows.Forms.Label label19;
|
|
506
|
}
|
524
|
}
|
|
507
|
} |
525
|
} |