Example #1
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FmList));
     this.textBox = new Stimulsoft.Controls.StiTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.listView = new ASEExpertVS2005.ASListView();
     this.lvcolProject = new System.Windows.Forms.ColumnHeader();
     this.lvcolFile = new System.Windows.Forms.ColumnHeader();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.cbSaveOnlyOppened = new Stimulsoft.Controls.StiCheckBox();
     this.btOnlyOpenned = new Stimulsoft.Controls.StiButton();
     this.btClose = new Stimulsoft.Controls.StiButton();
     this.btCancel = new Stimulsoft.Controls.StiButton();
     this.btOk = new Stimulsoft.Controls.StiButton();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox
     //
     this.textBox.Dock = System.Windows.Forms.DockStyle.Top;
     this.textBox.Location = new System.Drawing.Point(0, 13);
     this.textBox.Name = "textBox";
     this.textBox.Size = new System.Drawing.Size(652, 20);
     this.textBox.TabIndex = 0;
     this.textBox.TextChanged += new System.EventHandler(this.textBox_TextChanged);
     this.textBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
     this.textBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyUp);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(652, 13);
     this.label1.TabIndex = 3;
     this.label1.Text = "Element:";
     //
     // listView
     //
     this.listView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.lvcolProject,
     this.lvcolFile});
     this.listView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView.FullRowSelect = true;
     this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView.HideSelection = false;
     this.listView.LabelWrap = false;
     this.listView.Location = new System.Drawing.Point(0, 33);
     this.listView.MultiSelect = false;
     this.listView.Name = "listView";
     this.listView.Size = new System.Drawing.Size(652, 259);
     this.listView.SmallImageList = this.imageList;
     this.listView.TabIndex = 1;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View = System.Windows.Forms.View.Details;
     this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
     //
     // lvcolProject
     //
     this.lvcolProject.Text = "Project";
     this.lvcolProject.Width = 247;
     //
     // lvcolFile
     //
     this.lvcolFile.Text = "File";
     this.lvcolFile.Width = 154;
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cbSaveOnlyOppened);
     this.panel1.Controls.Add(this.btOnlyOpenned);
     this.panel1.Controls.Add(this.btClose);
     this.panel1.Controls.Add(this.btCancel);
     this.panel1.Controls.Add(this.btOk);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 292);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(652, 32);
     this.panel1.TabIndex = 2;
     //
     // cbSaveOnlyOppened
     //
     this.cbSaveOnlyOppened.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbSaveOnlyOppened.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbSaveOnlyOppened.Image = null;
     this.cbSaveOnlyOppened.Location = new System.Drawing.Point(372, 4);
     this.cbSaveOnlyOppened.Name = "cbSaveOnlyOppened";
     this.cbSaveOnlyOppened.Size = new System.Drawing.Size(148, 16);
     this.cbSaveOnlyOppened.TabIndex = 4;
     this.cbSaveOnlyOppened.Text = "Save state only oppened";
     //
     // btOnlyOpenned
     //
     this.btOnlyOpenned.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btOnlyOpenned.Location = new System.Drawing.Point(249, 4);
     this.btOnlyOpenned.Name = "btOnlyOpenned";
     this.btOnlyOpenned.Size = new System.Drawing.Size(120, 23);
     this.btOnlyOpenned.TabIndex = 2;
     this.btOnlyOpenned.Text = "Only openned <F12>";
     this.btOnlyOpenned.UseVisualStyleBackColor = false;
     this.btOnlyOpenned.Click += new System.EventHandler(this.btOnlyOpenned_Click);
     //
     // btClose
     //
     this.btClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btClose.DialogResult = System.Windows.Forms.DialogResult.Abort;
     this.btClose.Location = new System.Drawing.Point(126, 4);
     this.btClose.Name = "btClose";
     this.btClose.Size = new System.Drawing.Size(120, 23);
     this.btClose.TabIndex = 1;
     this.btClose.Text = "C&lose <Delete>";
     this.btClose.UseVisualStyleBackColor = false;
     this.btClose.Click += new System.EventHandler(this.btClose_Click);
     //
     // btCancel
     //
     this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.Location = new System.Drawing.Point(530, 4);
     this.btCancel.Name = "btCancel";
     this.btCancel.Size = new System.Drawing.Size(120, 23);
     this.btCancel.TabIndex = 3;
     this.btCancel.Text = "&Cancel <Escape>";
     this.btCancel.UseVisualStyleBackColor = false;
     //
     // btOk
     //
     this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btOk.Location = new System.Drawing.Point(2, 4);
     this.btOk.Name = "btOk";
     this.btOk.Size = new System.Drawing.Size(120, 23);
     this.btOk.TabIndex = 0;
     this.btOk.Text = "&Ok <Return>";
     this.btOk.UseVisualStyleBackColor = false;
     this.btOk.Click += new System.EventHandler(this.btOk_Click);
     //
     // FmList
     //
     this.AcceptButton = this.btOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.btCancel;
     this.ClientSize = new System.Drawing.Size(652, 324);
     this.Controls.Add(this.listView);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.textBox);
     this.Controls.Add(this.label1);
     this.Name = "FmList";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Project items";
     this.Load += new System.EventHandler(this.FmList_Load);
     this.Activated += new System.EventHandler(this.FmList_Activated);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FmList_FormClosing);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FmCodeItems));
     this.listView         = new ASEExpertVS2005.ASListView();
     this.lvcolName        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvcolDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lvcolComments    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList        = new System.Windows.Forms.ImageList(this.components);
     this.textBox          = new Stimulsoft.Controls.StiTextBox();
     this.label1           = new System.Windows.Forms.Label();
     this.panel1           = new System.Windows.Forms.Panel();
     this.btCancel         = new Stimulsoft.Controls.StiButton();
     this.btOk             = new Stimulsoft.Controls.StiButton();
     this.lbDescription    = new System.Windows.Forms.Label();
     this.lbName           = new System.Windows.Forms.Label();
     this.lbComments       = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // listView
     //
     this.listView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.lvcolName,
         this.lvcolDescription,
         this.lvcolComments
     });
     this.listView.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.listView.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView.HideSelection  = false;
     this.listView.LabelWrap      = false;
     this.listView.Location       = new System.Drawing.Point(0, 87);
     this.listView.MultiSelect    = false;
     this.listView.Name           = "listView";
     this.listView.Size           = new System.Drawing.Size(696, 210);
     this.listView.SmallImageList = this.imageList;
     this.listView.TabIndex       = 7;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View = System.Windows.Forms.View.Details;
     this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
     this.listView.DoubleClick          += new System.EventHandler(this.listView_DoubleClick);
     //
     // lvcolName
     //
     this.lvcolName.Text  = "Name";
     this.lvcolName.Width = 242;
     //
     // lvcolDescription
     //
     this.lvcolDescription.Text  = "Description";
     this.lvcolDescription.Width = 268;
     //
     // lvcolComments
     //
     this.lvcolComments.Text  = "Comments";
     this.lvcolComments.Width = 161;
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     //
     // textBox
     //
     this.textBox.Dock         = System.Windows.Forms.DockStyle.Top;
     this.textBox.Location     = new System.Drawing.Point(0, 16);
     this.textBox.Name         = "textBox";
     this.textBox.Size         = new System.Drawing.Size(696, 20);
     this.textBox.TabIndex     = 6;
     this.textBox.TextChanged += new System.EventHandler(this.textBox_TextChanged);
     this.textBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
     this.textBox.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyUp);
     //
     // label1
     //
     this.label1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(696, 16);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Element:";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btCancel);
     this.panel1.Controls.Add(this.btOk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 297);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(696, 32);
     this.panel1.TabIndex = 11;
     //
     // btCancel
     //
     this.btCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.Location                = new System.Drawing.Point(576, 8);
     this.btCancel.Name                    = "btCancel";
     this.btCancel.Size                    = new System.Drawing.Size(120, 23);
     this.btCancel.TabIndex                = 12;
     this.btCancel.Text                    = "&Cancel <Escape>";
     this.btCancel.UseVisualStyleBackColor = false;
     //
     // btOk
     //
     this.btOk.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btOk.Location                = new System.Drawing.Point(4, 8);
     this.btOk.Name                    = "btOk";
     this.btOk.Size                    = new System.Drawing.Size(120, 23);
     this.btOk.TabIndex                = 11;
     this.btOk.Text                    = "&Ok <Return>";
     this.btOk.UseVisualStyleBackColor = false;
     this.btOk.Click                  += new System.EventHandler(this.btOk_Click);
     //
     // lbDescription
     //
     this.lbDescription.AutoSize  = true;
     this.lbDescription.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lbDescription.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbDescription.ForeColor = System.Drawing.Color.MediumVioletRed;
     this.lbDescription.Location  = new System.Drawing.Point(0, 53);
     this.lbDescription.Name      = "lbDescription";
     this.lbDescription.Size      = new System.Drawing.Size(52, 17);
     this.lbDescription.TabIndex  = 13;
     this.lbDescription.Text      = "label3";
     //
     // lbName
     //
     this.lbName.AutoSize  = true;
     this.lbName.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lbName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbName.ForeColor = System.Drawing.Color.DarkGreen;
     this.lbName.Location  = new System.Drawing.Point(0, 36);
     this.lbName.Name      = "lbName";
     this.lbName.Size      = new System.Drawing.Size(52, 17);
     this.lbName.TabIndex  = 14;
     this.lbName.Text      = "label4";
     //
     // lbComments
     //
     this.lbComments.Dock         = System.Windows.Forms.DockStyle.Top;
     this.lbComments.Font         = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbComments.ForeColor    = System.Drawing.SystemColors.MenuHighlight;
     this.lbComments.Location     = new System.Drawing.Point(0, 70);
     this.lbComments.MaximumSize  = new System.Drawing.Size(0, 68);
     this.lbComments.Name         = "lbComments";
     this.lbComments.Size         = new System.Drawing.Size(696, 17);
     this.lbComments.TabIndex     = 15;
     this.lbComments.Text         = "label2";
     this.lbComments.UseMnemonic  = false;
     this.lbComments.TextChanged += new System.EventHandler(this.lbComments_TextChanged);
     //
     // FmCodeItems
     //
     this.AcceptButton      = this.btOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btCancel;
     this.ClientSize        = new System.Drawing.Size(696, 329);
     this.Controls.Add(this.listView);
     this.Controls.Add(this.lbComments);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lbDescription);
     this.Controls.Add(this.lbName);
     this.Controls.Add(this.textBox);
     this.Controls.Add(this.label1);
     this.Name          = "FmCodeItems";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Code Elements";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FmCodeItems_FormClosing);
     this.Load         += new System.EventHandler(this.FmCodeItems_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FmCodeItems));
     this.listView = new ASEExpertVS2005.ASListView();
     this.lvcolName = new System.Windows.Forms.ColumnHeader();
     this.lvcolDescription = new System.Windows.Forms.ColumnHeader();
     this.lvcolComments = new System.Windows.Forms.ColumnHeader();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.textBox = new Stimulsoft.Controls.StiTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btCancel = new Stimulsoft.Controls.StiButton();
     this.btOk = new Stimulsoft.Controls.StiButton();
     this.lbDescription = new System.Windows.Forms.Label();
     this.lbName = new System.Windows.Forms.Label();
     this.lbComments = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // listView
     //
     this.listView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.lvcolName,
     this.lvcolDescription,
     this.lvcolComments});
     this.listView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView.HideSelection = false;
     this.listView.LabelWrap = false;
     this.listView.Location = new System.Drawing.Point(0, 87);
     this.listView.MultiSelect = false;
     this.listView.Name = "listView";
     this.listView.Size = new System.Drawing.Size(696, 210);
     this.listView.SmallImageList = this.imageList;
     this.listView.TabIndex = 7;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View = System.Windows.Forms.View.Details;
     this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
     this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
     //
     // lvcolName
     //
     this.lvcolName.Text = "Name";
     this.lvcolName.Width = 242;
     //
     // lvcolDescription
     //
     this.lvcolDescription.Text = "Description";
     this.lvcolDescription.Width = 268;
     //
     // lvcolComments
     //
     this.lvcolComments.Text = "Comments";
     this.lvcolComments.Width = 161;
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     //
     // textBox
     //
     this.textBox.Dock = System.Windows.Forms.DockStyle.Top;
     this.textBox.Location = new System.Drawing.Point(0, 16);
     this.textBox.Name = "textBox";
     this.textBox.Size = new System.Drawing.Size(696, 20);
     this.textBox.TabIndex = 6;
     this.textBox.TextChanged += new System.EventHandler(this.textBox_TextChanged);
     this.textBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
     this.textBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyUp);
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(696, 16);
     this.label1.TabIndex = 8;
     this.label1.Text = "Element:";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btCancel);
     this.panel1.Controls.Add(this.btOk);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 297);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(696, 32);
     this.panel1.TabIndex = 11;
     //
     // btCancel
     //
     this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.Location = new System.Drawing.Point(576, 8);
     this.btCancel.Name = "btCancel";
     this.btCancel.Size = new System.Drawing.Size(120, 23);
     this.btCancel.TabIndex = 12;
     this.btCancel.Text = "&Cancel <Escape>";
     this.btCancel.UseVisualStyleBackColor = false;
     //
     // btOk
     //
     this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btOk.Location = new System.Drawing.Point(4, 8);
     this.btOk.Name = "btOk";
     this.btOk.Size = new System.Drawing.Size(120, 23);
     this.btOk.TabIndex = 11;
     this.btOk.Text = "&Ok <Return>";
     this.btOk.UseVisualStyleBackColor = false;
     this.btOk.Click += new System.EventHandler(this.btOk_Click);
     //
     // lbDescription
     //
     this.lbDescription.AutoSize = true;
     this.lbDescription.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbDescription.ForeColor = System.Drawing.Color.MediumVioletRed;
     this.lbDescription.Location = new System.Drawing.Point(0, 53);
     this.lbDescription.Name = "lbDescription";
     this.lbDescription.Size = new System.Drawing.Size(52, 17);
     this.lbDescription.TabIndex = 13;
     this.lbDescription.Text = "label3";
     //
     // lbName
     //
     this.lbName.AutoSize = true;
     this.lbName.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbName.ForeColor = System.Drawing.Color.DarkGreen;
     this.lbName.Location = new System.Drawing.Point(0, 36);
     this.lbName.Name = "lbName";
     this.lbName.Size = new System.Drawing.Size(52, 17);
     this.lbName.TabIndex = 14;
     this.lbName.Text = "label4";
     //
     // lbComments
     //
     this.lbComments.Dock = System.Windows.Forms.DockStyle.Top;
     this.lbComments.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbComments.ForeColor = System.Drawing.SystemColors.MenuHighlight;
     this.lbComments.Location = new System.Drawing.Point(0, 70);
     this.lbComments.MaximumSize = new System.Drawing.Size(0, 68);
     this.lbComments.Name = "lbComments";
     this.lbComments.Size = new System.Drawing.Size(696, 17);
     this.lbComments.TabIndex = 15;
     this.lbComments.Text = "label2";
     this.lbComments.UseMnemonic = false;
     this.lbComments.TextChanged += new System.EventHandler(this.lbComments_TextChanged);
     //
     // FmCodeItems
     //
     this.AcceptButton = this.btOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.btCancel;
     this.ClientSize = new System.Drawing.Size(696, 329);
     this.Controls.Add(this.listView);
     this.Controls.Add(this.lbComments);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lbDescription);
     this.Controls.Add(this.lbName);
     this.Controls.Add(this.textBox);
     this.Controls.Add(this.label1);
     this.Name = "FmCodeItems";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Code Elements";
     this.Load += new System.EventHandler(this.FmCodeItems_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FmCodeItems_FormClosing);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }