Form3.Designer.cs 30.6 KB
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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631
namespace MedicalCheckInputTool
{
    partial class Form3
    {
        /// <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 Windows Form 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.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.button3 = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.状況 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.編集1 = new System.Windows.Forms.DataGridViewButtonColumn();
            this.f_行政区コード = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_整理番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_世帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_電話番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_携帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_健康診査 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_結核肺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_胃がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_大腸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_前立腺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_骨粗鬆症 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_成人歯科 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_子宮頸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_乳がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_希望場所 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f_身体不自由 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.編集2 = new System.Windows.Forms.DataGridViewButtonColumn();
            this.s_行政区コード = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_整理番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_世帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_電話番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_携帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_健康診査 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_結核肺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_胃がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_大腸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_前立腺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_骨粗鬆症 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_成人歯科 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_子宮頸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_乳がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_希望場所 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.s_身体不自由 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(378, 11);
            this.textBox1.MaxLength = 10;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 19);
            this.textBox1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 14);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(60, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "マッチ件数:";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(484, 9);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "検索";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(565, 9);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 3;
            this.button2.Text = "チェック";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(134, 13);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(133, 16);
            this.checkBox1.TabIndex = 4;
            this.checkBox1.Text = "未完了データのみ表示";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.状況,
            this.編集1,
            this.f_行政区コード,
            this.f_整理番号,
            this.f_世帯番号,
            this.f_電話番号,
            this.f_携帯番号,
            this.f_健康診査,
            this.f_結核肺がん,
            this.f_胃がん,
            this.f_大腸がん,
            this.f_前立腺がん,
            this.f_骨粗鬆症,
            this.f_成人歯科,
            this.f_子宮頸がん,
            this.f_乳がん,
            this.f_希望場所,
            this.f_身体不自由,
            this.編集2,
            this.s_行政区コード,
            this.s_整理番号,
            this.s_世帯番号,
            this.s_電話番号,
            this.s_携帯番号,
            this.s_健康診査,
            this.s_結核肺がん,
            this.s_胃がん,
            this.s_大腸がん,
            this.s_前立腺がん,
            this.s_骨粗鬆症,
            this.s_成人歯科,
            this.s_子宮頸がん,
            this.s_乳がん,
            this.s_希望場所,
            this.s_身体不自由});
            this.dataGridView1.Location = new System.Drawing.Point(12, 100);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 21;
            this.dataGridView1.Size = new System.Drawing.Size(1040, 381);
            this.dataGridView1.TabIndex = 5;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(79, 14);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 12);
            this.label2.TabIndex = 6;
            this.label2.Text = "label2";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(313, 14);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 7;
            this.label3.Text = "整理番号:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(26, 36);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(47, 12);
            this.label4.TabIndex = 8;
            this.label4.Text = "表示軸:";
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.Checked = true;
            this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox2.Location = new System.Drawing.Point(81, 36);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(77, 16);
            this.checkBox2.TabIndex = 9;
            this.checkBox2.Text = "1回目を軸";
            this.checkBox2.UseVisualStyleBackColor = true;
            this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            // 
            // checkBox3
            // 
            this.checkBox3.AutoSize = true;
            this.checkBox3.Checked = true;
            this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox3.Location = new System.Drawing.Point(175, 36);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(77, 16);
            this.checkBox3.TabIndex = 10;
            this.checkBox3.Text = "2回目を軸";
            this.checkBox3.UseVisualStyleBackColor = true;
            this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(789, 69);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(68, 20);
            this.comboBox1.TabIndex = 11;
            this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(722, 67);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(43, 23);
            this.button3.TabIndex = 12;
            this.button3.Text = "<";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(863, 72);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(35, 12);
            this.label5.TabIndex = 13;
            this.label5.Text = "ページ";
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(904, 67);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(43, 23);
            this.button4.TabIndex = 14;
            this.button4.Text = ">";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // 状況
            // 
            this.状況.HeaderText = "状況";
            this.状況.Name = "状況";
            this.状況.ReadOnly = true;
            this.状況.Width = 50;
            // 
            // 編集1
            // 
            this.編集1.HeaderText = "編集(1)";
            this.編集1.Name = "編集1";
            this.編集1.ReadOnly = true;
            this.編集1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.編集1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.編集1.Text = "編集";
            this.編集1.UseColumnTextForButtonValue = true;
            this.編集1.Width = 40;
            // 
            // f_行政区コード
            // 
            this.f_行政区コード.HeaderText = "l_行政区コード";
            this.f_行政区コード.Name = "f_行政区コード";
            this.f_行政区コード.ReadOnly = true;
            this.f_行政区コード.Width = 50;
            // 
            // f_整理番号
            // 
            this.f_整理番号.HeaderText = "l_整理番号";
            this.f_整理番号.Name = "f_整理番号";
            this.f_整理番号.ReadOnly = true;
            // 
            // f_世帯番号
            // 
            this.f_世帯番号.HeaderText = "l_世帯番号";
            this.f_世帯番号.Name = "f_世帯番号";
            this.f_世帯番号.ReadOnly = true;
            // 
            // f_電話番号
            // 
            this.f_電話番号.HeaderText = "l_電話番号";
            this.f_電話番号.Name = "f_電話番号";
            this.f_電話番号.ReadOnly = true;
            // 
            // f_携帯番号
            // 
            this.f_携帯番号.HeaderText = "l_携帯番号";
            this.f_携帯番号.Name = "f_携帯番号";
            this.f_携帯番号.ReadOnly = true;
            // 
            // f_健康診査
            // 
            this.f_健康診査.HeaderText = "l_健康診査";
            this.f_健康診査.Name = "f_健康診査";
            this.f_健康診査.ReadOnly = true;
            this.f_健康診査.Width = 20;
            // 
            // f_結核肺がん
            // 
            this.f_結核肺がん.HeaderText = "l_結核肺がん";
            this.f_結核肺がん.Name = "f_結核肺がん";
            this.f_結核肺がん.ReadOnly = true;
            this.f_結核肺がん.Width = 20;
            // 
            // f_胃がん
            // 
            this.f_胃がん.HeaderText = "l_胃がん";
            this.f_胃がん.Name = "f_胃がん";
            this.f_胃がん.ReadOnly = true;
            this.f_胃がん.Width = 20;
            // 
            // f_大腸がん
            // 
            this.f_大腸がん.HeaderText = "l_大腸がん";
            this.f_大腸がん.Name = "f_大腸がん";
            this.f_大腸がん.ReadOnly = true;
            this.f_大腸がん.Width = 20;
            // 
            // f_前立腺がん
            // 
            this.f_前立腺がん.HeaderText = "l_前立腺がん";
            this.f_前立腺がん.Name = "f_前立腺がん";
            this.f_前立腺がん.ReadOnly = true;
            this.f_前立腺がん.Width = 20;
            // 
            // f_骨粗鬆症
            // 
            this.f_骨粗鬆症.HeaderText = "l_骨粗鬆症";
            this.f_骨粗鬆症.Name = "f_骨粗鬆症";
            this.f_骨粗鬆症.ReadOnly = true;
            this.f_骨粗鬆症.Width = 20;
            // 
            // f_成人歯科
            // 
            this.f_成人歯科.HeaderText = "l_成人歯科";
            this.f_成人歯科.Name = "f_成人歯科";
            this.f_成人歯科.ReadOnly = true;
            this.f_成人歯科.Width = 20;
            // 
            // f_子宮頸がん
            // 
            this.f_子宮頸がん.HeaderText = "l_子宮頸がん";
            this.f_子宮頸がん.Name = "f_子宮頸がん";
            this.f_子宮頸がん.ReadOnly = true;
            this.f_子宮頸がん.Width = 20;
            // 
            // f_乳がん
            // 
            this.f_乳がん.HeaderText = "l_乳がん";
            this.f_乳がん.Name = "f_乳がん";
            this.f_乳がん.ReadOnly = true;
            this.f_乳がん.Width = 20;
            // 
            // f_希望場所
            // 
            this.f_希望場所.HeaderText = "l_希望場所";
            this.f_希望場所.Name = "f_希望場所";
            this.f_希望場所.ReadOnly = true;
            this.f_希望場所.Width = 20;
            // 
            // f_身体不自由
            // 
            this.f_身体不自由.HeaderText = "l_身体不自由";
            this.f_身体不自由.Name = "f_身体不自由";
            this.f_身体不自由.ReadOnly = true;
            this.f_身体不自由.Width = 20;
            // 
            // 編集2
            // 
            this.編集2.HeaderText = "編集(2)";
            this.編集2.Name = "編集2";
            this.編集2.ReadOnly = true;
            this.編集2.Text = "編集";
            this.編集2.UseColumnTextForButtonValue = true;
            this.編集2.Width = 40;
            // 
            // s_行政区コード
            // 
            this.s_行政区コード.HeaderText = "r_行政区コード";
            this.s_行政区コード.Name = "s_行政区コード";
            this.s_行政区コード.ReadOnly = true;
            this.s_行政区コード.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_行政区コード.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_行政区コード.Width = 50;
            // 
            // s_整理番号
            // 
            this.s_整理番号.HeaderText = "r_整理番号";
            this.s_整理番号.Name = "s_整理番号";
            this.s_整理番号.ReadOnly = true;
            this.s_整理番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_整理番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // s_世帯番号
            // 
            this.s_世帯番号.HeaderText = "r_世帯番号";
            this.s_世帯番号.Name = "s_世帯番号";
            this.s_世帯番号.ReadOnly = true;
            this.s_世帯番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_世帯番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // s_電話番号
            // 
            this.s_電話番号.HeaderText = "r_電話番号";
            this.s_電話番号.Name = "s_電話番号";
            this.s_電話番号.ReadOnly = true;
            this.s_電話番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_電話番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // s_携帯番号
            // 
            this.s_携帯番号.HeaderText = "r_携帯番号";
            this.s_携帯番号.Name = "s_携帯番号";
            this.s_携帯番号.ReadOnly = true;
            this.s_携帯番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_携帯番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // s_健康診査
            // 
            this.s_健康診査.HeaderText = "r_健康診査";
            this.s_健康診査.Name = "s_健康診査";
            this.s_健康診査.ReadOnly = true;
            this.s_健康診査.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_健康診査.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_健康診査.Width = 20;
            // 
            // s_結核肺がん
            // 
            this.s_結核肺がん.HeaderText = "r_結核肺がん";
            this.s_結核肺がん.Name = "s_結核肺がん";
            this.s_結核肺がん.ReadOnly = true;
            this.s_結核肺がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_結核肺がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_結核肺がん.Width = 20;
            // 
            // s_胃がん
            // 
            this.s_胃がん.HeaderText = "r_胃がん";
            this.s_胃がん.Name = "s_胃がん";
            this.s_胃がん.ReadOnly = true;
            this.s_胃がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_胃がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_胃がん.Width = 20;
            // 
            // s_大腸がん
            // 
            this.s_大腸がん.HeaderText = "r_大腸がん";
            this.s_大腸がん.Name = "s_大腸がん";
            this.s_大腸がん.ReadOnly = true;
            this.s_大腸がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_大腸がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_大腸がん.Width = 20;
            // 
            // s_前立腺がん
            // 
            this.s_前立腺がん.HeaderText = "r_前立腺がん";
            this.s_前立腺がん.Name = "s_前立腺がん";
            this.s_前立腺がん.ReadOnly = true;
            this.s_前立腺がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_前立腺がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_前立腺がん.Width = 20;
            // 
            // s_骨粗鬆症
            // 
            this.s_骨粗鬆症.HeaderText = "r_骨粗鬆症";
            this.s_骨粗鬆症.Name = "s_骨粗鬆症";
            this.s_骨粗鬆症.ReadOnly = true;
            this.s_骨粗鬆症.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_骨粗鬆症.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_骨粗鬆症.Width = 20;
            // 
            // s_成人歯科
            // 
            this.s_成人歯科.HeaderText = "r_成人歯科";
            this.s_成人歯科.Name = "s_成人歯科";
            this.s_成人歯科.ReadOnly = true;
            this.s_成人歯科.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_成人歯科.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_成人歯科.Width = 20;
            // 
            // s_子宮頸がん
            // 
            this.s_子宮頸がん.HeaderText = "r_子宮頸がん";
            this.s_子宮頸がん.Name = "s_子宮頸がん";
            this.s_子宮頸がん.ReadOnly = true;
            this.s_子宮頸がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_子宮頸がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_子宮頸がん.Width = 20;
            // 
            // s_乳がん
            // 
            this.s_乳がん.HeaderText = "r_乳がん";
            this.s_乳がん.Name = "s_乳がん";
            this.s_乳がん.ReadOnly = true;
            this.s_乳がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_乳がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_乳がん.Width = 20;
            // 
            // s_希望場所
            // 
            this.s_希望場所.HeaderText = "r_希望場所";
            this.s_希望場所.Name = "s_希望場所";
            this.s_希望場所.ReadOnly = true;
            this.s_希望場所.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_希望場所.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_希望場所.Width = 20;
            // 
            // s_身体不自由
            // 
            this.s_身体不自由.HeaderText = "r_身体不自由";
            this.s_身体不自由.Name = "s_身体不自由";
            this.s_身体不自由.ReadOnly = true;
            this.s_身体不自由.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.s_身体不自由.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.s_身体不自由.Width = 20;
            // 
            // Form3
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1064, 493);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.checkBox3);
            this.Controls.Add(this.checkBox2);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox1);
            this.Name = "Form3";
            this.Text = "Form3";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.CheckBox checkBox2;
        private System.Windows.Forms.CheckBox checkBox3;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.DataGridViewTextBoxColumn 状況;
        private System.Windows.Forms.DataGridViewButtonColumn 編集1;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_行政区コード;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_整理番号;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_世帯番号;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_電話番号;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_携帯番号;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_健康診査;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_結核肺がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_胃がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_大腸がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_前立腺がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_骨粗鬆症;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_成人歯科;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_子宮頸がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_乳がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_希望場所;
        private System.Windows.Forms.DataGridViewTextBoxColumn f_身体不自由;
        private System.Windows.Forms.DataGridViewButtonColumn 編集2;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_行政区コード;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_整理番号;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_世帯番号;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_電話番号;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_携帯番号;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_健康診査;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_結核肺がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_胃がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_大腸がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_前立腺がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_骨粗鬆症;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_成人歯科;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_子宮頸がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_乳がん;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_希望場所;
        private System.Windows.Forms.DataGridViewTextBoxColumn s_身体不自由;
    }
}