X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=DTXCreator%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%2F%E3%82%B3%E3%83%BC%E3%83%89%2F06.%E6%B1%8E%E7%94%A8%2FC%E3%83%A1%E3%83%83%E3%82%BB%E3%83%BC%E3%82%B8%E3%83%9D%E3%83%83%E3%83%97%E3%82%A2%E3%83%83%E3%83%97.Designer.cs;fp=DTXCreator%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%2F%E3%82%B3%E3%83%BC%E3%83%89%2F06.%E6%B1%8E%E7%94%A8%2FC%E3%83%A1%E3%83%83%E3%82%BB%E3%83%BC%E3%82%B8%E3%83%9D%E3%83%83%E3%83%97%E3%82%A2%E3%83%83%E3%83%97.Designer.cs;h=0000000000000000000000000000000000000000;hb=7bf3e650c7c6f5afac463ea6e288fcd3fad4387b;hp=6714df4e38dd0168f5f68e575bb58538db7a5292;hpb=296446998eeba408353da55a275458b590e4ebf5;p=dtxmania%2Fdtxmania.git diff --git a/DTXCreatorプロジェクト/コード/06.汎用/Cメッセージポップアップ.Designer.cs b/DTXCreatorプロジェクト/コード/06.汎用/Cメッセージポップアップ.Designer.cs deleted file mode 100644 index 6714df4e..00000000 --- a/DTXCreatorプロジェクト/コード/06.汎用/Cメッセージポップアップ.Designer.cs +++ /dev/null @@ -1,86 +0,0 @@ -namespace DTXCreator.汎用 -{ - partial class Cメッセージポップアップ - { - /// - /// 必要なデザイナ変数です。 - /// - 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() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( Cメッセージポップアップ ) ); - this.panelメッセージ = new System.Windows.Forms.Panel(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox1 ) ).BeginInit(); - this.SuspendLayout(); - // - // panelメッセージ - // - this.panelメッセージ.AccessibleDescription = null; - this.panelメッセージ.AccessibleName = null; - resources.ApplyResources( this.panelメッセージ, "panelメッセージ" ); - this.panelメッセージ.BackgroundImage = null; - this.panelメッセージ.Font = null; - this.panelメッセージ.Name = "panelメッセージ"; - this.panelメッセージ.Paint += new System.Windows.Forms.PaintEventHandler( this.panelメッセージ_Paint ); - // - // pictureBox1 - // - this.pictureBox1.AccessibleDescription = null; - this.pictureBox1.AccessibleName = null; - resources.ApplyResources( this.pictureBox1, "pictureBox1" ); - this.pictureBox1.BackgroundImage = null; - this.pictureBox1.Font = null; - this.pictureBox1.Image = global::DTXCreator.Properties.Resources.りらちょー; - this.pictureBox1.ImageLocation = null; - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.TabStop = false; - // - // Cメッセージポップアップ - // - this.AccessibleDescription = null; - this.AccessibleName = null; - resources.ApplyResources( this, "$this" ); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.SystemColors.Window; - this.BackgroundImage = null; - this.ControlBox = false; - this.Controls.Add( this.pictureBox1 ); - this.Controls.Add( this.panelメッセージ ); - this.Font = null; - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; - this.Icon = null; - this.Name = "Cメッセージポップアップ"; - this.Load += new System.EventHandler( this.Cメッセージポップアップ_Load ); - this.FormClosing += new System.Windows.Forms.FormClosingEventHandler( this.Cメッセージポップアップ_FormClosing ); - ( (System.ComponentModel.ISupportInitialize) ( this.pictureBox1 ) ).EndInit(); - this.ResumeLayout( false ); - - } - - #endregion - - private System.Windows.Forms.Panel panelメッセージ; - private System.Windows.Forms.PictureBox pictureBox1; - } -} \ No newline at end of file