00001 namespace CommentControls
00002 {
00003 partial class CommentsContainer
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Component Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.vsMove = new System.Windows.Forms.VScrollBar();
00032 this.panContainer = new System.Windows.Forms.Panel();
00033 this.panScroller = new System.Windows.Forms.Panel();
00034 this.panContainer.SuspendLayout();
00035 this.SuspendLayout();
00036
00037
00038
00039 this.vsMove.Dock = System.Windows.Forms.DockStyle.Right;
00040 this.vsMove.Location = new System.Drawing.Point(820, 0);
00041 this.vsMove.Name = "vsMove";
00042 this.vsMove.Size = new System.Drawing.Size(17, 443);
00043 this.vsMove.TabIndex = 0;
00044
00045
00046
00047 this.panContainer.Controls.Add(this.panScroller);
00048 this.panContainer.Dock = System.Windows.Forms.DockStyle.Fill;
00049 this.panContainer.Location = new System.Drawing.Point(0, 0);
00050 this.panContainer.Name = "panContainer";
00051 this.panContainer.Size = new System.Drawing.Size(820, 443);
00052 this.panContainer.TabIndex = 1;
00053
00054
00055
00056 this.panScroller.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
00057 this.panScroller.Location = new System.Drawing.Point(3, 3);
00058 this.panScroller.Name = "panScroller";
00059 this.panScroller.Size = new System.Drawing.Size(814, 275);
00060 this.panScroller.TabIndex = 0;
00061
00062
00063
00064 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00065 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00066 this.Controls.Add(this.panContainer);
00067 this.Controls.Add(this.vsMove);
00068 this.Name = "CommentsContainer";
00069 this.Size = new System.Drawing.Size(837, 443);
00070 this.panContainer.ResumeLayout(false);
00071 this.ResumeLayout(false);
00072
00073 }
00074
00075 #endregion
00076
00077 private System.Windows.Forms.VScrollBar vsMove;
00078 private System.Windows.Forms.Panel panContainer;
00079 private System.Windows.Forms.Panel panScroller;
00080 }
00081 }