1 namespace GKUI.Forms
2 {
3 	partial class MediaViewerWin
4 	{
InitializeComponent()5 		private void InitializeComponent()
6 		{
7 		    this.SuspendLayout();
8 		    //
9 		    // MediaViewerWin
10 		    //
11 		    this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
12 		    this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
13 		    this.ClientSize = new System.Drawing.Size(1000, 600);
14 		    this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
15 		    this.KeyPreview = true;
16 		    this.Name = "MediaViewerWin";
17 		    this.ShowInTaskbar = false;
18 		    this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
19 		    this.Text = "MediaViewerWin";
20 		    this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MediaViewerWin_FormClosing);
21 		    this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MediaViewerWin_KeyDown);
22 		    this.ResumeLayout(false);
23 		}
24 	}
25 }
26