Server/FormEditAction.Designer.cs
author Stephane Lenclud
Sun, 24 Jul 2016 13:30:08 +0200
changeset 212 1a0791daa243
child 219 99c407831232
permissions -rw-r--r--
Actions persistence working.
StephaneLenclud@211
     1
namespace SharpDisplayManager
StephaneLenclud@211
     2
{
StephaneLenclud@211
     3
    partial class FormEditAction
StephaneLenclud@211
     4
    {
StephaneLenclud@211
     5
        /// <summary>
StephaneLenclud@211
     6
        /// Required designer variable.
StephaneLenclud@211
     7
        /// </summary>
StephaneLenclud@211
     8
        private System.ComponentModel.IContainer components = null;
StephaneLenclud@211
     9
StephaneLenclud@211
    10
        /// <summary>
StephaneLenclud@211
    11
        /// Clean up any resources being used.
StephaneLenclud@211
    12
        /// </summary>
StephaneLenclud@211
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
StephaneLenclud@211
    14
        protected override void Dispose(bool disposing)
StephaneLenclud@211
    15
        {
StephaneLenclud@211
    16
            if (disposing && (components != null))
StephaneLenclud@211
    17
            {
StephaneLenclud@211
    18
                components.Dispose();
StephaneLenclud@211
    19
            }
StephaneLenclud@211
    20
            base.Dispose(disposing);
StephaneLenclud@211
    21
        }
StephaneLenclud@211
    22
StephaneLenclud@211
    23
        #region Windows Form Designer generated code
StephaneLenclud@211
    24
StephaneLenclud@211
    25
        /// <summary>
StephaneLenclud@211
    26
        /// Required method for Designer support - do not modify
StephaneLenclud@211
    27
        /// the contents of this method with the code editor.
StephaneLenclud@211
    28
        /// </summary>
StephaneLenclud@211
    29
        private void InitializeComponent()
StephaneLenclud@211
    30
        {
StephaneLenclud@211
    31
            this.comboBoxActionType = new System.Windows.Forms.ComboBox();
StephaneLenclud@211
    32
            this.labelActionType = new System.Windows.Forms.Label();
StephaneLenclud@211
    33
            this.buttonOk = new System.Windows.Forms.Button();
StephaneLenclud@211
    34
            this.buttonCancel = new System.Windows.Forms.Button();
StephaneLenclud@211
    35
            this.SuspendLayout();
StephaneLenclud@211
    36
            // 
StephaneLenclud@211
    37
            // comboBoxActionType
StephaneLenclud@211
    38
            // 
StephaneLenclud@211
    39
            this.comboBoxActionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
StephaneLenclud@211
    40
            this.comboBoxActionType.FormattingEnabled = true;
StephaneLenclud@211
    41
            this.comboBoxActionType.Location = new System.Drawing.Point(55, 12);
StephaneLenclud@211
    42
            this.comboBoxActionType.Name = "comboBoxActionType";
StephaneLenclud@211
    43
            this.comboBoxActionType.Size = new System.Drawing.Size(333, 21);
StephaneLenclud@211
    44
            this.comboBoxActionType.TabIndex = 18;
StephaneLenclud@211
    45
            // 
StephaneLenclud@211
    46
            // labelActionType
StephaneLenclud@211
    47
            // 
StephaneLenclud@211
    48
            this.labelActionType.AutoSize = true;
StephaneLenclud@211
    49
            this.labelActionType.Location = new System.Drawing.Point(12, 15);
StephaneLenclud@211
    50
            this.labelActionType.Name = "labelActionType";
StephaneLenclud@211
    51
            this.labelActionType.Size = new System.Drawing.Size(37, 13);
StephaneLenclud@211
    52
            this.labelActionType.TabIndex = 20;
StephaneLenclud@211
    53
            this.labelActionType.Text = "Type :";
StephaneLenclud@211
    54
            // 
StephaneLenclud@211
    55
            // buttonOk
StephaneLenclud@211
    56
            // 
StephaneLenclud@211
    57
            this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
StephaneLenclud@211
    58
            this.buttonOk.Location = new System.Drawing.Point(12, 55);
StephaneLenclud@211
    59
            this.buttonOk.Name = "buttonOk";
StephaneLenclud@211
    60
            this.buttonOk.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@211
    61
            this.buttonOk.TabIndex = 21;
StephaneLenclud@211
    62
            this.buttonOk.Text = "Ok";
StephaneLenclud@211
    63
            this.buttonOk.UseVisualStyleBackColor = true;
StephaneLenclud@211
    64
            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
StephaneLenclud@211
    65
            // 
StephaneLenclud@211
    66
            // buttonCancel
StephaneLenclud@211
    67
            // 
StephaneLenclud@211
    68
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
StephaneLenclud@211
    69
            this.buttonCancel.Location = new System.Drawing.Point(93, 55);
StephaneLenclud@211
    70
            this.buttonCancel.Name = "buttonCancel";
StephaneLenclud@211
    71
            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@211
    72
            this.buttonCancel.TabIndex = 22;
StephaneLenclud@211
    73
            this.buttonCancel.Text = "Cancel";
StephaneLenclud@211
    74
            this.buttonCancel.UseVisualStyleBackColor = true;
StephaneLenclud@211
    75
            // 
StephaneLenclud@211
    76
            // FormEditAction
StephaneLenclud@211
    77
            // 
StephaneLenclud@211
    78
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@211
    79
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@211
    80
            this.ClientSize = new System.Drawing.Size(400, 86);
StephaneLenclud@211
    81
            this.Controls.Add(this.buttonCancel);
StephaneLenclud@211
    82
            this.Controls.Add(this.buttonOk);
StephaneLenclud@211
    83
            this.Controls.Add(this.labelActionType);
StephaneLenclud@211
    84
            this.Controls.Add(this.comboBoxActionType);
StephaneLenclud@211
    85
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
StephaneLenclud@211
    86
            this.MaximizeBox = false;
StephaneLenclud@211
    87
            this.MinimizeBox = false;
StephaneLenclud@211
    88
            this.Name = "FormEditAction";
StephaneLenclud@211
    89
            this.Text = "Edit action";
StephaneLenclud@211
    90
            this.Load += new System.EventHandler(this.FormEditAction_Load);
StephaneLenclud@211
    91
            this.Validating += new System.ComponentModel.CancelEventHandler(this.FormEditAction_Validating);
StephaneLenclud@211
    92
            this.ResumeLayout(false);
StephaneLenclud@211
    93
            this.PerformLayout();
StephaneLenclud@211
    94
StephaneLenclud@211
    95
        }
StephaneLenclud@211
    96
StephaneLenclud@211
    97
        #endregion
StephaneLenclud@211
    98
StephaneLenclud@211
    99
        private System.Windows.Forms.ComboBox comboBoxActionType;
StephaneLenclud@211
   100
        private System.Windows.Forms.Label labelActionType;
StephaneLenclud@211
   101
        private System.Windows.Forms.Button buttonOk;
StephaneLenclud@211
   102
        private System.Windows.Forms.Button buttonCancel;
StephaneLenclud@211
   103
    }
StephaneLenclud@211
   104
}