commit 709e0f5c557c16fabfddf3b9830bb6490dc16eae Author: Eugen Höglinger Date: Wed Nov 25 17:36:11 2020 +0100 Initialize diff --git a/.vs/MessageBoxExLib.git/v16/.suo b/.vs/MessageBoxExLib.git/v16/.suo new file mode 100644 index 0000000..6255d2c Binary files /dev/null and b/.vs/MessageBoxExLib.git/v16/.suo differ diff --git a/Daten/Icons/Customer/Icons/Construction.ico b/Daten/Icons/Customer/Icons/Construction.ico new file mode 100644 index 0000000..38912ca Binary files /dev/null and b/Daten/Icons/Customer/Icons/Construction.ico differ diff --git a/Daten/Icons/Customer/Icons/Email.ico b/Daten/Icons/Customer/Icons/Email.ico new file mode 100644 index 0000000..5d73765 Binary files /dev/null and b/Daten/Icons/Customer/Icons/Email.ico differ diff --git a/Daten/Icons/Customer/Icons/Error.ico b/Daten/Icons/Customer/Icons/Error.ico new file mode 100644 index 0000000..4756c43 Binary files /dev/null and b/Daten/Icons/Customer/Icons/Error.ico differ diff --git a/Daten/Icons/Customer/Icons/Information.ico b/Daten/Icons/Customer/Icons/Information.ico new file mode 100644 index 0000000..b44d3d8 Binary files /dev/null and b/Daten/Icons/Customer/Icons/Information.ico differ diff --git a/Daten/Icons/Customer/Icons/Instruction.ico b/Daten/Icons/Customer/Icons/Instruction.ico new file mode 100644 index 0000000..493bc39 Binary files /dev/null and b/Daten/Icons/Customer/Icons/Instruction.ico differ diff --git a/Daten/Icons/Customer/Icons/Password.ico b/Daten/Icons/Customer/Icons/Password.ico new file mode 100644 index 0000000..640eba5 Binary files /dev/null and b/Daten/Icons/Customer/Icons/Password.ico differ diff --git a/Daten/Icons/Customer/Icons/Question.ico b/Daten/Icons/Customer/Icons/Question.ico new file mode 100644 index 0000000..2ed62b5 Binary files /dev/null and b/Daten/Icons/Customer/Icons/Question.ico differ diff --git a/Daten/Icons/Customer/Icons/Telephone.ico b/Daten/Icons/Customer/Icons/Telephone.ico new file mode 100644 index 0000000..d95f021 Binary files /dev/null and b/Daten/Icons/Customer/Icons/Telephone.ico differ diff --git a/Daten/Icons/Customer/Icons/Tips.ico b/Daten/Icons/Customer/Icons/Tips.ico new file mode 100644 index 0000000..4df4b2b Binary files /dev/null and b/Daten/Icons/Customer/Icons/Tips.ico differ diff --git a/Daten/Icons/Customer/Icons/Warning.ico b/Daten/Icons/Customer/Icons/Warning.ico new file mode 100644 index 0000000..f9f855f Binary files /dev/null and b/Daten/Icons/Customer/Icons/Warning.ico differ diff --git a/Daten/Icons/Customer/PNG/Construction.png b/Daten/Icons/Customer/PNG/Construction.png new file mode 100644 index 0000000..0914ebc Binary files /dev/null and b/Daten/Icons/Customer/PNG/Construction.png differ diff --git a/Daten/Icons/Customer/PNG/Email.png b/Daten/Icons/Customer/PNG/Email.png new file mode 100644 index 0000000..6224ae0 Binary files /dev/null and b/Daten/Icons/Customer/PNG/Email.png differ diff --git a/Daten/Icons/Customer/PNG/Error.png b/Daten/Icons/Customer/PNG/Error.png new file mode 100644 index 0000000..500eb96 Binary files /dev/null and b/Daten/Icons/Customer/PNG/Error.png differ diff --git a/Daten/Icons/Customer/PNG/Information.png b/Daten/Icons/Customer/PNG/Information.png new file mode 100644 index 0000000..6c532b2 Binary files /dev/null and b/Daten/Icons/Customer/PNG/Information.png differ diff --git a/Daten/Icons/Customer/PNG/Instruction.png b/Daten/Icons/Customer/PNG/Instruction.png new file mode 100644 index 0000000..844188f Binary files /dev/null and b/Daten/Icons/Customer/PNG/Instruction.png differ diff --git a/Daten/Icons/Customer/PNG/Password.png b/Daten/Icons/Customer/PNG/Password.png new file mode 100644 index 0000000..e52b931 Binary files /dev/null and b/Daten/Icons/Customer/PNG/Password.png differ diff --git a/Daten/Icons/Customer/PNG/Question.png b/Daten/Icons/Customer/PNG/Question.png new file mode 100644 index 0000000..edfb8bd Binary files /dev/null and b/Daten/Icons/Customer/PNG/Question.png differ diff --git a/Daten/Icons/Customer/PNG/Telephone.png b/Daten/Icons/Customer/PNG/Telephone.png new file mode 100644 index 0000000..31327bb Binary files /dev/null and b/Daten/Icons/Customer/PNG/Telephone.png differ diff --git a/Daten/Icons/Customer/PNG/Tips.png b/Daten/Icons/Customer/PNG/Tips.png new file mode 100644 index 0000000..a42695d Binary files /dev/null and b/Daten/Icons/Customer/PNG/Tips.png differ diff --git a/Daten/Icons/Customer/PNG/Warning.png b/Daten/Icons/Customer/PNG/Warning.png new file mode 100644 index 0000000..dd4990d Binary files /dev/null and b/Daten/Icons/Customer/PNG/Warning.png differ diff --git a/Daten/Icons/Windows/Exclamation.png b/Daten/Icons/Windows/Exclamation.png new file mode 100644 index 0000000..175730e Binary files /dev/null and b/Daten/Icons/Windows/Exclamation.png differ diff --git a/Daten/Icons/Windows/Hand.png b/Daten/Icons/Windows/Hand.png new file mode 100644 index 0000000..8700f9b Binary files /dev/null and b/Daten/Icons/Windows/Hand.png differ diff --git a/Daten/Icons/Windows/Question.png b/Daten/Icons/Windows/Question.png new file mode 100644 index 0000000..9b9950b Binary files /dev/null and b/Daten/Icons/Windows/Question.png differ diff --git a/MessageBoxConfigurator/App.config b/MessageBoxConfigurator/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/MessageBoxConfigurator/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/MessageBoxConfigurator/Form1.Designer.cs b/MessageBoxConfigurator/Form1.Designer.cs new file mode 100644 index 0000000..9a9098c --- /dev/null +++ b/MessageBoxConfigurator/Form1.Designer.cs @@ -0,0 +1,754 @@ +namespace MessageBoxConfigurator +{ + partial class Form1 + { + /// + /// Erforderliche Designervariable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Verwendete Ressourcen bereinigen. + /// + /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Vom Windows Form-Designer generierter Code + + /// + /// Erforderliche Methode für die Designerunterstützung. + /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); + System.Windows.Forms.ListViewItem listViewItem29 = new System.Windows.Forms.ListViewItem("OK"); + System.Windows.Forms.ListViewItem listViewItem30 = new System.Windows.Forms.ListViewItem("Cancel"); + System.Windows.Forms.ListViewItem listViewItem31 = new System.Windows.Forms.ListViewItem("Yes"); + System.Windows.Forms.ListViewItem listViewItem32 = new System.Windows.Forms.ListViewItem("No"); + System.Windows.Forms.ListViewItem listViewItem33 = new System.Windows.Forms.ListViewItem("Abort"); + System.Windows.Forms.ListViewItem listViewItem34 = new System.Windows.Forms.ListViewItem("Retry"); + System.Windows.Forms.ListViewItem listViewItem35 = new System.Windows.Forms.ListViewItem("Ignore"); + this.groupBoxMsgBox = new System.Windows.Forms.GroupBox(); + this.textBoxMessage = new System.Windows.Forms.TextBox(); + this.textBoxCaption = new System.Windows.Forms.TextBox(); + this.textBoxName = new System.Windows.Forms.TextBox(); + this.labelMessage = new System.Windows.Forms.Label(); + this.labelCaption = new System.Windows.Forms.Label(); + this.labelName = new System.Windows.Forms.Label(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.groupBoxFont = new System.Windows.Forms.GroupBox(); + this.textBoxFont = new System.Windows.Forms.TextBox(); + this.buttonFont = new System.Windows.Forms.Button(); + this.groupBoxSound = new System.Windows.Forms.GroupBox(); + this.checkBoxSound = new System.Windows.Forms.CheckBox(); + this.groupBoxTimeOut = new System.Windows.Forms.GroupBox(); + this.comboBoxResult = new System.Windows.Forms.ComboBox(); + this.labelTimeoutResult = new System.Windows.Forms.Label(); + this.textBoxTimeout = new System.Windows.Forms.TextBox(); + this.labelTimeout = new System.Windows.Forms.Label(); + this.groupBoxIcons = new System.Windows.Forms.GroupBox(); + this.buttonName = new System.Windows.Forms.Button(); + this.pictureBox4 = new System.Windows.Forms.PictureBox(); + this.pictureBox3 = new System.Windows.Forms.PictureBox(); + this.pictureBox2 = new System.Windows.Forms.PictureBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.textBoxIconName = new System.Windows.Forms.TextBox(); + this.radioButtonUserDefinedIcon = new System.Windows.Forms.RadioButton(); + this.radioButtonNone = new System.Windows.Forms.RadioButton(); + this.radioButtonQuestion = new System.Windows.Forms.RadioButton(); + this.radioButtonHand = new System.Windows.Forms.RadioButton(); + this.radioButtonExclamation = new System.Windows.Forms.RadioButton(); + this.radioButtonAsterisk = new System.Windows.Forms.RadioButton(); + this.groupBoxSaveOptions = new System.Windows.Forms.GroupBox(); + this.checkBoxUseSaveResponse = new System.Windows.Forms.CheckBox(); + this.textBoxSaveResponse = new System.Windows.Forms.TextBox(); + this.checkBoxAllowSaveResponse = new System.Windows.Forms.CheckBox(); + this.groupBoxButton = new System.Windows.Forms.GroupBox(); + this.listViewButtons = new System.Windows.Forms.ListView(); + this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.buttonAddButton = new System.Windows.Forms.Button(); + this.groupBoxUserDefinedButton = new System.Windows.Forms.GroupBox(); + this.checkBoxIsCancel = new System.Windows.Forms.CheckBox(); + this.textBoxButtonHelpText = new System.Windows.Forms.TextBox(); + this.textBoxButtonValue = new System.Windows.Forms.TextBox(); + this.textBoxButtonText = new System.Windows.Forms.TextBox(); + this.labelButtonHelpText = new System.Windows.Forms.Label(); + this.labelButtonValue = new System.Windows.Forms.Label(); + this.labelButtonText = new System.Windows.Forms.Label(); + this.groupBoxCode = new System.Windows.Forms.GroupBox(); + this.textBoxCode = new System.Windows.Forms.TextBox(); + this.buttonCopyToClipboard = new System.Windows.Forms.Button(); + this.buttonGenerateCode = new System.Windows.Forms.Button(); + this.openFileDialogName = new System.Windows.Forms.OpenFileDialog(); + this.fontDialog = new System.Windows.Forms.FontDialog(); + this.groupBoxMsgBox.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.groupBoxFont.SuspendLayout(); + this.groupBoxSound.SuspendLayout(); + this.groupBoxTimeOut.SuspendLayout(); + this.groupBoxIcons.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.groupBoxSaveOptions.SuspendLayout(); + this.groupBoxButton.SuspendLayout(); + this.groupBoxUserDefinedButton.SuspendLayout(); + this.groupBoxCode.SuspendLayout(); + this.SuspendLayout(); + // + // groupBoxMsgBox + // + this.groupBoxMsgBox.Controls.Add(this.textBoxMessage); + this.groupBoxMsgBox.Controls.Add(this.textBoxCaption); + this.groupBoxMsgBox.Controls.Add(this.textBoxName); + this.groupBoxMsgBox.Controls.Add(this.labelMessage); + this.groupBoxMsgBox.Controls.Add(this.labelCaption); + this.groupBoxMsgBox.Controls.Add(this.labelName); + this.groupBoxMsgBox.Location = new System.Drawing.Point(6, 19); + this.groupBoxMsgBox.Name = "groupBoxMsgBox"; + this.groupBoxMsgBox.Size = new System.Drawing.Size(314, 177); + this.groupBoxMsgBox.TabIndex = 0; + this.groupBoxMsgBox.TabStop = false; + this.groupBoxMsgBox.Text = "Box"; + // + // textBoxMessage + // + this.textBoxMessage.Location = new System.Drawing.Point(68, 73); + this.textBoxMessage.Multiline = true; + this.textBoxMessage.Name = "textBoxMessage"; + this.textBoxMessage.Size = new System.Drawing.Size(240, 97); + this.textBoxMessage.TabIndex = 5; + this.textBoxMessage.Text = ""; + // + // textBoxCaption + // + this.textBoxCaption.Location = new System.Drawing.Point(68, 47); + this.textBoxCaption.Name = "textBoxCaption"; + this.textBoxCaption.Size = new System.Drawing.Size(240, 20); + this.textBoxCaption.TabIndex = 4; + this.textBoxCaption.Text = ""; + // + // textBoxName + // + this.textBoxName.Location = new System.Drawing.Point(68, 20); + this.textBoxName.Name = "textBoxName"; + this.textBoxName.Size = new System.Drawing.Size(240, 20); + this.textBoxName.TabIndex = 3; + this.textBoxName.Text = ""; + // + // labelMessage + // + this.labelMessage.AutoSize = true; + this.labelMessage.Location = new System.Drawing.Point(6, 77); + this.labelMessage.Name = "labelMessage"; + this.labelMessage.Size = new System.Drawing.Size(50, 13); + this.labelMessage.TabIndex = 2; + this.labelMessage.Text = "Message"; + // + // labelCaption + // + this.labelCaption.AutoSize = true; + this.labelCaption.Location = new System.Drawing.Point(6, 50); + this.labelCaption.Name = "labelCaption"; + this.labelCaption.Size = new System.Drawing.Size(43, 13); + this.labelCaption.TabIndex = 1; + this.labelCaption.Text = "Caption"; + // + // labelName + // + this.labelName.AutoSize = true; + this.labelName.Location = new System.Drawing.Point(6, 23); + this.labelName.Name = "labelName"; + this.labelName.Size = new System.Drawing.Size(35, 13); + this.labelName.TabIndex = 0; + this.labelName.Text = "Name"; + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.groupBoxFont); + this.groupBox1.Controls.Add(this.groupBoxSound); + this.groupBox1.Controls.Add(this.groupBoxTimeOut); + this.groupBox1.Controls.Add(this.groupBoxIcons); + this.groupBox1.Controls.Add(this.groupBoxSaveOptions); + this.groupBox1.Controls.Add(this.groupBoxButton); + this.groupBox1.Controls.Add(this.groupBoxMsgBox); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(667, 440); + this.groupBox1.TabIndex = 1; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "MessageBox"; + // + // groupBoxFont + // + this.groupBoxFont.Controls.Add(this.textBoxFont); + this.groupBoxFont.Controls.Add(this.buttonFont); + this.groupBoxFont.Location = new System.Drawing.Point(481, 146); + this.groupBoxFont.Name = "groupBoxFont"; + this.groupBoxFont.Size = new System.Drawing.Size(180, 49); + this.groupBoxFont.TabIndex = 7; + this.groupBoxFont.TabStop = false; + this.groupBoxFont.Text = "Font"; + // + // textBoxFont + // + this.textBoxFont.Location = new System.Drawing.Point(76, 22); + this.textBoxFont.Name = "textBoxFont"; + this.textBoxFont.Size = new System.Drawing.Size(98, 20); + this.textBoxFont.TabIndex = 1; + this.textBoxFont.Text = "\"Tahoma\", 8"; + // + // buttonFont + // + this.buttonFont.Location = new System.Drawing.Point(7, 20); + this.buttonFont.Name = "buttonFont"; + this.buttonFont.Size = new System.Drawing.Size(63, 23); + this.buttonFont.TabIndex = 0; + this.buttonFont.Text = "Font, Size"; + this.buttonFont.UseVisualStyleBackColor = true; + this.buttonFont.Click += new System.EventHandler(this.buttonFont_Click); + // + // groupBoxSound + // + this.groupBoxSound.Controls.Add(this.checkBoxSound); + this.groupBoxSound.Location = new System.Drawing.Point(481, 98); + this.groupBoxSound.Name = "groupBoxSound"; + this.groupBoxSound.Size = new System.Drawing.Size(180, 42); + this.groupBoxSound.TabIndex = 6; + this.groupBoxSound.TabStop = false; + this.groupBoxSound.Text = "Sound"; + // + // checkBoxSound + // + this.checkBoxSound.AutoSize = true; + this.checkBoxSound.Location = new System.Drawing.Point(6, 19); + this.checkBoxSound.Name = "checkBoxSound"; + this.checkBoxSound.Size = new System.Drawing.Size(104, 17); + this.checkBoxSound.TabIndex = 0; + this.checkBoxSound.Text = "Play Alert Sound"; + this.checkBoxSound.UseVisualStyleBackColor = true; + // + // groupBoxTimeOut + // + this.groupBoxTimeOut.Controls.Add(this.comboBoxResult); + this.groupBoxTimeOut.Controls.Add(this.labelTimeoutResult); + this.groupBoxTimeOut.Controls.Add(this.textBoxTimeout); + this.groupBoxTimeOut.Controls.Add(this.labelTimeout); + this.groupBoxTimeOut.Location = new System.Drawing.Point(481, 19); + this.groupBoxTimeOut.Name = "groupBoxTimeOut"; + this.groupBoxTimeOut.Size = new System.Drawing.Size(180, 73); + this.groupBoxTimeOut.TabIndex = 5; + this.groupBoxTimeOut.TabStop = false; + this.groupBoxTimeOut.Text = "Timeout"; + // + // comboBoxResult + // + this.comboBoxResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBoxResult.FormattingEnabled = true; + this.comboBoxResult.Items.AddRange(new object[] { + "Default", + "Cancel", + "Timeout"}); + this.comboBoxResult.Location = new System.Drawing.Point(53, 46); + this.comboBoxResult.Name = "comboBoxResult"; + this.comboBoxResult.Size = new System.Drawing.Size(121, 21); + this.comboBoxResult.TabIndex = 3; + // + // labelTimeoutResult + // + this.labelTimeoutResult.AutoSize = true; + this.labelTimeoutResult.Location = new System.Drawing.Point(6, 49); + this.labelTimeoutResult.Name = "labelTimeoutResult"; + this.labelTimeoutResult.Size = new System.Drawing.Size(37, 13); + this.labelTimeoutResult.TabIndex = 2; + this.labelTimeoutResult.Text = "Result"; + // + // textBoxTimeout + // + this.textBoxTimeout.Location = new System.Drawing.Point(7, 20); + this.textBoxTimeout.Name = "textBoxTimeout"; + this.textBoxTimeout.Size = new System.Drawing.Size(141, 20); + this.textBoxTimeout.TabIndex = 1; + this.textBoxTimeout.Text = "0"; + // + // labelTimeout + // + this.labelTimeout.AutoSize = true; + this.labelTimeout.Location = new System.Drawing.Point(154, 23); + this.labelTimeout.Name = "labelTimeout"; + this.labelTimeout.Size = new System.Drawing.Size(20, 13); + this.labelTimeout.TabIndex = 0; + this.labelTimeout.Text = "ms"; + // + // groupBoxIcons + // + this.groupBoxIcons.Controls.Add(this.buttonName); + this.groupBoxIcons.Controls.Add(this.pictureBox4); + this.groupBoxIcons.Controls.Add(this.pictureBox3); + this.groupBoxIcons.Controls.Add(this.pictureBox2); + this.groupBoxIcons.Controls.Add(this.pictureBox1); + this.groupBoxIcons.Controls.Add(this.textBoxIconName); + this.groupBoxIcons.Controls.Add(this.radioButtonUserDefinedIcon); + this.groupBoxIcons.Controls.Add(this.radioButtonNone); + this.groupBoxIcons.Controls.Add(this.radioButtonQuestion); + this.groupBoxIcons.Controls.Add(this.radioButtonHand); + this.groupBoxIcons.Controls.Add(this.radioButtonExclamation); + this.groupBoxIcons.Controls.Add(this.radioButtonAsterisk); + this.groupBoxIcons.Location = new System.Drawing.Point(6, 202); + this.groupBoxIcons.Name = "groupBoxIcons"; + this.groupBoxIcons.Size = new System.Drawing.Size(229, 231); + this.groupBoxIcons.TabIndex = 3; + this.groupBoxIcons.TabStop = false; + this.groupBoxIcons.Text = "Icon"; + // + // buttonName + // + this.buttonName.Enabled = false; + this.buttonName.Location = new System.Drawing.Point(6, 202); + this.buttonName.Name = "buttonName"; + this.buttonName.Size = new System.Drawing.Size(75, 23); + this.buttonName.TabIndex = 12; + this.buttonName.Text = "File Name"; + this.buttonName.UseVisualStyleBackColor = true; + this.buttonName.Click += new System.EventHandler(this.buttonName_Click); + // + // pictureBox4 + // + this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); + this.pictureBox4.Location = new System.Drawing.Point(191, 139); + this.pictureBox4.Name = "pictureBox4"; + this.pictureBox4.Size = new System.Drawing.Size(32, 32); + this.pictureBox4.TabIndex = 11; + this.pictureBox4.TabStop = false; + // + // pictureBox3 + // + this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); + this.pictureBox3.Location = new System.Drawing.Point(191, 106); + this.pictureBox3.Name = "pictureBox3"; + this.pictureBox3.Size = new System.Drawing.Size(32, 32); + this.pictureBox3.TabIndex = 10; + this.pictureBox3.TabStop = false; + // + // pictureBox2 + // + this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); + this.pictureBox2.Location = new System.Drawing.Point(191, 76); + this.pictureBox2.Name = "pictureBox2"; + this.pictureBox2.Size = new System.Drawing.Size(32, 32); + this.pictureBox2.TabIndex = 9; + this.pictureBox2.TabStop = false; + // + // pictureBox1 + // + this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); + this.pictureBox1.Location = new System.Drawing.Point(191, 44); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(32, 32); + this.pictureBox1.TabIndex = 8; + this.pictureBox1.TabStop = false; + // + // textBoxIconName + // + this.textBoxIconName.Enabled = false; + this.textBoxIconName.Location = new System.Drawing.Point(87, 204); + this.textBoxIconName.Name = "textBoxIconName"; + this.textBoxIconName.Size = new System.Drawing.Size(136, 20); + this.textBoxIconName.TabIndex = 6; + this.textBoxIconName.Text = ""; + this.textBoxIconName.TextChanged += new System.EventHandler(this.textBoxIconName_TextChanged); + // + // radioButtonUserDefinedIcon + // + this.radioButtonUserDefinedIcon.AutoSize = true; + this.radioButtonUserDefinedIcon.Location = new System.Drawing.Point(6, 179); + this.radioButtonUserDefinedIcon.Name = "radioButtonUserDefinedIcon"; + this.radioButtonUserDefinedIcon.Size = new System.Drawing.Size(109, 17); + this.radioButtonUserDefinedIcon.TabIndex = 5; + this.radioButtonUserDefinedIcon.Text = "User defined Icon"; + this.radioButtonUserDefinedIcon.UseVisualStyleBackColor = true; + this.radioButtonUserDefinedIcon.CheckedChanged += new System.EventHandler(this.radioButtonUserDefinedIcon_CheckedChanged); + // + // radioButtonNone + // + this.radioButtonNone.AutoSize = true; + this.radioButtonNone.Checked = true; + this.radioButtonNone.Location = new System.Drawing.Point(6, 19); + this.radioButtonNone.Name = "radioButtonNone"; + this.radioButtonNone.Size = new System.Drawing.Size(51, 17); + this.radioButtonNone.TabIndex = 4; + this.radioButtonNone.TabStop = true; + this.radioButtonNone.Text = "None"; + this.radioButtonNone.UseVisualStyleBackColor = true; + this.radioButtonNone.CheckedChanged += new System.EventHandler(this.radioButtonNone_CheckedChanged); + // + // radioButtonQuestion + // + this.radioButtonQuestion.AutoSize = true; + this.radioButtonQuestion.Location = new System.Drawing.Point(6, 147); + this.radioButtonQuestion.Name = "radioButtonQuestion"; + this.radioButtonQuestion.Size = new System.Drawing.Size(67, 17); + this.radioButtonQuestion.TabIndex = 3; + this.radioButtonQuestion.Text = "Question"; + this.radioButtonQuestion.UseVisualStyleBackColor = true; + this.radioButtonQuestion.CheckedChanged += new System.EventHandler(this.radioButtonQuestion_CheckedChanged); + // + // radioButtonHand + // + this.radioButtonHand.AutoSize = true; + this.radioButtonHand.Location = new System.Drawing.Point(6, 115); + this.radioButtonHand.Name = "radioButtonHand"; + this.radioButtonHand.Size = new System.Drawing.Size(105, 17); + this.radioButtonHand.TabIndex = 2; + this.radioButtonHand.Text = "Hand/Error/Stop"; + this.radioButtonHand.UseVisualStyleBackColor = true; + this.radioButtonHand.CheckedChanged += new System.EventHandler(this.radioButtonHand_CheckedChanged); + // + // radioButtonExclamation + // + this.radioButtonExclamation.AutoSize = true; + this.radioButtonExclamation.Location = new System.Drawing.Point(6, 83); + this.radioButtonExclamation.Name = "radioButtonExclamation"; + this.radioButtonExclamation.Size = new System.Drawing.Size(127, 17); + this.radioButtonExclamation.TabIndex = 1; + this.radioButtonExclamation.Text = "Exclamation/Warning"; + this.radioButtonExclamation.UseVisualStyleBackColor = true; + this.radioButtonExclamation.CheckedChanged += new System.EventHandler(this.radioButtonExclamation_CheckedChanged); + // + // radioButtonAsterisk + // + this.radioButtonAsterisk.AutoSize = true; + this.radioButtonAsterisk.Location = new System.Drawing.Point(6, 51); + this.radioButtonAsterisk.Name = "radioButtonAsterisk"; + this.radioButtonAsterisk.Size = new System.Drawing.Size(119, 17); + this.radioButtonAsterisk.TabIndex = 0; + this.radioButtonAsterisk.Text = "Asterisk/Information"; + this.radioButtonAsterisk.UseVisualStyleBackColor = true; + this.radioButtonAsterisk.CheckedChanged += new System.EventHandler(this.radioButtonAsterisk_CheckedChanged); + // + // groupBoxSaveOptions + // + this.groupBoxSaveOptions.Controls.Add(this.checkBoxUseSaveResponse); + this.groupBoxSaveOptions.Controls.Add(this.textBoxSaveResponse); + this.groupBoxSaveOptions.Controls.Add(this.checkBoxAllowSaveResponse); + this.groupBoxSaveOptions.Location = new System.Drawing.Point(326, 19); + this.groupBoxSaveOptions.Name = "groupBoxSaveOptions"; + this.groupBoxSaveOptions.Size = new System.Drawing.Size(149, 177); + this.groupBoxSaveOptions.TabIndex = 4; + this.groupBoxSaveOptions.TabStop = false; + this.groupBoxSaveOptions.Text = "Save Options"; + // + // checkBoxUseSaveResponse + // + this.checkBoxUseSaveResponse.AutoSize = true; + this.checkBoxUseSaveResponse.Location = new System.Drawing.Point(7, 153); + this.checkBoxUseSaveResponse.Name = "checkBoxUseSaveResponse"; + this.checkBoxUseSaveResponse.Size = new System.Drawing.Size(124, 17); + this.checkBoxUseSaveResponse.TabIndex = 2; + this.checkBoxUseSaveResponse.Text = "Use Save Response"; + this.checkBoxUseSaveResponse.UseVisualStyleBackColor = true; + // + // textBoxSaveResponse + // + this.textBoxSaveResponse.Location = new System.Drawing.Point(7, 42); + this.textBoxSaveResponse.Multiline = true; + this.textBoxSaveResponse.Name = "textBoxSaveResponse"; + this.textBoxSaveResponse.Size = new System.Drawing.Size(136, 105); + this.textBoxSaveResponse.TabIndex = 1; + this.textBoxSaveResponse.Text = ""; + // + // checkBoxAllowSaveResponse + // + this.checkBoxAllowSaveResponse.AutoSize = true; + this.checkBoxAllowSaveResponse.Location = new System.Drawing.Point(6, 18); + this.checkBoxAllowSaveResponse.Name = "checkBoxAllowSaveResponse"; + this.checkBoxAllowSaveResponse.Size = new System.Drawing.Size(136, 17); + this.checkBoxAllowSaveResponse.TabIndex = 0; + this.checkBoxAllowSaveResponse.Text = "Allowe Save Response"; + this.checkBoxAllowSaveResponse.UseVisualStyleBackColor = true; + // + // groupBoxButton + // + this.groupBoxButton.Controls.Add(this.listViewButtons); + this.groupBoxButton.Controls.Add(this.buttonAddButton); + this.groupBoxButton.Controls.Add(this.groupBoxUserDefinedButton); + this.groupBoxButton.Location = new System.Drawing.Point(242, 202); + this.groupBoxButton.Name = "groupBoxButton"; + this.groupBoxButton.Size = new System.Drawing.Size(419, 231); + this.groupBoxButton.TabIndex = 2; + this.groupBoxButton.TabStop = false; + this.groupBoxButton.Text = "Button"; + // + // listViewButtons + // + this.listViewButtons.CheckBoxes = true; + this.listViewButtons.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.columnHeader1}); + this.listViewButtons.HideSelection = false; + listViewItem29.StateImageIndex = 0; + listViewItem30.StateImageIndex = 0; + listViewItem31.StateImageIndex = 0; + listViewItem32.StateImageIndex = 0; + listViewItem33.StateImageIndex = 0; + listViewItem34.StateImageIndex = 0; + listViewItem35.StateImageIndex = 0; + this.listViewButtons.Items.AddRange(new System.Windows.Forms.ListViewItem[] { + listViewItem29, + listViewItem30, + listViewItem31, + listViewItem32, + listViewItem33, + listViewItem34, + listViewItem35}); + this.listViewButtons.Location = new System.Drawing.Point(278, 20); + this.listViewButtons.Name = "listViewButtons"; + this.listViewButtons.Size = new System.Drawing.Size(136, 206); + this.listViewButtons.TabIndex = 3; + this.listViewButtons.UseCompatibleStateImageBehavior = false; + this.listViewButtons.View = System.Windows.Forms.View.Details; + // + // columnHeader1 + // + this.columnHeader1.Text = "Buttons"; + this.columnHeader1.Width = 132; + // + // buttonAddButton + // + this.buttonAddButton.Location = new System.Drawing.Point(186, 69); + this.buttonAddButton.Name = "buttonAddButton"; + this.buttonAddButton.Size = new System.Drawing.Size(85, 23); + this.buttonAddButton.TabIndex = 2; + this.buttonAddButton.Text = "Add Button >>"; + this.buttonAddButton.UseVisualStyleBackColor = true; + this.buttonAddButton.Click += new System.EventHandler(this.buttonAddButton_Click); + // + // groupBoxUserDefinedButton + // + this.groupBoxUserDefinedButton.Controls.Add(this.checkBoxIsCancel); + this.groupBoxUserDefinedButton.Controls.Add(this.textBoxButtonHelpText); + this.groupBoxUserDefinedButton.Controls.Add(this.textBoxButtonValue); + this.groupBoxUserDefinedButton.Controls.Add(this.textBoxButtonText); + this.groupBoxUserDefinedButton.Controls.Add(this.labelButtonHelpText); + this.groupBoxUserDefinedButton.Controls.Add(this.labelButtonValue); + this.groupBoxUserDefinedButton.Controls.Add(this.labelButtonText); + this.groupBoxUserDefinedButton.Location = new System.Drawing.Point(6, 19); + this.groupBoxUserDefinedButton.Name = "groupBoxUserDefinedButton"; + this.groupBoxUserDefinedButton.Size = new System.Drawing.Size(173, 124); + this.groupBoxUserDefinedButton.TabIndex = 1; + this.groupBoxUserDefinedButton.TabStop = false; + this.groupBoxUserDefinedButton.Text = "User defined Button"; + // + // checkBoxIsCancel + // + this.checkBoxIsCancel.AutoSize = true; + this.checkBoxIsCancel.Location = new System.Drawing.Point(67, 101); + this.checkBoxIsCancel.Name = "checkBoxIsCancel"; + this.checkBoxIsCancel.Size = new System.Drawing.Size(70, 17); + this.checkBoxIsCancel.TabIndex = 6; + this.checkBoxIsCancel.Text = "Is Cancel"; + this.checkBoxIsCancel.UseVisualStyleBackColor = true; + // + // textBoxButtonHelpText + // + this.textBoxButtonHelpText.Location = new System.Drawing.Point(67, 73); + this.textBoxButtonHelpText.Name = "textBoxButtonHelpText"; + this.textBoxButtonHelpText.Size = new System.Drawing.Size(100, 20); + this.textBoxButtonHelpText.TabIndex = 5; + this.textBoxButtonHelpText.Text = ""; + // + // textBoxButtonValue + // + this.textBoxButtonValue.Location = new System.Drawing.Point(67, 47); + this.textBoxButtonValue.Name = "textBoxButtonValue"; + this.textBoxButtonValue.Size = new System.Drawing.Size(100, 20); + this.textBoxButtonValue.TabIndex = 4; + this.textBoxButtonValue.Text = "