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