git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@20 b1f601f4-4f45-0410-8980-aecacb008692
		
			
				
	
	
		
			204 lines
		
	
	
		
			9.5 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			204 lines
		
	
	
		
			9.5 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| /*
 | |
|  * FormCurveExport.Designer.cs
 | |
|  * Copyright (c) 2009-2010 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 FormCurveExport {
 | |
|         /// <summary>
 | |
|         /// 必要なデザイナ変数です。
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// 使用中のリソースをすべてクリーンアップします。
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
 | |
|         protected override void Dispose( bool disposing ) {
 | |
|             if ( disposing && (components != null) ) {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose( disposing );
 | |
|         }
 | |
| 
 | |
|         #region Windows フォーム デザイナで生成されたコード
 | |
| 
 | |
|         /// <summary>
 | |
|         /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 | |
|         /// コード エディタで変更しないでください。
 | |
|         /// </summary>
 | |
|         private void InitializeComponent() {
 | |
|             this.chkX = new System.Windows.Forms.CheckBox();
 | |
|             this.txtDirectory = new System.Windows.Forms.TextBox();
 | |
|             this.lblDirectory = new System.Windows.Forms.Label();
 | |
|             this.btnBrowse = new System.Windows.Forms.Button();
 | |
|             this.chkY = new System.Windows.Forms.CheckBox();
 | |
|             this.chkAlpha = new System.Windows.Forms.CheckBox();
 | |
|             this.chkScale = new System.Windows.Forms.CheckBox();
 | |
|             this.chkRotation = new System.Windows.Forms.CheckBox();
 | |
|             this.folderBrowser = new System.Windows.Forms.FolderBrowserDialog();
 | |
|             this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
 | |
|             this.btnOk = new System.Windows.Forms.Button();
 | |
|             this.btnCancel = new System.Windows.Forms.Button();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // chkX
 | |
|             // 
 | |
|             this.chkX.AutoSize = true;
 | |
|             this.chkX.Location = new System.Drawing.Point( 29, 55 );
 | |
|             this.chkX.Name = "chkX";
 | |
|             this.chkX.Size = new System.Drawing.Size( 31, 16 );
 | |
|             this.chkX.TabIndex = 0;
 | |
|             this.chkX.Text = "X";
 | |
|             this.chkX.UseVisualStyleBackColor = true;
 | |
|             this.chkX.Click += new System.EventHandler( this.chkX_Click );
 | |
|             // 
 | |
|             // txtDirectory
 | |
|             // 
 | |
|             this.txtDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
 | |
|                         | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.txtDirectory.Location = new System.Drawing.Point( 12, 24 );
 | |
|             this.txtDirectory.Name = "txtDirectory";
 | |
|             this.txtDirectory.Size = new System.Drawing.Size( 287, 19 );
 | |
|             this.txtDirectory.TabIndex = 1;
 | |
|             // 
 | |
|             // lblDirectory
 | |
|             // 
 | |
|             this.lblDirectory.AutoSize = true;
 | |
|             this.lblDirectory.Location = new System.Drawing.Point( 12, 9 );
 | |
|             this.lblDirectory.Name = "lblDirectory";
 | |
|             this.lblDirectory.Size = new System.Drawing.Size( 52, 12 );
 | |
|             this.lblDirectory.TabIndex = 2;
 | |
|             this.lblDirectory.Text = "Directory";
 | |
|             // 
 | |
|             // btnBrowse
 | |
|             // 
 | |
|             this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.btnBrowse.Location = new System.Drawing.Point( 305, 22 );
 | |
|             this.btnBrowse.Name = "btnBrowse";
 | |
|             this.btnBrowse.Size = new System.Drawing.Size( 39, 23 );
 | |
|             this.btnBrowse.TabIndex = 3;
 | |
|             this.btnBrowse.Text = "...";
 | |
|             this.btnBrowse.UseVisualStyleBackColor = true;
 | |
|             this.btnBrowse.Click += new System.EventHandler( this.btnBrowse_Click );
 | |
|             // 
 | |
|             // chkY
 | |
|             // 
 | |
|             this.chkY.AutoSize = true;
 | |
|             this.chkY.Location = new System.Drawing.Point( 29, 77 );
 | |
|             this.chkY.Name = "chkY";
 | |
|             this.chkY.Size = new System.Drawing.Size( 31, 16 );
 | |
|             this.chkY.TabIndex = 4;
 | |
|             this.chkY.Text = "Y";
 | |
|             this.chkY.UseVisualStyleBackColor = true;
 | |
|             this.chkY.Click += new System.EventHandler( this.chkY_Click );
 | |
|             // 
 | |
|             // chkAlpha
 | |
|             // 
 | |
|             this.chkAlpha.AutoSize = true;
 | |
|             this.chkAlpha.Location = new System.Drawing.Point( 29, 99 );
 | |
|             this.chkAlpha.Name = "chkAlpha";
 | |
|             this.chkAlpha.Size = new System.Drawing.Size( 53, 16 );
 | |
|             this.chkAlpha.TabIndex = 5;
 | |
|             this.chkAlpha.Text = "Alpha";
 | |
|             this.chkAlpha.UseVisualStyleBackColor = true;
 | |
|             this.chkAlpha.Click += new System.EventHandler( this.chkAlpha_Click );
 | |
|             // 
 | |
|             // chkScale
 | |
|             // 
 | |
|             this.chkScale.AutoSize = true;
 | |
|             this.chkScale.Location = new System.Drawing.Point( 29, 121 );
 | |
|             this.chkScale.Name = "chkScale";
 | |
|             this.chkScale.Size = new System.Drawing.Size( 52, 16 );
 | |
|             this.chkScale.TabIndex = 6;
 | |
|             this.chkScale.Text = "Scale";
 | |
|             this.chkScale.UseVisualStyleBackColor = true;
 | |
|             this.chkScale.Click += new System.EventHandler( this.chkScale_Click );
 | |
|             // 
 | |
|             // chkRotation
 | |
|             // 
 | |
|             this.chkRotation.AutoSize = true;
 | |
|             this.chkRotation.Location = new System.Drawing.Point( 29, 143 );
 | |
|             this.chkRotation.Name = "chkRotation";
 | |
|             this.chkRotation.Size = new System.Drawing.Size( 67, 16 );
 | |
|             this.chkRotation.TabIndex = 7;
 | |
|             this.chkRotation.Text = "Rotation";
 | |
|             this.chkRotation.UseVisualStyleBackColor = true;
 | |
|             this.chkRotation.Click += new System.EventHandler( this.chkRotation_Click );
 | |
|             // 
 | |
|             // openFileDialog
 | |
|             // 
 | |
|             this.openFileDialog.FileName = "openFileDialog1";
 | |
|             // 
 | |
|             // btnOk
 | |
|             // 
 | |
|             this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
 | |
|             this.btnOk.Location = new System.Drawing.Point( 180, 140 );
 | |
|             this.btnOk.Name = "btnOk";
 | |
|             this.btnOk.Size = new System.Drawing.Size( 75, 23 );
 | |
|             this.btnOk.TabIndex = 8;
 | |
|             this.btnOk.Text = "OK";
 | |
|             this.btnOk.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // btnCancel
 | |
|             // 
 | |
|             this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 | |
|             this.btnCancel.Location = new System.Drawing.Point( 261, 140 );
 | |
|             this.btnCancel.Name = "btnCancel";
 | |
|             this.btnCancel.Size = new System.Drawing.Size( 75, 23 );
 | |
|             this.btnCancel.TabIndex = 9;
 | |
|             this.btnCancel.Text = "Cancel";
 | |
|             this.btnCancel.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // FormCurveExport
 | |
|             // 
 | |
|             this.AcceptButton = this.btnOk;
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F );
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.CancelButton = this.btnCancel;
 | |
|             this.ClientSize = new System.Drawing.Size( 348, 175 );
 | |
|             this.Controls.Add( this.btnCancel );
 | |
|             this.Controls.Add( this.btnOk );
 | |
|             this.Controls.Add( this.chkRotation );
 | |
|             this.Controls.Add( this.chkScale );
 | |
|             this.Controls.Add( this.chkAlpha );
 | |
|             this.Controls.Add( this.chkY );
 | |
|             this.Controls.Add( this.btnBrowse );
 | |
|             this.Controls.Add( this.lblDirectory );
 | |
|             this.Controls.Add( this.txtDirectory );
 | |
|             this.Controls.Add( this.chkX );
 | |
|             this.Name = "FormCurveExport";
 | |
|             this.ShowIcon = false;
 | |
|             this.ShowInTaskbar = false;
 | |
|             this.Text = "Export Config";
 | |
|             this.ResumeLayout( false );
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.CheckBox chkX;
 | |
|         private System.Windows.Forms.TextBox txtDirectory;
 | |
|         private System.Windows.Forms.Label lblDirectory;
 | |
|         private System.Windows.Forms.Button btnBrowse;
 | |
|         private System.Windows.Forms.CheckBox chkY;
 | |
|         private System.Windows.Forms.CheckBox chkAlpha;
 | |
|         private System.Windows.Forms.CheckBox chkScale;
 | |
|         private System.Windows.Forms.CheckBox chkRotation;
 | |
|         private System.Windows.Forms.FolderBrowserDialog folderBrowser;
 | |
|         private System.Windows.Forms.OpenFileDialog openFileDialog;
 | |
|         private System.Windows.Forms.Button btnOk;
 | |
|         private System.Windows.Forms.Button btnCancel;
 | |
|     }
 | |
| } |