Ejemplo n.º 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(ScheduleView));
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            this.HoverTimer = new System.Windows.Forms.Timer(this.components);
            this.TopStrip = new System.Windows.Forms.ToolStrip();
            this.NewButton = new System.Windows.Forms.ToolStripButton();
            this.NowButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.GoalCombo = new System.Windows.Forms.ToolStripComboBox();
            this.DetailsButton = new System.Windows.Forms.ToolStripButton();
            this.MainSplit = new System.Windows.Forms.SplitContainer();
            this.DiscardButton = new DeOps.Interface.Views.ImageButton();
            this.SaveButton = new DeOps.Interface.Views.ImageButton();
            this.LabelMinus = new System.Windows.Forms.Label();
            this.LabelPlus = new System.Windows.Forms.Label();
            this.ScheduleSlider = new DeOps.Services.Plan.DateSlider();
            this.ExtendedLabel = new System.Windows.Forms.Label();
            this.RangeLabel = new System.Windows.Forms.Label();
            this.DateRange = new System.Windows.Forms.TrackBar();
            this.PlanStructure = new DeOps.Interface.TLVex.TreeListViewEx();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.DetailsBrowser = new DeOps.Interface.Views.WebBrowserEx();
            this.TopStrip.SuspendLayout();
            this.MainSplit.Panel1.SuspendLayout();
            this.MainSplit.Panel2.SuspendLayout();
            this.MainSplit.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DiscardButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.SaveButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRange)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // HoverTimer
            // 
            this.HoverTimer.Enabled = true;
            this.HoverTimer.Interval = 500;
            this.HoverTimer.Tick += new System.EventHandler(this.HoverTimer_Tick);
            // 
            // TopStrip
            // 
            this.TopStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.TopStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.NewButton,
            this.NowButton,
            this.toolStripLabel2,
            this.toolStripLabel1,
            this.GoalCombo,
            this.DetailsButton});
            this.TopStrip.Location = new System.Drawing.Point(0, 0);
            this.TopStrip.Name = "TopStrip";
            this.TopStrip.Size = new System.Drawing.Size(505, 25);
            this.TopStrip.TabIndex = 23;
            // 
            // NewButton
            // 
            this.NewButton.Image = ((System.Drawing.Image)(resources.GetObject("NewButton.Image")));
            this.NewButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.NewButton.Name = "NewButton";
            this.NewButton.Size = new System.Drawing.Size(48, 22);
            this.NewButton.Text = "New";
            this.NewButton.Click += new System.EventHandler(this.NewButton_Click);
            // 
            // NowButton
            // 
            this.NowButton.Image = ((System.Drawing.Image)(resources.GetObject("NowButton.Image")));
            this.NowButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.NowButton.Name = "NowButton";
            this.NowButton.Size = new System.Drawing.Size(48, 22);
            this.NowButton.Text = "Now";
            this.NowButton.Click += new System.EventHandler(this.NowButton_Click);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(19, 22);
            this.toolStripLabel2.Text = "    ";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(65, 22);
            this.toolStripLabel1.Text = "Show Goal";
            // 
            // GoalCombo
            // 
            this.GoalCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.GoalCombo.Name = "GoalCombo";
            this.GoalCombo.Size = new System.Drawing.Size(121, 25);
            this.GoalCombo.SelectedIndexChanged += new System.EventHandler(this.GoalCombo_SelectedIndexChanged);
            // 
            // DetailsButton
            // 
            this.DetailsButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.DetailsButton.CheckOnClick = true;
            this.DetailsButton.Image = ((System.Drawing.Image)(resources.GetObject("DetailsButton.Image")));
            this.DetailsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.DetailsButton.Name = "DetailsButton";
            this.DetailsButton.Size = new System.Drawing.Size(59, 22);
            this.DetailsButton.Text = "Details";
            this.DetailsButton.Click += new System.EventHandler(this.DetailsButton_Click);
            // 
            // splitContainer1
            // 
            this.MainSplit.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.MainSplit.Location = new System.Drawing.Point(0, 25);
            this.MainSplit.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.MainSplit.Panel1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.MainSplit.Panel1.Controls.Add(this.DiscardButton);
            this.MainSplit.Panel1.Controls.Add(this.SaveButton);
            this.MainSplit.Panel1.Controls.Add(this.LabelMinus);
            this.MainSplit.Panel1.Controls.Add(this.LabelPlus);
            this.MainSplit.Panel1.Controls.Add(this.ScheduleSlider);
            this.MainSplit.Panel1.Controls.Add(this.ExtendedLabel);
            this.MainSplit.Panel1.Controls.Add(this.RangeLabel);
            this.MainSplit.Panel1.Controls.Add(this.DateRange);
            this.MainSplit.Panel1.Controls.Add(this.PlanStructure);
            // 
            // splitContainer1.Panel2
            // 
            this.MainSplit.Panel2.Controls.Add(this.groupBox1);
            this.MainSplit.Size = new System.Drawing.Size(505, 221);
            this.MainSplit.SplitterDistance = 353;
            this.MainSplit.TabIndex = 24;
            // 
            // DiscardButton
            // 
            this.DiscardButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.DiscardButton.ButtonDown = global::DeOps.Properties.Resources.discard_down;
            this.DiscardButton.ButtonHot = global::DeOps.Properties.Resources.discard_hot;
            this.DiscardButton.ButtonNormal = global::DeOps.Properties.Resources.discard_norm;
            this.DiscardButton.Image = global::DeOps.Properties.Resources.discard_norm;
            this.DiscardButton.Location = new System.Drawing.Point(269, 199);
            this.DiscardButton.Name = "DiscardButton";
            this.DiscardButton.Size = new System.Drawing.Size(64, 19);
            this.DiscardButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.DiscardButton.TabIndex = 31;
            this.DiscardButton.TabStop = false;
            this.DiscardButton.Visible = false;
            this.DiscardButton.Click += new System.EventHandler(this.DiscardButton_Click);
            // 
            // SaveButton
            // 
            this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.SaveButton.ButtonDown = global::DeOps.Properties.Resources.save_down;
            this.SaveButton.ButtonHot = global::DeOps.Properties.Resources.save_hot;
            this.SaveButton.ButtonNormal = global::DeOps.Properties.Resources.save_norm;
            this.SaveButton.Image = global::DeOps.Properties.Resources.save_norm;
            this.SaveButton.Location = new System.Drawing.Point(199, 199);
            this.SaveButton.Name = "SaveButton";
            this.SaveButton.Size = new System.Drawing.Size(64, 19);
            this.SaveButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.SaveButton.TabIndex = 30;
            this.SaveButton.TabStop = false;
            this.SaveButton.Visible = false;
            this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
            // 
            // LabelMinus
            // 
            this.LabelMinus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LabelMinus.Location = new System.Drawing.Point(47, 28);
            this.LabelMinus.Name = "LabelMinus";
            this.LabelMinus.Size = new System.Drawing.Size(13, 13);
            this.LabelMinus.TabIndex = 27;
            this.LabelMinus.Text = "-";
            // 
            // LabelPlus
            // 
            this.LabelPlus.AutoSize = true;
            this.LabelPlus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LabelPlus.Location = new System.Drawing.Point(145, 28);
            this.LabelPlus.Name = "LabelPlus";
            this.LabelPlus.Size = new System.Drawing.Size(14, 13);
            this.LabelPlus.TabIndex = 26;
            this.LabelPlus.Text = "+";
            // 
            // ScheduleSlider
            // 
            this.ScheduleSlider.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ScheduleSlider.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ScheduleSlider.Location = new System.Drawing.Point(180, 23);
            this.ScheduleSlider.Name = "ScheduleSlider";
            this.ScheduleSlider.Size = new System.Drawing.Size(172, 27);
            this.ScheduleSlider.TabIndex = 25;
            // 
            // ExtendedLabel
            // 
            this.ExtendedLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ExtendedLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ExtendedLabel.Location = new System.Drawing.Point(218, 7);
            this.ExtendedLabel.Name = "ExtendedLabel";
            this.ExtendedLabel.Size = new System.Drawing.Size(106, 13);
            this.ExtendedLabel.TabIndex = 24;
            this.ExtendedLabel.Text = "Extended Label";
            this.ExtendedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // RangeLabel
            // 
            this.RangeLabel.AutoSize = true;
            this.RangeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.RangeLabel.Location = new System.Drawing.Point(3, 28);
            this.RangeLabel.Name = "RangeLabel";
            this.RangeLabel.Size = new System.Drawing.Size(38, 13);
            this.RangeLabel.TabIndex = 23;
            this.RangeLabel.Text = "Zoom";
            // 
            // DateRange
            // 
            this.DateRange.AutoSize = false;
            this.DateRange.Location = new System.Drawing.Point(55, 29);
            this.DateRange.Maximum = 140;
            this.DateRange.Minimum = 14;
            this.DateRange.Name = "DateRange";
            this.DateRange.Size = new System.Drawing.Size(91, 16);
            this.DateRange.TabIndex = 22;
            this.DateRange.TickStyle = System.Windows.Forms.TickStyle.None;
            this.DateRange.Value = 80;
            this.DateRange.Scroll += new System.EventHandler(this.DateRange_Scroll);
            // 
            // PlanStructure
            // 
            this.PlanStructure.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.PlanStructure.BackColor = System.Drawing.SystemColors.Window;
            this.PlanStructure.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            toggleColumnHeader1.Hovered = false;
            toggleColumnHeader1.Image = null;
            toggleColumnHeader1.Index = 0;
            toggleColumnHeader1.Pressed = false;
            toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader1.Selected = false;
            toggleColumnHeader1.Text = "Structure";
            toggleColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader1.Visible = true;
            toggleColumnHeader1.Width = 180;
            toggleColumnHeader2.Hovered = false;
            toggleColumnHeader2.Image = null;
            toggleColumnHeader2.Index = 0;
            toggleColumnHeader2.Pressed = false;
            toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader2.Selected = false;
            toggleColumnHeader2.Text = "Items";
            toggleColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader2.Visible = true;
            toggleColumnHeader2.Width = 171;
            this.PlanStructure.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader1,
            toggleColumnHeader2});
            this.PlanStructure.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.PlanStructure.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.PlanStructure.DisableHorizontalScroll = true;
            this.PlanStructure.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.PlanStructure.HeaderMenu = null;
            this.PlanStructure.ItemHeight = 40;
            this.PlanStructure.ItemMenu = null;
            this.PlanStructure.LabelEdit = false;
            this.PlanStructure.Location = new System.Drawing.Point(0, 50);
            this.PlanStructure.Name = "PlanStructure";
            this.PlanStructure.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.PlanStructure.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.PlanStructure.ShowLines = true;
            this.PlanStructure.Size = new System.Drawing.Size(353, 171);
            this.PlanStructure.SmallImageList = null;
            this.PlanStructure.StateImageList = null;
            this.PlanStructure.TabIndex = 21;
            this.PlanStructure.SelectedItemChanged += new System.EventHandler(this.PlanStructure_SelectedItemChanged);
            this.PlanStructure.Leave += new System.EventHandler(this.PlanStructure_Leave);
            this.PlanStructure.Enter += new System.EventHandler(this.PlanStructure_Enter);
            // 
            // groupBox1
            // 
            this.groupBox1.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.groupBox1.Controls.Add(this.DetailsBrowser);
            this.groupBox1.Location = new System.Drawing.Point(3, 50);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(142, 168);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Details";
            // 
            // DetailsBrowser
            // 
            this.DetailsBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DetailsBrowser.Location = new System.Drawing.Point(3, 16);
            this.DetailsBrowser.MinimumSize = new System.Drawing.Size(20, 20);
            this.DetailsBrowser.Name = "DetailsBrowser";
            this.DetailsBrowser.ScriptErrorsSuppressed = true;
            this.DetailsBrowser.Size = new System.Drawing.Size(136, 149);
            this.DetailsBrowser.TabIndex = 0;
            // 
            // ScheduleView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.MainSplit);
            this.Controls.Add(this.TopStrip);
            this.DoubleBuffered = true;
            this.Name = "ScheduleView";
            this.Size = new System.Drawing.Size(505, 246);
            this.Load += new System.EventHandler(this.ScheduleView_Load);
            this.TopStrip.ResumeLayout(false);
            this.TopStrip.PerformLayout();
            this.MainSplit.Panel1.ResumeLayout(false);
            this.MainSplit.Panel1.PerformLayout();
            this.MainSplit.Panel2.ResumeLayout(false);
            this.MainSplit.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.DiscardButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SaveButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DateRange)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 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();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            this.FastTimer = new System.Windows.Forms.Timer(this.components);
            this.TransferList = new DeOps.Interface.TLVex.TreeListViewEx();
            this.ShowDownloads = new System.Windows.Forms.CheckBox();
            this.ShowUploads = new System.Windows.Forms.CheckBox();
            this.ShowPending = new System.Windows.Forms.CheckBox();
            this.ShowPartials = new System.Windows.Forms.CheckBox();
            this.ExpandLink = new System.Windows.Forms.LinkLabel();
            this.CollapseLink = new System.Windows.Forms.LinkLabel();
            this.SuspendLayout();
            // 
            // FastTimer
            // 
            this.FastTimer.Enabled = true;
            this.FastTimer.Interval = 250;
            this.FastTimer.Tick += new System.EventHandler(this.FastTimer_Tick);
            // 
            // TransferList
            // 
            this.TransferList.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.TransferList.BackColor = System.Drawing.SystemColors.Window;
            toggleColumnHeader1.Hovered = false;
            toggleColumnHeader1.Image = null;
            toggleColumnHeader1.Index = 0;
            toggleColumnHeader1.Pressed = false;
            toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader1.Selected = false;
            toggleColumnHeader1.Text = "Details";
            toggleColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader1.Visible = true;
            toggleColumnHeader1.Width = 414;
            toggleColumnHeader2.Hovered = false;
            toggleColumnHeader2.Image = null;
            toggleColumnHeader2.Index = 0;
            toggleColumnHeader2.Pressed = false;
            toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader2.Selected = false;
            toggleColumnHeader2.Text = "Bitfield";
            toggleColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader2.Visible = true;
            toggleColumnHeader2.Width = 200;
            this.TransferList.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader1,
            toggleColumnHeader2});
            this.TransferList.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.TransferList.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.TransferList.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.TransferList.HeaderMenu = null;
            this.TransferList.ItemHeight = 20;
            this.TransferList.ItemMenu = null;
            this.TransferList.LabelEdit = false;
            this.TransferList.Location = new System.Drawing.Point(12, 38);
            this.TransferList.Name = "TransferList";
            this.TransferList.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.TransferList.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.TransferList.Size = new System.Drawing.Size(618, 230);
            this.TransferList.SmallImageList = null;
            this.TransferList.StateImageList = null;
            this.TransferList.TabIndex = 1;
            this.TransferList.Text = "treeListViewEx2";
            this.TransferList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.TransferList_MouseClick);
            // 
            // ShowDownloads
            // 
            this.ShowDownloads.AutoSize = true;
            this.ShowDownloads.Checked = true;
            this.ShowDownloads.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ShowDownloads.Location = new System.Drawing.Point(12, 12);
            this.ShowDownloads.Name = "ShowDownloads";
            this.ShowDownloads.Size = new System.Drawing.Size(79, 17);
            this.ShowDownloads.TabIndex = 2;
            this.ShowDownloads.Text = "Downloads";
            this.ShowDownloads.UseVisualStyleBackColor = true;
            this.ShowDownloads.CheckedChanged += new System.EventHandler(this.DownloadsCheck_CheckedChanged);
            // 
            // ShowUploads
            // 
            this.ShowUploads.AutoSize = true;
            this.ShowUploads.Checked = true;
            this.ShowUploads.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ShowUploads.Location = new System.Drawing.Point(97, 12);
            this.ShowUploads.Name = "ShowUploads";
            this.ShowUploads.Size = new System.Drawing.Size(65, 17);
            this.ShowUploads.TabIndex = 3;
            this.ShowUploads.Text = "Uploads";
            this.ShowUploads.UseVisualStyleBackColor = true;
            this.ShowUploads.CheckedChanged += new System.EventHandler(this.UploadsCheck_CheckedChanged);
            // 
            // ShowPending
            // 
            this.ShowPending.AutoSize = true;
            this.ShowPending.Location = new System.Drawing.Point(168, 12);
            this.ShowPending.Name = "ShowPending";
            this.ShowPending.Size = new System.Drawing.Size(65, 17);
            this.ShowPending.TabIndex = 4;
            this.ShowPending.Text = "Pending";
            this.ShowPending.UseVisualStyleBackColor = true;
            this.ShowPending.CheckedChanged += new System.EventHandler(this.PendingCheck_CheckedChanged);
            // 
            // ShowPartials
            // 
            this.ShowPartials.AutoSize = true;
            this.ShowPartials.Location = new System.Drawing.Point(239, 12);
            this.ShowPartials.Name = "ShowPartials";
            this.ShowPartials.Size = new System.Drawing.Size(60, 17);
            this.ShowPartials.TabIndex = 5;
            this.ShowPartials.Text = "Partials";
            this.ShowPartials.UseVisualStyleBackColor = true;
            this.ShowPartials.CheckedChanged += new System.EventHandler(this.PartialsCheck_CheckedChanged);
            // 
            // ExpandLink
            // 
            this.ExpandLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ExpandLink.AutoSize = true;
            this.ExpandLink.Location = new System.Drawing.Point(506, 16);
            this.ExpandLink.Name = "ExpandLink";
            this.ExpandLink.Size = new System.Drawing.Size(57, 13);
            this.ExpandLink.TabIndex = 6;
            this.ExpandLink.TabStop = true;
            this.ExpandLink.Text = "Expand All";
            this.ExpandLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ExpandLink_LinkClicked);
            // 
            // CollapseLink
            // 
            this.CollapseLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.CollapseLink.AutoSize = true;
            this.CollapseLink.Location = new System.Drawing.Point(569, 16);
            this.CollapseLink.Name = "CollapseLink";
            this.CollapseLink.Size = new System.Drawing.Size(61, 13);
            this.CollapseLink.TabIndex = 7;
            this.CollapseLink.TabStop = true;
            this.CollapseLink.Text = "Collapse All";
            this.CollapseLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CollapseLink_LinkClicked);
            // 
            // TransferView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ClientSize = new System.Drawing.Size(642, 280);
            this.Controls.Add(this.CollapseLink);
            this.Controls.Add(this.ExpandLink);
            this.Controls.Add(this.ShowPartials);
            this.Controls.Add(this.ShowPending);
            this.Controls.Add(this.ShowUploads);
            this.Controls.Add(this.ShowDownloads);
            this.Controls.Add(this.TransferList);
            this.Name = "TransferView";
            this.Text = "Transfers";
            this.Load += new System.EventHandler(this.TransferView_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TransferView_FormClosing);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 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(ScheduleView));
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     this.HoverTimer      = new System.Windows.Forms.Timer(this.components);
     this.TopStrip        = new System.Windows.Forms.ToolStrip();
     this.NewButton       = new System.Windows.Forms.ToolStripButton();
     this.NowButton       = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.GoalCombo       = new System.Windows.Forms.ToolStripComboBox();
     this.DetailsButton   = new System.Windows.Forms.ToolStripButton();
     this.MainSplit       = new System.Windows.Forms.SplitContainer();
     this.DiscardButton   = new DeOps.Interface.Views.ImageButton();
     this.SaveButton      = new DeOps.Interface.Views.ImageButton();
     this.LabelMinus      = new System.Windows.Forms.Label();
     this.LabelPlus       = new System.Windows.Forms.Label();
     this.ScheduleSlider  = new DeOps.Services.Plan.DateSlider();
     this.ExtendedLabel   = new System.Windows.Forms.Label();
     this.RangeLabel      = new System.Windows.Forms.Label();
     this.DateRange       = new System.Windows.Forms.TrackBar();
     this.PlanStructure   = new DeOps.Interface.TLVex.TreeListViewEx();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.DetailsBrowser  = new DeOps.Interface.Views.WebBrowserEx();
     this.TopStrip.SuspendLayout();
     this.MainSplit.Panel1.SuspendLayout();
     this.MainSplit.Panel2.SuspendLayout();
     this.MainSplit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DiscardButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SaveButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRange)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // HoverTimer
     //
     this.HoverTimer.Enabled  = true;
     this.HoverTimer.Interval = 500;
     this.HoverTimer.Tick    += new System.EventHandler(this.HoverTimer_Tick);
     //
     // TopStrip
     //
     this.TopStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.TopStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.NewButton,
         this.NowButton,
         this.toolStripLabel2,
         this.toolStripLabel1,
         this.GoalCombo,
         this.DetailsButton
     });
     this.TopStrip.Location = new System.Drawing.Point(0, 0);
     this.TopStrip.Name     = "TopStrip";
     this.TopStrip.Size     = new System.Drawing.Size(505, 25);
     this.TopStrip.TabIndex = 23;
     //
     // NewButton
     //
     this.NewButton.Image = ((System.Drawing.Image)(resources.GetObject("NewButton.Image")));
     this.NewButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.NewButton.Name   = "NewButton";
     this.NewButton.Size   = new System.Drawing.Size(48, 22);
     this.NewButton.Text   = "New";
     this.NewButton.Click += new System.EventHandler(this.NewButton_Click);
     //
     // NowButton
     //
     this.NowButton.Image = ((System.Drawing.Image)(resources.GetObject("NowButton.Image")));
     this.NowButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.NowButton.Name   = "NowButton";
     this.NowButton.Size   = new System.Drawing.Size(48, 22);
     this.NowButton.Text   = "Now";
     this.NowButton.Click += new System.EventHandler(this.NowButton_Click);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(19, 22);
     this.toolStripLabel2.Text = "    ";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(65, 22);
     this.toolStripLabel1.Text = "Show Goal";
     //
     // GoalCombo
     //
     this.GoalCombo.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.GoalCombo.Name                  = "GoalCombo";
     this.GoalCombo.Size                  = new System.Drawing.Size(121, 25);
     this.GoalCombo.SelectedIndexChanged += new System.EventHandler(this.GoalCombo_SelectedIndexChanged);
     //
     // DetailsButton
     //
     this.DetailsButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.DetailsButton.CheckOnClick          = true;
     this.DetailsButton.Image                 = ((System.Drawing.Image)(resources.GetObject("DetailsButton.Image")));
     this.DetailsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DetailsButton.Name   = "DetailsButton";
     this.DetailsButton.Size   = new System.Drawing.Size(59, 22);
     this.DetailsButton.Text   = "Details";
     this.DetailsButton.Click += new System.EventHandler(this.DetailsButton_Click);
     //
     // splitContainer1
     //
     this.MainSplit.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.MainSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.MainSplit.Location   = new System.Drawing.Point(0, 25);
     this.MainSplit.Name       = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.MainSplit.Panel1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.MainSplit.Panel1.Controls.Add(this.DiscardButton);
     this.MainSplit.Panel1.Controls.Add(this.SaveButton);
     this.MainSplit.Panel1.Controls.Add(this.LabelMinus);
     this.MainSplit.Panel1.Controls.Add(this.LabelPlus);
     this.MainSplit.Panel1.Controls.Add(this.ScheduleSlider);
     this.MainSplit.Panel1.Controls.Add(this.ExtendedLabel);
     this.MainSplit.Panel1.Controls.Add(this.RangeLabel);
     this.MainSplit.Panel1.Controls.Add(this.DateRange);
     this.MainSplit.Panel1.Controls.Add(this.PlanStructure);
     //
     // splitContainer1.Panel2
     //
     this.MainSplit.Panel2.Controls.Add(this.groupBox1);
     this.MainSplit.Size             = new System.Drawing.Size(505, 221);
     this.MainSplit.SplitterDistance = 353;
     this.MainSplit.TabIndex         = 24;
     //
     // DiscardButton
     //
     this.DiscardButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.DiscardButton.ButtonDown   = global::DeOps.Properties.Resources.discard_down;
     this.DiscardButton.ButtonHot    = global::DeOps.Properties.Resources.discard_hot;
     this.DiscardButton.ButtonNormal = global::DeOps.Properties.Resources.discard_norm;
     this.DiscardButton.Image        = global::DeOps.Properties.Resources.discard_norm;
     this.DiscardButton.Location     = new System.Drawing.Point(269, 199);
     this.DiscardButton.Name         = "DiscardButton";
     this.DiscardButton.Size         = new System.Drawing.Size(64, 19);
     this.DiscardButton.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.DiscardButton.TabIndex     = 31;
     this.DiscardButton.TabStop      = false;
     this.DiscardButton.Visible      = false;
     this.DiscardButton.Click       += new System.EventHandler(this.DiscardButton_Click);
     //
     // SaveButton
     //
     this.SaveButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.SaveButton.ButtonDown   = global::DeOps.Properties.Resources.save_down;
     this.SaveButton.ButtonHot    = global::DeOps.Properties.Resources.save_hot;
     this.SaveButton.ButtonNormal = global::DeOps.Properties.Resources.save_norm;
     this.SaveButton.Image        = global::DeOps.Properties.Resources.save_norm;
     this.SaveButton.Location     = new System.Drawing.Point(199, 199);
     this.SaveButton.Name         = "SaveButton";
     this.SaveButton.Size         = new System.Drawing.Size(64, 19);
     this.SaveButton.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.SaveButton.TabIndex     = 30;
     this.SaveButton.TabStop      = false;
     this.SaveButton.Visible      = false;
     this.SaveButton.Click       += new System.EventHandler(this.SaveButton_Click);
     //
     // LabelMinus
     //
     this.LabelMinus.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelMinus.Location = new System.Drawing.Point(47, 28);
     this.LabelMinus.Name     = "LabelMinus";
     this.LabelMinus.Size     = new System.Drawing.Size(13, 13);
     this.LabelMinus.TabIndex = 27;
     this.LabelMinus.Text     = "-";
     //
     // LabelPlus
     //
     this.LabelPlus.AutoSize = true;
     this.LabelPlus.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LabelPlus.Location = new System.Drawing.Point(145, 28);
     this.LabelPlus.Name     = "LabelPlus";
     this.LabelPlus.Size     = new System.Drawing.Size(14, 13);
     this.LabelPlus.TabIndex = 26;
     this.LabelPlus.Text     = "+";
     //
     // ScheduleSlider
     //
     this.ScheduleSlider.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.ScheduleSlider.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ScheduleSlider.Location  = new System.Drawing.Point(180, 23);
     this.ScheduleSlider.Name      = "ScheduleSlider";
     this.ScheduleSlider.Size      = new System.Drawing.Size(172, 27);
     this.ScheduleSlider.TabIndex  = 25;
     //
     // ExtendedLabel
     //
     this.ExtendedLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.ExtendedLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ExtendedLabel.Location  = new System.Drawing.Point(218, 7);
     this.ExtendedLabel.Name      = "ExtendedLabel";
     this.ExtendedLabel.Size      = new System.Drawing.Size(106, 13);
     this.ExtendedLabel.TabIndex  = 24;
     this.ExtendedLabel.Text      = "Extended Label";
     this.ExtendedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // RangeLabel
     //
     this.RangeLabel.AutoSize = true;
     this.RangeLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RangeLabel.Location = new System.Drawing.Point(3, 28);
     this.RangeLabel.Name     = "RangeLabel";
     this.RangeLabel.Size     = new System.Drawing.Size(38, 13);
     this.RangeLabel.TabIndex = 23;
     this.RangeLabel.Text     = "Zoom";
     //
     // DateRange
     //
     this.DateRange.AutoSize  = false;
     this.DateRange.Location  = new System.Drawing.Point(55, 29);
     this.DateRange.Maximum   = 140;
     this.DateRange.Minimum   = 14;
     this.DateRange.Name      = "DateRange";
     this.DateRange.Size      = new System.Drawing.Size(91, 16);
     this.DateRange.TabIndex  = 22;
     this.DateRange.TickStyle = System.Windows.Forms.TickStyle.None;
     this.DateRange.Value     = 80;
     this.DateRange.Scroll   += new System.EventHandler(this.DateRange_Scroll);
     //
     // PlanStructure
     //
     this.PlanStructure.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.PlanStructure.BackColor   = System.Drawing.SystemColors.Window;
     this.PlanStructure.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = "Structure";
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 180;
     toggleColumnHeader2.Hovered    = false;
     toggleColumnHeader2.Image      = null;
     toggleColumnHeader2.Index      = 0;
     toggleColumnHeader2.Pressed    = false;
     toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader2.Selected   = false;
     toggleColumnHeader2.Text       = "Items";
     toggleColumnHeader2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader2.Visible    = true;
     toggleColumnHeader2.Width      = 171;
     this.PlanStructure.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1,
         toggleColumnHeader2
     });
     this.PlanStructure.ColumnSortColor         = System.Drawing.Color.Gainsboro;
     this.PlanStructure.ColumnTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.PlanStructure.DisableHorizontalScroll = true;
     this.PlanStructure.GridLineColor           = System.Drawing.Color.WhiteSmoke;
     this.PlanStructure.HeaderMenu           = null;
     this.PlanStructure.ItemHeight           = 40;
     this.PlanStructure.ItemMenu             = null;
     this.PlanStructure.LabelEdit            = false;
     this.PlanStructure.Location             = new System.Drawing.Point(0, 50);
     this.PlanStructure.Name                 = "PlanStructure";
     this.PlanStructure.RowSelectColor       = System.Drawing.SystemColors.Highlight;
     this.PlanStructure.RowTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.PlanStructure.ShowLines            = true;
     this.PlanStructure.Size                 = new System.Drawing.Size(353, 171);
     this.PlanStructure.SmallImageList       = null;
     this.PlanStructure.StateImageList       = null;
     this.PlanStructure.TabIndex             = 21;
     this.PlanStructure.SelectedItemChanged += new System.EventHandler(this.PlanStructure_SelectedItemChanged);
     this.PlanStructure.Leave               += new System.EventHandler(this.PlanStructure_Leave);
     this.PlanStructure.Enter               += new System.EventHandler(this.PlanStructure_Enter);
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.DetailsBrowser);
     this.groupBox1.Location = new System.Drawing.Point(3, 50);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(142, 168);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Details";
     //
     // DetailsBrowser
     //
     this.DetailsBrowser.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.DetailsBrowser.Location               = new System.Drawing.Point(3, 16);
     this.DetailsBrowser.MinimumSize            = new System.Drawing.Size(20, 20);
     this.DetailsBrowser.Name                   = "DetailsBrowser";
     this.DetailsBrowser.ScriptErrorsSuppressed = true;
     this.DetailsBrowser.Size                   = new System.Drawing.Size(136, 149);
     this.DetailsBrowser.TabIndex               = 0;
     //
     // ScheduleView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.Controls.Add(this.MainSplit);
     this.Controls.Add(this.TopStrip);
     this.DoubleBuffered = true;
     this.Name           = "ScheduleView";
     this.Size           = new System.Drawing.Size(505, 246);
     this.Load          += new System.EventHandler(this.ScheduleView_Load);
     this.TopStrip.ResumeLayout(false);
     this.TopStrip.PerformLayout();
     this.MainSplit.Panel1.ResumeLayout(false);
     this.MainSplit.Panel1.PerformLayout();
     this.MainSplit.Panel2.ResumeLayout(false);
     this.MainSplit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DiscardButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SaveButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRange)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
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(MailView));
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.ReceivedButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.SentButton = new System.Windows.Forms.ToolStripButton();
            this.ComposeButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.MessageView = new DeOps.Interface.TLVex.TreeListViewEx();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.MessageHeader = new DeOps.Interface.Views.WebBrowserEx();
            this.MessageBody = new DeOps.Interface.Views.RichTextBoxEx();
            this.ListImages = new System.Windows.Forms.ImageList(this.components);
            this.toolStrip1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.ReceivedButton,
            this.toolStripLabel2,
            this.SentButton,
            this.ComposeButton,
            this.toolStripLabel3});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(453, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(10, 22);
            this.toolStripLabel1.Text = " ";
            // 
            // ReceivedButton
            // 
            this.ReceivedButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.ReceivedButton.Checked = true;
            this.ReceivedButton.CheckOnClick = true;
            this.ReceivedButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ReceivedButton.Image = ((System.Drawing.Image)(resources.GetObject("ReceivedButton.Image")));
            this.ReceivedButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ReceivedButton.Name = "ReceivedButton";
            this.ReceivedButton.Size = new System.Drawing.Size(71, 22);
            this.ReceivedButton.Text = "Received";
            this.ReceivedButton.Click += new System.EventHandler(this.InboxButton_Click);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabel2.AutoSize = false;
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(5, 22);
            // 
            // SentButton
            // 
            this.SentButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.SentButton.Checked = true;
            this.SentButton.CheckOnClick = true;
            this.SentButton.CheckState = System.Windows.Forms.CheckState.Checked;
            this.SentButton.Image = ((System.Drawing.Image)(resources.GetObject("SentButton.Image")));
            this.SentButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.SentButton.Name = "SentButton";
            this.SentButton.Size = new System.Drawing.Size(49, 22);
            this.SentButton.Text = "Sent";
            this.SentButton.Click += new System.EventHandler(this.OutboxButton_Click);
            // 
            // ComposeButton
            // 
            this.ComposeButton.Image = ((System.Drawing.Image)(resources.GetObject("ComposeButton.Image")));
            this.ComposeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ComposeButton.Name = "ComposeButton";
            this.ComposeButton.Size = new System.Drawing.Size(83, 22);
            this.ComposeButton.Text = "Compose...";
            this.ComposeButton.Click += new System.EventHandler(this.ComposeButton_Click);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(37, 22);
            this.toolStripLabel3.Text = "Show:";
            // 
            // splitContainer1
            // 
            this.splitContainer1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 25);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.MessageView);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(453, 282);
            this.splitContainer1.SplitterDistance = 107;
            this.splitContainer1.TabIndex = 1;
            // 
            // MessageView
            // 
            this.MessageView.BackColor = System.Drawing.SystemColors.Window;
            toggleColumnHeader1.Hovered = false;
            toggleColumnHeader1.Image = null;
            toggleColumnHeader1.Index = 0;
            toggleColumnHeader1.Pressed = false;
            toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader1.Selected = false;
            toggleColumnHeader1.Text = "Message";
            toggleColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader1.Visible = true;
            toggleColumnHeader1.Width = 179;
            toggleColumnHeader2.Hovered = false;
            toggleColumnHeader2.Image = null;
            toggleColumnHeader2.Index = 0;
            toggleColumnHeader2.Pressed = false;
            toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader2.Selected = false;
            toggleColumnHeader2.Text = "Who";
            toggleColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader2.Visible = true;
            toggleColumnHeader2.Width = 120;
            toggleColumnHeader3.Hovered = false;
            toggleColumnHeader3.Image = null;
            toggleColumnHeader3.Index = 0;
            toggleColumnHeader3.Pressed = false;
            toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader3.Selected = false;
            toggleColumnHeader3.Text = "Date";
            toggleColumnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader3.Visible = true;
            toggleColumnHeader3.Width = 150;
            this.MessageView.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader1,
            toggleColumnHeader2,
            toggleColumnHeader3});
            this.MessageView.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.MessageView.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.MessageView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MessageView.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.MessageView.HeaderMenu = null;
            this.MessageView.ItemHeight = 20;
            this.MessageView.ItemMenu = null;
            this.MessageView.LabelEdit = false;
            this.MessageView.Location = new System.Drawing.Point(0, 0);
            this.MessageView.MultiSelect = true;
            this.MessageView.Name = "MessageView";
            this.MessageView.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.MessageView.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.MessageView.Size = new System.Drawing.Size(453, 107);
            this.MessageView.SmallImageList = null;
            this.MessageView.StateImageList = null;
            this.MessageView.TabIndex = 0;
            this.MessageView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MessageView_MouseClick);
            this.MessageView.SelectedItemChanged += new System.EventHandler(this.MessageView_SelectedItemChanged);
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.MessageHeader);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.BackColor = System.Drawing.Color.White;
            this.splitContainer2.Panel2.Controls.Add(this.MessageBody);
            this.splitContainer2.Size = new System.Drawing.Size(453, 171);
            this.splitContainer2.SplitterDistance = 68;
            this.splitContainer2.SplitterWidth = 1;
            this.splitContainer2.TabIndex = 0;
            // 
            // MessageHeader
            // 
            this.MessageHeader.AllowWebBrowserDrop = false;
            this.MessageHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MessageHeader.IsWebBrowserContextMenuEnabled = false;
            this.MessageHeader.Location = new System.Drawing.Point(0, 0);
            this.MessageHeader.MinimumSize = new System.Drawing.Size(20, 20);
            this.MessageHeader.Name = "MessageHeader";
            this.MessageHeader.ScriptErrorsSuppressed = true;
            this.MessageHeader.ScrollBarsEnabled = false;
            this.MessageHeader.Size = new System.Drawing.Size(453, 68);
            this.MessageHeader.TabIndex = 0;
            this.MessageHeader.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.MessageHeader_Navigating);
            // 
            // MessageBody
            // 
            this.MessageBody.BackColor = System.Drawing.Color.White;
            this.MessageBody.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.MessageBody.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MessageBody.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.MessageBody.Location = new System.Drawing.Point(0, 0);
            this.MessageBody.Name = "MessageBody";
            this.MessageBody.ReadOnly = true;
            this.MessageBody.Size = new System.Drawing.Size(453, 102);
            this.MessageBody.TabIndex = 0;
            this.MessageBody.Text = "";
            // 
            // ListImages
            // 
            this.ListImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListImages.ImageStream")));
            this.ListImages.TransparentColor = System.Drawing.Color.Transparent;
            this.ListImages.Images.SetKeyName(0, "mail.png");
            this.ListImages.Images.SetKeyName(1, "mail_attach.png");
            // 
            // MailView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "MailView";
            this.Size = new System.Drawing.Size(453, 307);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LockMessage));
            this.Note = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.ErrorList = new DeOps.Interface.TLVex.ContainerListViewEx();
            this.SuspendLayout();
            // 
            // Note
            // 
            this.Note.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.Note.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Note.Location = new System.Drawing.Point(12, 9);
            this.Note.Name = "Note";
            this.Note.Size = new System.Drawing.Size(348, 36);
            this.Note.TabIndex = 1;
            this.Note.Text = "Note";
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.Location = new System.Drawing.Point(123, 232);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button2.Location = new System.Drawing.Point(204, 232);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 3;
            this.button2.Text = "button2";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button3.Location = new System.Drawing.Point(285, 232);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 4;
            this.button3.Text = "button3";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // ErrorList
            // 
            this.ErrorList.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.ErrorList.BackColor = System.Drawing.SystemColors.Window;
            this.ErrorList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            toggleColumnHeader1.Hovered = false;
            toggleColumnHeader1.Image = null;
            toggleColumnHeader1.Index = 0;
            toggleColumnHeader1.Pressed = false;
            toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader1.Selected = false;
            toggleColumnHeader1.Text = null;
            toggleColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader1.Visible = true;
            toggleColumnHeader1.Width = 346;
            this.ErrorList.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader1});
            this.ErrorList.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.ErrorList.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.ErrorList.DisableHorizontalScroll = true;
            this.ErrorList.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.ErrorList.HeaderMenu = null;
            this.ErrorList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.ErrorList.ItemMenu = null;
            this.ErrorList.LabelEdit = false;
            this.ErrorList.Location = new System.Drawing.Point(12, 48);
            this.ErrorList.Name = "ErrorList";
            this.ErrorList.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.ErrorList.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.ErrorList.Size = new System.Drawing.Size(348, 178);
            this.ErrorList.SmallImageList = null;
            this.ErrorList.StateImageList = null;
            this.ErrorList.TabIndex = 0;
            this.ErrorList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ErrorList_MouseDoubleClick);
            // 
            // LockMessage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(372, 267);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.Note);
            this.Controls.Add(this.ErrorList);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "LockMessage";
            this.Text = "LockMessage";
            this.Load += new System.EventHandler(this.LockMessage_Load);
            this.ResumeLayout(false);

        }
