コード例 #1
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.nameLabel      = new System.Windows.Forms.Label();
     this.previewBox     = new System.Windows.Forms.PictureBox();
     this.selectorDesign = new freetrain.controls.IndexSelector();
     this.selectorDir    = new freetrain.controls.IndexSelector();
     this.labelDir       = new System.Windows.Forms.Label();
     this.selectorColor  = new freetrain.controls.IndexSelector();
     this.typeBox        = new System.Windows.Forms.ComboBox();
     this.numHeight      = new System.Windows.Forms.NumericUpDown();
     this.labelHeight    = new System.Windows.Forms.Label();
     this.btnDetail      = new System.Windows.Forms.Button();
     this.labelInfo      = new System.Windows.Forms.Label();
     this.costBox        = new freetrain.controls.CostBox();
     this.groupColor     = new System.Windows.Forms.GroupBox();
     this.cbRandColor    = new System.Windows.Forms.CheckBox();
     this.groupDesign    = new System.Windows.Forms.GroupBox();
     this.cbRandDesign   = new System.Windows.Forms.CheckBox();
     this.groupCol2      = new System.Windows.Forms.GroupBox();
     this.selectorCol2   = new freetrain.controls.IndexSelector();
     this.cbRandCol2     = new System.Windows.Forms.CheckBox();
     this.typeList       = new System.Windows.Forms.ListBox();
     ((System.ComponentModel.ISupportInitialize)(this.previewBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
     this.groupColor.SuspendLayout();
     this.groupDesign.SuspendLayout();
     this.groupCol2.SuspendLayout();
     this.SuspendLayout();
     //
     // nameLabel
     //
     this.nameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.nameLabel.BackColor   = System.Drawing.Color.White;
     this.nameLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.nameLabel.Location    = new System.Drawing.Point(4, 38);
     this.nameLabel.Name        = "nameLabel";
     this.nameLabel.Size        = new System.Drawing.Size(152, 17);
     this.nameLabel.TabIndex    = 2;
     this.nameLabel.TextAlign   = System.Drawing.ContentAlignment.BottomCenter;
     //
     // previewBox
     //
     this.previewBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.previewBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.previewBox.Location    = new System.Drawing.Point(4, 114);
     this.previewBox.Name        = "previewBox";
     this.previewBox.Size        = new System.Drawing.Size(172, 268);
     this.previewBox.TabIndex    = 3;
     this.previewBox.TabStop     = false;
     this.previewBox.Click      += new System.EventHandler(this.previewBox_Click);
     //
     // selectorDesign
     //
     this.selectorDesign.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.selectorDesign.count         = 10;
     this.selectorDesign.current       = 0;
     this.selectorDesign.dataSource    = null;
     this.selectorDesign.Location      = new System.Drawing.Point(24, 19);
     this.selectorDesign.Name          = "selectorDesign";
     this.selectorDesign.Size          = new System.Drawing.Size(112, 16);
     this.selectorDesign.TabIndex      = 1;
     this.selectorDesign.indexChanged += new System.EventHandler(this.selectorDesign_indexChanged);
     //
     // selectorDir
     //
     this.selectorDir.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.selectorDir.count         = 10;
     this.selectorDir.current       = 0;
     this.selectorDir.dataSource    = null;
     this.selectorDir.Location      = new System.Drawing.Point(251, 192);
     this.selectorDir.Name          = "selectorDir";
     this.selectorDir.Size          = new System.Drawing.Size(88, 17);
     this.selectorDir.TabIndex      = 5;
     this.selectorDir.indexChanged += new System.EventHandler(this.selectorDir_indexChanged);
     //
     // labelDir
     //
     this.labelDir.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelDir.Location = new System.Drawing.Point(190, 192);
     this.labelDir.Name     = "labelDir";
     this.labelDir.Size     = new System.Drawing.Size(59, 17);
     this.labelDir.TabIndex = 4;
     this.labelDir.Text     = "Direction";
     //! this.labelDir.Text = "方向:";
     this.labelDir.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // selectorColor
     //
     this.selectorColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.selectorColor.count         = 10;
     this.selectorColor.current       = 0;
     this.selectorColor.dataSource    = null;
     this.selectorColor.Location      = new System.Drawing.Point(24, 17);
     this.selectorColor.Name          = "selectorColor";
     this.selectorColor.Size          = new System.Drawing.Size(112, 16);
     this.selectorColor.TabIndex      = 1;
     this.selectorColor.indexChanged += new System.EventHandler(this.selectorColor_indexChanged);
     //
     // typeBox
     //
     this.typeBox.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.typeBox.Location              = new System.Drawing.Point(190, 4);
     this.typeBox.Name                  = "typeBox";
     this.typeBox.Size                  = new System.Drawing.Size(160, 21);
     this.typeBox.TabIndex              = 0;
     this.typeBox.SelectedIndexChanged += new System.EventHandler(this.typeBox_SelectedIndexChanged);
     //
     // numHeight
     //
     this.numHeight.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.numHeight.Location      = new System.Drawing.Point(251, 214);
     this.numHeight.Name          = "numHeight";
     this.numHeight.Size          = new System.Drawing.Size(88, 20);
     this.numHeight.TabIndex      = 7;
     this.numHeight.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.numHeight.ValueChanged += new System.EventHandler(this.numHeight_ValueChanged);
     //
     // labelHeight
     //
     this.labelHeight.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelHeight.Location  = new System.Drawing.Point(193, 214);
     this.labelHeight.Name      = "labelHeight";
     this.labelHeight.Size      = new System.Drawing.Size(58, 18);
     this.labelHeight.TabIndex  = 6;
     this.labelHeight.Text      = "Height";
     this.labelHeight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //! this.labelHeight.Text = "高さ:";
     //
     // btnDetail
     //
     this.btnDetail.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDetail.Font     = new System.Drawing.Font("Wingdings 3", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.btnDetail.Location = new System.Drawing.Point(330, 250);
     this.btnDetail.Name     = "btnDetail";
     this.btnDetail.Size     = new System.Drawing.Size(20, 21);
     this.btnDetail.TabIndex = 9;
     this.btnDetail.Text     = "q";
     this.btnDetail.Visible  = false;
     this.btnDetail.Click   += new System.EventHandler(this.btnDetail_Click);
     //
     // labelInfo
     //
     this.labelInfo.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelInfo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelInfo.Location    = new System.Drawing.Point(190, 278);
     this.labelInfo.Name        = "labelInfo";
     this.labelInfo.Size        = new System.Drawing.Size(156, 104);
     this.labelInfo.TabIndex    = 9;
     this.labelInfo.UseMnemonic = false;
     //
     // costBox
     //
     this.costBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.costBox.cost     = 0;
     this.costBox.label    = "Cost:";
     this.costBox.Location = new System.Drawing.Point(190, 235);
     //! this.costBox.label = "費用:";
     this.costBox.Name     = "costBox";
     this.costBox.Size     = new System.Drawing.Size(136, 40);
     this.costBox.TabIndex = 8;
     //
     // groupColor
     //
     this.groupColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupColor.Controls.Add(this.selectorColor);
     this.groupColor.Controls.Add(this.cbRandColor);
     this.groupColor.Location = new System.Drawing.Point(190, 103);
     this.groupColor.Name     = "groupColor";
     this.groupColor.Size     = new System.Drawing.Size(160, 37);
     this.groupColor.TabIndex = 2;
     this.groupColor.TabStop  = false;
     this.groupColor.Text     = "Color 1";
     //! this.groupColor.Text = "色:";
     //
     // cbRandColor
     //
     this.cbRandColor.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbRandColor.BackColor  = System.Drawing.SystemColors.Control;
     this.cbRandColor.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.cbRandColor.Location   = new System.Drawing.Point(73, 0);
     this.cbRandColor.Name       = "cbRandColor";
     this.cbRandColor.Size       = new System.Drawing.Size(71, 17);
     this.cbRandColor.TabIndex   = 0;
     this.cbRandColor.Text       = "Random";
     this.cbRandColor.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.cbRandColor.UseVisualStyleBackColor = false;
     //! this.cbRandColor.Text = "ランダム";
     //
     // groupDesign
     //
     this.groupDesign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupDesign.Controls.Add(this.cbRandDesign);
     this.groupDesign.Controls.Add(this.selectorDesign);
     this.groupDesign.Controls.Add(this.nameLabel);
     this.groupDesign.Location = new System.Drawing.Point(190, 37);
     this.groupDesign.Name     = "groupDesign";
     this.groupDesign.Size     = new System.Drawing.Size(160, 62);
     this.groupDesign.TabIndex = 1;
     this.groupDesign.TabStop  = false;
     this.groupDesign.Text     = "Design";
     //! this.groupDesign.Text = "デザイン:";
     //
     // cbRandDesign
     //
     this.cbRandDesign.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbRandDesign.BackColor  = System.Drawing.SystemColors.Control;
     this.cbRandDesign.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.cbRandDesign.Location   = new System.Drawing.Point(73, -1);
     this.cbRandDesign.Name       = "cbRandDesign";
     this.cbRandDesign.Size       = new System.Drawing.Size(71, 17);
     this.cbRandDesign.TabIndex   = 0;
     this.cbRandDesign.Text       = "Random";
     //! this.cbRandDesign.Text = "ランダム";
     this.cbRandDesign.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.cbRandDesign.UseVisualStyleBackColor = false;
     //
     // groupCol2
     //
     this.groupCol2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupCol2.Controls.Add(this.selectorCol2);
     this.groupCol2.Controls.Add(this.cbRandCol2);
     this.groupCol2.Location = new System.Drawing.Point(190, 142);
     this.groupCol2.Name     = "groupCol2";
     this.groupCol2.Size     = new System.Drawing.Size(160, 37);
     this.groupCol2.TabIndex = 3;
     this.groupCol2.TabStop  = false;
     this.groupCol2.Text     = "Color 2";
     //! this.groupCol2.Text = "色2:";
     //
     // selectorCol2
     //
     this.selectorCol2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.selectorCol2.count         = 10;
     this.selectorCol2.current       = 0;
     this.selectorCol2.dataSource    = null;
     this.selectorCol2.Location      = new System.Drawing.Point(24, 17);
     this.selectorCol2.Name          = "selectorCol2";
     this.selectorCol2.Size          = new System.Drawing.Size(112, 16);
     this.selectorCol2.TabIndex      = 1;
     this.selectorCol2.indexChanged += new System.EventHandler(this.selectorCol2_indexChanged);
     //
     // cbRandCol2
     //
     this.cbRandCol2.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbRandCol2.BackColor  = System.Drawing.SystemColors.Control;
     this.cbRandCol2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.cbRandCol2.Location   = new System.Drawing.Point(73, 0);
     this.cbRandCol2.Name       = "cbRandCol2";
     this.cbRandCol2.Size       = new System.Drawing.Size(71, 17);
     this.cbRandCol2.TabIndex   = 0;
     this.cbRandCol2.Text       = "Random";
     //! this.cbRandCol2.Text = "ランダム";
     this.cbRandCol2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.cbRandCol2.UseVisualStyleBackColor = false;
     //
     // typeList
     //
     this.typeList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.typeList.Location              = new System.Drawing.Point(4, 4);
     this.typeList.Name                  = "typeList";
     this.typeList.Size                  = new System.Drawing.Size(172, 95);
     this.typeList.TabIndex              = 10;
     this.typeList.SelectedIndexChanged += new System.EventHandler(this.typeList_SelectedIndexChanged);
     //
     // MultiSelectorController
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(354, 386);
     this.Controls.Add(this.costBox);
     this.Controls.Add(this.numHeight);
     this.Controls.Add(this.groupDesign);
     this.Controls.Add(this.selectorDir);
     this.Controls.Add(this.labelDir);
     this.Controls.Add(this.btnDetail);
     this.Controls.Add(this.labelInfo);
     this.Controls.Add(this.groupColor);
     this.Controls.Add(this.groupCol2);
     this.Controls.Add(this.typeList);
     this.Controls.Add(this.typeBox);
     this.Controls.Add(this.previewBox);
     this.Controls.Add(this.labelHeight);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "MultiSelectorController";
     this.Resize         += new System.EventHandler(this.updateAfterResize);
     ((System.ComponentModel.ISupportInitialize)(this.previewBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
     this.groupColor.ResumeLayout(false);
     this.groupDesign.ResumeLayout(false);
     this.groupCol2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #2
0
 /// <summary>
 /// Designer サポートに必要なメソッドです。コード エディタで
 /// このメソッドのコンテンツを変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonRemove   = new System.Windows.Forms.RadioButton();
     this.buttonPlace    = new System.Windows.Forms.RadioButton();
     this.stationPage    = new System.Windows.Forms.TabPage();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.listView1      = new System.Windows.Forms.ListView();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6  = new System.Windows.Forms.ColumnHeader();
     this.indexSelector  = new freetrain.controls.IndexSelector();
     this.stationType    = new System.Windows.Forms.ComboBox();
     this.stationPicture = new System.Windows.Forms.PictureBox();
     this.indexSelector1 = new freetrain.controls.IndexSelector();
     this.label4         = new System.Windows.Forms.Label();
     this.indexSelector2 = new freetrain.controls.IndexSelector();
     this.label5         = new System.Windows.Forms.Label();
     this.platformPage   = new System.Windows.Forms.TabPage();
     this.checkSlim      = new System.Windows.Forms.CheckBox();
     this.dirS           = new System.Windows.Forms.PictureBox();
     this.dirW           = new System.Windows.Forms.PictureBox();
     this.dirE           = new System.Windows.Forms.PictureBox();
     this.label1         = new System.Windows.Forms.Label();
     this.lengthBox      = new System.Windows.Forms.NumericUpDown();
     this.dirN           = new System.Windows.Forms.PictureBox();
     this.tabControl     = new System.Windows.Forms.TabControl();
     this.stationPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.stationPicture)).BeginInit();
     this.platformPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dirS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dirW)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dirE)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lengthBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dirN)).BeginInit();
     this.tabControl.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonRemove
     //
     this.buttonRemove.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonRemove.Appearance = System.Windows.Forms.Appearance.Button;
     this.buttonRemove.Location   = new System.Drawing.Point(87, 210);
     this.buttonRemove.Name       = "buttonRemove";
     this.buttonRemove.Size       = new System.Drawing.Size(76, 26);
     this.buttonRemove.TabIndex   = 1;
     this.buttonRemove.Text       = "Remove";
     //! this.buttonRemove.Text = "撤去";
     this.buttonRemove.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // buttonPlace
     //
     this.buttonPlace.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonPlace.Appearance = System.Windows.Forms.Appearance.Button;
     this.buttonPlace.Checked    = true;
     this.buttonPlace.Location   = new System.Drawing.Point(7, 210);
     this.buttonPlace.Name       = "buttonPlace";
     this.buttonPlace.Size       = new System.Drawing.Size(74, 26);
     this.buttonPlace.TabIndex   = 0;
     this.buttonPlace.TabStop    = true;
     this.buttonPlace.Text       = "Build";
     //! this.buttonPlace.Text = "設置";
     this.buttonPlace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // stationPage
     //
     this.stationPage.BackColor = System.Drawing.SystemColors.Control;
     this.stationPage.Controls.Add(this.label3);
     this.stationPage.Controls.Add(this.label2);
     this.stationPage.Controls.Add(this.listView1);
     this.stationPage.Controls.Add(this.indexSelector);
     this.stationPage.Controls.Add(this.stationType);
     this.stationPage.Controls.Add(this.stationPicture);
     this.stationPage.Controls.Add(this.indexSelector1);
     this.stationPage.Controls.Add(this.label4);
     this.stationPage.Controls.Add(this.indexSelector2);
     this.stationPage.Controls.Add(this.label5);
     this.stationPage.Location = new System.Drawing.Point(4, 21);
     this.stationPage.Margin   = new System.Windows.Forms.Padding(0);
     this.stationPage.Name     = "stationPage";
     this.stationPage.Size     = new System.Drawing.Size(193, 176);
     this.stationPage.TabIndex = 1;
     this.stationPage.Text     = "Station";
     //! this.stationPage.Text = "駅舎";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(3, 35);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(47, 17);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Design:";
     //! this.label3.Text = "デザイン:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label2.Location    = new System.Drawing.Point(294, 54);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(100, 17);
     this.label2.TabIndex    = 5;
     this.label2.Text        = "label2";
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.listView1.Location = new System.Drawing.Point(206, 9);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(103, 156);
     this.listView1.TabIndex = 4;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Name";
     //! this.columnHeader1.Text = "名前";
     this.columnHeader1.Width = 120;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Scale";
     //! this.columnHeader2.Text = "規模";
     this.columnHeader2.Width = 54;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Material";
     //! this.columnHeader3.Text = "材質";
     this.columnHeader3.Width = 54;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Size";
     //! this.columnHeader4.Text = "サイズ";
     this.columnHeader4.Width = 64;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Construction cost";
     //! this.columnHeader5.Text = "建造費";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Maintenance";
     //! this.columnHeader6.Text = "維持費";
     //
     // indexSelector
     //
     this.indexSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.indexSelector.count         = 10;
     this.indexSelector.current       = 0;
     this.indexSelector.dataSource    = null;
     this.indexSelector.Location      = new System.Drawing.Point(56, 35);
     this.indexSelector.Name          = "indexSelector";
     this.indexSelector.Size          = new System.Drawing.Size(132, 17);
     this.indexSelector.TabIndex      = 3;
     this.indexSelector.indexChanged += new System.EventHandler(this.onStationChanged);
     //
     // stationType
     //
     this.stationType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.stationType.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.stationType.ItemHeight            = 13;
     this.stationType.Location              = new System.Drawing.Point(3, 9);
     this.stationType.Name                  = "stationType";
     this.stationType.Size                  = new System.Drawing.Size(185, 21);
     this.stationType.Sorted                = true;
     this.stationType.TabIndex              = 2;
     this.stationType.SelectedIndexChanged += new System.EventHandler(this.onGroupChanged);
     //
     // stationPicture
     //
     this.stationPicture.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.stationPicture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.stationPicture.Location    = new System.Drawing.Point(3, 54);
     this.stationPicture.Name        = "stationPicture";
     this.stationPicture.Size        = new System.Drawing.Size(185, 112);
     this.stationPicture.TabIndex    = 1;
     this.stationPicture.TabStop     = false;
     //
     // indexSelector1
     //
     this.indexSelector1.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.indexSelector1.count      = 10;
     this.indexSelector1.current    = 0;
     this.indexSelector1.dataSource = null;
     this.indexSelector1.Location   = new System.Drawing.Point(250, 106);
     this.indexSelector1.Name       = "indexSelector1";
     this.indexSelector1.Size       = new System.Drawing.Size(96, 17);
     this.indexSelector1.TabIndex   = 3;
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.Location = new System.Drawing.Point(260, 106);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(56, 17);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Direction:";
     //! this.label4.Text = "方向:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // indexSelector2
     //
     this.indexSelector2.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.indexSelector2.count      = 10;
     this.indexSelector2.current    = 0;
     this.indexSelector2.dataSource = null;
     this.indexSelector2.Location   = new System.Drawing.Point(250, 123);
     this.indexSelector2.Name       = "indexSelector2";
     this.indexSelector2.Size       = new System.Drawing.Size(96, 17);
     this.indexSelector2.TabIndex   = 3;
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.Location = new System.Drawing.Point(260, 123);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(56, 17);
     this.label5.TabIndex = 6;
     this.label5.Text     = "Color:";
     //! this.label5.Text = "色:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // platformPage
     //
     this.platformPage.Controls.Add(this.checkSlim);
     this.platformPage.Controls.Add(this.dirS);
     this.platformPage.Controls.Add(this.dirW);
     this.platformPage.Controls.Add(this.dirE);
     this.platformPage.Controls.Add(this.label1);
     this.platformPage.Controls.Add(this.lengthBox);
     this.platformPage.Controls.Add(this.dirN);
     this.platformPage.Location = new System.Drawing.Point(4, 21);
     this.platformPage.Name     = "platformPage";
     this.platformPage.Size     = new System.Drawing.Size(187, 176);
     this.platformPage.TabIndex = 0;
     this.platformPage.Text     = "Platform";
     //! this.platformPage.Text = "ホーム";
     //
     // checkSlim
     //
     this.checkSlim.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.checkSlim.Location = new System.Drawing.Point(8, 130);
     this.checkSlim.Name     = "checkSlim";
     this.checkSlim.Size     = new System.Drawing.Size(173, 17);
     this.checkSlim.TabIndex = 7;
     this.checkSlim.Text     = "Slim platform";
     //!this.checkSlim.Text = "スリムなホーム";
     this.checkSlim.CheckedChanged += new System.EventHandler(this.onModeChanged);
     //
     // dirS
     //
     this.dirS.BackColor   = System.Drawing.Color.White;
     this.dirS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dirS.Location    = new System.Drawing.Point(64, 69);
     this.dirS.Name        = "dirS";
     this.dirS.Size        = new System.Drawing.Size(48, 52);
     this.dirS.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.dirS.TabIndex    = 6;
     this.dirS.TabStop     = false;
     this.dirS.Click      += new System.EventHandler(this.onDirChange);
     //
     // dirW
     //
     this.dirW.BackColor   = System.Drawing.Color.White;
     this.dirW.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dirW.Location    = new System.Drawing.Point(8, 69);
     this.dirW.Name        = "dirW";
     this.dirW.Size        = new System.Drawing.Size(48, 52);
     this.dirW.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.dirW.TabIndex    = 5;
     this.dirW.TabStop     = false;
     this.dirW.Click      += new System.EventHandler(this.onDirChange);
     //
     // dirE
     //
     this.dirE.BackColor   = System.Drawing.Color.White;
     this.dirE.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dirE.Location    = new System.Drawing.Point(64, 9);
     this.dirE.Name        = "dirE";
     this.dirE.Size        = new System.Drawing.Size(48, 52);
     this.dirE.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.dirE.TabIndex    = 4;
     this.dirE.TabStop     = false;
     this.dirE.Click      += new System.EventHandler(this.onDirChange);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location = new System.Drawing.Point(3, 147);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 20);
     this.label1.TabIndex = 2;
     this.label1.Text     = "&Length:";
     //! this.label1.Text = "長さ(&L):";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lengthBox
     //
     this.lengthBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.lengthBox.Location  = new System.Drawing.Point(64, 149);
     this.lengthBox.Name      = "lengthBox";
     this.lengthBox.Size      = new System.Drawing.Size(117, 20);
     this.lengthBox.TabIndex  = 3;
     this.lengthBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lengthBox.Value     = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.lengthBox.Validating  += new System.ComponentModel.CancelEventHandler(this.validateLength);
     this.lengthBox.TextChanged += new System.EventHandler(this.onLengthChanged);
     //
     // dirN
     //
     this.dirN.BackColor   = System.Drawing.Color.White;
     this.dirN.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dirN.Location    = new System.Drawing.Point(8, 9);
     this.dirN.Name        = "dirN";
     this.dirN.Size        = new System.Drawing.Size(48, 52);
     this.dirN.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.dirN.TabIndex    = 1;
     this.dirN.TabStop     = false;
     this.dirN.Click      += new System.EventHandler(this.onDirChange);
     //
     // tabControl
     //
     this.tabControl.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.tabControl.Controls.Add(this.stationPage);
     this.tabControl.Controls.Add(this.platformPage);
     this.tabControl.ItemSize              = new System.Drawing.Size(42, 17);
     this.tabControl.Location              = new System.Drawing.Point(-3, 0);
     this.tabControl.Name                  = "tabControl";
     this.tabControl.SelectedIndex         = 0;
     this.tabControl.Size                  = new System.Drawing.Size(201, 201);
     this.tabControl.TabIndex              = 0;
     this.tabControl.Click                += new System.EventHandler(this.updateAfterResize);
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.onModeChanged);
     //
     // PlatformController
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(197, 239);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.buttonPlace);
     this.Controls.Add(this.buttonRemove);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "PlatformController";
     this.Text            = "Station construction";
     //! this.Text = "駅工事";
     this.Resize += new System.EventHandler(this.updateAfterResize);
     this.stationPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.stationPicture)).EndInit();
     this.platformPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dirS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dirW)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dirE)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lengthBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dirN)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }