StephaneLenclud@250: namespace SharpDisplayManager
StephaneLenclud@250: {
StephaneLenclud@250: partial class FormSelectHarmonyCommand
StephaneLenclud@250: {
StephaneLenclud@250: ///
StephaneLenclud@250: /// Required designer variable.
StephaneLenclud@250: ///
StephaneLenclud@250: private System.ComponentModel.IContainer components = null;
StephaneLenclud@250:
StephaneLenclud@250: ///
StephaneLenclud@250: /// Clean up any resources being used.
StephaneLenclud@250: ///
StephaneLenclud@250: /// true if managed resources should be disposed; otherwise, false.
StephaneLenclud@250: protected override void Dispose(bool disposing)
StephaneLenclud@250: {
StephaneLenclud@250: if (disposing && (components != null))
StephaneLenclud@250: {
StephaneLenclud@250: components.Dispose();
StephaneLenclud@250: }
StephaneLenclud@250: base.Dispose(disposing);
StephaneLenclud@250: }
StephaneLenclud@250:
StephaneLenclud@250: #region Windows Form Designer generated code
StephaneLenclud@250:
StephaneLenclud@250: ///
StephaneLenclud@250: /// Required method for Designer support - do not modify
StephaneLenclud@250: /// the contents of this method with the code editor.
StephaneLenclud@250: ///
StephaneLenclud@250: private void InitializeComponent()
StephaneLenclud@250: {
StephaneLenclud@250: this.iTreeViewHarmony = new System.Windows.Forms.TreeView();
StephaneLenclud@250: this.buttonCancel = new System.Windows.Forms.Button();
StephaneLenclud@250: this.iButtonOk = new System.Windows.Forms.Button();
StephaneLenclud@250: this.SuspendLayout();
StephaneLenclud@250: //
StephaneLenclud@250: // iTreeViewHarmony
StephaneLenclud@250: //
StephaneLenclud@250: this.iTreeViewHarmony.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
StephaneLenclud@250: | System.Windows.Forms.AnchorStyles.Left)
StephaneLenclud@250: | System.Windows.Forms.AnchorStyles.Right)));
StephaneLenclud@250: this.iTreeViewHarmony.Location = new System.Drawing.Point(12, 12);
StephaneLenclud@250: this.iTreeViewHarmony.Name = "iTreeViewHarmony";
StephaneLenclud@250: this.iTreeViewHarmony.Size = new System.Drawing.Size(302, 317);
StephaneLenclud@250: this.iTreeViewHarmony.TabIndex = 0;
StephaneLenclud@250: this.iTreeViewHarmony.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.iTreeViewHarmony_AfterSelect);
StephaneLenclud@250: this.iTreeViewHarmony.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.iTreeViewHarmony_NodeMouseDoubleClick);
StephaneLenclud@250: //
StephaneLenclud@250: // buttonCancel
StephaneLenclud@250: //
StephaneLenclud@250: this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@250: this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
StephaneLenclud@250: this.buttonCancel.Location = new System.Drawing.Point(93, 335);
StephaneLenclud@250: this.buttonCancel.Name = "buttonCancel";
StephaneLenclud@250: this.buttonCancel.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@250: this.buttonCancel.TabIndex = 24;
StephaneLenclud@250: this.buttonCancel.Text = "Cancel";
StephaneLenclud@250: this.buttonCancel.UseVisualStyleBackColor = true;
StephaneLenclud@250: //
StephaneLenclud@250: // iButtonOk
StephaneLenclud@250: //
StephaneLenclud@250: this.iButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
StephaneLenclud@250: this.iButtonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
StephaneLenclud@250: this.iButtonOk.Enabled = false;
StephaneLenclud@250: this.iButtonOk.Location = new System.Drawing.Point(12, 335);
StephaneLenclud@250: this.iButtonOk.Name = "iButtonOk";
StephaneLenclud@250: this.iButtonOk.Size = new System.Drawing.Size(75, 23);
StephaneLenclud@250: this.iButtonOk.TabIndex = 23;
StephaneLenclud@250: this.iButtonOk.Text = "Ok";
StephaneLenclud@250: this.iButtonOk.UseVisualStyleBackColor = true;
StephaneLenclud@250: //
StephaneLenclud@250: // FormSelectHarmonyCommand
StephaneLenclud@250: //
StephaneLenclud@250: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@250: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@250: this.ClientSize = new System.Drawing.Size(326, 370);
StephaneLenclud@250: this.Controls.Add(this.buttonCancel);
StephaneLenclud@250: this.Controls.Add(this.iButtonOk);
StephaneLenclud@250: this.Controls.Add(this.iTreeViewHarmony);
StephaneLenclud@250: this.MaximizeBox = false;
StephaneLenclud@250: this.MinimizeBox = false;
StephaneLenclud@250: this.Name = "FormSelectHarmonyCommand";
StephaneLenclud@250: this.Text = "Select command";
StephaneLenclud@250: this.Load += new System.EventHandler(this.FormSelectHarmonyCommand_Load);
StephaneLenclud@250: this.ResumeLayout(false);
StephaneLenclud@250:
StephaneLenclud@250: }
StephaneLenclud@250:
StephaneLenclud@250: #endregion
StephaneLenclud@250:
StephaneLenclud@250: private System.Windows.Forms.TreeView iTreeViewHarmony;
StephaneLenclud@250: private System.Windows.Forms.Button buttonCancel;
StephaneLenclud@250: private System.Windows.Forms.Button iButtonOk;
StephaneLenclud@250: }
StephaneLenclud@250: }