Ejemplo n.º 6
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(MailView));
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.ReceivedButton  = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.SentButton      = new System.Windows.Forms.ToolStripButton();
     this.ComposeButton   = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.MessageView     = new DeOps.Interface.TLVex.TreeListViewEx();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.MessageHeader   = new DeOps.Interface.Views.WebBrowserEx();
     this.MessageBody     = new DeOps.Interface.Views.RichTextBoxEx();
     this.ListImages      = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.ReceivedButton,
         this.toolStripLabel2,
         this.SentButton,
         this.ComposeButton,
         this.toolStripLabel3
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(453, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(10, 22);
     this.toolStripLabel1.Text = " ";
     //
     // ReceivedButton
     //
     this.ReceivedButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ReceivedButton.Checked               = true;
     this.ReceivedButton.CheckOnClick          = true;
     this.ReceivedButton.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.ReceivedButton.Image                 = ((System.Drawing.Image)(resources.GetObject("ReceivedButton.Image")));
     this.ReceivedButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ReceivedButton.Name   = "ReceivedButton";
     this.ReceivedButton.Size   = new System.Drawing.Size(71, 22);
     this.ReceivedButton.Text   = "Received";
     this.ReceivedButton.Click += new System.EventHandler(this.InboxButton_Click);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripLabel2.AutoSize  = false;
     this.toolStripLabel2.Name      = "toolStripLabel2";
     this.toolStripLabel2.Size      = new System.Drawing.Size(5, 22);
     //
     // SentButton
     //
     this.SentButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.SentButton.Checked               = true;
     this.SentButton.CheckOnClick          = true;
     this.SentButton.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.SentButton.Image                 = ((System.Drawing.Image)(resources.GetObject("SentButton.Image")));
     this.SentButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SentButton.Name   = "SentButton";
     this.SentButton.Size   = new System.Drawing.Size(49, 22);
     this.SentButton.Text   = "Sent";
     this.SentButton.Click += new System.EventHandler(this.OutboxButton_Click);
     //
     // ComposeButton
     //
     this.ComposeButton.Image = ((System.Drawing.Image)(resources.GetObject("ComposeButton.Image")));
     this.ComposeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ComposeButton.Name   = "ComposeButton";
     this.ComposeButton.Size   = new System.Drawing.Size(83, 22);
     this.ComposeButton.Text   = "Compose...";
     this.ComposeButton.Click += new System.EventHandler(this.ComposeButton_Click);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripLabel3.Name      = "toolStripLabel3";
     this.toolStripLabel3.Size      = new System.Drawing.Size(37, 22);
     this.toolStripLabel3.Text      = "Show:";
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.MessageView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(453, 282);
     this.splitContainer1.SplitterDistance = 107;
     this.splitContainer1.TabIndex         = 1;
     //
     // MessageView
     //
     this.MessageView.BackColor     = System.Drawing.SystemColors.Window;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = "Message";
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 179;
     toggleColumnHeader2.Hovered    = false;
     toggleColumnHeader2.Image      = null;
     toggleColumnHeader2.Index      = 0;
     toggleColumnHeader2.Pressed    = false;
     toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader2.Selected   = false;
     toggleColumnHeader2.Text       = "Who";
     toggleColumnHeader2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader2.Visible    = true;
     toggleColumnHeader2.Width      = 120;
     toggleColumnHeader3.Hovered    = false;
     toggleColumnHeader3.Image      = null;
     toggleColumnHeader3.Index      = 0;
     toggleColumnHeader3.Pressed    = false;
     toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader3.Selected   = false;
     toggleColumnHeader3.Text       = "Date";
     toggleColumnHeader3.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader3.Visible    = true;
     toggleColumnHeader3.Width      = 150;
     this.MessageView.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1,
         toggleColumnHeader2,
         toggleColumnHeader3
     });
     this.MessageView.ColumnSortColor      = System.Drawing.Color.Gainsboro;
     this.MessageView.ColumnTrackColor     = System.Drawing.Color.WhiteSmoke;
     this.MessageView.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.MessageView.GridLineColor        = System.Drawing.Color.WhiteSmoke;
     this.MessageView.HeaderMenu           = null;
     this.MessageView.ItemHeight           = 20;
     this.MessageView.ItemMenu             = null;
     this.MessageView.LabelEdit            = false;
     this.MessageView.Location             = new System.Drawing.Point(0, 0);
     this.MessageView.MultiSelect          = true;
     this.MessageView.Name                 = "MessageView";
     this.MessageView.RowSelectColor       = System.Drawing.SystemColors.Highlight;
     this.MessageView.RowTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.MessageView.Size                 = new System.Drawing.Size(453, 107);
     this.MessageView.SmallImageList       = null;
     this.MessageView.StateImageList       = null;
     this.MessageView.TabIndex             = 0;
     this.MessageView.MouseClick          += new System.Windows.Forms.MouseEventHandler(this.MessageView_MouseClick);
     this.MessageView.SelectedItemChanged += new System.EventHandler(this.MessageView_SelectedItemChanged);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.MessageHeader);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.BackColor = System.Drawing.Color.White;
     this.splitContainer2.Panel2.Controls.Add(this.MessageBody);
     this.splitContainer2.Size             = new System.Drawing.Size(453, 171);
     this.splitContainer2.SplitterDistance = 68;
     this.splitContainer2.SplitterWidth    = 1;
     this.splitContainer2.TabIndex         = 0;
     //
     // MessageHeader
     //
     this.MessageHeader.AllowWebBrowserDrop = false;
     this.MessageHeader.Dock = System.Windows.Forms.DockStyle.Fill;
     this.MessageHeader.IsWebBrowserContextMenuEnabled = false;
     this.MessageHeader.Location               = new System.Drawing.Point(0, 0);
     this.MessageHeader.MinimumSize            = new System.Drawing.Size(20, 20);
     this.MessageHeader.Name                   = "MessageHeader";
     this.MessageHeader.ScriptErrorsSuppressed = true;
     this.MessageHeader.ScrollBarsEnabled      = false;
     this.MessageHeader.Size                   = new System.Drawing.Size(453, 68);
     this.MessageHeader.TabIndex               = 0;
     this.MessageHeader.Navigating            += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.MessageHeader_Navigating);
     //
     // MessageBody
     //
     this.MessageBody.BackColor   = System.Drawing.Color.White;
     this.MessageBody.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.MessageBody.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MessageBody.Font        = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MessageBody.Location    = new System.Drawing.Point(0, 0);
     this.MessageBody.Name        = "MessageBody";
     this.MessageBody.ReadOnly    = true;
     this.MessageBody.Size        = new System.Drawing.Size(453, 102);
     this.MessageBody.TabIndex    = 0;
     this.MessageBody.Text        = "";
     //
     // ListImages
     //
     this.ListImages.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ListImages.ImageStream")));
     this.ListImages.TransparentColor = System.Drawing.Color.Transparent;
     this.ListImages.Images.SetKeyName(0, "mail.png");
     this.ListImages.Images.SetKeyName(1, "mail_attach.png");
     //
     // MailView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "MailView";
     this.Size = new System.Drawing.Size(453, 307);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetailsForm));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.EditLink = new System.Windows.Forms.LinkLabel();
            this.RemoveLink = new System.Windows.Forms.LinkLabel();
            this.AddLink = new System.Windows.Forms.LinkLabel();
            this.VisList = new DeOps.Interface.TLVex.ContainerListViewEx();
            this.ExitButton = new System.Windows.Forms.Button();
            this.OkButton = new System.Windows.Forms.Button();
            this.NameBox = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.SizeLabel = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.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.groupBox1.Controls.Add(this.EditLink);
            this.groupBox1.Controls.Add(this.RemoveLink);
            this.groupBox1.Controls.Add(this.AddLink);
            this.groupBox1.Controls.Add(this.VisList);
            this.groupBox1.Location = new System.Drawing.Point(12, 71);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(237, 180);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Restrict Scope";
            // 
            // EditLink
            // 
            this.EditLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.EditLink.AutoSize = true;
            this.EditLink.Location = new System.Drawing.Point(97, 161);
            this.EditLink.Name = "EditLink";
            this.EditLink.Size = new System.Drawing.Size(25, 13);
            this.EditLink.TabIndex = 8;
            this.EditLink.TabStop = true;
            this.EditLink.Text = "Edit";
            this.EditLink.Visible = false;
            this.EditLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.EditLink_LinkClicked);
            // 
            // RemoveLink
            // 
            this.RemoveLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.RemoveLink.AutoSize = true;
            this.RemoveLink.Location = new System.Drawing.Point(44, 161);
            this.RemoveLink.Name = "RemoveLink";
            this.RemoveLink.Size = new System.Drawing.Size(47, 13);
            this.RemoveLink.TabIndex = 2;
            this.RemoveLink.TabStop = true;
            this.RemoveLink.Text = "Remove";
            this.RemoveLink.Visible = false;
            this.RemoveLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.RemoveLink_LinkClicked);
            // 
            // AddLink
            // 
            this.AddLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.AddLink.AutoSize = true;
            this.AddLink.Location = new System.Drawing.Point(12, 161);
            this.AddLink.Name = "AddLink";
            this.AddLink.Size = new System.Drawing.Size(26, 13);
            this.AddLink.TabIndex = 1;
            this.AddLink.TabStop = true;
            this.AddLink.Text = "Add";
            this.AddLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.AddLink_LinkClicked);
            // 
            // VisList
            // 
            this.VisList.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.VisList.BackColor = System.Drawing.SystemColors.Window;
            this.VisList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            toggleColumnHeader1.Hovered = false;
            toggleColumnHeader1.Image = null;
            toggleColumnHeader1.Index = 0;
            toggleColumnHeader1.Pressed = false;
            toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader1.Selected = false;
            toggleColumnHeader1.Text = "Person";
            toggleColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader1.Visible = true;
            toggleColumnHeader1.Width = 133;
            toggleColumnHeader2.Hovered = false;
            toggleColumnHeader2.Image = null;
            toggleColumnHeader2.Index = 0;
            toggleColumnHeader2.Pressed = false;
            toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader2.Selected = false;
            toggleColumnHeader2.Text = "Sub-Levels";
            toggleColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader2.Visible = true;
            this.VisList.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader1,
            toggleColumnHeader2});
            this.VisList.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.VisList.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.VisList.DisableHorizontalScroll = true;
            this.VisList.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.VisList.HeaderMenu = null;
            this.VisList.ItemMenu = null;
            this.VisList.LabelEdit = false;
            this.VisList.Location = new System.Drawing.Point(6, 19);
            this.VisList.MultiSelect = true;
            this.VisList.Name = "VisList";
            this.VisList.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.VisList.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.VisList.Size = new System.Drawing.Size(225, 139);
            this.VisList.SmallImageList = null;
            this.VisList.StateImageList = null;
            this.VisList.TabIndex = 0;
            this.VisList.Text = "VisList";
            this.VisList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.VisList_MouseDoubleClick);
            this.VisList.SelectedIndexChanged += new System.EventHandler(this.VisList_SelectedIndexChanged);
            // 
            // ExitButton
            // 
            this.ExitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.ExitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.ExitButton.Location = new System.Drawing.Point(174, 266);
            this.ExitButton.Name = "ExitButton";
            this.ExitButton.Size = new System.Drawing.Size(75, 23);
            this.ExitButton.TabIndex = 2;
            this.ExitButton.Text = "Close";
            this.ExitButton.UseVisualStyleBackColor = true;
            this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click);
            // 
            // OkButton
            // 
            this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.OkButton.Location = new System.Drawing.Point(93, 266);
            this.OkButton.Name = "OkButton";
            this.OkButton.Size = new System.Drawing.Size(75, 23);
            this.OkButton.TabIndex = 3;
            this.OkButton.Text = "OK";
            this.OkButton.UseVisualStyleBackColor = true;
            this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
            // 
            // NameBox
            // 
            this.NameBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.NameBox.Location = new System.Drawing.Point(51, 12);
            this.NameBox.Name = "NameBox";
            this.NameBox.Size = new System.Drawing.Size(198, 20);
            this.NameBox.TabIndex = 4;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(12, 44);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(30, 13);
            this.label6.TabIndex = 5;
            this.label6.Text = "Size:";
            // 
            // SizeLabel
            // 
            this.SizeLabel.AutoSize = true;
            this.SizeLabel.Location = new System.Drawing.Point(48, 44);
            this.SizeLabel.Name = "SizeLabel";
            this.SizeLabel.Size = new System.Drawing.Size(83, 13);
            this.SizeLabel.TabIndex = 6;
            this.SizeLabel.Text = "1,023,234 bytes";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(12, 15);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(38, 13);
            this.label8.TabIndex = 7;
            this.label8.Text = "Name:";
            // 
            // DetailsForm
            // 
            this.AcceptButton = this.OkButton;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.ExitButton;
            this.ClientSize = new System.Drawing.Size(261, 301);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.SizeLabel);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.NameBox);
            this.Controls.Add(this.OkButton);
            this.Controls.Add(this.ExitButton);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "DetailsForm";
            this.Text = "Details";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 8
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader4 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader5 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader6 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader7 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.MineOnly = new System.Windows.Forms.CheckBox();
            this.DelegateLink = new System.Windows.Forms.LinkLabel();
            this.GoalTree = new DeOps.Interface.TLVex.TreeListViewEx();
            this.AddItemLink = new System.Windows.Forms.LinkLabel();
            this.PlanList = new DeOps.Interface.TLVex.ContainerListViewEx();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
            this.splitContainer1.Panel1.Controls.Add(this.MineOnly);
            this.splitContainer1.Panel1.Controls.Add(this.DelegateLink);
            this.splitContainer1.Panel1.Controls.Add(this.GoalTree);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
            this.splitContainer1.Panel2.Controls.Add(this.AddItemLink);
            this.splitContainer1.Panel2.Controls.Add(this.PlanList);
            this.splitContainer1.Size = new System.Drawing.Size(469, 343);
            this.splitContainer1.SplitterDistance = 212;
            this.splitContainer1.TabIndex = 0;
            // 
            // MineOnly
            // 
            this.MineOnly.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.MineOnly.AutoSize = true;
            this.MineOnly.Location = new System.Drawing.Point(359, 197);
            this.MineOnly.Name = "MineOnly";
            this.MineOnly.Size = new System.Drawing.Size(112, 17);
            this.MineOnly.TabIndex = 2;
            this.MineOnly.Text = "My Branches Only";
            this.MineOnly.UseVisualStyleBackColor = true;
            this.MineOnly.CheckedChanged += new System.EventHandler(this.MineOnly_CheckedChanged);
            // 
            // DelegateLink
            // 
            this.DelegateLink.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.DelegateLink.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.DelegateLink.Location = new System.Drawing.Point(3, 198);
            this.DelegateLink.Name = "DelegateLink";
            this.DelegateLink.Size = new System.Drawing.Size(350, 13);
            this.DelegateLink.TabIndex = 1;
            this.DelegateLink.TabStop = true;
            this.DelegateLink.Text = "Delegate Responsibility";
            this.DelegateLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DelegateLink_LinkClicked);
            // 
            // GoalTree
            // 
            this.GoalTree.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.GoalTree.BackColor = System.Drawing.SystemColors.Window;
            this.GoalTree.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            toggleColumnHeader1.Hovered = false;
            toggleColumnHeader1.Image = null;
            toggleColumnHeader1.Index = 0;
            toggleColumnHeader1.Pressed = false;
            toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader1.Selected = false;
            toggleColumnHeader1.Text = "Goal";
            toggleColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader1.Visible = true;
            toggleColumnHeader1.Width = 129;
            toggleColumnHeader2.Hovered = false;
            toggleColumnHeader2.Image = null;
            toggleColumnHeader2.Index = 0;
            toggleColumnHeader2.Pressed = false;
            toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader2.Selected = false;
            toggleColumnHeader2.Text = "Person";
            toggleColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader2.Visible = true;
            toggleColumnHeader2.Width = 110;
            toggleColumnHeader3.Hovered = false;
            toggleColumnHeader3.Image = null;
            toggleColumnHeader3.Index = 0;
            toggleColumnHeader3.Pressed = false;
            toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader3.Selected = false;
            toggleColumnHeader3.Text = "All Progress";
            toggleColumnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader3.Visible = true;
            toggleColumnHeader3.Width = 140;
            toggleColumnHeader4.Hovered = false;
            toggleColumnHeader4.Image = null;
            toggleColumnHeader4.Index = 0;
            toggleColumnHeader4.Pressed = false;
            toggleColumnHeader4.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader4.Selected = false;
            toggleColumnHeader4.Text = "Deadline";
            toggleColumnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader4.Visible = true;
            this.GoalTree.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader1,
            toggleColumnHeader2,
            toggleColumnHeader3,
            toggleColumnHeader4});
            this.GoalTree.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.GoalTree.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.GoalTree.DisableHorizontalScroll = true;
            this.GoalTree.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.GoalTree.HeaderMenu = null;
            this.GoalTree.HideSelection = false;
            this.GoalTree.ItemHeight = 20;
            this.GoalTree.ItemMenu = null;
            this.GoalTree.LabelEdit = false;
            this.GoalTree.Location = new System.Drawing.Point(0, 0);
            this.GoalTree.Name = "GoalTree";
            this.GoalTree.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.GoalTree.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.GoalTree.ShowLines = true;
            this.GoalTree.Size = new System.Drawing.Size(471, 214);
            this.GoalTree.SmallImageList = null;
            this.GoalTree.StateImageList = null;
            this.GoalTree.TabIndex = 0;
            this.GoalTree.MouseClick += new System.Windows.Forms.MouseEventHandler(this.GoalTree_MouseClick);
            this.GoalTree.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.GoalTree_MouseDoubleClick);
            this.GoalTree.SelectedItemChanged += new System.EventHandler(this.GoalTree_SelectedItemChanged);
            // 
            // AddItemLink
            // 
            this.AddItemLink.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.AddItemLink.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.AddItemLink.Location = new System.Drawing.Point(3, 112);
            this.AddItemLink.Name = "AddItemLink";
            this.AddItemLink.Size = new System.Drawing.Size(463, 13);
            this.AddItemLink.TabIndex = 5;
            this.AddItemLink.TabStop = true;
            this.AddItemLink.Text = "Add Item to My Plan";
            this.AddItemLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.AddItemLink_LinkClicked);
            // 
            // PlanList
            // 
            this.PlanList.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.PlanList.BackColor = System.Drawing.SystemColors.Window;
            this.PlanList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            toggleColumnHeader5.Hovered = false;
            toggleColumnHeader5.Image = null;
            toggleColumnHeader5.Index = 0;
            toggleColumnHeader5.Pressed = false;
            toggleColumnHeader5.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader5.Selected = false;
            toggleColumnHeader5.Text = "Plan";
            toggleColumnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader5.Visible = true;
            toggleColumnHeader5.Width = 207;
            toggleColumnHeader6.Hovered = false;
            toggleColumnHeader6.Image = null;
            toggleColumnHeader6.Index = 0;
            toggleColumnHeader6.Pressed = false;
            toggleColumnHeader6.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader6.Selected = false;
            toggleColumnHeader6.Text = "Time Estimate";
            toggleColumnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader6.Visible = true;
            toggleColumnHeader7.Hovered = false;
            toggleColumnHeader7.Image = null;
            toggleColumnHeader7.Index = 0;
            toggleColumnHeader7.Pressed = false;
            toggleColumnHeader7.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader7.Selected = false;
            toggleColumnHeader7.Text = "Progress";
            toggleColumnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader7.Visible = true;
            toggleColumnHeader7.Width = 170;
            this.PlanList.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader5,
            toggleColumnHeader6,
            toggleColumnHeader7});
            this.PlanList.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.PlanList.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.PlanList.DisableHorizontalScroll = true;
            this.PlanList.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.PlanList.HeaderMenu = null;
            this.PlanList.ItemMenu = null;
            this.PlanList.LabelEdit = false;
            this.PlanList.Location = new System.Drawing.Point(0, 0);
            this.PlanList.Name = "PlanList";
            this.PlanList.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.PlanList.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.PlanList.Size = new System.Drawing.Size(469, 127);
            this.PlanList.SmallImageList = null;
            this.PlanList.StateImageList = null;
            this.PlanList.TabIndex = 4;
            this.PlanList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.PlanList_MouseDoubleClick);
            this.PlanList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PlanList_MouseClick);
            this.PlanList.SelectedIndexChanged += new System.EventHandler(this.PlanList_SelectedIndexChanged);
            // 
            // GoalPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.splitContainer1);
            this.Name = "GoalPanel";
            this.Size = new System.Drawing.Size(469, 343);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 9
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(StorageView));
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.FoldersButton   = new System.Windows.Forms.ToolStripButton();
     this.divLabel        = new System.Windows.Forms.ToolStripLabel();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.DiffCombo       = new System.Windows.Forms.ToolStripComboBox();
     this.GhostsButton    = new System.Windows.Forms.ToolStripButton();
     this.RescanLabel     = new System.Windows.Forms.ToolStripLabel();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.FolderTreeView  = new DeOps.Interface.TLVex.TreeListViewEx();
     this.FileListView    = new DeOps.Interface.TLVex.ContainerListViewEx();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.SelectedInfo    = new DeOps.Services.Storage.InfoPanel();
     this.SecondTimer     = new System.Windows.Forms.Timer(this.components);
     this.StatusLabel     = new System.Windows.Forms.Label();
     this.DiscardButton   = new DeOps.Interface.Views.ImageButton();
     this.SaveButton      = new DeOps.Interface.Views.ImageButton();
     this.toolStrip1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DiscardButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SaveButton)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel1,
         this.FoldersButton,
         this.divLabel,
         this.toolStripLabel2,
         this.DiffCombo,
         this.GhostsButton,
         this.RescanLabel
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(503, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(10, 22);
     this.toolStripLabel1.Text = " ";
     //
     // FoldersButton
     //
     this.FoldersButton.CheckOnClick          = true;
     this.FoldersButton.Image                 = global::DeOps.Properties.Resources.folder;
     this.FoldersButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.FoldersButton.Name            = "FoldersButton";
     this.FoldersButton.Size            = new System.Drawing.Size(62, 22);
     this.FoldersButton.Text            = "Folders";
     this.FoldersButton.CheckedChanged += new System.EventHandler(this.FoldersButton_CheckedChanged);
     //
     // divLabel
     //
     this.divLabel.Name = "divLabel";
     this.divLabel.Size = new System.Drawing.Size(22, 22);
     this.divLabel.Text = "     ";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(63, 22);
     this.toolStripLabel2.Text = "Compare to";
     //
     // DiffCombo
     //
     this.DiffCombo.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DiffCombo.Name                  = "DiffCombo";
     this.DiffCombo.Size                  = new System.Drawing.Size(121, 25);
     this.DiffCombo.SelectedIndexChanged += new System.EventHandler(this.DiffCombo_SelectedIndexChanged);
     //
     // GhostsButton
     //
     this.GhostsButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.GhostsButton.CheckOnClick          = true;
     this.GhostsButton.Image                 = ((System.Drawing.Image)(resources.GetObject("GhostsButton.Image")));
     this.GhostsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.GhostsButton.Name            = "GhostsButton";
     this.GhostsButton.Size            = new System.Drawing.Size(60, 22);
     this.GhostsButton.Text            = "Ghosts";
     this.GhostsButton.CheckedChanged += new System.EventHandler(this.GhostsButton_CheckedChanged);
     //
     // RescanLabel
     //
     this.RescanLabel.Name = "RescanLabel";
     this.RescanLabel.Size = new System.Drawing.Size(74, 22);
     this.RescanLabel.Text = "Rescanning...";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer2.Location   = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name       = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.FolderTreeView);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.FileListView);
     this.splitContainer2.Size             = new System.Drawing.Size(503, 174);
     this.splitContainer2.SplitterDistance = 145;
     this.splitContainer2.TabIndex         = 2;
     //
     // FolderTreeView
     //
     this.FolderTreeView.AllowDrop            = true;
     this.FolderTreeView.BackColor            = System.Drawing.SystemColors.Window;
     this.FolderTreeView.BorderStyle          = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FolderTreeView.ColumnSortColor      = System.Drawing.Color.Gainsboro;
     this.FolderTreeView.ColumnTrackColor     = System.Drawing.Color.WhiteSmoke;
     this.FolderTreeView.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.FolderTreeView.FullRowSelect        = false;
     this.FolderTreeView.GridLineColor        = System.Drawing.Color.WhiteSmoke;
     this.FolderTreeView.HeaderMenu           = null;
     this.FolderTreeView.HeaderStyle          = System.Windows.Forms.ColumnHeaderStyle.None;
     this.FolderTreeView.ItemHeight           = 20;
     this.FolderTreeView.ItemMenu             = null;
     this.FolderTreeView.LabelEdit            = false;
     this.FolderTreeView.Location             = new System.Drawing.Point(0, 0);
     this.FolderTreeView.Name                 = "FolderTreeView";
     this.FolderTreeView.RowSelectColor       = System.Drawing.SystemColors.Highlight;
     this.FolderTreeView.RowTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.FolderTreeView.ShowLines            = true;
     this.FolderTreeView.Size                 = new System.Drawing.Size(145, 174);
     this.FolderTreeView.SmallImageList       = null;
     this.FolderTreeView.StateImageList       = null;
     this.FolderTreeView.TabIndex             = 0;
     this.FolderTreeView.MouseClick          += new System.Windows.Forms.MouseEventHandler(this.FolderTreeView_MouseClick);
     this.FolderTreeView.SelectedItemChanged += new System.EventHandler(this.FolderTreeView_SelectedItemChanged);
     this.FolderTreeView.DragDrop            += new System.Windows.Forms.DragEventHandler(this.FolderTreeView_DragDrop);
     this.FolderTreeView.MouseMove           += new System.Windows.Forms.MouseEventHandler(this.FolderTreeView_MouseMove);
     this.FolderTreeView.MouseDown           += new System.Windows.Forms.MouseEventHandler(this.FolderTreeView_MouseDown);
     this.FolderTreeView.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.FolderTreeView_KeyUp);
     this.FolderTreeView.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.FolderTreeView_KeyDown);
     this.FolderTreeView.DragOver            += new System.Windows.Forms.DragEventHandler(this.FolderTreeView_DragOver);
     //
     // FileListView
     //
     this.FileListView.AllowDrop    = true;
     this.FileListView.BackColor    = System.Drawing.SystemColors.Window;
     this.FileListView.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = "Name";
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 162;
     toggleColumnHeader2.Hovered    = false;
     toggleColumnHeader2.Image      = null;
     toggleColumnHeader2.Index      = 0;
     toggleColumnHeader2.Pressed    = false;
     toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader2.Selected   = false;
     toggleColumnHeader2.Text       = "Size";
     toggleColumnHeader2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     toggleColumnHeader2.Visible    = true;
     toggleColumnHeader2.Width      = 70;
     toggleColumnHeader3.Hovered    = false;
     toggleColumnHeader3.Image      = null;
     toggleColumnHeader3.Index      = 0;
     toggleColumnHeader3.Pressed    = false;
     toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader3.Selected   = false;
     toggleColumnHeader3.Text       = "Date Modified";
     toggleColumnHeader3.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader3.Visible    = true;
     toggleColumnHeader3.Width      = 120;
     this.FileListView.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1,
         toggleColumnHeader2,
         toggleColumnHeader3
     });
     this.FileListView.ColumnSortColor         = System.Drawing.Color.Gainsboro;
     this.FileListView.ColumnTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.FileListView.DisableHorizontalScroll = true;
     this.FileListView.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.FileListView.FullRowSelect         = false;
     this.FileListView.GridLineColor         = System.Drawing.Color.WhiteSmoke;
     this.FileListView.HeaderMenu            = null;
     this.FileListView.ItemMenu              = null;
     this.FileListView.LabelEdit             = false;
     this.FileListView.Location              = new System.Drawing.Point(0, 0);
     this.FileListView.MultiSelect           = true;
     this.FileListView.Name                  = "FileListView";
     this.FileListView.RowSelectColor        = System.Drawing.SystemColors.Highlight;
     this.FileListView.RowTrackColor         = System.Drawing.Color.WhiteSmoke;
     this.FileListView.Size                  = new System.Drawing.Size(354, 174);
     this.FileListView.SmallImageList        = null;
     this.FileListView.StateImageList        = null;
     this.FileListView.TabIndex              = 0;
     this.FileListView.MouseUp              += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseUp);
     this.FileListView.DragOver             += new System.Windows.Forms.DragEventHandler(this.FileListView_DragOver);
     this.FileListView.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseMove);
     this.FileListView.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseDoubleClick);
     this.FileListView.DragDrop             += new System.Windows.Forms.DragEventHandler(this.FileListView_DragDrop);
     this.FileListView.KeyUp                += new System.Windows.Forms.KeyEventHandler(this.FileListView_KeyUp);
     this.FileListView.MouseClick           += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseClick);
     this.FileListView.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseDown);
     this.FileListView.SelectedIndexChanged += new System.EventHandler(this.FileListView_SelectedIndexChanged);
     this.FileListView.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.FileListView_KeyDown);
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.FixedPanel  = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.SelectedInfo);
     this.splitContainer1.Size             = new System.Drawing.Size(503, 282);
     this.splitContainer1.SplitterDistance = 174;
     this.splitContainer1.TabIndex         = 0;
     //
     // SelectedInfo
     //
     this.SelectedInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.SelectedInfo.Location = new System.Drawing.Point(0, 0);
     this.SelectedInfo.Name     = "SelectedInfo";
     this.SelectedInfo.Size     = new System.Drawing.Size(503, 104);
     this.SelectedInfo.TabIndex = 0;
     //
     // SecondTimer
     //
     this.SecondTimer.Enabled  = true;
     this.SecondTimer.Interval = 1000;
     this.SecondTimer.Tick    += new System.EventHandler(this.SecondTimer_Tick);
     //
     // StatusLabel
     //
     this.StatusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.StatusLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StatusLabel.Location = new System.Drawing.Point(3, 288);
     this.StatusLabel.Name     = "StatusLabel";
     this.StatusLabel.Size     = new System.Drawing.Size(338, 19);
     this.StatusLabel.TabIndex = 26;
     this.StatusLabel.Text     = "Status";
     this.StatusLabel.Visible  = false;
     //
     // DiscardButton
     //
     this.DiscardButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.DiscardButton.ButtonDown   = global::DeOps.Properties.Resources.discard_down;
     this.DiscardButton.ButtonHot    = global::DeOps.Properties.Resources.discard_hot;
     this.DiscardButton.ButtonNormal = global::DeOps.Properties.Resources.discard_norm;
     this.DiscardButton.Image        = global::DeOps.Properties.Resources.discard_norm;
     this.DiscardButton.Location     = new System.Drawing.Point(417, 285);
     this.DiscardButton.Name         = "DiscardButton";
     this.DiscardButton.Size         = new System.Drawing.Size(64, 19);
     this.DiscardButton.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.DiscardButton.TabIndex     = 33;
     this.DiscardButton.TabStop      = false;
     this.DiscardButton.Visible      = false;
     this.DiscardButton.Click       += new System.EventHandler(this.DiscardButton_Click);
     //
     // SaveButton
     //
     this.SaveButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.SaveButton.ButtonDown   = global::DeOps.Properties.Resources.save_down;
     this.SaveButton.ButtonHot    = global::DeOps.Properties.Resources.save_hot;
     this.SaveButton.ButtonNormal = global::DeOps.Properties.Resources.save_norm;
     this.SaveButton.Image        = global::DeOps.Properties.Resources.save_norm;
     this.SaveButton.Location     = new System.Drawing.Point(347, 285);
     this.SaveButton.Name         = "SaveButton";
     this.SaveButton.Size         = new System.Drawing.Size(64, 19);
     this.SaveButton.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.SaveButton.TabIndex     = 32;
     this.SaveButton.TabStop      = false;
     this.SaveButton.Visible      = false;
     this.SaveButton.Click       += new System.EventHandler(this.SaveButton_Click);
     //
     // StorageView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.Controls.Add(this.DiscardButton);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.StatusLabel);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "StorageView";
     this.Size  = new System.Drawing.Size(503, 307);
     this.Load += new System.EventHandler(this.StorageView_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DiscardButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SaveButton)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 10
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();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(BoardView));
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.PostView        = new DeOps.Interface.TLVex.TreeListViewEx();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.ArchiveButton   = new System.Windows.Forms.ToolStripButton();
     this.RightSplitter   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.PostButton      = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.RefreshButton   = new System.Windows.Forms.ToolStripButton();
     this.ButtonLow       = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.ButtonHigh      = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.PostHeader      = new DeOps.Interface.Views.WebBrowserEx();
     this.PostBody        = new DeOps.Interface.Views.RichTextBoxEx();
     this.PostImageList   = new System.Windows.Forms.ImageList(this.components);
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.PostView);
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(511, 426);
     this.splitContainer1.SplitterDistance = 190;
     this.splitContainer1.TabIndex         = 0;
     //
     // PostView
     //
     this.PostView.BackColor        = System.Drawing.SystemColors.Window;
     this.PostView.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = "Subject";
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 269;
     toggleColumnHeader2.Hovered    = false;
     toggleColumnHeader2.Image      = null;
     toggleColumnHeader2.Index      = 0;
     toggleColumnHeader2.Pressed    = false;
     toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader2.Selected   = false;
     toggleColumnHeader2.Text       = "Author";
     toggleColumnHeader2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader2.Visible    = true;
     toggleColumnHeader2.Width      = 100;
     toggleColumnHeader3.Hovered    = false;
     toggleColumnHeader3.Image      = null;
     toggleColumnHeader3.Index      = 0;
     toggleColumnHeader3.Pressed    = false;
     toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader3.Selected   = false;
     toggleColumnHeader3.Text       = "Date";
     toggleColumnHeader3.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader3.Visible    = true;
     toggleColumnHeader3.Width      = 140;
     this.PostView.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1,
         toggleColumnHeader2,
         toggleColumnHeader3
     });
     this.PostView.ColumnSortColor         = System.Drawing.Color.Gainsboro;
     this.PostView.ColumnTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.PostView.DisableHorizontalScroll = true;
     this.PostView.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.PostView.GridLineColor        = System.Drawing.Color.WhiteSmoke;
     this.PostView.HeaderMenu           = null;
     this.PostView.ItemHeight           = 20;
     this.PostView.ItemMenu             = null;
     this.PostView.LabelEdit            = false;
     this.PostView.Location             = new System.Drawing.Point(0, 25);
     this.PostView.Margin               = new System.Windows.Forms.Padding(0);
     this.PostView.Name                 = "PostView";
     this.PostView.RowSelectColor       = System.Drawing.SystemColors.Highlight;
     this.PostView.RowTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.PostView.Size                 = new System.Drawing.Size(511, 165);
     this.PostView.SmallImageList       = null;
     this.PostView.StateImageList       = null;
     this.PostView.TabIndex             = 1;
     this.PostView.MouseClick          += new System.Windows.Forms.MouseEventHandler(this.PostView_MouseClick);
     this.PostView.SelectedItemChanged += new System.EventHandler(this.PostView_SelectedItemChanged);
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ArchiveButton,
         this.RightSplitter,
         this.toolStripLabel4,
         this.PostButton,
         this.toolStripLabel1,
         this.RefreshButton,
         this.ButtonLow,
         this.toolStripLabel2,
         this.ButtonHigh,
         this.toolStripLabel3
     });
     this.toolStrip1.Location    = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name        = "toolStrip1";
     this.toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.toolStrip1.Size        = new System.Drawing.Size(511, 25);
     this.toolStrip1.TabIndex    = 0;
     this.toolStrip1.Text        = "toolStrip1";
     //
     // ArchiveButton
     //
     this.ArchiveButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ArchiveButton.CheckOnClick          = true;
     this.ArchiveButton.Image                 = ((System.Drawing.Image)(resources.GetObject("ArchiveButton.Image")));
     this.ArchiveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ArchiveButton.Name   = "ArchiveButton";
     this.ArchiveButton.Size   = new System.Drawing.Size(69, 22);
     this.ArchiveButton.Text   = "Archived";
     this.ArchiveButton.Click += new System.EventHandler(this.ArchiveButton_Click);
     //
     // RightSplitter
     //
     this.RightSplitter.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.RightSplitter.Name      = "RightSplitter";
     this.RightSplitter.Size      = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(10, 22);
     this.toolStripLabel4.Text = " ";
     //
     // PostButton
     //
     this.PostButton.Image = ((System.Drawing.Image)(resources.GetObject("PostButton.Image")));
     this.PostButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.PostButton.Name   = "PostButton";
     this.PostButton.Size   = new System.Drawing.Size(48, 22);
     this.PostButton.Text   = "Post";
     this.PostButton.Click += new System.EventHandler(this.PostButton_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(16, 22);
     this.toolStripLabel1.Text = "   ";
     //
     // RefreshButton
     //
     this.RefreshButton.Image = ((System.Drawing.Image)(resources.GetObject("RefreshButton.Image")));
     this.RefreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.RefreshButton.Name   = "RefreshButton";
     this.RefreshButton.Size   = new System.Drawing.Size(65, 22);
     this.RefreshButton.Text   = "Refresh";
     this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
     //
     // ButtonLow
     //
     this.ButtonLow.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ButtonLow.Checked               = true;
     this.ButtonLow.CheckOnClick          = true;
     this.ButtonLow.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.ButtonLow.Image                 = ((System.Drawing.Image)(resources.GetObject("ButtonLow.Image")));
     this.ButtonLow.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonLow.Name            = "ButtonLow";
     this.ButtonLow.Size            = new System.Drawing.Size(46, 22);
     this.ButtonLow.Text            = "Low";
     this.ButtonLow.CheckedChanged += new System.EventHandler(this.ButtonLow_CheckedChanged);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripLabel2.AutoSize  = false;
     this.toolStripLabel2.Name      = "toolStripLabel2";
     this.toolStripLabel2.Size      = new System.Drawing.Size(5, 22);
     //
     // ButtonHigh
     //
     this.ButtonHigh.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ButtonHigh.Checked               = true;
     this.ButtonHigh.CheckOnClick          = true;
     this.ButtonHigh.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.ButtonHigh.Image                 = ((System.Drawing.Image)(resources.GetObject("ButtonHigh.Image")));
     this.ButtonHigh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonHigh.Name            = "ButtonHigh";
     this.ButtonHigh.Size            = new System.Drawing.Size(48, 22);
     this.ButtonHigh.Text            = "High";
     this.ButtonHigh.CheckedChanged += new System.EventHandler(this.ButtonHigh_CheckedChanged);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripLabel3.Name      = "toolStripLabel3";
     this.toolStripLabel3.Size      = new System.Drawing.Size(37, 22);
     this.toolStripLabel3.Text      = "Show:";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.PostHeader);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.PostBody);
     this.splitContainer2.Size             = new System.Drawing.Size(511, 232);
     this.splitContainer2.SplitterDistance = 62;
     this.splitContainer2.SplitterWidth    = 1;
     this.splitContainer2.TabIndex         = 0;
     //
     // PostHeader
     //
     this.PostHeader.AllowWebBrowserDrop = false;
     this.PostHeader.Dock = System.Windows.Forms.DockStyle.Fill;
     this.PostHeader.IsWebBrowserContextMenuEnabled = false;
     this.PostHeader.Location                   = new System.Drawing.Point(0, 0);
     this.PostHeader.MinimumSize                = new System.Drawing.Size(20, 20);
     this.PostHeader.Name                       = "PostHeader";
     this.PostHeader.ScriptErrorsSuppressed     = true;
     this.PostHeader.ScrollBarsEnabled          = false;
     this.PostHeader.Size                       = new System.Drawing.Size(511, 62);
     this.PostHeader.TabIndex                   = 0;
     this.PostHeader.WebBrowserShortcutsEnabled = false;
     this.PostHeader.Navigating                += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.PostHeader_Navigating);
     //
     // PostBody
     //
     this.PostBody.BackColor   = System.Drawing.Color.White;
     this.PostBody.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.PostBody.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.PostBody.Font        = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PostBody.Location    = new System.Drawing.Point(0, 0);
     this.PostBody.Name        = "PostBody";
     this.PostBody.ReadOnly    = true;
     this.PostBody.Size        = new System.Drawing.Size(511, 169);
     this.PostBody.TabIndex    = 0;
     this.PostBody.Text        = "";
     //
     // PostImageList
     //
     this.PostImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("PostImageList.ImageStream")));
     this.PostImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.PostImageList.Images.SetKeyName(0, "post.png");
     this.PostImageList.Images.SetKeyName(1, "post_down.png");
     this.PostImageList.Images.SetKeyName(2, "post_up.png");
     this.PostImageList.Images.SetKeyName(3, "posthigh.png");
     this.PostImageList.Images.SetKeyName(4, "posthigh_down.png");
     this.PostImageList.Images.SetKeyName(5, "posthigh_up.png");
     this.PostImageList.Images.SetKeyName(6, "postlow.png");
     this.PostImageList.Images.SetKeyName(7, "postlow_down.png");
     this.PostImageList.Images.SetKeyName(8, "postlow_up.png");
     //
     // BoardView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.Controls.Add(this.splitContainer1);
     this.Name  = "BoardView";
     this.Size  = new System.Drawing.Size(511, 426);
     this.Load += new System.EventHandler(this.BoardView_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader4 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader5 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader6 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader7 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.MineOnly        = new System.Windows.Forms.CheckBox();
     this.DelegateLink    = new System.Windows.Forms.LinkLabel();
     this.GoalTree        = new DeOps.Interface.TLVex.TreeListViewEx();
     this.AddItemLink     = new System.Windows.Forms.LinkLabel();
     this.PlanList        = new DeOps.Interface.TLVex.ContainerListViewEx();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
     this.splitContainer1.Panel1.Controls.Add(this.MineOnly);
     this.splitContainer1.Panel1.Controls.Add(this.DelegateLink);
     this.splitContainer1.Panel1.Controls.Add(this.GoalTree);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
     this.splitContainer1.Panel2.Controls.Add(this.AddItemLink);
     this.splitContainer1.Panel2.Controls.Add(this.PlanList);
     this.splitContainer1.Size             = new System.Drawing.Size(469, 343);
     this.splitContainer1.SplitterDistance = 212;
     this.splitContainer1.TabIndex         = 0;
     //
     // MineOnly
     //
     this.MineOnly.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.MineOnly.AutoSize = true;
     this.MineOnly.Location = new System.Drawing.Point(359, 197);
     this.MineOnly.Name     = "MineOnly";
     this.MineOnly.Size     = new System.Drawing.Size(112, 17);
     this.MineOnly.TabIndex = 2;
     this.MineOnly.Text     = "My Branches Only";
     this.MineOnly.UseVisualStyleBackColor = true;
     this.MineOnly.CheckedChanged         += new System.EventHandler(this.MineOnly_CheckedChanged);
     //
     // DelegateLink
     //
     this.DelegateLink.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.DelegateLink.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.DelegateLink.Location     = new System.Drawing.Point(3, 198);
     this.DelegateLink.Name         = "DelegateLink";
     this.DelegateLink.Size         = new System.Drawing.Size(350, 13);
     this.DelegateLink.TabIndex     = 1;
     this.DelegateLink.TabStop      = true;
     this.DelegateLink.Text         = "Delegate Responsibility";
     this.DelegateLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DelegateLink_LinkClicked);
     //
     // GoalTree
     //
     this.GoalTree.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.GoalTree.BackColor        = System.Drawing.SystemColors.Window;
     this.GoalTree.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = "Goal";
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 129;
     toggleColumnHeader2.Hovered    = false;
     toggleColumnHeader2.Image      = null;
     toggleColumnHeader2.Index      = 0;
     toggleColumnHeader2.Pressed    = false;
     toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader2.Selected   = false;
     toggleColumnHeader2.Text       = "Person";
     toggleColumnHeader2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader2.Visible    = true;
     toggleColumnHeader2.Width      = 110;
     toggleColumnHeader3.Hovered    = false;
     toggleColumnHeader3.Image      = null;
     toggleColumnHeader3.Index      = 0;
     toggleColumnHeader3.Pressed    = false;
     toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader3.Selected   = false;
     toggleColumnHeader3.Text       = "All Progress";
     toggleColumnHeader3.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader3.Visible    = true;
     toggleColumnHeader3.Width      = 140;
     toggleColumnHeader4.Hovered    = false;
     toggleColumnHeader4.Image      = null;
     toggleColumnHeader4.Index      = 0;
     toggleColumnHeader4.Pressed    = false;
     toggleColumnHeader4.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader4.Selected   = false;
     toggleColumnHeader4.Text       = "Deadline";
     toggleColumnHeader4.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader4.Visible    = true;
     this.GoalTree.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1,
         toggleColumnHeader2,
         toggleColumnHeader3,
         toggleColumnHeader4
     });
     this.GoalTree.ColumnSortColor         = System.Drawing.Color.Gainsboro;
     this.GoalTree.ColumnTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.GoalTree.DisableHorizontalScroll = true;
     this.GoalTree.GridLineColor           = System.Drawing.Color.WhiteSmoke;
     this.GoalTree.HeaderMenu           = null;
     this.GoalTree.HideSelection        = false;
     this.GoalTree.ItemHeight           = 20;
     this.GoalTree.ItemMenu             = null;
     this.GoalTree.LabelEdit            = false;
     this.GoalTree.Location             = new System.Drawing.Point(0, 0);
     this.GoalTree.Name                 = "GoalTree";
     this.GoalTree.RowSelectColor       = System.Drawing.SystemColors.Highlight;
     this.GoalTree.RowTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.GoalTree.ShowLines            = true;
     this.GoalTree.Size                 = new System.Drawing.Size(471, 214);
     this.GoalTree.SmallImageList       = null;
     this.GoalTree.StateImageList       = null;
     this.GoalTree.TabIndex             = 0;
     this.GoalTree.MouseClick          += new System.Windows.Forms.MouseEventHandler(this.GoalTree_MouseClick);
     this.GoalTree.MouseDoubleClick    += new System.Windows.Forms.MouseEventHandler(this.GoalTree_MouseDoubleClick);
     this.GoalTree.SelectedItemChanged += new System.EventHandler(this.GoalTree_SelectedItemChanged);
     //
     // AddItemLink
     //
     this.AddItemLink.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.AddItemLink.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.AddItemLink.Location     = new System.Drawing.Point(3, 112);
     this.AddItemLink.Name         = "AddItemLink";
     this.AddItemLink.Size         = new System.Drawing.Size(463, 13);
     this.AddItemLink.TabIndex     = 5;
     this.AddItemLink.TabStop      = true;
     this.AddItemLink.Text         = "Add Item to My Plan";
     this.AddItemLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.AddItemLink_LinkClicked);
     //
     // PlanList
     //
     this.PlanList.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.PlanList.BackColor        = System.Drawing.SystemColors.Window;
     this.PlanList.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     toggleColumnHeader5.Hovered    = false;
     toggleColumnHeader5.Image      = null;
     toggleColumnHeader5.Index      = 0;
     toggleColumnHeader5.Pressed    = false;
     toggleColumnHeader5.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader5.Selected   = false;
     toggleColumnHeader5.Text       = "Plan";
     toggleColumnHeader5.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader5.Visible    = true;
     toggleColumnHeader5.Width      = 207;
     toggleColumnHeader6.Hovered    = false;
     toggleColumnHeader6.Image      = null;
     toggleColumnHeader6.Index      = 0;
     toggleColumnHeader6.Pressed    = false;
     toggleColumnHeader6.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader6.Selected   = false;
     toggleColumnHeader6.Text       = "Time Estimate";
     toggleColumnHeader6.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader6.Visible    = true;
     toggleColumnHeader7.Hovered    = false;
     toggleColumnHeader7.Image      = null;
     toggleColumnHeader7.Index      = 0;
     toggleColumnHeader7.Pressed    = false;
     toggleColumnHeader7.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader7.Selected   = false;
     toggleColumnHeader7.Text       = "Progress";
     toggleColumnHeader7.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader7.Visible    = true;
     toggleColumnHeader7.Width      = 170;
     this.PlanList.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader5,
         toggleColumnHeader6,
         toggleColumnHeader7
     });
     this.PlanList.ColumnSortColor         = System.Drawing.Color.Gainsboro;
     this.PlanList.ColumnTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.PlanList.DisableHorizontalScroll = true;
     this.PlanList.GridLineColor           = System.Drawing.Color.WhiteSmoke;
     this.PlanList.HeaderMenu            = null;
     this.PlanList.ItemMenu              = null;
     this.PlanList.LabelEdit             = false;
     this.PlanList.Location              = new System.Drawing.Point(0, 0);
     this.PlanList.Name                  = "PlanList";
     this.PlanList.RowSelectColor        = System.Drawing.SystemColors.Highlight;
     this.PlanList.RowTrackColor         = System.Drawing.Color.WhiteSmoke;
     this.PlanList.Size                  = new System.Drawing.Size(469, 127);
     this.PlanList.SmallImageList        = null;
     this.PlanList.StateImageList        = null;
     this.PlanList.TabIndex              = 4;
     this.PlanList.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.PlanList_MouseDoubleClick);
     this.PlanList.MouseClick           += new System.Windows.Forms.MouseEventHandler(this.PlanList_MouseClick);
     this.PlanList.SelectedIndexChanged += new System.EventHandler(this.PlanList_SelectedIndexChanged);
     //
     // GoalPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.Controls.Add(this.splitContainer1);
     this.Name = "GoalPanel";
     this.Size = new System.Drawing.Size(469, 343);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 12
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();
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     this.FastTimer     = new System.Windows.Forms.Timer(this.components);
     this.TransferList  = new DeOps.Interface.TLVex.TreeListViewEx();
     this.ShowDownloads = new System.Windows.Forms.CheckBox();
     this.ShowUploads   = new System.Windows.Forms.CheckBox();
     this.ShowPending   = new System.Windows.Forms.CheckBox();
     this.ShowPartials  = new System.Windows.Forms.CheckBox();
     this.ExpandLink    = new System.Windows.Forms.LinkLabel();
     this.CollapseLink  = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // FastTimer
     //
     this.FastTimer.Enabled  = true;
     this.FastTimer.Interval = 250;
     this.FastTimer.Tick    += new System.EventHandler(this.FastTimer_Tick);
     //
     // TransferList
     //
     this.TransferList.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.TransferList.BackColor    = System.Drawing.SystemColors.Window;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = "Details";
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 414;
     toggleColumnHeader2.Hovered    = false;
     toggleColumnHeader2.Image      = null;
     toggleColumnHeader2.Index      = 0;
     toggleColumnHeader2.Pressed    = false;
     toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader2.Selected   = false;
     toggleColumnHeader2.Text       = "Bitfield";
     toggleColumnHeader2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader2.Visible    = true;
     toggleColumnHeader2.Width      = 200;
     this.TransferList.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1,
         toggleColumnHeader2
     });
     this.TransferList.ColumnSortColor  = System.Drawing.Color.Gainsboro;
     this.TransferList.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
     this.TransferList.GridLineColor    = System.Drawing.Color.WhiteSmoke;
     this.TransferList.HeaderMenu       = null;
     this.TransferList.ItemHeight       = 20;
     this.TransferList.ItemMenu         = null;
     this.TransferList.LabelEdit        = false;
     this.TransferList.Location         = new System.Drawing.Point(12, 38);
     this.TransferList.Name             = "TransferList";
     this.TransferList.RowSelectColor   = System.Drawing.SystemColors.Highlight;
     this.TransferList.RowTrackColor    = System.Drawing.Color.WhiteSmoke;
     this.TransferList.Size             = new System.Drawing.Size(618, 230);
     this.TransferList.SmallImageList   = null;
     this.TransferList.StateImageList   = null;
     this.TransferList.TabIndex         = 1;
     this.TransferList.Text             = "treeListViewEx2";
     this.TransferList.MouseClick      += new System.Windows.Forms.MouseEventHandler(this.TransferList_MouseClick);
     //
     // ShowDownloads
     //
     this.ShowDownloads.AutoSize   = true;
     this.ShowDownloads.Checked    = true;
     this.ShowDownloads.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ShowDownloads.Location   = new System.Drawing.Point(12, 12);
     this.ShowDownloads.Name       = "ShowDownloads";
     this.ShowDownloads.Size       = new System.Drawing.Size(79, 17);
     this.ShowDownloads.TabIndex   = 2;
     this.ShowDownloads.Text       = "Downloads";
     this.ShowDownloads.UseVisualStyleBackColor = true;
     this.ShowDownloads.CheckedChanged         += new System.EventHandler(this.DownloadsCheck_CheckedChanged);
     //
     // ShowUploads
     //
     this.ShowUploads.AutoSize   = true;
     this.ShowUploads.Checked    = true;
     this.ShowUploads.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ShowUploads.Location   = new System.Drawing.Point(97, 12);
     this.ShowUploads.Name       = "ShowUploads";
     this.ShowUploads.Size       = new System.Drawing.Size(65, 17);
     this.ShowUploads.TabIndex   = 3;
     this.ShowUploads.Text       = "Uploads";
     this.ShowUploads.UseVisualStyleBackColor = true;
     this.ShowUploads.CheckedChanged         += new System.EventHandler(this.UploadsCheck_CheckedChanged);
     //
     // ShowPending
     //
     this.ShowPending.AutoSize = true;
     this.ShowPending.Location = new System.Drawing.Point(168, 12);
     this.ShowPending.Name     = "ShowPending";
     this.ShowPending.Size     = new System.Drawing.Size(65, 17);
     this.ShowPending.TabIndex = 4;
     this.ShowPending.Text     = "Pending";
     this.ShowPending.UseVisualStyleBackColor = true;
     this.ShowPending.CheckedChanged         += new System.EventHandler(this.PendingCheck_CheckedChanged);
     //
     // ShowPartials
     //
     this.ShowPartials.AutoSize = true;
     this.ShowPartials.Location = new System.Drawing.Point(239, 12);
     this.ShowPartials.Name     = "ShowPartials";
     this.ShowPartials.Size     = new System.Drawing.Size(60, 17);
     this.ShowPartials.TabIndex = 5;
     this.ShowPartials.Text     = "Partials";
     this.ShowPartials.UseVisualStyleBackColor = true;
     this.ShowPartials.CheckedChanged         += new System.EventHandler(this.PartialsCheck_CheckedChanged);
     //
     // ExpandLink
     //
     this.ExpandLink.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ExpandLink.AutoSize     = true;
     this.ExpandLink.Location     = new System.Drawing.Point(506, 16);
     this.ExpandLink.Name         = "ExpandLink";
     this.ExpandLink.Size         = new System.Drawing.Size(57, 13);
     this.ExpandLink.TabIndex     = 6;
     this.ExpandLink.TabStop      = true;
     this.ExpandLink.Text         = "Expand All";
     this.ExpandLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ExpandLink_LinkClicked);
     //
     // CollapseLink
     //
     this.CollapseLink.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.CollapseLink.AutoSize     = true;
     this.CollapseLink.Location     = new System.Drawing.Point(569, 16);
     this.CollapseLink.Name         = "CollapseLink";
     this.CollapseLink.Size         = new System.Drawing.Size(61, 13);
     this.CollapseLink.TabIndex     = 7;
     this.CollapseLink.TabStop      = true;
     this.CollapseLink.Text         = "Collapse All";
     this.CollapseLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CollapseLink_LinkClicked);
     //
     // TransferView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.ClientSize          = new System.Drawing.Size(642, 280);
     this.Controls.Add(this.CollapseLink);
     this.Controls.Add(this.ExpandLink);
     this.Controls.Add(this.ShowPartials);
     this.Controls.Add(this.ShowPending);
     this.Controls.Add(this.ShowUploads);
     this.Controls.Add(this.ShowDownloads);
     this.Controls.Add(this.TransferList);
     this.Name         = "TransferView";
     this.Text         = "Transfers";
     this.Load        += new System.EventHandler(this.TransferView_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TransferView_FormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 13
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();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BoardView));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.PostView = new DeOps.Interface.TLVex.TreeListViewEx();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.ArchiveButton = new System.Windows.Forms.ToolStripButton();
            this.RightSplitter = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.PostButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.RefreshButton = new System.Windows.Forms.ToolStripButton();
            this.ButtonLow = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.ButtonHigh = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.PostHeader = new DeOps.Interface.Views.WebBrowserEx();
            this.PostBody = new DeOps.Interface.Views.RichTextBoxEx();
            this.PostImageList = new System.Windows.Forms.ImageList(this.components);
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.PostView);
            this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(511, 426);
            this.splitContainer1.SplitterDistance = 190;
            this.splitContainer1.TabIndex = 0;
            // 
            // PostView
            // 
            this.PostView.BackColor = System.Drawing.SystemColors.Window;
            this.PostView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            toggleColumnHeader1.Hovered = false;
            toggleColumnHeader1.Image = null;
            toggleColumnHeader1.Index = 0;
            toggleColumnHeader1.Pressed = false;
            toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader1.Selected = false;
            toggleColumnHeader1.Text = "Subject";
            toggleColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader1.Visible = true;
            toggleColumnHeader1.Width = 269;
            toggleColumnHeader2.Hovered = false;
            toggleColumnHeader2.Image = null;
            toggleColumnHeader2.Index = 0;
            toggleColumnHeader2.Pressed = false;
            toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader2.Selected = false;
            toggleColumnHeader2.Text = "Author";
            toggleColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader2.Visible = true;
            toggleColumnHeader2.Width = 100;
            toggleColumnHeader3.Hovered = false;
            toggleColumnHeader3.Image = null;
            toggleColumnHeader3.Index = 0;
            toggleColumnHeader3.Pressed = false;
            toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader3.Selected = false;
            toggleColumnHeader3.Text = "Date";
            toggleColumnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader3.Visible = true;
            toggleColumnHeader3.Width = 140;
            this.PostView.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader1,
            toggleColumnHeader2,
            toggleColumnHeader3});
            this.PostView.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.PostView.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.PostView.DisableHorizontalScroll = true;
            this.PostView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PostView.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.PostView.HeaderMenu = null;
            this.PostView.ItemHeight = 20;
            this.PostView.ItemMenu = null;
            this.PostView.LabelEdit = false;
            this.PostView.Location = new System.Drawing.Point(0, 25);
            this.PostView.Margin = new System.Windows.Forms.Padding(0);
            this.PostView.Name = "PostView";
            this.PostView.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.PostView.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.PostView.Size = new System.Drawing.Size(511, 165);
            this.PostView.SmallImageList = null;
            this.PostView.StateImageList = null;
            this.PostView.TabIndex = 1;
            this.PostView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PostView_MouseClick);
            this.PostView.SelectedItemChanged += new System.EventHandler(this.PostView_SelectedItemChanged);
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ArchiveButton,
            this.RightSplitter,
            this.toolStripLabel4,
            this.PostButton,
            this.toolStripLabel1,
            this.RefreshButton,
            this.ButtonLow,
            this.toolStripLabel2,
            this.ButtonHigh,
            this.toolStripLabel3});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.toolStrip1.Size = new System.Drawing.Size(511, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // ArchiveButton
            // 
            this.ArchiveButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.ArchiveButton.CheckOnClick = true;
            this.ArchiveButton.Image = ((System.Drawing.Image)(resources.GetObject("ArchiveButton.Image")));
            this.ArchiveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ArchiveButton.Name = "ArchiveButton";
            this.ArchiveButton.Size = new System.Drawing.Size(69, 22);
            this.ArchiveButton.Text = "Archived";
            this.ArchiveButton.Click += new System.EventHandler(this.ArchiveButton_Click);
            // 
            // RightSplitter
            // 
            this.RightSplitter.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.RightSplitter.Name = "RightSplitter";
            this.RightSplitter.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(10, 22);
            this.toolStripLabel4.Text = " ";
            // 
            // PostButton
            // 
            this.PostButton.Image = ((System.Drawing.Image)(resources.GetObject("PostButton.Image")));
            this.PostButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.PostButton.Name = "PostButton";
            this.PostButton.Size = new System.Drawing.Size(48, 22);
            this.PostButton.Text = "Post";
            this.PostButton.Click += new System.EventHandler(this.PostButton_Click);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(16, 22);
            this.toolStripLabel1.Text = "   ";
            // 
            // RefreshButton
            // 
            this.RefreshButton.Image = ((System.Drawing.Image)(resources.GetObject("RefreshButton.Image")));
            this.RefreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.RefreshButton.Name = "RefreshButton";
            this.RefreshButton.Size = new System.Drawing.Size(65, 22);
            this.RefreshButton.Text = "Refresh";
            this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
            // 
            // ButtonLow
            // 
            this.ButtonLow.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.ButtonLow.Checked = true;
            this.ButtonLow.CheckOnClick = true;
            this.ButtonLow.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ButtonLow.Image = ((System.Drawing.Image)(resources.GetObject("ButtonLow.Image")));
            this.ButtonLow.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ButtonLow.Name = "ButtonLow";
            this.ButtonLow.Size = new System.Drawing.Size(46, 22);
            this.ButtonLow.Text = "Low";
            this.ButtonLow.CheckedChanged += new System.EventHandler(this.ButtonLow_CheckedChanged);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabel2.AutoSize = false;
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(5, 22);
            // 
            // ButtonHigh
            // 
            this.ButtonHigh.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.ButtonHigh.Checked = true;
            this.ButtonHigh.CheckOnClick = true;
            this.ButtonHigh.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ButtonHigh.Image = ((System.Drawing.Image)(resources.GetObject("ButtonHigh.Image")));
            this.ButtonHigh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ButtonHigh.Name = "ButtonHigh";
            this.ButtonHigh.Size = new System.Drawing.Size(48, 22);
            this.ButtonHigh.Text = "High";
            this.ButtonHigh.CheckedChanged += new System.EventHandler(this.ButtonHigh_CheckedChanged);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(37, 22);
            this.toolStripLabel3.Text = "Show:";
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.PostHeader);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.PostBody);
            this.splitContainer2.Size = new System.Drawing.Size(511, 232);
            this.splitContainer2.SplitterDistance = 62;
            this.splitContainer2.SplitterWidth = 1;
            this.splitContainer2.TabIndex = 0;
            // 
            // PostHeader
            // 
            this.PostHeader.AllowWebBrowserDrop = false;
            this.PostHeader.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PostHeader.IsWebBrowserContextMenuEnabled = false;
            this.PostHeader.Location = new System.Drawing.Point(0, 0);
            this.PostHeader.MinimumSize = new System.Drawing.Size(20, 20);
            this.PostHeader.Name = "PostHeader";
            this.PostHeader.ScriptErrorsSuppressed = true;
            this.PostHeader.ScrollBarsEnabled = false;
            this.PostHeader.Size = new System.Drawing.Size(511, 62);
            this.PostHeader.TabIndex = 0;
            this.PostHeader.WebBrowserShortcutsEnabled = false;
            this.PostHeader.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.PostHeader_Navigating);
            // 
            // PostBody
            // 
            this.PostBody.BackColor = System.Drawing.Color.White;
            this.PostBody.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.PostBody.Dock = System.Windows.Forms.DockStyle.Fill;
            this.PostBody.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.PostBody.Location = new System.Drawing.Point(0, 0);
            this.PostBody.Name = "PostBody";
            this.PostBody.ReadOnly = true;
            this.PostBody.Size = new System.Drawing.Size(511, 169);
            this.PostBody.TabIndex = 0;
            this.PostBody.Text = "";
            // 
            // PostImageList
            // 
            this.PostImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("PostImageList.ImageStream")));
            this.PostImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.PostImageList.Images.SetKeyName(0, "post.png");
            this.PostImageList.Images.SetKeyName(1, "post_down.png");
            this.PostImageList.Images.SetKeyName(2, "post_up.png");
            this.PostImageList.Images.SetKeyName(3, "posthigh.png");
            this.PostImageList.Images.SetKeyName(4, "posthigh_down.png");
            this.PostImageList.Images.SetKeyName(5, "posthigh_up.png");
            this.PostImageList.Images.SetKeyName(6, "postlow.png");
            this.PostImageList.Images.SetKeyName(7, "postlow_down.png");
            this.PostImageList.Images.SetKeyName(8, "postlow_up.png");
            // 
            // BoardView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.splitContainer1);
            this.Name = "BoardView";
            this.Size = new System.Drawing.Size(511, 426);
            this.Load += new System.EventHandler(this.BoardView_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 14
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(SharingView));
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     this.TopStrip        = new System.Windows.Forms.ToolStrip();
     this.DownloadButton  = new System.Windows.Forms.ToolStripButton();
     this.ShareButton     = new System.Windows.Forms.ToolStripButton();
     this.StatusLabel     = new System.Windows.Forms.ToolStripLabel();
     this.RefreshButton   = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.SharedFiles     = new DeOps.Interface.TLVex.ContainerListViewEx();
     this.shareInfoPanel1 = new DeOps.Services.Share.ShareInfoPanel();
     this.SecondTimer     = new System.Windows.Forms.Timer(this.components);
     this.TopStrip.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // TopStrip
     //
     this.TopStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.TopStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.DownloadButton,
         this.ShareButton,
         this.StatusLabel,
         this.RefreshButton
     });
     this.TopStrip.Location = new System.Drawing.Point(0, 0);
     this.TopStrip.Name     = "TopStrip";
     this.TopStrip.Size     = new System.Drawing.Size(512, 25);
     this.TopStrip.TabIndex = 0;
     //
     // DownloadButton
     //
     this.DownloadButton.Image = ((System.Drawing.Image)(resources.GetObject("DownloadButton.Image")));
     this.DownloadButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DownloadButton.Name   = "DownloadButton";
     this.DownloadButton.Size   = new System.Drawing.Size(93, 22);
     this.DownloadButton.Text   = "Download File";
     this.DownloadButton.Click += new System.EventHandler(this.DownloadButton_Click);
     //
     // ShareButton
     //
     this.ShareButton.Image = ((System.Drawing.Image)(resources.GetObject("ShareButton.Image")));
     this.ShareButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ShareButton.Name   = "ShareButton";
     this.ShareButton.Size   = new System.Drawing.Size(74, 22);
     this.ShareButton.Text   = "Share File";
     this.ShareButton.Click += new System.EventHandler(this.ShareButton_Click);
     //
     // StatusLabel
     //
     this.StatusLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StatusLabel.Name = "StatusLabel";
     this.StatusLabel.Size = new System.Drawing.Size(92, 22);
     this.StatusLabel.Text = "Remote Status";
     //
     // RefreshButton
     //
     this.RefreshButton.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.RefreshButton.Image                 = ((System.Drawing.Image)(resources.GetObject("RefreshButton.Image")));
     this.RefreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.RefreshButton.Name   = "RefreshButton";
     this.RefreshButton.Size   = new System.Drawing.Size(65, 22);
     this.RefreshButton.Text   = "Refresh";
     this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel  = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.SharedFiles);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.shareInfoPanel1);
     this.splitContainer1.Size             = new System.Drawing.Size(512, 272);
     this.splitContainer1.SplitterDistance = 170;
     this.splitContainer1.TabIndex         = 1;
     //
     // SharedFiles
     //
     this.SharedFiles.AllowDrop     = true;
     this.SharedFiles.BackColor     = System.Drawing.SystemColors.Window;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = "Name";
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 175;
     toggleColumnHeader2.Hovered    = false;
     toggleColumnHeader2.Image      = null;
     toggleColumnHeader2.Index      = 0;
     toggleColumnHeader2.Pressed    = false;
     toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader2.Selected   = false;
     toggleColumnHeader2.Text       = "Size";
     toggleColumnHeader2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     toggleColumnHeader2.Visible    = true;
     toggleColumnHeader2.Width      = 75;
     toggleColumnHeader3.Hovered    = false;
     toggleColumnHeader3.Image      = null;
     toggleColumnHeader3.Index      = 0;
     toggleColumnHeader3.Pressed    = false;
     toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader3.Selected   = false;
     toggleColumnHeader3.Text       = "Status";
     toggleColumnHeader3.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader3.Visible    = true;
     toggleColumnHeader3.Width      = 200;
     this.SharedFiles.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1,
         toggleColumnHeader2,
         toggleColumnHeader3
     });
     this.SharedFiles.ColumnSortColor         = System.Drawing.Color.Gainsboro;
     this.SharedFiles.ColumnTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.SharedFiles.DisableHorizontalScroll = true;
     this.SharedFiles.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.SharedFiles.GridLineColor     = System.Drawing.Color.WhiteSmoke;
     this.SharedFiles.HeaderMenu        = null;
     this.SharedFiles.ItemMenu          = null;
     this.SharedFiles.LabelEdit         = false;
     this.SharedFiles.Location          = new System.Drawing.Point(0, 0);
     this.SharedFiles.MultiSelect       = true;
     this.SharedFiles.Name              = "SharedFiles";
     this.SharedFiles.RowSelectColor    = System.Drawing.SystemColors.Highlight;
     this.SharedFiles.RowTrackColor     = System.Drawing.Color.WhiteSmoke;
     this.SharedFiles.Size              = new System.Drawing.Size(512, 170);
     this.SharedFiles.SmallImageList    = null;
     this.SharedFiles.StateImageList    = null;
     this.SharedFiles.TabIndex          = 0;
     this.SharedFiles.MouseClick       += new System.Windows.Forms.MouseEventHandler(this.SharedFiles_MouseClick);
     this.SharedFiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SharedFiles_MouseDoubleClick);
     this.SharedFiles.DragDrop         += new System.Windows.Forms.DragEventHandler(this.SharedFiles_DragDrop);
     this.SharedFiles.DragOver         += new System.Windows.Forms.DragEventHandler(this.SharedFiles_DragOver);
     //
     // shareInfoPanel1
     //
     this.shareInfoPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.shareInfoPanel1.Location = new System.Drawing.Point(0, 0);
     this.shareInfoPanel1.Name     = "shareInfoPanel1";
     this.shareInfoPanel1.Size     = new System.Drawing.Size(512, 98);
     this.shareInfoPanel1.TabIndex = 0;
     //
     // SecondTimer
     //
     this.SecondTimer.Enabled  = true;
     this.SecondTimer.Interval = 1000;
     this.SecondTimer.Tick    += new System.EventHandler(this.SecondTimer_Tick);
     //
     // SharingView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.TopStrip);
     this.Name = "SharingView";
     this.Size = new System.Drawing.Size(512, 297);
     this.TopStrip.ResumeLayout(false);
     this.TopStrip.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(DetailsForm));
     this.groupBox1  = new System.Windows.Forms.GroupBox();
     this.EditLink   = new System.Windows.Forms.LinkLabel();
     this.RemoveLink = new System.Windows.Forms.LinkLabel();
     this.AddLink    = new System.Windows.Forms.LinkLabel();
     this.VisList    = new DeOps.Interface.TLVex.ContainerListViewEx();
     this.ExitButton = new System.Windows.Forms.Button();
     this.OkButton   = new System.Windows.Forms.Button();
     this.NameBox    = new System.Windows.Forms.TextBox();
     this.label6     = new System.Windows.Forms.Label();
     this.SizeLabel  = new System.Windows.Forms.Label();
     this.label8     = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.EditLink);
     this.groupBox1.Controls.Add(this.RemoveLink);
     this.groupBox1.Controls.Add(this.AddLink);
     this.groupBox1.Controls.Add(this.VisList);
     this.groupBox1.Location = new System.Drawing.Point(12, 71);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(237, 180);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Restrict Scope";
     //
     // EditLink
     //
     this.EditLink.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.EditLink.AutoSize     = true;
     this.EditLink.Location     = new System.Drawing.Point(97, 161);
     this.EditLink.Name         = "EditLink";
     this.EditLink.Size         = new System.Drawing.Size(25, 13);
     this.EditLink.TabIndex     = 8;
     this.EditLink.TabStop      = true;
     this.EditLink.Text         = "Edit";
     this.EditLink.Visible      = false;
     this.EditLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.EditLink_LinkClicked);
     //
     // RemoveLink
     //
     this.RemoveLink.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RemoveLink.AutoSize     = true;
     this.RemoveLink.Location     = new System.Drawing.Point(44, 161);
     this.RemoveLink.Name         = "RemoveLink";
     this.RemoveLink.Size         = new System.Drawing.Size(47, 13);
     this.RemoveLink.TabIndex     = 2;
     this.RemoveLink.TabStop      = true;
     this.RemoveLink.Text         = "Remove";
     this.RemoveLink.Visible      = false;
     this.RemoveLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.RemoveLink_LinkClicked);
     //
     // AddLink
     //
     this.AddLink.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AddLink.AutoSize     = true;
     this.AddLink.Location     = new System.Drawing.Point(12, 161);
     this.AddLink.Name         = "AddLink";
     this.AddLink.Size         = new System.Drawing.Size(26, 13);
     this.AddLink.TabIndex     = 1;
     this.AddLink.TabStop      = true;
     this.AddLink.Text         = "Add";
     this.AddLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.AddLink_LinkClicked);
     //
     // VisList
     //
     this.VisList.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.VisList.BackColor         = System.Drawing.SystemColors.Window;
     this.VisList.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = "Person";
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 133;
     toggleColumnHeader2.Hovered    = false;
     toggleColumnHeader2.Image      = null;
     toggleColumnHeader2.Index      = 0;
     toggleColumnHeader2.Pressed    = false;
     toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
     toggleColumnHeader2.Selected   = false;
     toggleColumnHeader2.Text       = "Sub-Levels";
     toggleColumnHeader2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader2.Visible    = true;
     this.VisList.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1,
         toggleColumnHeader2
     });
     this.VisList.ColumnSortColor         = System.Drawing.Color.Gainsboro;
     this.VisList.ColumnTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.VisList.DisableHorizontalScroll = true;
     this.VisList.GridLineColor           = System.Drawing.Color.WhiteSmoke;
     this.VisList.HeaderMenu            = null;
     this.VisList.ItemMenu              = null;
     this.VisList.LabelEdit             = false;
     this.VisList.Location              = new System.Drawing.Point(6, 19);
     this.VisList.MultiSelect           = true;
     this.VisList.Name                  = "VisList";
     this.VisList.RowSelectColor        = System.Drawing.SystemColors.Highlight;
     this.VisList.RowTrackColor         = System.Drawing.Color.WhiteSmoke;
     this.VisList.Size                  = new System.Drawing.Size(225, 139);
     this.VisList.SmallImageList        = null;
     this.VisList.StateImageList        = null;
     this.VisList.TabIndex              = 0;
     this.VisList.Text                  = "VisList";
     this.VisList.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.VisList_MouseDoubleClick);
     this.VisList.SelectedIndexChanged += new System.EventHandler(this.VisList_SelectedIndexChanged);
     //
     // ExitButton
     //
     this.ExitButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ExitButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.ExitButton.Location                = new System.Drawing.Point(174, 266);
     this.ExitButton.Name                    = "ExitButton";
     this.ExitButton.Size                    = new System.Drawing.Size(75, 23);
     this.ExitButton.TabIndex                = 2;
     this.ExitButton.Text                    = "Close";
     this.ExitButton.UseVisualStyleBackColor = true;
     this.ExitButton.Click                  += new System.EventHandler(this.ExitButton_Click);
     //
     // OkButton
     //
     this.OkButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.OkButton.Location = new System.Drawing.Point(93, 266);
     this.OkButton.Name     = "OkButton";
     this.OkButton.Size     = new System.Drawing.Size(75, 23);
     this.OkButton.TabIndex = 3;
     this.OkButton.Text     = "OK";
     this.OkButton.UseVisualStyleBackColor = true;
     this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
     //
     // NameBox
     //
     this.NameBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.NameBox.Location = new System.Drawing.Point(51, 12);
     this.NameBox.Name     = "NameBox";
     this.NameBox.Size     = new System.Drawing.Size(198, 20);
     this.NameBox.TabIndex = 4;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 44);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(30, 13);
     this.label6.TabIndex = 5;
     this.label6.Text     = "Size:";
     //
     // SizeLabel
     //
     this.SizeLabel.AutoSize = true;
     this.SizeLabel.Location = new System.Drawing.Point(48, 44);
     this.SizeLabel.Name     = "SizeLabel";
     this.SizeLabel.Size     = new System.Drawing.Size(83, 13);
     this.SizeLabel.TabIndex = 6;
     this.SizeLabel.Text     = "1,023,234 bytes";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(12, 15);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(38, 13);
     this.label8.TabIndex = 7;
     this.label8.Text     = "Name:";
     //
     // DetailsForm
     //
     this.AcceptButton        = this.OkButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.ExitButton;
     this.ClientSize          = new System.Drawing.Size(261, 301);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.SizeLabel);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.NameBox);
     this.Controls.Add(this.OkButton);
     this.Controls.Add(this.ExitButton);
     this.Controls.Add(this.groupBox1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DetailsForm";
     this.Text = "Details";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 16
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(StorageView));
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader2 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            DeOps.Interface.TLVex.ToggleColumnHeader toggleColumnHeader3 = new DeOps.Interface.TLVex.ToggleColumnHeader();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.FoldersButton = new System.Windows.Forms.ToolStripButton();
            this.divLabel = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.DiffCombo = new System.Windows.Forms.ToolStripComboBox();
            this.GhostsButton = new System.Windows.Forms.ToolStripButton();
            this.RescanLabel = new System.Windows.Forms.ToolStripLabel();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.FolderTreeView = new DeOps.Interface.TLVex.TreeListViewEx();
            this.FileListView = new DeOps.Interface.TLVex.ContainerListViewEx();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.SelectedInfo = new DeOps.Services.Storage.InfoPanel();
            this.SecondTimer = new System.Windows.Forms.Timer(this.components);
            this.StatusLabel = new System.Windows.Forms.Label();
            this.DiscardButton = new DeOps.Interface.Views.ImageButton();
            this.SaveButton = new DeOps.Interface.Views.ImageButton();
            this.toolStrip1.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DiscardButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.SaveButton)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.FoldersButton,
            this.divLabel,
            this.toolStripLabel2,
            this.DiffCombo,
            this.GhostsButton,
            this.RescanLabel});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(503, 25);
            this.toolStrip1.TabIndex = 1;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(10, 22);
            this.toolStripLabel1.Text = " ";
            // 
            // FoldersButton
            // 
            this.FoldersButton.CheckOnClick = true;
            this.FoldersButton.Image = global::DeOps.Properties.Resources.folder;
            this.FoldersButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.FoldersButton.Name = "FoldersButton";
            this.FoldersButton.Size = new System.Drawing.Size(62, 22);
            this.FoldersButton.Text = "Folders";
            this.FoldersButton.CheckedChanged += new System.EventHandler(this.FoldersButton_CheckedChanged);
            // 
            // divLabel
            // 
            this.divLabel.Name = "divLabel";
            this.divLabel.Size = new System.Drawing.Size(22, 22);
            this.divLabel.Text = "     ";
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(63, 22);
            this.toolStripLabel2.Text = "Compare to";
            // 
            // DiffCombo
            // 
            this.DiffCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.DiffCombo.Name = "DiffCombo";
            this.DiffCombo.Size = new System.Drawing.Size(121, 25);
            this.DiffCombo.SelectedIndexChanged += new System.EventHandler(this.DiffCombo_SelectedIndexChanged);
            // 
            // GhostsButton
            // 
            this.GhostsButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.GhostsButton.CheckOnClick = true;
            this.GhostsButton.Image = ((System.Drawing.Image)(resources.GetObject("GhostsButton.Image")));
            this.GhostsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.GhostsButton.Name = "GhostsButton";
            this.GhostsButton.Size = new System.Drawing.Size(60, 22);
            this.GhostsButton.Text = "Ghosts";
            this.GhostsButton.CheckedChanged += new System.EventHandler(this.GhostsButton_CheckedChanged);
            // 
            // RescanLabel
            // 
            this.RescanLabel.Name = "RescanLabel";
            this.RescanLabel.Size = new System.Drawing.Size(74, 22);
            this.RescanLabel.Text = "Rescanning...";
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.FolderTreeView);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.FileListView);
            this.splitContainer2.Size = new System.Drawing.Size(503, 174);
            this.splitContainer2.SplitterDistance = 145;
            this.splitContainer2.TabIndex = 2;
            // 
            // FolderTreeView
            // 
            this.FolderTreeView.AllowDrop = true;
            this.FolderTreeView.BackColor = System.Drawing.SystemColors.Window;
            this.FolderTreeView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.FolderTreeView.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.FolderTreeView.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.FolderTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.FolderTreeView.FullRowSelect = false;
            this.FolderTreeView.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.FolderTreeView.HeaderMenu = null;
            this.FolderTreeView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.FolderTreeView.ItemHeight = 20;
            this.FolderTreeView.ItemMenu = null;
            this.FolderTreeView.LabelEdit = false;
            this.FolderTreeView.Location = new System.Drawing.Point(0, 0);
            this.FolderTreeView.Name = "FolderTreeView";
            this.FolderTreeView.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.FolderTreeView.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.FolderTreeView.ShowLines = true;
            this.FolderTreeView.Size = new System.Drawing.Size(145, 174);
            this.FolderTreeView.SmallImageList = null;
            this.FolderTreeView.StateImageList = null;
            this.FolderTreeView.TabIndex = 0;
            this.FolderTreeView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FolderTreeView_MouseClick);
            this.FolderTreeView.SelectedItemChanged += new System.EventHandler(this.FolderTreeView_SelectedItemChanged);
            this.FolderTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.FolderTreeView_DragDrop);
            this.FolderTreeView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FolderTreeView_MouseMove);
            this.FolderTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FolderTreeView_MouseDown);
            this.FolderTreeView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FolderTreeView_KeyUp);
            this.FolderTreeView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FolderTreeView_KeyDown);
            this.FolderTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.FolderTreeView_DragOver);
            // 
            // FileListView
            // 
            this.FileListView.AllowDrop = true;
            this.FileListView.BackColor = System.Drawing.SystemColors.Window;
            this.FileListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            toggleColumnHeader1.Hovered = false;
            toggleColumnHeader1.Image = null;
            toggleColumnHeader1.Index = 0;
            toggleColumnHeader1.Pressed = false;
            toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
            toggleColumnHeader1.Selected = false;
            toggleColumnHeader1.Text = "Name";
            toggleColumnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader1.Visible = true;
            toggleColumnHeader1.Width = 162;
            toggleColumnHeader2.Hovered = false;
            toggleColumnHeader2.Image = null;
            toggleColumnHeader2.Index = 0;
            toggleColumnHeader2.Pressed = false;
            toggleColumnHeader2.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader2.Selected = false;
            toggleColumnHeader2.Text = "Size";
            toggleColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            toggleColumnHeader2.Visible = true;
            toggleColumnHeader2.Width = 70;
            toggleColumnHeader3.Hovered = false;
            toggleColumnHeader3.Image = null;
            toggleColumnHeader3.Index = 0;
            toggleColumnHeader3.Pressed = false;
            toggleColumnHeader3.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Slide;
            toggleColumnHeader3.Selected = false;
            toggleColumnHeader3.Text = "Date Modified";
            toggleColumnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            toggleColumnHeader3.Visible = true;
            toggleColumnHeader3.Width = 120;
            this.FileListView.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
            toggleColumnHeader1,
            toggleColumnHeader2,
            toggleColumnHeader3});
            this.FileListView.ColumnSortColor = System.Drawing.Color.Gainsboro;
            this.FileListView.ColumnTrackColor = System.Drawing.Color.WhiteSmoke;
            this.FileListView.DisableHorizontalScroll = true;
            this.FileListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.FileListView.FullRowSelect = false;
            this.FileListView.GridLineColor = System.Drawing.Color.WhiteSmoke;
            this.FileListView.HeaderMenu = null;
            this.FileListView.ItemMenu = null;
            this.FileListView.LabelEdit = false;
            this.FileListView.Location = new System.Drawing.Point(0, 0);
            this.FileListView.MultiSelect = true;
            this.FileListView.Name = "FileListView";
            this.FileListView.RowSelectColor = System.Drawing.SystemColors.Highlight;
            this.FileListView.RowTrackColor = System.Drawing.Color.WhiteSmoke;
            this.FileListView.Size = new System.Drawing.Size(354, 174);
            this.FileListView.SmallImageList = null;
            this.FileListView.StateImageList = null;
            this.FileListView.TabIndex = 0;
            this.FileListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseUp);
            this.FileListView.DragOver += new System.Windows.Forms.DragEventHandler(this.FileListView_DragOver);
            this.FileListView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseMove);
            this.FileListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseDoubleClick);
            this.FileListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.FileListView_DragDrop);
            this.FileListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FileListView_KeyUp);
            this.FileListView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseClick);
            this.FileListView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FileListView_MouseDown);
            this.FileListView.SelectedIndexChanged += new System.EventHandler(this.FileListView_SelectedIndexChanged);
            this.FileListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FileListView_KeyDown);
            // 
            // splitContainer1
            // 
            this.splitContainer1.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.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer1.Location = new System.Drawing.Point(0, 25);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.SelectedInfo);
            this.splitContainer1.Size = new System.Drawing.Size(503, 282);
            this.splitContainer1.SplitterDistance = 174;
            this.splitContainer1.TabIndex = 0;
            // 
            // SelectedInfo
            // 
            this.SelectedInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.SelectedInfo.Location = new System.Drawing.Point(0, 0);
            this.SelectedInfo.Name = "SelectedInfo";
            this.SelectedInfo.Size = new System.Drawing.Size(503, 104);
            this.SelectedInfo.TabIndex = 0;
            // 
            // SecondTimer
            // 
            this.SecondTimer.Enabled = true;
            this.SecondTimer.Interval = 1000;
            this.SecondTimer.Tick += new System.EventHandler(this.SecondTimer_Tick);
            // 
            // StatusLabel
            // 
            this.StatusLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.StatusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.StatusLabel.Location = new System.Drawing.Point(3, 288);
            this.StatusLabel.Name = "StatusLabel";
            this.StatusLabel.Size = new System.Drawing.Size(338, 19);
            this.StatusLabel.TabIndex = 26;
            this.StatusLabel.Text = "Status";
            this.StatusLabel.Visible = false;
            // 
            // DiscardButton
            // 
            this.DiscardButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.DiscardButton.ButtonDown = global::DeOps.Properties.Resources.discard_down;
            this.DiscardButton.ButtonHot = global::DeOps.Properties.Resources.discard_hot;
            this.DiscardButton.ButtonNormal = global::DeOps.Properties.Resources.discard_norm;
            this.DiscardButton.Image = global::DeOps.Properties.Resources.discard_norm;
            this.DiscardButton.Location = new System.Drawing.Point(417, 285);
            this.DiscardButton.Name = "DiscardButton";
            this.DiscardButton.Size = new System.Drawing.Size(64, 19);
            this.DiscardButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.DiscardButton.TabIndex = 33;
            this.DiscardButton.TabStop = false;
            this.DiscardButton.Visible = false;
            this.DiscardButton.Click += new System.EventHandler(this.DiscardButton_Click);
            // 
            // SaveButton
            // 
            this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.SaveButton.ButtonDown = global::DeOps.Properties.Resources.save_down;
            this.SaveButton.ButtonHot = global::DeOps.Properties.Resources.save_hot;
            this.SaveButton.ButtonNormal = global::DeOps.Properties.Resources.save_norm;
            this.SaveButton.Image = global::DeOps.Properties.Resources.save_norm;
            this.SaveButton.Location = new System.Drawing.Point(347, 285);
            this.SaveButton.Name = "SaveButton";
            this.SaveButton.Size = new System.Drawing.Size(64, 19);
            this.SaveButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.SaveButton.TabIndex = 32;
            this.SaveButton.TabStop = false;
            this.SaveButton.Visible = false;
            this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
            // 
            // StorageView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Controls.Add(this.DiscardButton);
            this.Controls.Add(this.SaveButton);
            this.Controls.Add(this.StatusLabel);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "StorageView";
            this.Size = new System.Drawing.Size(503, 307);
            this.Load += new System.EventHandler(this.StorageView_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.DiscardButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.SaveButton)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DeOps.Interface.TLVex.ToggleColumnHeader       toggleColumnHeader1 = new DeOps.Interface.TLVex.ToggleColumnHeader();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(LockMessage));
     this.Note      = new System.Windows.Forms.Label();
     this.button1   = new System.Windows.Forms.Button();
     this.button2   = new System.Windows.Forms.Button();
     this.button3   = new System.Windows.Forms.Button();
     this.ErrorList = new DeOps.Interface.TLVex.ContainerListViewEx();
     this.SuspendLayout();
     //
     // Note
     //
     this.Note.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.Note.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Note.Location = new System.Drawing.Point(12, 9);
     this.Note.Name     = "Note";
     this.Note.Size     = new System.Drawing.Size(348, 36);
     this.Note.TabIndex = 1;
     this.Note.Text     = "Note";
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(123, 232);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location = new System.Drawing.Point(204, 232);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 3;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.Location = new System.Drawing.Point(285, 232);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 4;
     this.button3.Text     = "button3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // ErrorList
     //
     this.ErrorList.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.ErrorList.BackColor       = System.Drawing.SystemColors.Window;
     this.ErrorList.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     toggleColumnHeader1.Hovered    = false;
     toggleColumnHeader1.Image      = null;
     toggleColumnHeader1.Index      = 0;
     toggleColumnHeader1.Pressed    = false;
     toggleColumnHeader1.ScaleStyle = DeOps.Interface.TLVex.ColumnScaleStyle.Spring;
     toggleColumnHeader1.Selected   = false;
     toggleColumnHeader1.Text       = null;
     toggleColumnHeader1.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     toggleColumnHeader1.Visible    = true;
     toggleColumnHeader1.Width      = 346;
     this.ErrorList.Columns.AddRange(new DeOps.Interface.TLVex.ToggleColumnHeader[] {
         toggleColumnHeader1
     });
     this.ErrorList.ColumnSortColor         = System.Drawing.Color.Gainsboro;
     this.ErrorList.ColumnTrackColor        = System.Drawing.Color.WhiteSmoke;
     this.ErrorList.DisableHorizontalScroll = true;
     this.ErrorList.GridLineColor           = System.Drawing.Color.WhiteSmoke;
     this.ErrorList.HeaderMenu        = null;
     this.ErrorList.HeaderStyle       = System.Windows.Forms.ColumnHeaderStyle.None;
     this.ErrorList.ItemMenu          = null;
     this.ErrorList.LabelEdit         = false;
     this.ErrorList.Location          = new System.Drawing.Point(12, 48);
     this.ErrorList.Name              = "ErrorList";
     this.ErrorList.RowSelectColor    = System.Drawing.SystemColors.Highlight;
     this.ErrorList.RowTrackColor     = System.Drawing.Color.WhiteSmoke;
     this.ErrorList.Size              = new System.Drawing.Size(348, 178);
     this.ErrorList.SmallImageList    = null;
     this.ErrorList.StateImageList    = null;
     this.ErrorList.TabIndex          = 0;
     this.ErrorList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ErrorList_MouseDoubleClick);
     //
     // LockMessage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(372, 267);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.Note);
     this.Controls.Add(this.ErrorList);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "LockMessage";
     this.Text  = "LockMessage";
     this.Load += new System.EventHandler(this.LockMessage_Load);
     this.ResumeLayout(false);
 }