MainForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. namespace Fietsclient
  2. {
  3. partial class MainForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.setingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.graphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.consoleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.moreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.ucConsole1 = new Fietsclient.User_Controls.UcConsole();
  45. this.ucSettings1 = new Fietsclient.User_Controls.UcSettings();
  46. this.ucGraph1 = new Fietsclient.User_Controls.UcGraph();
  47. this.ucChat1 = new Fietsclient.User_Controls.UcChat();
  48. this.menuStrip1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // menuStrip1
  52. //
  53. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  54. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  55. this.fileToolStripMenuItem,
  56. this.editToolStripMenuItem,
  57. this.viewToolStripMenuItem,
  58. this.helpToolStripMenuItem,
  59. this.debugToolStripMenuItem});
  60. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  61. this.menuStrip1.Name = "menuStrip1";
  62. this.menuStrip1.Size = new System.Drawing.Size(1059, 28);
  63. this.menuStrip1.TabIndex = 0;
  64. this.menuStrip1.Text = "menuStrip1";
  65. //
  66. // fileToolStripMenuItem
  67. //
  68. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.openToolStripMenuItem,
  70. this.saveToolStripMenuItem,
  71. this.closeToolStripMenuItem});
  72. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  73. this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24);
  74. this.fileToolStripMenuItem.Text = "File";
  75. //
  76. // openToolStripMenuItem
  77. //
  78. this.openToolStripMenuItem.Name = "openToolStripMenuItem";
  79. this.openToolStripMenuItem.Size = new System.Drawing.Size(124, 26);
  80. this.openToolStripMenuItem.Text = "Open ";
  81. //
  82. // saveToolStripMenuItem
  83. //
  84. this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
  85. this.saveToolStripMenuItem.Size = new System.Drawing.Size(124, 26);
  86. this.saveToolStripMenuItem.Text = "Save";
  87. //
  88. // closeToolStripMenuItem
  89. //
  90. this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
  91. this.closeToolStripMenuItem.Size = new System.Drawing.Size(124, 26);
  92. this.closeToolStripMenuItem.Text = "Close";
  93. //
  94. // editToolStripMenuItem
  95. //
  96. this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  97. this.setingsToolStripMenuItem});
  98. this.editToolStripMenuItem.Name = "editToolStripMenuItem";
  99. this.editToolStripMenuItem.Size = new System.Drawing.Size(47, 24);
  100. this.editToolStripMenuItem.Text = "Edit";
  101. //
  102. // setingsToolStripMenuItem
  103. //
  104. this.setingsToolStripMenuItem.Name = "setingsToolStripMenuItem";
  105. this.setingsToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  106. this.setingsToolStripMenuItem.Text = "Settings";
  107. this.setingsToolStripMenuItem.Click += new System.EventHandler(this.setingsToolStripMenuItem_Click);
  108. //
  109. // viewToolStripMenuItem
  110. //
  111. this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  112. this.graphToolStripMenuItem,
  113. this.chatToolStripMenuItem,
  114. this.consoleToolStripMenuItem});
  115. this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
  116. this.viewToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
  117. this.viewToolStripMenuItem.Text = "View";
  118. //
  119. // graphToolStripMenuItem
  120. //
  121. this.graphToolStripMenuItem.Name = "graphToolStripMenuItem";
  122. this.graphToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  123. this.graphToolStripMenuItem.Text = "Graph";
  124. this.graphToolStripMenuItem.Click += new System.EventHandler(this.graphToolStripMenuItem_Click);
  125. //
  126. // chatToolStripMenuItem
  127. //
  128. this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
  129. this.chatToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  130. this.chatToolStripMenuItem.Text = "Chat";
  131. this.chatToolStripMenuItem.Click += new System.EventHandler(this.chatToolStripMenuItem_Click);
  132. //
  133. // consoleToolStripMenuItem
  134. //
  135. this.consoleToolStripMenuItem.Name = "consoleToolStripMenuItem";
  136. this.consoleToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
  137. this.consoleToolStripMenuItem.Text = "Console";
  138. this.consoleToolStripMenuItem.Click += new System.EventHandler(this.consoleToolStripMenuItem_Click);
  139. //
  140. // helpToolStripMenuItem
  141. //
  142. this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  143. this.aboutToolStripMenuItem,
  144. this.moreToolStripMenuItem});
  145. this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  146. this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
  147. this.helpToolStripMenuItem.Text = "Help";
  148. //
  149. // aboutToolStripMenuItem
  150. //
  151. this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
  152. this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 26);
  153. this.aboutToolStripMenuItem.Text = "About";
  154. //
  155. // moreToolStripMenuItem
  156. //
  157. this.moreToolStripMenuItem.Name = "moreToolStripMenuItem";
  158. this.moreToolStripMenuItem.Size = new System.Drawing.Size(152, 26);
  159. this.moreToolStripMenuItem.Text = "View Help";
  160. //
  161. // debugToolStripMenuItem
  162. //
  163. this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
  164. this.debugToolStripMenuItem.Size = new System.Drawing.Size(66, 24);
  165. this.debugToolStripMenuItem.Text = "Debug";
  166. //
  167. // ucConsole1
  168. //
  169. this.ucConsole1.Location = new System.Drawing.Point(12, 31);
  170. this.ucConsole1.Name = "ucConsole1";
  171. this.ucConsole1.Size = new System.Drawing.Size(1035, 596);
  172. this.ucConsole1.TabIndex = 1;
  173. this.ucConsole1.Visible = false;
  174. //
  175. // ucSettings1
  176. //
  177. this.ucSettings1.Location = new System.Drawing.Point(12, 31);
  178. this.ucSettings1.Name = "ucSettings1";
  179. this.ucSettings1.Size = new System.Drawing.Size(1035, 596);
  180. this.ucSettings1.TabIndex = 2;
  181. this.ucSettings1.Visible = false;
  182. //
  183. // ucGraph1
  184. //
  185. this.ucGraph1.Location = new System.Drawing.Point(12, 31);
  186. this.ucGraph1.Name = "ucGraph1";
  187. this.ucGraph1.Size = new System.Drawing.Size(1035, 596);
  188. this.ucGraph1.TabIndex = 3;
  189. this.ucGraph1.Visible = false;
  190. //
  191. // ucChat1
  192. //
  193. this.ucChat1.Location = new System.Drawing.Point(12, 31);
  194. this.ucChat1.Name = "ucChat1";
  195. this.ucChat1.Size = new System.Drawing.Size(1035, 596);
  196. this.ucChat1.TabIndex = 4;
  197. this.ucChat1.Visible = false;
  198. //
  199. // MainForm
  200. //
  201. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  202. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  203. this.AutoScroll = true;
  204. this.ClientSize = new System.Drawing.Size(1059, 639);
  205. this.Controls.Add(this.ucChat1);
  206. this.Controls.Add(this.ucGraph1);
  207. this.Controls.Add(this.ucSettings1);
  208. this.Controls.Add(this.ucConsole1);
  209. this.Controls.Add(this.menuStrip1);
  210. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  211. this.Margin = new System.Windows.Forms.Padding(4);
  212. this.Name = "MainForm";
  213. this.Text = "Client";
  214. this.menuStrip1.ResumeLayout(false);
  215. this.menuStrip1.PerformLayout();
  216. this.ResumeLayout(false);
  217. this.PerformLayout();
  218. }
  219. #endregion
  220. private System.Windows.Forms.MenuStrip menuStrip1;
  221. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  222. private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
  223. private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
  224. private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
  225. private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
  226. private System.Windows.Forms.ToolStripMenuItem setingsToolStripMenuItem;
  227. private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
  228. private System.Windows.Forms.ToolStripMenuItem graphToolStripMenuItem;
  229. private System.Windows.Forms.ToolStripMenuItem chatToolStripMenuItem;
  230. private System.Windows.Forms.ToolStripMenuItem consoleToolStripMenuItem;
  231. private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
  232. private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  233. private System.Windows.Forms.ToolStripMenuItem moreToolStripMenuItem;
  234. private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
  235. private User_Controls.UcConsole ucConsole1;
  236. private User_Controls.UcSettings ucSettings1;
  237. private User_Controls.UcGraph ucGraph1;
  238. private User_Controls.UcChat ucChat1;
  239. }
  240. }