frmContentEdit.Designer.cs 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215
  1. namespace ContentEditor {
  2. partial class frmContentEdit {
  3. /// <summary>
  4. /// Required designer variable.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// Clean up any resources being used.
  9. /// </summary>
  10. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  11. protected override void Dispose(bool disposing) {
  12. if (disposing && (components != null)) {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17. #region Windows Form Designer generated code
  18. /// <summary>
  19. /// Required method for Designer support - do not modify
  20. /// the contents of this method with the code editor.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. this.components = new System.ComponentModel.Container();
  24. this.groupBox2 = new System.Windows.Forms.GroupBox();
  25. this.cmdMood_All = new System.Windows.Forms.Button();
  26. this.cmdMood_None = new System.Windows.Forms.Button();
  27. this.flowMood = new System.Windows.Forms.FlowLayoutPanel();
  28. this.chkMood_Angry = new System.Windows.Forms.CheckBox();
  29. this.chkMood_Aroused = new System.Windows.Forms.CheckBox();
  30. this.chkMood_Hungry = new System.Windows.Forms.CheckBox();
  31. this.chkMood_Happyness = new System.Windows.Forms.CheckBox();
  32. this.chkMood_Funny = new System.Windows.Forms.CheckBox();
  33. this.chkMood_Annoyed = new System.Windows.Forms.CheckBox();
  34. this.chkMood_Irritated = new System.Windows.Forms.CheckBox();
  35. this.chkMood_Bored = new System.Windows.Forms.CheckBox();
  36. this.chkMood_Intelligent = new System.Windows.Forms.CheckBox();
  37. this.chkMood_Sleepy = new System.Windows.Forms.CheckBox();
  38. this.chkMood_Exhausted = new System.Windows.Forms.CheckBox();
  39. this.chkMood_Depressive = new System.Windows.Forms.CheckBox();
  40. this.chkMood_Sad = new System.Windows.Forms.CheckBox();
  41. this.chkMood_Useless = new System.Windows.Forms.CheckBox();
  42. this.chkMood_Usefull = new System.Windows.Forms.CheckBox();
  43. this.chkMood_Compfortable = new System.Windows.Forms.CheckBox();
  44. this.chkMood_Temperate = new System.Windows.Forms.CheckBox();
  45. this.chkMood_Shy = new System.Windows.Forms.CheckBox();
  46. this.chkMood_Excited = new System.Windows.Forms.CheckBox();
  47. this.chkMood_ToLoud = new System.Windows.Forms.CheckBox();
  48. this.chkMood_ToQuiet = new System.Windows.Forms.CheckBox();
  49. this.chkMood_Playful = new System.Windows.Forms.CheckBox();
  50. this.chkMood_Naiv = new System.Windows.Forms.CheckBox();
  51. this.chkMood_Freezy = new System.Windows.Forms.CheckBox();
  52. this.chkMood_Hot = new System.Windows.Forms.CheckBox();
  53. this.chkMood_Humanity = new System.Windows.Forms.CheckBox();
  54. this.chkMood_Lonely = new System.Windows.Forms.CheckBox();
  55. this.chkMood_Soziality = new System.Windows.Forms.CheckBox();
  56. this.chkMood_Energy = new System.Windows.Forms.CheckBox();
  57. this.groupBox3 = new System.Windows.Forms.GroupBox();
  58. this.dgvTags = new System.Windows.Forms.DataGridView();
  59. this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  60. this.colTag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.cmdTags_All = new System.Windows.Forms.Button();
  62. this.cmdTags_None = new System.Windows.Forms.Button();
  63. this.groupBox4 = new System.Windows.Forms.GroupBox();
  64. this.dgvOptionalTags = new System.Windows.Forms.DataGridView();
  65. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  66. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.cmdOptionalTags_All = new System.Windows.Forms.Button();
  68. this.cmdOptionalTags_None = new System.Windows.Forms.Button();
  69. this.cmdOk = new System.Windows.Forms.Button();
  70. this.cmdAbort = new System.Windows.Forms.Button();
  71. this.cmdAdd = new System.Windows.Forms.Button();
  72. this.panel1 = new System.Windows.Forms.Panel();
  73. this.panel2 = new System.Windows.Forms.Panel();
  74. this.cmdNew = new System.Windows.Forms.Button();
  75. this.txtItemNum = new System.Windows.Forms.TextBox();
  76. this.lblItemCount = new System.Windows.Forms.Label();
  77. this.cmdNextItem = new System.Windows.Forms.Button();
  78. this.cmdPrevItem = new System.Windows.Forms.Button();
  79. this.groupBox1 = new System.Windows.Forms.GroupBox();
  80. this.cmdPlay = new System.Windows.Forms.Button();
  81. this.txtContent = new System.Windows.Forms.TextBox();
  82. this.mnuTextBox = new System.Windows.Forms.ContextMenuStrip(this.components);
  83. this.mnuText_Undo = new System.Windows.Forms.ToolStripMenuItem();
  84. this.mnuText_Redo = new System.Windows.Forms.ToolStripMenuItem();
  85. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  86. this.mnuText_Add = new System.Windows.Forms.ToolStripMenuItem();
  87. this.datumUhrzeitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  88. this.xToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  89. this.aktuelleMinuteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  90. this.aktuelleSekundeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  91. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  92. this.aktuellerTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  93. this.aktuellerMonatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  94. this.aktuellerMonatsnameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  95. this.aktuellesJahrToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  96. this.personToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  97. this.systemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  98. this.webToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  99. this.serviceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  100. this.networkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  101. this.homematicToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  102. this.mnuText_Speech = new System.Windows.Forms.ToolStripMenuItem();
  103. this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  104. this.buchstabierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  105. this.aliasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  106. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  107. this.mnuText_Cur = new System.Windows.Forms.ToolStripMenuItem();
  108. this.mnuText_Copy = new System.Windows.Forms.ToolStripMenuItem();
  109. this.mnuText_Paste = new System.Windows.Forms.ToolStripMenuItem();
  110. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  111. this.mnuText_SelectAll = new System.Windows.Forms.ToolStripMenuItem();
  112. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  113. this.datumUhrzeitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  114. this.uhrzeitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  115. this.datumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  116. this.aktuelleWocheToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  117. this.groupBox2.SuspendLayout();
  118. this.flowMood.SuspendLayout();
  119. this.groupBox3.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.dgvTags)).BeginInit();
  121. this.groupBox4.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.dgvOptionalTags)).BeginInit();
  123. this.panel1.SuspendLayout();
  124. this.panel2.SuspendLayout();
  125. this.groupBox1.SuspendLayout();
  126. this.mnuTextBox.SuspendLayout();
  127. this.SuspendLayout();
  128. //
  129. // groupBox2
  130. //
  131. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  132. | System.Windows.Forms.AnchorStyles.Right)));
  133. this.groupBox2.Controls.Add(this.cmdMood_All);
  134. this.groupBox2.Controls.Add(this.cmdMood_None);
  135. this.groupBox2.Controls.Add(this.flowMood);
  136. this.groupBox2.Location = new System.Drawing.Point(8, 115);
  137. this.groupBox2.Name = "groupBox2";
  138. this.groupBox2.Size = new System.Drawing.Size(454, 291);
  139. this.groupBox2.TabIndex = 1;
  140. this.groupBox2.TabStop = false;
  141. this.groupBox2.Text = "Mood";
  142. //
  143. // cmdMood_All
  144. //
  145. this.cmdMood_All.Location = new System.Drawing.Point(152, 21);
  146. this.cmdMood_All.Name = "cmdMood_All";
  147. this.cmdMood_All.Size = new System.Drawing.Size(137, 20);
  148. this.cmdMood_All.TabIndex = 2;
  149. this.cmdMood_All.Text = "Select all";
  150. this.cmdMood_All.UseVisualStyleBackColor = true;
  151. this.cmdMood_All.Click += new System.EventHandler(this.cmdMood_All_Click);
  152. //
  153. // cmdMood_None
  154. //
  155. this.cmdMood_None.Location = new System.Drawing.Point(9, 20);
  156. this.cmdMood_None.Name = "cmdMood_None";
  157. this.cmdMood_None.Size = new System.Drawing.Size(137, 20);
  158. this.cmdMood_None.TabIndex = 1;
  159. this.cmdMood_None.Text = "Select none";
  160. this.cmdMood_None.UseVisualStyleBackColor = true;
  161. this.cmdMood_None.Click += new System.EventHandler(this.cmdMood_None_Click);
  162. //
  163. // flowMood
  164. //
  165. this.flowMood.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  166. | System.Windows.Forms.AnchorStyles.Left)
  167. | System.Windows.Forms.AnchorStyles.Right)));
  168. this.flowMood.AutoScroll = true;
  169. this.flowMood.Controls.Add(this.chkMood_Angry);
  170. this.flowMood.Controls.Add(this.chkMood_Aroused);
  171. this.flowMood.Controls.Add(this.chkMood_Hungry);
  172. this.flowMood.Controls.Add(this.chkMood_Happyness);
  173. this.flowMood.Controls.Add(this.chkMood_Funny);
  174. this.flowMood.Controls.Add(this.chkMood_Annoyed);
  175. this.flowMood.Controls.Add(this.chkMood_Irritated);
  176. this.flowMood.Controls.Add(this.chkMood_Bored);
  177. this.flowMood.Controls.Add(this.chkMood_Intelligent);
  178. this.flowMood.Controls.Add(this.chkMood_Sleepy);
  179. this.flowMood.Controls.Add(this.chkMood_Exhausted);
  180. this.flowMood.Controls.Add(this.chkMood_Depressive);
  181. this.flowMood.Controls.Add(this.chkMood_Sad);
  182. this.flowMood.Controls.Add(this.chkMood_Useless);
  183. this.flowMood.Controls.Add(this.chkMood_Usefull);
  184. this.flowMood.Controls.Add(this.chkMood_Compfortable);
  185. this.flowMood.Controls.Add(this.chkMood_Temperate);
  186. this.flowMood.Controls.Add(this.chkMood_Shy);
  187. this.flowMood.Controls.Add(this.chkMood_Excited);
  188. this.flowMood.Controls.Add(this.chkMood_ToLoud);
  189. this.flowMood.Controls.Add(this.chkMood_ToQuiet);
  190. this.flowMood.Controls.Add(this.chkMood_Playful);
  191. this.flowMood.Controls.Add(this.chkMood_Naiv);
  192. this.flowMood.Controls.Add(this.chkMood_Freezy);
  193. this.flowMood.Controls.Add(this.chkMood_Hot);
  194. this.flowMood.Controls.Add(this.chkMood_Humanity);
  195. this.flowMood.Controls.Add(this.chkMood_Lonely);
  196. this.flowMood.Controls.Add(this.chkMood_Soziality);
  197. this.flowMood.Controls.Add(this.chkMood_Energy);
  198. this.flowMood.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  199. this.flowMood.Location = new System.Drawing.Point(6, 53);
  200. this.flowMood.Name = "flowMood";
  201. this.flowMood.Size = new System.Drawing.Size(442, 232);
  202. this.flowMood.TabIndex = 0;
  203. //
  204. // chkMood_Angry
  205. //
  206. this.chkMood_Angry.Appearance = System.Windows.Forms.Appearance.Button;
  207. this.chkMood_Angry.Location = new System.Drawing.Point(3, 3);
  208. this.chkMood_Angry.Name = "chkMood_Angry";
  209. this.chkMood_Angry.Size = new System.Drawing.Size(100, 24);
  210. this.chkMood_Angry.TabIndex = 0;
  211. this.chkMood_Angry.Text = "angry";
  212. this.chkMood_Angry.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  213. this.chkMood_Angry.UseVisualStyleBackColor = true;
  214. //
  215. // chkMood_Aroused
  216. //
  217. this.chkMood_Aroused.Appearance = System.Windows.Forms.Appearance.Button;
  218. this.chkMood_Aroused.Location = new System.Drawing.Point(3, 33);
  219. this.chkMood_Aroused.Name = "chkMood_Aroused";
  220. this.chkMood_Aroused.Size = new System.Drawing.Size(100, 24);
  221. this.chkMood_Aroused.TabIndex = 1;
  222. this.chkMood_Aroused.Text = "aroused";
  223. this.chkMood_Aroused.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  224. this.chkMood_Aroused.UseVisualStyleBackColor = true;
  225. //
  226. // chkMood_Hungry
  227. //
  228. this.chkMood_Hungry.Appearance = System.Windows.Forms.Appearance.Button;
  229. this.chkMood_Hungry.Location = new System.Drawing.Point(3, 63);
  230. this.chkMood_Hungry.Name = "chkMood_Hungry";
  231. this.chkMood_Hungry.Size = new System.Drawing.Size(100, 24);
  232. this.chkMood_Hungry.TabIndex = 2;
  233. this.chkMood_Hungry.Text = "hungry";
  234. this.chkMood_Hungry.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  235. this.chkMood_Hungry.UseVisualStyleBackColor = true;
  236. //
  237. // chkMood_Happyness
  238. //
  239. this.chkMood_Happyness.Appearance = System.Windows.Forms.Appearance.Button;
  240. this.chkMood_Happyness.Location = new System.Drawing.Point(3, 93);
  241. this.chkMood_Happyness.Name = "chkMood_Happyness";
  242. this.chkMood_Happyness.Size = new System.Drawing.Size(100, 24);
  243. this.chkMood_Happyness.TabIndex = 3;
  244. this.chkMood_Happyness.Text = "happyness";
  245. this.chkMood_Happyness.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  246. this.chkMood_Happyness.UseVisualStyleBackColor = true;
  247. //
  248. // chkMood_Funny
  249. //
  250. this.chkMood_Funny.Appearance = System.Windows.Forms.Appearance.Button;
  251. this.chkMood_Funny.Location = new System.Drawing.Point(3, 123);
  252. this.chkMood_Funny.Name = "chkMood_Funny";
  253. this.chkMood_Funny.Size = new System.Drawing.Size(100, 24);
  254. this.chkMood_Funny.TabIndex = 4;
  255. this.chkMood_Funny.Text = "funny";
  256. this.chkMood_Funny.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  257. this.chkMood_Funny.UseVisualStyleBackColor = true;
  258. //
  259. // chkMood_Annoyed
  260. //
  261. this.chkMood_Annoyed.Appearance = System.Windows.Forms.Appearance.Button;
  262. this.chkMood_Annoyed.Location = new System.Drawing.Point(3, 153);
  263. this.chkMood_Annoyed.Name = "chkMood_Annoyed";
  264. this.chkMood_Annoyed.Size = new System.Drawing.Size(100, 24);
  265. this.chkMood_Annoyed.TabIndex = 5;
  266. this.chkMood_Annoyed.Text = "annoyed";
  267. this.chkMood_Annoyed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  268. this.chkMood_Annoyed.UseVisualStyleBackColor = true;
  269. //
  270. // chkMood_Irritated
  271. //
  272. this.chkMood_Irritated.Appearance = System.Windows.Forms.Appearance.Button;
  273. this.chkMood_Irritated.Location = new System.Drawing.Point(3, 183);
  274. this.chkMood_Irritated.Name = "chkMood_Irritated";
  275. this.chkMood_Irritated.Size = new System.Drawing.Size(100, 24);
  276. this.chkMood_Irritated.TabIndex = 6;
  277. this.chkMood_Irritated.Text = "irritated";
  278. this.chkMood_Irritated.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  279. this.chkMood_Irritated.UseVisualStyleBackColor = true;
  280. //
  281. // chkMood_Bored
  282. //
  283. this.chkMood_Bored.Appearance = System.Windows.Forms.Appearance.Button;
  284. this.chkMood_Bored.Location = new System.Drawing.Point(109, 3);
  285. this.chkMood_Bored.Name = "chkMood_Bored";
  286. this.chkMood_Bored.Size = new System.Drawing.Size(100, 24);
  287. this.chkMood_Bored.TabIndex = 7;
  288. this.chkMood_Bored.Text = "bored";
  289. this.chkMood_Bored.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  290. this.chkMood_Bored.UseVisualStyleBackColor = true;
  291. //
  292. // chkMood_Intelligent
  293. //
  294. this.chkMood_Intelligent.Appearance = System.Windows.Forms.Appearance.Button;
  295. this.chkMood_Intelligent.Location = new System.Drawing.Point(109, 33);
  296. this.chkMood_Intelligent.Name = "chkMood_Intelligent";
  297. this.chkMood_Intelligent.Size = new System.Drawing.Size(100, 24);
  298. this.chkMood_Intelligent.TabIndex = 8;
  299. this.chkMood_Intelligent.Text = "intelligent";
  300. this.chkMood_Intelligent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  301. this.chkMood_Intelligent.UseVisualStyleBackColor = true;
  302. //
  303. // chkMood_Sleepy
  304. //
  305. this.chkMood_Sleepy.Appearance = System.Windows.Forms.Appearance.Button;
  306. this.chkMood_Sleepy.Location = new System.Drawing.Point(109, 63);
  307. this.chkMood_Sleepy.Name = "chkMood_Sleepy";
  308. this.chkMood_Sleepy.Size = new System.Drawing.Size(100, 24);
  309. this.chkMood_Sleepy.TabIndex = 9;
  310. this.chkMood_Sleepy.Text = "sleepy";
  311. this.chkMood_Sleepy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  312. this.chkMood_Sleepy.UseVisualStyleBackColor = true;
  313. //
  314. // chkMood_Exhausted
  315. //
  316. this.chkMood_Exhausted.Appearance = System.Windows.Forms.Appearance.Button;
  317. this.chkMood_Exhausted.Location = new System.Drawing.Point(109, 93);
  318. this.chkMood_Exhausted.Name = "chkMood_Exhausted";
  319. this.chkMood_Exhausted.Size = new System.Drawing.Size(100, 24);
  320. this.chkMood_Exhausted.TabIndex = 10;
  321. this.chkMood_Exhausted.Text = "exhausted";
  322. this.chkMood_Exhausted.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  323. this.chkMood_Exhausted.UseVisualStyleBackColor = true;
  324. //
  325. // chkMood_Depressive
  326. //
  327. this.chkMood_Depressive.Appearance = System.Windows.Forms.Appearance.Button;
  328. this.chkMood_Depressive.Location = new System.Drawing.Point(109, 123);
  329. this.chkMood_Depressive.Name = "chkMood_Depressive";
  330. this.chkMood_Depressive.Size = new System.Drawing.Size(100, 24);
  331. this.chkMood_Depressive.TabIndex = 11;
  332. this.chkMood_Depressive.Text = "depressive";
  333. this.chkMood_Depressive.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  334. this.chkMood_Depressive.UseVisualStyleBackColor = true;
  335. //
  336. // chkMood_Sad
  337. //
  338. this.chkMood_Sad.Appearance = System.Windows.Forms.Appearance.Button;
  339. this.chkMood_Sad.Location = new System.Drawing.Point(109, 153);
  340. this.chkMood_Sad.Name = "chkMood_Sad";
  341. this.chkMood_Sad.Size = new System.Drawing.Size(100, 24);
  342. this.chkMood_Sad.TabIndex = 12;
  343. this.chkMood_Sad.Text = "sad";
  344. this.chkMood_Sad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  345. this.chkMood_Sad.UseVisualStyleBackColor = true;
  346. //
  347. // chkMood_Useless
  348. //
  349. this.chkMood_Useless.Appearance = System.Windows.Forms.Appearance.Button;
  350. this.chkMood_Useless.Location = new System.Drawing.Point(109, 183);
  351. this.chkMood_Useless.Name = "chkMood_Useless";
  352. this.chkMood_Useless.Size = new System.Drawing.Size(100, 24);
  353. this.chkMood_Useless.TabIndex = 13;
  354. this.chkMood_Useless.Text = "useless";
  355. this.chkMood_Useless.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  356. this.chkMood_Useless.UseVisualStyleBackColor = true;
  357. //
  358. // chkMood_Usefull
  359. //
  360. this.chkMood_Usefull.Appearance = System.Windows.Forms.Appearance.Button;
  361. this.chkMood_Usefull.Location = new System.Drawing.Point(215, 3);
  362. this.chkMood_Usefull.Name = "chkMood_Usefull";
  363. this.chkMood_Usefull.Size = new System.Drawing.Size(100, 24);
  364. this.chkMood_Usefull.TabIndex = 14;
  365. this.chkMood_Usefull.Text = "usefull";
  366. this.chkMood_Usefull.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  367. this.chkMood_Usefull.UseVisualStyleBackColor = true;
  368. //
  369. // chkMood_Compfortable
  370. //
  371. this.chkMood_Compfortable.Appearance = System.Windows.Forms.Appearance.Button;
  372. this.chkMood_Compfortable.Location = new System.Drawing.Point(215, 33);
  373. this.chkMood_Compfortable.Name = "chkMood_Compfortable";
  374. this.chkMood_Compfortable.Size = new System.Drawing.Size(100, 24);
  375. this.chkMood_Compfortable.TabIndex = 15;
  376. this.chkMood_Compfortable.Text = "compfortable";
  377. this.chkMood_Compfortable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  378. this.chkMood_Compfortable.UseVisualStyleBackColor = true;
  379. //
  380. // chkMood_Temperate
  381. //
  382. this.chkMood_Temperate.Appearance = System.Windows.Forms.Appearance.Button;
  383. this.chkMood_Temperate.Location = new System.Drawing.Point(215, 63);
  384. this.chkMood_Temperate.Name = "chkMood_Temperate";
  385. this.chkMood_Temperate.Size = new System.Drawing.Size(100, 24);
  386. this.chkMood_Temperate.TabIndex = 16;
  387. this.chkMood_Temperate.Text = "temperate";
  388. this.chkMood_Temperate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  389. this.chkMood_Temperate.UseVisualStyleBackColor = true;
  390. //
  391. // chkMood_Shy
  392. //
  393. this.chkMood_Shy.Appearance = System.Windows.Forms.Appearance.Button;
  394. this.chkMood_Shy.Location = new System.Drawing.Point(215, 93);
  395. this.chkMood_Shy.Name = "chkMood_Shy";
  396. this.chkMood_Shy.Size = new System.Drawing.Size(100, 24);
  397. this.chkMood_Shy.TabIndex = 17;
  398. this.chkMood_Shy.Text = "shy";
  399. this.chkMood_Shy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  400. this.chkMood_Shy.UseVisualStyleBackColor = true;
  401. //
  402. // chkMood_Excited
  403. //
  404. this.chkMood_Excited.Appearance = System.Windows.Forms.Appearance.Button;
  405. this.chkMood_Excited.Location = new System.Drawing.Point(215, 123);
  406. this.chkMood_Excited.Name = "chkMood_Excited";
  407. this.chkMood_Excited.Size = new System.Drawing.Size(100, 24);
  408. this.chkMood_Excited.TabIndex = 18;
  409. this.chkMood_Excited.Text = "excited";
  410. this.chkMood_Excited.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  411. this.chkMood_Excited.UseVisualStyleBackColor = true;
  412. //
  413. // chkMood_ToLoud
  414. //
  415. this.chkMood_ToLoud.Appearance = System.Windows.Forms.Appearance.Button;
  416. this.chkMood_ToLoud.Location = new System.Drawing.Point(215, 153);
  417. this.chkMood_ToLoud.Name = "chkMood_ToLoud";
  418. this.chkMood_ToLoud.Size = new System.Drawing.Size(100, 24);
  419. this.chkMood_ToLoud.TabIndex = 19;
  420. this.chkMood_ToLoud.Text = "to Loud";
  421. this.chkMood_ToLoud.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  422. this.chkMood_ToLoud.UseVisualStyleBackColor = true;
  423. //
  424. // chkMood_ToQuiet
  425. //
  426. this.chkMood_ToQuiet.Appearance = System.Windows.Forms.Appearance.Button;
  427. this.chkMood_ToQuiet.Location = new System.Drawing.Point(215, 183);
  428. this.chkMood_ToQuiet.Name = "chkMood_ToQuiet";
  429. this.chkMood_ToQuiet.Size = new System.Drawing.Size(100, 24);
  430. this.chkMood_ToQuiet.TabIndex = 20;
  431. this.chkMood_ToQuiet.Text = "to Quiet";
  432. this.chkMood_ToQuiet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  433. this.chkMood_ToQuiet.UseVisualStyleBackColor = true;
  434. //
  435. // chkMood_Playful
  436. //
  437. this.chkMood_Playful.Appearance = System.Windows.Forms.Appearance.Button;
  438. this.chkMood_Playful.Location = new System.Drawing.Point(321, 3);
  439. this.chkMood_Playful.Name = "chkMood_Playful";
  440. this.chkMood_Playful.Size = new System.Drawing.Size(100, 24);
  441. this.chkMood_Playful.TabIndex = 21;
  442. this.chkMood_Playful.Text = "playful";
  443. this.chkMood_Playful.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  444. this.chkMood_Playful.UseVisualStyleBackColor = true;
  445. //
  446. // chkMood_Naiv
  447. //
  448. this.chkMood_Naiv.Appearance = System.Windows.Forms.Appearance.Button;
  449. this.chkMood_Naiv.Location = new System.Drawing.Point(321, 33);
  450. this.chkMood_Naiv.Name = "chkMood_Naiv";
  451. this.chkMood_Naiv.Size = new System.Drawing.Size(100, 24);
  452. this.chkMood_Naiv.TabIndex = 22;
  453. this.chkMood_Naiv.Text = "naiv";
  454. this.chkMood_Naiv.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  455. this.chkMood_Naiv.UseVisualStyleBackColor = true;
  456. //
  457. // chkMood_Freezy
  458. //
  459. this.chkMood_Freezy.Appearance = System.Windows.Forms.Appearance.Button;
  460. this.chkMood_Freezy.Location = new System.Drawing.Point(321, 63);
  461. this.chkMood_Freezy.Name = "chkMood_Freezy";
  462. this.chkMood_Freezy.Size = new System.Drawing.Size(100, 24);
  463. this.chkMood_Freezy.TabIndex = 23;
  464. this.chkMood_Freezy.Text = "freezy";
  465. this.chkMood_Freezy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  466. this.chkMood_Freezy.UseVisualStyleBackColor = true;
  467. //
  468. // chkMood_Hot
  469. //
  470. this.chkMood_Hot.Appearance = System.Windows.Forms.Appearance.Button;
  471. this.chkMood_Hot.Location = new System.Drawing.Point(321, 93);
  472. this.chkMood_Hot.Name = "chkMood_Hot";
  473. this.chkMood_Hot.Size = new System.Drawing.Size(100, 24);
  474. this.chkMood_Hot.TabIndex = 24;
  475. this.chkMood_Hot.Text = "hot";
  476. this.chkMood_Hot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  477. this.chkMood_Hot.UseVisualStyleBackColor = true;
  478. //
  479. // chkMood_Humanity
  480. //
  481. this.chkMood_Humanity.Appearance = System.Windows.Forms.Appearance.Button;
  482. this.chkMood_Humanity.Location = new System.Drawing.Point(321, 123);
  483. this.chkMood_Humanity.Name = "chkMood_Humanity";
  484. this.chkMood_Humanity.Size = new System.Drawing.Size(100, 24);
  485. this.chkMood_Humanity.TabIndex = 25;
  486. this.chkMood_Humanity.Text = "humanity";
  487. this.chkMood_Humanity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  488. this.chkMood_Humanity.UseVisualStyleBackColor = true;
  489. //
  490. // chkMood_Lonely
  491. //
  492. this.chkMood_Lonely.Appearance = System.Windows.Forms.Appearance.Button;
  493. this.chkMood_Lonely.Location = new System.Drawing.Point(321, 153);
  494. this.chkMood_Lonely.Name = "chkMood_Lonely";
  495. this.chkMood_Lonely.Size = new System.Drawing.Size(100, 24);
  496. this.chkMood_Lonely.TabIndex = 26;
  497. this.chkMood_Lonely.Text = "lonely";
  498. this.chkMood_Lonely.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  499. this.chkMood_Lonely.UseVisualStyleBackColor = true;
  500. //
  501. // chkMood_Soziality
  502. //
  503. this.chkMood_Soziality.Appearance = System.Windows.Forms.Appearance.Button;
  504. this.chkMood_Soziality.Location = new System.Drawing.Point(321, 183);
  505. this.chkMood_Soziality.Name = "chkMood_Soziality";
  506. this.chkMood_Soziality.Size = new System.Drawing.Size(100, 24);
  507. this.chkMood_Soziality.TabIndex = 27;
  508. this.chkMood_Soziality.Text = "soziality";
  509. this.chkMood_Soziality.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  510. this.chkMood_Soziality.UseVisualStyleBackColor = true;
  511. //
  512. // chkMood_Energy
  513. //
  514. this.chkMood_Energy.Appearance = System.Windows.Forms.Appearance.Button;
  515. this.chkMood_Energy.Location = new System.Drawing.Point(427, 3);
  516. this.chkMood_Energy.Name = "chkMood_Energy";
  517. this.chkMood_Energy.Size = new System.Drawing.Size(100, 24);
  518. this.chkMood_Energy.TabIndex = 28;
  519. this.chkMood_Energy.Text = "energy";
  520. this.chkMood_Energy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  521. this.chkMood_Energy.UseVisualStyleBackColor = true;
  522. //
  523. // groupBox3
  524. //
  525. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  526. this.groupBox3.Controls.Add(this.dgvTags);
  527. this.groupBox3.Controls.Add(this.cmdTags_All);
  528. this.groupBox3.Controls.Add(this.cmdTags_None);
  529. this.groupBox3.Location = new System.Drawing.Point(468, 115);
  530. this.groupBox3.Name = "groupBox3";
  531. this.groupBox3.Size = new System.Drawing.Size(162, 291);
  532. this.groupBox3.TabIndex = 2;
  533. this.groupBox3.TabStop = false;
  534. this.groupBox3.Text = "Tags";
  535. //
  536. // dgvTags
  537. //
  538. this.dgvTags.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  539. | System.Windows.Forms.AnchorStyles.Left)
  540. | System.Windows.Forms.AnchorStyles.Right)));
  541. this.dgvTags.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  542. this.dgvTags.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  543. this.colCheck,
  544. this.colTag});
  545. this.dgvTags.Location = new System.Drawing.Point(0, 53);
  546. this.dgvTags.Name = "dgvTags";
  547. this.dgvTags.RowHeadersVisible = false;
  548. this.dgvTags.Size = new System.Drawing.Size(156, 232);
  549. this.dgvTags.TabIndex = 4;
  550. //
  551. // colCheck
  552. //
  553. this.colCheck.FillWeight = 25F;
  554. this.colCheck.Frozen = true;
  555. this.colCheck.HeaderText = "";
  556. this.colCheck.MinimumWidth = 25;
  557. this.colCheck.Name = "colCheck";
  558. this.colCheck.Width = 25;
  559. //
  560. // colTag
  561. //
  562. this.colTag.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  563. this.colTag.HeaderText = "Tag";
  564. this.colTag.Name = "colTag";
  565. this.colTag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  566. //
  567. // cmdTags_All
  568. //
  569. this.cmdTags_All.Location = new System.Drawing.Point(83, 21);
  570. this.cmdTags_All.Name = "cmdTags_All";
  571. this.cmdTags_All.Size = new System.Drawing.Size(73, 20);
  572. this.cmdTags_All.TabIndex = 3;
  573. this.cmdTags_All.Text = "Select all";
  574. this.cmdTags_All.UseVisualStyleBackColor = true;
  575. this.cmdTags_All.Click += new System.EventHandler(this.cmdTags_All_Click);
  576. //
  577. // cmdTags_None
  578. //
  579. this.cmdTags_None.Location = new System.Drawing.Point(6, 21);
  580. this.cmdTags_None.Name = "cmdTags_None";
  581. this.cmdTags_None.Size = new System.Drawing.Size(73, 20);
  582. this.cmdTags_None.TabIndex = 2;
  583. this.cmdTags_None.Text = "Select none";
  584. this.cmdTags_None.UseVisualStyleBackColor = true;
  585. this.cmdTags_None.Click += new System.EventHandler(this.cmdTags_None_Click);
  586. //
  587. // groupBox4
  588. //
  589. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  590. this.groupBox4.Controls.Add(this.dgvOptionalTags);
  591. this.groupBox4.Controls.Add(this.cmdOptionalTags_All);
  592. this.groupBox4.Controls.Add(this.cmdOptionalTags_None);
  593. this.groupBox4.Location = new System.Drawing.Point(636, 115);
  594. this.groupBox4.Name = "groupBox4";
  595. this.groupBox4.Size = new System.Drawing.Size(162, 291);
  596. this.groupBox4.TabIndex = 3;
  597. this.groupBox4.TabStop = false;
  598. this.groupBox4.Text = "Optional Tags";
  599. //
  600. // dgvOptionalTags
  601. //
  602. this.dgvOptionalTags.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  603. | System.Windows.Forms.AnchorStyles.Left)
  604. | System.Windows.Forms.AnchorStyles.Right)));
  605. this.dgvOptionalTags.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  606. this.dgvOptionalTags.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  607. this.dataGridViewCheckBoxColumn1,
  608. this.dataGridViewTextBoxColumn1});
  609. this.dgvOptionalTags.Location = new System.Drawing.Point(0, 53);
  610. this.dgvOptionalTags.Name = "dgvOptionalTags";
  611. this.dgvOptionalTags.RowHeadersVisible = false;
  612. this.dgvOptionalTags.Size = new System.Drawing.Size(156, 232);
  613. this.dgvOptionalTags.TabIndex = 6;
  614. //
  615. // dataGridViewCheckBoxColumn1
  616. //
  617. this.dataGridViewCheckBoxColumn1.FillWeight = 25F;
  618. this.dataGridViewCheckBoxColumn1.Frozen = true;
  619. this.dataGridViewCheckBoxColumn1.HeaderText = "";
  620. this.dataGridViewCheckBoxColumn1.MinimumWidth = 25;
  621. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  622. this.dataGridViewCheckBoxColumn1.Width = 25;
  623. //
  624. // dataGridViewTextBoxColumn1
  625. //
  626. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  627. this.dataGridViewTextBoxColumn1.HeaderText = "Tag";
  628. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  629. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  630. //
  631. // cmdOptionalTags_All
  632. //
  633. this.cmdOptionalTags_All.Location = new System.Drawing.Point(83, 21);
  634. this.cmdOptionalTags_All.Name = "cmdOptionalTags_All";
  635. this.cmdOptionalTags_All.Size = new System.Drawing.Size(73, 20);
  636. this.cmdOptionalTags_All.TabIndex = 5;
  637. this.cmdOptionalTags_All.Text = "Select all";
  638. this.cmdOptionalTags_All.UseVisualStyleBackColor = true;
  639. this.cmdOptionalTags_All.Click += new System.EventHandler(this.cmdOptionalTags_All_Click);
  640. //
  641. // cmdOptionalTags_None
  642. //
  643. this.cmdOptionalTags_None.Location = new System.Drawing.Point(6, 21);
  644. this.cmdOptionalTags_None.Name = "cmdOptionalTags_None";
  645. this.cmdOptionalTags_None.Size = new System.Drawing.Size(73, 20);
  646. this.cmdOptionalTags_None.TabIndex = 4;
  647. this.cmdOptionalTags_None.Text = "Select none";
  648. this.cmdOptionalTags_None.UseVisualStyleBackColor = true;
  649. this.cmdOptionalTags_None.Click += new System.EventHandler(this.cmdOptionalTags_None_Click);
  650. //
  651. // cmdOk
  652. //
  653. this.cmdOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  654. this.cmdOk.Location = new System.Drawing.Point(691, 409);
  655. this.cmdOk.Name = "cmdOk";
  656. this.cmdOk.Size = new System.Drawing.Size(110, 27);
  657. this.cmdOk.TabIndex = 4;
  658. this.cmdOk.Text = "&Ok";
  659. this.cmdOk.UseVisualStyleBackColor = true;
  660. this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click);
  661. //
  662. // cmdAbort
  663. //
  664. this.cmdAbort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  665. this.cmdAbort.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  666. this.cmdAbort.Location = new System.Drawing.Point(8, 409);
  667. this.cmdAbort.Name = "cmdAbort";
  668. this.cmdAbort.Size = new System.Drawing.Size(146, 27);
  669. this.cmdAbort.TabIndex = 5;
  670. this.cmdAbort.Text = "&Cancel";
  671. this.cmdAbort.UseVisualStyleBackColor = true;
  672. this.cmdAbort.Click += new System.EventHandler(this.cmdAbort_Click);
  673. //
  674. // cmdAdd
  675. //
  676. this.cmdAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  677. this.cmdAdd.Location = new System.Drawing.Point(575, 409);
  678. this.cmdAdd.Name = "cmdAdd";
  679. this.cmdAdd.Size = new System.Drawing.Size(110, 27);
  680. this.cmdAdd.TabIndex = 6;
  681. this.cmdAdd.Text = "&Add new";
  682. this.cmdAdd.UseVisualStyleBackColor = true;
  683. this.cmdAdd.Click += new System.EventHandler(this.cmdAdd_Click);
  684. //
  685. // panel1
  686. //
  687. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  688. | System.Windows.Forms.AnchorStyles.Left)
  689. | System.Windows.Forms.AnchorStyles.Right)));
  690. this.panel1.BackColor = System.Drawing.Color.Silver;
  691. this.panel1.Controls.Add(this.panel2);
  692. this.panel1.Controls.Add(this.groupBox1);
  693. this.panel1.Location = new System.Drawing.Point(-1, -1);
  694. this.panel1.Name = "panel1";
  695. this.panel1.Size = new System.Drawing.Size(816, 105);
  696. this.panel1.TabIndex = 7;
  697. //
  698. // panel2
  699. //
  700. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  701. this.panel2.BackColor = System.Drawing.Color.White;
  702. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  703. this.panel2.Controls.Add(this.cmdNew);
  704. this.panel2.Controls.Add(this.txtItemNum);
  705. this.panel2.Controls.Add(this.lblItemCount);
  706. this.panel2.Controls.Add(this.cmdNextItem);
  707. this.panel2.Controls.Add(this.cmdPrevItem);
  708. this.panel2.Location = new System.Drawing.Point(586, 3);
  709. this.panel2.Name = "panel2";
  710. this.panel2.Size = new System.Drawing.Size(217, 19);
  711. this.panel2.TabIndex = 9;
  712. //
  713. // cmdNew
  714. //
  715. this.cmdNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
  716. this.cmdNew.Location = new System.Drawing.Point(177, -2);
  717. this.cmdNew.Margin = new System.Windows.Forms.Padding(0);
  718. this.cmdNew.Name = "cmdNew";
  719. this.cmdNew.Size = new System.Drawing.Size(40, 21);
  720. this.cmdNew.TabIndex = 4;
  721. this.cmdNew.Text = "&New";
  722. this.cmdNew.UseVisualStyleBackColor = true;
  723. this.cmdNew.Click += new System.EventHandler(this.cmdNew_Click);
  724. //
  725. // txtItemNum
  726. //
  727. this.txtItemNum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  728. | System.Windows.Forms.AnchorStyles.Left)));
  729. this.txtItemNum.BorderStyle = System.Windows.Forms.BorderStyle.None;
  730. this.txtItemNum.Location = new System.Drawing.Point(25, 2);
  731. this.txtItemNum.Name = "txtItemNum";
  732. this.txtItemNum.Size = new System.Drawing.Size(60, 13);
  733. this.txtItemNum.TabIndex = 3;
  734. this.txtItemNum.Text = "1000";
  735. this.txtItemNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  736. this.txtItemNum.TextChanged += new System.EventHandler(this.txtItemNum_TextChanged);
  737. //
  738. // lblItemCount
  739. //
  740. this.lblItemCount.Location = new System.Drawing.Point(89, 2);
  741. this.lblItemCount.Name = "lblItemCount";
  742. this.lblItemCount.Size = new System.Drawing.Size(60, 13);
  743. this.lblItemCount.TabIndex = 2;
  744. this.lblItemCount.Text = "| 1.000";
  745. this.lblItemCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  746. //
  747. // cmdNextItem
  748. //
  749. this.cmdNextItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
  750. this.cmdNextItem.Location = new System.Drawing.Point(155, -2);
  751. this.cmdNextItem.Margin = new System.Windows.Forms.Padding(0);
  752. this.cmdNextItem.Name = "cmdNextItem";
  753. this.cmdNextItem.Size = new System.Drawing.Size(24, 21);
  754. this.cmdNextItem.TabIndex = 1;
  755. this.cmdNextItem.Text = ">";
  756. this.cmdNextItem.UseVisualStyleBackColor = true;
  757. this.cmdNextItem.Click += new System.EventHandler(this.cmdNextItem_Click);
  758. //
  759. // cmdPrevItem
  760. //
  761. this.cmdPrevItem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  762. | System.Windows.Forms.AnchorStyles.Left)));
  763. this.cmdPrevItem.Location = new System.Drawing.Point(-2, -2);
  764. this.cmdPrevItem.Margin = new System.Windows.Forms.Padding(0);
  765. this.cmdPrevItem.Name = "cmdPrevItem";
  766. this.cmdPrevItem.Size = new System.Drawing.Size(24, 21);
  767. this.cmdPrevItem.TabIndex = 0;
  768. this.cmdPrevItem.Text = "<";
  769. this.cmdPrevItem.UseVisualStyleBackColor = true;
  770. this.cmdPrevItem.Click += new System.EventHandler(this.cmdPrevItem_Click);
  771. //
  772. // groupBox1
  773. //
  774. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  775. | System.Windows.Forms.AnchorStyles.Left)
  776. | System.Windows.Forms.AnchorStyles.Right)));
  777. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  778. this.groupBox1.Controls.Add(this.cmdPlay);
  779. this.groupBox1.Controls.Add(this.txtContent);
  780. this.groupBox1.Location = new System.Drawing.Point(13, 23);
  781. this.groupBox1.Name = "groupBox1";
  782. this.groupBox1.Size = new System.Drawing.Size(790, 77);
  783. this.groupBox1.TabIndex = 1;
  784. this.groupBox1.TabStop = false;
  785. this.groupBox1.Text = "Content";
  786. //
  787. // cmdPlay
  788. //
  789. this.cmdPlay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  790. this.cmdPlay.Font = new System.Drawing.Font("Webdings", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
  791. this.cmdPlay.Location = new System.Drawing.Point(753, 41);
  792. this.cmdPlay.Name = "cmdPlay";
  793. this.cmdPlay.Size = new System.Drawing.Size(27, 31);
  794. this.cmdPlay.TabIndex = 1;
  795. this.cmdPlay.Text = "X";
  796. this.cmdPlay.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  797. this.cmdPlay.UseVisualStyleBackColor = true;
  798. this.cmdPlay.Click += new System.EventHandler(this.cmdPlay_Click);
  799. //
  800. // txtContent
  801. //
  802. this.txtContent.AcceptsReturn = true;
  803. this.txtContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  804. | System.Windows.Forms.AnchorStyles.Left)
  805. | System.Windows.Forms.AnchorStyles.Right)));
  806. this.txtContent.ContextMenuStrip = this.mnuTextBox;
  807. this.txtContent.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  808. this.txtContent.Location = new System.Drawing.Point(6, 19);
  809. this.txtContent.Multiline = true;
  810. this.txtContent.Name = "txtContent";
  811. this.txtContent.Size = new System.Drawing.Size(747, 52);
  812. this.txtContent.TabIndex = 0;
  813. this.txtContent.Text = "Hallo Welt";
  814. //
  815. // mnuTextBox
  816. //
  817. this.mnuTextBox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  818. this.mnuText_Undo,
  819. this.mnuText_Redo,
  820. this.toolStripSeparator1,
  821. this.mnuText_Add,
  822. this.mnuText_Speech,
  823. this.toolStripSeparator3,
  824. this.mnuText_Cur,
  825. this.mnuText_Copy,
  826. this.mnuText_Paste,
  827. this.toolStripSeparator2,
  828. this.mnuText_SelectAll});
  829. this.mnuTextBox.Name = "mnuTextBox";
  830. this.mnuTextBox.Size = new System.Drawing.Size(203, 220);
  831. this.mnuTextBox.Opening += new System.ComponentModel.CancelEventHandler(this.mnuTextBox_Opening);
  832. //
  833. // mnuText_Undo
  834. //
  835. this.mnuText_Undo.Name = "mnuText_Undo";
  836. this.mnuText_Undo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
  837. this.mnuText_Undo.Size = new System.Drawing.Size(202, 22);
  838. this.mnuText_Undo.Text = "&Rückgänig";
  839. this.mnuText_Undo.Click += new System.EventHandler(this.mnuText_Undo_Click);
  840. //
  841. // mnuText_Redo
  842. //
  843. this.mnuText_Redo.Name = "mnuText_Redo";
  844. this.mnuText_Redo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
  845. this.mnuText_Redo.Size = new System.Drawing.Size(202, 22);
  846. this.mnuText_Redo.Text = "&Wiederholen";
  847. //
  848. // toolStripSeparator1
  849. //
  850. this.toolStripSeparator1.Name = "toolStripSeparator1";
  851. this.toolStripSeparator1.Size = new System.Drawing.Size(199, 6);
  852. //
  853. // mnuText_Add
  854. //
  855. this.mnuText_Add.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  856. this.datumUhrzeitToolStripMenuItem,
  857. this.personToolStripMenuItem,
  858. this.systemToolStripMenuItem,
  859. this.webToolStripMenuItem,
  860. this.serviceToolStripMenuItem,
  861. this.networkToolStripMenuItem,
  862. this.homematicToolStripMenuItem});
  863. this.mnuText_Add.Name = "mnuText_Add";
  864. this.mnuText_Add.Size = new System.Drawing.Size(202, 22);
  865. this.mnuText_Add.Text = "&Hinzufügen";
  866. this.mnuText_Add.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  867. //
  868. // datumUhrzeitToolStripMenuItem
  869. //
  870. this.datumUhrzeitToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  871. this.xToolStripMenuItem,
  872. this.aktuelleMinuteToolStripMenuItem,
  873. this.aktuelleSekundeToolStripMenuItem,
  874. this.toolStripSeparator4,
  875. this.aktuellerTagToolStripMenuItem,
  876. this.aktuellerMonatToolStripMenuItem,
  877. this.aktuellerMonatsnameToolStripMenuItem,
  878. this.aktuellesJahrToolStripMenuItem,
  879. this.aktuelleWocheToolStripMenuItem,
  880. this.toolStripSeparator5,
  881. this.datumUhrzeitToolStripMenuItem1,
  882. this.uhrzeitToolStripMenuItem,
  883. this.datumToolStripMenuItem});
  884. this.datumUhrzeitToolStripMenuItem.Name = "datumUhrzeitToolStripMenuItem";
  885. this.datumUhrzeitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  886. this.datumUhrzeitToolStripMenuItem.Text = "Datum / Uhrzeit";
  887. //
  888. // xToolStripMenuItem
  889. //
  890. this.xToolStripMenuItem.Name = "xToolStripMenuItem";
  891. this.xToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  892. this.xToolStripMenuItem.Tag = "{now.hour}";
  893. this.xToolStripMenuItem.Text = "Aktuelle Stunde";
  894. //
  895. // aktuelleMinuteToolStripMenuItem
  896. //
  897. this.aktuelleMinuteToolStripMenuItem.Name = "aktuelleMinuteToolStripMenuItem";
  898. this.aktuelleMinuteToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  899. this.aktuelleMinuteToolStripMenuItem.Tag = "{now.minute}";
  900. this.aktuelleMinuteToolStripMenuItem.Text = "Aktuelle Minute";
  901. //
  902. // aktuelleSekundeToolStripMenuItem
  903. //
  904. this.aktuelleSekundeToolStripMenuItem.Name = "aktuelleSekundeToolStripMenuItem";
  905. this.aktuelleSekundeToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  906. this.aktuelleSekundeToolStripMenuItem.Tag = "{now.second}";
  907. this.aktuelleSekundeToolStripMenuItem.Text = "Aktuelle Sekunde";
  908. //
  909. // toolStripSeparator4
  910. //
  911. this.toolStripSeparator4.Name = "toolStripSeparator4";
  912. this.toolStripSeparator4.Size = new System.Drawing.Size(191, 6);
  913. //
  914. // aktuellerTagToolStripMenuItem
  915. //
  916. this.aktuellerTagToolStripMenuItem.Name = "aktuellerTagToolStripMenuItem";
  917. this.aktuellerTagToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  918. this.aktuellerTagToolStripMenuItem.Tag = "{now.day}";
  919. this.aktuellerTagToolStripMenuItem.Text = "Aktueller Tag";
  920. //
  921. // aktuellerMonatToolStripMenuItem
  922. //
  923. this.aktuellerMonatToolStripMenuItem.Name = "aktuellerMonatToolStripMenuItem";
  924. this.aktuellerMonatToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  925. this.aktuellerMonatToolStripMenuItem.Tag = "{now.month}";
  926. this.aktuellerMonatToolStripMenuItem.Text = "Aktueller Monat";
  927. //
  928. // aktuellerMonatsnameToolStripMenuItem
  929. //
  930. this.aktuellerMonatsnameToolStripMenuItem.Name = "aktuellerMonatsnameToolStripMenuItem";
  931. this.aktuellerMonatsnameToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  932. this.aktuellerMonatsnameToolStripMenuItem.Tag = "{now.monthname}";
  933. this.aktuellerMonatsnameToolStripMenuItem.Text = "Aktueller Monatsname";
  934. //
  935. // aktuellesJahrToolStripMenuItem
  936. //
  937. this.aktuellesJahrToolStripMenuItem.Name = "aktuellesJahrToolStripMenuItem";
  938. this.aktuellesJahrToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  939. this.aktuellesJahrToolStripMenuItem.Tag = "{now.year}";
  940. this.aktuellesJahrToolStripMenuItem.Text = "Aktuelles Jahr";
  941. //
  942. // personToolStripMenuItem
  943. //
  944. this.personToolStripMenuItem.Name = "personToolStripMenuItem";
  945. this.personToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  946. this.personToolStripMenuItem.Text = "Person";
  947. //
  948. // systemToolStripMenuItem
  949. //
  950. this.systemToolStripMenuItem.Name = "systemToolStripMenuItem";
  951. this.systemToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  952. this.systemToolStripMenuItem.Text = "System";
  953. //
  954. // webToolStripMenuItem
  955. //
  956. this.webToolStripMenuItem.Name = "webToolStripMenuItem";
  957. this.webToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  958. this.webToolStripMenuItem.Text = "Web";
  959. //
  960. // serviceToolStripMenuItem
  961. //
  962. this.serviceToolStripMenuItem.Name = "serviceToolStripMenuItem";
  963. this.serviceToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  964. this.serviceToolStripMenuItem.Text = "Service";
  965. //
  966. // networkToolStripMenuItem
  967. //
  968. this.networkToolStripMenuItem.Name = "networkToolStripMenuItem";
  969. this.networkToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  970. this.networkToolStripMenuItem.Text = "Network";
  971. //
  972. // homematicToolStripMenuItem
  973. //
  974. this.homematicToolStripMenuItem.Name = "homematicToolStripMenuItem";
  975. this.homematicToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  976. this.homematicToolStripMenuItem.Text = "Homematic";
  977. //
  978. // mnuText_Speech
  979. //
  980. this.mnuText_Speech.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  981. this.pauseToolStripMenuItem,
  982. this.buchstabierenToolStripMenuItem,
  983. this.aliasToolStripMenuItem});
  984. this.mnuText_Speech.Name = "mnuText_Speech";
  985. this.mnuText_Speech.Size = new System.Drawing.Size(202, 22);
  986. this.mnuText_Speech.Text = "Au&ssprache";
  987. //
  988. // pauseToolStripMenuItem
  989. //
  990. this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
  991. this.pauseToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  992. this.pauseToolStripMenuItem.Text = "Pause";
  993. //
  994. // buchstabierenToolStripMenuItem
  995. //
  996. this.buchstabierenToolStripMenuItem.Name = "buchstabierenToolStripMenuItem";
  997. this.buchstabierenToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  998. this.buchstabierenToolStripMenuItem.Text = "Buchstabieren";
  999. //
  1000. // aliasToolStripMenuItem
  1001. //
  1002. this.aliasToolStripMenuItem.Name = "aliasToolStripMenuItem";
  1003. this.aliasToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  1004. this.aliasToolStripMenuItem.Text = "Alias";
  1005. //
  1006. // toolStripSeparator3
  1007. //
  1008. this.toolStripSeparator3.Name = "toolStripSeparator3";
  1009. this.toolStripSeparator3.Size = new System.Drawing.Size(199, 6);
  1010. //
  1011. // mnuText_Cur
  1012. //
  1013. this.mnuText_Cur.Name = "mnuText_Cur";
  1014. this.mnuText_Cur.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
  1015. this.mnuText_Cur.Size = new System.Drawing.Size(202, 22);
  1016. this.mnuText_Cur.Text = "&Ausschneiden";
  1017. this.mnuText_Cur.Click += new System.EventHandler(this.mnuText_Cur_Click);
  1018. //
  1019. // mnuText_Copy
  1020. //
  1021. this.mnuText_Copy.Name = "mnuText_Copy";
  1022. this.mnuText_Copy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
  1023. this.mnuText_Copy.Size = new System.Drawing.Size(202, 22);
  1024. this.mnuText_Copy.Text = "&Kopieren";
  1025. this.mnuText_Copy.Click += new System.EventHandler(this.mnuText_Copy_Click);
  1026. //
  1027. // mnuText_Paste
  1028. //
  1029. this.mnuText_Paste.Name = "mnuText_Paste";
  1030. this.mnuText_Paste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
  1031. this.mnuText_Paste.Size = new System.Drawing.Size(202, 22);
  1032. this.mnuText_Paste.Text = "&Einfügen";
  1033. this.mnuText_Paste.Click += new System.EventHandler(this.mnuText_Paste_Click);
  1034. //
  1035. // toolStripSeparator2
  1036. //
  1037. this.toolStripSeparator2.Name = "toolStripSeparator2";
  1038. this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6);
  1039. //
  1040. // mnuText_SelectAll
  1041. //
  1042. this.mnuText_SelectAll.Name = "mnuText_SelectAll";
  1043. this.mnuText_SelectAll.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
  1044. this.mnuText_SelectAll.Size = new System.Drawing.Size(202, 22);
  1045. this.mnuText_SelectAll.Text = "&Alles auswählen";
  1046. this.mnuText_SelectAll.Click += new System.EventHandler(this.mnuText_SelectAll_Click);
  1047. //
  1048. // toolStripSeparator5
  1049. //
  1050. this.toolStripSeparator5.Name = "toolStripSeparator5";
  1051. this.toolStripSeparator5.Size = new System.Drawing.Size(191, 6);
  1052. //
  1053. // datumUhrzeitToolStripMenuItem1
  1054. //
  1055. this.datumUhrzeitToolStripMenuItem1.Name = "datumUhrzeitToolStripMenuItem1";
  1056. this.datumUhrzeitToolStripMenuItem1.Size = new System.Drawing.Size(194, 22);
  1057. this.datumUhrzeitToolStripMenuItem1.Tag = "{now.daetime}";
  1058. this.datumUhrzeitToolStripMenuItem1.Text = "Datum / Uhrzeit";
  1059. //
  1060. // uhrzeitToolStripMenuItem
  1061. //
  1062. this.uhrzeitToolStripMenuItem.Name = "uhrzeitToolStripMenuItem";
  1063. this.uhrzeitToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  1064. this.uhrzeitToolStripMenuItem.Tag = "{now.time}";
  1065. this.uhrzeitToolStripMenuItem.Text = "Uhrzeit";
  1066. //
  1067. // datumToolStripMenuItem
  1068. //
  1069. this.datumToolStripMenuItem.Name = "datumToolStripMenuItem";
  1070. this.datumToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  1071. this.datumToolStripMenuItem.Tag = "{now.date}";
  1072. this.datumToolStripMenuItem.Text = "Datum";
  1073. //
  1074. // aktuelleWocheToolStripMenuItem
  1075. //
  1076. this.aktuelleWocheToolStripMenuItem.Name = "aktuelleWocheToolStripMenuItem";
  1077. this.aktuelleWocheToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
  1078. this.aktuelleWocheToolStripMenuItem.Tag = "{now.w}";
  1079. this.aktuelleWocheToolStripMenuItem.Text = "Aktuelle Wochentag";
  1080. //
  1081. // frmContentEdit
  1082. //
  1083. this.AcceptButton = this.cmdOk;
  1084. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  1085. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1086. this.CancelButton = this.cmdAbort;
  1087. this.ClientSize = new System.Drawing.Size(808, 441);
  1088. this.Controls.Add(this.panel1);
  1089. this.Controls.Add(this.cmdAdd);
  1090. this.Controls.Add(this.cmdAbort);
  1091. this.Controls.Add(this.cmdOk);
  1092. this.Controls.Add(this.groupBox4);
  1093. this.Controls.Add(this.groupBox3);
  1094. this.Controls.Add(this.groupBox2);
  1095. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  1096. this.MinimumSize = new System.Drawing.Size(680, 300);
  1097. this.Name = "frmContentEdit";
  1098. this.ShowIcon = false;
  1099. this.ShowInTaskbar = false;
  1100. this.Text = "Content";
  1101. this.groupBox2.ResumeLayout(false);
  1102. this.flowMood.ResumeLayout(false);
  1103. this.groupBox3.ResumeLayout(false);
  1104. ((System.ComponentModel.ISupportInitialize)(this.dgvTags)).EndInit();
  1105. this.groupBox4.ResumeLayout(false);
  1106. ((System.ComponentModel.ISupportInitialize)(this.dgvOptionalTags)).EndInit();
  1107. this.panel1.ResumeLayout(false);
  1108. this.panel2.ResumeLayout(false);
  1109. this.panel2.PerformLayout();
  1110. this.groupBox1.ResumeLayout(false);
  1111. this.groupBox1.PerformLayout();
  1112. this.mnuTextBox.ResumeLayout(false);
  1113. this.ResumeLayout(false);
  1114. }
  1115. #endregion
  1116. private System.Windows.Forms.GroupBox groupBox2;
  1117. private System.Windows.Forms.FlowLayoutPanel flowMood;
  1118. private System.Windows.Forms.CheckBox chkMood_Angry;
  1119. private System.Windows.Forms.CheckBox chkMood_Aroused;
  1120. private System.Windows.Forms.CheckBox chkMood_Hungry;
  1121. private System.Windows.Forms.CheckBox chkMood_Happyness;
  1122. private System.Windows.Forms.CheckBox chkMood_Funny;
  1123. private System.Windows.Forms.CheckBox chkMood_Annoyed;
  1124. private System.Windows.Forms.CheckBox chkMood_Irritated;
  1125. private System.Windows.Forms.CheckBox chkMood_Bored;
  1126. private System.Windows.Forms.CheckBox chkMood_Intelligent;
  1127. private System.Windows.Forms.CheckBox chkMood_Sleepy;
  1128. private System.Windows.Forms.CheckBox chkMood_Exhausted;
  1129. private System.Windows.Forms.CheckBox chkMood_Depressive;
  1130. private System.Windows.Forms.CheckBox chkMood_Sad;
  1131. private System.Windows.Forms.CheckBox chkMood_Useless;
  1132. private System.Windows.Forms.CheckBox chkMood_Usefull;
  1133. private System.Windows.Forms.CheckBox chkMood_Compfortable;
  1134. private System.Windows.Forms.CheckBox chkMood_Temperate;
  1135. private System.Windows.Forms.CheckBox chkMood_Shy;
  1136. private System.Windows.Forms.CheckBox chkMood_Excited;
  1137. private System.Windows.Forms.CheckBox chkMood_ToLoud;
  1138. private System.Windows.Forms.CheckBox chkMood_ToQuiet;
  1139. private System.Windows.Forms.CheckBox chkMood_Playful;
  1140. private System.Windows.Forms.CheckBox chkMood_Naiv;
  1141. private System.Windows.Forms.CheckBox chkMood_Freezy;
  1142. private System.Windows.Forms.CheckBox chkMood_Hot;
  1143. private System.Windows.Forms.CheckBox chkMood_Humanity;
  1144. private System.Windows.Forms.CheckBox chkMood_Lonely;
  1145. private System.Windows.Forms.CheckBox chkMood_Soziality;
  1146. private System.Windows.Forms.Button cmdMood_None;
  1147. private System.Windows.Forms.Button cmdMood_All;
  1148. private System.Windows.Forms.CheckBox chkMood_Energy;
  1149. private System.Windows.Forms.GroupBox groupBox3;
  1150. private System.Windows.Forms.Button cmdTags_All;
  1151. private System.Windows.Forms.Button cmdTags_None;
  1152. private System.Windows.Forms.GroupBox groupBox4;
  1153. private System.Windows.Forms.Button cmdOptionalTags_All;
  1154. private System.Windows.Forms.Button cmdOptionalTags_None;
  1155. private System.Windows.Forms.Button cmdOk;
  1156. private System.Windows.Forms.Button cmdAbort;
  1157. private System.Windows.Forms.Button cmdAdd;
  1158. private System.Windows.Forms.Panel panel1;
  1159. private System.Windows.Forms.Panel panel2;
  1160. private System.Windows.Forms.TextBox txtItemNum;
  1161. private System.Windows.Forms.Label lblItemCount;
  1162. private System.Windows.Forms.Button cmdNextItem;
  1163. private System.Windows.Forms.Button cmdPrevItem;
  1164. private System.Windows.Forms.GroupBox groupBox1;
  1165. private System.Windows.Forms.TextBox txtContent;
  1166. private System.Windows.Forms.Button cmdNew;
  1167. private System.Windows.Forms.DataGridView dgvTags;
  1168. private System.Windows.Forms.DataGridViewCheckBoxColumn colCheck;
  1169. private System.Windows.Forms.DataGridViewTextBoxColumn colTag;
  1170. private System.Windows.Forms.DataGridView dgvOptionalTags;
  1171. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  1172. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1173. private System.Windows.Forms.Button cmdPlay;
  1174. private System.Windows.Forms.ContextMenuStrip mnuTextBox;
  1175. private System.Windows.Forms.ToolStripMenuItem mnuText_Undo;
  1176. private System.Windows.Forms.ToolStripMenuItem mnuText_Redo;
  1177. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1178. private System.Windows.Forms.ToolStripMenuItem mnuText_Add;
  1179. private System.Windows.Forms.ToolStripMenuItem datumUhrzeitToolStripMenuItem;
  1180. private System.Windows.Forms.ToolStripMenuItem personToolStripMenuItem;
  1181. private System.Windows.Forms.ToolStripMenuItem systemToolStripMenuItem;
  1182. private System.Windows.Forms.ToolStripMenuItem mnuText_Speech;
  1183. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1184. private System.Windows.Forms.ToolStripMenuItem mnuText_Cur;
  1185. private System.Windows.Forms.ToolStripMenuItem mnuText_Copy;
  1186. private System.Windows.Forms.ToolStripMenuItem mnuText_Paste;
  1187. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1188. private System.Windows.Forms.ToolStripMenuItem mnuText_SelectAll;
  1189. private System.Windows.Forms.ToolStripMenuItem webToolStripMenuItem;
  1190. private System.Windows.Forms.ToolStripMenuItem serviceToolStripMenuItem;
  1191. private System.Windows.Forms.ToolStripMenuItem networkToolStripMenuItem;
  1192. private System.Windows.Forms.ToolStripMenuItem homematicToolStripMenuItem;
  1193. private System.Windows.Forms.ToolStripMenuItem pauseToolStripMenuItem;
  1194. private System.Windows.Forms.ToolStripMenuItem buchstabierenToolStripMenuItem;
  1195. private System.Windows.Forms.ToolStripMenuItem aliasToolStripMenuItem;
  1196. private System.Windows.Forms.ToolStripMenuItem xToolStripMenuItem;
  1197. private System.Windows.Forms.ToolStripMenuItem aktuelleMinuteToolStripMenuItem;
  1198. private System.Windows.Forms.ToolStripMenuItem aktuelleSekundeToolStripMenuItem;
  1199. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1200. private System.Windows.Forms.ToolStripMenuItem aktuellerTagToolStripMenuItem;
  1201. private System.Windows.Forms.ToolStripMenuItem aktuellerMonatToolStripMenuItem;
  1202. private System.Windows.Forms.ToolStripMenuItem aktuellerMonatsnameToolStripMenuItem;
  1203. private System.Windows.Forms.ToolStripMenuItem aktuellesJahrToolStripMenuItem;
  1204. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  1205. private System.Windows.Forms.ToolStripMenuItem datumUhrzeitToolStripMenuItem1;
  1206. private System.Windows.Forms.ToolStripMenuItem uhrzeitToolStripMenuItem;
  1207. private System.Windows.Forms.ToolStripMenuItem datumToolStripMenuItem;
  1208. private System.Windows.Forms.ToolStripMenuItem aktuelleWocheToolStripMenuItem;
  1209. }
  1210. }