Form1.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. namespace SkypeDemo
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.PanelSlide = new System.Windows.Forms.Panel();
  33. this.panel4 = new System.Windows.Forms.Panel();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.button2 = new System.Windows.Forms.Button();
  40. this.button3 = new System.Windows.Forms.Button();
  41. this.button4 = new System.Windows.Forms.Button();
  42. this.button5 = new System.Windows.Forms.Button();
  43. this.button6 = new System.Windows.Forms.Button();
  44. this.button7 = new System.Windows.Forms.Button();
  45. this.button8 = new System.Windows.Forms.Button();
  46. this.button9 = new System.Windows.Forms.Button();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.timer1 = new System.Windows.Forms.Timer(this.components);
  50. this.uCcontacts1 = new SkypeDemo.UserControls.UCcontacts();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.label7 = new System.Windows.Forms.Label();
  54. this.uCcontacts2 = new SkypeDemo.UserControls.UCcontacts();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.uCcontacts3 = new SkypeDemo.UserControls.UCcontacts();
  57. this.uCcontacts4 = new SkypeDemo.UserControls.UCcontacts();
  58. this.textBox1 = new System.Windows.Forms.TextBox();
  59. this.panel1.SuspendLayout();
  60. this.panel2.SuspendLayout();
  61. this.PanelSlide.SuspendLayout();
  62. this.panel4.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // panel1
  68. //
  69. this.panel1.Controls.Add(this.button8);
  70. this.panel1.Controls.Add(this.button7);
  71. this.panel1.Controls.Add(this.label1);
  72. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  73. this.panel1.Location = new System.Drawing.Point(0, 0);
  74. this.panel1.Name = "panel1";
  75. this.panel1.Size = new System.Drawing.Size(756, 34);
  76. this.panel1.TabIndex = 0;
  77. //
  78. // panel2
  79. //
  80. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
  81. this.panel2.Controls.Add(this.button6);
  82. this.panel2.Controls.Add(this.button5);
  83. this.panel2.Controls.Add(this.button4);
  84. this.panel2.Controls.Add(this.button3);
  85. this.panel2.Controls.Add(this.button2);
  86. this.panel2.Controls.Add(this.button1);
  87. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  88. this.panel2.Location = new System.Drawing.Point(0, 34);
  89. this.panel2.Name = "panel2";
  90. this.panel2.Size = new System.Drawing.Size(43, 419);
  91. this.panel2.TabIndex = 1;
  92. //
  93. // PanelSlide
  94. //
  95. this.PanelSlide.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
  96. this.PanelSlide.Controls.Add(this.textBox1);
  97. this.PanelSlide.Controls.Add(this.uCcontacts4);
  98. this.PanelSlide.Controls.Add(this.uCcontacts3);
  99. this.PanelSlide.Controls.Add(this.uCcontacts2);
  100. this.PanelSlide.Controls.Add(this.uCcontacts1);
  101. this.PanelSlide.Controls.Add(this.label8);
  102. this.PanelSlide.Controls.Add(this.label7);
  103. this.PanelSlide.Controls.Add(this.label6);
  104. this.PanelSlide.Controls.Add(this.label5);
  105. this.PanelSlide.Dock = System.Windows.Forms.DockStyle.Left;
  106. this.PanelSlide.Location = new System.Drawing.Point(43, 34);
  107. this.PanelSlide.Name = "PanelSlide";
  108. this.PanelSlide.Size = new System.Drawing.Size(239, 419);
  109. this.PanelSlide.TabIndex = 2;
  110. //
  111. // panel4
  112. //
  113. this.panel4.Controls.Add(this.button9);
  114. this.panel4.Controls.Add(this.label4);
  115. this.panel4.Controls.Add(this.label3);
  116. this.panel4.Controls.Add(this.label2);
  117. this.panel4.Controls.Add(this.pictureBox2);
  118. this.panel4.Controls.Add(this.pictureBox1);
  119. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.panel4.Location = new System.Drawing.Point(282, 34);
  121. this.panel4.Name = "panel4";
  122. this.panel4.Size = new System.Drawing.Size(474, 419);
  123. this.panel4.TabIndex = 3;
  124. //
  125. // label1
  126. //
  127. this.label1.AutoSize = true;
  128. this.label1.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  129. this.label1.Location = new System.Drawing.Point(7, 9);
  130. this.label1.Name = "label1";
  131. this.label1.Size = new System.Drawing.Size(117, 20);
  132. this.label1.TabIndex = 0;
  133. this.label1.Text = "Skype Preview";
  134. //
  135. // pictureBox1
  136. //
  137. this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
  138. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  139. this.pictureBox1.Location = new System.Drawing.Point(179, 38);
  140. this.pictureBox1.Name = "pictureBox1";
  141. this.pictureBox1.Size = new System.Drawing.Size(89, 84);
  142. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  143. this.pictureBox1.TabIndex = 0;
  144. this.pictureBox1.TabStop = false;
  145. //
  146. // label2
  147. //
  148. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  149. this.label2.AutoSize = true;
  150. this.label2.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  151. this.label2.Location = new System.Drawing.Point(130, 134);
  152. this.label2.Name = "label2";
  153. this.label2.Size = new System.Drawing.Size(180, 24);
  154. this.label2.TabIndex = 0;
  155. this.label2.Text = "Welcome Back";
  156. //
  157. // pictureBox2
  158. //
  159. this.pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  160. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  161. this.pictureBox2.Location = new System.Drawing.Point(166, 172);
  162. this.pictureBox2.Name = "pictureBox2";
  163. this.pictureBox2.Size = new System.Drawing.Size(113, 103);
  164. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  165. this.pictureBox2.TabIndex = 0;
  166. this.pictureBox2.TabStop = false;
  167. //
  168. // button1
  169. //
  170. this.button1.FlatAppearance.BorderSize = 0;
  171. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  172. this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
  173. this.button1.Location = new System.Drawing.Point(2, 3);
  174. this.button1.Name = "button1";
  175. this.button1.Size = new System.Drawing.Size(37, 36);
  176. this.button1.TabIndex = 1;
  177. this.button1.UseVisualStyleBackColor = true;
  178. this.button1.Click += new System.EventHandler(this.button1_Click);
  179. //
  180. // button2
  181. //
  182. this.button2.FlatAppearance.BorderSize = 0;
  183. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  184. this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
  185. this.button2.Location = new System.Drawing.Point(3, 38);
  186. this.button2.Name = "button2";
  187. this.button2.Size = new System.Drawing.Size(37, 36);
  188. this.button2.TabIndex = 1;
  189. this.button2.UseVisualStyleBackColor = true;
  190. //
  191. // button3
  192. //
  193. this.button3.FlatAppearance.BorderSize = 0;
  194. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  195. this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
  196. this.button3.Location = new System.Drawing.Point(3, 80);
  197. this.button3.Name = "button3";
  198. this.button3.Size = new System.Drawing.Size(37, 36);
  199. this.button3.TabIndex = 1;
  200. this.button3.UseVisualStyleBackColor = true;
  201. //
  202. // button4
  203. //
  204. this.button4.FlatAppearance.BorderSize = 0;
  205. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  206. this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
  207. this.button4.Location = new System.Drawing.Point(2, 125);
  208. this.button4.Name = "button4";
  209. this.button4.Size = new System.Drawing.Size(37, 36);
  210. this.button4.TabIndex = 1;
  211. this.button4.UseVisualStyleBackColor = true;
  212. //
  213. // button5
  214. //
  215. this.button5.FlatAppearance.BorderSize = 0;
  216. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  217. this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
  218. this.button5.Location = new System.Drawing.Point(4, 380);
  219. this.button5.Name = "button5";
  220. this.button5.Size = new System.Drawing.Size(37, 36);
  221. this.button5.TabIndex = 1;
  222. this.button5.UseVisualStyleBackColor = true;
  223. //
  224. // button6
  225. //
  226. this.button6.FlatAppearance.BorderSize = 0;
  227. this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  228. this.button6.Image = ((System.Drawing.Image)(resources.GetObject("button6.Image")));
  229. this.button6.Location = new System.Drawing.Point(4, 338);
  230. this.button6.Name = "button6";
  231. this.button6.Size = new System.Drawing.Size(37, 36);
  232. this.button6.TabIndex = 1;
  233. this.button6.UseVisualStyleBackColor = true;
  234. //
  235. // button7
  236. //
  237. this.button7.Dock = System.Windows.Forms.DockStyle.Right;
  238. this.button7.FlatAppearance.BorderSize = 0;
  239. this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  240. this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
  241. this.button7.Location = new System.Drawing.Point(722, 0);
  242. this.button7.Name = "button7";
  243. this.button7.Size = new System.Drawing.Size(34, 34);
  244. this.button7.TabIndex = 1;
  245. this.button7.UseVisualStyleBackColor = true;
  246. this.button7.Click += new System.EventHandler(this.button7_Click);
  247. //
  248. // button8
  249. //
  250. this.button8.Dock = System.Windows.Forms.DockStyle.Right;
  251. this.button8.FlatAppearance.BorderSize = 0;
  252. this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  253. this.button8.Image = ((System.Drawing.Image)(resources.GetObject("button8.Image")));
  254. this.button8.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
  255. this.button8.Location = new System.Drawing.Point(688, 0);
  256. this.button8.Name = "button8";
  257. this.button8.Size = new System.Drawing.Size(34, 34);
  258. this.button8.TabIndex = 2;
  259. this.button8.UseVisualStyleBackColor = true;
  260. //
  261. // button9
  262. //
  263. this.button9.Anchor = System.Windows.Forms.AnchorStyles.Top;
  264. this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(175)))), ((int)(((byte)(242)))));
  265. this.button9.FlatAppearance.BorderSize = 0;
  266. this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  267. this.button9.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  268. this.button9.Location = new System.Drawing.Point(118, 324);
  269. this.button9.Name = "button9";
  270. this.button9.Size = new System.Drawing.Size(205, 29);
  271. this.button9.TabIndex = 1;
  272. this.button9.Text = "Start a Conversation";
  273. this.button9.UseVisualStyleBackColor = false;
  274. //
  275. // label3
  276. //
  277. this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
  278. this.label3.AutoSize = true;
  279. this.label3.Font = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  280. this.label3.Location = new System.Drawing.Point(105, 285);
  281. this.label3.Name = "label3";
  282. this.label3.Size = new System.Drawing.Size(235, 22);
  283. this.label3.TabIndex = 0;
  284. this.label3.Text = "Ready to Rock and Roll?";
  285. //
  286. // label4
  287. //
  288. this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top;
  289. this.label4.AutoSize = true;
  290. this.label4.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  291. this.label4.Location = new System.Drawing.Point(63, 364);
  292. this.label4.Name = "label4";
  293. this.label4.Size = new System.Drawing.Size(313, 34);
  294. this.label4.TabIndex = 0;
  295. this.label4.Text = "Select a conversation to start chatting or go to\r\n Contacts to see who" +
  296. " is available";
  297. //
  298. // timer1
  299. //
  300. this.timer1.Interval = 30;
  301. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  302. //
  303. // uCcontacts1
  304. //
  305. this.uCcontacts1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
  306. this.uCcontacts1.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  307. this.uCcontacts1.Location = new System.Drawing.Point(4, 101);
  308. this.uCcontacts1.Name = "uCcontacts1";
  309. this.uCcontacts1.ProfilePic = ((System.Drawing.Image)(resources.GetObject("uCcontacts1.ProfilePic")));
  310. this.uCcontacts1.Size = new System.Drawing.Size(233, 59);
  311. this.uCcontacts1.TabIndex = 0;
  312. this.uCcontacts1.txtName = "SaLaaR HuSyN";
  313. this.uCcontacts1.txtStatus = "Online";
  314. //
  315. // label5
  316. //
  317. this.label5.AutoSize = true;
  318. this.label5.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  319. this.label5.Location = new System.Drawing.Point(2, 57);
  320. this.label5.Name = "label5";
  321. this.label5.Size = new System.Drawing.Size(59, 17);
  322. this.label5.TabIndex = 0;
  323. this.label5.Text = "Recent";
  324. //
  325. // label6
  326. //
  327. this.label6.AutoSize = true;
  328. this.label6.Font = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  329. this.label6.Location = new System.Drawing.Point(6, 80);
  330. this.label6.Name = "label6";
  331. this.label6.Size = new System.Drawing.Size(43, 17);
  332. this.label6.TabIndex = 0;
  333. this.label6.Text = "Today";
  334. //
  335. // label7
  336. //
  337. this.label7.AutoSize = true;
  338. this.label7.Font = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  339. this.label7.Location = new System.Drawing.Point(5, 163);
  340. this.label7.Name = "label7";
  341. this.label7.Size = new System.Drawing.Size(56, 17);
  342. this.label7.TabIndex = 0;
  343. this.label7.Text = "Monday";
  344. //
  345. // uCcontacts2
  346. //
  347. this.uCcontacts2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
  348. this.uCcontacts2.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  349. this.uCcontacts2.Location = new System.Drawing.Point(3, 184);
  350. this.uCcontacts2.Name = "uCcontacts2";
  351. this.uCcontacts2.ProfilePic = ((System.Drawing.Image)(resources.GetObject("uCcontacts2.ProfilePic")));
  352. this.uCcontacts2.Size = new System.Drawing.Size(233, 59);
  353. this.uCcontacts2.TabIndex = 0;
  354. this.uCcontacts2.txtName = "Aaliya Hassan";
  355. this.uCcontacts2.txtStatus = "Online";
  356. //
  357. // label8
  358. //
  359. this.label8.AutoSize = true;
  360. this.label8.Font = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  361. this.label8.Location = new System.Drawing.Point(3, 246);
  362. this.label8.Name = "label8";
  363. this.label8.Size = new System.Drawing.Size(58, 17);
  364. this.label8.TabIndex = 0;
  365. this.label8.Text = "Thursday";
  366. //
  367. // uCcontacts3
  368. //
  369. this.uCcontacts3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
  370. this.uCcontacts3.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  371. this.uCcontacts3.Location = new System.Drawing.Point(3, 266);
  372. this.uCcontacts3.Name = "uCcontacts3";
  373. this.uCcontacts3.ProfilePic = ((System.Drawing.Image)(resources.GetObject("uCcontacts3.ProfilePic")));
  374. this.uCcontacts3.Size = new System.Drawing.Size(233, 59);
  375. this.uCcontacts3.TabIndex = 0;
  376. this.uCcontacts3.txtName = "Sidra Noor";
  377. this.uCcontacts3.txtStatus = "Away";
  378. //
  379. // uCcontacts4
  380. //
  381. this.uCcontacts4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
  382. this.uCcontacts4.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  383. this.uCcontacts4.Location = new System.Drawing.Point(2, 328);
  384. this.uCcontacts4.Name = "uCcontacts4";
  385. this.uCcontacts4.ProfilePic = ((System.Drawing.Image)(resources.GetObject("uCcontacts4.ProfilePic")));
  386. this.uCcontacts4.Size = new System.Drawing.Size(233, 59);
  387. this.uCcontacts4.TabIndex = 0;
  388. this.uCcontacts4.txtName = "Tariq Hassan";
  389. this.uCcontacts4.txtStatus = "Online";
  390. //
  391. // textBox1
  392. //
  393. this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
  394. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  395. this.textBox1.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  396. this.textBox1.ForeColor = System.Drawing.Color.DarkGray;
  397. this.textBox1.Location = new System.Drawing.Point(9, 16);
  398. this.textBox1.Name = "textBox1";
  399. this.textBox1.Size = new System.Drawing.Size(215, 20);
  400. this.textBox1.TabIndex = 1;
  401. this.textBox1.Text = "Search Skype";
  402. //
  403. // Form1
  404. //
  405. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  406. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
  407. this.ClientSize = new System.Drawing.Size(756, 453);
  408. this.Controls.Add(this.panel4);
  409. this.Controls.Add(this.PanelSlide);
  410. this.Controls.Add(this.panel2);
  411. this.Controls.Add(this.panel1);
  412. this.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  413. this.ForeColor = System.Drawing.Color.White;
  414. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  415. this.Name = "Form1";
  416. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  417. this.Text = "Form1";
  418. this.panel1.ResumeLayout(false);
  419. this.panel1.PerformLayout();
  420. this.panel2.ResumeLayout(false);
  421. this.PanelSlide.ResumeLayout(false);
  422. this.PanelSlide.PerformLayout();
  423. this.panel4.ResumeLayout(false);
  424. this.panel4.PerformLayout();
  425. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  427. this.ResumeLayout(false);
  428. }
  429. #endregion
  430. private System.Windows.Forms.Panel panel1;
  431. private System.Windows.Forms.Button button8;
  432. private System.Windows.Forms.Button button7;
  433. private System.Windows.Forms.Label label1;
  434. private System.Windows.Forms.Panel panel2;
  435. private System.Windows.Forms.Button button6;
  436. private System.Windows.Forms.Button button5;
  437. private System.Windows.Forms.Button button4;
  438. private System.Windows.Forms.Button button3;
  439. private System.Windows.Forms.Button button2;
  440. private System.Windows.Forms.Button button1;
  441. private System.Windows.Forms.Panel PanelSlide;
  442. private System.Windows.Forms.Panel panel4;
  443. private System.Windows.Forms.Button button9;
  444. private System.Windows.Forms.Label label4;
  445. private System.Windows.Forms.Label label3;
  446. private System.Windows.Forms.Label label2;
  447. private System.Windows.Forms.PictureBox pictureBox2;
  448. private System.Windows.Forms.PictureBox pictureBox1;
  449. private System.Windows.Forms.Timer timer1;
  450. private System.Windows.Forms.TextBox textBox1;
  451. private UserControls.UCcontacts uCcontacts4;
  452. private UserControls.UCcontacts uCcontacts3;
  453. private UserControls.UCcontacts uCcontacts2;
  454. private UserControls.UCcontacts uCcontacts1;
  455. private System.Windows.Forms.Label label8;
  456. private System.Windows.Forms.Label label7;
  457. private System.Windows.Forms.Label label6;
  458. private System.Windows.Forms.Label label5;
  459. }
  460. }