Rename MediaInfo() to GetMediaInfoString() to make it more sense
[marukotoolbox.git] / mp4box / SplashForm.Designer.cs
blob63d0fe92f0cf1baa96bc72922353dbbd070ead6a
1 namespace mp4box
3 partial class SplashForm
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashForm));
33 this.timer = new System.Windows.Forms.Timer(this.components);
34 this.pictureBox = new System.Windows.Forms.PictureBox();
35 this.LuneartTextLabel = new mp4box.ArtTextLabel();
36 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
37 this.SuspendLayout();
38 //
39 // timer
40 //
41 this.timer.Enabled = true;
42 this.timer.Interval = 50;
43 this.timer.Tick += new System.EventHandler(this.timer_Tick);
44 //
45 // pictureBox
46 //
47 this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
48 this.pictureBox.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox.Image")));
49 this.pictureBox.Location = new System.Drawing.Point(0, 0);
50 this.pictureBox.Name = "pictureBox";
51 this.pictureBox.Size = new System.Drawing.Size(499, 281);
52 this.pictureBox.TabIndex = 0;
53 this.pictureBox.TabStop = false;
54 this.pictureBox.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
55 //
56 // LuneartTextLabel
57 //
58 this.LuneartTextLabel.AutoSize = true;
59 this.LuneartTextLabel.BackColor = System.Drawing.Color.Transparent;
60 this.LuneartTextLabel.Font = new System.Drawing.Font("SimSun", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
61 this.LuneartTextLabel.ForeColor = System.Drawing.Color.Red;
62 this.LuneartTextLabel.Location = new System.Drawing.Point(350, 176);
63 this.LuneartTextLabel.Name = "LuneartTextLabel";
64 this.LuneartTextLabel.Size = new System.Drawing.Size(100, 29);
65 this.LuneartTextLabel.TabIndex = 1;
66 this.LuneartTextLabel.Text = "七七版";
67 //
68 // SplashForm
69 //
70 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
71 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
72 this.ClientSize = new System.Drawing.Size(499, 281);
73 this.Controls.Add(this.LuneartTextLabel);
74 this.Controls.Add(this.pictureBox);
75 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
76 this.Name = "SplashForm";
77 this.Text = "小丸工具箱";
78 this.Load += new System.EventHandler(this.SplashForm_Load);
79 this.Paint += new System.Windows.Forms.PaintEventHandler(this.SplashForm_Paint);
80 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
81 this.ResumeLayout(false);
82 this.PerformLayout();
86 #endregion
88 private System.Windows.Forms.Timer timer;
89 private System.Windows.Forms.PictureBox pictureBox;
90 private ArtTextLabel LuneartTextLabel;