755 lines
40 KiB
C#
755 lines
40 KiB
C#
namespace MessageBoxConfigurator
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
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 = "<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 = "<Caption>";
|
|
//
|
|
// 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 = "<Name>";
|
|
//
|
|
// 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 = "<Path and File Name>";
|
|
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 = "<Save Response 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 = "<Help 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 = "<Button Value>";
|
|
//
|
|
// textBoxButtonText
|
|
//
|
|
this.textBoxButtonText.Location = new System.Drawing.Point(67, 20);
|
|
this.textBoxButtonText.Name = "textBoxButtonText";
|
|
this.textBoxButtonText.Size = new System.Drawing.Size(100, 20);
|
|
this.textBoxButtonText.TabIndex = 3;
|
|
this.textBoxButtonText.Text = "<Button Text>";
|
|
//
|
|
// labelButtonHelpText
|
|
//
|
|
this.labelButtonHelpText.AutoSize = true;
|
|
this.labelButtonHelpText.Location = new System.Drawing.Point(6, 77);
|
|
this.labelButtonHelpText.Name = "labelButtonHelpText";
|
|
this.labelButtonHelpText.Size = new System.Drawing.Size(53, 13);
|
|
this.labelButtonHelpText.TabIndex = 2;
|
|
this.labelButtonHelpText.Text = "Help Text";
|
|
//
|
|
// labelButtonValue
|
|
//
|
|
this.labelButtonValue.AutoSize = true;
|
|
this.labelButtonValue.Location = new System.Drawing.Point(6, 50);
|
|
this.labelButtonValue.Name = "labelButtonValue";
|
|
this.labelButtonValue.Size = new System.Drawing.Size(34, 13);
|
|
this.labelButtonValue.TabIndex = 1;
|
|
this.labelButtonValue.Text = "Value";
|
|
//
|
|
// labelButtonText
|
|
//
|
|
this.labelButtonText.AutoSize = true;
|
|
this.labelButtonText.Location = new System.Drawing.Point(5, 23);
|
|
this.labelButtonText.Name = "labelButtonText";
|
|
this.labelButtonText.Size = new System.Drawing.Size(28, 13);
|
|
this.labelButtonText.TabIndex = 0;
|
|
this.labelButtonText.Text = "Text";
|
|
//
|
|
// groupBoxCode
|
|
//
|
|
this.groupBoxCode.Controls.Add(this.textBoxCode);
|
|
this.groupBoxCode.Controls.Add(this.buttonCopyToClipboard);
|
|
this.groupBoxCode.Controls.Add(this.buttonGenerateCode);
|
|
this.groupBoxCode.Location = new System.Drawing.Point(12, 458);
|
|
this.groupBoxCode.Name = "groupBoxCode";
|
|
this.groupBoxCode.Size = new System.Drawing.Size(667, 199);
|
|
this.groupBoxCode.TabIndex = 2;
|
|
this.groupBoxCode.TabStop = false;
|
|
this.groupBoxCode.Text = "Code";
|
|
//
|
|
// textBoxCode
|
|
//
|
|
this.textBoxCode.Location = new System.Drawing.Point(78, 20);
|
|
this.textBoxCode.Multiline = true;
|
|
this.textBoxCode.Name = "textBoxCode";
|
|
this.textBoxCode.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.textBoxCode.Size = new System.Drawing.Size(515, 173);
|
|
this.textBoxCode.TabIndex = 2;
|
|
//
|
|
// buttonCopyToClipboard
|
|
//
|
|
this.buttonCopyToClipboard.Location = new System.Drawing.Point(599, 158);
|
|
this.buttonCopyToClipboard.Name = "buttonCopyToClipboard";
|
|
this.buttonCopyToClipboard.Size = new System.Drawing.Size(62, 35);
|
|
this.buttonCopyToClipboard.TabIndex = 1;
|
|
this.buttonCopyToClipboard.Text = "Copy To Clipboard";
|
|
this.buttonCopyToClipboard.UseVisualStyleBackColor = true;
|
|
this.buttonCopyToClipboard.Click += new System.EventHandler(this.buttonCopyToClipboard_Click);
|
|
//
|
|
// buttonGenerateCode
|
|
//
|
|
this.buttonGenerateCode.Location = new System.Drawing.Point(7, 20);
|
|
this.buttonGenerateCode.Name = "buttonGenerateCode";
|
|
this.buttonGenerateCode.Size = new System.Drawing.Size(65, 35);
|
|
this.buttonGenerateCode.TabIndex = 0;
|
|
this.buttonGenerateCode.Text = "Generate Code";
|
|
this.buttonGenerateCode.UseVisualStyleBackColor = true;
|
|
this.buttonGenerateCode.Click += new System.EventHandler(this.buttonGenerateCode_Click);
|
|
//
|
|
// openFileDialogName
|
|
//
|
|
this.openFileDialogName.DefaultExt = "ico";
|
|
this.openFileDialogName.FileName = "openFileDialogName";
|
|
this.openFileDialogName.Filter = "Icon|*.ico|All Files|*.*";
|
|
this.openFileDialogName.InitialDirectory = "H:\\Programmieren\\Git-Repository\\VisualStudio\\2017";
|
|
this.openFileDialogName.RestoreDirectory = true;
|
|
this.openFileDialogName.Title = "Browse Icon Files";
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(692, 669);
|
|
this.Controls.Add(this.groupBoxCode);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "Form1";
|
|
this.Text = "Message Box Configurator";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.groupBoxMsgBox.ResumeLayout(false);
|
|
this.groupBoxMsgBox.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBoxFont.ResumeLayout(false);
|
|
this.groupBoxFont.PerformLayout();
|
|
this.groupBoxSound.ResumeLayout(false);
|
|
this.groupBoxSound.PerformLayout();
|
|
this.groupBoxTimeOut.ResumeLayout(false);
|
|
this.groupBoxTimeOut.PerformLayout();
|
|
this.groupBoxIcons.ResumeLayout(false);
|
|
this.groupBoxIcons.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.groupBoxSaveOptions.ResumeLayout(false);
|
|
this.groupBoxSaveOptions.PerformLayout();
|
|
this.groupBoxButton.ResumeLayout(false);
|
|
this.groupBoxUserDefinedButton.ResumeLayout(false);
|
|
this.groupBoxUserDefinedButton.PerformLayout();
|
|
this.groupBoxCode.ResumeLayout(false);
|
|
this.groupBoxCode.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBoxMsgBox;
|
|
private System.Windows.Forms.TextBox textBoxMessage;
|
|
private System.Windows.Forms.TextBox textBoxCaption;
|
|
private System.Windows.Forms.TextBox textBoxName;
|
|
private System.Windows.Forms.Label labelMessage;
|
|
private System.Windows.Forms.Label labelCaption;
|
|
private System.Windows.Forms.Label labelName;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBoxUserDefinedButton;
|
|
private System.Windows.Forms.CheckBox checkBoxIsCancel;
|
|
private System.Windows.Forms.TextBox textBoxButtonHelpText;
|
|
private System.Windows.Forms.TextBox textBoxButtonValue;
|
|
private System.Windows.Forms.TextBox textBoxButtonText;
|
|
private System.Windows.Forms.Label labelButtonHelpText;
|
|
private System.Windows.Forms.Label labelButtonValue;
|
|
private System.Windows.Forms.Label labelButtonText;
|
|
private System.Windows.Forms.GroupBox groupBoxButton;
|
|
private System.Windows.Forms.Button buttonAddButton;
|
|
private System.Windows.Forms.ListView listViewButtons;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.GroupBox groupBoxIcons;
|
|
private System.Windows.Forms.TextBox textBoxIconName;
|
|
private System.Windows.Forms.RadioButton radioButtonUserDefinedIcon;
|
|
private System.Windows.Forms.RadioButton radioButtonNone;
|
|
private System.Windows.Forms.RadioButton radioButtonQuestion;
|
|
private System.Windows.Forms.RadioButton radioButtonHand;
|
|
private System.Windows.Forms.RadioButton radioButtonExclamation;
|
|
private System.Windows.Forms.RadioButton radioButtonAsterisk;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.GroupBox groupBoxSaveOptions;
|
|
private System.Windows.Forms.TextBox textBoxSaveResponse;
|
|
private System.Windows.Forms.CheckBox checkBoxAllowSaveResponse;
|
|
private System.Windows.Forms.GroupBox groupBoxTimeOut;
|
|
private System.Windows.Forms.ComboBox comboBoxResult;
|
|
private System.Windows.Forms.Label labelTimeoutResult;
|
|
private System.Windows.Forms.TextBox textBoxTimeout;
|
|
private System.Windows.Forms.Label labelTimeout;
|
|
private System.Windows.Forms.CheckBox checkBoxUseSaveResponse;
|
|
private System.Windows.Forms.GroupBox groupBoxSound;
|
|
private System.Windows.Forms.CheckBox checkBoxSound;
|
|
private System.Windows.Forms.GroupBox groupBoxCode;
|
|
private System.Windows.Forms.TextBox textBoxCode;
|
|
private System.Windows.Forms.Button buttonCopyToClipboard;
|
|
private System.Windows.Forms.Button buttonGenerateCode;
|
|
private System.Windows.Forms.GroupBox groupBoxFont;
|
|
private System.Windows.Forms.Button buttonName;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialogName;
|
|
private System.Windows.Forms.TextBox textBoxFont;
|
|
private System.Windows.Forms.Button buttonFont;
|
|
private System.Windows.Forms.FontDialog fontDialog;
|
|
}
|
|
}
|
|
|