Server/FormEditAction.Designer.cs
changeset 211 96f8b4dc4300
child 219 99c407831232
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Server/FormEditAction.Designer.cs	Sat Jul 23 19:22:56 2016 +0200
     1.3 @@ -0,0 +1,104 @@
     1.4 +namespace SharpDisplayManager
     1.5 +{
     1.6 +    partial class FormEditAction
     1.7 +    {
     1.8 +        /// <summary>
     1.9 +        /// Required designer variable.
    1.10 +        /// </summary>
    1.11 +        private System.ComponentModel.IContainer components = null;
    1.12 +
    1.13 +        /// <summary>
    1.14 +        /// Clean up any resources being used.
    1.15 +        /// </summary>
    1.16 +        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    1.17 +        protected override void Dispose(bool disposing)
    1.18 +        {
    1.19 +            if (disposing && (components != null))
    1.20 +            {
    1.21 +                components.Dispose();
    1.22 +            }
    1.23 +            base.Dispose(disposing);
    1.24 +        }
    1.25 +
    1.26 +        #region Windows Form Designer generated code
    1.27 +
    1.28 +        /// <summary>
    1.29 +        /// Required method for Designer support - do not modify
    1.30 +        /// the contents of this method with the code editor.
    1.31 +        /// </summary>
    1.32 +        private void InitializeComponent()
    1.33 +        {
    1.34 +            this.comboBoxActionType = new System.Windows.Forms.ComboBox();
    1.35 +            this.labelActionType = new System.Windows.Forms.Label();
    1.36 +            this.buttonOk = new System.Windows.Forms.Button();
    1.37 +            this.buttonCancel = new System.Windows.Forms.Button();
    1.38 +            this.SuspendLayout();
    1.39 +            // 
    1.40 +            // comboBoxActionType
    1.41 +            // 
    1.42 +            this.comboBoxActionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    1.43 +            this.comboBoxActionType.FormattingEnabled = true;
    1.44 +            this.comboBoxActionType.Location = new System.Drawing.Point(55, 12);
    1.45 +            this.comboBoxActionType.Name = "comboBoxActionType";
    1.46 +            this.comboBoxActionType.Size = new System.Drawing.Size(333, 21);
    1.47 +            this.comboBoxActionType.TabIndex = 18;
    1.48 +            // 
    1.49 +            // labelActionType
    1.50 +            // 
    1.51 +            this.labelActionType.AutoSize = true;
    1.52 +            this.labelActionType.Location = new System.Drawing.Point(12, 15);
    1.53 +            this.labelActionType.Name = "labelActionType";
    1.54 +            this.labelActionType.Size = new System.Drawing.Size(37, 13);
    1.55 +            this.labelActionType.TabIndex = 20;
    1.56 +            this.labelActionType.Text = "Type :";
    1.57 +            // 
    1.58 +            // buttonOk
    1.59 +            // 
    1.60 +            this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
    1.61 +            this.buttonOk.Location = new System.Drawing.Point(12, 55);
    1.62 +            this.buttonOk.Name = "buttonOk";
    1.63 +            this.buttonOk.Size = new System.Drawing.Size(75, 23);
    1.64 +            this.buttonOk.TabIndex = 21;
    1.65 +            this.buttonOk.Text = "Ok";
    1.66 +            this.buttonOk.UseVisualStyleBackColor = true;
    1.67 +            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
    1.68 +            // 
    1.69 +            // buttonCancel
    1.70 +            // 
    1.71 +            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    1.72 +            this.buttonCancel.Location = new System.Drawing.Point(93, 55);
    1.73 +            this.buttonCancel.Name = "buttonCancel";
    1.74 +            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
    1.75 +            this.buttonCancel.TabIndex = 22;
    1.76 +            this.buttonCancel.Text = "Cancel";
    1.77 +            this.buttonCancel.UseVisualStyleBackColor = true;
    1.78 +            // 
    1.79 +            // FormEditAction
    1.80 +            // 
    1.81 +            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.82 +            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.83 +            this.ClientSize = new System.Drawing.Size(400, 86);
    1.84 +            this.Controls.Add(this.buttonCancel);
    1.85 +            this.Controls.Add(this.buttonOk);
    1.86 +            this.Controls.Add(this.labelActionType);
    1.87 +            this.Controls.Add(this.comboBoxActionType);
    1.88 +            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    1.89 +            this.MaximizeBox = false;
    1.90 +            this.MinimizeBox = false;
    1.91 +            this.Name = "FormEditAction";
    1.92 +            this.Text = "Edit action";
    1.93 +            this.Load += new System.EventHandler(this.FormEditAction_Load);
    1.94 +            this.Validating += new System.ComponentModel.CancelEventHandler(this.FormEditAction_Validating);
    1.95 +            this.ResumeLayout(false);
    1.96 +            this.PerformLayout();
    1.97 +
    1.98 +        }
    1.99 +
   1.100 +        #endregion
   1.101 +
   1.102 +        private System.Windows.Forms.ComboBox comboBoxActionType;
   1.103 +        private System.Windows.Forms.Label labelActionType;
   1.104 +        private System.Windows.Forms.Button buttonOk;
   1.105 +        private System.Windows.Forms.Button buttonCancel;
   1.106 +    }
   1.107 +}
   1.108 \ No newline at end of file