Server/FormEditAction.Designer.cs
changeset 231 4c706feaf706
parent 230 8c5cf2228e9a
child 232 5a739e2e5255
     1.1 --- a/Server/FormEditAction.Designer.cs	Sun Jul 31 12:03:52 2016 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,152 +0,0 @@
     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.components = new System.ComponentModel.Container();
    1.35 -            this.comboBoxActionType = new System.Windows.Forms.ComboBox();
    1.36 -            this.labelActionType = new System.Windows.Forms.Label();
    1.37 -            this.buttonOk = new System.Windows.Forms.Button();
    1.38 -            this.buttonCancel = new System.Windows.Forms.Button();
    1.39 -            this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    1.40 -            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    1.41 -            this.buttonTest = new System.Windows.Forms.Button();
    1.42 -            this.SuspendLayout();
    1.43 -            // 
    1.44 -            // comboBoxActionType
    1.45 -            // 
    1.46 -            this.comboBoxActionType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    1.47 -            | System.Windows.Forms.AnchorStyles.Right)));
    1.48 -            this.comboBoxActionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    1.49 -            this.comboBoxActionType.FormattingEnabled = true;
    1.50 -            this.comboBoxActionType.Location = new System.Drawing.Point(55, 12);
    1.51 -            this.comboBoxActionType.Name = "comboBoxActionType";
    1.52 -            this.comboBoxActionType.Size = new System.Drawing.Size(272, 21);
    1.53 -            this.comboBoxActionType.Sorted = true;
    1.54 -            this.comboBoxActionType.TabIndex = 18;
    1.55 -            this.comboBoxActionType.SelectedIndexChanged += new System.EventHandler(this.comboBoxActionType_SelectedIndexChanged);
    1.56 -            // 
    1.57 -            // labelActionType
    1.58 -            // 
    1.59 -            this.labelActionType.AutoSize = true;
    1.60 -            this.labelActionType.Location = new System.Drawing.Point(12, 15);
    1.61 -            this.labelActionType.Name = "labelActionType";
    1.62 -            this.labelActionType.Size = new System.Drawing.Size(37, 13);
    1.63 -            this.labelActionType.TabIndex = 20;
    1.64 -            this.labelActionType.Text = "Type :";
    1.65 -            // 
    1.66 -            // buttonOk
    1.67 -            // 
    1.68 -            this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.69 -            this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
    1.70 -            this.buttonOk.Location = new System.Drawing.Point(12, 72);
    1.71 -            this.buttonOk.Name = "buttonOk";
    1.72 -            this.buttonOk.Size = new System.Drawing.Size(75, 23);
    1.73 -            this.buttonOk.TabIndex = 21;
    1.74 -            this.buttonOk.Text = "Ok";
    1.75 -            this.buttonOk.UseVisualStyleBackColor = true;
    1.76 -            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
    1.77 -            // 
    1.78 -            // buttonCancel
    1.79 -            // 
    1.80 -            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.81 -            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    1.82 -            this.buttonCancel.Location = new System.Drawing.Point(93, 72);
    1.83 -            this.buttonCancel.Name = "buttonCancel";
    1.84 -            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
    1.85 -            this.buttonCancel.TabIndex = 22;
    1.86 -            this.buttonCancel.Text = "Cancel";
    1.87 -            this.buttonCancel.UseVisualStyleBackColor = true;
    1.88 -            // 
    1.89 -            // iTableLayoutPanel
    1.90 -            // 
    1.91 -            this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.92 -            | System.Windows.Forms.AnchorStyles.Left) 
    1.93 -            | System.Windows.Forms.AnchorStyles.Right)));
    1.94 -            this.iTableLayoutPanel.AutoSize = true;
    1.95 -            this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    1.96 -            this.iTableLayoutPanel.ColumnCount = 2;
    1.97 -            this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.98 -            this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.99 -            this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 50);
   1.100 -            this.iTableLayoutPanel.Name = "iTableLayoutPanel";
   1.101 -            this.iTableLayoutPanel.RowCount = 2;
   1.102 -            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.103 -            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
   1.104 -            this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 16);
   1.105 -            this.iTableLayoutPanel.TabIndex = 23;
   1.106 -            // 
   1.107 -            // buttonTest
   1.108 -            // 
   1.109 -            this.buttonTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   1.110 -            this.buttonTest.Location = new System.Drawing.Point(252, 72);
   1.111 -            this.buttonTest.Name = "buttonTest";
   1.112 -            this.buttonTest.Size = new System.Drawing.Size(75, 23);
   1.113 -            this.buttonTest.TabIndex = 24;
   1.114 -            this.buttonTest.Text = "Test";
   1.115 -            this.buttonTest.UseVisualStyleBackColor = true;
   1.116 -            this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
   1.117 -            // 
   1.118 -            // FormEditAction
   1.119 -            // 
   1.120 -            this.AcceptButton = this.buttonOk;
   1.121 -            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.122 -            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   1.123 -            this.AutoSize = true;
   1.124 -            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   1.125 -            this.CancelButton = this.buttonCancel;
   1.126 -            this.ClientSize = new System.Drawing.Size(339, 107);
   1.127 -            this.Controls.Add(this.buttonTest);
   1.128 -            this.Controls.Add(this.iTableLayoutPanel);
   1.129 -            this.Controls.Add(this.buttonCancel);
   1.130 -            this.Controls.Add(this.buttonOk);
   1.131 -            this.Controls.Add(this.labelActionType);
   1.132 -            this.Controls.Add(this.comboBoxActionType);
   1.133 -            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
   1.134 -            this.MaximizeBox = false;
   1.135 -            this.MinimizeBox = false;
   1.136 -            this.Name = "FormEditAction";
   1.137 -            this.Text = "Edit action";
   1.138 -            this.Load += new System.EventHandler(this.FormEditAction_Load);
   1.139 -            this.Validating += new System.ComponentModel.CancelEventHandler(this.FormEditAction_Validating);
   1.140 -            this.ResumeLayout(false);
   1.141 -            this.PerformLayout();
   1.142 -
   1.143 -        }
   1.144 -
   1.145 -        #endregion
   1.146 -
   1.147 -        private System.Windows.Forms.ComboBox comboBoxActionType;
   1.148 -        private System.Windows.Forms.Label labelActionType;
   1.149 -        private System.Windows.Forms.Button buttonOk;
   1.150 -        private System.Windows.Forms.Button buttonCancel;
   1.151 -        private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
   1.152 -        private System.Windows.Forms.ToolTip toolTip;
   1.153 -        private System.Windows.Forms.Button buttonTest;
   1.154 -    }
   1.155 -}
   1.156 \ No newline at end of file