| 1 |
namespace SchoolIdolFestivalSimulator.Main { |
| 2 |
partial class SelectMemberForm { |
| 3 |
/// <summary> |
| 4 |
/// Required designer variable. |
| 5 |
/// </summary> |
| 6 |
private System.ComponentModel.IContainer components = null; |
| 7 |
|
| 8 |
/// <summary> |
| 9 |
/// Clean up any resources being used. |
| 10 |
/// </summary> |
| 11 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| 12 |
protected override void Dispose(bool disposing) { |
| 13 |
if(disposing && (components != null)) { |
| 14 |
components.Dispose(); |
| 15 |
} |
| 16 |
base.Dispose(disposing); |
| 17 |
} |
| 18 |
|
| 19 |
#region Windows Form Designer generated code |
| 20 |
|
| 21 |
/// <summary> |
| 22 |
/// Required method for Designer support - do not modify |
| 23 |
/// the contents of this method with the code editor. |
| 24 |
/// </summary> |
| 25 |
private void InitializeComponent() { |
| 26 |
this.components = new System.ComponentModel.Container(); |
| 27 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectMemberForm)); |
| 28 |
this.ilLarge = new System.Windows.Forms.ImageList(this.components); |
| 29 |
this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |
| 30 |
this.cboSort = new System.Windows.Forms.ToolStripComboBox(); |
| 31 |
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); |
| 32 |
this.cboFilter = new System.Windows.Forms.ToolStripComboBox(); |
| 33 |
this.lv = new System.Windows.Forms.ListView(); |
| 34 |
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| 35 |
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| 36 |
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| 37 |
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| 38 |
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| 39 |
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| 40 |
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| 41 |
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
| 42 |
this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); |
| 43 |
this.popLargeIcon = new System.Windows.Forms.ToolStripMenuItem(); |
| 44 |
this.popSmallIcon = new System.Windows.Forms.ToolStripMenuItem(); |
| 45 |
this.popTile = new System.Windows.Forms.ToolStripMenuItem(); |
| 46 |
this.popList = new System.Windows.Forms.ToolStripMenuItem(); |
| 47 |
this.popDetail = new System.Windows.Forms.ToolStripMenuItem(); |
| 48 |
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); |
| 49 |
this.popProperty = new System.Windows.Forms.ToolStripMenuItem(); |
| 50 |
this.削除DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 51 |
this.編集EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 52 |
this.ilSmall = new System.Windows.Forms.ImageList(this.components); |
| 53 |
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); |
| 54 |
this.mnuReload = new System.Windows.Forms.ToolStripMenuItem(); |
| 55 |
this.toolStrip1.SuspendLayout(); |
| 56 |
this.contextMenu.SuspendLayout(); |
| 57 |
this.SuspendLayout(); |
| 58 |
// |
| 59 |
// ilLarge |
| 60 |
// |
| 61 |
this.ilLarge.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLarge.ImageStream"))); |
| 62 |
this.ilLarge.TransparentColor = System.Drawing.Color.Transparent; |
| 63 |
this.ilLarge.Images.SetKeyName(0, "honoka.png"); |
| 64 |
this.ilLarge.Images.SetKeyName(1, "eli.png"); |
| 65 |
this.ilLarge.Images.SetKeyName(2, "kotori.png"); |
| 66 |
this.ilLarge.Images.SetKeyName(3, "umi.png"); |
| 67 |
this.ilLarge.Images.SetKeyName(4, "rin.png"); |
| 68 |
this.ilLarge.Images.SetKeyName(5, "maki.png"); |
| 69 |
this.ilLarge.Images.SetKeyName(6, "nozomi.png"); |
| 70 |
this.ilLarge.Images.SetKeyName(7, "kayochin.png"); |
| 71 |
this.ilLarge.Images.SetKeyName(8, "nico.png"); |
| 72 |
this.ilLarge.Images.SetKeyName(9, "honokawg.png"); |
| 73 |
this.ilLarge.Images.SetKeyName(10, "eliwg.png"); |
| 74 |
this.ilLarge.Images.SetKeyName(11, "kotoriwg.png"); |
| 75 |
this.ilLarge.Images.SetKeyName(12, "umiwg.png"); |
| 76 |
this.ilLarge.Images.SetKeyName(13, "rinwg.png"); |
| 77 |
this.ilLarge.Images.SetKeyName(14, "makiwg.png"); |
| 78 |
this.ilLarge.Images.SetKeyName(15, "nozomiwg.png"); |
| 79 |
this.ilLarge.Images.SetKeyName(16, "kayochinwg.png"); |
| 80 |
this.ilLarge.Images.SetKeyName(17, "nicowg.png"); |
| 81 |
// |
| 82 |
// toolStrip1 |
| 83 |
// |
| 84 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 85 |
this.cboSort, |
| 86 |
this.toolStripLabel1, |
| 87 |
this.cboFilter}); |
| 88 |
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
| 89 |
this.toolStrip1.Name = "toolStrip1"; |
| 90 |
this.toolStrip1.Size = new System.Drawing.Size(300, 25); |
| 91 |
this.toolStrip1.TabIndex = 2; |
| 92 |
this.toolStrip1.Text = "toolStrip1"; |
| 93 |
// |
| 94 |
// cboSort |
| 95 |
// |
| 96 |
this.cboSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 97 |
this.cboSort.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
| 98 |
this.cboSort.Items.AddRange(new object[] { |
| 99 |
"スマイル(昇順)", |
| 100 |
"スマイル(降順)", |
| 101 |
"ピュア(昇順)", |
| 102 |
"ピュア(降順)", |
| 103 |
"クール(昇順)", |
| 104 |
"クール(降順)"}); |
| 105 |
this.cboSort.Name = "cboSort"; |
| 106 |
this.cboSort.Size = new System.Drawing.Size(121, 25); |
| 107 |
this.cboSort.SelectedIndexChanged += new System.EventHandler(this.cboSort_SelectedIndexChanged); |
| 108 |
// |
| 109 |
// toolStripLabel1 |
| 110 |
// |
| 111 |
this.toolStripLabel1.Name = "toolStripLabel1"; |
| 112 |
this.toolStripLabel1.Size = new System.Drawing.Size(9, 22); |
| 113 |
this.toolStripLabel1.Text = " "; |
| 114 |
// |
| 115 |
// cboFilter |
| 116 |
// |
| 117 |
this.cboFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 118 |
this.cboFilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; |
| 119 |
this.cboFilter.Items.AddRange(new object[] { |
| 120 |
"すべて", |
| 121 |
"スマイルのみ", |
| 122 |
"ピュアのみ", |
| 123 |
"クールのみ"}); |
| 124 |
this.cboFilter.Name = "cboFilter"; |
| 125 |
this.cboFilter.Size = new System.Drawing.Size(121, 25); |
| 126 |
this.cboFilter.SelectedIndexChanged += new System.EventHandler(this.cboFilter_SelectedIndexChanged); |
| 127 |
// |
| 128 |
// lv |
| 129 |
// |
| 130 |
this.lv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
| 131 |
this.columnHeader1, |
| 132 |
this.columnHeader2, |
| 133 |
this.columnHeader3, |
| 134 |
this.columnHeader4, |
| 135 |
this.columnHeader5, |
| 136 |
this.columnHeader6, |
| 137 |
this.columnHeader7, |
| 138 |
this.columnHeader8}); |
| 139 |
this.lv.ContextMenuStrip = this.contextMenu; |
| 140 |
this.lv.Dock = System.Windows.Forms.DockStyle.Fill; |
| 141 |
this.lv.FullRowSelect = true; |
| 142 |
this.lv.HideSelection = false; |
| 143 |
this.lv.LargeImageList = this.ilLarge; |
| 144 |
this.lv.Location = new System.Drawing.Point(0, 25); |
| 145 |
this.lv.MultiSelect = false; |
| 146 |
this.lv.Name = "lv"; |
| 147 |
this.lv.Size = new System.Drawing.Size(300, 423); |
| 148 |
this.lv.SmallImageList = this.ilSmall; |
| 149 |
this.lv.TabIndex = 3; |
| 150 |
this.lv.UseCompatibleStateImageBehavior = false; |
| 151 |
this.lv.View = System.Windows.Forms.View.Tile; |
| 152 |
this.lv.DoubleClick += new System.EventHandler(this.lv_DoubleClick); |
| 153 |
this.lv.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lv_MouseDown); |
| 154 |
// |
| 155 |
// columnHeader1 |
| 156 |
// |
| 157 |
this.columnHeader1.Text = "名前"; |
| 158 |
// |
| 159 |
// columnHeader2 |
| 160 |
// |
| 161 |
this.columnHeader2.Text = "スキル"; |
| 162 |
// |
| 163 |
// columnHeader3 |
| 164 |
// |
| 165 |
this.columnHeader3.Text = "属性"; |
| 166 |
// |
| 167 |
// columnHeader4 |
| 168 |
// |
| 169 |
this.columnHeader4.Text = "スマイル"; |
| 170 |
// |
| 171 |
// columnHeader5 |
| 172 |
// |
| 173 |
this.columnHeader5.Text = "ピュア"; |
| 174 |
// |
| 175 |
// columnHeader6 |
| 176 |
// |
| 177 |
this.columnHeader6.Text = "クール"; |
| 178 |
// |
| 179 |
// columnHeader7 |
| 180 |
// |
| 181 |
this.columnHeader7.Text = "スキル"; |
| 182 |
// |
| 183 |
// columnHeader8 |
| 184 |
// |
| 185 |
this.columnHeader8.Text = "センタースキル"; |
| 186 |
// |
| 187 |
// contextMenu |
| 188 |
// |
| 189 |
this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 190 |
this.popLargeIcon, |
| 191 |
this.popSmallIcon, |
| 192 |
this.popTile, |
| 193 |
this.popList, |
| 194 |
this.popDetail, |
| 195 |
this.toolStripMenuItem1, |
| 196 |
this.popProperty, |
| 197 |
this.削除DToolStripMenuItem, |
| 198 |
this.編集EToolStripMenuItem, |
| 199 |
this.toolStripMenuItem2, |
| 200 |
this.mnuReload}); |
| 201 |
this.contextMenu.Name = "contextMenu"; |
| 202 |
this.contextMenu.Size = new System.Drawing.Size(154, 236); |
| 203 |
// |
| 204 |
// popLargeIcon |
| 205 |
// |
| 206 |
this.popLargeIcon.Name = "popLargeIcon"; |
| 207 |
this.popLargeIcon.Size = new System.Drawing.Size(153, 22); |
| 208 |
this.popLargeIcon.Text = "大きいアイコン(&M)"; |
| 209 |
this.popLargeIcon.Click += new System.EventHandler(this.popLargeIcon_Click); |
| 210 |
// |
| 211 |
// popSmallIcon |
| 212 |
// |
| 213 |
this.popSmallIcon.Name = "popSmallIcon"; |
| 214 |
this.popSmallIcon.Size = new System.Drawing.Size(153, 22); |
| 215 |
this.popSmallIcon.Text = "小さいアイコン(&S)"; |
| 216 |
this.popSmallIcon.Click += new System.EventHandler(this.popSmallIcon_Click); |
| 217 |
// |
| 218 |
// popTile |
| 219 |
// |
| 220 |
this.popTile.Name = "popTile"; |
| 221 |
this.popTile.Size = new System.Drawing.Size(153, 22); |
| 222 |
this.popTile.Text = "タイル(&T)"; |
| 223 |
this.popTile.Click += new System.EventHandler(this.popTile_Click); |
| 224 |
// |
| 225 |
// popList |
| 226 |
// |
| 227 |
this.popList.Name = "popList"; |
| 228 |
this.popList.Size = new System.Drawing.Size(153, 22); |
| 229 |
this.popList.Text = "一覧(&L)"; |
| 230 |
this.popList.Click += new System.EventHandler(this.popList_Click); |
| 231 |
// |
| 232 |
// popDetail |
| 233 |
// |
| 234 |
this.popDetail.Name = "popDetail"; |
| 235 |
this.popDetail.Size = new System.Drawing.Size(153, 22); |
| 236 |
this.popDetail.Text = "詳細(&D)"; |
| 237 |
this.popDetail.Click += new System.EventHandler(this.popDetail_Click); |
| 238 |
// |
| 239 |
// toolStripMenuItem1 |
| 240 |
// |
| 241 |
this.toolStripMenuItem1.Name = "toolStripMenuItem1"; |
| 242 |
this.toolStripMenuItem1.Size = new System.Drawing.Size(150, 6); |
| 243 |
// |
| 244 |
// popProperty |
| 245 |
// |
| 246 |
this.popProperty.Name = "popProperty"; |
| 247 |
this.popProperty.Size = new System.Drawing.Size(153, 22); |
| 248 |
this.popProperty.Text = "プロパティ(&P)"; |
| 249 |
this.popProperty.Click += new System.EventHandler(this.popProperty_Click); |
| 250 |
// |
| 251 |
// 削除DToolStripMenuItem |
| 252 |
// |
| 253 |
this.削除DToolStripMenuItem.Name = "削除DToolStripMenuItem"; |
| 254 |
this.削除DToolStripMenuItem.Size = new System.Drawing.Size(153, 22); |
| 255 |
this.削除DToolStripMenuItem.Text = "削除(&R)"; |
| 256 |
this.削除DToolStripMenuItem.Click += new System.EventHandler(this.削除DToolStripMenuItem_Click); |
| 257 |
// |
| 258 |
// 編集EToolStripMenuItem |
| 259 |
// |
| 260 |
this.編集EToolStripMenuItem.Name = "編集EToolStripMenuItem"; |
| 261 |
this.編集EToolStripMenuItem.Size = new System.Drawing.Size(153, 22); |
| 262 |
this.編集EToolStripMenuItem.Text = "編集(&E)"; |
| 263 |
this.編集EToolStripMenuItem.Click += new System.EventHandler(this.編集EToolStripMenuItem_Click); |
| 264 |
// |
| 265 |
// ilSmall |
| 266 |
// |
| 267 |
this.ilSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmall.ImageStream"))); |
| 268 |
this.ilSmall.TransparentColor = System.Drawing.Color.Transparent; |
| 269 |
this.ilSmall.Images.SetKeyName(0, "honokaL.png"); |
| 270 |
this.ilSmall.Images.SetKeyName(1, "eliL.png"); |
| 271 |
this.ilSmall.Images.SetKeyName(2, "kotoriL.png"); |
| 272 |
this.ilSmall.Images.SetKeyName(3, "umiL.png"); |
| 273 |
this.ilSmall.Images.SetKeyName(4, "rinL.png"); |
| 274 |
this.ilSmall.Images.SetKeyName(5, "makiL.png"); |
| 275 |
this.ilSmall.Images.SetKeyName(6, "nozomiL.png"); |
| 276 |
this.ilSmall.Images.SetKeyName(7, "kayochinL.png"); |
| 277 |
this.ilSmall.Images.SetKeyName(8, "nicoL.png"); |
| 278 |
this.ilSmall.Images.SetKeyName(9, "honokawg.png"); |
| 279 |
this.ilSmall.Images.SetKeyName(10, "eliwg.png"); |
| 280 |
this.ilSmall.Images.SetKeyName(11, "kotoriwg.png"); |
| 281 |
this.ilSmall.Images.SetKeyName(12, "umiwg.png"); |
| 282 |
this.ilSmall.Images.SetKeyName(13, "rinwg.png"); |
| 283 |
this.ilSmall.Images.SetKeyName(14, "makiwg.png"); |
| 284 |
this.ilSmall.Images.SetKeyName(15, "nozomiwg.png"); |
| 285 |
this.ilSmall.Images.SetKeyName(16, "kayochinwg.png"); |
| 286 |
this.ilSmall.Images.SetKeyName(17, "nicowg.png"); |
| 287 |
// |
| 288 |
// toolStripMenuItem2 |
| 289 |
// |
| 290 |
this.toolStripMenuItem2.Name = "toolStripMenuItem2"; |
| 291 |
this.toolStripMenuItem2.Size = new System.Drawing.Size(150, 6); |
| 292 |
// |
| 293 |
// mnuReload |
| 294 |
// |
| 295 |
this.mnuReload.Name = "mnuReload"; |
| 296 |
this.mnuReload.Size = new System.Drawing.Size(153, 22); |
| 297 |
this.mnuReload.Text = "再読み込み(&O)"; |
| 298 |
this.mnuReload.Click += new System.EventHandler(this.mnuReload_Click); |
| 299 |
// |
| 300 |
// SelectMemberForm |
| 301 |
// |
| 302 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
| 303 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| 304 |
this.ClientSize = new System.Drawing.Size(300, 448); |
| 305 |
this.Controls.Add(this.lv); |
| 306 |
this.Controls.Add(this.toolStrip1); |
| 307 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
| 308 |
this.Name = "SelectMemberForm"; |
| 309 |
this.Text = "メンバー選択"; |
| 310 |
this.Load += new System.EventHandler(this.SelectMemberForm_Load); |
| 311 |
this.toolStrip1.ResumeLayout(false); |
| 312 |
this.toolStrip1.PerformLayout(); |
| 313 |
this.contextMenu.ResumeLayout(false); |
| 314 |
this.ResumeLayout(false); |
| 315 |
this.PerformLayout(); |
| 316 |
|
| 317 |
} |
| 318 |
|
| 319 |
#endregion |
| 320 |
|
| 321 |
private System.Windows.Forms.ImageList ilLarge; |
| 322 |
private System.Windows.Forms.ToolStrip toolStrip1; |
| 323 |
private System.Windows.Forms.ToolStripComboBox cboSort; |
| 324 |
private System.Windows.Forms.ToolStripComboBox cboFilter; |
| 325 |
private System.Windows.Forms.ToolStripLabel toolStripLabel1; |
| 326 |
private System.Windows.Forms.ListView lv; |
| 327 |
private System.Windows.Forms.ContextMenuStrip contextMenu; |
| 328 |
private System.Windows.Forms.ToolStripMenuItem popLargeIcon; |
| 329 |
private System.Windows.Forms.ToolStripMenuItem popSmallIcon; |
| 330 |
private System.Windows.Forms.ToolStripMenuItem popList; |
| 331 |
private System.Windows.Forms.ToolStripMenuItem popDetail; |
| 332 |
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; |
| 333 |
private System.Windows.Forms.ToolStripMenuItem popProperty; |
| 334 |
private System.Windows.Forms.ToolStripMenuItem 削除DToolStripMenuItem; |
| 335 |
private System.Windows.Forms.ToolStripMenuItem 編集EToolStripMenuItem; |
| 336 |
private System.Windows.Forms.ImageList ilSmall; |
| 337 |
private System.Windows.Forms.ColumnHeader columnHeader1; |
| 338 |
private System.Windows.Forms.ColumnHeader columnHeader3; |
| 339 |
private System.Windows.Forms.ColumnHeader columnHeader4; |
| 340 |
private System.Windows.Forms.ColumnHeader columnHeader5; |
| 341 |
private System.Windows.Forms.ColumnHeader columnHeader6; |
| 342 |
private System.Windows.Forms.ColumnHeader columnHeader7; |
| 343 |
private System.Windows.Forms.ColumnHeader columnHeader8; |
| 344 |
private System.Windows.Forms.ToolStripMenuItem popTile; |
| 345 |
private System.Windows.Forms.ColumnHeader columnHeader2; |
| 346 |
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; |
| 347 |
private System.Windows.Forms.ToolStripMenuItem mnuReload; |
| 348 |
} |
| 349 |
} |