/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.listViewGlossary = new OpenLiveWriter.HtmlEditor.Linking.GlossaryListView(this.components, 347 - 20);
            this.btnSelect = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // listViewGlossary
            //
            this.listViewGlossary.AutoArrange = false;
            this.listViewGlossary.FullRowSelect = true;
            this.listViewGlossary.HideSelection = false;
            this.listViewGlossary.LabelWrap = false;
            this.listViewGlossary.Location = new System.Drawing.Point(4, 5);
            this.listViewGlossary.MultiSelect = false;
            this.listViewGlossary.Name = "listViewGlossary";
            this.listViewGlossary.Size = new System.Drawing.Size(347, 282);
            this.listViewGlossary.TabIndex = 0;
            this.listViewGlossary.View = System.Windows.Forms.View.Details;
            this.listViewGlossary.DoubleClick += new System.EventHandler(this.listViewGlossary_DoubleClick);
            //
            // btnSelect
            //
            this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnSelect.Location = new System.Drawing.Point(191, 295);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.TabIndex = 1;
            this.btnSelect.Text = "OK";
            this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
            //
            // btnCancel
            //
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(274, 295);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.TabIndex = 2;
            this.btnCancel.Text = "Cancel";
            //
            // SelectGlossaryLinkForm
            //
            this.AcceptButton = this.btnSelect;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(354, 325);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnSelect);
            this.Controls.Add(this.listViewGlossary);
            this.Location = new System.Drawing.Point(0, 0);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SelectGlossaryLinkForm";
            this.Text = "Select Link from Glossary";
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components       = new System.ComponentModel.Container();
     this.listViewGlossary = new OpenLiveWriter.HtmlEditor.Linking.GlossaryListView(this.components, 347 - 20);
     this.btnSelect        = new System.Windows.Forms.Button();
     this.btnCancel        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // listViewGlossary
     //
     this.listViewGlossary.AutoArrange   = false;
     this.listViewGlossary.FullRowSelect = true;
     this.listViewGlossary.HideSelection = false;
     this.listViewGlossary.LabelWrap     = false;
     this.listViewGlossary.Location      = new System.Drawing.Point(4, 5);
     this.listViewGlossary.MultiSelect   = false;
     this.listViewGlossary.Name          = "listViewGlossary";
     this.listViewGlossary.Size          = new System.Drawing.Size(347, 282);
     this.listViewGlossary.TabIndex      = 0;
     this.listViewGlossary.View          = System.Windows.Forms.View.Details;
     this.listViewGlossary.DoubleClick  += new System.EventHandler(this.listViewGlossary_DoubleClick);
     //
     // btnSelect
     //
     this.btnSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSelect.Location  = new System.Drawing.Point(191, 295);
     this.btnSelect.Name      = "btnSelect";
     this.btnSelect.TabIndex  = 1;
     this.btnSelect.Text      = "OK";
     this.btnSelect.Click    += new System.EventHandler(this.btnSelect_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location     = new System.Drawing.Point(274, 295);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "Cancel";
     //
     // SelectGlossaryLinkForm
     //
     this.AcceptButton      = this.btnSelect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(354, 325);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSelect);
     this.Controls.Add(this.listViewGlossary);
     this.Location    = new System.Drawing.Point(0, 0);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "SelectGlossaryLinkForm";
     this.Text        = "Select Link from Glossary";
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components       = new System.ComponentModel.Container();
     this.listViewGlossary = new OpenLiveWriter.HtmlEditor.Linking.GlossaryListView(this.components, 248);
     this.buttonAdd        = new System.Windows.Forms.Button();
     this.buttonEdit       = new System.Windows.Forms.Button();
     this.buttonDelete     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // listViewGlossary
     //
     this.listViewGlossary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewGlossary.FullRowSelect         = true;
     this.listViewGlossary.HideSelection         = false;
     this.listViewGlossary.LabelWrap             = false;
     this.listViewGlossary.Location              = new System.Drawing.Point(0, 0);
     this.listViewGlossary.MultiSelect           = false;
     this.listViewGlossary.Name                  = "listViewGlossary";
     this.listViewGlossary.Size                  = new System.Drawing.Size(254, 245);
     this.listViewGlossary.TabIndex              = 0;
     this.listViewGlossary.View                  = System.Windows.Forms.View.Details;
     this.listViewGlossary.DoubleClick          += new System.EventHandler(this.ListViewGlossary_DoubleClick);
     this.listViewGlossary.SelectedIndexChanged += new System.EventHandler(this.ListViewGlossary_SelectedIndexChanged);
     this.listViewGlossary.HeaderStyle           = ColumnHeaderStyle.Nonclickable;
     //
     // buttonAdd
     //
     this.buttonAdd.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonAdd.Location  = new System.Drawing.Point(261, 0);
     this.buttonAdd.Name      = "buttonAdd";
     this.buttonAdd.Size      = new System.Drawing.Size(84, 23);
     this.buttonAdd.TabIndex  = 1;
     this.buttonAdd.Text      = "&Add...";
     this.buttonAdd.Click    += new System.EventHandler(this.buttonAdd_Click);
     //
     // buttonEdit
     //
     this.buttonEdit.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonEdit.Location  = new System.Drawing.Point(261, 30);
     this.buttonEdit.Name      = "buttonEdit";
     this.buttonEdit.Size      = new System.Drawing.Size(84, 23);
     this.buttonEdit.TabIndex  = 2;
     this.buttonEdit.Text      = "&Edit...";
     this.buttonEdit.Click    += new System.EventHandler(this.buttonEdit_Click);
     //
     // buttonDelete
     //
     this.buttonDelete.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonDelete.Location  = new System.Drawing.Point(261, 60);
     this.buttonDelete.Name      = "buttonDelete";
     this.buttonDelete.Size      = new System.Drawing.Size(84, 23);
     this.buttonDelete.TabIndex  = 3;
     this.buttonDelete.Text      = "&Delete...";
     this.buttonDelete.Click    += new System.EventHandler(this.buttonDelete_Click);
     //
     // GlossaryManagementControl
     //
     this.Controls.Add(this.buttonDelete);
     this.Controls.Add(this.buttonEdit);
     this.Controls.Add(this.buttonAdd);
     this.Controls.Add(this.listViewGlossary);
     this.Name = "GlossaryManagementControl";
     this.Size = new System.Drawing.Size(345, 245);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.listViewGlossary = new OpenLiveWriter.HtmlEditor.Linking.GlossaryListView(this.components, 248);
            this.buttonAdd = new System.Windows.Forms.Button();
            this.buttonEdit = new System.Windows.Forms.Button();
            this.buttonDelete = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // listViewGlossary
            //
            this.listViewGlossary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
            this.listViewGlossary.FullRowSelect = true;
            this.listViewGlossary.HideSelection = false;
            this.listViewGlossary.LabelWrap = false;
            this.listViewGlossary.Location = new System.Drawing.Point(0, 0);
            this.listViewGlossary.MultiSelect = false;
            this.listViewGlossary.Name = "listViewGlossary";
            this.listViewGlossary.Size = new System.Drawing.Size(254, 245);
            this.listViewGlossary.TabIndex = 0;
            this.listViewGlossary.View = System.Windows.Forms.View.Details;
            this.listViewGlossary.DoubleClick += new System.EventHandler(this.ListViewGlossary_DoubleClick);
            this.listViewGlossary.SelectedIndexChanged += new System.EventHandler(this.ListViewGlossary_SelectedIndexChanged);
            this.listViewGlossary.HeaderStyle = ColumnHeaderStyle.Nonclickable;
            //
            // buttonAdd
            //
            this.buttonAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonAdd.Location = new System.Drawing.Point(261, 0);
            this.buttonAdd.Name = "buttonAdd";
            this.buttonAdd.Size = new System.Drawing.Size(84, 23);
            this.buttonAdd.TabIndex = 1;
            this.buttonAdd.Text = "&Add...";
            this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
            //
            // buttonEdit
            //
            this.buttonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonEdit.Location = new System.Drawing.Point(261, 30);
            this.buttonEdit.Name = "buttonEdit";
            this.buttonEdit.Size = new System.Drawing.Size(84, 23);
            this.buttonEdit.TabIndex = 2;
            this.buttonEdit.Text = "&Edit...";
            this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
            //
            // buttonDelete
            //
            this.buttonDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonDelete.Location = new System.Drawing.Point(261, 60);
            this.buttonDelete.Name = "buttonDelete";
            this.buttonDelete.Size = new System.Drawing.Size(84, 23);
            this.buttonDelete.TabIndex = 3;
            this.buttonDelete.Text = "&Delete...";
            this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
            //
            // GlossaryManagementControl
            //
            this.Controls.Add(this.buttonDelete);
            this.Controls.Add(this.buttonEdit);
            this.Controls.Add(this.buttonAdd);
            this.Controls.Add(this.listViewGlossary);
            this.Name = "GlossaryManagementControl";
            this.Size = new System.Drawing.Size(345, 245);
            this.ResumeLayout(false);

        }