OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 05.譜面 / C数値入力ダイアログ.Designer.cs
diff --git a/DTXCreatorプロジェクト/コード/05.譜面/C数値入力ダイアログ.Designer.cs b/DTXCreatorプロジェクト/コード/05.譜面/C数値入力ダイアログ.Designer.cs
deleted file mode 100644 (file)
index 1166d44..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-namespace DTXCreator.譜面\r
-{\r
-       partial class C数値入力ダイアログ\r
-       {\r
-               /// <summary>\r
-               /// 必要なデザイナ変数です。\r
-               /// </summary>\r
-               private System.ComponentModel.IContainer components = null;\r
-\r
-               /// <summary>\r
-               /// 使用中のリソースをすべてクリーンアップします。\r
-               /// </summary>\r
-               /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
-               protected override void Dispose( bool disposing )\r
-               {\r
-                       if( disposing && ( components != null ) )\r
-                       {\r
-                               components.Dispose();\r
-                       }\r
-                       base.Dispose( disposing );\r
-               }\r
-\r
-               #region Windows フォーム デザイナで生成されたコード\r
-\r
-               /// <summary>\r
-               /// デザイナ サポートに必要なメソッドです。このメソッドの内容を\r
-               /// コード エディタで変更しないでください。\r
-               /// </summary>\r
-               private void InitializeComponent()\r
-               {\r
-                       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( C数値入力ダイアログ ) );\r
-                       this.numericUpDown数値 = new System.Windows.Forms.NumericUpDown();\r
-                       this.labelメッセージ = new System.Windows.Forms.Label();\r
-                       this.buttonキャンセル = new System.Windows.Forms.Button();\r
-                       this.buttonOK = new System.Windows.Forms.Button();\r
-                       ( (System.ComponentModel.ISupportInitialize) ( this.numericUpDown数値 ) ).BeginInit();\r
-                       this.SuspendLayout();\r
-                       // \r
-                       // numericUpDown数値\r
-                       // \r
-                       this.numericUpDown数値.AccessibleDescription = null;\r
-                       this.numericUpDown数値.AccessibleName = null;\r
-                       resources.ApplyResources( this.numericUpDown数値, "numericUpDown数値" );\r
-                       this.numericUpDown数値.DecimalPlaces = 4;\r
-                       this.numericUpDown数値.Maximum = new decimal( new int[] {\r
-            1000,\r
-            0,\r
-            0,\r
-            0} );\r
-                       this.numericUpDown数値.Minimum = new decimal( new int[] {\r
-            1,\r
-            0,\r
-            0,\r
-            262144} );\r
-                       this.numericUpDown数値.Name = "numericUpDown数値";\r
-                       this.numericUpDown数値.Value = new decimal( new int[] {\r
-            1,\r
-            0,\r
-            0,\r
-            262144} );\r
-                       this.numericUpDown数値.KeyDown += new System.Windows.Forms.KeyEventHandler( this.numericUpDown数値_KeyDown );\r
-                       // \r
-                       // labelメッセージ\r
-                       // \r
-                       this.labelメッセージ.AccessibleDescription = null;\r
-                       this.labelメッセージ.AccessibleName = null;\r
-                       resources.ApplyResources( this.labelメッセージ, "labelメッセージ" );\r
-                       this.labelメッセージ.Font = null;\r
-                       this.labelメッセージ.Name = "labelメッセージ";\r
-                       // \r
-                       // buttonキャンセル\r
-                       // \r
-                       this.buttonキャンセル.AccessibleDescription = null;\r
-                       this.buttonキャンセル.AccessibleName = null;\r
-                       resources.ApplyResources( this.buttonキャンセル, "buttonキャンセル" );\r
-                       this.buttonキャンセル.BackgroundImage = null;\r
-                       this.buttonキャンセル.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
-                       this.buttonキャンセル.Font = null;\r
-                       this.buttonキャンセル.Name = "buttonキャンセル";\r
-                       this.buttonキャンセル.UseVisualStyleBackColor = true;\r
-                       // \r
-                       // buttonOK\r
-                       // \r
-                       this.buttonOK.AccessibleDescription = null;\r
-                       this.buttonOK.AccessibleName = null;\r
-                       resources.ApplyResources( this.buttonOK, "buttonOK" );\r
-                       this.buttonOK.BackgroundImage = null;\r
-                       this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;\r
-                       this.buttonOK.Font = null;\r
-                       this.buttonOK.Name = "buttonOK";\r
-                       this.buttonOK.UseVisualStyleBackColor = true;\r
-                       // \r
-                       // C数値入力ダイアログ\r
-                       // \r
-                       this.AccessibleDescription = null;\r
-                       this.AccessibleName = null;\r
-                       resources.ApplyResources( this, "$this" );\r
-                       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-                       this.BackgroundImage = null;\r
-                       this.ControlBox = false;\r
-                       this.Controls.Add( this.buttonOK );\r
-                       this.Controls.Add( this.buttonキャンセル );\r
-                       this.Controls.Add( this.labelメッセージ );\r
-                       this.Controls.Add( this.numericUpDown数値 );\r
-                       this.Font = null;\r
-                       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
-                       this.Icon = null;\r
-                       this.MaximizeBox = false;\r
-                       this.MinimizeBox = false;\r
-                       this.Name = "C数値入力ダイアログ";\r
-                       this.ShowIcon = false;\r
-                       this.ShowInTaskbar = false;\r
-                       ( (System.ComponentModel.ISupportInitialize) ( this.numericUpDown数値 ) ).EndInit();\r
-                       this.ResumeLayout( false );\r
-                       this.PerformLayout();\r
-\r
-               }\r
-\r
-               #endregion\r
-\r
-               private System.Windows.Forms.NumericUpDown numericUpDown数値;\r
-               private System.Windows.Forms.Label labelメッセージ;\r
-               private System.Windows.Forms.Button buttonキャンセル;\r
-               private System.Windows.Forms.Button buttonOK;\r
-       }\r
-}
\ No newline at end of file