1 namespace GKUI.Components
2 {
3     partial class MediaPlayer
4     {
5         private System.Windows.Forms.Panel pnlControls;
6         private System.Windows.Forms.Panel pnlVideo;
7         private System.Windows.Forms.Button btnMute;
8         private System.Windows.Forms.Button btnPause;
9         private System.Windows.Forms.Button btnPlay;
10         private System.Windows.Forms.Button btnStop;
11         private System.Windows.Forms.TrackBar trkPosition;
12         private System.Windows.Forms.TrackBar trkVolume;
13         private System.Windows.Forms.Label label1;
14         private System.Windows.Forms.Label lblDuration;
15         private System.Windows.Forms.Label lblTime;
16         private System.Windows.Forms.Label label2;
17         private System.ComponentModel.IContainer components = null;
18         private System.Windows.Forms.Panel panel2;
19         private System.Windows.Forms.Panel panel1;
20         private System.Windows.Forms.Panel panel4;
21         private System.Windows.Forms.Panel panel3;
22 
InitializeComponent()23         private void InitializeComponent()
24         {
25             this.btnMute = new System.Windows.Forms.Button();
26             this.btnPause = new System.Windows.Forms.Button();
27             this.btnPlay = new System.Windows.Forms.Button();
28             this.btnStop = new System.Windows.Forms.Button();
29             this.trkVolume = new System.Windows.Forms.TrackBar();
30             this.label1 = new System.Windows.Forms.Label();
31             this.lblTime = new System.Windows.Forms.Label();
32             this.lblDuration = new System.Windows.Forms.Label();
33             this.label2 = new System.Windows.Forms.Label();
34             this.pnlControls = new System.Windows.Forms.Panel();
35             this.panel4 = new System.Windows.Forms.Panel();
36             this.panel3 = new System.Windows.Forms.Panel();
37             this.panel2 = new System.Windows.Forms.Panel();
38             this.trkPosition = new System.Windows.Forms.TrackBar();
39             this.panel1 = new System.Windows.Forms.Panel();
40             this.pnlVideo = new System.Windows.Forms.Panel();
41             ((System.ComponentModel.ISupportInitialize)(this.trkVolume)).BeginInit();
42             this.pnlControls.SuspendLayout();
43             this.panel4.SuspendLayout();
44             this.panel3.SuspendLayout();
45             this.panel2.SuspendLayout();
46             ((System.ComponentModel.ISupportInitialize)(this.trkPosition)).BeginInit();
47             this.panel1.SuspendLayout();
48             this.SuspendLayout();
49             //
50             // btnMute
51             //
52             this.btnMute.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
53             this.btnMute.ImageKey = "(none)";
54             this.btnMute.Location = new System.Drawing.Point(7, 3);
55             this.btnMute.Name = "btnMute";
56             this.btnMute.Size = new System.Drawing.Size(40, 40);
57             this.btnMute.TabIndex = 1;
58             this.btnMute.UseVisualStyleBackColor = true;
59             this.btnMute.Click += new System.EventHandler(this.btnMute_Click);
60             //
61             // btnPause
62             //
63             this.btnPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
64             this.btnPause.Location = new System.Drawing.Point(3, 3);
65             this.btnPause.Name = "btnPause";
66             this.btnPause.Size = new System.Drawing.Size(40, 40);
67             this.btnPause.TabIndex = 2;
68             this.btnPause.UseVisualStyleBackColor = true;
69             this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
70             //
71             // btnPlay
72             //
73             this.btnPlay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
74             this.btnPlay.Location = new System.Drawing.Point(49, 3);
75             this.btnPlay.Name = "btnPlay";
76             this.btnPlay.Size = new System.Drawing.Size(40, 40);
77             this.btnPlay.TabIndex = 3;
78             this.btnPlay.UseVisualStyleBackColor = true;
79             this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
80             //
81             // btnStop
82             //
83             this.btnStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
84             this.btnStop.Location = new System.Drawing.Point(95, 3);
85             this.btnStop.Name = "btnStop";
86             this.btnStop.Size = new System.Drawing.Size(40, 40);
87             this.btnStop.TabIndex = 4;
88             this.btnStop.UseVisualStyleBackColor = true;
89             this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
90             //
91             // trkVolume
92             //
93             this.trkVolume.Location = new System.Drawing.Point(53, 10);
94             this.trkVolume.Maximum = 100;
95             this.trkVolume.Name = "trkVolume";
96             this.trkVolume.Size = new System.Drawing.Size(116, 45);
97             this.trkVolume.TabIndex = 7;
98             this.trkVolume.TickStyle = System.Windows.Forms.TickStyle.None;
99             this.trkVolume.Scroll += new System.EventHandler(this.trkVolume_Scroll);
100             //
101             // label1
102             //
103             this.label1.AutoSize = true;
104             this.label1.Location = new System.Drawing.Point(7, 565);
105             this.label1.Name = "label1";
106             this.label1.Size = new System.Drawing.Size(0, 13);
107             this.label1.TabIndex = 8;
108             //
109             // lblTime
110             //
111             this.lblTime.AutoSize = true;
112             this.lblTime.Location = new System.Drawing.Point(12, 10);
113             this.lblTime.Name = "lblTime";
114             this.lblTime.Size = new System.Drawing.Size(49, 13);
115             this.lblTime.TabIndex = 10;
116             this.lblTime.Text = "00:00:00";
117             //
118             // lblDuration
119             //
120             this.lblDuration.AutoSize = true;
121             this.lblDuration.Location = new System.Drawing.Point(86, 10);
122             this.lblDuration.Name = "lblDuration";
123             this.lblDuration.Size = new System.Drawing.Size(49, 13);
124             this.lblDuration.TabIndex = 11;
125             this.lblDuration.Text = "00:00:00";
126             //
127             // label2
128             //
129             this.label2.AutoSize = true;
130             this.label2.Location = new System.Drawing.Point(68, 10);
131             this.label2.Name = "label2";
132             this.label2.Size = new System.Drawing.Size(12, 13);
133             this.label2.TabIndex = 12;
134             this.label2.Text = "/";
135             //
136             // pnlControls
137             //
138             this.pnlControls.Controls.Add(this.panel4);
139             this.pnlControls.Controls.Add(this.panel3);
140             this.pnlControls.Controls.Add(this.panel2);
141             this.pnlControls.Controls.Add(this.label1);
142             this.pnlControls.Dock = System.Windows.Forms.DockStyle.Bottom;
143             this.pnlControls.Location = new System.Drawing.Point(0, 369);
144             this.pnlControls.Margin = new System.Windows.Forms.Padding(2);
145             this.pnlControls.Name = "pnlControls";
146             this.pnlControls.Padding = new System.Windows.Forms.Padding(6);
147             this.pnlControls.Size = new System.Drawing.Size(770, 88);
148             this.pnlControls.TabIndex = 13;
149             //
150             // panel4
151             //
152             this.panel4.Controls.Add(this.trkVolume);
153             this.panel4.Controls.Add(this.btnMute);
154             this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
155             this.panel4.Location = new System.Drawing.Point(592, 38);
156             this.panel4.Name = "panel4";
157             this.panel4.Size = new System.Drawing.Size(172, 44);
158             this.panel4.TabIndex = 16;
159             //
160             // panel3
161             //
162             this.panel3.Controls.Add(this.btnPause);
163             this.panel3.Controls.Add(this.btnStop);
164             this.panel3.Controls.Add(this.btnPlay);
165             this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
166             this.panel3.Location = new System.Drawing.Point(6, 38);
167             this.panel3.Name = "panel3";
168             this.panel3.Size = new System.Drawing.Size(139, 44);
169             this.panel3.TabIndex = 15;
170             //
171             // panel2
172             //
173             this.panel2.Controls.Add(this.trkPosition);
174             this.panel2.Controls.Add(this.panel1);
175             this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
176             this.panel2.Location = new System.Drawing.Point(6, 6);
177             this.panel2.Name = "panel2";
178             this.panel2.Size = new System.Drawing.Size(758, 32);
179             this.panel2.TabIndex = 14;
180             //
181             // trkPosition
182             //
183             this.trkPosition.Dock = System.Windows.Forms.DockStyle.Fill;
184             this.trkPosition.Location = new System.Drawing.Point(0, 0);
185             this.trkPosition.Maximum = 100;
186             this.trkPosition.Name = "trkPosition";
187             this.trkPosition.Size = new System.Drawing.Size(610, 32);
188             this.trkPosition.TabIndex = 6;
189             this.trkPosition.Scroll += new System.EventHandler(this.trkPosition_Scroll);
190             //
191             // panel1
192             //
193             this.panel1.Controls.Add(this.lblTime);
194             this.panel1.Controls.Add(this.label2);
195             this.panel1.Controls.Add(this.lblDuration);
196             this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
197             this.panel1.Location = new System.Drawing.Point(610, 0);
198             this.panel1.Name = "panel1";
199             this.panel1.Size = new System.Drawing.Size(148, 32);
200             this.panel1.TabIndex = 13;
201             //
202             // pnlVideo
203             //
204             this.pnlVideo.BackColor = System.Drawing.SystemColors.WindowText;
205             this.pnlVideo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
206             this.pnlVideo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
207             this.pnlVideo.Dock = System.Windows.Forms.DockStyle.Fill;
208             this.pnlVideo.Location = new System.Drawing.Point(0, 0);
209             this.pnlVideo.Name = "pnlVideo";
210             this.pnlVideo.Size = new System.Drawing.Size(770, 369);
211             this.pnlVideo.TabIndex = 14;
212             //
213             // MediaPlayer
214             //
215             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
216             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
217             this.Controls.Add(this.pnlVideo);
218             this.Controls.Add(this.pnlControls);
219             this.Name = "MediaPlayer";
220             this.Size = new System.Drawing.Size(770, 457);
221             ((System.ComponentModel.ISupportInitialize)(this.trkVolume)).EndInit();
222             this.pnlControls.ResumeLayout(false);
223             this.pnlControls.PerformLayout();
224             this.panel4.ResumeLayout(false);
225             this.panel4.PerformLayout();
226             this.panel3.ResumeLayout(false);
227             this.panel2.ResumeLayout(false);
228             this.panel2.PerformLayout();
229             ((System.ComponentModel.ISupportInitialize)(this.trkPosition)).EndInit();
230             this.panel1.ResumeLayout(false);
231             this.panel1.PerformLayout();
232             this.ResumeLayout(false);
233         }
234     }
235 }
236