3 partial class SplashForm
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
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))
20 base.Dispose(disposing
);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
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();
41 this.timer
.Enabled
= true;
42 this.timer
.Interval
= 50;
43 this.timer
.Tick
+= new System
.EventHandler(this.timer_Tick
);
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
);
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
= "七七版";
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";
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);
88 private System
.Windows
.Forms
.Timer timer
;
89 private System
.Windows
.Forms
.PictureBox pictureBox
;
90 private ArtTextLabel LuneartTextLabel
;