Server/FormEditObject.Designer.cs
author StephaneLenclud
Thu, 25 Aug 2016 13:12:54 +0200
changeset 254 181323a59047
parent 246 30a221eecc06
child 260 d44943088c67
permissions -rw-r--r--
Published v1.0.1.0.
Updating Harmony library to v0.5.0
StephaneLenclud@231
     1
namespace SharpDisplayManager
StephaneLenclud@231
     2
{
StephaneLenclud@231
     3
    partial class FormEditObject<T>
StephaneLenclud@231
     4
    {
StephaneLenclud@231
     5
        /// <summary>
StephaneLenclud@231
     6
        /// Required designer variable.
StephaneLenclud@231
     7
        /// </summary>
StephaneLenclud@231
     8
        private System.ComponentModel.IContainer components = null;
StephaneLenclud@231
     9
StephaneLenclud@231
    10
        /// <summary>
StephaneLenclud@231
    11
        /// Clean up any resources being used.
StephaneLenclud@231
    12
        /// </summary>
StephaneLenclud@231
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
StephaneLenclud@231
    14
        protected override void Dispose(bool disposing)
StephaneLenclud@231
    15
        {
StephaneLenclud@231
    16
            if (disposing && (components != null))
StephaneLenclud@231
    17
            {
StephaneLenclud@231
    18
                components.Dispose();
StephaneLenclud@231
    19
            }
StephaneLenclud@231
    20
            base.Dispose(disposing);
StephaneLenclud@231
    21
        }
StephaneLenclud@231
    22
StephaneLenclud@231
    23
        #region Windows Form Designer generated code
StephaneLenclud@231
    24
StephaneLenclud@231
    25
        /// <summary>
StephaneLenclud@231
    26
        /// Required method for Designer support - do not modify
StephaneLenclud@231
    27
        /// the contents of this method with the code editor.
StephaneLenclud@231
    28
        /// </summary>
StephaneLenclud@231
    29
        private void InitializeComponent()
StephaneLenclud@231
    30
        {
StephaneLenclud@231
    31
            this.components = new System.ComponentModel.Container();
StephaneLenclud@247
    32
            this.iComboBoxObjectType = new System.Windows.Forms.ComboBox();
StephaneLenclud@231
    33
            this.labelActionType = new System.Windows.Forms.Label();
StephaneLenclud@247
    34
            this.iButtonOk = new System.Windows.Forms.Button();
StephaneLenclud@231
    35
            this.buttonCancel = new System.Windows.Forms.Button();
StephaneLenclud@231
    36
            this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
StephaneLenclud@231
    37
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
StephaneLenclud@247
    38
            this.iButtonTest = new System.Windows.Forms.Button();
StephaneLenclud@247
    39
            this.iLabelBrief = new System.Windows.Forms.Label();
StephaneLenclud@247
    40
            this.iLabelDescription = new System.Windows.Forms.Label();
StephaneLenclud@231
    41
            this.SuspendLayout();
StephaneLenclud@231
    42
            // 
StephaneLenclud@247
    43
            // iComboBoxObjectType
StephaneLenclud@231
    44
            // 
StephaneLenclud@247
    45
            this.iComboBoxObjectType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
StephaneLenclud@231
    46
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@247
    47
            this.iComboBoxObjectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
StephaneLenclud@247
    48
            this.iComboBoxObjectType.FormattingEnabled = true;
StephaneLenclud@247
    49
            this.iComboBoxObjectType.Location = new System.Drawing.Point(55, 52);
StephaneLenclud@247
    50
            this.iComboBoxObjectType.Name = "iComboBoxObjectType";
StephaneLenclud@247
    51
            this.iComboBoxObjectType.Size = new System.Drawing.Size(272, 21);
StephaneLenclud@247
    52
            this.iComboBoxObjectType.Sorted = true;
StephaneLenclud@247
    53
            this.iComboBoxObjectType.TabIndex = 18;
StephaneLenclud@247
    54
            this.iComboBoxObjectType.SelectedIndexChanged += new System.EventHandler(this.comboBoxActionType_SelectedIndexChanged);
StephaneLenclud@247
    55
            this.iComboBoxObjectType.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.iComboBoxObjectType_KeyPress);
StephaneLenclud@231
    56
            // 
StephaneLenclud@231
    57
            // labelActionType
StephaneLenclud@231
    58
            // 
StephaneLenclud@231
    59
            this.labelActionType.AutoSize = true;
StephaneLenclud@247
    60
            this.labelActionType.Location = new System.Drawing.Point(12, 55);
StephaneLenclud@231
    61
            this.labelActionType.Name = "labelActionType";
StephaneLenclud@231
    62
            this.labelActionType.Size = new System.Drawing.Size(37, 13);
StephaneLenclud@231
    63
            this.labelActionType.TabIndex = 20;
StephaneLenclud@231
    64
            this.labelActionType.Text = "Type :";
StephaneLenclud@231
    65
            // 
StephaneLenclud@231
    66
            // buttonOk
StephaneLenclud@231
    67
            // 
StephaneLenclud@247
    68
            this.iButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@247
    69
            this.iButtonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
StephaneLenclud@247
    70
            this.iButtonOk.Location = new System.Drawing.Point(12, 157);
StephaneLenclud@247
    71
            this.iButtonOk.Name = "buttonOk";
StephaneLenclud@247
    72
            this.iButtonOk.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@247
    73
            this.iButtonOk.TabIndex = 21;
StephaneLenclud@247
    74
            this.iButtonOk.Text = "Ok";
StephaneLenclud@247
    75
            this.iButtonOk.UseVisualStyleBackColor = true;
StephaneLenclud@247
    76
            this.iButtonOk.Click += new System.EventHandler(this.buttonOk_Click);
StephaneLenclud@231
    77
            // 
StephaneLenclud@231
    78
            // buttonCancel
StephaneLenclud@231
    79
            // 
StephaneLenclud@231
    80
            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@231
    81
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
StephaneLenclud@247
    82
            this.buttonCancel.Location = new System.Drawing.Point(93, 157);
StephaneLenclud@231
    83
            this.buttonCancel.Name = "buttonCancel";
StephaneLenclud@231
    84
            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@231
    85
            this.buttonCancel.TabIndex = 22;
StephaneLenclud@231
    86
            this.buttonCancel.Text = "Cancel";
StephaneLenclud@231
    87
            this.buttonCancel.UseVisualStyleBackColor = true;
StephaneLenclud@231
    88
            // 
StephaneLenclud@231
    89
            // iTableLayoutPanel
StephaneLenclud@231
    90
            // 
StephaneLenclud@231
    91
            this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
StephaneLenclud@231
    92
            | System.Windows.Forms.AnchorStyles.Left) 
StephaneLenclud@231
    93
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@231
    94
            this.iTableLayoutPanel.AutoSize = true;
StephaneLenclud@231
    95
            this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
StephaneLenclud@231
    96
            this.iTableLayoutPanel.ColumnCount = 2;
StephaneLenclud@231
    97
            this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
StephaneLenclud@231
    98
            this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
StephaneLenclud@247
    99
            this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 91);
