X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=DTXCreator%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%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=88c19f66c674102a54b9e58544889507c4033f3a;hb=7bf3e650c7c6f5afac463ea6e288fcd3fad4387b;hp=0000000000000000000000000000000000000000;hpb=296446998eeba408353da55a275458b590e4ebf5;p=dtxmania%2Fdtxmania.git diff --git a/DTXCreator/コード/06.汎用/Cメッセージポップアップ.Designer.cs b/DTXCreator/コード/06.汎用/Cメッセージポップアップ.Designer.cs new file mode 100644 index 00000000..88c19f66 --- /dev/null +++ b/DTXCreator/コード/06.汎用/Cメッセージポップアップ.Designer.cs @@ -0,0 +1,86 @@ +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