/* * TrackSelecter.designer.cs * Copyright (c) 2007-2009 kbinani * * This file is part of LipSync. * * LipSync is free software; you can redistribute it and/or * modify it under the terms of the BSD License. * * LipSync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ namespace LipSync { partial class TrackSelecter { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose( bool disposing ) { if ( disposing && (components != null) ) { components.Dispose(); } base.Dispose( disposing ); } #region Windows フォーム デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.Label(); this.checkImportTempoAndTimesig = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // checkedListBox1 // this.checkedListBox1.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.checkedListBox1.FormattingEnabled = true; this.checkedListBox1.HorizontalScrollbar = true; this.checkedListBox1.Items.AddRange( new object[] { "a"} ); this.checkedListBox1.Location = new System.Drawing.Point( 12, 68 ); this.checkedListBox1.Name = "checkedListBox1"; this.checkedListBox1.Size = new System.Drawing.Size( 264, 200 ); this.checkedListBox1.TabIndex = 0; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button1.Location = new System.Drawing.Point( 201, 311 ); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size( 75, 23 ); this.button1.TabIndex = 3; this.button1.Text = "Cancel"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler( this.button1_Click ); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.Location = new System.Drawing.Point( 100, 311 ); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size( 75, 23 ); this.button2.TabIndex = 2; this.button2.Text = "OK"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler( this.button2_Click ); // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point( 12, 9 ); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size( 264, 56 ); this.textBox1.TabIndex = 4; this.textBox1.Text = "file path"; // // checkImportTempoAndTimesig // this.checkImportTempoAndTimesig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkImportTempoAndTimesig.AutoSize = true; this.checkImportTempoAndTimesig.Checked = true; this.checkImportTempoAndTimesig.CheckState = System.Windows.Forms.CheckState.Checked; this.checkImportTempoAndTimesig.Location = new System.Drawing.Point( 14, 279 ); this.checkImportTempoAndTimesig.Name = "checkImportTempoAndTimesig"; this.checkImportTempoAndTimesig.Size = new System.Drawing.Size( 169, 16 ); this.checkImportTempoAndTimesig.TabIndex = 1; this.checkImportTempoAndTimesig.Text = "テンポと拍子の情報を取り込む"; this.checkImportTempoAndTimesig.UseVisualStyleBackColor = true; // // TrackSelecter // this.AcceptButton = this.button2; this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button1; this.ClientSize = new System.Drawing.Size( 288, 346 ); this.Controls.Add( this.checkImportTempoAndTimesig ); this.Controls.Add( this.textBox1 ); this.Controls.Add( this.button2 ); this.Controls.Add( this.button1 ); this.Controls.Add( this.checkedListBox1 ); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TrackSelecter"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "TrackSelecter"; this.ResumeLayout( false ); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckedListBox checkedListBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label textBox1; private System.Windows.Forms.CheckBox checkImportTempoAndTimesig; } }