OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / DTXCreator / コード / 00.全体 / Cバージョン情報.Designer.cs
diff --git a/DTXCreator/コード/00.全体/Cバージョン情報.Designer.cs b/DTXCreator/コード/00.全体/Cバージョン情報.Designer.cs
new file mode 100644 (file)
index 0000000..1c2939f
--- /dev/null
@@ -0,0 +1,61 @@
+
+namespace DTXCreator
+{
+       partial class Cバージョン情報
+       {
+               /// <summary>
+               /// 必要なデザイナ変数です。
+               /// </summary>
+               private System.ComponentModel.IContainer components = null;
+
+               /// <summary>
+               /// 使用中のリソースをすべてクリーンアップします。
+               /// </summary>
+               /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
+               /// 
+               protected override void Dispose( bool disposing )
+               {
+                       if( disposing && ( this.components != null ) )
+                       {
+                               this.components.Dispose();
+                       }
+                       base.Dispose( disposing );
+               }
+
+               #region Windows フォーム デザイナで生成されたコード
+
+               /// <summary>
+               /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
+               /// コード エディタで変更しないでください。
+               /// </summary>
+               private void InitializeComponent()
+               {
+                       this.SuspendLayout();
+                       // 
+                       // Cバージョン情報
+                       // 
+                       this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F );
+                       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+                       this.BackgroundImage = global::DTXCreator.Properties.Resources.バージョン情報;
+                       this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+                       this.ClientSize = new System.Drawing.Size( 450, 250 );
+                       this.ControlBox = false;
+                       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
+                       this.MaximizeBox = false;
+                       this.MinimizeBox = false;
+                       this.Name = "Cバージョン情報";
+                       this.Padding = new System.Windows.Forms.Padding( 8 );
+                       this.ShowIcon = false;
+                       this.ShowInTaskbar = false;
+                       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+                       this.Paint += new System.Windows.Forms.PaintEventHandler( this.Cバージョン情報_Paint );
+                       this.Click += new System.EventHandler( this.Cバージョン情報_Click );
+                       this.KeyDown += new System.Windows.Forms.KeyEventHandler( this.Cバージョン情報_KeyDown );
+                       this.ResumeLayout( false );
+
+               }
+               
+               #endregion
+
+       }
+}