Server/FormSelectHarmonyCommand.Designer.cs
changeset 250 b2121d03f6f0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Server/FormSelectHarmonyCommand.Designer.cs	Sun Aug 21 18:35:58 2016 +0200
     1.3 @@ -0,0 +1,94 @@
     1.4 +namespace SharpDisplayManager
     1.5 +{
     1.6 +    partial class FormSelectHarmonyCommand
     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.iTreeViewHarmony = new System.Windows.Forms.TreeView();
    1.35 +            this.buttonCancel = new System.Windows.Forms.Button();
    1.36 +            this.iButtonOk = new System.Windows.Forms.Button();
    1.37 +            this.SuspendLayout();
    1.38 +            // 
    1.39 +            // iTreeViewHarmony
    1.40 +            // 
    1.41 +            this.iTreeViewHarmony.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    1.42 +            | System.Windows.Forms.AnchorStyles.Left) 
    1.43 +            | System.Windows.Forms.AnchorStyles.Right)));
    1.44 +            this.iTreeViewHarmony.Location = new System.Drawing.Point(12, 12);
    1.45 +            this.iTreeViewHarmony.Name = "iTreeViewHarmony";
    1.46 +            this.iTreeViewHarmony.Size = new System.Drawing.Size(302, 317);
    1.47 +            this.iTreeViewHarmony.TabIndex = 0;
    1.48 +            this.iTreeViewHarmony.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.iTreeViewHarmony_AfterSelect);
    1.49 +            this.iTreeViewHarmony.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.iTreeViewHarmony_NodeMouseDoubleClick);
    1.50 +            // 
    1.51 +            // buttonCancel
    1.52 +            // 
    1.53 +            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.54 +            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    1.55 +            this.buttonCancel.Location = new System.Drawing.Point(93, 335);
    1.56 +            this.buttonCancel.Name = "buttonCancel";
    1.57 +            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
    1.58 +            this.buttonCancel.TabIndex = 24;
    1.59 +            this.buttonCancel.Text = "Cancel";
    1.60 +            this.buttonCancel.UseVisualStyleBackColor = true;
    1.61 +            // 
    1.62 +            // iButtonOk
    1.63 +            // 
    1.64 +            this.iButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.65 +            this.iButtonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
    1.66 +            this.iButtonOk.Enabled = false;
    1.67 +            this.iButtonOk.Location = new System.Drawing.Point(12, 335);
    1.68 +            this.iButtonOk.Name = "iButtonOk";
    1.69 +            this.iButtonOk.Size = new System.Drawing.Size(75, 23);
    1.70 +            this.iButtonOk.TabIndex = 23;
    1.71 +            this.iButtonOk.Text = "Ok";
    1.72 +            this.iButtonOk.UseVisualStyleBackColor = true;
    1.73 +            // 
    1.74 +            // FormSelectHarmonyCommand
    1.75 +            // 
    1.76 +            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.77 +            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.78 +            this.ClientSize = new System.Drawing.Size(326, 370);
    1.79 +            this.Controls.Add(this.buttonCancel);
    1.80 +            this.Controls.Add(this.iButtonOk);
    1.81 +            this.Controls.Add(this.iTreeViewHarmony);
    1.82 +            this.MaximizeBox = false;
    1.83 +            this.MinimizeBox = false;
    1.84 +            this.Name = "FormSelectHarmonyCommand";
    1.85 +            this.Text = "Select command";
    1.86 +            this.Load += new System.EventHandler(this.FormSelectHarmonyCommand_Load);
    1.87 +            this.ResumeLayout(false);
    1.88 +
    1.89 +        }
    1.90 +
    1.91 +        #endregion
    1.92 +
    1.93 +        private System.Windows.Forms.TreeView iTreeViewHarmony;
    1.94 +        private System.Windows.Forms.Button buttonCancel;
    1.95 +        private System.Windows.Forms.Button iButtonOk;
    1.96 +    }
    1.97 +}
    1.98 \ No newline at end of file