| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215 |
- namespace ContentEditor {
- partial class frmContentEdit {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing) {
- if (disposing && (components != null)) {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent() {
- this.components = new System.ComponentModel.Container();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.cmdMood_All = new System.Windows.Forms.Button();
- this.cmdMood_None = new System.Windows.Forms.Button();
- this.flowMood = new System.Windows.Forms.FlowLayoutPanel();
- this.chkMood_Angry = new System.Windows.Forms.CheckBox();
- this.chkMood_Aroused = new System.Windows.Forms.CheckBox();
- this.chkMood_Hungry = new System.Windows.Forms.CheckBox();
- this.chkMood_Happyness = new System.Windows.Forms.CheckBox();
- this.chkMood_Funny = new System.Windows.Forms.CheckBox();
- this.chkMood_Annoyed = new System.Windows.Forms.CheckBox();
- this.chkMood_Irritated = new System.Windows.Forms.CheckBox();
- this.chkMood_Bored = new System.Windows.Forms.CheckBox();
- this.chkMood_Intelligent = new System.Windows.Forms.CheckBox();
- this.chkMood_Sleepy = new System.Windows.Forms.CheckBox();
- this.chkMood_Exhausted = new System.Windows.Forms.CheckBox();
- this.chkMood_Depressive = new System.Windows.Forms.CheckBox();
- this.chkMood_Sad = new System.Windows.Forms.CheckBox();
- this.chkMood_Useless = new System.Windows.Forms.CheckBox();
- this.chkMood_Usefull = new System.Windows.Forms.CheckBox();
- this.chkMood_Compfortable = new System.Windows.Forms.CheckBox();
- this.chkMood_Temperate = new System.Windows.Forms.CheckBox();
- this.chkMood_Shy = new System.Windows.Forms.CheckBox();
- this.chkMood_Excited = new System.Windows.Forms.CheckBox();
- this.chkMood_ToLoud = new System.Windows.Forms.CheckBox();
- this.chkMood_ToQuiet = new System.Windows.Forms.CheckBox();
- this.chkMood_Playful = new System.Windows.Forms.CheckBox();
- this.chkMood_Naiv = new System.Windows.Forms.CheckBox();
- this.chkMood_Freezy = new System.Windows.Forms.CheckBox();
- this.chkMood_Hot = new System.Windows.Forms.CheckBox();
- this.chkMood_Humanity = new System.Windows.Forms.CheckBox();
- this.chkMood_Lonely = new System.Windows.Forms.CheckBox();
- this.chkMood_Soziality = new System.Windows.Forms.CheckBox();
- this.chkMood_Energy = new System.Windows.Forms.CheckBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.dgvTags = new System.Windows.Forms.DataGridView();
- this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.colTag = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.cmdTags_All = new System.Windows.Forms.Button();
- this.cmdTags_None = new System.Windows.Forms.Button();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.dgvOptionalTags = new System.Windows.Forms.DataGridView();
- this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.cmdOptionalTags_All = new System.Windows.Forms.Button();
- this.cmdOptionalTags_None = new System.Windows.Forms.Button();
- this.cmdOk = new System.Windows.Forms.Button();
- this.cmdAbort = new System.Windows.Forms.Button();
- this.cmdAdd = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.cmdNew = new System.Windows.Forms.Button();
- this.txtItemNum = new System.Windows.Forms.TextBox();
- this.lblItemCount = new System.Windows.Forms.Label();
- this.cmdNextItem = new System.Windows.Forms.Button();
- this.cmdPrevItem = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.cmdPlay = new System.Windows.Forms.Button();
- this.txtContent = new System.Windows.Forms.TextBox();
- this.mnuTextBox = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.mnuText_Undo = new System.Windows.Forms.ToolStripMenuItem();
- this.mnuText_Redo = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.mnuText_Add = new System.Windows.Forms.ToolStripMenuItem();
- this.datumUhrzeitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.xToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aktuelleMinuteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aktuelleSekundeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.aktuellerTagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aktuellerMonatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aktuellerMonatsnameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aktuellesJahrToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.personToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.systemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.webToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.serviceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.networkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.homematicToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.mnuText_Speech = new System.Windows.Forms.ToolStripMenuItem();
- this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.buchstabierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aliasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.mnuText_Cur = new System.Windows.Forms.ToolStripMenuItem();
- this.mnuText_Copy = new System.Windows.Forms.ToolStripMenuItem();
- this.mnuText_Paste = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.mnuText_SelectAll = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
- this.datumUhrzeitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.uhrzeitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.datumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aktuelleWocheToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.groupBox2.SuspendLayout();
- this.flowMood.SuspendLayout();
- this.groupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTags)).BeginInit();
- this.groupBox4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvOptionalTags)).BeginInit();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.mnuTextBox.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox2
- //
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox2.Controls.Add(this.cmdMood_All);
- this.groupBox2.Controls.Add(this.cmdMood_None);
- this.groupBox2.Controls.Add(this.flowMood);
- this.groupBox2.Location = new System.Drawing.Point(8, 115);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(454, 291);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Mood";
- //
- // cmdMood_All
- //
- this.cmdMood_All.Location = new System.Drawing.Point(152, 21);
- this.cmdMood_All.Name = "cmdMood_All";
- this.cmdMood_All.Size = new System.Drawing.Size(137, 20);
- this.cmdMood_All.TabIndex = 2;
- this.cmdMood_All.Text = "Select all";
- this.cmdMood_All.UseVisualStyleBackColor = true;
- this.cmdMood_All.Click += new System.EventHandler(this.cmdMood_All_Click);
- //
- // cmdMood_None
- //
- this.cmdMood_None.Location = new System.Drawing.Point(9, 20);
- this.cmdMood_None.Name = "cmdMood_None";
- this.cmdMood_None.Size = new System.Drawing.Size(137, 20);
- this.cmdMood_None.TabIndex = 1;
- this.cmdMood_None.Text = "Select none";
- this.cmdMood_None.UseVisualStyleBackColor = true;
- this.cmdMood_None.Click += new System.EventHandler(this.cmdMood_None_Click);
- //
- // flowMood
- //
- this.flowMood.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowMood.AutoScroll = true;
- this.flowMood.Controls.Add(this.chkMood_Angry);
- this.flowMood.Controls.Add(this.chkMood_Aroused);
- this.flowMood.Controls.Add(this.chkMood_Hungry);
- this.flowMood.Controls.Add(this.chkMood_Happyness);
- this.flowMood.Controls.Add(this.chkMood_Funny);
- this.flowMood.Controls.Add(this.chkMood_Annoyed);
- this.flowMood.Controls.Add(this.chkMood_Irritated);
- this.flowMood.Controls.Add(this.chkMood_Bored);
- this.flowMood.Controls.Add(this.chkMood_Intelligent);
- this.flowMood.Controls.Add(this.chkMood_Sleepy);
- this.flowMood.Controls.Add(this.chkMood_Exhausted);
- this.flowMood.Controls.Add(this.chkMood_Depressive);
- this.flowMood.Controls.Add(this.chkMood_Sad);
- this.flowMood.Controls.Add(this.chkMood_Useless);
- this.flowMood.Controls.Add(this.chkMood_Usefull);
- this.flowMood.Controls.Add(this.chkMood_Compfortable);
- this.flowMood.Controls.Add(this.chkMood_Temperate);
- this.flowMood.Controls.Add(this.chkMood_Shy);
- this.flowMood.Controls.Add(this.chkMood_Excited);
- this.flowMood.Controls.Add(this.chkMood_ToLoud);
- this.flowMood.Controls.Add(this.chkMood_ToQuiet);
- this.flowMood.Controls.Add(this.chkMood_Playful);
- this.flowMood.Controls.Add(this.chkMood_Naiv);
- this.flowMood.Controls.Add(this.chkMood_Freezy);
- this.flowMood.Controls.Add(this.chkMood_Hot);
- this.flowMood.Controls.Add(this.chkMood_Humanity);
- this.flowMood.Controls.Add(this.chkMood_Lonely);
- this.flowMood.Controls.Add(this.chkMood_Soziality);
- this.flowMood.Controls.Add(this.chkMood_Energy);
- this.flowMood.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
- this.flowMood.Location = new System.Drawing.Point(6, 53);
- this.flowMood.Name = "flowMood";
- this.flowMood.Size = new System.Drawing.Size(442, 232);
- this.flowMood.TabIndex = 0;
- //
- // chkMood_Angry
- //
- this.chkMood_Angry.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Angry.Location = new System.Drawing.Point(3, 3);
- this.chkMood_Angry.Name = "chkMood_Angry";
- this.chkMood_Angry.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Angry.TabIndex = 0;
- this.chkMood_Angry.Text = "angry";
- this.chkMood_Angry.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Angry.UseVisualStyleBackColor = true;
- //
- // chkMood_Aroused
- //
- this.chkMood_Aroused.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Aroused.Location = new System.Drawing.Point(3, 33);
- this.chkMood_Aroused.Name = "chkMood_Aroused";
- this.chkMood_Aroused.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Aroused.TabIndex = 1;
- this.chkMood_Aroused.Text = "aroused";
- this.chkMood_Aroused.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Aroused.UseVisualStyleBackColor = true;
- //
- // chkMood_Hungry
- //
- this.chkMood_Hungry.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Hungry.Location = new System.Drawing.Point(3, 63);
- this.chkMood_Hungry.Name = "chkMood_Hungry";
- this.chkMood_Hungry.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Hungry.TabIndex = 2;
- this.chkMood_Hungry.Text = "hungry";
- this.chkMood_Hungry.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Hungry.UseVisualStyleBackColor = true;
- //
- // chkMood_Happyness
- //
- this.chkMood_Happyness.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Happyness.Location = new System.Drawing.Point(3, 93);
- this.chkMood_Happyness.Name = "chkMood_Happyness";
- this.chkMood_Happyness.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Happyness.TabIndex = 3;
- this.chkMood_Happyness.Text = "happyness";
- this.chkMood_Happyness.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Happyness.UseVisualStyleBackColor = true;
- //
- // chkMood_Funny
- //
- this.chkMood_Funny.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Funny.Location = new System.Drawing.Point(3, 123);
- this.chkMood_Funny.Name = "chkMood_Funny";
- this.chkMood_Funny.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Funny.TabIndex = 4;
- this.chkMood_Funny.Text = "funny";
- this.chkMood_Funny.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Funny.UseVisualStyleBackColor = true;
- //
- // chkMood_Annoyed
- //
- this.chkMood_Annoyed.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Annoyed.Location = new System.Drawing.Point(3, 153);
- this.chkMood_Annoyed.Name = "chkMood_Annoyed";
- this.chkMood_Annoyed.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Annoyed.TabIndex = 5;
- this.chkMood_Annoyed.Text = "annoyed";
- this.chkMood_Annoyed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Annoyed.UseVisualStyleBackColor = true;
- //
- // chkMood_Irritated
- //
- this.chkMood_Irritated.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Irritated.Location = new System.Drawing.Point(3, 183);
- this.chkMood_Irritated.Name = "chkMood_Irritated";
- this.chkMood_Irritated.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Irritated.TabIndex = 6;
- this.chkMood_Irritated.Text = "irritated";
- this.chkMood_Irritated.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Irritated.UseVisualStyleBackColor = true;
- //
- // chkMood_Bored
- //
- this.chkMood_Bored.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Bored.Location = new System.Drawing.Point(109, 3);
- this.chkMood_Bored.Name = "chkMood_Bored";
- this.chkMood_Bored.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Bored.TabIndex = 7;
- this.chkMood_Bored.Text = "bored";
- this.chkMood_Bored.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Bored.UseVisualStyleBackColor = true;
- //
- // chkMood_Intelligent
- //
- this.chkMood_Intelligent.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Intelligent.Location = new System.Drawing.Point(109, 33);
- this.chkMood_Intelligent.Name = "chkMood_Intelligent";
- this.chkMood_Intelligent.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Intelligent.TabIndex = 8;
- this.chkMood_Intelligent.Text = "intelligent";
- this.chkMood_Intelligent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Intelligent.UseVisualStyleBackColor = true;
- //
- // chkMood_Sleepy
- //
- this.chkMood_Sleepy.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Sleepy.Location = new System.Drawing.Point(109, 63);
- this.chkMood_Sleepy.Name = "chkMood_Sleepy";
- this.chkMood_Sleepy.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Sleepy.TabIndex = 9;
- this.chkMood_Sleepy.Text = "sleepy";
- this.chkMood_Sleepy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Sleepy.UseVisualStyleBackColor = true;
- //
- // chkMood_Exhausted
- //
- this.chkMood_Exhausted.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Exhausted.Location = new System.Drawing.Point(109, 93);
- this.chkMood_Exhausted.Name = "chkMood_Exhausted";
- this.chkMood_Exhausted.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Exhausted.TabIndex = 10;
- this.chkMood_Exhausted.Text = "exhausted";
- this.chkMood_Exhausted.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Exhausted.UseVisualStyleBackColor = true;
- //
- // chkMood_Depressive
- //
- this.chkMood_Depressive.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Depressive.Location = new System.Drawing.Point(109, 123);
- this.chkMood_Depressive.Name = "chkMood_Depressive";
- this.chkMood_Depressive.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Depressive.TabIndex = 11;
- this.chkMood_Depressive.Text = "depressive";
- this.chkMood_Depressive.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Depressive.UseVisualStyleBackColor = true;
- //
- // chkMood_Sad
- //
- this.chkMood_Sad.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Sad.Location = new System.Drawing.Point(109, 153);
- this.chkMood_Sad.Name = "chkMood_Sad";
- this.chkMood_Sad.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Sad.TabIndex = 12;
- this.chkMood_Sad.Text = "sad";
- this.chkMood_Sad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Sad.UseVisualStyleBackColor = true;
- //
- // chkMood_Useless
- //
- this.chkMood_Useless.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Useless.Location = new System.Drawing.Point(109, 183);
- this.chkMood_Useless.Name = "chkMood_Useless";
- this.chkMood_Useless.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Useless.TabIndex = 13;
- this.chkMood_Useless.Text = "useless";
- this.chkMood_Useless.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Useless.UseVisualStyleBackColor = true;
- //
- // chkMood_Usefull
- //
- this.chkMood_Usefull.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Usefull.Location = new System.Drawing.Point(215, 3);
- this.chkMood_Usefull.Name = "chkMood_Usefull";
- this.chkMood_Usefull.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Usefull.TabIndex = 14;
- this.chkMood_Usefull.Text = "usefull";
- this.chkMood_Usefull.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Usefull.UseVisualStyleBackColor = true;
- //
- // chkMood_Compfortable
- //
- this.chkMood_Compfortable.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Compfortable.Location = new System.Drawing.Point(215, 33);
- this.chkMood_Compfortable.Name = "chkMood_Compfortable";
- this.chkMood_Compfortable.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Compfortable.TabIndex = 15;
- this.chkMood_Compfortable.Text = "compfortable";
- this.chkMood_Compfortable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Compfortable.UseVisualStyleBackColor = true;
- //
- // chkMood_Temperate
- //
- this.chkMood_Temperate.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Temperate.Location = new System.Drawing.Point(215, 63);
- this.chkMood_Temperate.Name = "chkMood_Temperate";
- this.chkMood_Temperate.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Temperate.TabIndex = 16;
- this.chkMood_Temperate.Text = "temperate";
- this.chkMood_Temperate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Temperate.UseVisualStyleBackColor = true;
- //
- // chkMood_Shy
- //
- this.chkMood_Shy.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Shy.Location = new System.Drawing.Point(215, 93);
- this.chkMood_Shy.Name = "chkMood_Shy";
- this.chkMood_Shy.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Shy.TabIndex = 17;
- this.chkMood_Shy.Text = "shy";
- this.chkMood_Shy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Shy.UseVisualStyleBackColor = true;
- //
- // chkMood_Excited
- //
- this.chkMood_Excited.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Excited.Location = new System.Drawing.Point(215, 123);
- this.chkMood_Excited.Name = "chkMood_Excited";
- this.chkMood_Excited.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Excited.TabIndex = 18;
- this.chkMood_Excited.Text = "excited";
- this.chkMood_Excited.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Excited.UseVisualStyleBackColor = true;
- //
- // chkMood_ToLoud
- //
- this.chkMood_ToLoud.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_ToLoud.Location = new System.Drawing.Point(215, 153);
- this.chkMood_ToLoud.Name = "chkMood_ToLoud";
- this.chkMood_ToLoud.Size = new System.Drawing.Size(100, 24);
- this.chkMood_ToLoud.TabIndex = 19;
- this.chkMood_ToLoud.Text = "to Loud";
- this.chkMood_ToLoud.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_ToLoud.UseVisualStyleBackColor = true;
- //
- // chkMood_ToQuiet
- //
- this.chkMood_ToQuiet.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_ToQuiet.Location = new System.Drawing.Point(215, 183);
- this.chkMood_ToQuiet.Name = "chkMood_ToQuiet";
- this.chkMood_ToQuiet.Size = new System.Drawing.Size(100, 24);
- this.chkMood_ToQuiet.TabIndex = 20;
- this.chkMood_ToQuiet.Text = "to Quiet";
- this.chkMood_ToQuiet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_ToQuiet.UseVisualStyleBackColor = true;
- //
- // chkMood_Playful
- //
- this.chkMood_Playful.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Playful.Location = new System.Drawing.Point(321, 3);
- this.chkMood_Playful.Name = "chkMood_Playful";
- this.chkMood_Playful.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Playful.TabIndex = 21;
- this.chkMood_Playful.Text = "playful";
- this.chkMood_Playful.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Playful.UseVisualStyleBackColor = true;
- //
- // chkMood_Naiv
- //
- this.chkMood_Naiv.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Naiv.Location = new System.Drawing.Point(321, 33);
- this.chkMood_Naiv.Name = "chkMood_Naiv";
- this.chkMood_Naiv.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Naiv.TabIndex = 22;
- this.chkMood_Naiv.Text = "naiv";
- this.chkMood_Naiv.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Naiv.UseVisualStyleBackColor = true;
- //
- // chkMood_Freezy
- //
- this.chkMood_Freezy.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Freezy.Location = new System.Drawing.Point(321, 63);
- this.chkMood_Freezy.Name = "chkMood_Freezy";
- this.chkMood_Freezy.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Freezy.TabIndex = 23;
- this.chkMood_Freezy.Text = "freezy";
- this.chkMood_Freezy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Freezy.UseVisualStyleBackColor = true;
- //
- // chkMood_Hot
- //
- this.chkMood_Hot.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Hot.Location = new System.Drawing.Point(321, 93);
- this.chkMood_Hot.Name = "chkMood_Hot";
- this.chkMood_Hot.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Hot.TabIndex = 24;
- this.chkMood_Hot.Text = "hot";
- this.chkMood_Hot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Hot.UseVisualStyleBackColor = true;
- //
- // chkMood_Humanity
- //
- this.chkMood_Humanity.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Humanity.Location = new System.Drawing.Point(321, 123);
- this.chkMood_Humanity.Name = "chkMood_Humanity";
- this.chkMood_Humanity.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Humanity.TabIndex = 25;
- this.chkMood_Humanity.Text = "humanity";
- this.chkMood_Humanity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Humanity.UseVisualStyleBackColor = true;
- //
- // chkMood_Lonely
- //
- this.chkMood_Lonely.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Lonely.Location = new System.Drawing.Point(321, 153);
- this.chkMood_Lonely.Name = "chkMood_Lonely";
- this.chkMood_Lonely.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Lonely.TabIndex = 26;
- this.chkMood_Lonely.Text = "lonely";
- this.chkMood_Lonely.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Lonely.UseVisualStyleBackColor = true;
- //
- // chkMood_Soziality
- //
- this.chkMood_Soziality.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Soziality.Location = new System.Drawing.Point(321, 183);
- this.chkMood_Soziality.Name = "chkMood_Soziality";
- this.chkMood_Soziality.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Soziality.TabIndex = 27;
- this.chkMood_Soziality.Text = "soziality";
- this.chkMood_Soziality.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Soziality.UseVisualStyleBackColor = true;
- //
- // chkMood_Energy
- //
- this.chkMood_Energy.Appearance = System.Windows.Forms.Appearance.Button;
- this.chkMood_Energy.Location = new System.Drawing.Point(427, 3);
- this.chkMood_Energy.Name = "chkMood_Energy";
- this.chkMood_Energy.Size = new System.Drawing.Size(100, 24);
- this.chkMood_Energy.TabIndex = 28;
- this.chkMood_Energy.Text = "energy";
- this.chkMood_Energy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.chkMood_Energy.UseVisualStyleBackColor = true;
- //
- // groupBox3
- //
- this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox3.Controls.Add(this.dgvTags);
- this.groupBox3.Controls.Add(this.cmdTags_All);
- this.groupBox3.Controls.Add(this.cmdTags_None);
- this.groupBox3.Location = new System.Drawing.Point(468, 115);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(162, 291);
- this.groupBox3.TabIndex = 2;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Tags";
- //
- // dgvTags
- //
- this.dgvTags.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvTags.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvTags.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colCheck,
- this.colTag});
- this.dgvTags.Location = new System.Drawing.Point(0, 53);
- this.dgvTags.Name = "dgvTags";
- this.dgvTags.RowHeadersVisible = false;
- this.dgvTags.Size = new System.Drawing.Size(156, 232);
- this.dgvTags.TabIndex = 4;
- //
- // colCheck
- //
- this.colCheck.FillWeight = 25F;
- this.colCheck.Frozen = true;
- this.colCheck.HeaderText = "";
- this.colCheck.MinimumWidth = 25;
- this.colCheck.Name = "colCheck";
- this.colCheck.Width = 25;
- //
- // colTag
- //
- this.colTag.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.colTag.HeaderText = "Tag";
- this.colTag.Name = "colTag";
- this.colTag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // cmdTags_All
- //
- this.cmdTags_All.Location = new System.Drawing.Point(83, 21);
- this.cmdTags_All.Name = "cmdTags_All";
- this.cmdTags_All.Size = new System.Drawing.Size(73, 20);
- this.cmdTags_All.TabIndex = 3;
- this.cmdTags_All.Text = "Select all";
- this.cmdTags_All.UseVisualStyleBackColor = true;
- this.cmdTags_All.Click += new System.EventHandler(this.cmdTags_All_Click);
- //
- // cmdTags_None
- //
- this.cmdTags_None.Location = new System.Drawing.Point(6, 21);
- this.cmdTags_None.Name = "cmdTags_None";
- this.cmdTags_None.Size = new System.Drawing.Size(73, 20);
- this.cmdTags_None.TabIndex = 2;
- this.cmdTags_None.Text = "Select none";
- this.cmdTags_None.UseVisualStyleBackColor = true;
- this.cmdTags_None.Click += new System.EventHandler(this.cmdTags_None_Click);
- //
- // groupBox4
- //
- this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox4.Controls.Add(this.dgvOptionalTags);
- this.groupBox4.Controls.Add(this.cmdOptionalTags_All);
- this.groupBox4.Controls.Add(this.cmdOptionalTags_None);
- this.groupBox4.Location = new System.Drawing.Point(636, 115);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(162, 291);
- this.groupBox4.TabIndex = 3;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "Optional Tags";
- //
- // dgvOptionalTags
- //
- this.dgvOptionalTags.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvOptionalTags.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvOptionalTags.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewCheckBoxColumn1,
- this.dataGridViewTextBoxColumn1});
- this.dgvOptionalTags.Location = new System.Drawing.Point(0, 53);
- this.dgvOptionalTags.Name = "dgvOptionalTags";
- this.dgvOptionalTags.RowHeadersVisible = false;
- this.dgvOptionalTags.Size = new System.Drawing.Size(156, 232);
- this.dgvOptionalTags.TabIndex = 6;
- //
- // dataGridViewCheckBoxColumn1
- //
- this.dataGridViewCheckBoxColumn1.FillWeight = 25F;
- this.dataGridViewCheckBoxColumn1.Frozen = true;
- this.dataGridViewCheckBoxColumn1.HeaderText = "";
- this.dataGridViewCheckBoxColumn1.MinimumWidth = 25;
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
- this.dataGridViewCheckBoxColumn1.Width = 25;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn1.HeaderText = "Tag";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // cmdOptionalTags_All
- //
- this.cmdOptionalTags_All.Location = new System.Drawing.Point(83, 21);
- this.cmdOptionalTags_All.Name = "cmdOptionalTags_All";
- this.cmdOptionalTags_All.Size = new System.Drawing.Size(73, 20);
- this.cmdOptionalTags_All.TabIndex = 5;
- this.cmdOptionalTags_All.Text = "Select all";
- this.cmdOptionalTags_All.UseVisualStyleBackColor = true;
- this.cmdOptionalTags_All.Click += new System.EventHandler(this.cmdOptionalTags_All_Click);
- //
- // cmdOptionalTags_None
- //
- this.cmdOptionalTags_None.Location = new System.Drawing.Point(6, 21);
- this.cmdOptionalTags_None.Name = "cmdOptionalTags_None";
- this.cmdOptionalTags_None.Size = new System.Drawing.Size(73, 20);
- this.cmdOptionalTags_None.TabIndex = 4;
- this.cmdOptionalTags_None.Text = "Select none";
- this.cmdOptionalTags_None.UseVisualStyleBackColor = true;
- this.cmdOptionalTags_None.Click += new System.EventHandler(this.cmdOptionalTags_None_Click);
- //
- // cmdOk
- //
- this.cmdOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.cmdOk.Location = new System.Drawing.Point(691, 409);
- this.cmdOk.Name = "cmdOk";
- this.cmdOk.Size = new System.Drawing.Size(110, 27);
- this.cmdOk.TabIndex = 4;
- this.cmdOk.Text = "&Ok";
- this.cmdOk.UseVisualStyleBackColor = true;
- this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click);
- //
- // cmdAbort
- //
- this.cmdAbort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.cmdAbort.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.cmdAbort.Location = new System.Drawing.Point(8, 409);
- this.cmdAbort.Name = "cmdAbort";
- this.cmdAbort.Size = new System.Drawing.Size(146, 27);
- this.cmdAbort.TabIndex = 5;
- this.cmdAbort.Text = "&Cancel";
- this.cmdAbort.UseVisualStyleBackColor = true;
- this.cmdAbort.Click += new System.EventHandler(this.cmdAbort_Click);
- //
- // cmdAdd
- //
- this.cmdAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.cmdAdd.Location = new System.Drawing.Point(575, 409);
- this.cmdAdd.Name = "cmdAdd";
- this.cmdAdd.Size = new System.Drawing.Size(110, 27);
- this.cmdAdd.TabIndex = 6;
- this.cmdAdd.Text = "&Add new";
- this.cmdAdd.UseVisualStyleBackColor = true;
- this.cmdAdd.Click += new System.EventHandler(this.cmdAdd_Click);
- //
- // panel1
- //
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel1.BackColor = System.Drawing.Color.Silver;
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Controls.Add(this.groupBox1);
- this.panel1.Location = new System.Drawing.Point(-1, -1);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(816, 105);
- this.panel1.TabIndex = 7;
- //
- // panel2
- //
- this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.panel2.BackColor = System.Drawing.Color.White;
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.cmdNew);
- this.panel2.Controls.Add(this.txtItemNum);
- this.panel2.Controls.Add(this.lblItemCount);
- this.panel2.Controls.Add(this.cmdNextItem);
- this.panel2.Controls.Add(this.cmdPrevItem);
- this.panel2.Location = new System.Drawing.Point(586, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(217, 19);
- this.panel2.TabIndex = 9;
- //
- // cmdNew
- //
- this.cmdNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
- this.cmdNew.Location = new System.Drawing.Point(177, -2);
- this.cmdNew.Margin = new System.Windows.Forms.Padding(0);
- this.cmdNew.Name = "cmdNew";
- this.cmdNew.Size = new System.Drawing.Size(40, 21);
- this.cmdNew.TabIndex = 4;
- this.cmdNew.Text = "&New";
- this.cmdNew.UseVisualStyleBackColor = true;
- this.cmdNew.Click += new System.EventHandler(this.cmdNew_Click);
- //
- // txtItemNum
- //
- this.txtItemNum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.txtItemNum.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtItemNum.Location = new System.Drawing.Point(25, 2);
- this.txtItemNum.Name = "txtItemNum";
- this.txtItemNum.Size = new System.Drawing.Size(60, 13);
- this.txtItemNum.TabIndex = 3;
- this.txtItemNum.Text = "1000";
- this.txtItemNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtItemNum.TextChanged += new System.EventHandler(this.txtItemNum_TextChanged);
- //
- // lblItemCount
- //
- this.lblItemCount.Location = new System.Drawing.Point(89, 2);
- this.lblItemCount.Name = "lblItemCount";
- this.lblItemCount.Size = new System.Drawing.Size(60, 13);
- this.lblItemCount.TabIndex = 2;
- this.lblItemCount.Text = "| 1.000";
- this.lblItemCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // cmdNextItem
- //
- this.cmdNextItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
- this.cmdNextItem.Location = new System.Drawing.Point(155, -2);
- this.cmdNextItem.Margin = new System.Windows.Forms.Padding(0);
- this.cmdNextItem.Name = "cmdNextItem";
- this.cmdNextItem.Size = new System.Drawing.Size(24, 21);
- this.cmdNextItem.TabIndex = 1;
- this.cmdNextItem.Text = ">";
- this.cmdNextItem.UseVisualStyleBackColor = true;
- this.cmdNextItem.Click += new System.EventHandler(this.cmdNextItem_Click);
- //
- // cmdPrevItem
- //
- this.cmdPrevItem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.cmdPrevItem.Location = new System.Drawing.Point(-2, -2);
- this.cmdPrevItem.Margin = new System.Windows.Forms.Padding(0);
- this.cmdPrevItem.Name = "cmdPrevItem";
- this.cmdPrevItem.Size = new System.Drawing.Size(24, 21);
- this.cmdPrevItem.TabIndex = 0;
- this.cmdPrevItem.Text = "<";
- this.cmdPrevItem.UseVisualStyleBackColor = true;
- this.cmdPrevItem.Click += new System.EventHandler(this.cmdPrevItem_Click);
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.cmdPlay);
- this.groupBox1.Controls.Add(this.txtContent);
- this.groupBox1.Location = new System.Drawing.Point(13, 23);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(790, 77);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Content";
- //
- // cmdPlay
- //
- this.cmdPlay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.cmdPlay.Font = new System.Drawing.Font("Webdings", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
- this.cmdPlay.Location = new System.Drawing.Point(753, 41);
- this.cmdPlay.Name = "cmdPlay";
- this.cmdPlay.Size = new System.Drawing.Size(27, 31);
- this.cmdPlay.TabIndex = 1;
- this.cmdPlay.Text = "X";
- this.cmdPlay.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.cmdPlay.UseVisualStyleBackColor = true;
- this.cmdPlay.Click += new System.EventHandler(this.cmdPlay_Click);
- //
- // txtContent
- //
- this.txtContent.AcceptsReturn = true;
- this.txtContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtContent.ContextMenuStrip = this.mnuTextBox;
- this.txtContent.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtContent.Location = new System.Drawing.Point(6, 19);
- this.txtContent.Multiline = true;
- this.txtContent.Name = "txtContent";
- this.txtContent.Size = new System.Drawing.Size(747, 52);
- this.txtContent.TabIndex = 0;
- this.txtContent.Text = "Hallo Welt";
- //
- // mnuTextBox
- //
- this.mnuTextBox.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.mnuText_Undo,
- this.mnuText_Redo,
- this.toolStripSeparator1,
- this.mnuText_Add,
- this.mnuText_Speech,
- this.toolStripSeparator3,
- this.mnuText_Cur,
- this.mnuText_Copy,
- this.mnuText_Paste,
- this.toolStripSeparator2,
- this.mnuText_SelectAll});
- this.mnuTextBox.Name = "mnuTextBox";
- this.mnuTextBox.Size = new System.Drawing.Size(203, 220);
- this.mnuTextBox.Opening += new System.ComponentModel.CancelEventHandler(this.mnuTextBox_Opening);
- //
- // mnuText_Undo
- //
- this.mnuText_Undo.Name = "mnuText_Undo";
- this.mnuText_Undo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
- this.mnuText_Undo.Size = new System.Drawing.Size(202, 22);
- this.mnuText_Undo.Text = "&Rückgänig";
- this.mnuText_Undo.Click += new System.EventHandler(this.mnuText_Undo_Click);
- //
- // mnuText_Redo
- //
- this.mnuText_Redo.Name = "mnuText_Redo";
- this.mnuText_Redo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
- this.mnuText_Redo.Size = new System.Drawing.Size(202, 22);
- this.mnuText_Redo.Text = "&Wiederholen";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(199, 6);
- //
- // mnuText_Add
- //
- this.mnuText_Add.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.datumUhrzeitToolStripMenuItem,
- this.personToolStripMenuItem,
- this.systemToolStripMenuItem,
- this.webToolStripMenuItem,
- this.serviceToolStripMenuItem,
- this.networkToolStripMenuItem,
- this.homematicToolStripMenuItem});
- this.mnuText_Add.Name = "mnuText_Add";
- this.mnuText_Add.Size = new System.Drawing.Size(202, 22);
- this.mnuText_Add.Text = "&Hinzufügen";
- this.mnuText_Add.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
- //
- // datumUhrzeitToolStripMenuItem
- //
- this.datumUhrzeitToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.xToolStripMenuItem,
- this.aktuelleMinuteToolStripMenuItem,
- this.aktuelleSekundeToolStripMenuItem,
- this.toolStripSeparator4,
- this.aktuellerTagToolStripMenuItem,
- this.aktuellerMonatToolStripMenuItem,
- this.aktuellerMonatsnameToolStripMenuItem,
- this.aktuellesJahrToolStripMenuItem,
- this.aktuelleWocheToolStripMenuItem,
- this.toolStripSeparator5,
- this.datumUhrzeitToolStripMenuItem1,
- this.uhrzeitToolStripMenuItem,
- this.datumToolStripMenuItem});
- this.datumUhrzeitToolStripMenuItem.Name = "datumUhrzeitToolStripMenuItem";
- this.datumUhrzeitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.datumUhrzeitToolStripMenuItem.Text = "Datum / Uhrzeit";
- //
- // xToolStripMenuItem
- //
- this.xToolStripMenuItem.Name = "xToolStripMenuItem";
- this.xToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.xToolStripMenuItem.Tag = "{now.hour}";
- this.xToolStripMenuItem.Text = "Aktuelle Stunde";
- //
- // aktuelleMinuteToolStripMenuItem
- //
- this.aktuelleMinuteToolStripMenuItem.Name = "aktuelleMinuteToolStripMenuItem";
- this.aktuelleMinuteToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.aktuelleMinuteToolStripMenuItem.Tag = "{now.minute}";
- this.aktuelleMinuteToolStripMenuItem.Text = "Aktuelle Minute";
- //
- // aktuelleSekundeToolStripMenuItem
- //
- this.aktuelleSekundeToolStripMenuItem.Name = "aktuelleSekundeToolStripMenuItem";
- this.aktuelleSekundeToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.aktuelleSekundeToolStripMenuItem.Tag = "{now.second}";
- this.aktuelleSekundeToolStripMenuItem.Text = "Aktuelle Sekunde";
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(191, 6);
- //
- // aktuellerTagToolStripMenuItem
- //
- this.aktuellerTagToolStripMenuItem.Name = "aktuellerTagToolStripMenuItem";
- this.aktuellerTagToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.aktuellerTagToolStripMenuItem.Tag = "{now.day}";
- this.aktuellerTagToolStripMenuItem.Text = "Aktueller Tag";
- //
- // aktuellerMonatToolStripMenuItem
- //
- this.aktuellerMonatToolStripMenuItem.Name = "aktuellerMonatToolStripMenuItem";
- this.aktuellerMonatToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.aktuellerMonatToolStripMenuItem.Tag = "{now.month}";
- this.aktuellerMonatToolStripMenuItem.Text = "Aktueller Monat";
- //
- // aktuellerMonatsnameToolStripMenuItem
- //
- this.aktuellerMonatsnameToolStripMenuItem.Name = "aktuellerMonatsnameToolStripMenuItem";
- this.aktuellerMonatsnameToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.aktuellerMonatsnameToolStripMenuItem.Tag = "{now.monthname}";
- this.aktuellerMonatsnameToolStripMenuItem.Text = "Aktueller Monatsname";
- //
- // aktuellesJahrToolStripMenuItem
- //
- this.aktuellesJahrToolStripMenuItem.Name = "aktuellesJahrToolStripMenuItem";
- this.aktuellesJahrToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.aktuellesJahrToolStripMenuItem.Tag = "{now.year}";
- this.aktuellesJahrToolStripMenuItem.Text = "Aktuelles Jahr";
- //
- // personToolStripMenuItem
- //
- this.personToolStripMenuItem.Name = "personToolStripMenuItem";
- this.personToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.personToolStripMenuItem.Text = "Person";
- //
- // systemToolStripMenuItem
- //
- this.systemToolStripMenuItem.Name = "systemToolStripMenuItem";
- this.systemToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.systemToolStripMenuItem.Text = "System";
- //
- // webToolStripMenuItem
- //
- this.webToolStripMenuItem.Name = "webToolStripMenuItem";
- this.webToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.webToolStripMenuItem.Text = "Web";
- //
- // serviceToolStripMenuItem
- //
- this.serviceToolStripMenuItem.Name = "serviceToolStripMenuItem";
- this.serviceToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.serviceToolStripMenuItem.Text = "Service";
- //
- // networkToolStripMenuItem
- //
- this.networkToolStripMenuItem.Name = "networkToolStripMenuItem";
- this.networkToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.networkToolStripMenuItem.Text = "Network";
- //
- // homematicToolStripMenuItem
- //
- this.homematicToolStripMenuItem.Name = "homematicToolStripMenuItem";
- this.homematicToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.homematicToolStripMenuItem.Text = "Homematic";
- //
- // mnuText_Speech
- //
- this.mnuText_Speech.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.pauseToolStripMenuItem,
- this.buchstabierenToolStripMenuItem,
- this.aliasToolStripMenuItem});
- this.mnuText_Speech.Name = "mnuText_Speech";
- this.mnuText_Speech.Size = new System.Drawing.Size(202, 22);
- this.mnuText_Speech.Text = "Au&ssprache";
- //
- // pauseToolStripMenuItem
- //
- this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
- this.pauseToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.pauseToolStripMenuItem.Text = "Pause";
- //
- // buchstabierenToolStripMenuItem
- //
- this.buchstabierenToolStripMenuItem.Name = "buchstabierenToolStripMenuItem";
- this.buchstabierenToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.buchstabierenToolStripMenuItem.Text = "Buchstabieren";
- //
- // aliasToolStripMenuItem
- //
- this.aliasToolStripMenuItem.Name = "aliasToolStripMenuItem";
- this.aliasToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
- this.aliasToolStripMenuItem.Text = "Alias";
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(199, 6);
- //
- // mnuText_Cur
- //
- this.mnuText_Cur.Name = "mnuText_Cur";
- this.mnuText_Cur.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
- this.mnuText_Cur.Size = new System.Drawing.Size(202, 22);
- this.mnuText_Cur.Text = "&Ausschneiden";
- this.mnuText_Cur.Click += new System.EventHandler(this.mnuText_Cur_Click);
- //
- // mnuText_Copy
- //
- this.mnuText_Copy.Name = "mnuText_Copy";
- this.mnuText_Copy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
- this.mnuText_Copy.Size = new System.Drawing.Size(202, 22);
- this.mnuText_Copy.Text = "&Kopieren";
- this.mnuText_Copy.Click += new System.EventHandler(this.mnuText_Copy_Click);
- //
- // mnuText_Paste
- //
- this.mnuText_Paste.Name = "mnuText_Paste";
- this.mnuText_Paste.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
- this.mnuText_Paste.Size = new System.Drawing.Size(202, 22);
- this.mnuText_Paste.Text = "&Einfügen";
- this.mnuText_Paste.Click += new System.EventHandler(this.mnuText_Paste_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6);
- //
- // mnuText_SelectAll
- //
- this.mnuText_SelectAll.Name = "mnuText_SelectAll";
- this.mnuText_SelectAll.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
- this.mnuText_SelectAll.Size = new System.Drawing.Size(202, 22);
- this.mnuText_SelectAll.Text = "&Alles auswählen";
- this.mnuText_SelectAll.Click += new System.EventHandler(this.mnuText_SelectAll_Click);
- //
- // toolStripSeparator5
- //
- this.toolStripSeparator5.Name = "toolStripSeparator5";
- this.toolStripSeparator5.Size = new System.Drawing.Size(191, 6);
- //
- // datumUhrzeitToolStripMenuItem1
- //
- this.datumUhrzeitToolStripMenuItem1.Name = "datumUhrzeitToolStripMenuItem1";
- this.datumUhrzeitToolStripMenuItem1.Size = new System.Drawing.Size(194, 22);
- this.datumUhrzeitToolStripMenuItem1.Tag = "{now.daetime}";
- this.datumUhrzeitToolStripMenuItem1.Text = "Datum / Uhrzeit";
- //
- // uhrzeitToolStripMenuItem
- //
- this.uhrzeitToolStripMenuItem.Name = "uhrzeitToolStripMenuItem";
- this.uhrzeitToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.uhrzeitToolStripMenuItem.Tag = "{now.time}";
- this.uhrzeitToolStripMenuItem.Text = "Uhrzeit";
- //
- // datumToolStripMenuItem
- //
- this.datumToolStripMenuItem.Name = "datumToolStripMenuItem";
- this.datumToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.datumToolStripMenuItem.Tag = "{now.date}";
- this.datumToolStripMenuItem.Text = "Datum";
- //
- // aktuelleWocheToolStripMenuItem
- //
- this.aktuelleWocheToolStripMenuItem.Name = "aktuelleWocheToolStripMenuItem";
- this.aktuelleWocheToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
- this.aktuelleWocheToolStripMenuItem.Tag = "{now.w}";
- this.aktuelleWocheToolStripMenuItem.Text = "Aktuelle Wochentag";
- //
- // frmContentEdit
- //
- this.AcceptButton = this.cmdOk;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.cmdAbort;
- this.ClientSize = new System.Drawing.Size(808, 441);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.cmdAdd);
- this.Controls.Add(this.cmdAbort);
- this.Controls.Add(this.cmdOk);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
- this.MinimumSize = new System.Drawing.Size(680, 300);
- this.Name = "frmContentEdit";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Text = "Content";
- this.groupBox2.ResumeLayout(false);
- this.flowMood.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvTags)).EndInit();
- this.groupBox4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvOptionalTags)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.mnuTextBox.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.FlowLayoutPanel flowMood;
- private System.Windows.Forms.CheckBox chkMood_Angry;
- private System.Windows.Forms.CheckBox chkMood_Aroused;
- private System.Windows.Forms.CheckBox chkMood_Hungry;
- private System.Windows.Forms.CheckBox chkMood_Happyness;
- private System.Windows.Forms.CheckBox chkMood_Funny;
- private System.Windows.Forms.CheckBox chkMood_Annoyed;
- private System.Windows.Forms.CheckBox chkMood_Irritated;
- private System.Windows.Forms.CheckBox chkMood_Bored;
- private System.Windows.Forms.CheckBox chkMood_Intelligent;
- private System.Windows.Forms.CheckBox chkMood_Sleepy;
- private System.Windows.Forms.CheckBox chkMood_Exhausted;
- private System.Windows.Forms.CheckBox chkMood_Depressive;
- private System.Windows.Forms.CheckBox chkMood_Sad;
- private System.Windows.Forms.CheckBox chkMood_Useless;
- private System.Windows.Forms.CheckBox chkMood_Usefull;
- private System.Windows.Forms.CheckBox chkMood_Compfortable;
- private System.Windows.Forms.CheckBox chkMood_Temperate;
- private System.Windows.Forms.CheckBox chkMood_Shy;
- private System.Windows.Forms.CheckBox chkMood_Excited;
- private System.Windows.Forms.CheckBox chkMood_ToLoud;
- private System.Windows.Forms.CheckBox chkMood_ToQuiet;
- private System.Windows.Forms.CheckBox chkMood_Playful;
- private System.Windows.Forms.CheckBox chkMood_Naiv;
- private System.Windows.Forms.CheckBox chkMood_Freezy;
- private System.Windows.Forms.CheckBox chkMood_Hot;
- private System.Windows.Forms.CheckBox chkMood_Humanity;
- private System.Windows.Forms.CheckBox chkMood_Lonely;
- private System.Windows.Forms.CheckBox chkMood_Soziality;
- private System.Windows.Forms.Button cmdMood_None;
- private System.Windows.Forms.Button cmdMood_All;
- private System.Windows.Forms.CheckBox chkMood_Energy;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.Button cmdTags_All;
- private System.Windows.Forms.Button cmdTags_None;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Button cmdOptionalTags_All;
- private System.Windows.Forms.Button cmdOptionalTags_None;
- private System.Windows.Forms.Button cmdOk;
- private System.Windows.Forms.Button cmdAbort;
- private System.Windows.Forms.Button cmdAdd;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.TextBox txtItemNum;
- private System.Windows.Forms.Label lblItemCount;
- private System.Windows.Forms.Button cmdNextItem;
- private System.Windows.Forms.Button cmdPrevItem;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox txtContent;
- private System.Windows.Forms.Button cmdNew;
- private System.Windows.Forms.DataGridView dgvTags;
- private System.Windows.Forms.DataGridViewCheckBoxColumn colCheck;
- private System.Windows.Forms.DataGridViewTextBoxColumn colTag;
- private System.Windows.Forms.DataGridView dgvOptionalTags;
- private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.Button cmdPlay;
- private System.Windows.Forms.ContextMenuStrip mnuTextBox;
- private System.Windows.Forms.ToolStripMenuItem mnuText_Undo;
- private System.Windows.Forms.ToolStripMenuItem mnuText_Redo;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripMenuItem mnuText_Add;
- private System.Windows.Forms.ToolStripMenuItem datumUhrzeitToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem personToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem systemToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem mnuText_Speech;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripMenuItem mnuText_Cur;
- private System.Windows.Forms.ToolStripMenuItem mnuText_Copy;
- private System.Windows.Forms.ToolStripMenuItem mnuText_Paste;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripMenuItem mnuText_SelectAll;
- private System.Windows.Forms.ToolStripMenuItem webToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem serviceToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem networkToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem homematicToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem pauseToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem buchstabierenToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aliasToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem xToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aktuelleMinuteToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aktuelleSekundeToolStripMenuItem;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripMenuItem aktuellerTagToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aktuellerMonatToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aktuellerMonatsnameToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aktuellesJahrToolStripMenuItem;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
- private System.Windows.Forms.ToolStripMenuItem datumUhrzeitToolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem uhrzeitToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem datumToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aktuelleWocheToolStripMenuItem;
- }
- }
|