StephaneLenclud@231
   100
            this.iTableLayoutPanel.Name = "iTableLayoutPanel";
StephaneLenclud@231
   101
            this.iTableLayoutPanel.RowCount = 2;
StephaneLenclud@231
   102
            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
StephaneLenclud@231
   103
            this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
StephaneLenclud@247
   104
            this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 46);
StephaneLenclud@231
   105
            this.iTableLayoutPanel.TabIndex = 23;
StephaneLenclud@231
   106
            // 
StephaneLenclud@231
   107
            // buttonTest
StephaneLenclud@231
   108
            // 
StephaneLenclud@247
   109
            this.iButtonTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@247
   110
            this.iButtonTest.Location = new System.Drawing.Point(252, 157);
StephaneLenclud@247
   111
            this.iButtonTest.Name = "buttonTest";
StephaneLenclud@247
   112
            this.iButtonTest.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@247
   113
            this.iButtonTest.TabIndex = 24;
StephaneLenclud@247
   114
            this.iButtonTest.Text = "Test";
StephaneLenclud@247
   115
            this.iButtonTest.UseVisualStyleBackColor = true;
StephaneLenclud@247
   116
            this.iButtonTest.Click += new System.EventHandler(this.buttonTest_Click);
StephaneLenclud@231
   117
            // 
StephaneLenclud@247
   118
            // iLabelBrief
StephaneLenclud@246
   119
            // 
StephaneLenclud@247
   120
            this.iLabelBrief.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
StephaneLenclud@246
   121
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@247
   122
            this.iLabelBrief.AutoSize = true;
StephaneLenclud@247
   123
            this.iLabelBrief.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@247
   124
            this.iLabelBrief.Location = new System.Drawing.Point(12, 9);
StephaneLenclud@247
   125
            this.iLabelBrief.Name = "iLabelBrief";
StephaneLenclud@247
   126
            this.iLabelBrief.Size = new System.Drawing.Size(33, 13);
StephaneLenclud@247
   127
            this.iLabelBrief.TabIndex = 25;
StephaneLenclud@247
   128
            this.iLabelBrief.Text = "Brief";
StephaneLenclud@247
   129
            // 
StephaneLenclud@247
   130
            // iLabelDescription
StephaneLenclud@247
   131
            // 
StephaneLenclud@247
   132
            this.iLabelDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
StephaneLenclud@247
   133
            | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@247
   134
            this.iLabelDescription.AutoSize = true;
StephaneLenclud@247
   135
            this.iLabelDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
StephaneLenclud@247
   136
            this.iLabelDescription.Location = new System.Drawing.Point(12, 31);
StephaneLenclud@247
   137
            this.iLabelDescription.Name = "iLabelDescription";
StephaneLenclud@247
   138
            this.iLabelDescription.Size = new System.Drawing.Size(60, 13);
StephaneLenclud@247
   139
            this.iLabelDescription.TabIndex = 26;
StephaneLenclud@247
   140
            this.iLabelDescription.Text = "Description";
StephaneLenclud@246
   141
            // 
StephaneLenclud@239
   142
            // FormEditObject
StephaneLenclud@231
   143
            // 
StephaneLenclud@247
   144
            this.AcceptButton = this.iButtonOk;
StephaneLenclud@231
   145
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@231
   146
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@231
   147
            this.AutoSize = true;
StephaneLenclud@231
   148
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
StephaneLenclud@231
   149
            this.CancelButton = this.buttonCancel;
StephaneLenclud@247
   150
            this.ClientSize = new System.Drawing.Size(339, 192);
StephaneLenclud@247
   151
            this.Controls.Add(this.iLabelDescription);
StephaneLenclud@247
   152
            this.Controls.Add(this.iLabelBrief);
StephaneLenclud@247
   153
            this.Controls.Add(this.iButtonTest);
StephaneLenclud@231
   154
            this.Controls.Add(this.buttonCancel);
StephaneLenclud@247
   155
            this.Controls.Add(this.iButtonOk);
StephaneLenclud@231
   156
            this.Controls.Add(this.labelActionType);
StephaneLenclud@247
   157
            this.Controls.Add(this.iComboBoxObjectType);
StephaneLenclud@246
   158
            this.Controls.Add(this.iTableLayoutPanel);
StephaneLenclud@231
   159
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
StephaneLenclud@231
   160
            this.MaximizeBox = false;
StephaneLenclud@231
   161
            this.MinimizeBox = false;
StephaneLenclud@239
   162
            this.Name = "FormEditObject";
StephaneLenclud@231
   163
            this.Text = "Edit action";
StephaneLenclud@239
   164
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormEditObject_FormClosing);
StephaneLenclud@231
   165
            this.Load += new System.EventHandler(this.FormEditAction_Load);
StephaneLenclud@231
   166
            this.ResumeLayout(false);
StephaneLenclud@231
   167
            this.PerformLayout();
StephaneLenclud@231
   168
StephaneLenclud@231
   169
        }
StephaneLenclud@231
   170
StephaneLenclud@231
   171
        #endregion
StephaneLenclud@231
   172
StephaneLenclud@247
   173
        private System.Windows.Forms.ComboBox iComboBoxObjectType;
StephaneLenclud@231
   174
        private System.Windows.Forms.Label labelActionType;
StephaneLenclud@247
   175
        private System.Windows.Forms.Button iButtonOk;
StephaneLenclud@231
   176
        private System.Windows.Forms.Button buttonCancel;
StephaneLenclud@231
   177
        private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
StephaneLenclud@231
   178
        private System.Windows.Forms.ToolTip toolTip;
StephaneLenclud@247
   179
        private System.Windows.Forms.Button iButtonTest;
StephaneLenclud@247
   180
        private System.Windows.Forms.Label iLabelBrief;
StephaneLenclud@247
   181
        private System.Windows.Forms.Label iLabelDescription;
StephaneLenclud@231
   182
    }
StephaneLenclud@231
   183
}